.nw-site-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #fff;
    color: #1b2830;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#masthead.nw-site-header {
    z-index: 100000;
    isolation: isolate;
}

.nw-site-header *,
.nw-site-header *::before,
.nw-site-header *::after {
    box-sizing: border-box;
}

.nw-site-header a {
    color: inherit;
    text-decoration: none;
}

.nw-site-header__top {
    background: #fff;
}

.nw-site-header__inner,
.nw-site-nav__inner {
    width: min(100% - 80px, 1600px);
    margin: 0 auto;
}

.nw-site-header__inner {
    display: flex;
    min-height: 97px;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 18px 24px;
}

.nw-header-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.nw-header-brand img {
    display: block;
    width: 140px;
    height: 52px;
    object-fit: contain;
}

.nw-header-brand__text {
    display: flex;
    min-width: 0;
    max-width: 295px;
    flex-direction: column;
    gap: 4px;
    padding-left: 24px;
    border-left: 1px solid #e7eef2;
}

.nw-header-brand__text strong {
    color: #22869d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    white-space: nowrap;
}

.nw-header-brand__text span {
    color: #64727e;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
}

.nw-header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.nw-header-action {
    position: relative;
    display: inline-flex;
    width: 55px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    color: #22869d;
    background: #fff;
    border: 1px solid #e7eef2;
    border-radius: 12px;
    line-height: 1;
    transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.nw-header-action:hover,
.nw-header-action:focus {
    color: #2ba8c4;
    border-color: #bfe3ec;
    box-shadow: 0 10px 22px rgba(34, 134, 157, .12);
    transform: translateY(-1px);
}

.nw-header-action svg {
    display: block;
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
}

.nw-header-action[aria-label="РљРѕСЂР·РёРЅР°"] svg {
    width: 23px;
    height: 26px;
}

.nw-header-action[aria-label="РР·Р±СЂР°РЅРЅРѕРµ"] svg {
    width: 26px;
    height: 23px;
}

.nw-header-action[aria-label="Telegram"] svg {
    width: 25px;
    height: 22px;
}

.nw-header-badge {
    position: absolute;
    top: -8px;
    right: -9px;
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    padding: 0 5.5px;
    color: #fff;
    background: #2ba8c4;
    border-radius: 9px;
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
}

.nw-header-contacts {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
    margin: 0 0 0 clamp(40px, 4vw, 64px);
    font-style: normal;
}

.nw-header-contacts a:first-child {
    color: #1b2830;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.nw-header-contacts a:last-child {
    color: #64727e;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.nw-site-nav {
    position: relative;
    z-index: 1001;
    padding-bottom: 0;
    background: #fff;
}

.nw-site-nav__inner {
    position: relative;
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: clamp(28px, 7vw, 111px);
    padding: 11px 24px;
    background: linear-gradient(90.62deg, #22869d 0%, #2ba8c4 100%);
    border-radius: 12px;
    overflow: visible;
}

.nw-catalog-menu,
.nw-catalog-trigger,
.nw-nav-phone {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.nw-catalog-menu {
    --nw-catalog-width: 183px;
    align-self: stretch;
    align-items: center;
    width: var(--nw-catalog-width);
    flex: 0 0 var(--nw-catalog-width);
}

.nw-catalog-menu.is-open {
    z-index: 25;
}

.nw-catalog-trigger {
    box-sizing: border-box;
    flex: 0 0 var(--nw-catalog-width);
    width: var(--nw-catalog-width);
    height: 46px;
    min-height: 46px;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    font-family: inherit;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, border-radius .18s ease;
}

.nw-catalog-trigger:hover,
.nw-catalog-trigger:focus,
.nw-catalog-menu:focus-within .nw-catalog-trigger,
.nw-catalog-menu.is-open .nw-catalog-trigger {
    color: #22869d;
    background: #fff;
    border-color: #fff;
}

.nw-catalog-menu.is-open .nw-catalog-trigger {
    width: var(--nw-catalog-width);
    height: 46px;
    min-height: 46px;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    border-radius: 12px 12px 0 0;
    font-size: 15px;
    line-height: 20px;
    background: #fff;
    border-color: #e7eef2;
    border-bottom-color: transparent;
}

.nw-catalog-menu.is-open .nw-catalog-trigger::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 0;
    left: 12px;
    height: 1px;
    background: #9aabb4;
}

.nw-catalog-trigger svg {
    width: 20px;
    height: 14px;
    flex: 0 0 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
}

.nw-main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex: 1 1 auto;
    width: auto;
    max-width: 720px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nw-main-menu li {
    position: relative;
    margin: 0;
}

.nw-main-menu > li > a,
.nw-main-menu__button {
    display: inline-flex;
    min-height: 37px;
    align-items: center;
    gap: 5px;
    padding: 9px 14px;
    color: #bfe3ec !important;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    line-height: 19px;
    text-transform: none;
    white-space: nowrap;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-family: inherit;
    cursor: default;
    transition: color .16s ease, background-color .16s ease, border-color .16s ease, border-radius .16s ease;
}

.nw-main-menu__item--has-sub > a::after,
.nw-main-menu__button::after {
    content: "";
    width: 8px;
    height: 5px;
    margin-left: 5px;
    border: 0;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L3.75 3.75L6.75 0.75' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L3.75 3.75L6.75 0.75' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: -webkit-mask-image .16s ease, mask-image .16s ease;
}

.nw-main-menu > li.current-menu-item > a,
.nw-main-menu > li.current-menu-ancestor > a,
.nw-main-menu > li > a:hover,
.nw-main-menu > li > a:focus,
.nw-main-menu__button:hover,
.nw-main-menu__button:focus {
    color: #fff !important;
    background: rgba(255, 255, 255, .1);
    box-shadow: none;
}

.nw-main-menu__item--has-sub:hover > .nw-main-menu__button,
.nw-main-menu__item--has-sub:focus-within > .nw-main-menu__button,
.nw-main-menu__item--has-sub.is-open > .nw-main-menu__button {
    color: #22869d !important;
    background: #fff;
    border: 1px solid #bfe3ec;
    border-bottom-color: transparent;
    box-shadow: none;
}

.nw-main-menu__item--has-sub:hover > .nw-main-menu__button,
.nw-main-menu__item--has-sub:focus-within > .nw-main-menu__button,
.nw-main-menu__item--has-sub.is-open > .nw-main-menu__button {
    border-radius: 12px 12px 0 0;
}

.nw-main-menu__item--has-sub:hover > .nw-main-menu__button::before,
.nw-main-menu__item--has-sub:focus-within > .nw-main-menu__button::before,
.nw-main-menu__item--has-sub.is-open > .nw-main-menu__button::before {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 0;
    left: 14px;
    height: 1px;
    background: #9aabb4;
}

.nw-main-menu__item--has-sub:hover > .nw-main-menu__button::after,
.nw-main-menu__item--has-sub:focus-within > .nw-main-menu__button::after,
.nw-main-menu__item--has-sub.is-open > .nw-main-menu__button::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 4.06055L3.75 1.06055L6.75 4.06055' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 4.06055L3.75 1.06055L6.75 4.06055' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.nw-main-menu__item--has-sub::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    height: 20px;
    pointer-events: none;
}

.nw-header-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1002;
    width: 156px;
    min-width: 156px;
    margin: 0;
    padding: 0 14px 14px;
    list-style: none;
    background: #fff;
    border: 1px solid #bfe3ec;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -8px, 0);
    transform-origin: top center;
    transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s;
    will-change: opacity, transform;
}

.nw-main-menu__item--has-sub {
    box-sizing: border-box;
    width: 156px;
    height: 37px;
}

.nw-main-menu__item--has-sub > .nw-main-menu__button {
    box-sizing: border-box;
    position: relative;
    width: 156px;
    height: 37px;
    min-height: 37px;
    justify-content: space-between;
    border: 1px solid transparent;
}

.nw-main-menu__item--has-sub > .nw-main-menu__button::after {
    width: 8px;
    height: 5px;
    margin-left: 0;
}

.nw-main-menu__item--has-sub:hover > .nw-main-menu__button::after,
.nw-main-menu__item--has-sub:focus-within > .nw-main-menu__button::after,
.nw-main-menu__item--has-sub.is-open > .nw-main-menu__button::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 4.06055L3.75 1.06055L6.75 4.06055' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 4.06055L3.75 1.06055L6.75 4.06055' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.nw-main-menu__item--has-sub > .nw-header-dropdown::before {
    display: none;
}

.nw-header-dropdown--catalog {
    top: calc(50% + 23px);
    left: 0;
    box-sizing: border-box;
    width: var(--nw-catalog-width);
    min-width: var(--nw-catalog-width);
    padding: 8px 12px 14px;
    border-color: #e7eef2;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 14px 28px rgba(27, 40, 48, .1);
}

.nw-header-dropdown--catalog::before {
    display: none;
}

.nw-catalog-menu.is-open > .nw-header-dropdown--catalog,
.nw-main-menu li:hover > .nw-header-dropdown,
.nw-main-menu li:focus-within > .nw-header-dropdown,
.nw-main-menu li.is-open > .nw-header-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
    transition-delay: 0s;
}

.nw-header-dropdown a {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 36px;
    align-items: center;
    padding: 8px 0;
    color: #33424c !important;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    transition: color .16s ease, background-color .16s ease;
    pointer-events: auto;
}

.nw-header-dropdown li + li {
    margin-top: 0;
}

.nw-header-dropdown--catalog a {
    display: flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 8px;
    color: #1b2830 !important;
    font-size: 14px;
    line-height: 19px;
}

.nw-header-dropdown--catalog li + li {
    margin-top: 0;
}

.nw-header-dropdown a:hover,
.nw-header-dropdown a:focus {
    color: #22869d !important;
}

.nw-nav-phone {
    justify-content: flex-end;
    gap: 8px;
    text-align: right;
    min-width: 170px;
    color: #fff !important;
}

.nw-nav-phone svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: currentColor;
}

.nw-nav-phone span {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nw-nav-phone strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.nw-nav-phone small {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.nw-mobile-actions,
.nw-mobile-menu-toggle,
.nw-mobile-drawer {
    display: none;
}

@media (min-width: 1181px) and (max-width: 1320px) {
    .nw-site-header__inner,
    .nw-site-nav__inner {
        width: min(100% - 40px, 1600px);
    }

    .nw-site-nav__inner {
        gap: 18px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .nw-catalog-menu {
        --nw-catalog-width: 178px;
    }

    .nw-main-menu {
        gap: 6px;
        max-width: none;
    }

    .nw-main-menu > li > a,
    .nw-main-menu__button {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }

    .nw-main-menu__item--has-sub,
    .nw-main-menu__item--has-sub > .nw-main-menu__button,
    .nw-header-dropdown {
        width: 144px;
        min-width: 144px;
    }

    .nw-header-dropdown--catalog {
        width: var(--nw-catalog-width);
        min-width: var(--nw-catalog-width);
    }

    .nw-nav-phone {
        min-width: 162px;
    }

    .nw-nav-phone strong {
        font-size: 15px;
        line-height: 20px;
    }

    .nw-nav-phone small {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width: 1180px) {
    .nw-site-header__inner,
    .nw-site-nav__inner {
        width: min(100% - 40px, 1600px);
    }

    .nw-site-header__inner {
        gap: 24px;
    }

    .nw-header-contacts {
        margin-left: 0;
    }

    .nw-header-brand__text {
        display: none;
    }

    .nw-site-nav__inner {
        gap: 24px;
    }

    .nw-main-menu {
        justify-content: flex-start;
        overflow: visible;
    }
}

@media (min-width: 768px) and (max-width: 1180px) {
    .nw-site-header__inner {
        min-height: 88px;
        gap: 18px;
        padding: 16px 0;
    }

    .nw-header-brand img {
        width: 132px;
        height: auto;
    }

    .nw-header-actions {
        gap: 8px;
    }

    .nw-header-action {
        width: 46px;
        height: 44px;
        padding: 8px 12px;
    }

    .nw-header-action--desktop[aria-label="WhatsApp"],
    .nw-header-action--desktop[aria-label="Telegram"] {
        display: none;
    }

    .nw-header-contacts a:first-child {
        font-size: 15px;
        line-height: 20px;
    }

    .nw-header-contacts a:last-child {
        font-size: 13px;
        line-height: 18px;
    }

    .nw-site-nav__inner {
        min-height: 60px;
        gap: 14px;
        padding: 8px 14px;
    }

    .nw-catalog-menu {
        --nw-catalog-width: 178px;
    }

    .nw-catalog-trigger {
        width: var(--nw-catalog-width);
    }

    .nw-main-menu {
        gap: 6px;
        justify-content: space-between;
        max-width: none;
    }

    .nw-main-menu > li > a,
    .nw-main-menu__button {
        padding: 10px 8px;
        font-size: 13px;
    }

    .nw-main-menu__item--has-sub,
    .nw-main-menu__item--has-sub > .nw-main-menu__button,
    .nw-header-dropdown {
        width: 134px;
        min-width: 134px;
    }

    .nw-header-dropdown--catalog {
        width: var(--nw-catalog-width);
        min-width: var(--nw-catalog-width);
    }

    .nw-nav-phone {
        display: none;
    }

    .nw-nav-phone strong {
        font-size: 15px;
        line-height: 20px;
    }
}


@media (max-width: 940px) {
#masthead.nw-site-header {
        position: relative;
    z-index: 100000;
        display: block;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7eef2;
        box-shadow: none;
    }

    .nw-site-header__top {
        position: relative;
        width: 100%;
        background: #fff;
    }

    .nw-site-header__inner {
        width: 100%;
        max-width: none;
        min-height: 109px;
        margin: 0;
        padding: 20px 28px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }

    .nw-header-brand {
        flex: 0 1 auto;
        min-width: 0;
        gap: 0;
    }

    .nw-header-brand img {
        width: 165px;
        max-width: 45vw;
        height: auto;
    }

    .nw-header-brand__text,
    .nw-site-header .nw-site-header__inner > .nw-header-actions {
        display: none;
    }

    .nw-header-contacts {
        display: flex;
        flex: 0 0 auto;
        min-width: 128px;
        margin: 0;
        align-items: flex-end;
        gap: 0;
        text-align: right;
    }

    .nw-header-contacts a:first-child {
        color: #3b434d;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap;
    }

    .nw-header-contacts a:last-child {
        color: #9aabb4;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        white-space: nowrap;
    }

    .nw-site-nav {
        position: relative;
        z-index: 2;
        width: 100%;
        margin: 0 0 40px;
        padding: 0;
        background: transparent;
    }

    .nw-site-nav__inner,
    .nw-site-nav__inner.is-mobile-open {
        position: relative;
        display: flex;
        width: 100%;
        max-width: none;
        min-height: 67px;
        margin: 0;
        padding: 12px 31px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        transform: none;
        background: linear-gradient(90.62deg, #22869d 0%, #2ba8c4 100%);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nw-site-nav__inner::before,
    .nw-site-nav__inner.is-mobile-open::before {
        display: none;
    }

    .nw-mobile-actions {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        padding: 0;
        background: transparent;
    }

    .nw-mobile-actions .nw-header-action {
        display: inline-flex;
        flex: 0 0 43px;
        width: 43px;
        height: 43px;
        padding: 9px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .68);
        border-radius: 11px;
        background: transparent;
        color: #fff;
        box-shadow: none;
    }

    .nw-mobile-actions .nw-header-action svg {
        width: 23px;
        height: 23px;
    }

    .nw-mobile-actions .nw-header-action svg path,
    .nw-mobile-actions .nw-header-action svg circle,
    .nw-mobile-actions .nw-header-action svg rect {
        stroke: currentColor;
    }

    .nw-mobile-actions .nw-header-badge {
        top: -8px;
        right: -6px;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        background: #fff;
        color: #2ba8c4;
        font-size: 11px;
        font-weight: 700;
        line-height: 18px;
    }

    .nw-mobile-menu-toggle {
        display: inline-flex;
        flex: 0 0 44px;
        width: 44px;
        height: 43px;
        margin-left: auto;
        padding: 10px 6px;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 11px;
        background: transparent;
        color: #fff;
        box-shadow: none;
    }

    .nw-mobile-menu-toggle svg {
        display: block;
        width: 31px;
        height: 22px;
        overflow: visible;
    }

    .nw-mobile-menu-toggle svg path {
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
    }

    .nw-site-nav__inner .nw-catalog-menu,
    .nw-site-nav__inner .nw-main-menu,
    .nw-site-nav__inner .nw-nav-phone,
    .nw-site-nav__inner.is-mobile-open .nw-catalog-menu,
    .nw-site-nav__inner.is-mobile-open .nw-main-menu,
    .nw-site-nav__inner.is-mobile-open .nw-nav-phone {
        display: none;
    }

    body.nw-mobile-menu-open {
        overflow: auto;
    }

    .nw-mobile-drawer {
        position: static;
        z-index: auto;
        display: none;
        width: 100%;
        height: auto;
        overflow: visible;
        background: #fff;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .nw-site-header.is-mobile-open .nw-mobile-drawer {
        display: block;
    }

    .nw-mobile-drawer__panel {
        width: 100%;
        max-width: none;
        min-height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background: #fff;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        transform: none;
    }

    .nw-mobile-drawer__top {
        min-height: 98px;
        padding: 20px 28px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f7fcfd;
        border-bottom: 0;
    }

    .nw-mobile-drawer__brand,
    .nw-mobile-drawer__brand img {
        width: 154px;
        max-width: 50vw;
        height: auto;
    }

    .nw-mobile-drawer__close {
        position: relative;
        width: 44px;
        height: 44px;
        color: #2ba8c4;
    }

    .nw-mobile-drawer__close span {
        position: absolute;
        left: 8px;
        width: 32px;
        height: 1.6px;
        border-radius: 999px;
        background: currentColor;
    }

    .nw-mobile-drawer__close span:first-child {
        transform: rotate(45deg);
    }

    .nw-mobile-drawer__close span:last-child {
        transform: rotate(-45deg);
    }

    .nw-mobile-drawer__menu,
    .nw-mobile-drawer__submenu {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nw-mobile-drawer__menu {
        display: flex;
        flex-direction: column;
        gap: 9px;
        padding: 21px 28px 15px;
    }

    .nw-mobile-drawer__menu a,
    .nw-mobile-drawer__menu button {
        display: flex;
        width: 100%;
        min-height: 42px;
        padding: 9px 12px;
        align-items: center;
        justify-content: space-between;
        border: 0;
        border-radius: 7px;
        background: transparent;
        color: #1b2830;
        font: inherit;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-decoration: none;
    }

    .nw-mobile-drawer__menu > .is-current > a {
        color: #fff;
        background: #2ba8c4;
        font-weight: 600;
    }

    .nw-mobile-drawer__item--has-sub {
        border: 1px solid transparent;
        border-radius: 7px;
        overflow: hidden;
    }

    .nw-mobile-drawer__item--has-sub.is-open {
        border-color: #bfe3ec;
        background: #fff;
    }

    .nw-mobile-drawer__item--has-sub > button::after {
        content: "";
        width: 9px;
        height: 9px;
        border-right: 2px solid #1b2830;
        border-bottom: 2px solid #1b2830;
        transform: rotate(45deg) translateY(-2px);
        transition: transform .2s ease, border-color .2s ease;
    }

    .nw-mobile-drawer__item--has-sub.is-open > button {
        color: #fff;
        background: #2ba8c4;
        font-weight: 500;
    }

    .nw-mobile-drawer__item--has-sub.is-open > button::after {
        border-color: #fff;
        transform: rotate(225deg) translate(-2px, -2px);
    }

    .nw-mobile-drawer__submenu {
        display: none;
        flex-direction: column;
        padding: 0;
    }

    .nw-mobile-drawer__item--has-sub.is-open > .nw-mobile-drawer__submenu {
        display: flex;
        padding: 9px 0 8px;
    }

    .nw-mobile-drawer__submenu a {
        min-height: 36px;
        padding: 6px 12px;
        color: #1b2830;
        font-size: 16px;
        line-height: 24px;
    }

    .nw-mobile-drawer__submenu a:hover,
    .nw-mobile-drawer__submenu a:focus {
        color: #22869d;
    }

    .nw-mobile-drawer__contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 14px 28px 20px;
        text-align: center;
    }

    .nw-mobile-drawer__socials {
        display: flex;
        justify-content: center;
        gap: 17px;
        margin-bottom: 0;
    }

    .nw-mobile-drawer__social {
        display: inline-flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
    }

    .nw-mobile-drawer__social svg {
        width: 24px;
        height: 24px;
    }

    .nw-mobile-drawer__phone,
    .nw-mobile-drawer__email {
        text-decoration: none;
    }

    .nw-mobile-drawer__phone {
        color: #64727e;
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
    }

    .nw-mobile-drawer__email {
        color: #9aabb4;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
    }

    .nw-mobile-drawer__callback {
        display: inline-flex;
        width: 100%;
        min-height: 48px;
        margin-top: 14px;
        align-items: center;
        justify-content: center;
        color: #1b2830;
        background: transparent;
        border: 1px solid #2ba8c4;
        border-radius: 999px;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-decoration: none;
    }
}

@media (max-width: 374px) {
    .nw-site-header__inner {
        gap: 10px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .nw-header-brand img {
        width: 138px;
    }

    .nw-header-contacts a:first-child {
        font-size: 15px;
    }

    .nw-header-contacts a:last-child {
        font-size: 13px;
    }

    .nw-site-nav__inner,
    .nw-site-nav__inner.is-mobile-open,
    .nw-mobile-drawer__top,
    .nw-mobile-drawer__menu,
    .nw-mobile-drawer__contacts {
        padding-right: 20px;
        padding-left: 20px;
    }
}
