.header-premium {
    background: transparent;
    position: relative;
    z-index: 10000;
}

body.header-premium-ready h1.section-title {
    color: #17253d !important;
}

.header-premium .header {
    background: #f1f3f7;
    border-top: 4px solid #315f99;
    position: relative;
}

.header-premium .header > .container {
    box-sizing: border-box;
    max-width: none;
    padding: 0 clamp(28px, 3.4vw, 66px);
}

.header-premium .header__inner {
    align-items: center;
    display: grid !important;
    gap: clamp(18px, 1.8vw, 34px);
    grid-template-columns: clamp(170px, 13vw, 205px) auto minmax(420px, 1fr) auto auto;
    left: 50%;
    margin: 0;
    max-width: 1728px;
    min-height: 94px;
    position: relative;
    transform: translateX(-50%);
    width: 94vw;
    z-index: 2;
}

.header-premium__primary {
    min-width: 0;
}

#search-modal {
    inset: 0;
    position: fixed;
    z-index: 2147483100;
}

#search-modal .modal__overlay {
    align-items: center;
    background: rgb(17 35 59 / 64%);
    box-sizing: border-box;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 1;
}

#search-modal .modal__container {
    background: #f5f6fa;
    border-top: 4px solid #315f99;
    box-shadow: 0 28px 80px rgb(12 32 57 / 28%);
    box-sizing: border-box;
    height: auto;
    max-height: calc(100dvh - 48px);
    max-width: 900px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: clamp(46px, 5vw, 74px);
    width: min(900px, 100%);
}

#search-modal #search-form::before {
    color: #172943;
    content: "Поиск по сайту";
    display: block;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1;
    margin-bottom: 30px;
}

#search-modal .modal__content {
    margin: 0 0 22px;
    padding: 0;
}

#search-modal .input {
    background: #fff;
    border: 1px solid #cbd8e6;
    box-sizing: border-box;
    color: #172943;
    font-family: inherit;
    font-size: 17px;
    height: 66px;
    outline: none;
    padding: 0 22px;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 100%;
}

#search-modal .input:focus {
    border-color: #315f99;
    box-shadow: 0 0 0 3px rgb(49 95 153 / 10%);
}

#search-modal .input::placeholder {
    color: #718198;
    font-size: 15px;
    opacity: 1;
}

#search-modal .modal__footer {
    display: flex;
    justify-content: flex-start;
}

#search-modal .modal__btn {
    background: #315f99;
    border: 1px solid #315f99;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    height: 54px;
    margin: 0;
    max-width: none;
    min-width: 230px;
    padding: 0 26px;
    transition: background .2s ease, opacity .2s ease;
}

#search-modal .modal__btn:not(.inactive):hover {
    background: #214975;
}

#search-modal .modal__close {
    align-items: center;
    background: transparent;
    border: 1px solid #b9c9dc;
    display: flex;
    height: 44px;
    justify-content: center;
    right: 24px;
    top: 24px;
    width: 44px;
    z-index: 2;
}

#search-modal .modal__close svg {
    height: 18px;
    stroke: #315f99;
    width: 18px;
}

#search-modal .search-results {
    margin-top: 24px;
    max-height: 38dvh;
    overflow-y: auto;
}

.header-premium .header__logo {
    display: block;
    margin: 0;
    max-width: 224px;
    width: 100%;
}

.header-premium .header__logo img {
    display: block;
    filter: none;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.header-premium .present-title {
    align-items: center;
    border-left: 1px solid #ccd8e6;
    color: #214975;
    display: flex !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    min-height: 42px;
    padding-left: clamp(16px, 1.5vw, 26px);
    white-space: nowrap !important;
}

.header-premium .header__links {
    align-items: stretch;
    gap: clamp(14px, 1.45vw, 25px);
    height: 94px;
    justify-content: center;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: relative;
    z-index: 10050;
}

.header-premium .header__links li {
    align-items: center;
    display: flex;
    margin: 0 !important;
}

.header-premium .header__links > li::after {
    content: none !important;
    display: none !important;
}

.header-premium .header__links a {
    color: #35445a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    padding: 38px 0;
    position: relative;
    text-decoration: none;
    transition: color .2s ease;
    white-space: nowrap;
}

.header-premium .header__links a:focus {
    outline: 0;
}

.header-premium .header__links a::after {
    background: #315f99;
    bottom: 27px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .22s ease;
    width: 100%;
}

.header-premium .header__links a:hover,
.header-premium .header__links > li.active > a {
    color: #214975;
}

.header-premium .header__links a:hover::after,
.header-premium .header__links a:focus-visible::after,
.header-premium .header__links > li.active > a::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-premium .header__links a:focus-visible {
    color: #214975;
}

.header-premium .header__links .sale::before,
.header-premium .header__links .sale svg {
    content: none !important;
    display: none !important;
}

.header-premium .header__links .sale a {
    color: #315f99;
    font-weight: 600;
}

.header-premium .header__links .sale a::before {
    background: #82a9dc;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -12px;
    position: absolute;
    top: 44px;
    width: 6px;
}

.header-premium .header__contacts,
.header-premium .header__contacts li {
    margin: 0 !important;
    padding: 0;
}

.header-premium .header__phone {
    color: #214975;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    white-space: nowrap;
}

.header-premium__appointment {
    align-items: center;
    background: #315f99 !important;
    border: 1px solid #315f99 !important;
    color: #fff !important;
    display: flex !important;
    font-family: inherit;
    font-size: 13px !important;
    font-weight: 600 !important;
    height: 52px !important;
    justify-content: center;
    margin: 0 !important;
    min-width: 174px;
    padding: 0 22px !important;
    position: static !important;
    transition: background .2s ease !important;
    width: auto !important;
}

.header-premium__appointment:hover {
    background: #214975 !important;
}

.header-premium__mobile-phone,
.header-premium__burger {
    display: none !important;
}

.header-premium .header__menu {
    align-items: stretch;
    background: #fff;
    border: 0;
    box-shadow: 0 14px 38px rgb(19 47 82 / 14%);
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) 64px;
    margin: 0 clamp(28px, 3.4vw, 66px);
    min-height: 68px;
    position: relative;
    width: auto;
    z-index: 1;
}

.header-premium .header__menu > .dl-menuwrapper {
    border-right: 1px solid #e5ebf2;
    margin: 0 !important;
    min-width: 0;
    position: relative;
    width: auto !important;
}

.header-premium .header__menu > .dl-menuwrapper:first-child {
    border-left: 1px solid #e5ebf2;
}

.header-premium .header__menu > .dl-menuwrapper > .dl-button {
    align-items: center;
    color: #172943;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    min-height: 68px;
    padding: 0 18px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
    white-space: nowrap;
    width: 100%;
}

.header-premium .header__menu > .dl-menuwrapper > .dl-button:hover {
    background: #f1f5fa;
    color: #315f99;
}

.header-premium .header__menu > .dl-menuwrapper > .dl-button .i-chevron {
    height: 8px;
    margin-left: 10px;
    width: 8px;
}

.header-premium .header__search {
    align-items: center;
    background: #edf3fa;
    border: 0 !important;
    color: #214975;
    display: flex !important;
    height: auto !important;
    justify-content: center;
    min-width: 0 !important;
    padding: 0 !important;
    transition: background .2s ease !important;
    width: auto !important;
}

.header-premium .header__search:hover {
    background: #dce8f7;
}

.header-premium .header__search svg {
    height: 25px;
    width: 25px;
}

.header-premium .header__menu .dl-menu {
    background: #fff;
    border: 0;
    box-shadow: 0 18px 42px rgb(20 46 77 / 18%);
    top: 100%;
    z-index: 10020;
}

@media (min-width: 1201px) {
    .header-premium .header__menu > .dl-menuwrapper:hover > .dl-menu,
    .header-premium .header__menu > .dl-menuwrapper:focus-within > .dl-menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .header-premium .header__menu > div.dl-menuwrapper:last-of-type .dl-menu > li > .dl-submenu {
        left: auto !important;
        right: 100% !important;
    }

    .header-premium .header__menu > div.dl-menuwrapper:last-of-type .dl-menu > li > a.dl-inner {
        padding-left: 42px;
        padding-right: 26px;
    }

    .header-premium .header__menu > div.dl-menuwrapper:last-of-type .dl-menu > li > a.dl-inner::after {
        left: 24px;
        margin-top: 0 !important;
        right: auto;
        transform: translateY(-50%) rotate(180deg);
    }
}

.header-premium .header__menu .dl-menu li > .dl-submenu {
    background: #fff;
    border: 0;
    box-shadow: 0 18px 42px rgb(20 46 77 / 18%);
    min-height: 100%;
    transition-delay: .04s;
    transition-duration: .14s;
    width: 340px;
}

.header-premium .header__menu .dl-menu li > a,
.header-premium .header__menu .dl-menu li > .dl-submenu li > a {
    background: transparent;
    color: #2b3442;
    display: block;
    font-size: 15px;
    line-height: 1.35;
    padding: 11px 26px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.header-premium .header__menu .dl-menu li:first-child > a,
.header-premium .header__menu .dl-menu li:last-child > a,
.header-premium .header__menu .dl-menu li > .dl-submenu li:first-child > a,
.header-premium .header__menu .dl-menu li > .dl-submenu li:last-child > a {
    padding-bottom: 11px;
    padding-top: 11px;
}

.header-premium .header__menu .dl-menu li > a:hover,
.header-premium .header__menu .dl-menu li > .dl-submenu li > a:hover {
    background: #f1f5fa;
    color: #315f99;
    text-decoration: none;
}

.header-premium .header__menu .dl-menu li.dl-results > a {
    align-items: center;
    background: #f2f6fb;
    color: #315f99;
    display: flex;
    font-weight: 600;
    gap: 10px;
}

.header-premium .header__menu .dl-menu li.dl-results > a::before {
    background: currentColor;
    content: "";
    flex: 0 0 17px;
    height: 17px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='1.5'/%3E%3Cpath d='m6 16 4-4 3 3 2-2 3 3'/%3E%3Ccircle cx='16.5' cy='9.5' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='1.5'/%3E%3Cpath d='m6 16 4-4 3 3 2-2 3 3'/%3E%3Ccircle cx='16.5' cy='9.5' r='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
    width: 17px;
}

.header-premium .header__menu .dl-menu li.dl-results > a:hover {
    background: #e8f0fa;
    color: #214975;
}

.header-premium__about {
    position: relative;
    z-index: 10055;
}

.header-premium__about > a {
    padding-right: 16px !important;
}

.header-premium__about > a::before {
    border-bottom: 1px solid #315f99;
    border-right: 1px solid #315f99;
    content: "";
    height: 6px;
    position: absolute;
    right: 1px;
    top: 42px;
    transform: rotate(45deg);
    transition: transform .2s ease;
    width: 6px;
}

.header-premium__about-menu {
    background: #fff;
    box-shadow: 0 20px 45px rgb(20 46 77 / 16%);
    display: grid;
    left: -28px;
    list-style: none;
    margin: 0;
    min-width: 270px;
    opacity: 0;
    padding: 14px 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% - 8px);
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease;
    z-index: 10060;
}

.header-premium .header__links .header-premium__about-menu li {
    display: block;
}

.header-premium .header-premium__about-menu li::after {
    content: none !important;
    display: none !important;
}

.header-premium__about-menu a {
    color: #24364f !important;
    font-size: 14px !important;
    padding: 12px 28px !important;
    white-space: nowrap;
}

.header-premium__about-menu a::after {
    display: none !important;
}

.header-premium__about-menu a:hover {
    background: #f1f5fa;
    color: #315f99 !important;
}

.header-premium__about:hover .header-premium__about-menu,
.header-premium__about:focus-within .header-premium__about-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.header-premium__about:hover > a::before,
.header-premium__about:focus-within > a::before {
    transform: rotate(225deg);
}

body.header-premium-ready main .breadcrumbs {
    margin-top: 24px !important;
}

body.header-premium-ready main > div:has(.breadcrumbs) {
    padding-top: 28px !important;
}

@media (min-width: 768px) {
    body.header-premium-ready .page-plastic > .container-full-img {
        margin-top: 0 !important;
    }
}

@media (max-width: 1250px) and (min-width: 1025px) {
    .header-premium .header > .container {
        padding: 0 24px;
    }

    .header-premium .header__inner {
        gap: 14px;
        grid-template-columns: 150px auto minmax(345px, 1fr) auto auto;
    }

    .header-premium .present-title,
    .header-premium .header__phone,
    .header-premium .header__links a {
        font-size: 14px;
    }

    .header-premium .present-title {
        padding-left: 14px;
    }

    .header-premium .header__links {
        gap: 15px;
    }

    .header-premium__appointment {
        min-width: 140px;
        padding: 0 12px !important;
    }

    .header-premium .header__menu {
        margin: 0 24px;
    }

    .header-premium .header__menu > .dl-menuwrapper > .dl-button {
        font-size: 13px;
        padding: 0 9px;
    }
}

body .menu:not(.active) {
    background: transparent !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body .menu.active {
    background: rgb(17 35 59 / 45%) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
    z-index: 2147483000 !important;
}

body .menu,
body .menu * {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (max-width: 1200px) {
    body.header-premium-ready {
        padding-top: 74px !important;
    }

    body.header-premium-ready main > div:has(.breadcrumbs) {
        padding-top: 20px !important;
    }

    .header-premium {
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
    }

    .header-premium .header {
        min-height: 74px;
    }

    .header-premium .header > .container {
        padding: 0;
    }

    .header-premium .header__inner {
        align-items: center;
        display: grid !important;
        gap: 6px;
        grid-template-columns: 130px minmax(92px, 1fr) 44px 44px;
        grid-template-rows: 70px;
        min-height: 70px;
        padding: 0 16px;
        position: relative;
        left: auto;
        max-width: none;
        transform: none;
        width: auto;
    }

    .header-premium .header > .container .header__logo {
        align-self: center !important;
        margin: 0 !important;
        max-width: 130px !important;
    }

    .header-premium .present-title {
        align-items: center;
        border: 0;
        display: flex !important;
        font-size: clamp(12px, 3.4vw, 14px);
        font-weight: 600;
        grid-column: 2;
        grid-row: 1;
        justify-content: center;
        line-height: 1.25;
        min-height: 0;
        padding: 0;
        position: static;
        text-align: center;
        white-space: nowrap !important;
        width: 100%;
    }

    .header-premium__primary,
    .header-premium .header__contacts,
    .header-premium__appointment,
    .header-premium .header__menu {
        display: none !important;
    }

    .header-premium__mobile-phone,
    .header-premium__burger {
        align-items: center;
        display: flex !important;
        grid-row: 1;
        height: 44px;
        justify-content: center;
        width: 44px;
    }

    .header-premium__mobile-phone {
        border: 1px solid #b9c9dc;
        color: #315f99;
        grid-column: 3;
    }

    .header-premium__mobile-phone svg {
        height: 25px;
        width: 25px;
    }

    .header-premium__burger {
        background: #315f99 !important;
        border: 1px solid #315f99 !important;
        color: #fff !important;
        grid-column: 4;
        margin: 0 !important;
        position: relative !important;
    }

    .header-premium__burger .hamburger-inner,
    .header-premium__burger .hamburger-inner::before,
    .header-premium__burger .hamburger-inner::after {
        background-color: #fff !important;
    }

    .header-premium + .menu {
        z-index: 10030;
    }

    .menu-bottom {
        z-index: 9998;
    }

    .menu {
        inset: 0 !important;
        max-width: 100% !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .menu__overlay {
        background: transparent !important;
    }

    .menu .menu__nav {
        background: #f6f8fb !important;
        box-shadow: -18px 0 45px rgb(20 43 70 / 18%);
        box-sizing: border-box;
        color: #1d3049;
        height: 100dvh !important;
        inset: 0 0 0 auto !important;
        isolation: isolate;
        margin-left: auto;
        margin-right: 0 !important;
        max-width: min(430px, 100%) !important;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 20px 110px !important;
        width: 100% !important;
    }

    .menu.active .menu__nav,
    .menu .menu__nav.active {
        margin-right: 0 !important;
        right: 0 !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .menu .menu__nav {
        scrollbar-width: none;
    }

    .menu .menu__nav::-webkit-scrollbar {
        display: none;
        height: 0;
        width: 0;
    }

    .menu .menu__head,
    .menu .menu__head.fixed {
        align-items: center !important;
        background: #315f99 !important;
        height: 72px !important;
        isolation: isolate;
        left: 0 !important;
        margin: 0 -20px 18px !important;
        padding: 0 20px !important;
        position: sticky !important;
        right: 0 !important;
        top: 0 !important;
        width: auto !important;
        z-index: 1000 !important;
    }

    .menu .menu__head_logo {
        height: 44px;
        margin-top: 0;
    }

    .menu .menu__head .i-close {
        height: 26px;
        stroke: #fff;
        width: 26px;
    }

    .menu .mobile-menu__catalog {
        display: grid;
        gap: 7px;
        padding: 0;
    }

    .menu .mobile-menu__sub {
        background: #fff;
        border: 1px solid #dfe7f0;
        margin: 0;
        padding: 0;
    }

    .menu .mobile-menu__inner {
        min-height: 56px;
    }

    .menu .mobile-menu__link {
        align-items: center;
        color: #213753;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        min-height: 56px;
        padding: 0 52px 0 18px;
    }

    .menu .mobile-menu__link_icon {
        right: 16px;
        top: 18px;
    }

    .menu .mobile-menu__link_icon::after,
    .menu .mobile-menu__link_icon::before,
    .menu .mobile-menu__full_icon::after,
    .menu .mobile-menu__full_icon::before {
        background: #58779d;
    }

    .menu .mobile-menu__text {
        background: #f6f8fb;
        margin-top: 0;
        z-index: 1 !important;
    }

    .menu .mobile-menu__item {
        background: #315f99;
        color: #fff;
        font-size: 18px;
        padding: 18px 52px;
    }

    .menu .mobile-menu__full > li {
        background: #fff;
        border-bottom: 1px solid #e4eaf1;
        margin: 0;
        padding: 15px 18px;
    }

    .menu .mobile-menu__full > li a {
        color: #263b57;
    }

    .menu .mobile-menu__full-sub {
        background: #f1f5f9;
        margin: 12px -18px -15px;
        padding: 8px 18px;
    }

    .menu .mobile-menu__full-sub > li {
        padding: 10px 0;
    }

    .menu .mobile-menu__full-sub > li a {
        color: #516b8b;
    }

    .menu .menu__list--mob > .menu__info {
        color: #315f99;
        margin-top: 18px;
    }

    .menu .header__phone-number,
    .menu .header__phone-number a {
        color: #214975 !important;
        font-size: 24px !important;
    }

    .menu .menu__list--mob > .menu-promotions-tizers-list {
        display: grid;
        gap: 7px;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 8px;
        width: 100%;
    }

    .menu .menu-promotions-tizers-list-item {
        background: #fff;
        border: 1px solid #dfe7f0;
        box-sizing: border-box;
        min-height: 50px;
        padding: 0 16px;
    }

    .menu .header-premium__mobile-search {
        align-items: center;
        background: #e8f0fa;
        border: 1px solid #9eb7d4;
        color: #214975;
        cursor: pointer;
        display: flex;
        font-family: inherit;
        font-size: 17px;
        font-weight: 600;
        gap: 14px;
        justify-content: flex-start;
        margin: 18px 0 4px;
        min-height: 60px;
        padding: 0 20px;
        text-align: left;
        width: 100%;
    }

    .menu .header-premium__mobile-search svg {
        fill: none;
        flex: 0 0 25px;
        height: 25px;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-width: 1.7;
        width: 25px;
    }

    .menu .menu-promotions-tizers-list-item-name {
        color: #263b57;
        font-size: 14px;
    }

    .menu .menu__list--mob > .menu-promotions-tizers-list > .mobile-menu__full1,
    .menu .menu__list--mob > .menu-promotions-tizers-list > .menu-promotions-tizers-list-item {
        justify-self: stretch;
        max-width: none;
        min-width: 0;
        width: auto;
    }

    .menu .mobile-menu__full1.submenu-item {
        background: #fff;
        border: 1px solid #dfe7f0;
        box-sizing: border-box;
        margin: 16px 0 0;
        padding: 0;
    }

    .menu .mobile-menu__full1 > .mobile-menu__full_item {
        background: #315f99;
        box-sizing: border-box;
        color: #fff;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .menu .mobile-menu__full1 > .mobile-menu__full_item > a {
        color: #fff;
        display: block;
        font-size: 17px;
        font-weight: 600;
        padding: 18px;
    }

    .menu .mobile-menu__full1 .mobile-menu__full_icon {
        background: transparent !important;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        height: 9px;
        padding: 0;
        right: 20px;
        top: 21px;
        transform: rotate(45deg);
        width: 9px;
    }

    .menu .mobile-menu__full1 .mobile-menu__full_icon::before,
    .menu .mobile-menu__full1 .mobile-menu__full_icon::after {
        display: none !important;
    }

    .menu .mobile-menu__full1 .mobile-menu__full_icon--active {
        right: 20px;
        top: 27px;
        transform: rotate(225deg);
    }

    .menu .mobile-menu__full1 .mobile-menu__full-sub[style*="display: none"] {
        display: none !important;
    }

    .menu .mobile-menu__full1 .mobile-menu__full-sub[style*="display: block"] {
        display: grid !important;
    }

    .menu .mobile-menu__full1 .mobile-menu__full-sub {
        background: #fff;
        margin: 0;
        padding: 7px 0;
    }

    .menu .mobile-menu__full1 .mobile-menu__full-sub > li {
        border-bottom: 1px solid #edf1f5;
        padding: 0;
    }

    .menu .mobile-menu__full1 .mobile-menu__full-sub > li:last-child {
        border: 0;
    }

    .menu .mobile-menu__full1 .mobile-menu__full-sub a {
        color: #263b57;
        display: block;
        font-size: 15px;
        padding: 14px 18px;
    }

    .menu .menu__info .header__social {
        background: #eaf0f7;
        margin: 14px -20px 0;
        padding: 14px 20px;
        width: auto;
    }

    .menu .menu__info .header__social svg {
        fill: #315f99;
    }

    .menu .menu__nav.header-premium__service-open > .menu__list:not(.menu__list--mob),
    .menu .menu__nav.header-premium__service-open > .menu__info,
    .menu .menu__nav.header-premium__service-open .header-premium__mobile-search,
    .menu .menu__nav.header-premium__service-open .menu__list--mob > .menu__info,
    .menu .menu__nav.header-premium__service-open .menu__list--mob > .menu-promotions-tizers-list,
    .menu .menu__nav:has(.mobile-menu__text--active) > .menu__list:not(.menu__list--mob),
    .menu .menu__nav:has(.mobile-menu__text--active) > .menu__info,
    .menu .menu__nav:has(.mobile-menu__text--active) .header-premium__mobile-search,
    .menu .menu__nav:has(.mobile-menu__text--active) .menu__list--mob > .menu__info,
    .menu .menu__nav:has(.mobile-menu__text--active) .menu__list--mob > .menu-promotions-tizers-list {
        display: none !important;
    }

    .menu .menu__nav.header-premium__service-open .mobile-menu__catalog > .mobile-menu__sub {
        display: none !important;
    }

    .menu .menu__nav.header-premium__service-open .mobile-menu__catalog > .mobile-menu__sub:has(.mobile-menu__text--active) {
        background: transparent;
        border: 0;
        display: block !important;
    }

    .menu .menu__nav.header-premium__service-open .mobile-menu__inner {
        display: block !important;
        min-height: 0 !important;
    }

    .menu .menu__nav.header-premium__service-open .mobile-menu__inner > .mobile-menu__link,
    .menu .menu__nav.header-premium__service-open .mobile-menu__inner > .mobile-menu__link_icon {
        display: none !important;
    }

    .menu .menu__nav.header-premium__service-open .mobile-menu__text--active {
        display: block !important;
        margin: 0 !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        position: relative !important;
        transform: none !important;
        z-index: 1 !important;
    }

    .menu .menu__nav.header-premium__service-open .mobile-menu__catalog {
        padding: 0 !important;
    }

    .menu .menu__nav.header-premium__service-open .menu__head_back,
    .menu .menu__nav:has(.mobile-menu__text--active) .menu__head_back {
        background: transparent;
        border: 0;
        font-size: 15px;
        font-weight: 500;
        height: 44px;
        line-height: 1;
        opacity: 1;
        padding: 0 8px 0 27px;
        pointer-events: auto;
        white-space: nowrap;
    }

    .menu .menu__nav.header-premium__service-open .menu__head_back::before,
    .menu .menu__nav.header-premium__service-open .menu__head_back::after,
    .menu .menu__nav:has(.mobile-menu__text--active) .menu__head_back::before,
    .menu .menu__nav:has(.mobile-menu__text--active) .menu__head_back::after {
        height: 1px;
        left: 8px;
        width: 10px;
    }

    .menu .menu__nav.header-premium__service-open .menu__head_back::before,
    .menu .menu__nav:has(.mobile-menu__text--active) .menu__head_back::before {
        top: 19px;
    }

    .menu .menu__nav.header-premium__service-open .menu__head_back::after,
    .menu .menu__nav:has(.mobile-menu__text--active) .menu__head_back::after {
        top: 25px;
    }

    #search-modal .modal__overlay {
        align-items: flex-start;
        padding: 14px;
    }

    #search-modal .modal__container {
        margin-top: max(14px, env(safe-area-inset-top));
        max-height: calc(100dvh - 28px);
        padding: 54px 20px 28px;
    }

    #search-modal #search-form::before {
        font-size: 34px;
        margin-bottom: 24px;
    }

    #search-modal .input {
        font-size: 16px;
        height: 60px;
        padding: 0 16px;
    }

    #search-modal .input::placeholder {
        font-size: 13px;
    }

    #search-modal .modal__btn {
        min-width: 0;
        width: 100%;
    }

    #search-modal .modal__close {
        height: 38px;
        right: 14px;
        top: 14px;
        width: 38px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    body.header-premium-ready {
        padding-top: 86px !important;
    }

    .header-premium .header {
        min-height: 86px;
    }

    .header-premium .header__inner {
        gap: 12px;
        grid-template-columns: 180px minmax(150px, 1fr) 52px 52px;
        grid-template-rows: 82px;
        min-height: 82px;
        padding: 0 28px;
    }

    .header-premium .header > .container .header__logo {
        max-width: 180px !important;
    }

    .header-premium .present-title {
        font-size: 18px;
    }

    .header-premium__mobile-phone,
    .header-premium__burger {
        height: 52px;
        width: 52px;
    }

    .header-premium__mobile-phone svg {
        height: 28px;
        width: 28px;
    }
}

@media (max-width: 359px) {
    .header-premium .header__inner {
        gap: 4px;
        grid-template-columns: 122px minmax(58px, 1fr) 40px 40px;
        padding: 0 10px;
    }

    .header-premium .header > .container .header__logo {
        max-width: 122px !important;
    }

    .header-premium .present-title {
        font-size: 11px;
    }

    .header-premium__mobile-phone,
    .header-premium__burger {
        height: 40px;
        width: 40px;
    }
}
