.site-admin-panel {
    position: absolute;
    top: 92px;
    left: 0;
    z-index: 2100;
    width: 100%;
}

.site-counter-pixel {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
}

.site-header-promo,
.site-header-promo *,
.site-header,
.site-header * {
    box-sizing: border-box;
}

.site-header-promo a,
.site-header a {
    color: inherit;
    text-decoration: none;
}

.site-header-promo img,
.site-header img {
    display: block;
    max-width: 100%;
}

.site-header-promo {
    position: relative;
    z-index: 1002;
    height: 48px;
    color: #ffffff;
    background: #e3000f;
}

.site-header-promo__inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1560px;
    max-width: calc(100% - 32px);
    height: 48px;
    margin: 0 auto;
}

.site-header-promo__item {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    min-width: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
}

.site-header-promo__icon {
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.site-header-promo__icon--calculator {
    flex-basis: 20px;
    width: 20px;
    height: 22px;
}

.site-header-promo__text--mobile {
    display: none;
}

.site-header-promo__action {
    margin-left: 8px;
    font-weight: 600;
    white-space: nowrap;
}

.site-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    font-family: "Inter", sans-serif;
    color: #1c1c1c;
    background: #ffffff;
    border-bottom: 1px solid #bdbdbd;
}

.site-header button,
.site-header input {
    font-family: inherit;
}

.site-header button {
    padding: 0;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer;
}

.site-header__container {
    width: 1560px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}

.site-header__main {
    position: relative;
    height: 107px;
    background: #ffffff;
}

.site-header__row {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 107px;
}

.site-header__logo {
    display: flex;
    flex: 0 0 150px;
    align-items: center;
    width: 150px;
    height: 75px;
}

.site-header__logo img {
    width: 150px;
    height: auto;
}

.site-header__navigation {
    display: flex;
    flex: 0 0 632px;
    align-items: center;
    width: 632px;
    margin-left: 40px;
    transform: translateY(-1.5px);
}

.site-header__menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header__menu-item {
    display: flex;
    flex: 0 0 auto;
}

.site-header__menu-link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 26px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    white-space: nowrap;
}

.site-header__menu-link::after {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
    height: 2px;
    content: "";
    background: #e3000f;
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 160ms ease, transform 160ms ease;
}

.site-header__menu-link:hover::after,
.site-header__menu-link:focus-visible::after,
.site-header__menu-item--active .site-header__menu-link::after {
    opacity: 1;
    transform: scaleX(1);
}

.site-header__menu-label--mobile,
.site-header__menu-item--mobile-only,
.site-header__mobile-catalog,
.site-header__mobile-footer,
.site-header__actions,
.site-header__search-back,
.site-header__phone-text--mobile,
.site-header__contact-caption {
    display: none;
}

.site-header__search {
    position: relative;
    z-index: 20;
    display: flex;
    flex: 0 0 320px;
    align-items: center;
    width: 320px;
    height: 55px;
    margin-left: 101px;
    padding: 0 32px;
    color: #1c1c1c;
    background: #ffffff;
    border: 1px solid #bdbdbd;
    border-radius: 60px;
    transform: translateY(-2px);
    transition: width 260ms ease, left 260ms ease, right 260ms ease, border-color 160ms ease;
}

.site-header__search:focus-within {
    border-color: #1c1c1c;
}

.site-header__search-field {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    height: 100%;
}

.site-header__search-input {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0 8px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #1c1c1c;
    background: transparent;
    border: 0;
    outline: 0;
    appearance: none;
}

.site-header__search-input::-webkit-search-cancel-button {
    display: none;
    appearance: none;
}

.site-header__search-input::placeholder {
    color: #757575;
    opacity: 1;
}

.site-header__search-clear {
    display: flex;
    flex: 0 0 28px;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-size: 25px;
    font-weight: 300;
    line-height: 1;
    color: #757575;
}

.site-header__search-clear[hidden] {
    display: none;
}

.site-header__search-submit {
    display: flex;
    flex: 0 0 24px;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.site-header__search-submit img {
    width: 24px;
    height: 24px;
}

.site-header__search-submit-text {
    display: none;
}

.site-header__contacts {
    position: relative;
    z-index: 20;
    display: flex;
    flex: 0 0 220px;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    width: 220px;
    margin-left: 24px;
    text-align: right;
    transform: translateY(-1px);
}

.site-header__phone {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    white-space: nowrap;
}

.site-header__email {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #bdbdbd !important;
    white-space: nowrap;
}

.site-header__phone:hover,
.site-header__phone:focus-visible,
.site-header__email:hover,
.site-header__email:focus-visible {
    color: #e3000f !important;
}

.site-header__whatsapp {
    position: relative;
    z-index: 20;
    display: flex;
    flex: 0 0 56px;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-left: 16px;
    border-radius: 50%;
    transform: translateY(-2.5px);
}

.site-header__whatsapp img {
    width: 56px;
    height: 56px;
}

.site-header__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(28, 28, 28, 0.2) !important;
    cursor: default !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, visibility 0s linear 180ms;
}

.site-header--search-open .site-header__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.site-header__search-panel {
    position: absolute;
    top: 63px;
    right: 0;
    z-index: 30;
    width: 100%;
    min-height: 377px;
    max-height: calc(100vh - 150px);
    padding: 32px 36px 40px;
    overflow-y: auto;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.site-header__search-panel[hidden],
.site-header__search-default[hidden],
.site-header__search-results[hidden],
.site-header__search-status[hidden] {
    display: none;
}

.site-header__search-status {
    padding: 26px 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #666666;
}

.site-header__search-default {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.site-header__search-lists {
    display: flex;
    gap: 64px;
}

.site-header__search-list {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
}

.site-header__search-list:first-child {
    flex-grow: 1.35;
}

.site-header__search-list-title,
.site-header__result-title {
    margin: 0 0 28px;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.site-header__search-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
}

.site-header__search-list a {
    display: inline;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #1c1c1c;
}

.site-header__search-list a:hover,
.site-header__search-list a:focus-visible {
    color: #e3000f;
}

.site-header__featured {
    display: flex;
    gap: 12px;
}

.site-header__featured-card {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    padding: 12px;
    background: #f6f6f6;
    border-radius: 12px;
}

.site-header__featured-card:hover,
.site-header__featured-card:focus-visible {
    background: #eeeeee;
}

.site-header__featured-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 96px;
    background: #ffffff;
    border-radius: 8px;
}

.site-header__featured-image img {
    width: 100%;
    height: 88px;
    object-fit: contain;
}

.site-header__featured-name {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.site-header__search-results {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.site-header__result-group {
    display: flex;
    flex-direction: column;
}

.site-header__result-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.site-header__result-link {
    display: flex;
    flex: 0 0 366px;
    align-items: center;
    gap: 14px;
    min-height: 54px;
    padding: 8px 10px;
    border-radius: 10px;
}

.site-header__result-link:hover,
.site-header__result-link:focus-visible {
    background: #f4f4f4;
}

.site-header__result-group--section .site-header__result-list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
}

.site-header__result-link--section {
    display: inline;
    flex: 0 1 auto;
    width: fit-content;
    min-height: 0;
    padding: 0;
    border-radius: 0;
}

.site-header__result-link--section:hover,
.site-header__result-link--section:focus-visible {
    color: #e3000f;
    background: transparent;
}

.site-header__result-link--section .site-header__result-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.site-header__result-image {
    display: flex;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #f6f6f6;
    border-radius: 8px;
}

.site-header__result-image img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.site-header__result-content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
}

.site-header__result-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.site-header__all-results {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff !important;
    background: #e3000f;
    border-radius: 24px;
}

.site-header__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header__catalog {
    position: relative;
    z-index: 2;
    height: 86px;
    background: #f3f4f4;
}

.site-header__catalog-list {
    --catalog-hit-area: 40px;

    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 86px;
}

.site-header__catalog-item {
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    height: 100%;
}

.site-header__catalog-item--dropdown {
    cursor: pointer;
}

.site-header__catalog-item--dropdown .site-header__catalog-link-row::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(0px - var(--catalog-hit-area));
    bottom: 0;
    left: calc(0px - var(--catalog-hit-area));
    z-index: 0;
}

.site-header__catalog-item--dropdown:first-child .site-header__catalog-link-row::before {
    left: -8px;
}

.site-header__catalog-item--dropdown:last-child .site-header__catalog-link-row::before {
    right: -8px;
}

.site-header__catalog-link-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 7px;
    height: 100%;
}

.site-header__catalog-link {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.site-header__catalog-toggle {
    display: none;
}

.site-header__catalog-item:hover .site-header__catalog-link,
.site-header__catalog-item:focus-within .site-header__catalog-link,
.site-header__catalog-item--open .site-header__catalog-link {
    color: #e3000f;
    text-decoration: underline;
}

.site-header__mega {
    position: absolute;
    top: 86px;
    right: 0;
    left: 0;
    z-index: 10;
    display: block;
    overflow: hidden;
    padding: 50px 0 28px;
    visibility: hidden;
    opacity: 0;
    background: #ffffff;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
        opacity 220ms ease,
        transform 220ms ease,
        visibility 0s linear 220ms;
}

.site-header__catalog-item:hover .site-header__mega,
.site-header__catalog-item:focus-within .site-header__mega,
.site-header__catalog-item--open .site-header__mega {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition-delay: 0s;
}

.site-header__mega-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 44px;
}

.site-header__mega-navigation {
    display: flex;
    flex: 0 0 570px;
    flex-direction: column;
    width: 570px;
    min-width: 0;
}

.site-header__mega-title {
    display: none;
}

.site-header__mega-title:hover,
.site-header__mega-title:focus-visible,
.site-header__mega-links a:hover,
.site-header__mega-links a:focus-visible {
    color: #e3000f;
}

.site-header__mega-links {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.site-header__mega-links-column {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header__mega-links a {
    display: inline-flex;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #1c1c1c;
}

.site-header__mega-products {
    display: flex;
    flex: 0 0 712px;
    gap: 44px;
    width: 712px;
}

.site-header__mega-product {
    display: flex;
    flex: 0 0 334px;
    flex-direction: column;
    align-items: center;
    width: 334px;
    min-width: 0;
    padding: 0 27px 21px;
    background: #f3f4f4;
}

.site-header__mega-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 207px;
    height: 192px;
    margin-bottom: 21px;
}

.site-header__mega-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-header__mega-product-name {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #1c1c1c;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header__mega {
        padding-top: 36px;
    }

    .site-header__mega-content {
        gap: 32px;
    }

    .site-header__mega-navigation {
        flex: 1 1 auto;
        width: auto;
    }

    .site-header__mega-links {
        gap: 24px;
    }

    .site-header__mega-products {
        flex-basis: 540px;
        gap: 24px;
        width: 540px;
    }

    .site-header__mega-product {
        flex-basis: 258px;
        width: 258px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .site-header__mega-product-image {
        width: 190px;
        height: 176px;
    }

    .site-header__mega-product-name {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-header__mega {
        transition: none;
    }
}

@media (min-width: 1200px) {
    .site-header--search-open .site-header__navigation {
        visibility: hidden;
    }

    .site-header--search-open .site-header__search {
        position: absolute;
        top: 24px;
        right: 317px;
        left: 190px;
        width: auto;
        height: 55px;
        margin: 0;
        border: 0;
        transform: none;
    }

    .site-header--search-open .site-header__search-input::placeholder {
        color: transparent;
    }

    .site-header--search-open .site-header__search-submit {
        flex: 0 0 156px;
        gap: 14px;
        width: 156px;
        height: 47px;
        margin-right: -28px;
        color: #ffffff;
        background: #1c1c1c;
        border-radius: 60px;
    }

    .site-header--search-open .site-header__search-submit img {
        filter: brightness(0) invert(1);
    }

    .site-header--search-open .site-header__search-submit-text {
        display: inline;
        font-size: 16px;
        line-height: 20px;
    }

    .site-header--search-open .site-header__contacts {
        position: absolute;
        right: 72px;
    }

    .site-header--search-open .site-header__whatsapp {
        position: absolute;
        right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1619px) {
    .site-header__catalog-list {
        --catalog-hit-area: 16px;
    }

    .site-header__logo {
        flex-basis: 96px;
        width: 96px;
        height: 60px;
    }

    .site-header__logo img {
        width: 96px;
    }

    .site-header__navigation {
        flex: 1 1 auto;
        width: auto;
        margin-left: 20px;
    }

    .site-header__menu {
        gap: clamp(8px, 1.1vw, 18px);
    }

    .site-header__menu-link,
    .site-header__catalog-link {
        font-size: clamp(14px, 1.05vw, 17px);
    }

    .site-header__search {
        flex-basis: clamp(190px, 18vw, 300px);
        width: clamp(190px, 18vw, 300px);
        margin-left: clamp(16px, 2vw, 40px);
        padding-right: 24px;
        padding-left: 24px;
    }

    .site-header__contacts {
        flex-basis: 180px;
        width: 180px;
        margin-left: 16px;
    }

    .site-header__phone {
        font-size: 19px;
        line-height: 25px;
    }

    .site-header__email {
        font-size: 15px;
        line-height: 21px;
    }

    .site-header__whatsapp {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        margin-left: 12px;
    }

    .site-header__whatsapp img {
        width: 48px;
        height: 48px;
    }

    .site-header--search-open .site-header__search {
        right: 256px;
        left: 116px;
    }
}

@media (max-width: 1439px) {
    .site-header-promo__text--desktop {
        display: none;
    }

    .site-header-promo__text--mobile {
        display: inline;
        white-space: nowrap;
    }
}

@media (max-width: 1199px) {
    .site-admin-panel {
        top: 0;
    }

    .site-header-promo,
    .site-header-promo__inner {
        height: 36px;
    }

    .site-header-promo__inner {
        width: 100%;
        max-width: none;
        padding: 0 16px;
    }

    .site-header-promo__item {
        gap: 8px;
        font-size: 16px;
        line-height: normal;
    }

    .site-header-promo__icon,
    .site-header-promo__icon--calculator {
        flex-basis: 20px;
        width: 20px;
        height: 20px;
    }

    .site-header-promo__icon img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .site-header-promo__text--desktop {
        display: none;
    }

    .site-header-promo__text--mobile {
        display: inline;
        white-space: nowrap;
    }

    .site-header {
        height: 76px;
        border-bottom: 0;
    }

    .site-header-menu-active .site-header-promo {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1004;
    }

    .site-header--menu-open {
        position: fixed;
        top: 36px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1003;
        height: auto;
        background: #ffffff;
        transform: none;
    }

    .site-header__main,
    .site-header__row {
        height: 76px;
    }

    .site-header--menu-open .site-header__main {
        height: 100%;
    }

    .site-header__container {
        width: 100%;
        max-width: none;
        padding: 0 16px;
    }

    .site-header--menu-open .site-header__container {
        height: 100%;
    }

    .site-header__logo {
        flex: 0 0 126px;
        width: 126px;
        height: 44px;
    }

    .site-header__logo img {
        width: 126px;
        height: auto;
    }

    .site-header--menu-open .site-header__logo {
        flex-basis: 111px;
        width: 111px;
        height: 38px;
    }

    .site-header--menu-open .site-header__logo img {
        width: 111px;
    }

    .site-header__navigation {
        position: absolute;
        top: 142px;
        right: 0;
        left: 0;
        z-index: 25;
        display: none;
        width: 100%;
        height: calc(100dvh - 178px);
        margin: 0;
        padding: 0 0 16px;
        overflow-y: auto;
        background: #ffffff;
        transform: none;
    }

    .site-header--menu-open .site-header__navigation {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .site-header__mobile-catalog {
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        order: 1;
    }

    .site-header__mobile-catalog-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .site-header__mobile-catalog-item {
        display: flex;
        flex: 0 0 auto;
        min-height: 24px;
    }

    .site-header__mobile-catalog-item a {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 24px;
        font-family: "Unbounded", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }

    .site-header__mobile-catalog-item--all {
        margin-top: 0;
    }

    .site-header__mobile-catalog-item--all a {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        color: #e33c18;
    }

    .site-header__menu {
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        align-items: stretch;
        order: 2;
        gap: 16px;
        margin: 14px 0 0;
        padding: 16px 0 0;
        border-top: 1px solid #bdbdbd;
    }

    .site-header__menu-item {
        min-height: 22px;
        border: 0;
    }

    .site-header__menu-item--catalog {
        display: none;
    }

    .site-header__menu-item--price {
        order: 10;
    }

    .site-header__menu-item--about {
        order: 20;
    }

    .site-header__menu-item--payment {
        order: 30;
    }

    .site-header__menu-item--calculator {
        order: 40;
    }

    .site-header__menu-item--coloring {
        order: 50;
    }

    .site-header__menu-item--contacts {
        order: 60;
    }

    .site-header__menu-item--mobile-only {
        display: flex;
    }

    .site-header__menu-link {
        min-height: 22px;
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
    }

    .site-header__menu-link::after,
    .site-header__menu-label--desktop {
        display: none;
    }

    .site-header__menu-label--mobile {
        display: inline;
    }

    .site-header__mobile-footer {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: space-between;
        order: 3;
        width: 100%;
        min-height: 48px;
        margin-top: auto;
        padding-top: 39px;
    }

    .site-header__mobile-footer-contact {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        gap: 7px;
        min-width: 0;
    }

    .site-header__mobile-footer-phone {
        font-family: "Unbounded", sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        white-space: nowrap;
    }

    .site-header__mobile-footer-email {
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
    }

    .site-header__mobile-call {
        display: flex;
        flex: 0 0 48px;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        background: #1c1c1c;
        border-radius: 50%;
    }

    .site-header__mobile-call img {
        width: 24px;
        height: 24px;
    }

    .site-header__search {
        display: none;
    }

    .site-header--menu-open .site-header__search {
        position: absolute;
        top: 78px;
        right: 0;
        left: 0;
        z-index: 30;
        display: flex;
        width: 100%;
        height: 48px;
        margin: 0;
        padding: 0 16px;
        background: #f3f4f4;
        border: 0;
        border-radius: 100px;
        transform: none;
    }

    .site-header__search-input {
        font-size: 18px;
    }

    .site-header__search-input::placeholder {
        color: #bdbdbd;
    }

    .site-header__search-submit {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
    }

    .site-header__search-back,
    .site-header__search-submit-text {
        display: none;
    }

    .site-header__search-panel {
        position: fixed;
        top: 178px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 35;
        width: auto;
        min-height: 0;
        max-height: none;
        padding: 24px 16px 36px;
        border: 0;
        border-radius: 0;
    }

    .site-header--search-open .site-header__navigation {
        visibility: hidden;
    }

    .site-header__search-lists {
        flex-direction: column;
        gap: 26px;
    }

    .site-header__featured {
        display: none;
    }

    .site-header__result-list {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 4px;
    }

    .site-header__result-link {
        flex-basis: auto;
        width: 100%;
    }

    .site-header__result-link--section {
        width: fit-content;
    }

    .site-header__contacts,
    .site-header__whatsapp {
        display: none;
    }

    .site-header--menu-open .site-header__contacts {
        position: absolute;
        top: 18px;
        right: 62px;
        z-index: 35;
        display: flex;
        width: 151px;
        margin: 0;
        text-align: right;
        transform: none;
    }

    .site-header--menu-open .site-header__phone {
        font-family: "Unbounded", sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

    .site-header--menu-open .site-header__phone-text--desktop,
    .site-header--menu-open .site-header__email {
        display: none;
    }

    .site-header--menu-open .site-header__phone-text--mobile,
    .site-header--menu-open .site-header__contact-caption {
        display: block;
    }

    .site-header__contact-caption {
        margin-top: 2px;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        color: #979797;
        white-space: nowrap;
    }

    .site-header__actions {
        display: flex;
        flex: 0 0 96px;
        align-items: center;
        justify-content: space-between;
        width: 96px;
        margin-left: auto;
    }

    .site-header__search-open {
        display: flex;
        flex: 0 0 24px;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
    }

    .site-header__search-open img {
        width: 24px;
        height: 24px;
    }

    .site-header__burger {
        position: relative;
        display: flex;
        flex: 0 0 48px;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        background: #f3f4f4 !important;
        border-radius: 50%;
    }

    .site-header__burger-icon {
        position: relative;
        z-index: 1;
        width: 24px;
        height: 24px;
    }

    .site-header .site-header__burger-icon--close {
        display: none;
    }

    .site-header--menu-open .site-header__search-open {
        display: none;
    }

    .site-header--menu-open .site-header__actions {
        flex-basis: 48px;
        width: 48px;
    }

    .site-header--menu-open .site-header__burger {
        background: transparent !important;
        box-shadow: inset 0 0 0 4px #ffffff;
    }

    .site-header--menu-open .site-header__burger::before {
        position: absolute;
        z-index: 0;
        width: 40px;
        height: 40px;
        content: "";
        background: #f3f4f4;
        border-radius: 50%;
    }

    .site-header.site-header--menu-open .site-header__burger-icon--open {
        display: none;
    }

    .site-header.site-header--menu-open .site-header__burger-icon--close {
        display: block;
    }

    .site-header__overlay {
        display: none;
    }

    .site-header__catalog {
        display: none;
    }
}

@media (max-width: 374px) {
    .site-header-promo__item {
        gap: 6px;
        font-size: 14px;
    }

    .site-header__logo,
    .site-header__logo img {
        width: 112px;
    }

    .site-header__logo {
        flex-basis: 112px;
    }

    .site-header__mobile-catalog-item a {
        font-size: 18px;
        line-height: 22px;
    }

    .site-header__mobile-footer-phone {
        font-size: 17px;
    }
}
