﻿#wrapper #top-menu {
    height: 53px;
    display: flex;
    align-items: center;
}

#wrapper #top-menu #lang {
    margin: 1rem;
    position: unset;
    left: unset;
    top: unset;
}

#wrapper #top-menu #lang a.slct {
    border: 1px solid #eee;
    padding: 4px 6px;
    background: #000 url(images/arrow.gif) no-repeat 26px 11px;
}

#wrapper #top-menu #lang ul.drop {
    margin: -1px 0 0 3px;
}

#wrapper #top-menu #menu ul li {
    background: none;
}

#menu {
    margin: auto;
}

@media (max-width: 1280px) {
    .block_work_time {
        display: flex !important;
    }
}

@media (max-width: 1200px) {
    #hot-line-container {
        display: flex !important;
        /*flex-direction: column-reverse !important;
        align-items: flex-start !important;*/
        height: unset !important;
        position: unset !important;
        /*margin: auto !important;*/
        width: auto !important;
    }
}

.block_phones {
    display: flex;
    align-items: center;
}

#hot-line {
    margin-left: 1rem;
}

#hot-line a {
    margin: 0;
    font: normal 30px "SegoeUIRegular";
    display: flex;
    align-items: center;
}

.wrapper_search_top #hot-line a {
    color: #fff;
}


.block_social_link a {
    display: flex;
}

.block_work_time {
    width: 35%;
}

.block_work_time ul {
    display: block;
 }

        .block_work_time ul li:first-child {
            border-right: unset;
        }

        .block_work_time ul li {
            border-right: unset;
            padding: unset;
            text-align: unset;
            text-align: unset;
            display: flex;
            align-items: end;
            margin: auto;
            color: red;
            height: 20px;
        }

            .block_work_time ul li strong {
                color: black;
                margin-right: 5px;
            }

@media (max-width: 1200px) {
    .block_work_time ul li {
        justify-content: end;
    }

    .block_work_time {
        width: 50%;
    }
}

.search-wrapper {
    display: flex !important;
    height: 80px !important;
    background: black;
}

#wrapper #header .search-wrapper #search {
    display: flex !important;
    align-items: center !important;
    height: 40px !important;
}

#wrapper #header .search-wrapper #category-menu {
    height: 40px !important;
}

#search-input, #search-button {
    height: 40px !important;
}

#search-button {
    background-position: 10% 50% !important;
    font-size: 14px !important;
    text-align: right !important;
    padding-right: 13px;
}

.search-button p {
    display: block !important;
    position: absolute;
    color: white;
    right: 25px;
    top: 0px;
}

#category-menu, #search {
    background: black !important;
}

ul#drop-menu1 {
    background: black url(images/drop-menu-sign.gif) no-repeat 13px 13px;
    font-size: 0;
    border: 1px solid white;
}

ul#drop-menu1 li.toplast > a {
    color: white;
}

ul#drop-menu1 li {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    background: url(images/drop-menu-arrow.gif) no-repeat right 19px;
}

ul#drop-menu1 ul {
    top: 38px;
}

ul#drop-menu1 ul, ul#drop-menu1 ul ul, ul#drop-menu1 ul ul ul {
    background: white;
    box-shadow: 0px 0px 16px 0px #00000026;
}

#selectCar {
    display: flex !important;
    align-items: center !important;
    padding: 10px 0px 10px 0px;
    width: 15%;
    background: black;
    height: 40px !important;
}

#btnSelectCar:hover {
    color: black;
    background: white;
}

#btnSelectCar:hover img {
    content: url(images/FilterB.png);
}

#btnSelectCar {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0px 10px 0px 18px;
    width: 130px;
    color: white;
    height: 100%;
    background: black;
    border: 1px solid white;
    padding-right: 10px;
    border-radius: 3px;
}

#btnSelectCar img {
    margin: 0px 10px;
}

#btnCloseSelectCar {
    cursor: pointer;
    padding: .1rem;
    position: absolute;
    right: 0px;
    margin: 1rem;
    width: 14px;
}

#selectCarMenu {
    display: none;
    background: white;
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 58px;
    left: 0px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 10px 10px;
}

.open{
    display: block !important;
}

/*#auto-selection-filter-header form {
    display: flex;
    padding: 0 10px;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
}*/

.auto-selection-filter {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 10px 10px;
}
.auto-selection-filter form button {
    margin-top: 2px;

}
    .auto-selection-filter form .button-submit,
    .auto-selection-filter form .submit-inactive {
        position: relative;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0.4rem 0.5rem;
        cursor: pointer;
        user-select: none;
        transition: all .3s;
        text-align: center;
        white-space: nowrap;
        border: 0.1rem solid transparent;
        border-radius: 0.5rem;
        box-shadow: 0 0.4rem 0.4rem rgba(0,0,0,.07);
        color: #fff;
        background: #ff0000;
    }

    .auto-selection-filter form .submit-inactive {
        background: rgba(0,0,0,.07);
        color: #000;
    }
.row {
    display: flex;
    padding: 0 10px;
    margin: 10px 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

[class*="col-"] {
    padding: 0 .5rem 0;
}

.col-3 {
    flex: 0 0 15%;
    max-width: 15%;
}
.col-4 {
    flex: 0 0 20%;
    max-width: 20%;
}

.col-5 {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0rem 0.5rem 0;
}

.label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.choices[data-type*=select-one] {
    position: relative;
    height: 100%;
    padding-right: 0;
    color: #525252;
}

.choices__inner {
    height: 100%;
    min-height: 0;
    padding: 0.1rem 0rem 0.1rem 1rem !important;
    border: 0.1rem solid #e0e0e0;
    background: #fff;
    line-height: 3.5;
}

.choices__inner:has(.notActive) {
    background: #adadad;
}

.choices__item--selectable {
    padding-right: unset !important;
}

.selectCar {
    position: absolute;
    left: 1%;
    top: 55px;
    z-index: 99;
    color: white;
}

.only {
    right: 135px !important;
    top: 20px !important;
    color: #7a7a7a;
}














/*CHOISER js */


.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px
}

    .choices:focus {
        outline: 0
    }

    .choices:last-child {
        margin-bottom: 0
    }

    .choices.is-open {
        overflow: visible
    }

    .choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #eaeaea
    }

    .choices.is-disabled .choices__item {
        cursor: not-allowed
    }

    .choices [hidden] {
        display: none !important
    }

    .choices[data-type*=select-one] {
        cursor: pointer
    }

        .choices[data-type*=select-one] .choices__inner {
            padding-bottom: 7.5px
        }

        .choices[data-type*=select-one] .choices__input {
            display: block;
            width: 100%;
            margin: 0;
            padding: 10px;
            border-bottom: 1px solid #ddd;
            background-color: #fff
        }

        .choices[data-type*=select-one] .choices__button {
            position: absolute;
            top: 50%;
            right: 0;
            width: 20px;
            height: 20px;
            margin-top: -10px;
            margin-right: 25px;
            padding: 0;
            opacity: .25;
            border-radius: 10em;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
            background-size: 8px
        }

            .choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
                opacity: 1
            }

            .choices[data-type*=select-one] .choices__button:focus {
                -webkit-box-shadow: 0 0 0 2px #00bcd4;
                box-shadow: 0 0 0 2px #00bcd4
            }

        .choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
            display: none
        }

        .choices[data-type*=select-one]::after {
            position: absolute;
            top: 50%;
            right: 11.5px;
            width: 0;
            height: 0;
            pointer-events: none
        }

        .choices[data-type*=select-one].is-open::after {
            margin-top: -7.5px;
            border-color: transparent transparent #333
        }

        .choices[data-type*=select-one][dir=rtl]::after {
            right: auto;
            left: 11.5px
        }

        .choices[data-type*=select-one][dir=rtl] .choices__button {
            right: auto;
            left: 0;
            margin-right: 0;
            margin-left: 25px
        }

    .choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
        cursor: text
    }

    .choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
        position: relative;
        display: inline-block;
        width: 8px;
        margin: 0 -4px 0 8px;
        padding-left: 16px;
        opacity: .75;
        border-left: 1px solid #008fa1;
        border-radius: 0;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
        background-size: 8px;
        line-height: 1
    }

        .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
            opacity: 1
        }

/*.choices__inner {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    padding: 7.5px 7.5px 3.75px;
    vertical-align: top;
    border-radius: 2.5px;
    background-color: #f9f9f9;
    font-size: 14px
}*/

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    width: 100%;
    padding: 4px 16px 4px 4px
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

    .choices__list--multiple .choices__item {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 3.75px;
        margin-bottom: 3.75px;
        padding: 4px 10px;
        vertical-align: middle;
        word-break: break-all;
        color: #fff;
        border: 1px solid #00a5bb;
        border-radius: 20px;
        background-color: #00bcd4;
        font-size: 12px;
        font-weight: 500
    }

        .choices__list--multiple .choices__item[data-deletable] {
            padding-right: 5px
        }

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    border: 1px solid #008fa1;
    background-color: #00a5bb
}

.is-disabled .choices__list--multiple .choices__item {
    border: 1px solid #919191;
    background-color: #aaa
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    position: absolute;
    left: -1px;
    top: 100%;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    margin-top: -1px;
    word-break: break-all;
    border: 1px solid #ddd;
    border-bottom-right-radius: 2.5px;
    border-bottom-left-radius: 2.5px;
    background-color: #fff;
    will-change: visibility
}

.choices__list[aria-expanded] {
    z-index: 1
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
    visibility: visible
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 300px;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
    text-align: right
}

@media (min-width:640px) {
    .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: 100px
    }

        .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
            position: absolute;
            top: 50%;
            right: 10px;
            content: attr(data-select-text);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            opacity: 0;
            font-size: 12px
        }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: 10px;
        padding-left: 100px;
        text-align: right
    }

        [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
            right: auto;
            left: 10px
        }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

    .choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
        opacity: .5
    }

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    padding: 10px;
    color: gray;
    border-bottom: 1px solid #f7f7f7;
    font-size: 12px;
    font-weight: 600
}

.choices__button {
    cursor: pointer;
    text-indent: -9999px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .choices__button:focus, .choices__input:focus {
        outline: 0
    }

.choices__input {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    padding: 4px 0 4px 2px;
    vertical-align: baseline;
    border: 0;
    border-radius: 0;
    background-color: #f9f9f9;
    font-size: 14px
}

    .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
        display: none
    }

    .choices__input::-ms-clear, .choices__input::-ms-reveal {
        display: none;
        width: 0;
        height: 0
    }

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}

.choices[data-type*=select-one]::after, .custom-dropdown__link {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.custom-dropdown__link {
    display: block;
    padding: .6rem 1rem;
    color: #333;
    font-size: 1.4rem
}

    .custom-dropdown__link:hover, .kit-table thead tr {
        background: #f2f2f2
    }

.choices, .choices__inner {
    border: 0;
    border-radius: .5rem
}

    .choices[data-type*=select-one] {
        position: relative;
        height: 100%;
        padding-right: 0;
        color: #525252;
        
    }

        .choices[data-type*=select-one].is-open {
            border-color: #ff0000;
            -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
            box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1) ;
            border: 1px solid #ff0000;
            border-radius: .5rem .5rem 0px 0px;
        }

            .choices[data-type*=select-one].is-open::after {
                -webkit-transform: translateY(-50%) rotate(-180deg);
                -ms-transform: translateY(-50%) rotate(-180deg);
                transform: translateY(-50%) rotate(-180deg)
            }

            .choices[data-type*=select-one].is-open .choices__inner {
                border-color: #ff0000 #ff0000 transparent;
                border-radius: .5rem .5rem 0 0
            }

        .choices[data-type*=select-one]::after {
            right: 1.2rem;
            width: .5rem;
            height: .5rem;
            margin: 0 !important;
            content: "";
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border: 0;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
            background-position: center;
            background-size: contain
        }

/*.choices__inner {
    height: 100%;
    min-height: 0;
    padding: 1.1rem 4rem 1.1rem 1.3rem !important;
    padding-right: 0;
    border: .1rem solid #e0e0e0;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.5
}*/

    .choices__inner.error {
        border-color: #d8000c
    }

    .choices__inner .choices__list {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 0
    }

    .choices__inner .choices__item {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis
    }

.choices__list--dropdown {
    z-index: 9;
    border-color: #ff0000 !important;
    border-top: none !important;
    border-radius: 0 0 1rem 1rem !important;
    background: #fff;
    -webkit-box-shadow: 0 .5rem 1rem rgba(36, 36, 35, .08);
    box-shadow: 0 .5rem 1rem rgba(36, 36, 35, .08);
    line-height: 1.15
}

    .choices__list--dropdown .choices__item {
        padding: 1rem !important
    }

.choices .choices__list--dropdown .choices__placeholder {
    display: none
}

.choices.is-flipped .choices__inner {
    border-top-color: transparent !important;
    border-bottom: .1rem solid #ff0000 !important;
    border-radius: 0 0 1rem 1rem !important
}

.choices.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    border-top: .1rem solid #ff0000 !important;
    border-bottom: none !important;
    border-radius: 1rem 1rem 0 0 !important;
    -webkit-box-shadow: 0 -.5rem 1rem rgba(36, 36, 35, .08);
    box-shadow: 0 -.5rem 1rem rgba(36, 36, 35, .08)
}

.choices.is-disabled .choices__inner {
    background: #efefef
}

.js-select-autocomplete, .js-select-default {
    visibility: hidden;
    opacity: 0
}

.catalog-top-section {
    display: none;
    margin-bottom: 1rem
}

@media (min-width:768px) {
    .catalog-top-section {
        display: grid;
        gap: 3rem;
        grid-template-columns: minmax(22rem, 20%) 1fr
    }
}

.catalog-top-section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-start: 2
}

.catalog-top-section__views {
    margin-top: .5rem;
    margin-left: auto
}

.filter-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.filter-badges__badge {
    margin: 0 .5rem .5rem 0
}

.filter-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: .3rem .8rem;
    white-space: nowrap;
    color: #828282;
    border-radius: 1rem;
    background: #f2f2f2;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.1
}

.filter-badge__remove, .filter-badge__remove-icon {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.filter-badge__remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
    color: #bdbdbd
}

    .filter-badge__remove:hover {
        color: red
    }

.filter-badge__remove-icon {
    width: 1rem;
    height: 1rem;
    margin: auto;
    fill: currentColor
}

.header-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem;
    background: #f2f2f2
}

@media (min-width:768px) {
    .header-controls {
        padding: 1rem 1.5rem;
        border-radius: 1rem
    }
}

.header-controls > :not(:last-child) {
    margin-right: 1rem
}

.header-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 1.4rem
}

.header-control__progress {
    color: #adadad
}

    .header-control__progress strong {
        color: #525252;
        font-weight: 600
    }

.header-control__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center
}

.header-control__dropdown-text {
    margin-left: 1rem;
    color: #525252;
    font-size: 1.3rem
}

.header-control .choices::after {
    width: .8rem;
    height: .8rem
}

.header-control .choices__inner {
    padding: 1rem 3rem 1rem 1rem !important;
    line-height: 1.1
}

.filter-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    color: #525252;
    font-size: 1.2rem;
    font-weight: 500
}

    .filter-toggle:not(.is-active) path:first-child {
        display: none
    }

.filter-toggle__icon {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .5rem;
    fill: currentColor
}

.view-modes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.view-modes__item:not(:first-child) {
    margin-left: 1rem
}

.view-modes__item.is-active .view-modes__link, .view-modes__item:hover .view-modes__link {
    color: #000
}

.view-modes__item.is-active .view-modes__link {
    cursor: default
}

.view-modes__link {
    display: block;
    color: #ccc
}

.view-modes__icon {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    fill: currentColor
}

.sort-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center
}

.sort-field__btn {
    margin-right: 1.5rem
}

    .sort-field__btn.is-asc svg:last-child {
        display: block
    }

    .sort-field__btn.is-desc svg:first-child {
        display: block
    }

    .sort-field__btn.is-desc svg:last-child {
        display: none
    }

.sort-field__dropdown {
    min-width: 14rem
}

.search-form__field {
    position: relative
}

.search-form__input {
    padding-right: 4rem;
    font-size: 1.2rem
}

.search-form__submit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4rem;
    cursor: default;
    pointer-events: none;
    border-radius: 0 1rem 1rem 0
}

.search-form__submit-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: #525252
}

.price-range__values {
    display: grid;
    margin-bottom: 1.5rem;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.price-range__input {
    padding: .5rem;
    text-align: center;
    color: #333;
    font-size: 1.3rem
}

.price-range__slider {
    height: .7rem;
    padding: 0 1rem;
    border: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

    .price-range__slider .noUi-connect {
        background: #ff0000
    }

    .price-range__slider .noUi-handle {
        top: -.35rem;
        width: 1.8rem;
        height: 1.4rem;
        cursor: pointer;
        border: 0;
        border-radius: 1rem;
        outline: 0;
        background: #525252;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .price-range__slider .noUi-handle-lower, .price-range__slider .noUi-handle-upper {
        right: -.9rem !important
    }

    .price-range__slider .noUi-handle::after, .price-range__slider .noUi-handle::before, .price-range__slider [disabled] {
        display: none
    }

.filter__aside-search {
    display: none;
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .filter__aside-search {
        display: block
    }
}

/*.filter__header {
    display: none;
    padding: 1rem 1.5rem;
    color: #fff;
    border-radius: 1rem 1rem 0 0;
    background: #525252;
    line-height: 1.15
}

@media (min-width:768px) {
    .filter__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        align-items: baseline;
        -ms-flex-align: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.filter__heading {
    margin: 0;
    margin-right: 1rem;
    font-size: 1.6rem;
    font-weight: 600
}

.filter__collapse {
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500
}

    .filter__collapse:hover {
        text-decoration: underline
    }

.filter__main {
    border-radius: 0 0 2rem 2rem;
    background: #f6f6f6
}

.filter__sections {
    padding-top: 1rem
}

.filter__section {
    font-size: 1.3rem
}

    .filter__section:not(:last-child) {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: .5rem dotted #fff
    }

    .filter__section.is-opened .filter__title::before {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .filter__section.is-expanded .filter__body, .filter__section.is-opened .filter__body {
        display: block
    }

    .filter__section.is-hidden {
        display: none
    }

.filter__title, .filter__title::before {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.filter__title {
    position: relative;
    padding: 1rem 3rem 1rem 1.5rem;
    cursor: pointer;
    text-transform: uppercase;
    color: #525252;
    font-size: 1.3rem;
    font-weight: 700
}

    .filter__title:hover {
        color: #ff0000
    }

    .filter__title::before {
        position: absolute;
        top: 50%;
        right: 1.5rem;
        width: .8rem;
        height: .8rem;
        content: "";
        -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.57501 5.80748L0.175014 2.40748C-0.059986 2.17248 -0.059986 1.79248 0.175014 1.55998L0.740014 0.994976C0.975014 0.759976 1.35501 0.759976 1.58751 0.994976L3.99751 3.40498L6.40751 0.994976C6.64251 0.759976 7.02251 0.759976 7.25501 0.994976L7.82001 1.55998C8.05501 1.79498 8.05501 2.17498 7.82001 2.40748L4.42001 5.80748C4.19001 6.04248 3.81001 6.04248 3.57501 5.80748Z' fill='%23BDBDBD'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-size: contain
    }

.filter__body {
    display: none;
    padding: 1.5rem
}

.filter__option .choices .choices__placeholder {
    opacity: 1;
    color: #828282
}*/