.header {
    width: 100%;
}

.header-languages {
    padding: 10px 16px;
}

.header-languages__lang {
    font-size: 14px;
    color: #778ba5;
    font-weight: 400;
}

.mob-menu-header .header-languages__lang {
    font-size: 21px;
}

.header-languages__lang.active {
    font-weight: 600;
    color: #03a9f4;
}

.h-container {
    max-width: 1292px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    overflow: hidden;
}

.header-logo-link {
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(../images/icons/header/logo.svg);
    background-size: cover;
}

.header-search,
.header-search__form {
    position: relative;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

button,
input {
    overflow: visible;
}

button {
    border: none;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header-search__input {
    width: 100%;
    padding: 23px 45px 23px 20px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background-color: #f0f4f9;
    border-radius: 14px;
    border: none;
}

.hc-item__item-profile-control {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    transition: background-color .2s ease-in;
    cursor: pointer;
}

.hc-item__profile-control__name {
    max-width: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.control-item__name {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    transition: color .2s ease-in;
}

.hc-item-profile-control,
.hc-item-status-control,
.hc-item-favorite-control,
.hc-item-comparison-control,
.hc-item-cart-control {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.control-item {
    width: 50px;
    height: 50px;
}

.hc-control-item__name {
    width: 100%;
    color: #424763;
    font-size: 8px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.svg-size--24 {
    width: 24px;
    height: 24px;
}

.svg-size--16 {
    width: 16px;
    height: 16px;
}

.svg-size--32 {
    width: 32px;
    height: 32px;
}

a {
    text-decoration: none;
}

.catalog-in-header {
    height: 100%;
    background-color: #fff;
}

.catalog-in-header__main {
    margin-bottom: 10px;
}

.catalog-in-header__list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

.catalog-in-header__item {
    overflow: hidden;
    border-radius: 8px;
    background-color: #f0f4f9;
    line-height: 12px;
    font-weight: 600;
    font-size: 10px;
    color: #1c1c28;
    padding: 7px 10px;
    display: block;
    position: relative;
}

.catalog-in-header__item.is-grown {
    color: #e91e63;
}

.catalog-in-header__image {
    background-size: cover;
    z-index: 4;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.catalog-in-header__item span {
    z-index: 5;
    position: relative;
}

.catalog-in-header__side {
    height: 160px;
}

.catalog-in-header-side {
    cursor: pointer;
    color: #fff;
    height: 100%;
    z-index: 7;
    position: relative;
}

.catalog-in-header-side__images {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.catalog-in-header-side__images img:first-child {
    height: 96px;
    width: 81px;
    right: 83px;
    top: -22px;
}

.catalog-in-header-side__images img:last-child {
    height: 108px;
    width: 115px;
    right: 5px;
    top: 34px;
}

.catalog-in-header-side__images img {
    position: absolute;
    transition: transform .2s ease-in;
}

.catalog-in-header-side__inner {
    overflow: hidden;
    border-radius: 18px;
    background-position: 0;
    background-size: cover;
    background-image: url(../assets/images/categories/background--sm.svg);
    padding: 15px 20px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
}

.catalog-in-header-side__title {
    line-height: 28px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
    max-width: 200px;
}

.catalog-in-header-side__subtitle {
    line-height: 14px;
    font-size: 18px;
    font-weight: 600;
}

.choose-city-popup__list {
    list-style: none;
    overflow: auto;
    max-height: 464px;
    min-height: 256px;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    display: inline-flex;
    margin-top: 24px;
}

.choose-city-popup__item.selected-city {
    background: #f0f4f9;
    color: #03a9f4;
}

.choose-city-popup__item {
    border-radius: 25px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    padding: 8px 14px;
    /* font-family: ; */
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: #424763;
}

.header-mobile {
    box-shadow: 0 4px 20px rgba(66, 71, 99, .1);
    border-bottom: 1px solid #fff;
    z-index: 50;
    position: sticky;
    top: 0;
}

.header-mobile__wrapp {
    background-color: #fff;
    width: 100%;
    z-index: 49;
    position: relative;
    left: 0;
}

.header-mobile__scrollbar {
    padding: 14px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-mobile__logotype {
    margin-right: 10px;
    transition: opacity .2s ease-in;
}

.this-logotype {
    background-size: cover;
    display: block;
    width: 60px;
    height: 60px;
}

.header-mobile__btn {
    background: linear-gradient(90deg, #000, #0f4e6a);
    border-radius: 12px;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .2s ease-in;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    max-width: 300px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-mobile__btn img {
    height: 80px;
    width: 38px;
    margin: -10px 0 -10px 10px;
}

.header-mobile__hamburger {
    background-color: #f0f4f9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    transition: background-color .2s ease-in, box-shadow .2s ease-in;
}

.inner-header-hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.inner-header-hamburger__wrapper {
    width: 24px;
    height: 22px;
    position: relative;
}

.inner-header-hamburger__line {
    background-color: #778ba5;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    transform-origin: 50% 50%;
    display: block;
    position: absolute;
    transition: transform .4s ease-out;
}

.inner-header-hamburger__line:first-child {
    top: 0;
}

.header-mobile__hamburger .inner-header-hamburger__line:nth-child(2) {
    width: 30px;
    left: -3px;
}

.inner-header-hamburger__line:nth-child(2) {
    opacity: 1;
    top: 10px;
}

.inner-header-hamburger__line:nth-child(3) {
    top: 20px;
}

.mob-menu-wrap__head,
.mob-menu-wrap-search__head {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2052;
    padding: 13px 9px 9px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease-in visibility .2s ease-in;
}

.mob-menu-wrap__head.this-active,
.mob-menu-wrap-search__head.this-active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.mob-menu-wrap__title {
    color: #424763;
    line-height: 51px;
    font-weight: 650;
    font-size: 49px;
}

.mob-menu-wrap__hamburger {
    background-color: #fff;
    box-shadow: 0 2px 9px rgba(66, 71, 99, .2);
    border-radius: 50%;
    transition: background-color .2s ease-in, box-shadow .2s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 59px;
}

.head-hamburger,
.head-hamburger__search {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.head-hamburger__wrapper {
    width: 25px;
    height: 23px;
    position: relative;
}

.head-hamburger.this-open .head-hamburger__inline:first-child {
    animation: hamburger-top-is-open .4s ease-out forwards;
}

.head-hamburger__inline:first-child {
    top: 5px;
}

.head-hamburger__inline {
    background-color: #778ba5;
    border-radius: 3px;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: transform .4s ease-out;
}

.head-hamburger.this-open .head-hamburger__inline:nth-child(2) {
    opacity: 0;
}

.mob-menu-wrap__hamburger .head-hamburger__inline:nth-child(2) {
    width: 31px;
    left: -3px;
}

.head-hamburger__inline:nth-child(2) {
    opacity: 1;
    top: 9px;
    transition: transform .4s ease-out, opacity 0ms linear .4s;
}

.head-hamburger.this-open .head-hamburger__inline:nth-child(3) {
    animation: hamburger-bottom-is-open .4s ease-out forwards;
}

.inner-header-hamburger.this-closed .inner-header-hamburger__line:first-child {
    animation: hamburger-top-is-close .4s ease-out forwards;
}

.inner-header-hamburger.this-closed .inner-header-hamburger__line:nth-child(3) {
    animation: hamburger-bottom-is-close .4s ease-out forwards;
}

.head-hamburger__inline:nth-child(3) {
    top: 17px;
}

.mob-menu-wrap__body.this-active,
.mob-menu-wrap-search__body.this-active {
    transform: translateY(0);
}

.mob-menu-wrap__body,
.mob-menu-wrap-search__body {
    background-color: #fff;
    position: fixed;
    top: 83px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 10px;
    overflow: auto;
    transform: translateY(-120%);
    transition: transform .3s ease-in-out;
    z-index: 2061;
}

.mob-menu-header {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mob-menu-header__call {
    margin-bottom: 15px;
}

.mob-header-call {
    background: linear-gradient(180deg, #0068c9, #03a9f4);
    border-radius: 25px;
}

.mob-header-call__inner {
    padding: 25px 9px 9px;
}

.mob-header-call__phone {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 25px;
    font-weight: 650;
    line-height: 25px;
}

.mob-header-call__time {
    display: flex;
    color: #fff;
    align-items: center;
    font-size: 15px;
    font-weight: 450;
    line-height: 15px;
    margin-bottom: 29px;
}

.mob-header-call__time svg {
    opacity: .4;
    margin-right: 5px;
}

.mob-header-city__field {
    position: relative;
}

.mob-header-city__field img {
    position: absolute;
    top: 51%;
    right: 21px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity .2s ease-in;
}

.mob-header-city__placeholder {
    color: #adbdd2;
    font-size: 13px;
    font-weight: 650;
    line-height: 14px;
    position: absolute;
    top: 15px;
    left: 20px;
}

.mob-header-city__input {
    background-color: #fff;
    border: none;
    border-radius: 15px;
    color: #000;
    width: 100%;
    padding: 30px 55px 15px 20px;
    font-size: 18px;
    font-weight: 650;
    line-height: 25px;
}

.mob-header-city__choose-city {
    display: none;
}

.mob-header-city__choose-city[data-v-5] {
    transition: .2s;
}

.mob-header-city__list {
    background-color: #fff;
    border-radius: 15px;
    margin-top: 5px;
    padding: 12px 20px;
}

.mob-header-city__item {
    color: #424763;
    display: block;
    font-size: 17px;
    font-weight: 650;
    line-height: 25px;
    text-align: left;
    width: 100%;
    padding: 12px 0;
}

.when-slide-down-enter-is-active {
    will-change: height, opacity;
    transition: height 0.5s ease, opacity 0.5s ease;
    overflow: hidden;
    display: block;
}

.mob-menu-header__navigation {
    margin-bottom: 7px;
}

.mob-menu-header-navigation__btn {
    background-color: #000;
    border-radius: 15px;
    color: #fff;
    position: relative;
    width: 100%;
    padding: 0 21px;
    font-size: 17px;
    font-weight: 700;
    line-height: 71px;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

.mob-menu-header-navigation__btn svg {
    fill: #fff;
    transform: rotate(-90deg);
    transition: transform .2s ease-in;
    position: absolute;
    top: 25px;
    right: 15px;
}

.mob-menu-header-navigation__btn.this-active svg {
    transform: rotate(90deg);
}

.mob-menu-header-navigation__list {
    background-color: #000;
    border-radius: 15px;
    margin-top: 5px;
    padding: 13px 21px;
}

.mob-menu-header-navigation__link {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 650;
    padding: 13px 0;
    line-height: 25px;
}

.mob-menu-header__links {
    margin: 9px 0 17px;
}

.mob-menu-header-links__item {
    background-color: #f0f4f9;
    border-radius: 15px;
    color: #424763;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 21px;
    font-size: 17px;
    font-weight: 700;
    line-height: 69px;
}

.mob-menu-header-links__item svg.this-arrow {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    fill: #778ba5;
}

.mob-menu-header__contacts {
    padding-bottom: 9px;
}

.mob-menu-header-contacts {
    border-radius: 25px;
    background: linear-gradient(180deg, #f0f4f9, #e3e9f0);
}

.mob-menu-header-contacts__inner {
    padding: 15px 9px 9px;
}

.mob-menu-header-contacts__title {
    color: #424763;
    font-size: 29px;
    font-weight: 650;
    line-height: 35px;
    margin-bottom: 29px;
    padding: 0 9px;
}

.mob-menu-header-contacts__links {
    display: flex;
    grid-gap: 5px;
}

.mob-menu-heade-contacts__link {
    box-shadow: 0 3px 9px rgba(66, 71, 99, .3);
    max-width: 50%;
    flex-basis: 50%;
}

.header-mobile-search__input {
    background: #f0f4f9;
    border-radius: 12px;
    border: 1px solid rgba(240, 244, 249, .7);
    /* border-top-color: rgba(240, 244, 249, .5);
    border-right-color: rgba(240, 244, 249, .5);
    border-bottom-color: rgba(240, 244, 249, .5);
    border-left-color: rgba(240, 244, 249, .5); */
    -webkit-tap-highlight-color: transparent;
    transition: opacity .2s ease-in;
    font-size: 22px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #adbdd2;
    padding: 0 10px;
    margin-right: 10px;
    max-width: 300px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
}

.header-mobile-search__wrapper {
    position: relative;
}

.header-mobile-search__btn {
    background: #0000;
    border: none;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 13px;
    top: 0;
    transition-duration: .15s;
    z-index: 10;
}

.desktop-search__box.desktop-search-box-body {
    width: 100%;
    max-width: inherit;
}

.mobile-search__box.mobile-search-box-body,
.desktop-search__box.desktop-search-box-body {
    position: absolute;
}

.desktop-search__box.desktop-search-box-body {
    left: 0;
    bottom: calc(100% - 70px);
}

.mobile-search__box,
.desktop-search__box {
    display: inline-block;
    position: relative;
    font-family: "Inter", sans-serif;
    color: #5a595f;
    font-size: 14px;
}

.mobile-search-results {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    position: absolute;
    z-index: 9;
    top: calc(100% + 12px);
    max-width: 688px;
    /* display: none; */
}

.mobile-search-wrapper,
.desktop-search-wrapper {
    border: 1px solid #EEE;
    border-radius: 8px;
    padding: 32px 16px;
    overflow: hidden;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.mobile-search-wrapper:before,
.desktop-search-wrapper:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #f0f0f0;
    top: -20px;
    left: 25px;
}

.mobile-search-container:first-child:not(:empty) {
    padding-left: 0;
}

.mobile-search-container:first-child:not(:empty) {
    min-width: 188px;
}

.mobile-search-container:not(:empty) {
    padding: 0 16px;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-search-group,
.desktop-search-group {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-search-group-title {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #03a9f4;
    font-weight: 600;
}

.mobile-search-group-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mobile-search-container:not(:empty):first-child:not(:last-child) .mobile-search-row {
    max-width: 232px;
}

.mobile-search-row,
.desktop-search-row {
    color: #5a595f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.6;
    cursor: pointer;
}

#mobile_search_products.mobile-search-container:not(:empty) {
    width: 420px;
    padding-right: 0;
    border-left: 1px solid #f0f0f0;
}

.mobile-search-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mobile-search-group-title,
.desktop-search-group-title {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #03a9f4;
    font-weight: 600;
}

.mobile-search-products .mobile-search-group-title {
    width: auto;
    margin-bottom: 10px;
}

.mobile-search-products .mobile-search-group-description {
    padding: 0;
}

.mobile-search-group-description,
.desktop-search-group-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.mobile-search-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    width: 100%;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.mobile-search-product * {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.mobile-search-product__image {
    position: relative;
    flex: 0 0 16%;
    width: 16%;
    padding-bottom: 16%;
    overflow: hidden;
    background: transparent center no-repeat;
    background-size: contain;
}

.mobile-search-product__name-holder {
    flex: 0 0 84%;
    padding-left: 0.5rem;
}

.mobile-search-product__name {
    overflow: hidden;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 0.625rem;
    padding: 0;
    font-size: 0.875rem;
    color: #485059;
}

.mobile-search-product__price {
    line-height: 1.24;
    font-size: 0.875rem;
    color: #485059;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 1.5rem;
}

.mobile-search-product__price-current {
    font-weight: 600;
    margin-right: 8px;
}

.mobile-search-close {
    display: none;
}

.desktop-header-catalog__menu {
    display: none;
    left: 12px;
    padding-top: 20px;
    position: absolute;
    text-align: start;
    top: 59%;
    z-index: 3;
}

.desktop-header-catalog-menu__container {
    background: #fff;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    height: 502px;
    position: relative;
    transition: .02s linear;
    width: 308px;
}

.desktop-header-catalog-menu__container * {
    transition: .3s linear;
}

.desktop-header-catalog-menu__link-content {
    overflow-y: auto;
}

.desktop-header-catalog-menu__link-content {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    height: initial;
    justify-content: space-evenly;
}

.desktop-header-catalog-menu__link-container a {
    text-decoration: none;
}

.menu-link-container__link {
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
    color: #202020;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 12px;
    letter-spacing: -.02em;
    line-height: 17px;
    padding: 12px 22px;
}

.menu-link-container__link:hover {
    color: #00d0ff;
    font-weight: 600;
}

.menu-link-container__body {
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    box-sizing: border-box;
    display: none;
    height: 100%;
    /* left: 300px; */
    left: 290px;
    max-width: 1080px;
    overflow-y: auto;
    padding: 24px 42px;
    position: absolute;
    top: 0;
    width: 70vw;
}

.menu-link-container__link:hover~.menu-link-container__body,
.menu-link-container__link:hover+.menu-link-container__body,
.menu-link-container__body:hover {
    display: block;
}


/* .menu-link-container__link:hover~.desktop-header-catalog-menu__container {
    height: 502px !important;
    transition: height 0.3s ease;
} */

.container-body__content-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    background-color: rgba(0, 208, 255, 0.5);
    padding: 17px;
    border-radius: 9px;
}

.container-body-content-head__title {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.desktop-header-catalog__allcats {
    color: #202020;
    font-size: 14;
    line-height: 1.22;
    margin-left: auto;
    text-decoration: none;
    transition: color .15s;
    vertical-align: middle;
}

.desktop-header-catalog__allcats svg {
    fill: #029aad;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 4px;
    transition: .2s ease;
}

.desktop-header-catalog_contentLinks {
    max-height: 100%;
    padding: 0;
}

.contentLinks__wrapp {
    display: flex;
    flex-direction: row;
    place-content: stretch center;
    box-sizing: border-box;
    width: 100%;
    gap: 10px;
}

.contentLinks-inner__wrapp {
    display: flex;
    flex-direction: column;
    place-content: stretch flex-start;
    flex: 1 1 0%;
    width: 0px;
    gap: 10px;
}

.desktop-header-catalog-linkItems {
    display: inline-block;
    margin-top: 16px;
}

.desktop-header-catalog-linkItems>a {
    display: block;
    line-height: 2;
}

.desktop-header-catalog__topLink {
    color: #00d0ff;
    font-size: 14px;
    font-weight: 700;
}

.esktop-header-catalog__otherLinks {
    color: 000;
    font-size: 13px;
    font-weight: 400;
}

.desktop-header-catalog__otherLinks {
    color: #424763;
    font-size: 13px;
    font-weight: 400;
}

.desktop-search-results {
    max-width: 100%;
    width: 100%;
    z-index: 8;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    position: absolute;
    z-index: 9;
    top: calc(100% + 12px);
    max-width: 688px;
    /* display: none; */
}

.desktop-search-container:first-child:not(:empty) {
    padding-left: 0;
    min-width: 188px;
}

.desktop-search-container:not(:empty) {
    padding: 0 16px;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.desktop-search-group {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.desktop-search-group-title {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #03a9f4;
    font-weight: 600;
}

.desktop-search-group-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.desktop-search-container:not(:empty):first-child:not(:last-child) .desktop-search-row {
    max-width: 232px;
}

.desktop-search-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.6;
    cursor: pointer;
}

.desktop-search-row,
.desktop-search-row:link,
.desktop-search-row:active,
.desktop-search-row:visited,
.desktop-search-row:hover {
    color: #5a595f;
}

.desktop-search-row>span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 232px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.desktop-search-container:not(:empty) {
    padding: 0 16px;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#desktop_search_products.desktop-search-container:not(:empty) {
    width: 420px;
    padding-right: 0;
    border-left: 1px solid #f0f0f0;
}

.desktop-search-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.desktop-search-group {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.desktop-search-products .desktop-search-group-title {
    width: auto;
    margin-bottom: 10px;
}

.desktop-search-group-title {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: #03a9f4;
    font-weight: 600;
}

@keyframes hamburger-top-is-open {
    50% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translate3d(0, 5px, 0) rotate(45deg)
    }
}

@keyframes hamburger-bottom-is-open {
    50% {
        transform: translate3d(0, -6px, 0)
    }
    to {
        transform: translate3d(0, -6px, 0) rotate(-45deg)
    }
}

@keyframes hamburger-top-is-close {
    0% {
        transform: translate3d(0, 6px, 0) rotate(45deg)
    }
    50% {
        transform: translate3d(0, 6px, 0) rotate(0deg)
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes hamburger-bottom-is-close {
    0% {
        transform: translate3d(0, -6px, 0) rotate(-45deg)
    }
    50% {
        transform: translate3d(0, -6px, 0) rotate(0deg)
    }
    to {
        transform: translateZ(0)
    }
}

.favorites-dropdown {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 5px 15px rgba(95, 113, 141, .15);
}

.favorites-dropdown__wrapper {
    position: relative;
}

.favorites-dropdown__wrapper:after,
.favorites-dropdown__wrapper:before {
    content: "";
    position: absolute;
    width: 16px;
    height: calc(100% - 40px);
    background-color: #fff;
    top: 20px;
    z-index: 1;
}

.favorites-dropdown__body {
    max-height: 316px;
    overflow: auto;
    padding-top: 4px;
    max-height: 170px;
    overflow-y: auto;
}

.favorites-dropdown__footer {
    padding: 0 16px 16px;
}

.favourite-product-modal-container, .cart-product-modal-container {
    display: flex;
    align-items: center;
}

.header-favorites-product {
    position: relative;
    padding: 12px 16px;
    border-bottom: 1px solid #e3e9f0;
    transition: opacity .3s ease-in-out;
}

.header-favorites-product__link {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    padding-right: 32px;
    box-sizing: border-box;
    color: #424763;
}

.header-favorites-product__img {
    display: block;
    width: 48px;
    align-self: center;
    flex-shrink: 0;
}

.header-favorites-product__title {
    max-height: 54px;
    margin-left: 8px;
    flex-grow: 1;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.header-favorites-product-price {
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 0;
}

.header-favorites-product-price {
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 0;
}

.favorites-dropdown__total {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    margin: 0 0 16px;
    border-bottom: 1px solid #e3e9f0;
}

.favorites-dropdown__total-number,
.favorites-dropdown__total-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #424763;
}

.favorites-dropdown__button {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
    border-radius: 18px;
    border: #f0f4f9 solid transparent;
    font-family: inherit;
    font-size: 24px;
    line-height: 68px;
    letter-spacing: normal;
    text-transform: initial;
    color: #778ba5;
    background-color: #f0f4f9;
    cursor: pointer;
    transition: opacity .2s ease-in, color .2s ease-in, border-color .2s ease-in, background-color .2s ease-in, background-position .3s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.desktop-search-products .desktop-search-group-description {
    padding: 0;
}

.desktop-search-group-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.desktop-search-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    width: 100%;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.desktop-search-product__image {
    position: relative;
    flex: 0 0 16%;
    width: 16%;
    padding-bottom: 16%;
    overflow: hidden;
    background: transparent center no-repeat;
    background-size: contain;
}

.desktop-search-product * {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.desktop-search-product__name-holder {
    flex: 0 0 84%;
    padding-left: 0.5rem;
}

.desktop-search-product__name {
    overflow: hidden;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 0.625rem;
    padding: 0;
    font-size: 0.875rem;
    color: #485059;
}

.desktop-search-product__price {
    line-height: 1.24;
    font-size: 0.875rem;
    color: #485059;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 1.5rem;
}

.desktop-search-product__price-current {
    font-weight: 600;
    margin-right: 8px;
}

#sms-code-section,
#confirm-sms-code,
.email-code-inp ,
#confirm-email-code,
.resend-code-btn.modal-profile-auth__state,
#timer {
    display: none;
}

.header-favorites-product-delete-wrap {
    
}

.preloader-btn,
.preloader-resend-btn {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

#timer {
    margin-top: 24px;
}

.feedback-mobile-title {
    display: block;
    margin-top: 5px;
}

#feedbackMobileModal .form-group {
    margin-bottom: 7px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.login_active {
    display: none;
}

/* Mobile */

@media only screen and (min-width: 640px) {
    .desktop-search-products .desktop-search-group-description {
        max-height: 364px;
        min-height: 42px;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 992px) {
    .header {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 51;
        display: block;
        background-color: #fff;
        border-bottom: 1px solid #fff;
        box-shadow: 0 4px 20px rgba(66, 71, 99, .1);
    }
    .header__inner {
        position: relative;
        max-width: 1366px;
        margin: 0 auto;
        padding: 10px 0 15px;
    }
    .h-container {
        padding: 0 16px;
    }
    .header__top {
        display: flex;
        margin-bottom: 25px;
    }
    .header__logo {
        margin-right: 20px;
    }
    .header-logo-link {
        width: 70px;
        height: 70px;
    }
    .header__button {
        position: relative;
        display: flex;
        align-items: center;
        margin-right: 10px;
        padding: 0 40px;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        line-height: 70px;
        text-align: center;
        background-color: #000;
        border-radius: 12px;
        border: none;
    }
    .header__button:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(90deg, #000, #0f4e6a);
        border-radius: inherit;
        transition: opacity .2s ease-in;
        opacity: 0;
    }
    .header__button:hover:before {
        opacity: 1;
    }
    .header__button span {
        position: relative;
        z-index: 1;
    }
    .header__search {
        flex-grow: 1;
        margin-right: 10px;
    }
    .header-search__input {
        padding: 20px 80px 20px 30px;
        font-size: 24px;
        line-height: 30px;
        border-radius: 12px;
    }
    .header-search__button {
        position: absolute;
        top: 50%;
        right: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: background-color .2s ease-in;
        transform: translateY(-50%);
        cursor: auto;
    }
    .header__controls-wrapp {
        margin-left: auto;
    }
    .header-controls__list {
        display: flex;
        align-items: center;
        margin: 0 -5px;
    }
    .header-controls__item {
        padding: 0 5px;
    }
    .hc-item-profile-control,
    .hc-item-status-control,
    .hc-item-favorite-control,
    .hc-item-cart-control,
    .hc-item-comparison-control {
        border-radius: 12px;
        transition: background-color .2s ease-in;
        cursor: pointer;
    }
    .hc-item__profile-control__name {
        max-width: 60px;
    }
    .control-item__name {
        position: absolute;
        bottom: 10px;
        font-size: 12px;
        transition: color .2s ease-in;
    }
    .hc-control-item__icon {
        width: 28px;
        height: 28px;
        margin-bottom: 20px;
        fill: #424763;
    }
    .hc-item-comparison-control .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/comparison.png);
        background-size: contain;
    }
    .hc-item-favorite-control .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/favourites.png);
        background-size: contain;
    }
    .hc-item-cart-control .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/cart.png);
        background-size: contain;
    }
    .control-item {
        width: 70px;
        height: 70px;
    }
    .hc-control-item__name {
        position: absolute;
        bottom: 10px;
        font-size: 12px;
        transition: color .2s ease-in;
    }
    #search-icon {
        width: 40px;
        height: 40px;
        fill: #424763;
        transition: fill .2s ease-in;
    }
    .header_button_catalog__icon {
        width: 26px;
        height: 54px;
        margin-left: 20px;
        transition: transform .2s ease-in;
        position: relative;
        z-index: 1;
    }
    /* Header bottom */
    .header__bottom {
        display: flex;
        align-items: center;
    }
    .nav-header__city {
        margin-right: 10px;
    }
    .location-icon {
        flex-shrink: 0;
        margin-right: 7px;
        fill: #03a9f4;
    }
    .header-city_btn {
        display: flex;
        align-items: center;
        color: #03a9f4;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        transition: color .2s ease-in;
    }
    .header-city__title {
        max-width: 180px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .nav-header__link {
        position: relative;
        display: flex;
        align-items: center;
        margin-right: 20px;
        color: var(--z2kad5);
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        transition: color .2s ease-in;
    }
    .nav-header__link--contacts {
        margin-right: 7px;
        transition: fill .2s ease-in;
    }
    .nav-header__item {
        position: relative;
        margin-right: 16px;
    }
    .nav-header-item {
        position: relative;
    }
    .nav-header-item__title {
        position: relative;
        display: flex;
        align-items: center;
        color: #424763;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        transition: color .2s ease-in;
    }
    .nav-header-item:hover .nav-header-item__title {
        z-index: 3;
        color: #778ba5;
    }
    .nav-header-item:hover .nav-header-item__dropdown {
        opacity: 1;
        visibility: visible;
    }
    .nav-header__link--arrow {
        margin-left: 7px;
        fill: #778ba5;
        transform: rotate(-90deg);
        transition: transform .2s ease-in, fill .2s ease-in;
    }
    .nav-header-item:hover .nav-header__link--arrow {
        transform: rotate(90deg);
    }
    .nav-header__phone {
        display: flex;
        align-items: center;
        margin-left: auto;
        color: #424763;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        transition: color .2s ease-in;
    }
    .nav-header__link--call {
        width: 24px;
        height: 24px;
        margin-right: 5px;
        transition: fill .2s ease-in;
    }
    .nav-header__worktime {
        margin-left: 20px;
        color: #778ba5;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        transition: color .2s ease-in;
    }
    .nav-header-item__dropdown {
        position: absolute;
        z-index: 2;
        top: -20px;
        left: -30px;
        min-width: 205px;
        padding: 60px 30px 25px;
        background: #fff;
        border-radius: 24px;
        box-shadow: 0 15px 30px rgba(66, 71, 99, .4);
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease-in, visibility .2s ease-in;
    }
    .nav-header-item__link:not(:last-child) {
        margin-bottom: 15px;
    }
    .nav-header-item__link {
        position: relative;
        display: inline-block;
        color: #424763;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        white-space: nowrap;
        transition: color .2s ease-in;
    }
    .catalog-in__header {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        transition: opacity .3s ease-in, visibility .3s ease-in;
        overflow: hidden;
        border-radius: 0 0 40px 40px;
    }
    .catalog-in__header.when-click-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .catalog-in-header {
        display: flex;
        flex-direction: row-reverse;
        scrollbar-color: #03a9f4 #f0f4f9;
        scrollbar-width: thin;
        overflow: auto;
        padding: 45px 30px 30px;
        max-height: calc(100vh - 160px);
    }
    .catalog-in-header__main {
        margin-bottom: 0;
    }
    .catalog-in-header__list {
        display: grid;
        grid-template-columns: 105px 110px 110px 110px 110px 110px;
        grid-template-rows: 160px 60px 85px 60px;
    }
    .catalog-in-header__item:first-child {
        line-height: 28px;
        font-weight: 700;
        font-size: 20px;
        padding: 20px 25px;
        grid-row: 1;
        grid-column: 1 / 3;
    }
    .catalog-in-header__item:nth-child(4) {
        grid-column: 1 / 2;
        grid-row: 3 / 5;
    }
    .catalog-in-header__item:nth-child(5) {
        padding: 20px 25px;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        grid-column: 5 / 6;
        grid-row: 1 / 4;
    }
    .catalog-in-header__item:nth-child(6) {
        grid-column: 4 / 5;
        grid-row: 3 / 5;
    }
    .catalog-in-header__item:nth-child(7) {
        grid-column: 6;
        grid-row: 1;
    }
    .catalog-in-header__item:nth-child(8) {
        grid-column: 6;
        grid-row: 2 / 4;
    }
    .catalog-in-header__item:nth-child(9) {
        line-height: 28px;
        font-weight: 700;
        font-size: 20px;
        padding: 20px 25px;
        grid-column: 2 / 4;
        grid-row: 3 / 5;
    }
    .catalog-in-header__item:nth-child(10) {
        grid-column: 1 / 3;
        grid-row: 2 / 3;
    }
    .catalog-in-header__item:nth-child(11) {
        grid-column: 3 / 5;
        grid-row: 2 / 3;
    }
    .catalog-in-header__item:nth-child(12) {
        grid-column: 5 / 7;
        grid-row: 4 / 5;
    }
    .catalog-in-header__item {
        padding: 10px 15px;
        font-size: 16px;
        line-height: 22px;
        transition: color .2s ease-in, background-color .2s ease-in;
        border-radius: 12px;
        hyphens: auto;
    }
    .catalog-in-header__item:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: opacity .2s ease-in;
        background: linear-gradient(90deg, #000, #0e465a);
        opacity: 0;
        z-index: 3;
    }
    .catalog-in-header__item:hover {
        color: #fff;
    }
    .is-desktop-hide {
        display: none !important;
    }
    .catalog-in-header__side {
        max-width: 246px;
        height: 410px;
        margin-right: 15px;
    }
    .catalog-in-header-side__inner {
        border-radius: 20px;
        background-image: url(../images/categories/background--lg.svg);
        padding: 30px 20px;
    }
    .catalog-in-header-side__title {
        line-height: 40px;
        max-width: 100%;
        font-size: 32px;
    }
    .catalog-in-header-side__title span {
        display: block;
    }
    .catalog-in-header-side__subtitle {
        line-height: 25px;
        font-size: 18px;
        font-weight: 600;
    }
    .catalog-in-header-side__images img:first-child {
        height: 137px;
        width: 114px;
        right: 110px;
        top: -29px;
    }
    .catalog-in-header-side__images img:last-child {
        height: 150px;
        width: 160px;
        right: 3px;
        top: 49px;
    }
    .header-mobile {
        display: none;
    }
    .this-logotype {
        width: 70px;
        height: 70px;
    }
    .hc-item-favorite-control.is-active svg, .hc-item-cart-control.is-active svg {
        width: 20px;
        height: 20px;
        fill: #e91e63;
    }
    .hc-item-comparison-control.is-active .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/comparison_active.png);
        background-size: contain;
    }
    .hc-item-favorite-control.is-active .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/favourites_active.png);
        background-size: contain;
    }
    .hc-item-cart-control.is-active .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/cart_active.png);
        background-size: contain;
    }
    .hc-control-item__number {
        position: static;
        margin-left: 5px;
        margin-bottom: 20px;
        color: #424763;
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        transition: color .2s ease-in;
        transform: none;
    }
    .hc-control-item__dropdown {
        position: absolute;
        z-index: 10;
        top: 100%;
        right: 0;
        width: 377px;
        padding-top: 10px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-4px);
        transition: transform .2s ease, opacity .2s ease, visibility .2s ease-in;
    }
    .hc-item-favorite-control:focus-within .control-item__dropdown,
    .hc-item-favorite-control:hover .hc-control-item__dropdown {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .hc-item-cart-control:focus-within .control-item__dropdown,
    .hc-item-cart-control:hover .hc-control-item__dropdown {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .header__button:hover+.desktop-header-catalog__menu {
        display: block;
    }
    .desktop-search-results-is-active {
        display: block;
    }
}

@media only screen and (min-width: 1365px) {
    .header__search {
        margin-right: 40px;
    }
    .nav-header__city {
        margin-right: 20px;
    }
    .catalog-in-header__list {
        grid-template-columns: 155px 160px 160px 160px 160px 160px;
        grid-gap: 15px;
    }
    .catalog-in-header__side {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1280px) {
    .mobile-search-results {
        max-width: 53vw;
    }
}

@media only screen and (max-width: 1080px) {
    .mobile-search-results {
        max-width: 93.6vw;
    }
}

@media screen and (max-width: 991.20px) {
    .is-mobile-hide,
    .hidden-mobile {
        display: none !important;
    }
    header.header {
        display: none;
    }

    .footer-wrapper {
        padding-bottom: 95px;
    }
    
    .hc-control-item-cart-mobile__dropdown,
    .mobile-hiddens,
    .header__top,
    .header__logo {
        display: none;
    }

    .hc-item-cart-control .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/cart.png);
        background-size: contain;
    }

    .hc-item-cart-control.is-active .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/cart_active.png);
        background-size: contain;
    }

    .cart-modal.hc-control-item__icon,
    .favourite-modal-mobile.hc-control-item__icon,
    .comparison-modal-mobile.hc-control-item__icon,
    .login-modal-mobile.hc-control-item__icon,
    .hc-control-item-mobile__icon.login_active {
        width: 28px;
        height: 28px;
    }

    .hc-item-favorite-control .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/favourites.png);
        background-size: contain;
    }

    .hc-item-comparison-control .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/comparison.png);
        background-size: contain;
    }

    .hc-item-login-control .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/login.png);
        background-size: contain;
    }

    .hc-item-favorite-control.is-active .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/favourites_active.png);
        background-size: contain;
    }

    .hc-item-comparison-control.is-active .hc-control-item__icon {
        background: no-repeat center url(../images/icons/header/comparison_active.png);
        background-size: contain;
    }

    .hc-control-item-mobile__icon.login_active {
        object-fit: contain;
    }
}

@media only screen and (max-width: 640px) {
    .mobile-search__box {
        left: 15px;
        width: calc(100% - 30px);
    }
    .mobile-search-results {
        max-width: 100%;
        width: 100%;
        z-index: 8;
    }
    .mobile-search-wrapper {
        margin-left: 0 !important;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        padding: 16px;
    }
    .mobile-search-wrapper:before {
        left: calc(50% - 10px);
    }
    .mobile-search-container:not(:empty):first-child:not(:last-child) {
        padding-bottom: 10px;
    }
    .mobile-search-container:not(:empty):first-child:not(:last-child) .mobile-search-row {
        max-width: 100%;
    }
    .mobile-search-container:not(:empty),
    #mobile_search_products.mobile-search-container:not(:empty) {
        padding: 0;
        border-left: none;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .mobile-search-group {
        margin: 0;
        margin-bottom: 1rem;
    }
    .mobile-search-group-description {
        padding-left: 18px;
    }
    .mobile-search-row {
        padding-right: 0;
    }
    .mobile-search-group-description {
        padding-left: 18px;
    }
    .mobile-search-product {
        float: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin: 0 0 1rem;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile-search-product__image {
        flex: 0 0 20%;
        width: 20%;
        padding-bottom: 20%;
    }
    .mobile-search-product__name-holder {
        flex: 0 0 80%;
    }
    .mobile-search-product__name {
        margin-bottom: 0.5rem;
    }
    .mobile-search-close {
        display: block;
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ADADBD' fill-rule='evenodd' d='M12 10.586l4.293-4.293a1 1 0 0 1 1.414 1.414L13.414 12l4.293 4.293a1 1 0 0 1-1.414 1.414L12 13.414l-4.293 4.293a1 1 0 1 1-1.414-1.414L10.586 12 6.293 7.707a1 1 0 0 1 1.414-1.414L12 10.586z'/%3E%3C/svg%3E") center no-repeat;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 12px;
        top: 16px;
    }
}

@media only screen and (max-width: 430px) {
    .header-mobile-search__input {
        max-width: 270px;
    }
}

@media only screen and (max-width: 414px) {
    .header-mobile-search__input {
        max-width: 230px;
    }
}

@media only screen and (max-width: 390px) {
    .header-mobile-search__input {
        max-width: 215px;
    }
}

@media only screen and (max-width: 375px) {
    .header-mobile-search__input {
        max-width: 210px;
    }
}

@media only screen and (max-width: 360px) {
    .header-mobile-search__input {
        max-width: 200px;
    }
}

@media only screen and (min-width: 639px) {
    .h-container,
    .wrapper-inner {
        overflow: visible;
    }
}