/*body {*/
/*font-family: 'Ubuntu', sans-serif;*/
/*font-weight: bold;*/
/*}*/

#select2-arrFilterSmart_2_MIN-*:nth-child(1){
    display: none !important;
}

.filter_main {
    font: 300 14px/16px 'Roboto';
}

.filter_main .all-props {
    display: flex;
}

/*.filter-wrap {*/
    /*width: 20%;*/
    /*flex-grow: 1;*/
    /*border-right: 1px solid #E6E6E6;*/
    /*box-sizing: border-box;*/
    /*padding: 0 15px;*/
/*}*/

.filter-wrap {
    width: 20%;
    flex-grow: 1;
    border-right: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding: 0 20px;
}

.sort [class~='filter-wrap']:last-of-type {
    border: none;
    max-width: 200px;
}

.filter-label {
    font: 300 12px/14px 'Roboto';
    display: block;
    padding: 0 0 6px 10px;
}

.filter-wrap .select2-container:after {
    content: "";
    display: block;
    cursor: pointer;
    background: url(/images/new/filter/filter-down.png) no-repeat;
    width: 13px;
    height: 7px;
    margin: 0;
    position: absolute;
    right: 14px;
    top: 14px;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
}

.filter-wrap .select2-container--open:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*scrollbar*/

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: overlay !important;
}

.select2-results__options {
    scrollbar-width: thin;
}

.select2-results__options::-webkit-scrollbar {
    width: 5px;
    position: absolute;
    /*background-color: #fff;*/
}

.select2-results__options::-webkit-scrollbar * {
    background: transparent;
}

.select2-results__options::-webkit-scrollbar-thumb {
    /*background-color: #89828260;*/
    background: rgba(137, 130, 130, 0.6) !important;
    border-radius: 5px;
}

/*scrollbar*/

.select2-container {
    min-width: 207px;
    max-width: 207px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #FF7E00 1px;
}

/*.select2-results__option[aria-selected=true]:before {*/
/*font-family:fontAwesome;*/
/*content: "\f00c";*/
/*color: #fff;*/
/*background-color: #f77750;*/
/*border: 0;*/
/*display: inline-block;*/
/*padding-left: 3px;*/
/*}*/

.select2-results__option--selected:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.filter-wrap .select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
    border-width: 2px;
    border: 1px solid #E6E6E6;
}

.filter-wrap .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
    display: flex;
}

.filter-wrap .select2-selection--multiple:hover {
    border-color: #f77750;
    border-width: 1px;
}

.clear-button {
    display: none;
}

/*overflow скрывает кнопку сброса сверху*/
.filter-wrap .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 1px;
    /*overflow: hidden;*/
}

.filter-wrap .select2-container--default .select2-selection--multiple {
    padding: 0;
}

.filter-wrap .select2-container .select2-search--inline .select2-search__field {
    font: 300 14px/16px 'Roboto';
    margin: 0;
    padding: 8px 0 6px 8px;
    height: 32px;
}

.filter-wrap .select2-container .select2-selection--multiple {
    height: 32px;
}

.filter-wrap:nth-of-type(1) .select2-container--default .select2-selection--multiple .select2-selection__clear {
    background: url(/images/new/filter/reset-desktop-alt.svg) no-repeat center;
    background-size: cover;
    cursor: pointer;
    font-weight: bold;
    height: 21px;
    margin: 0;
    position: absolute;
    right: 0;
    top: -25px;
    width: 65px;
}

.filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__clear {
    background: url(/images/new/filter/filter-input-reset.png) no-repeat center;
    background-size: 50%;
    cursor: pointer;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 4px;
    width: 24px;
    height: 24px;
    background-color: #fffbf7;
    z-index: 1;
}
.filter-wrap .filter__multiple-counter-block {
    display: none;
}
.filter-wrap:nth-of-type(1) .filter__multiple-counter-block {
    display: block;
}

.filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__clear > span {
    display: none;
}

.filter-group {
    margin-bottom: 15px;
    position: relative;
}

.filter__multiple-counter-block {
    position: absolute;
    left: 180px;
    top: 28px;
    text-align: center;
}
.filter__multiple-counter {
    display: block;
    background: #fffbf7;
    width: 20px;
    height: 20px;
}
/*выбранные марки*/

/*.filter-wrap .select2-container .select2-selection--multiple .select2-selection__rendered {*/
/*list-style: none;*/
/*padding: 0;*/
/*max-width: 160px;*/
/*overflow: hidden;*/
/*position: relative;*/
/*text-overflow: ellipsis;*/
/*white-space: nowrap;*/
/*}*/

.filter-wrap .select2-container .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    padding: 10px 0;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*height: 32px;*/
    display: inline-block;
    /*position: absolute;*/
    box-sizing: border-box;
}

.filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline;
    background-color: initial;
    border: none;
    border-radius: initial;
    padding: 0;
    margin: 0;
}

.filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    font: 300 12px/14px 'Roboto';
    padding: 0;
}
.filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__display:before {
    content: ', ';
}
.filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice:first-child .select2-selection__choice__display:before {
    content: '';
}
/*.filter-wrap .select2-search {*/
/*!*background: #fff;*!*/
/*z-index: 1;*/
/*width: 100%;*/
/*border-radius: 4px;*/
/*}*/

.filter-wrap .select2-search {
    display: inline-block;
}

.filter-wrap .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding: 0 10px;
    background: rgba(255, 126, 0, 0.03);
    border: 1px solid #FF7E00;
    border-radius: 4px !important;
}

/*--выбранные марки*/

/*окно опций*/
.select2-container .select2-results__option {
    padding: 10px;
    height: 36px;
    box-sizing: border-box;
}

.select2-container.select2-container--open .select2-dropdown--below {
    border-radius: 6px;
    border: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 0;
    background-color: #fff;
    font: 300 14px/16px 'Roboto';
    /*width: 100% !important;*/
    /*top: 48px;*/
    /*position: fixed;*/
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #FF7E00;
}

.select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:after {
    border-bottom: none;
}

.select2-container.select2-container--default .select2-results__option--selected {
    background-color: #FF7E00;
    color: #fff;
}

.select2-container .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 15px;
    width: 15px;
    padding: 0 1px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    box-sizing: border-box;
    bottom: 1px;
}

.select2-container .select2-results__option:after {
    content: '';
    border-bottom: 1px solid rgba(230, 230, 230, 0.5);
    display: block;
    position: relative;
    top: 9px;
    /*z-index: -1;*/
}

.select2-container .select2-results__option--highlighted:before {
    content: "";
    color: #fff;
    background-color: #f77750;
    display: inline-block;
    padding: 0 1px;
    border: 1px solid #ffffff94;
    font-size: 11px;
    width: 15px;
    height: 15px;
    position: relative;
    box-sizing: border-box;
    bottom: 2px;
}

.select2-container .select2-results__option--highlighted.select2-results__option--selected:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #f77750;
    display: inline-block;
    padding: 0 1px;
    border: 1px solid #ffffff94;
    font-size: 11px;
    width: 15px;
    height: 15px;
    position: relative;
    box-sizing: border-box;
    bottom: 2px;
}

.select2-container.select2-container--default .select2-results__option--selected {
    background: #fff;
    color: #000;
}

.select2-container .select2-results__option--selected:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #000;
    background-color: #fff;
    display: inline-block;
    padding: 0 1px;
    border: 1px solid #d4d4d4;
    font-size: 11px;
    width: 15px;
    height: 15px;
    position: relative;
    box-sizing: border-box;
    bottom: 2px;
}

.M_YEAR .select2-results__option:before,
.M_YEAR .select2-results__option--selected:before,
.M_YEAR .select2-results__option--highlighted:before {
    display: none;
}
/*--окно опций*/
/*single-select__year*/
.filter_main .filter-wrap:nth-child(2) > .filter-group {
    overflow: hidden;
}

.filter_main .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 2px;
}

.filter_main .filter-wrap:nth-child(2) > .filter-group:first-child .select2-container {
    max-width: 102px;
    min-width: 102px;
    float: left;
}

.select2-container .select2-search--dropdown {
    display: none;
}

.filter-wrap .select2-container--default .select2-selection--single .select2-selection__clear {
    background: url(/images/new/filter/filter-input-reset.png) no-repeat center;
    background-size: 50%;
    cursor: pointer;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 4px;
    width: 24px;
    height: 24px;
    background-color: #fffbf7;
    z-index: 1;
}

.filter-wrap .select2-container--default .select2-selection--single .select2-selection__clear > span,
.filter-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.filter-wrap .select2-container .select2-selection--single {
    height: 32px;
    margin-bottom: 10px;
}

.filter_main .filter-wrap .select2-container .select2-container--focus .select2-selection--single,
.filter_main .filter-wrap .select2-container .select2-selection--single:hover {
    border-color: #f77750 !important;
}


.filter_main .filter-wrap:nth-child(2) > .filter-group span:nth-of-type(2) .select2-selection--single {
    border: 1px solid #E6E6E6;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.filter_main .filter-wrap:nth-child(2) > .filter-group span:nth-of-type(3) .select2-selection--single {
    border: 1px solid #E6E6E6;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.filter-wrap .select2-selection--single.select2-selection--clearable {
    background: rgba(255, 126, 0, 0.03);
    border-color: #f77750 !important;
}

/*--single-select*/

/*other inputs*/
.filter-group .filter-input {
    background: none;
    font: 300 14px/16px 'Roboto';
    margin: 0 0 10px;
    padding: 8px 0 6px 8px;
    height: 32px;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
}

.filter-group .filter-input:hover,
.filter-group .filter-input:focus {
    border-color: #f77750;
}

.filter-group .filter-input.ui-placeholder {
    background: rgba(255, 126, 0, 0.03);
    border-color: #f77750;
}

.filter-group__custom {
    position: relative;
    display: table-cell;
}

.filter-group__custom .clear-button {
    background: url(/images/new/filter/filter-input-reset.png) no-repeat center;
    background-size: 50%;
    cursor: pointer;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 4px;
    width: 24px;
    height: 24px;
    z-index: 1;
    border: 0;
}

.filter-group__custom .input-price__first, .filter-group__custom .input-price__second {
    width: 102px;
}

.filter-group__custom .input-price__first {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.filter-group__custom .input-price__second {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.filter-input.code-input {
    min-width: 207px;
    max-width: 207px;
}

/*--other inputs*/
.select2-controls__custom-top,
.select2-controls__custom-bottom {
    display: none;
}

/*buttons & save-session*/
#elem-count, #elem-count-test {
    font: 300 12px/14px 'Roboto';
    display: block;
    padding: 0 0 6px 8px;
    color: #898282;
    height: 13px;
}

.filter-buttons {
    margin: 0 0 15px;
}

.filter-buttons .fil-b {
    border-radius: 4px;
    font: 300 16px/19px 'Roboto';
    padding: 0;
    box-shadow: none;
    display: block;
    background-color: #fffd;
    width: 100%;
}

.filter-buttons .filter-apply__btn {
    border: 2px solid #FF7E00;
    color: #000;
    margin: 0 0 15px;
    height: 33px;
}

.filter-buttons .filter-apply__btn:hover,
.filter-buttons .filter-apply__btn:active {
    background: #FF7E00;
    color: #fff;
}

.filter-buttons .filter-reset__btn {
    border: 2px solid #898282;
    color: #898282;
    height: 33px;
}

.filter-buttons .filter-reset__btn:hover,
.filter-buttons .filter-reset__btn:active {
    background: #898282;
    color: #fff;
}

.filter-wrap .filter-saveinsession {
    padding: 0;
    text-align: left;
    font-size: 12px;
    color: #898282;
}

/*--buttons & save-session*/
.button-filter__opener-area, .button-filter__save-search {
    display: none;
}

/*.filter-group__custom .clear-button,*/
.smart-filter__parameters-title,
.smart-filter__section-title {
    display: none;
}

/*custom-checkbox*/

/* для элемента input c type="checkbox" */
.filter-saveinsession__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.filter-saveinsession__checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.filter-saveinsession__checkbox+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c4c4c482;
    border-radius: 3px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    position: relative;
    bottom: 1px;
}

/* стили при наведении курсора на checkbox */
.filter-saveinsession__checkbox:not(:disabled):not(:checked)+label:hover::before {
    border: 1px solid #c4c4c482;
}

/* стили для активного чекбокса (при нажатии на него) */
.filter-saveinsession__checkbox:not(:disabled):active+label::before {
    background-color: #fff;
    border: 1px solid #c4c4c482;
}

/* стили для чекбокса, находящегося в фокусе */
/*.filter-saveinsession__checkbox:focus+label::before {*/
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
/*}*/

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.filter-saveinsession__checkbox:focus:not(:checked)+label::before {
    border: 1px solid #c4c4c482;
}

/* стили для чекбокса, находящегося в состоянии checked */
.filter-saveinsession__checkbox:checked+label::before {
    border-color: #e6e6e6;
    background-color: #fff;
    background: url(/images/new/filter/filter-check.png) no-repeat center;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.filter-saveinsession__checkbox:disabled+label::before {
    background-color: #e9ecef;
}

/*---custom-checkbox*/

/*ADAPTIVE*/
@media (max-width: 1202px) {
    #smart-filter__area {
        display: none;
    }
    #smart-filter__area .container {
        margin: 0 15px !important;
        width: auto !important;
    }
}

@media (max-width: 1024px) {

    body .fancybox-margin {
        z-index: 1 !important;
    }
    
    .filter-wrap .filter__multiple-counter-block {
        display: none !important;
    }
    #elem-count, #elem-count-test {
        display: none;
    }
    /*styles for grey border*/
    header.wrapper.wrapper_new {
        margin: 15px 0 0 !important;
        padding: 0 0 10px;
    }

    .how_choose_car__catalog-menu__area {
        background: #E2E2E2;
        padding: 15px 0 10px;
    }

    .how_choose_car__catalog-menu {
        margin-bottom: 15px !important;
    }

    div.how_choose_car_item {
        border: 1px solid rgb(236 236 236);
        border-bottom: 1px solid rgba(196, 196, 196, 1);
        border-top: 1px solid rgba(196, 196, 196, 1);
        border-right: 0;
        background: #fff;
    }

    .catalog-filter__area {
        background: #fff;
    }

    .button-filter__opener-area {
        display: block;
        background: #E2E2E2;
        padding: 0 15px 15px;
        margin: 0 -15px 15px;
    }

    /*.container .mobile-title {*/
        /*display: none;*/
    /*}*/

    .button-filter__save-search-area {
        margin: 15px 0 35px;
        display: none;
    }

    .button-filter__save-search {
        display: block;
        width: 160px;
        text-align: center;
        background: #FF7E00;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        height: 32px;
        font: 300 14px/32px 'Roboto';
        margin: 0 auto;
    }

    .slick-list {
        background: #E2E2E2;
    }

    /*--styles for grey border*/
    .filter-saveinsession {
        display: none;
    }

    .button-filter__opener {
        display: block;
        text-align: center;
        background: #fff;
        box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
        border-radius: 5px;
        height: 52px;
        font: 300 16px/52px 'Roboto';
    }

    .button-filter__opener:hover {
        text-decoration: underline;
    }

    .fancybox-overlay {
        overflow-y: auto !important;
    }

    .fancyCustom {
        top: 0 !important;
        width: 100% !important;
        left: 0 !important;
        height: 100% !important;
        background: #fff;
    }

    .fancyCustom .fancybox-inner {
        width: 100% !important;
        height: auto !important;
    }

    .fancyCustom .fancybox-skin {
        background: #fff;
        color: #000;
    }

    .fancyCustom .fancybox-close {
        top: 16px;
        left: 13px;
        width: 40px;
        background-image: url(/images/new/filter/filter-back.png) !important;
        background-repeat: no-repeat;
    }

    span.select2-container {
        z-index: 9999;
    }

    .smart-filter__header {
        height: 48px;
    }

    .smart-filter__parameters-title {
        margin: 0 auto;
        width: max-content;
        font: 500 16px/48px 'Roboto';
        display: block;
    }

    .filter-buttons .filter-reset__btn {
        border: 0;
        color: #000;
        position: absolute;
        width: auto;
        top: 0;
        right: 0;
        font-size: 14px;
        height: 48px;
    }

    .filter-buttons .filter-reset__btn:hover, .filter-buttons .filter-reset__btn:active {
        background: initial;
        color: initial;
    }

    div.sort {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .filter_main .all-props {
        display: initial;
    }

    .smart-filter__section-title {
        display: block;
        margin: 0 -15px;
        background: #E2E2E2;
        padding: 25px 15px;
        box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 20%);
        font: 500 18px/21px 'Roboto';
    }

    .select2-container {
        min-width: 100%;
        max-width: 100%;
    }

    .filter-wrap {
        display: block;
        border: none;
        width: auto;
        padding: 0;
    }

    .filter-group__custom {
        display: block;
    }

    .filter-wrap:nth-child(2) .filter-group:first-child {
        background: #E2E2E2;
        margin: 0 -15px;
        padding: 0 15px;
    }

    .filter-wrap:nth-child(2) .filter-group:first-child span {
        font-size: 14px;
        padding: 0 0 8px;
        position: initial;
        color: #000;
    }

    .filter-wrap:nth-child(2) .filter-group:first-child .select2-container--default .select2-selection--multiple .select2-selection__clear {
        right: 30px;
        top: 40px;
    }

    .filter-wrap:nth-child(2) .filter-group:first-child .filter-label {
        display: block;
    }

    .filter-wrap:nth-child(2) .filter-group:first-child .select2-container .select2-selection--multiple {
        height: 56px;
        margin-bottom: 25px;
        box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
        border: none;
        border-radius: 4px;
    }

    .filter-wrap .select2-container--default .select2-selection--multiple.select2-selection--clearable {
        background: #fff;
        padding: 0 15px;
        border: none;
        border-bottom: 1px solid rgb(196 196 196 / 50%);
        border-radius: initial !important;
    }

    .filter-wrap .select2-container .select2-selection--multiple .select2-selection__rendered {
        max-width: 90%;
        position: absolute;
        bottom: 0;
    }

    .filter-wrap:nth-child(2) .filter-group:first-child .select2-container .select2-search--inline .select2-search__field {
        font: 300 14px/56px 'Roboto';
        margin: 0;
        padding: 0 0 6px 15px;
        height: 56px;
    }

    .filter-wrap:nth-child(2) .filter-group:first-child .select2-container .select2-search--inline .select2-search__field::placeholder {
        color: #898282;
    }

    .filter-wrap:nth-child(2) .filter-group:first-child .select2-selection--multiple .select2-selection__rendered {
        /*position: relative;*/
        /*bottom: 10px;*/
        /*left: 10px;*/
        position: absolute;
        top: 33px;
        left: 30px;
    }

    /*.filter-buttons {*/
    /*position: relative;*/
    /*}*/
    .filter-buttons .filter-apply__btn {
        border: 2px solid #FF7E00;
        color: #000;
        margin: 0 0 15px;
        position: fixed;
        box-sizing: border-box;
        width: 345px;
        font: 400 18px/56px 'Roboto';
        height: 56px;
        background: #FF7E00;
        box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
        border-radius: 5px;
        bottom: 15px;
        left: 50%;
        margin-left: -172.5px;
        z-index: 9999;
    }

    .filter-wrap .select2-container .select2-selection--multiple {
        height: 56px;
        border: none;
        border-bottom: 1px solid #ddd;
        border-radius: initial;
        margin: 0;
    }

    .filter-wrap .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: none;
        border-bottom: 1px solid #ddd;
    }

    .filter-wrap .select2-container .select2-search--inline .select2-search__field {
        font: 300 14px/56px 'Roboto';
        margin: 0;
        padding: 0 0 0 15px;
        height: 56px;
        /*height: auto;*/
    }

    .select2-container.select2-container--open .select2-dropdown--below,
    .select2-container.select2-container--open .select2-dropdown--above {
        border-radius: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border: none;
        box-shadow: none;
        padding: 2px;
        background-color: #fff;
        font: 300 14px/16px 'Roboto';
        width: 100% !important;
        bottom: 0;
        position: fixed;
    }

    .select2-container.select2-container--open .BRAND {
        border-radius: 0;
        border: none;
        box-shadow: none;
        padding: 2px;
        background-color: #fff;
        font: 300 14px/16px 'Roboto';
        width: 100% !important;
        top: 0;
        position: fixed;
    }

    .filter-wrap .select2-container:after {
        display: none;
    }

    .filter-label {
        display: none;
    }

    .filter-group {
        position: relative;
        margin: 0;
    }

    .filter-wrap:last-of-type .filter-group {
        position: initial;
    }

    .filter-label.visible {
        display: block;
        position: absolute;
        top: 8px;
        left: 15px;
        z-index: 10000;
        padding: 0 0 6px;
        color: #898282;
    }

    .filter-wrap:nth-of-type(1) .select2-container--default .select2-selection--multiple .select2-selection__clear {
        background: url(/images/new/filter/adaptive-clear-icon.png) no-repeat center;
        height: 20px;
        width: 20px;
        right: 15px;
        top: 18px;
    }

    .filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__clear {
        background: url(/images/new/filter/adaptive-clear-icon.png) no-repeat center;
        height: 20px;
        width: 20px;
        right: 15px;
        top: 18px;
    }

    .select2-search__field::-moz-placeholder {
        color: #000;
    }

    .select2-search__field::-webkit-input-placeholder {
        color: #000;
    }

    .select2-search__field::-ms-input-placeholder {
        color: #000;
    }

    .select2-search__field::-ms-input-placeholder {
        color: #000;
    }

    .select2-search__field::placeholder {
        color: #000;
    }

    .filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        font: 300 14px/16px 'Roboto';
        border: none;
        padding: 0;
    }

    .filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__display:before {
        content: ', ';
    }

    .filter-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice:first-child .select2-selection__choice__display:before {
        content: '';
    }

    .fancybox-overlay {
        overflow-y: auto !important;
    }

    .select2-container.select2-container--default .select2-results > .select2-results__options {
        max-height: 45vh;
        padding: 0 15px 85px;
    }
    .select2-container.select2-container--default .BRAND .select2-results > .select2-results__options {
        max-height: 80vh;
    }

    .select2-container .select2-results__option {
        padding: 10px 0;
        height: 56px;
        box-sizing: border-box;
        border-bottom: 1px solid rgb(196 196 196 / 50%);
        position: relative;
        font: 300 16px/40px 'Roboto';
    }

    .select2-container .select2-results__option:last-child {
        padding: 10px 0 95px;
    }

    .select2-container.select2-container--default .select2-results__option--selected {
        background: #fff;
        color: #000;
    }
    .select2-container .select2-results__option:before {
        content: "";
        display: inline-block;
        position: absolute;
        right: 0;
        top: 15px;
        height: 25px;
        width: 25px;
        padding: 0 1px;
        border: 1px solid #d4d4d4;
        border-radius: 50%;
        background-color: #fff;
        margin: 0;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .select2-container .select2-results__option--selected:before {
        content: "";
        background: url("/images/new/filter/ellipse-img.png") 50% 50% no-repeat;
        color: #fff;
        background-color: #fff;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 15px;
        height: 25px;
        width: 25px;
        padding: 0 1px;
        border: 1px solid #d4d4d4;
        font-size: 11px;
        box-sizing: border-box;
    }

    .select2-container .select2-results__option--highlighted.select2-results__option--selected:before {
        content: "";
        background: url("/images/new/filter/ellipse-img.png") 50% 50% no-repeat;
        color: #fff;
        background-color: #fff;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 15px;
        height: 25px;
        width: 25px;
        padding: 0 1px;
        border: 1px solid #ffffff94;
        font-size: 11px;
        box-sizing: border-box;
    }
    .select2-container .select2-results__option:after {
        display: none;
    }
    .b_shadow {
        background-color: rgb(84 84 84) !important;
    }

    .b_shadow .fancybox-wrap {
        opacity: .5 !important;
    }

    .filter_main .filter-wrap:nth-child(3) > .filter-group:first-child,
    .filter_main .filter-wrap:nth-child(3) > .filter-group:nth-child(2){
        display: none;
    }

    .dropdown-close-top {
        background: url(/images/new/filter/adaptive-select-dropdown-close.svg) no-repeat center;
        display: block;
        height: 30px;
        width: 30px;
        position: relative;
        right: 2px;
    }

    .filter-group .filter-input {
        height: 56px;
        width: 100%;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #ddd;
        padding: 0 15px;
    }

    .filter-group .filter-input:hover, .filter-group .filter-input:focus,
    .filter-group .filter-input.ui-placeholder {
        border-color:#ddd;
        background: initial;
    }

    .filter-group .filter-input::-webkit-input-placeholder { color: #000; }
    .filter-group .filter-input:-ms-input-placeholder { color: #000; }
    .filter-group .filter-input::-ms-input-placeholder { color: #000; }
    .filter-group .filter-input::placeholder { color: #000; }
    .filter-input.code-input {
        min-width: 100%;
        max-width: 100%;
    }

    .select2-controls__custom-top {
        display: flex;
        justify-content: space-between;
        padding: 20px 0 25px;
        border-bottom: 1px solid #ddd;
        margin: 0 15px;
    }

    .select2-controls__custom-top--title {
        font: 500 18px/21px 'Roboto';
    }

    .select2-controls__custom-bottom {
        display: flex;
        justify-content: space-between;
        padding: 95px 15px 20px;
        background: linear-gradient(0deg, #ffffff 54.69%, rgba(255, 255, 255, 0.31) 100%);
        position: fixed;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .select2-controls__custom-bottom--reset {
        font: 500 16px/19px 'Roboto';
        color: #898282;
    }

    .dropdown-close-bottom {
        font: 500 16px/19px 'Roboto';
        color: #000;
    }

    .select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #fff;
        color: #000;
    }

    .select2-container.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:after {
     display: none;
    }

    .select2-container .select2-results__option--highlighted.select2-results__option--selected:before {
        border: 1px solid #d4d4d4;
    }
}

/*--ADAPTIVE*/

.empty-result {
    position: absolute;
    background-color: #fff;
    bottom: calc(100% + 0.4rem);
    color: #000;
    margin: auto;
    opacity: 0;
    border: 1px solid #ccc;
    padding: 0.5rem 1.7rem;
    transform: translateY(-10px);
    transition: 0.3s ease-in-out;
    transition-property: opacity, transform;
}

.empty-result::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -6px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
}

.filter-apply__btn.fil-b {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-apply__btn:disabled:hover .empty-result {
    opacity: 1;
    transform: translateY(0);
}