

/* Start:/local/components/promarine/parts/templates/mercury/style.css?178036541111680*/
.head_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
}

.head_wrap .main_title:not(:last-child) {
    margin-bottom: 0;
}

.head_wrap + .catalog_content_top {
    margin-top: 2.1rem;
}

.products_table .products_table__body .products_table_row.active {
    background-color: #baeaae;
}

li.header_catalog_main_li.active {
    color: #cd1516;
}

.scheme_popup-list .scheme_el {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    color: #7c7e83;
}

.scheme_popup-list .scheme_el {
    z-index: auto;
}

.scheme_popup-list .scheme_el__content {
    transform: translate(0, -50%);
    left: 100%;
    padding: 0 0 0 1rem;
}

.scheme_popup-list .scheme_el__content.scheme_el__content_bottom {
    padding: 1rem 0 0 0;
    transform: translateY(0);
    top: 140%;
}

.scheme_popup-list .scheme_el__block.scheme_el__block_bottom {
    transform: translateY(0);
}

.scheme_popup-list .scheme_el:hover,
.scheme_popup-list .scheme_el.active {
    z-index: 2;
}

.scheme_popup-list .scheme_el:hover .scheme_el__block,
.scheme_popup-list .scheme_el.active .scheme_el__block {
    display: flex;
    z-index: 1000;
}

.scheme_popup-list .scheme_el .scheme_el__num {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    position: absolute;
    font-size: 1.8rem;
}

.scheme_popup-list .scheme_el:hover .scheme_el__num,
.scheme_popup-list .scheme_el.active .scheme_el__num {
    background-color: #d5111f;
}

.scheme_popup-list .scheme_el__back {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.scheme_el__back:before, .scheme_el__content {
    opacity: 1
}

.scheme_popup-list .scheme_el__block__bottom a {
    color: white;
    background-color: #cf1516;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 11rem;
    text-align: center;
    padding: 0 .5rem;
    height: 3.5rem;
    line-height: normal;
    border-radius: 9px;
    font-family: "Segoe UI-Bold";
    font-size: 1.474rem;
}

.scheme_popup-list .scheme_el__block__bottom a:hover {
    opacity: 0.8;
}

.scheme_popup-list .scheme_el__block__img {
    max-width: 90px;
    margin-bottom: 1rem;
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano > .nano-content:focus {
    outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9; /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible \9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.head_wrap .serial {
    min-width: 400px;
    max-width: 400px;
    margin-left: auto;
}

.serial-label {
    color: #7c7e83;
    font-size: 1.4rem;
    font-family: "Segoe UI";
    margin-bottom: 10px;
    text-align: right;
}

.head_inner div:last-child {
    margin-top: 2rem;
    padding-left: 1.2rem;
    font-family: "Segoe UI-Bold";
    font-size: 1.8rem;
    color: #000;
    line-height: normal;
    border-left: 2px solid #bc261a;
}

.catalog_selection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog_selection .catalog_selection__desc {
    margin-right: 5rem;
    border-left: 2px solid #bc261a;
    padding-left: 1.2rem;
}

.catalog_selection .catalog_selection__desc > p {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    color: #000;
    line-height: normal;
}

.catalog_selection .catalog_selection__desc > div {
    font-size: 1.5rem;
    color: #444;
    line-height: normal;
}

.catalog_selection .select2-container--default .select2-selection--single {
    max-width: 32rem;
    height: 3.8rem;
    padding-left: 3rem;
    border: solid 1px #bc261a;
}

.catalog_selection .search_block {
    width: auto;
    margin-bottom: 0.7rem;
}

.catalog_selection .search_block input {
    height: 3.8rem;
    padding-left: 3rem;
    padding-right: 38px;
    border: solid 1px #bc261a;
}

.catalog_selection .search_block_button {
    right: 0;
    bottom: 0;
    width: 3.9rem;
    height: 100%;
    background-image: none;
    background-color: #bc261a;
}

.catalog_selection .select2-container--default .select2-selection--single .select2-selection__rendered,
.catalog_selection .search_block input::placeholder {
    font-size: 1.6rem;
    color: #444;
    line-height: normal;
}

.catalog_selection .serial {
    min-width: 32rem;
}

.catalog_selection .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 3.8rem;
    background-color: #bc261a;
}

.catalog_selection .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 1.06rem;
    height: 1.06rem;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.catalog_content_columns .header_catalog_elements_list .header_catalog_element_img:after {
    background-color: #bc261a;
}

.catalog_content_top.catalog_content_columns .header_catalog_element_img {
    height: auto !important;
    padding-top: calc((90% - 10px) * 0.8);
}

.catalog_content_columns .header_catalog_element_img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.catalog_selection .tooltip_mob {
    display: none;
}

.seo_text {
    max-width: 100%;
    margin-top: 2rem;
    margin-left: 36.5rem;
}

.parts_search_result {
    position: absolute;
    width: 100%;
    margin-top: -1px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.parts_search_result ul,
.parts_search_result div {
    padding: 1.5rem;
}

.parts_search_result ul li {
    margin-bottom: 1rem;
}

.parts_search_result ul li a {
    display: inline-block;
    color: #cd1516;
    border-bottom: 1px dashed;
}

.fix_margin {
    margin-top: 0 !important;
}

@media screen and (max-width: 1600px) {
    .seo_text {
        margin-left: 34.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .nano > .nano-content {
        position: unset;
    }

    .catalog_selection {
        margin-left: 3rem;
    }

    .catalog_selection .catalog_selection__desc {
        margin-right: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .catalog_selection .search_block {
        height: auto;
    }

    .catalog_selection .search_block input {
        position: static;
        width: 100% !important;
        transform: none;
        opacity: 1;
    }

    .seo_text {
        margin-top: 0;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .catalog_selection {
        margin-bottom: 0 !important;
    }

    .seo_text {
        margin-top: -3.5rem;
    }
}


@media screen and (max-width: 710px) {
    .head_wrap {
        display: block;
    }

    .head_wrap .serial {
        min-width: auto;
    }

    .head_wrap > .catalog_content_top {
        margin-top: 2.5rem;
    }

    .head_wrap > .catalog_content_top.catalog_selection {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
    }

    .head_inner div:last-child,
    .catalog_selection .catalog_selection__desc {
        border-left: none;
        margin-right: 0;
        padding-left: 0;
        font-size: 1.625rem;
    }

    .catalog_selection:before {
        content: '';
        width: 100%;
        margin: 1.5rem 0;
        border-top: 2px solid #d8d8d8;
    }

    .catalog_selection .parts_search {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 69%;
    }

    .catalog_selection .search_block input,
    .catalog_selection .select2-container--default .select2-selection--single {
        padding-left: 1.8rem;
    }

    .catalog_selection .search_block input.focused {
        width: 100%;
        padding-right: 0;
    }

    .catalog_selection .search_block input.focused ~ .search_block_button {
        width: 3.9rem;
        background: #bc261a;
    }

    .catalog_selection .catalog_selection__desc .tooltip {
        display: none;
    }

    .catalog_selection .tooltip_mob {
        display: inline-block;
        width: 7rem;
        margin-left: 3rem;
        font-size: 1.5rem;
        color: #444;
        text-align: center;
        line-height: normal;
    }

    .catalog_selection .tooltip_mob:after {
        display: inline-flex;
        margin-left: .2rem;
    }

    .catalog_selection .tooltip_mob .tooltip_text {
        width: 25rem;
        transform: translateX(0) translateY(0);
    }

    .catalog_selection .tooltip_mob .tooltip_text a {
        display: block;
    }

    .catalog_selection .tooltip_mob .tooltip_text.show {
        transform: translateX(0) translateY(1rem);
    }

    .catalog_selection .tooltip_mob .tooltip_text::after {
        top: 99%;
        bottom: 0;
        left: 75%;
        border-color: #F0EFEF transparent transparent transparent;
    }

    .catalog_selection .tooltip_mob:after {
        display: flex;
        margin: 1rem auto 0;
    }

    .catalog_selection .tooltip_mob .tooltip_text {
        transform: translateX(-16rem) translateY(-10rem);
    }

    .catalog_selection .tooltip_mob .tooltip_text.show {
        transform: translateX(-16rem) translateY(-13rem);
    }
}

@media (max-width: 650px) {
    .head_wrap > .catalog_content_top {
        margin-right: 0.8rem;
    }
}

@media screen and (max-width: 600px) {
    .scheme_popup-list .scheme_el .scheme_el__num {
        font-size: 1.6rem;
    }

    .scheme_popup-list .scheme_el {
        width: 3.5rem;
        height: 3.5rem;
    }
}

@media screen and (max-width: 500px) {
    .head_wrap > .catalog_content_top {
        margin-right: 0.5rem;
    }
}

@media screen and (max-width: 470px) {
    .catalog_selection .search_block_button {
        position: absolute;
    }

    .parts_search_result {
        top: 3.8rem;
    }
}

@media screen and (max-width: 420px) {
    .scheme_popup-list .scheme_el {
        width: 2.5rem;
        height: 2.5rem;
    }

    .head_wrap > .catalog_content_top {
        margin-right: 0;
    }

    .catalog_content_top.catalog_content_columns .header_catalog_element_img {
        padding-top: calc((90% - 30px) * 0.8);
    }
}

@media screen and (min-width: 381px) {
    .catalog_selection .parts_search > div:first-child,
    .catalog_selection .select2-container--default .select2-selection--single {
        width: 32rem;
    }
}

@media screen and (max-width: 380px) {
    .catalog_selection .parts_search > div:first-child,
    .catalog_selection .select2-container--default .select2-selection--single {
        min-width: 100%;
        width: 100%;
    }
}
/* End */


/* Start:/local/js/promarine/select/css/select2.min.css?178036541216075*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:0;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:0;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:0;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:block;margin-top:-1px;width:7px;height:7px;border-bottom:1px solid #b7b6b6;border-right:1px solid #b7b6b6;position:absolute;top:50%;left:50%;transition:all .3s ease-in-out;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{transform:translateX(-50%) translateY(-50%) rotate(-135deg);margin-top:1px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:0;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:0}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:0;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:0;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:0;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:0;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:0}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:0;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:0;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:0}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:0}.select2-container--classic .select2-dropdown--below{border-top:0}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color: #5897fb}
/* End */


/* Start:/local/js/promarine/select/css/style.css?17803654122570*/
.select2-container--default
.select2-selection--single {
    position: relative;
    display: flex;
    align-items: center;
    height: 6.2rem;
    padding-left: 3rem;
    padding-right: 38px;
    border: .1rem solid #d2d2d2;
    border-radius: 0;
}

.propeller_form
.select2-container--default
.select2-selection--single {
    background: rgba(255, 255, 255, .9);
}

span.select2.select2-container.select2-container--default.select2-container--disabled {
    opacity: 0.3;
}

span.select2.select2-container.select2-container--default.select2-container--disabled .select2-selection__arrow b{
    border-color: black;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    padding: 0;
    line-height: 20px;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 0;
    right: 0;
    bottom: 0;
    width: 38px;
    height: 100%;
}

.hero_form
.select2-container--default
.select2-selection--single
.select2-selection__arrow b {
    border-color: #cd1516;
}

.select2-container--default.select2-container--open.select2-container--below
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple {
    border-color: #cd1516;
}

.select2-container--open
.select2-dropdown--below,
.select2-container--open
.select2-dropdown--above {
    margin-top: 1rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, .15);
    padding: 2.5rem 3rem;
    border: none;
}

.select2-container--open
.select2-dropdown--above {
    margin-top: -1rem;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.select2-results__option--selectable {
    margin-bottom: 1.5rem;
    padding: 0;
    font-size: 1.5rem;
    line-height: 20px;
    color: #666;
}

li:last-child.select2-results__option--selectable {
    margin-bottom: 0;
}

.select2-results__option--selectable:hover {
    color: #7c7e83;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected:focus,
.select2-container--default .select2-results__option--selected:active {
    background: none;
    color: #cd1516;
}

@media screen and (max-width: 768px) {
    .select2-container--default
    .select2-selection--single {
        padding-left: 1rem;
    }
}
/* End */
/* /local/components/promarine/parts/templates/mercury/style.css?178036541111680 */
/* /local/js/promarine/select/css/select2.min.css?178036541216075 */
/* /local/js/promarine/select/css/style.css?17803654122570 */
