body:has(.nh-mobile-menu:not([hidden])){
    overflow: hidden;
}
.nh-header ~ .content {
    padding-top: 120px !important;
}
.nh-header{
    --nh-bg: #ffffff;
    --nh-white: #ffffff;
    --nh-text: #333;
    --nh-muted: #8A95BD;
    --nh-primary: #453F9B;
    --nh-danger: #CC261A;
    --nh-soft-bg: #EEF1FB;
    --nh-selected-bg: #eef0fb;
    --nh-hover-bg: #DEE3F4;
    --nh-active-bg: rgba(74, 69, 173, 0.08);
    --nh-border: #e6e8f2;
    --nh-border-strong: #DEE3F4;
    --nh-border-control: #BFC9E9;
    --nh-panel-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
    --nh-card-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
    --nh-mobile-card-shadow: 0 4px 24px 0 rgba(234, 234, 254, 0.40);
    --nh-radius: 32px;
    --nh-radius-sm: 10px;
    --nh-radius-md: 14px;
    --nh-radius-lg: 20px;
    --nh-gap-xs: 4px;
    --nh-gap-sm: 8px;
    --nh-gap-control: 10px;
    --nh-gap-md: 14px;
    --nh-panel-blur: blur(16.450000762939453px);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: var(--nh-bg);
    border-bottom: 1px solid rgba(10, 25, 70, 0.06);

    .nh-header__blurb{
        width: 100%;
        display: flex;
        height: 44px;
        background-color: var(--nh-header-blurb-bg-color);
        justify-content: center;
        align-items: center;
        color: var(--nh-white);
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
    }
    .nh-header__bar {
        position: relative;
        z-index: 3;
        background: var(--nh-bg);
    }

    .nh-header__inner {
        min-height: 76px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .nh-logo {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }

    .nh-logo img {
        width: 84px;
        height: auto;
        display: block;
    }

    .nh-nav {
        flex: 1 1 auto;
        max-width: fit-content;
    }

    .nh-nav__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: var(--nh-gap-xs);
        max-width: fit-content;
    }

    .nh-nav__item {
        display: inline-flex;
        align-items: center;
    }

    .nh-nav__item--mega {
        position: relative !important;
    }

    .nh-nav__trigger,
    .nh-nav__link {
        appearance: none;
        border: none;
        background: transparent;
        text-decoration: none;
        cursor: pointer;
        color: var(--nh-text);
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        padding: 10px 12px;
        border-radius: var(--nh-radius-sm);
        display: inline-flex;
        align-items: center;
        gap: var(--nh-gap-sm);
        transition: color 0.2s ease, background-color 0.2s ease;
        white-space: nowrap;
    }

    .nh-nav__trigger:hover,
    .nh-nav__link:hover,
    .nh-nav__item.is-active > .nh-nav__trigger {
        color: var(--nh-primary);
        background: var(--nh-active-bg);
    }

    .nh-nav__chevron {
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translateY(-1px);
        transition: transform 0.2s ease;
    }
    .nh-nav__item svg {
        transition: transform 0.2s ease;
    }
    .nh-nav__item.is-active svg {
        transform: rotate(-180deg);
    }
    .nh-nav__item.is-active svg path {
        fill: var(--nh-primary);
    }

    .nh-nav__trigger.dropdown-toggle::after {
        display: none;
    }
    .nh-mm-nav__link .nh-mm-nav__label{
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .nh-mm-nav__link .nh-mm-nav__label .circle{
        display: block;
    }
    .nh-mm-nav__link .red,
    .nh-nav__link .red{
        background: var(--nh-danger);
    }
    .nh-mm-nav__link .circle,
    .nh-nav__link .circle {
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    .nh-mm-nav__link .pulse,
    .nh-nav__link .pulse {
        animation: pulse-animation 2s infinite;
    }

    .nh-nav__dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #e14632;
        display: inline-block;
    }

    .nh-actions {
        display: flex;
        align-items: center;
        gap: var(--nh-gap-md);
        flex-shrink: 0;
    }

    .nh-actions__phone {
        text-decoration: none;
        color: var(--nh-text);
        display: inline-flex;
        flex-direction: column;
        line-height: 1.1;
        position: relative;
        padding-left: 28px!important;
    }
    .nh-actions__phone  svg{
        position: absolute;
        left: 0;
        right: 0;
    }


    .nh-actions__phone-number {
        font-size: 14px;
        font-weight: 700;
        line-height: 120%;
    }

    .nh-actions__phone-note {
        font-size: 14px;
        font-weight: 400;
        color: var(--nh-muted);
    }
    .nh-actions__review{
        width: 42px;
        height: 42px;
        border-radius: 10px;
        background: linear-gradient(180deg, #FFDE90 0%, #FFCE6B 100%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nh-actions__cta {
        text-decoration: none;
        color: var(--nh-white);
        background: var(--nh-primary);
        border-radius: 54px;
        padding: 10px 18px;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
    .nh-actions__cta::after{
        content: none;
    }
    .nh-actions__cta svg {
        transition: transform .3s ease;
    }
    .nh-actions__cta[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }
    .nh-actions__cta[aria-expanded="true"] svg path{
        fill: var(--nh-white);
    }

    .nh-actions [data-nh-item="menu-item-categories"] > .nh-mega-panel--split {
        top: calc(100% + 10px);
        right: auto;
        bottom: auto;
        left: var(--nh-mega-panel-left, auto);
    }

    #nh-mega-panel-menu-item-categories1 {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        right: auto !important;
        bottom: auto !important;
        left: var(--nh-mega-panel-left, auto) !important;
        max-width: calc(100vw - 32px);
        transform: none !important;
    }

    #nh-mega-panel-menu-item-categories1 .nh-mega-panel__container--split,
    #nh-mega-panel-menu-item-categories1 .nh-mega-panel__inner,
    #nh-mega-panel-menu-item-categories1 .nh-mega-split {
        max-width: 100%;
    }

    #nh-mega-panel-menu-item-categories1 .nh-mega-panel__inner {
        overflow: hidden;
    }

    #nh-mega-panel-menu-item-categories1 .nh-mega-panel__inner.is-split {
        display: block;
    }

    #nh-mega-panel-menu-item-categories1 .nh-mega-split {
        grid-template-columns: minmax(260px, 360px);
    }

    #nh-mega-panel-menu-item-categories1 .nh-mega-split.has-active-pane {
        grid-template-columns: minmax(312px, 360px) minmax(312px, 1fr);
    }
    .nh-gray-box [data-type="lang-switcher"]{
        border-radius: 49px;
        border: 1px solid var(--nh-border-control);
        background: var(--nh-soft-bg);
        padding: 9px 12px;
        overflow: hidden;
        transition: border-radius .2s ease;
    }
    .nh-gray-box [data-type="lang-switcher"] .dropdown-toggle::after {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="5" viewBox="0 0 7 5" fill="none"><path d="M0.0772441 0.651634L2.68012 4.10197C2.7278 4.16516 2.79499 4.21742 2.87521 4.2537C2.95542 4.28997 3.04594 4.30903 3.13802 4.30903C3.2301 4.30903 3.32062 4.28997 3.40083 4.2537C3.48105 4.21742 3.54824 4.16516 3.59592 4.10197L6.1988 0.651634C6.24789 0.586507 6.27453 0.512081 6.27598 0.435979C6.27743 0.359877 6.25364 0.284832 6.20705 0.218531C6.16046 0.15223 6.09275 0.097055 6.01084 0.0586559C5.92893 0.0202568 5.83577 1.39369e-05 5.7409 0L0.535143 3.51523e-07C0.440274 1.43012e-05 0.347114 0.0202572 0.265204 0.0586563C0.183294 0.0970554 0.115578 0.152231 0.0689886 0.218532C0.0223993 0.284833 -0.00138807 0.359877 6.25952e-05 0.435979C0.00151326 0.512082 0.0281495 0.586507 0.0772441 0.651634Z" fill="%23333333"/></svg>');
        position: relative;
        top: -3px;
    }
    .nh-gray-box [data-type="lang-switcher"] .dropdown-toggle span {
        color: var(--nh-text);
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }

    .nh-gray-box{
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .nh__lang-box,
    .nh-gray-box  .switch-lang {
        width: 71px;
        height: 44px;
    }
    .nh-gray-box  .switch-lang {
        cursor: pointer;
        z-index: 50;
        position: absolute;
        transition: .2s ease;
    }
    .nh-gray-box .switch-lang:hover,
    .nh-gray-box .switch-lang:focus-within {
        border-radius: var(--nh-radius-sm);
        height: auto;
        background: var(--nh-hover-bg);
    }
    .switch-lang:hover .lang-dropdown {
        display: block;
    }
    .switcher-link,
    .switcher-link:hover {
        color: var(--nh-white);
    }
    .current-lang {
        padding: 3px 5px 0;
    }
    .current-lang .lang-text{
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .lang-flag {
        width: 20px;
        display: inline-block;
    }
    .nh-actions .lang-text {
        display: flex;
        align-items: center;
        column-gap: 6px;
        color: var(--nh-text);
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
    }
    .nh-actions .lang-text:hover {
        color: var(--nh-text);
        background-color: transparent;
    }
    .lang-dropdown {
        display: none;
        margin-top: 0;
        padding-top: 2px;
    }
    .selecting-lang {
        padding: 3px 5px;
        cursor: pointer;
    }
    .selecting-lang .lang-text{
        color: var(--nh-muted);
        font-weight: 700;
    }
    .selecting-lang .lang-text:hover{
        color: var(--nh-text);
    }
    ul > :first-child {
        border-radius: 5px 5px 0 0;
    }
    ul > :last-child {
        border-radius: 0 0 5px 5px;
    }
    li {
        list-style-type: none;
    }
    .menu-arrow {
        display: inline-block;
        width: 10px;
        margin-left: 10px;
        vertical-align: top;
        margin-top: 6px;
    }
    .nh-actions__gray{
        border-radius: var(--nh-radius-sm);
        border: 1px solid var(--nh-border-control);
        background: var(--nh-soft-bg);
        width: 44px;
        height: 44px;
        color: var(--nh-text);
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }
    .nh-basket .nh-actions__gray,
    .nh-actions__gray.authorized{
        border-color: var(--nh-primary);
    }
    .nh-actions__gray.authorized:hover{
        color: var(--nh-text);
    }
    .nh-actions__gray:hover{
        background: var(--nh-hover-bg);
    }

    [data-nh-mobile-toggle] {
        display: none;
    }

    .nh-mega-panel {
        position: absolute;
        top: calc(100% + 10px);
        right: auto;
        bottom: auto;
        left: var(--nh-mega-panel-left, 0);
        width: max-content;
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        z-index: 1000;
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity 0.18s ease, transform 0.18s ease;
    }

    .nh-mega-panel.show {
        opacity: 1;
        transform: translateY(0);
        border-radius: 0;
        background: transparent;
        height: auto;
        padding: 18px 0;
        min-width: auto;
        border: none;
        box-shadow: none !important;
        top: calc(100% + 10px);
    }

    .nh-mega-panel > .container,
    .nh-mega-panel__container--split {
        width: auto;
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .nh-mega-panel__inner {
        width: fit-content;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.80);
        backdrop-filter: var(--nh-panel-blur);
        border: 1px solid var(--nh-border);
        border-radius: var(--nh-radius);
        box-shadow: var(--nh-panel-shadow);
        padding: 16px;
    }

    .nh-mega-panel__inner.has-promo {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 335px));
        gap: var(--nh-gap-md);
        align-items: stretch;
    }

    .nh-mega-panel__inner.is-split {
        display: inline-block;
        width: auto;
    }

    .nh-mega-panel__inner.is-split.has-promo {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 280px;
        align-items: start;
    }

    .nh-mega-panel__groups,
    .nh-mega-panel__groups-2 {
        display: grid;
        gap: var(--nh-gap-md);
        width: min(1094px, 100%);
        max-width: 1094px;
        justify-self: center;
        padding: 0;
    }

    .nh-mega-panel__groups {
        grid-template-columns: repeat(2, minmax(0, 350px));
    }

    .nh-mega-panel__inner.has-promo > .nh-mega-panel__groups {
        display: contents;
    }

    .nh-mega-group {
        width: 100%;
        max-width: 350px;
        padding: 16px;
        border-radius: var(--nh-radius-lg);
        background: var(--nh-white);
        box-shadow: var(--nh-card-shadow);
        box-sizing: border-box;
        justify-self: center;
        min-height: 450px;
    }

    .nh-mega-group__title,
    .nh-mega-split__title,
    .nh-mega-split__pane-title  {
        margin: 0 0 10px;
        font-size: 16px;
        font-weight: 700;
        color: var(--nh-muted);
        line-height: 24px;
        padding: 0 0 12px 18px;
        border-bottom: 1px solid var(--nh-border-strong);

    }
    .nh-mega-group__title::before,
    .nh-mega-split__title::before,
    .nh-mega-split__pane-title::before  {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M0.123078 1.2098L4.2704 7.61558C4.34637 7.73291 4.45343 7.82993 4.58124 7.89728C4.70905 7.96462 4.85329 8 5 8C5.14671 8 5.29095 7.96462 5.41876 7.89728C5.54657 7.82993 5.65363 7.73291 5.7296 7.61558L9.87692 1.2098C9.95515 1.08889 9.99759 0.950714 9.9999 0.809424C10.0022 0.668135 9.96431 0.52881 9.89008 0.405718C9.81584 0.282626 9.70794 0.180189 9.57743 0.108899C9.44692 0.0376082 9.29848 2.58748e-05 9.14732 0L0.852676 6.52627e-07C0.701516 2.65512e-05 0.553079 0.0376089 0.422566 0.108899C0.292054 0.18019 0.184157 0.282627 0.109924 0.405719C0.0356902 0.528811 -0.00221169 0.668136 9.97367e-05 0.809425C0.00241117 0.950714 0.0448523 1.08889 0.123078 1.2098Z" fill="%238A95BD"/></svg>');
        position: relative;
        left: -10px;
    }

    .nh-mega-group__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: var(--nh-gap-xs);
    }

    .nh-mega-group__link {
        display: flex;
        align-items: center;
        gap: var(--nh-gap-sm);
        text-decoration: none;
        color: var(--nh-text);
        border-radius: var(--nh-radius-sm);
        padding: 8px 10px;
        transition: background-color 0.2s ease, color 0.2s ease, padding 0.2s ease;
    }

    .nh-mega-group__link:hover,
    .nh-mega-group__link.is-active {
        background: var(--nh-selected-bg);
        color: var(--nh-primary);
        padding: 14px 12px;
    }

    .nh-mega-group__link-title {
        display: block;
        font-size: 15px;
        font-weight: 600;
    }

    .nh-mega-group__link-description {
        margin-top: 2px;
        display: block;
        color: var(--nh-muted);
        font-size: 12px;
    }

    .nh-mega-panel__promo {
        width: 100%;
        max-width: 540px;
        box-sizing: border-box;
        justify-self: center;
        border-radius: var(--nh-radius-md);
        background: #f4f5fd;
        padding: 16px;
        display: grid;
        align-content: start;
        gap: var(--nh-gap-control);
    }

    .nh-mega-panel__promo-title {
        margin: 0;
        font-size: 14px;
        color: var(--nh-muted);
        font-weight: 700;
    }

    .nh-mega-panel__promo-title::before {
        content: '▸';
        margin-right: 4px;
    }

    .nh-promo-video {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        cursor: pointer;
        line-height: 0;
    }

    .nh-promo-video__thumb {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        transition: filter 0.2s ease;
    }

    .nh-promo-video:hover .nh-promo-video__thumb {
        filter: brightness(0.85);
    }

    .nh-promo-video__play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 9px 16px;
        border: none;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.92);
        color: var(--nh-primary);
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        white-space: nowrap;
        backdrop-filter: blur(4px);
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

    .nh-promo-video:hover .nh-promo-video__play {
        background: var(--nh-white);
        transform: translate(-50%, -50%) scale(1.04);
    }

    .nh-video-modal {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .nh-video-modal.is-open {
        opacity: 1;
    }

    .nh-video-modal__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.75);
    }

    .nh-video-modal__wrap {
        position: relative;
        width: min(860px, 92vw);
        border-radius: 16px;
        overflow: hidden;
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
        transform: scale(0.95);
        transition: transform 0.2s ease;
    }

    .nh-video-modal.is-open .nh-video-modal__wrap {
        transform: scale(1);
    }

    .nh-video-modal__close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 1;
        width: 36px;
        height: 36px;
        border: none;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.5);
        color: var(--nh-white);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .nh-video-modal__close:hover {
        background: rgba(0, 0, 0, 0.8);
    }

    .nh-video-modal__iframe {
        width: 100%;
        aspect-ratio: 16 / 9;
        border: none;
        display: block;
    }

    .nh-mega-panel__promo-description {
        margin: 0;
        color: var(--nh-text);
        font-size: 14px;
    }

    .nh-mega-panel__promo-cta {
        text-decoration: none;
        display: inline-flex;
        width: fit-content;
        align-items: center;
        padding: 8px 12px;
        border-radius: 20px;
        background: var(--nh-white);
        color: var(--nh-primary);
        font-size: 13px;
        font-weight: 700;
    }

    .nh-mega-split {
        display: grid;
        grid-template-columns: 360px;
        gap: var(--nh-gap-md);
        align-items: start;
    }

    .nh-mega-split.has-active-pane {
        grid-template-columns: 360px minmax(320px, 1fr);
    }

    .nh-mega-split__left,
    .nh-mega-split__right {
        padding: 14px;
        min-height: 548px;
        border-radius: var(--nh-radius-lg);
        background: var(--nh-white);
        box-shadow: var(--nh-card-shadow);
    }
    .nh-mega-split__right{
        background: var(--nh-soft-bg);
    }
    .nh-mega-split__right[hidden] {
        display: none;
    }

    .nh-mega-split__tablist {
        list-style: none;
        margin: 28px 0 0;
        padding: 0;
        display: grid;
        gap: 28px;
    }

    .nh-mega-split__tab {
        width: 100%;
        border: 0;
        border-radius: 12px;
        background: transparent;
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 0 12px;
        color: var(--nh-text);
        cursor: pointer;
        text-align: left;
        transition: background-color 0.2s ease, color 0.2s ease, padding 0.2s ease;
    }

    .nh-mega-split__tab:hover,
    .nh-mega-split__tab.is-active {
        background: var(--nh-selected-bg);
        color: var(--nh-primary);
        padding: 14px 12px;
    }

    .nh-mega-split__tab-icon {
        width: 42px;
        height: 42px;
        border-radius: var(--nh-radius-sm);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #4a45ad;
        color: #ffcf63;
        font-size: 14px;
        flex-shrink: 0;
    }

    .nh-mega-split__tab-text {
        font-size: 18px;
        font-weight: 700;
        flex: 1 1 auto;
    }

    .nh-mega-split__tab-arrow {
        color: var(--nh-primary);
        opacity: 1;
        transform: rotate(0) !important;
    }
    .nh-mega-split__tab-arrow path {
        fill: var(--nh-primary) !important;
        fill-opacity: 1 !important;
    }
    .nh-mega-split__pane-list {
        list-style: none;
        margin: 16px 0 0;
        padding: 0;
        display: grid;
        gap: 16px;
    }

    .nh-mega-split__pane-link {
        text-decoration: none;
        color: var(--nh-text);
        display: inline-block;
        padding: 4px 0;
        border-radius: 6px;
        transition: color 0.2s ease;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .nh-mega-split__pane-link:hover {
        color: var(--nh-primary);
        font-weight: 700;
    }

    .nh-mega-split__pane-link.is-featured {
        color: var(--nh-primary);
        font-weight: 700;
    }

    @media (max-width: 1199.98px) {
        .nh-actions__phone-note {
            display: none;
        }
        .nh-mega-panel__groups {
            grid-template-columns: 1fr;
        }

        .nh-mega-split {
            grid-template-columns: 1fr;
        }

        .nh-mega-split.has-active-pane {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 1100px) {
        [data-nh-desktop-nav],
        [data-nh-desktop-only],
        [data-nh-item="menu-item-categories"] {
            display: none !important;
        }

        [data-nh-mobile-toggle] {
            display: flex;
        }

        .nh-mobile-menu {
            position: fixed;
            top: var(--nh-mobile-menu-top, 120px);
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 29;
            height: auto;
        }
    }

    @media (max-width: 991.98px) {
        .nh-header ~ .content {
            padding-top: 112px !important;
        }

        .nh-header__inner {
            min-height: 0;
            align-items: center;
            flex-wrap: nowrap;
            gap: 8px 16px;
            padding-top: 12px;
            padding-bottom: 12px;
        }

        .nh-nav {
            order: 3;
            width: 100%;
        }

        .nh-nav__list {
            flex-wrap: wrap;
        }

        .nh-mega-panel {
            position: static;
            inset: auto;
            width: 100%;
            max-width: 100%;
            margin-top: 6px;
        }

        .nh-mega-panel--split {
            width: 100%;
        }

        .nh-mega-panel__container--split {
            width: 100%;
        }

        .nh-mega-panel__inner.is-split {
            display: block;
            width: 100%;
        }

        .nh-mega-panel__inner.has-promo {
            grid-template-columns: 1fr;
        }
    }

    .nh-basket .dropdown-toggle::after {
        content: none;
    }
    .nh-basket__btn{
        position: relative;
    }
    .nh-basket__btn .counter{
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: var(--nh-danger);
        color: var(--nh-white);
        font-size: 12px;
        font-weight: 700;
        line-height: 22px;
        text-align: center;
        position: absolute;
        top: -10px;
        right: -10px;
    }
    .nh-basket .dropdown-menu{
        border-radius: 32px;
        background: rgba(255, 255, 255, 0.80);
        box-shadow: var(--nh-panel-shadow);
        backdrop-filter: var(--nh-panel-blur);
        padding: 16px;
        min-width: 423px;
    }
    .nh-basket .dropdown-menu .nh-basket__container{
        border-radius: var(--nh-radius-lg);
        background: var(--nh-white);
        box-shadow: var(--nh-card-shadow);
        padding: 16px;
    }
    .nh-basket__container__header{
        padding-bottom: 12px;
        border-bottom: 1px solid var(--nh-border-strong);
        margin-bottom: 24px;
    }
    .nh-basket__container__header p{
        max-width: fit-content;
        color: #525B7C;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }
    .nh-basket__container__body{
        margin-bottom: 24px;
    }
    .nh-basket__container__body__item{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 14px;
        background: var(--nh-soft-bg);
        padding: 17px 12px 17px 16px;
    }
    .nh-basket__container__body__item:not(:last-child){
        margin-bottom: 8px;
    }
    .nh-basket__container__body__item__name{
        color: var(--nh-text);
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin-bottom: 0!important;
    }
    .nh-basket__container__body__item__delete{
        margin-right: 0!important;
        background-image: none;
        height: auto;
        width: auto;
    }
    .nh-basket__container__footer__text{
        color: var(--nh-text);
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;

    }
    .nh-basket__container__footer__text .fw-bold{
        font-size: 18px;
    }
    .nh-basket__container__footer .btn.yellow{
        margin: 24px 0 6px;
    }

    @media (max-width: 1207px) {
        .nh-nav__list{
            gap: 0;
        }
        .nh-mobile-menu {
            overflow: hidden;
        }

        .nh-mm-panels {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .nh-mm-panel {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            background: rgba(255, 255, 255, 0.90);
            box-shadow: var(--nh-panel-shadow);
            -webkit-backdrop-filter: var(--nh-panel-blur);
            backdrop-filter: var(--nh-panel-blur);
            transform: translateX(100%);
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            will-change: transform;
        }

        .nh-mm-panel.is-prev {
            transform: translateX(-30%);
        }

        .nh-mm-panel.is-active {
            transform: translateX(0);
        }

        .nh-mm-inner {
            padding: 16px;
            min-height: 100%;
            display: flex;
            flex-direction: column;
        }

        .nh-mm-search {
            position: relative;
            margin-bottom: 12px;
        }

        .nh-mm-search__input {
            width: 100%;
            height: 48px;
            border: 1px solid var(--nh-border);
            border-radius: 12px;
            background: #f6f7fb;
            padding: 0 48px 0 16px;
            font-size: 15px;
            color: var(--nh-text);
            outline: none;
            appearance: none;
        }

        .nh-mm-search__input::placeholder {
            color: var(--nh-muted);
        }

        .nh-mm-search__input::-webkit-search-cancel-button {
            display: none;
        }

        .nh-mm-search__btn {
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            border: none;
            background: none;
            padding: 0;
            cursor: pointer;
            display: flex;
            align-items: center;
        }

        .nh-mm-cta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            text-decoration: none;
            color: var(--nh-white);
            background: var(--nh-primary);
            border: 0;
            border-radius: 54px;
            padding: 12px 20px;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.4;
            margin-bottom: 8px;
            flex-shrink: 0;
            cursor: pointer;
        }

        .nh-mm-nav {
            flex: 1;
        }

        .nh-mm-nav__list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nh-mm-nav__btn,
        .nh-mm-nav__link {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 0;
            background: none;
            border: none;
            text-decoration: none;
            color: var(--nh-text);
            font-size: 17px;
            font-weight: 600;
            cursor: pointer;
            text-align: left;
            gap: 8px;
        }

        .nh-mm-nav__label {
            flex: 1;
        }

        .nh-mm-footer {
            margin-top: 24px;
            display: flex;
            flex-direction: column;
            gap: 25px;
            border-radius: var(--nh-radius-lg);
            background: var(--nh-white);
            box-shadow: var(--nh-mobile-card-shadow);
            padding: 20px;
        }

        .nh-mm-footer__lang {
            display: flex;
            align-items: center;
            column-gap: 18px;
        }
        .mob-lang{
            max-width: fit-content;
            color: var(--nh-text);
            text-align: center;
            font-size: 18px;
            font-weight: 700;
            line-height: 24px;
        }
        .mob-lang.current{
            border-radius: var(--nh-radius-sm);
            border: 1px solid var(--nh-border-control);
            background: var(--nh-soft-bg);
            padding: 8px;
        }

        .nh-mm-footer__phone {
            display: flex;
            align-items: center;
            gap: var(--nh-gap-control);
            text-decoration: none;
            color: var(--nh-text);
            font-size: 16px;
            font-weight: 700;
        }

        .nh-mm-footer .footer__socials {
            display: flex;
            gap: 9px;
            align-items: center;
            margin: 0;
        }

        .nh-mm-footer .footer__socials.black path {
            fill: var(--nh-text);
        }

        .nh-mm-back {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: none;
            border: none;
            padding: 0 0 20px;
            font-size: 16px;
            font-weight: 600;
            color: var(--nh-text);
            cursor: pointer;
            flex-shrink: 0;
        }

        .nh-mm-content {
            flex: 1;
        }

        .nh-mm-section {
            margin-bottom: 12px;
            background: var(--nh-white);
            border-radius: var(--nh-radius-md);
            padding: 24px 20px;
            box-shadow: var(--nh-card-shadow);
        }
        .nh-mm-section:has(.nh-mm-list__link):not(:has(.nh-mm-icon)){
            border-radius: var(--nh-radius-lg);
            background: var(--nh-soft-bg);
        }

        .nh-mm-section__title {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 16px;
            font-weight: 700;
            color: var(--nh-muted);
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--nh-border);
        }

        .nh-mm-section__title::before {
            content: '▼';
            font-size: 9px;
        }

        .nh-mm-list {
            list-style: none;
            margin: 0;
            padding: 0;
            display: grid;
            gap: 28px;
        }
        .nh-mm-list:has(.nh-mm-list__link):not(:has(.nh-mm-icon)){
            gap: 16px;
        }

        .nh-mm-list__btn,
        .nh-mm-list__link{
            width: 100%;
            display: flex;
            align-items: center;
            gap: 12px;
            background: none;
            border: none;
            text-decoration: none;
            color: var(--nh-text);
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            text-align: left;
            border-radius: 8px;
            transition: 0.15s ease;
        }
        .nh-mm-list__btn:active,
        .nh-mm-list__btn:hover{
            border-radius: 20px;
            background: var(--nh-soft-bg);
        }
        .nh-mm-list__link{
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
        }
        .nh-mm-list__link:hover{
            color: #453F9B;
            font-weight: 700;
        }

        .nh-mm-list__link.is-featured {
            color: var(--nh-primary);
            font-weight: 700;
        }

        .nh-mm-list__text {
            flex: 1;
        }

        .nh-mm-list__arrow {
            flex-shrink: 0;
            color: var(--nh-muted);
        }

        .nh-mm-icon {
            width: 42px;
            height: 42px;
            border-radius: 10px;
            color: #ffcf63;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            flex-shrink: 0;
        }

        .nh-mm-promo__desc {
            font-size: 14px;
            color: var(--nh-text);
            margin: 0 0 10px;
        }

        .nh-mm-promo__cta {
            display: inline-flex;
            align-items: center;
            padding: 8px 16px;
            border-radius: 20px;
            background: var(--nh-primary);
            color: var(--nh-white);
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
        }
    }
    @media (max-width: 1420px) {
        .nh-actions__cta {
            font-size: 13px;
            padding: 10px;
        }
        .nh-nav__trigger, .nh-nav__link {
            font-size: 12px;
            padding: 10px 9px;
        }
        .nh-actions [data-type="lang-switcher"] {
            padding: 8px;
        }
        .nh-actions {
            gap: 9px;
        }
        .nh-actions__phone-number{
            font-size: 12px;
        }
        .nh-header__inner {
            gap: 12px;
        }
        .nh-mm-nav__label {
            color: var(--nh-text);
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 120%;
        }
    }
    .mobile-navigation {
        padding: 24px 20px 48px;
        border-radius: var(--nh-radius-lg);
        background: var(--nh-white);
        box-shadow: var(--nh-mobile-card-shadow);
    }
    .nh-mb-phone {
        border-radius: var(--nh-radius-sm);
        border: 1px solid var(--nh-border-control);
        background: var(--nh-soft-bg);
        width: 44px;
        height: 44px;
        color: var(--nh-text);
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nh-mega-group__icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
        border: 1px solid var(--nh-border-strong);
    }
    .nh-mega-group__icon img{
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .nh-mega-group__icon-3 {
        border-radius: 13px;
        padding: 4px;
        width: 42px;
        height: 42px;
        aspect-ratio: 1/1;
    }
    .nh-mega-panel__groups-2 {
        grid-template-columns: repeat(1, minmax(0, 350px));
    }
    @media (max-width: 768px){
        .nh-basket .dropdown-menu {
            min-width: 100dvw;
        }
    }
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(239, 143, 114, 0.8);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(239, 143, 114, 0);
    }
}
