.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.relative-box {
    height: 88px;
    position: relative;
}

.header {
    height: 88px;
    padding: 0 24px;
    box-sizing: border-box;
    color: #f4f8ff;
    background: rgba(7, 15, 31, .82);
    border-bottom: 1px solid rgba(87, 147, 255, .18);
    box-shadow: 0 22px 64px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
    transition: height .35s ease, background .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.header::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 12% 0%, rgba(52, 144, 255, .14), transparent 28%),
        linear-gradient(90deg, rgba(255, 255, 255, .06), transparent 20%, transparent 80%, rgba(137, 226, 78, .08));
    opacity: .85;
}

.header.small {
    height: 72px;
    background: rgba(7, 15, 31, .92);
    border-bottom-color: rgba(87, 147, 255, .28);
    box-shadow: 0 16px 48px rgba(0, 0, 0, .24);
}

.wrapper-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    height: 100%;
    z-index: 1;
}

.header-logo-item {
    flex: 0 0 auto;
}

.header-logo-item a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.header-logo-item img {
    height: 58px;
    margin-right: 14px;
    transition: height .35s ease, transform .35s ease, filter .35s ease;
    filter: drop-shadow(0 16px 28px rgba(52, 144, 255, .16));
}

.header.small .header-logo-item img {
    height: 50px;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brand-title {
    font-family: 'Unbounded', 'Commissioner', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #ffffff;
}

.brand-subtitle {
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .56);
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
}

.nav_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
}

.nav_item,
.nav_item a {
    color: #f4f8ff;
    text-decoration: none;
}

.nav_item>a,
.nav-link-cluster {
    position: relative;
    z-index: 1;
    min-height: 52px;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    border: 1px solid transparent;
    border-radius: 18px;
    background: transparent;
    transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}

.nav-link-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.nav-menu-has-children {
    cursor: pointer;
}

.nav-link-title {
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .13em;
    text-transform: uppercase;
    color: inherit;
}

.nav-link-kicker {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
}

.nav-link-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border: 1px solid rgba(87, 147, 255, .28);
    border-radius: 999px;
    background: rgba(52, 144, 255, .12);
    color: rgba(255, 255, 255, .72);
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: border-color .24s ease, background .24s ease, color .24s ease;
}

.nav-link-badge-icon {
    width: 6px;
    height: 6px;
    margin-top: -2px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
    transition: transform .24s ease;
}

ul.dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    z-index: 1000;
    min-width: 260px;
    margin: 0;
    padding: 14px;
    list-style: none;
    border: 1px solid rgba(87, 147, 255, .24);
    border-radius: 24px;
    background: rgba(8, 16, 31, .94);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
    backdrop-filter: blur(22px);
    transform: translateX(-50%) translateY(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
}

ul.dropdown-menu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    height: 18px;
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu li+li {
    margin-top: 6px;
}

.dropdown-menu a {
    display: block;
    padding: 14px 16px;
    border: 1px solid transparent;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .84);
    transition: border-color .24s ease, background .24s ease, color .24s ease, transform .24s ease;
}

.nav-menu-has-children::after {
    display: none;
}

.nav-lang-switcher .dropdown-menu {
    min-width: 140px;
}

.dropdown-menu a.is-current-lang {
    border-color: rgba(137, 226, 78, .34);
    background: rgba(137, 226, 78, .12);
    color: #89e24e;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.header-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 18px;
    border: 1px solid rgba(137, 226, 78, .24);
    border-radius: 999px;
    background: rgba(137, 226, 78, .08);
    color: #f4ffe9;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    white-space: nowrap;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #89e24e;
    box-shadow: 0 0 18px rgba(137, 226, 78, .8);
}

.phone-icon {
    position: absolute;
    left: 22px;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
}

.button-popap {
    width: auto;
    min-height: 54px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px 0 58px;
    border: 1px solid rgba(87, 147, 255, .28);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(52, 144, 255, .18), rgba(7, 95, 214, .42));
    box-shadow: 0 22px 54px rgba(7, 95, 214, .22);
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease;
    box-sizing: border-box;
    white-space: nowrap;
}

.button-popap:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 64px rgba(7, 95, 214, .3);
    border-color: rgba(137, 226, 78, .34);
}

.bottom-line {
    position: absolute;
    right: 30px;
    bottom: 0;
    left: 30px;
    height: 1px;
    background: linear-gradient(90deg, rgba(52, 144, 255, 0), rgba(52, 144, 255, .62), rgba(137, 226, 78, .5), rgba(52, 144, 255, 0));
    opacity: .72;
}

.c-hamburger {
    display: none;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 58px;
    height: 58px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(87, 147, 255, .24);
    border-radius: 18px;
    background: rgba(255, 255, 255, .04);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
    transform: translateY(-50%);
    cursor: pointer;
    appearance: none;
    font-size: 0;
    text-indent: -9999px;
    transition: background .24s ease, border-color .24s ease, transform .24s ease;
    z-index: 6;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    height: 2px;
    margin-top: -1px;
    display: block;
    background: #f4f8ff;
    transition: background 0s .24s;
}

.c-hamburger span::before,
.c-hamburger span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f4f8ff;
    transition-duration: .24s, .24s;
    transition-delay: .24s, 0s;
}

.c-hamburger span::before {
    top: -9px;
    transition-property: top, transform;
}

.c-hamburger span::after {
    bottom: -9px;
    transition-property: bottom, transform;
}

.c-hamburger.is-active span {
    background: none;
}

.c-hamburger.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger.is-active span::before,
.c-hamburger.is-active span::after {
    transition-delay: 0s, .24s;
}

@media only screen and (min-width: 993px) {

    .nav_item:hover>a,
    .nav_item:hover .nav-link-cluster {
        transform: translateY(-2px);
        border-color: rgba(87, 147, 255, .26);
        background: rgba(255, 255, 255, .05);
        box-shadow: 0 18px 38px rgba(0, 0, 0, .16);
    }

    .nav_item:hover .nav-link-kicker,
    .nav_item:hover .nav-link-title {
        color: #ffffff;
    }

    .nav-menu-has-children:hover .nav-link-badge {
        border-color: rgba(137, 226, 78, .34);
        background: rgba(137, 226, 78, .14);
        color: #ffffff;
    }

    .dropdown-menu li a:hover {
        transform: translateX(4px);
        border-color: rgba(87, 147, 255, .22);
        background: rgba(255, 255, 255, .05);
        color: #89e24e;
    }

    .nav_item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }

    .nav-menu-has-children:hover .nav-link-badge-icon {
        transform: rotate(225deg);
    }
}

@media only screen and (max-width: 1180px) {
    .brand-copy {
        display: none;
    }

    .header-status {
        display: none;
    }

    .nav_item>a,
    .nav-link-cluster {
        padding-right: 16px;
        padding-left: 16px;
    }
}

@media only screen and (max-width: 992px) {
    body.menu-open {
        overflow: hidden;
    }

    .relative-box {
        height: 80px;
    }

    .header {
        height: 80px;
        padding: 0 16px;
    }

    .header.small {
        height: 74px;
    }

    .wrapper-top {
        gap: 14px;
    }

    .header-logo-item img,
    .header.small .header-logo-item img {
        height: 52px;
    }

    .c-hamburger {
        display: block;
    }

    .nav-menu {
        position: fixed;
        top: 96px;
        left: 16px;
        right: 16px;
        min-height: calc(100dvh - 112px);
        height: auto;
        padding: 22px;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 10px;
        border: 1px solid rgba(87, 147, 255, .24);
        border-radius: 28px;
        background:
            radial-gradient(circle at top left, rgba(52, 144, 255, .16), transparent 40%),
            rgba(7, 15, 31, .97);
        box-shadow: 0 32px 80px rgba(0, 0, 0, .38);
        backdrop-filter: blur(22px);
        transform: translateY(18px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow-y: auto;
        transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
    }

    .header.small .nav-menu {
        top: 90px;
        min-height: calc(100dvh - 106px);
    }

    .nav-menu.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .nav_item {
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: stretch;
    }

    .nav_item>a,
    .nav-link-cluster {
        width: 100%;
        min-height: 62px;
        padding: 16px 20px;
        border-color: rgba(255, 255, 255, .08);
        border-radius: 20px;
        background: rgba(255, 255, 255, .04);
        box-sizing: border-box;
    }

    .nav-link-head {
        gap: 14px;
    }

    .nav_item a,
    .nav_item {
        color: #ffffff;
    }

    .nav-link-title {
        font-size: 14px;
    }

    .nav-link-kicker {
        font-size: 11px;
        color: rgba(255, 255, 255, .54);
    }

    .header-actions,
    .button-popap {
        display: none;
    }

    ul.dropdown-menu {
        position: static;
        left: auto;
        top: auto;
        min-width: 0;
        width: 100%;
        margin-top: 10px;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height .32s ease;
    }

    .nav-link-badge {
        padding: 6px 10px;
        font-size: 10px;
    }

    .nav-link-badge-icon {
        margin-top: 0;
    }

    .nav-menu-has-children.is-active .nav-link-badge {
        border-color: rgba(137, 226, 78, .34);
        background: rgba(137, 226, 78, .14);
        color: #ffffff;
    }

    .nav-menu-has-children.is-active .nav-link-badge-icon {
        transform: rotate(225deg);
    }

    .nav-menu-has-children.is-active .dropdown-menu {
        max-height: 420px;
    }

    .dropdown-menu li+li {
        margin-top: 8px;
    }

    .dropdown-menu a {
        padding: 14px 16px;
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 16px;
        background: rgba(255, 255, 255, .1);
        font-size: 12px;
    }

    .bottom-line {
        right: 16px;
        left: 16px;
    }
}

@media only screen and (max-width: 620px) {
    .relative-box {
        height: 72px;
    }

    .header,
    .header.small {
        height: 72px;
        padding: 0 12px;
    }

    .header-logo-item img,
    .header.small .header-logo-item img {
        height: 46px;
        margin-right: 0;
    }

    .nav-menu {
        top: 86px;
        left: 12px;
        right: 12px;
        min-height: calc(100dvh - 140px);
        padding: 18px;
    }

    .header.small .nav-menu {
        top: 86px;
        min-height: calc(100dvh - 98px);
    }

    .c-hamburger {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }

    .wrapper {
        padding-right: 18px;
        padding-left: 18px;
    }

    .bottom-line {
        right: 12px;
        left: 12px;
    }
}

.callback-modal-open {
    overflow: hidden;
}

.callback-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    place-items: center;
    padding: 1.5rem;
}

.callback-modal[hidden] {
    display: none;
}

.callback-modal__backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top, rgba(52, 144, 255, 0.18), transparent 34%),
        rgba(4, 9, 21, 0.84);
    backdrop-filter: blur(18px);
}

.callback-modal__dialog {
    position: relative;
    box-sizing: border-box;
    width: min(100%, 420px);
    padding: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.6rem;
    background: linear-gradient(145deg, rgba(13, 24, 43, 0.96), rgba(6, 16, 30, 0.98));
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
    opacity: 0;
    transform: translateY(24px) scale(.98);
    transition: opacity .22s ease, transform .22s ease;
}

.callback-modal.is-open .callback-modal__dialog {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.callback-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.callback-modal__close:hover,
.callback-modal__close:focus-visible {
    background: rgba(52, 144, 255, 0.18);
    border-color: rgba(52, 144, 255, 0.45);
    transform: translateY(-1px);
}

.callback-modal__close span {
    font-size: 1.4rem;
    line-height: 1;
}

.callback-modal__title {
    margin: 0 2.5rem 1.2rem 0;
    font-family: 'Unbounded', 'Commissioner', sans-serif;
    font-size: clamp(1.1rem, 2vw, 1.4rem);
    line-height: 1.2;
    color: #ffffff;
}

.callback-modal__form {
    display: grid;
    gap: 10px;
}

.callback-modal__field {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(255, 255, 255, .02);
    transition: border-color .24s ease, background .24s ease;
}

.callback-modal__field:focus-within {
    border-color: rgba(52, 144, 255, .5);
    background: rgba(255, 255, 255, .04);
}

.callback-modal__field.is-invalid {
    border-color: rgba(255, 90, 90, .55);
}

.callback-modal__field input,
.callback-modal__field textarea {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 15px 16px;
    background: transparent;
    color: #fff;
    font-family: 'Commissioner', sans-serif;
    font-size: 15px;
    line-height: 1.3;
    box-sizing: border-box;
}

.callback-modal__field input::placeholder,
.callback-modal__field textarea::placeholder {
    color: rgba(255, 255, 255, .48);
}

.callback-modal__field textarea {
    min-height: 54px;
    resize: vertical;
}

.callback-modal__promo-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, .72);
    cursor: pointer;
    user-select: none;
}

.callback-modal__promo-toggle input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #89e24e;
    cursor: pointer;
}

.callback-modal__promo-field {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .28s ease, opacity .22s ease;
}

.callback-modal__promo-field .callback-modal__field {
    overflow: hidden;
    min-height: 0;
}

.callback-modal__promo-field.is-visible {
    grid-template-rows: 1fr;
    opacity: 1;
}

.callback-modal__submit {
    min-height: 54px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(90deg, #3490ff, #89e24e);
    color: #fff;
    font-family: 'Commissioner', sans-serif;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .24s ease, box-shadow .24s ease, filter .24s ease;
}

.callback-modal__submit--accent {
    background: linear-gradient(90deg, #ff9638, #ffe200);
}

.callback-modal__submit--vip {
    background: linear-gradient(90deg, #6d28d9, #8b5cf6);
}

.callback-modal__submit:hover,
.callback-modal__submit:focus-visible {
    transform: translate3d(0, -2px, 0);
    box-shadow: 0 18px 30px rgba(52, 144, 255, .2);
    filter: brightness(1.04);
    outline: 0;
}

@media screen and (max-width: 480px) {
    .callback-modal {
        padding: 1rem;
    }

    .callback-modal__dialog {
        padding: 1.25rem;
        border-radius: 1.2rem;
    }
}