body.hide-overlay {
    overflow: hidden;
}

body.hide-overlay .bodyOverlay {
    display: block;
}

.bodyOverlay {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.75);
    /*top: 40px;*/
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
}

#header {
    height: 40px;
    width: 100%;
    color: #323232;
    background-color: #FFF;;
    position: relative;
    z-index: 1000;
    font-size: 14px;
}

#header a span {
    color: #FFFFFF;
}

#header a:hover span {
    cursor: pointer;
    color: #EC1C24;
}

#header .container .flex_container {
    letter-spacing: 0.045em;
}

#header .header__right > div {
    margin-left: 2.5em;
    width: auto;
}

#header .header_phone {
    font-size: 1.12em;
    font-weight: 600;
}

#header .delivery span {
    font-weight: 400;
}

.menu__toggler {
    background: #959595;
    line-height: 38px;
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    display: flex;
    padding: 0 2em;
    cursor: pointer;
    width: 145px;
    margin: 0 0 0 3em;
    letter-spacing: 0.03em;
    transition: background-color 250ms;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    justify-content: center;
}

.menu__toggler:hover {
    color: #EC1C24;
}

.menu__toggler .chevron {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='22' height='15' viewBox='0 0 22 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 2L11 12L20 2' stroke='white' stroke-width='3'/%3e%3c/svg%3e");
    width: 0.9em;
    height: 0.9em;
    margin-left: 0.75em;

}

.menu__toggler.active .chevron {
    transform: rotate(180deg);
}

.menu__toggler .burger {
    width: 16px;
    display: block;
    position: relative;
    height: 14px;
    margin-right: 1em;
    top: -1px;
}

.menu__toggler .burger span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -ms-transition: transform 300ms;
    -o-transition: transform 300ms;
    transition: transform 300ms;
}

.menu__toggler .burger span:nth-child(2),
.menu__toggler .burger span:nth-child(3) {
    top: 6px;
}

.menu__toggler .burger span:last-child {
    top: 12px;
}

.menu__toggler .title {
    color: #FFFFFF;
    font-weight: 550;
}

.menu__toggler.active .burger span:first-child,
.menu__toggler.active .burger span:last-child {
    width: 0;
}

.menu__toggler.active .burger span:nth-child(2) {
    transform: rotate(45deg)
}

.menu__toggler.active .burger span:nth-child(3) {
    transform: rotate(-45deg)
}

.top_menu__dropdown {
    background: white;
    position: absolute;
    display: none;
    width: 100%;
    height: calc(100vh - 100px);
    left: 0;
    top: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 2;
    padding: 0;
    letter-spacing: 0.03em;
    border-top: 1px solid #DCDCDC;
}

.top_menu__dropdown.active {
    display: block;
}

.top_menu__dropdown .container,
.menu_search .top_menu__dropdown .container .dropdown__menu,
.top_menu__dropdown .dropdown__menu .left,
.top_menu__dropdown .dropdown__menu .right {
    height: 100%;
    max-height: 100%;
}

.submenuHeading {
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0.018em;
    margin-bottom: 0px;
}

.submenuBrandsList {
    display: flex;
    flex-direction: row;
    margin-bottom: 14px;
    justify-content: space-between;
}

.submenuBanner img {

}

.submenuItemsContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.submenuBanner {
    width: 25%;
}

.submenuBanner img {
    width: 100%;
}

.menu_search .top_menu__dropdown .container .dropdown__menu {
    display: flex;
    align-items: unset;
}

.top_menu__dropdown .dropdown__menu {
    position: relative;
    height: calc(100vh - 100px);
    max-height: 570px;
}

.top_menu__dropdown .dropdown__menu .left {
    width: 300px;
    border-right: 1px solid #DCDCDC;
    padding-top: 35px;
    display: flex;
    justify-content: flex-end;
    padding-right: 26px;
}

.top_menu__dropdown .dropdown__menu .right {
    flex: 1;
    padding-top: 35px;
    padding-bottom: 50px;
}

.top_menu__dropdown .dropdown__menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top_menu__dropdown .dropdown__menu ul .heading.j-top-menu a {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0.017em;
}

.top_menu__dropdown .dropdown__menu .submenu_wrp {
    height: 100%;
    overflow: auto;
    font-weight: 400;
    padding: 0 3em;
    display: none;
}

.top_menu__dropdown .dropdown__menu .submenu_wrp.active {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.top_menu__dropdown .dropdown__menu .brand_single {
    max-width: 177px;
    height: 50px;
}

.submenuBrandsList a > div {
    height: 100%;
}

.top_menu__dropdown .dropdown__menu .brand_single img {
    width: 100%;
    height: 100%;
    padding: 8px 0;
}

.top_menu__dropdown .dropdown__menu .submenu_wrp::-webkit-scrollbar {
    width: 4px;
}

.top_menu__dropdown .dropdown__menu .submenu_wrp::-webkit-scrollbar-track {
    background: #eeeeee;
}

.top_menu__dropdown .dropdown__menu .submenu_wrp::-webkit-scrollbar-thumb {
    background: #bbbbbb;
}

.top_menu__dropdown .dropdown__menu .submenu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.top_menu__dropdown .dropdown__menu .submenu .submenu__links {
    margin-bottom: 1em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.top_menu__dropdown .dropdown__menu .submenu .submenu__links a {
    display: block;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.015em;
}

.top_menu__dropdown .dropdown__menu .submenu .submenu__links a:hover,
.top_menu__dropdown .dropdown__menu .submenu .submenu__links a:not(.heading):hover {
    color: #EC1C24;
}

.top_menu__dropdown .dropdown__menu .submenu .submenu__links a:not(.heading) {
    color: #565656;
    font-weight: 400;
}

.top_menu__dropdown .dropdown__menu .heading a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    box-sizing: border-box;
}

.top_menu__dropdown .dropdown__menu .left .heading:hover {
    border-radius: 4px;
    background: #F4F4F4;
}


.top_menu__dropdown .dropdown__menu .heading {
    font-weight: 700;
    padding-bottom: 0;
}

.top_menu__dropdown .dropdown__menu .heading.active a {
    color: #EC1C24;
}

.top_menu__dropdown .dropdown__menu .submenu .heading {
    padding: 0;
}

.searchpro__field .searchpro__field-container {
    overflow: visible;
}

.searchpro__field-input-container:after {
    display: block;
    content: '';
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #EC1C24;
    width: 41px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-image: url("data:image/svg+xml,%0A%3Csvg id='Слой_2' data-name='Слой 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28.1 26.98'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:4px;%7D%3C/style%3E%3C/defs%3E%3Cline class='cls-1' x1='17.51' y1='16.39' x2='26.69' y2='25.57'/%3E%3Ccircle class='cls-1' cx='10.77' cy='10.77' r='8.77'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.75em;
    background-position: center;

}

.searchpro__field .searchpro__field-input-container .searchpro__field-input {
    font-size: 14px;
    letter-spacing: 0.03em;
    font-family: 'sf_ui_display';
}

.ks-logo {
    width: 200px;
}

.search {
    max-width: unset;
}

.call_me {
    width: auto;
    height: auto;
    margin: 0;
}

.call_me a {
    display: block;
    height: auto;
    margin: 0;
    text-align: unset;
    font-size: 1em;
    border: none;
}

.menu_search:before {
    height: 25%;
    width: 100%;
    display: block;
}

.menu_search .container > div {
    margin-left: 10px;
}

.menu_search .container > div:first-child {
    margin-left: 0;
    position: relative;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.submenuBrandsList .brand_single .tooltip {
    top: 50px;
    font-size: 14px;
    padding: 8px 10px 4px;
    border-radius: 4px;
}