/* ===== ПОДКЛЮЧЕНИЕ ЛОКАЛЬНЫХ ШРИФТОВ ===== */

    /* Montserrat */
    @font-face {
        font-family: 'Montserrat';
        src: url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/Montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/Montserrat/Montserrat-Regular.woff') format('woff');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Montserrat';
        src: url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/Montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/Montserrat/Montserrat-Medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Montserrat';
        src: url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/Montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Montserrat';
        src: url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/Montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/Montserrat/Montserrat-Bold.woff') format('woff');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Montserrat';
        src: url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/Montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
        url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/Montserrat/Montserrat-ExtraBold.woff') format('woff');
        font-weight: 800;
        font-style: normal;
        font-display: swap;
    }

    /* Gotham Pro */
    @font-face {
        font-family: 'Gotham Pro';
        src: url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/GothamPro/GothamPro_regular.woff2') format('woff2'),
        url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/GothamPro/GothamPro_regular.woff') format('woff');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Gotham Pro';
        src: url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/GothamPro/GothamPro_medium.woff2') format('woff2'),
        url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/GothamPro/GothamPro_medium.woff') format('woff');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
    }

    @font-face {
        font-family: 'Gotham Pro';
        src: url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/GothamPro/GothamPro_bold.woff2') format('woff2'),
        url('/Modules/Ui/Layouts/PublicLayout/Static/Fonts/GothamPro/GothamPro_bold.woff') format('woff');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
    }

    /* ===== CSS ПЕРЕМЕННЫЕ ===== */
    :root {
        --app-color-theme: #d6861a;
        --color-accent: #d6861a;
        --color-bg-main: #f9f9fc;
        --color-text-primary: #1e1e1e;
        --color-text-tertiary: #7b7b7b;
        --color-ui-element: #1e1e1e;
        --color-ui-element-line: #d6d6d6;
        --color-ui-element-background: #1e1e1e;
        --color-ui-element-layer-first: #fff;
        --color-ui-element-faded-background: #e6e6e6;
        --color-ui-element-active-background: #1e1e1e;
        --color-ui-element-active-layer-first: #fff;
        --color-ui-component-background: #f4f4f8;
        --color-button-scroll-to-top-bg: #e6e6ef;
        --color-button-scroll-to-top-icon: #fff;
        --color-box-shadow-ui-component: rgba(0,0,0,.15);
        --font-size-heading: 3rem;
        --transition-properties: 1.25s cubic-bezier(0.62,0.05,0.01,0.99);

        /* Шрифты */
        --app-headings-font: 'Montserrat', sans-serif;
        --app-text-font: 'Montserrat', sans-serif;
        --app-secondary-font: 'Gotham Pro', 'Montserrat', sans-serif;
    }
[v-cloak] {
            display: none;
        }

        :root {
            --color-accent: #d6861a;
            --color-bg-main: #f9f9fc;
            --color-text-primary: #1e1e1e;
            --color-text-tertiary: #7b7b7b;
            --color-ui-element-line: #d6d6d6;
            --color-ui-element-secondary-line: #e6e6ef;
            --color-ui-element-background: #1e1e1e;
            --color-ui-element-layer-first: #fff;
            --color-ui-element-layer-second: #1e1e1e;
            --color-ui-component-background: #f4f4f8;
            --color-ui-component-additional-background: #fff;
            --color-ui-component-layer-first: #fff;
            --color-ui-component-layer-second: #1e1e1e;
            --color-ui-element-background-hover: rgba(30, 30, 30, 0.05);
            --color-text-reviews-card: #7b7b7b;
            --color-box-shadow-ui-component: rgba(0, 0, 0, .15);
            --color-button-scroll-to-top-bg: #e6e6ef;
            --color-button-scroll-to-top-icon: #fff;
            --color-RegionSelection-bg: #f4f4f8;
            --color-RegionSelection-item-bg: #fff;
            --color-RegionSelection-border-decor: #dcdce0;
            --color-RegionSelection-text: #1e1e1e;
            --color-RegionSelection-button-radio: #e6e6e6;
            --color-CallBackQuiz-text: #fff;
            --color-ui-element-checkbox: #e6e6e6;
            --color-ui-element-background-opacity-10: rgba(30, 30, 30, .1);
            --filter-RegionSelection-button-image: invert(100%);
            --font-size-heading: 3rem;
        }

        @layer base {
            button,
            [role="button"] {
                cursor: pointer;
            }
        }

        [data-theme="dark"] {
            --color-bg-main: #1e1e1e;
            --color-text-primary: #fff;
            --color-text-tertiary: #7b7b7b;
            --color-ui-element-line: #404040;
            --color-ui-element-secondary-line: #3a3a3a;
            --color-ui-element-background: #363636;
            --color-ui-element-layer-first: #fff;
            --color-ui-element-layer-second: #1e1e1e;
            --color-ui-component-background: #292929;
            --color-ui-component-additional-background: #363636;
            --color-ui-component-layer-first: #3b3b3b;
            --color-ui-component-layer-second: #fff;
            --color-ui-element-background-hover: rgba(255, 255, 255, 0.05);
            --color-text-reviews-card: #505050;
            --color-box-shadow-ui-component: rgba(0, 0, 0, .52);
            --color-button-scroll-to-top-bg: #292929;
            --color-button-scroll-to-top-icon: #3c3c3c;
            --color-RegionSelection-bg: #363636;
            --color-RegionSelection-item-bg: #323131;
            --color-RegionSelection-border-decor: #313131;
            --color-RegionSelection-text: #fff;
            --color-RegionSelection-button-radio: #3c3c3c;
            --color-CallBackQuiz-text: #fff;
            --color-ui-element-checkbox: #3c3c3c;
            --color-ui-element-background-opacity-10: #393939;
            --filter-RegionSelection-button-image: invert(0);
        }

        body {
            font-family: 'Montserrat', sans-serif;
            background-color: var(--color-bg-main);
            color: var(--color-text-primary);
            transition: background-color 0.3s, color 0.3s;
            overflow-y: scroll;
            overflow-x: hidden;
            max-width: 100vw;
        }

        #PublicLayout {
            padding-top: 100px;
        }

        #PublicLayoutPage {
            min-height: calc(100dvh - 616px);
        }

        /* Общие */
        .block-limiter {
            width: calc(100vw - 20px);
            margin: 0 auto;
        }

        @media screen and (min-width: 768px) {
            .block-limiter {
                width: calc(100vw - 40px);
            }
        }

        @media screen and (min-width: 1280px) {
            .block-limiter {
                width: calc(100vw - 80px);
                max-width: 1380px;
            }
        }
@layer base {button,[role="button"] {cursor: pointer;}}div#AiChat_NoConflict_IQP_trigger {right: 47px;}
/* ===== V-CLOAK ===== */
    [v-cloak] {
        display: none !important;
    }

    /* ===== MOBILE MENU TRANSITIONS ===== */
    .mobile-menu-enter-active,
    .mobile-menu-leave-active {
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .mobile-menu-enter-from,
    .mobile-menu-leave-to {
        transform: translateY(-100%);
        opacity: 0;
    }

    .mobile-menu-enter-to,
    .mobile-menu-leave-from {
        transform: translateY(0);
        opacity: 1;
    }

    .HeaderMenu-list-main-enter-active,
    .HeaderMenu-list-main-leave-active,
    .HeaderMenu-list-inner-enter-active,
    .HeaderMenu-list-inner-leave-active {
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .HeaderMenu-list-main-enter-from,
    .HeaderMenu-list-main-leave-to,
    .HeaderMenu-list-inner-enter-from,
    .HeaderMenu-list-inner-leave-to {
        opacity: 0;
        transform: translateX(20px);
    }

    .HeaderMenu-list-main-enter-to,
    .HeaderMenu-list-main-leave-from,
    .HeaderMenu-list-inner-enter-to,
    .HeaderMenu-list-inner-leave-from {
        opacity: 1;
        transform: translateX(0);
    }

    /* ===== HEADER MENU STYLES ===== */
    .HeaderMenu {
        overflow: hidden;
        width: 100vw;
        height: 100vh;
        position: fixed;
        padding: 12px 20px;
        background-color: var(--color-bg-main);
        z-index: 1000;
        top: 0;
        left: 0;
    }

    @media screen and (min-width: 768px) {
        .HeaderMenu {
            padding: 12px 20px 40px 20px;
        }
    }

    @media screen and (min-width: 961px) {
        .HeaderMenu {
            padding: 12px 40px;
        }
    }

    .HeaderMenu-container {
        display: flex;
        flex-direction: column;
        position: relative;
        user-select: none;
        width: 100%;
        height: 100%;
    }

    .HeaderMenu__top {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
    }

    .HeaderMenu__content {
        display: flex;
        flex: 1;
        align-items: center;
        gap: 40px;
        height: 100%;
    }

    .HeaderMenu__bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
        z-index: 10;
    }

    .HeaderMenu__divider {
        width: 1px;
        height: 60%;
        background: linear-gradient(to bottom, transparent, var(--color-ui-element-line), transparent);
        opacity: 0.3;
    }

    .HeaderMenu__social-wr {
        z-index: 2;
    }

    .HeaderMenu__contacts {
        z-index: 2;
        line-height: 150%;
    }

    .HeaderMenu__button-close {
        z-index: 2;
        display: flex;
        gap: 8px;
        align-items: center;
        color: var(--color-text-primary);
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
    }

    .HeaderMenu__button-close svg {
        stroke: var(--color-text-primary);
        transition: transform 0.4s ease;
        fill: none;
        stroke-width: 2;
    }

    .HeaderMenu__button-close:hover svg {
        transform: rotateZ(90deg);
    }

    .HeaderMenu__button-close:hover .HeaderMenu__button-close-text {
        transform: translateX(8px);
        opacity: 1;
    }

    .HeaderMenu__phone-link {
        transition: color .1s linear;
        display: block;
        font-size: clamp(1rem, -0.6rem + 8vw, 1.5rem);
        font-weight: 500;
        line-height: 150%;
        color: var(--color-text-primary);
        text-decoration: none;
    }

    .HeaderMenu__phone-link:hover {
        color: var(--color-accent);
    }

    .HeaderMenu__button-close-text {
        transition: transform 0.4s ease, opacity 0.4s ease;
        opacity: .2;
        font-size: 1.2rem;
        line-height: 30px;
        font-weight: 500;
    }

    .HeaderMenu__left {
        position: relative;
        width: 45%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media screen and (max-width: 1200px) {
        .HeaderMenu__left {
            display: none;
        }

        .HeaderMenu__divider {
            display: none;
        }

        .HeaderMenu__right {
            width: 100% !important;
        }
    }

    .HeaderMenu__right {
        position: relative;
        display: flex;
        align-items: center;
        overflow-y: hidden;
        height: 100%;
        width: 55%;
    }

    .HeaderMenu__right-wr {
        height: 80%;
        width: 100%;
    }

    .HeaderMenu__right-list {
        position: relative;
        display: flex;
        height: 100%;
        overflow-x: auto;
        width: 100%;
    }

    .HeaderMenu__right-list::-webkit-scrollbar {
        display: none;
    }

    .HeaderMenu__right-list-wr {
        width: 100%;
        padding-right: 15%;
        display: flex;
        flex-direction: column;
        min-height: fit-content;
    }

    .HeaderMenu__right-list-wr-inner {
        position: absolute;
    }

    .HeaderMenu__right-list-item {
        transition: opacity .6s ease;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        color: var(--color-text-primary);
        opacity: .3;
        text-decoration: none;
        cursor: pointer;
        background: none;
        border: none;
        text-align: left;
    }

    .HeaderMenu__right-list-item:hover {
        opacity: 1;
    }

    .HeaderMenu__right-list-item:hover .HeaderMenu__right-list-item-icon {
        opacity: 1;
        transform: translateX(0);
    }

    .HeaderMenu__right-list-item-icon {
        transition: transform .6s ease, opacity .6s ease;
        transform: translateX(-100%);
        opacity: 0;
        width: 24px;
        height: 24px;
    }

    .HeaderMenu__right-list-item--main {
        font-size: clamp(2rem, 0.1rem + 10vw, 5rem);
        font-weight: 500;
        line-height: 110%;
        margin-bottom: 12px;
    }

    .HeaderMenu__right-list-item--sub {
        font-size: clamp(1.5rem, 0.1rem + 8vw, 3rem);
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 8px;
    }

    @media screen and (min-width: 1200px) {
        .HeaderMenu__right-list-item--main {
            font-size: 3rem;
            margin-bottom: 24px;
        }
    }

    .HeaderMenu__button-close-inner {
        transition: opacity .6s ease;
        position: absolute;
        top: -40px;
        left: 0px;
        font-size: 1.09rem;
        font-weight: 400;
        line-height: 130%;
        color: var(--color-text-primary);
        opacity: .3;
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .HeaderMenu__button-close-inner svg {
        transition: transform .3s ease;
        transform: rotateY(180deg);
    }

    .HeaderMenu__button-close-inner:hover {
        opacity: 1;
    }

    .HeaderMenu__button-close-inner:hover svg {
        transform: translateX(-10%) rotateY(180deg);
    }

    @media screen and (min-width: 600px) {
        .HeaderMenu__button-close-inner {
            top: -60px;
        }
    }

    @media screen and (min-width: 1200px) {
        .HeaderMenu__button-close-inner {
            top: -80px;
        }
    }

    .HeaderMenu__left-image {
        border-radius: 50px;
        flex: 1;
        max-width: 95%;
        height: auto;
        max-height: 95%;
        object-fit: contain;
        object-position: center;
    }

    .HeaderMenu__animation {
        animation: fadeInUp 0.5s ease-out;
    }

    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .HeaderMenu__scrollbar {
        display: none;
        position: absolute;
        left: 0;
        top: 24px;
        height: calc(100% - 48px);
        width: 4px;
    }

    @media screen and (min-width: 1200px) {
        .HeaderMenu__scrollbar {
            display: block;
        }
    }

    .ScrollbarComponent {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .ScrollbarComponent__thumb {
        width: 100%;
        background-color: var(--color-accent);
        border-radius: 4px;
        transition: height 0.2s ease;
    }

    .AppSocialsWidget--big .AppSocialsWidget__icon {
        width: 48px;
        height: 48px;
    }

    .AppSocialsWidget--big .AppSocialsWidget__icon svg {
        width: 24px;
        height: 24px;
    }

    /* ===== ОСТАЛЬНЫЕ СТИЛИ ХЕДЕРА ===== */
    .BasicTemplateHeader {
        transition: transform 0.4s ease-in-out;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100vw;
        padding: 12px 20px;
        border-bottom: 1px solid rgba(30, 30, 30, .051);
        background-color: var(--color-bg-main);
    }

    /* Стиль для скрытого хедера */
    .BasicTemplateHeader--hidden {
        transform: translateY(-100%);
    }

    @media screen and (min-width: 1240px) {
        .BasicTemplateHeader {
            padding: 12px 40px;
        }
    }

    .BasicTemplateHeader-wr {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        max-width: 1380px;
    }

    .BasicTemplateHeader__left {
        position: relative;
        align-items: center;
        display: flex;
        gap: 0 24px;
    }

    .BasicTemplateHeader__left-info {
        display: flex;
        flex-direction: column;
    }

    .BasicTemplateHeader__left-info-link {
        display: inline-block;
        width: fit-content;
        line-height: 24px;
        font-size: 1rem;
        color: var(--color-text-primary);
        text-decoration: none;
        font-weight: 700;
    }

    .BasicTemplateHeader__left-info-link:hover {
        color: var(--color-accent);
    }

    .BasicTemplateHeader__right {
        display: flex;
        gap: 0 40px;
        align-items: center;
    }

    .BasicTemplateHeader__controls {
        display: flex;
        gap: 0 10px;
    }

    .HeaderNavigation {
        display: flex;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .HeaderNavigation li {
        position: relative;
        list-style: none;
    }

    .ButtonNavigationLink {
        display: block;
        color: var(--color-text-primary);
        text-decoration: none;
        line-height: 150%;
        padding: 16px 12px;
        transition: color .3s linear;
        position: relative;
        z-index: 2;
    }

    .HeaderNavigation__highlight-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        border-radius: 50px;
        background-color: var(--color-accent);
        transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), width .3s cubic-bezier(0.4, 0, 0.2, 1), opacity .3s ease;
        pointer-events: none;
        z-index: 1;
        will-change: transform, width;
        opacity: 0;
    }

    .ButtonNavigationLink:hover {
        color: var(--color-accent);
    }

    .ButtonNavigationLink--active {
        color: var(--color-accent);
    }

    .ButtonLink {
        --font-size: 18px;
        --time: .35s;
        --line-height: 18px;
        padding: 19px 29px;
        line-height: var(--line-height);
        display: flex;
        gap: 6px;
        align-items: center;
        justify-content: center;
        border-radius: 58px;
        background: var(--color-ui-element-background);
        color: var(--color-ui-element-layer-first);
        fill: var(--color-ui-element-layer-first);
        transition: transform var(--time) linear, box-shadow var(--time) linear;
        border: none;
        cursor: pointer;
    }

    .ButtonLink div {
        display: flex;
        overflow: hidden;
        text-shadow: 0 17px 0 var(--color-ui-element-layer-first);
        height: 18px;
    }

    .ButtonLink div span {
        display: block;
        backface-visibility: hidden;
        transition: transform var(--time) ease-out;
        transform: translateY(var(--m)) translateZ(0);
    }

    .ButtonLink:hover div span {
        --m: calc(var(--line-height) * -1);
    }

    .AppSocialsWidget {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .AppSocialsWidget__icon {
        cursor: pointer;
        width: 28px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        background-color: var(--color-ui-element-background);
        transition: background-color .2s linear;
    }

    .AppSocialsWidget__icon svg {
        position: relative;
        z-index: 1;
        transition: fill .2s linear;
        fill: var(--color-ui-element-layer-first);
        width: 14px;
        height: 14px;
    }

    .AppSocialsWidget__icon--whatsapp:hover {
        background-color: #36ac65;
    }

    .AppSocialsWidget__icon--telegram:hover {
        background-color: #0af;
    }

    .AppSocialsWidget__icon--max:before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        background: linear-gradient(135deg, #2467fa, #6128e3, #893edc);
        opacity: 0;
        transition: opacity .2s linear;
    }

    .AppSocialsWidget__icon--max:hover:before {
        opacity: 1;
    }

    .AppSocialsWidget__icon:hover svg {
        fill: #fff;
    }

    .BasicTemplateHeader__controls-burger {
        width: 40px;
        height: 56px;
        fill: var(--color-ui-element);
        cursor: pointer;
        background: none;
        border: none;
    }

    .BasicTemplateHeader__controls-burger:hover {
        fill: var(--color-accent);
    }

    .CityConfirmation__title {
        font-size: .875rem;
        font-weight: 400;
        line-height: 24px;
        color: #7b7b7b;
        text-decoration: underline;
        cursor: pointer;
        background: none;
        border: none;
    }

    .RegionSelection {
        border: 1px solid rgba(0, 0, 0, .102);
        position: absolute;
        top: calc(100% + 12px);
        left: 0;
        width: max-content;
        padding: 24px;
        background-color: var(--color-RegionSelection-bg);
        border-radius: 36px;
        z-index: 50;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .RegionSelection:before {
        content: "";
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid var(--color-RegionSelection-border-decor);
    }

    .RegionSelection__list {
        width: fit-content;
        max-height: 178px;
        overflow: auto;
        display: grid;
        gap: 8px;
    }

    .RegionSelection__item {
        cursor: pointer;
        overflow: hidden;
        position: relative;
        padding: 16px 32px 16px 16px;
        width: 100%;
        border-radius: 36px;
        border: 1px solid rgba(0, 0, 0, .2);
        display: flex;
        align-items: center;
        gap: 16px;
        height: 54px;
        background-color: var(--color-RegionSelection-item-bg);
        transition: all 0.3s ease;
    }

    .RegionSelection__button-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        z-index: 0;
        filter: var(--filter-RegionSelection-button-image, invert(0%));
    }

    .RegionSelection__item:hover .RegionSelection__button-image {
        opacity: 1;
    }

    .RegionSelection__item.is-active .RegionSelection__button-image {
        opacity: 0.08;
        transition: opacity 0.3s ease-in-out;
    }

    .RegionSelection__item.is-active:hover .RegionSelection__button-image {
        opacity: 0.3;
    }

    .RegionSelection__item-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0);
        transition: background 0.3s ease;
        z-index: 1;
    }

    .RegionSelection__item:hover .RegionSelection__item-overlay {
        background: rgba(0, 0, 0, 0.5);
    }

    .RegionSelection__item.is-active .RegionSelection__item-overlay {
        background: rgba(0, 0, 0, 0.6);
    }

    .RegionSelection__button-radio,
    .RegionSelection__button {
        position: relative;
        z-index: 2;
    }

    .RegionSelection__button-radio {
        width: 20px;
        height: 20px;
        background-color: var(--color-RegionSelection-button-radio);
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
    }

    .RegionSelection__button-radio:after {
        transition: opacity .3s ease;
        opacity: 0;
        display: block;
        content: "";
        width: 10px;
        height: 10px;
        background-color: #d6861a;
        border-radius: 50%;
        margin: 5px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .RegionSelection__item.is-active .RegionSelection__button-radio:after {
        opacity: 1;
    }

    .RegionSelection__button {
        color: var(--color-RegionSelection-text);
        position: relative;
        z-index: 2;
        font-weight: 500;
        transition: color 0.3s ease;
    }

    .RegionSelection__item:hover .RegionSelection__button,
    .RegionSelection__item.is-active .RegionSelection__button {
        color: white;
    }

    @media screen and (max-width: 755px) {
        .AppSocialsWidget.BasicTemplateHeader__social,
        .BasicTemplateHeader__control-button {
            display: none;
        }
    }

    @media screen and (max-width: 1240px) {
        .BasicTemplateHeader__nav {
            display: flex;
        }
    }

    /* mobile */

    @media screen and (max-width: 1050px) {
        #HeaderWidget .HeaderNavigation {
            display: none;
        }

        #HeaderWidget .ButtonLink {
            display: none;
        }

        #HeaderWidget .AppSocialsWidget__icon {
            height: 32px;
            width: 32px;
        }

        #HeaderWidget .AppSocialsWidget--big .AppSocialsWidget__icon svg {
            height: 16px;
            width: 16px;
        }
    }
@media (max-width: 768px) {
        .prose h2 {
            font-size: 1.25rem;
        }

        .prose h3 {
            font-size: 1rem;
        }

        .prose p,
        .prose li {
            font-size: 0.875rem;
        }

        .grid {
            gap: 0.75rem;
        }

        .flex-wrap.gap-3 {
            gap: 0.5rem;
        }

        .flex-wrap.gap-3 span {
            font-size: 0.75rem;
            padding: 0.375rem 0.75rem;
        }
    }
/* V-cloak для предотвращения FOUC */
    [v-cloak] {
        display: none !important;
    }

    /* ===== ОРИГИНАЛЬНЫЕ СТИЛИ (СОХРАНЕНЫ БЕЗ ИЗМЕНЕНИЙ) ===== */
    .BasicTemplateFooter__container {
        padding: 56px 0 0 0;
        display: flex;
        flex-direction: column;
        gap: 72px;
    }

    .BasicTemplateFooter__logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 236px;
        height: 40px;
        fill: var(--color-ui-element);
    }

    .BasicTemplateFooter__content {
        display: flex;
        flex-wrap: wrap;
        gap: 24px 12px;
        justify-content: space-between;
    }

    .BasicTemplateFooter__content-contacts {
        max-width: 447px;
    }

    .BasicTemplateFooter__content-contacts-email {
        margin: 0 0 24px 0;
    }

    .BasicTemplateFooter__content-contacts-email-link {
        font-weight: 400;
        font-size: 1rem;
        color: var(--color-text-primary);
        transition: color .2s ease;
        text-decoration: underline;
    }

    .BasicTemplateFooter__content-contacts-email-link:hover {
        color: var(--color-accent);
    }

    .BasicTemplateFooter__content-contacts-location {
        font-weight: 400;
        font-size: 1rem;
        color: var(--color-text-tertiary);
    }

    .BasicTemplateFooter__content-navigation {
        max-width: 330px;
    }

    .BasicTemplateFooter__content-navigation-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .BasicTemplateFooter__content-navigation-list-item-link {
        font-weight: 400;
        font-size: 1.25rem;
        color: var(--color-text-primary);
        transition: color .2s ease;
    }

    .BasicTemplateFooter__content-navigation-list-item-link:hover {
        color: var(--color-accent);
    }

    .BasicTemplateFooter__content-social {
        max-width: 168px;
    }

    .BasicTemplateFooter__content-social .AppSocialsWidget {
        gap: 24px;
    }

    .BasicTemplateFooter__content-social .AppSocialsWidget__icon {
        width: 40px;
        height: 40px;
    }

    .BasicTemplateFooter__content-social .AppSocialsWidget__icon svg {
        width: 20px;
        height: 20px;
    }

    .BasicTemplateFooter__info {
        max-width: 1240px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: space-between;
        align-items: center;
        border-top: 1px solid var(--color-ui-element-secondary-line);
        padding: 40px 0;
    }

    .BasicTemplateFooter__info-link {
        font-weight: 400;
        font-size: .875rem;
        color: var(--color-text-tertiary);
        transition: color .2s ease;
        display: inline-flex;
        align-items: center;
    }

    .BasicTemplateFooter__info-link:hover {
        color: var(--color-accent);
    }

    /* ===== ДОБАВЛЕНА АДАПТИВНОСТЬ ДЛЯ ПЛАНШЕТОВ (768px - 1024px) ===== */
    @media screen and (max-width: 1024px) {
        .BasicTemplateFooter__container {
            gap: 48px;
            padding: 40px 20px 0 20px;
        }

        .BasicTemplateFooter__content {
            gap: 32px;
        }

        .BasicTemplateFooter__content-contacts {
            max-width: 380px;
        }

        .BasicTemplateFooter__content-navigation-list {
            gap: 24px;
        }

        .BasicTemplateFooter__content-navigation-list-item-link {
            font-size: 1.125rem;
        }
    }

    /* ===== ДОБАВЛЕНА АДАПТИВНОСТЬ ДЛЯ МОБИЛЬНЫХ (< 768px) ===== */
    @media screen and (max-width: 767px) {
        .BasicTemplateFooter__container {
            padding: 32px 16px 0 16px;
            gap: 32px;
        }

        .BasicTemplateFooter__logo {
            width: 180px;
            height: auto;
            margin: 0 auto;
        }

        .BasicTemplateFooter__logo svg {
            width: 100%;
            height: auto;
        }

        /* Вертикальное расположение блоков */
        .BasicTemplateFooter__content {
            flex-direction: column;
            gap: 32px;
        }

        /* Контакты - на всю ширину */
        .BasicTemplateFooter__content-contacts {
            max-width: 100%;
            text-align: center;
        }

        .BasicTemplateFooter__content-contacts-email {
            margin: 0 0 16px 0;
        }

        .BasicTemplateFooter__content-contacts-email-link {
            font-size: 1rem;
            display: inline-block;
            word-break: break-all;
        }

        .BasicTemplateFooter__content-contacts-location {
            font-size: 0.875rem;
            line-height: 1.5;
        }

        /* Навигация - на всю ширину */
        .BasicTemplateFooter__content-navigation {
            max-width: 100%;
            text-align: center;
        }

        .BasicTemplateFooter__content-navigation-list {
            gap: 16px;
        }

        .BasicTemplateFooter__content-navigation-list-item-link {
            font-size: 1rem;
            display: inline-block;
            padding: 8px 0;
        }

        /* Соцсети - на всю ширину, центрирование */
        .BasicTemplateFooter__content-social {
            max-width: 100%;
            display: flex;
            justify-content: center;
        }

        .BasicTemplateFooter__content-social .AppSocialsWidget {
            gap: 20px;
            justify-content: center;
        }

        .BasicTemplateFooter__content-social .AppSocialsWidget__icon {
            width: 44px;
            height: 44px;
        }

        .BasicTemplateFooter__content-social .AppSocialsWidget__icon svg {
            width: 22px;
            height: 22px;
        }

        /* Нижняя информация - вертикальное расположение */
        .BasicTemplateFooter__info {
            flex-direction: column;
            gap: 12px;
            text-align: center;
            padding: 24px 0 32px 0;
        }

        .BasicTemplateFooter__info-link {
            font-size: 0.75rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
    }

    /* ===== ДОПОЛНИТЕЛЬНАЯ АДАПТАЦИЯ ДЛЯ ОЧЕНЬ МАЛЕНЬКИХ ЭКРАНОВ (< 480px) ===== */
    @media screen and (max-width: 480px) {
        .BasicTemplateFooter__container {
            padding: 24px 12px 0 12px;
            gap: 24px;
        }

        .BasicTemplateFooter__logo {
            width: 150px;
        }

        .BasicTemplateFooter__content {
            gap: 24px;
        }

        .BasicTemplateFooter__content-contacts-email-link {
            font-size: 0.875rem;
        }

        .BasicTemplateFooter__content-contacts-location {
            font-size: 0.75rem;
        }

        .BasicTemplateFooter__content-navigation-list {
            gap: 12px;
        }

        .BasicTemplateFooter__content-navigation-list-item-link {
            font-size: 0.875rem;
            padding: 6px 0;
        }

        .BasicTemplateFooter__content-social .AppSocialsWidget {
            gap: 16px;
        }

        .BasicTemplateFooter__content-social .AppSocialsWidget__icon {
            width: 40px;
            height: 40px;
        }

        .BasicTemplateFooter__content-social .AppSocialsWidget__icon svg {
            width: 18px;
            height: 18px;
        }

        .BasicTemplateFooter__info {
            gap: 10px;
            padding: 20px 0 24px 0;
        }

        .BasicTemplateFooter__info-link {
            font-size: 0.688rem;
        }
    }

    /* ===== УЛУЧШЕНИЯ ДЛЯ ТАЧ-УСТРОЙСТВ ===== */
    @media (hover: none) and (pointer: coarse) {
        .BasicTemplateFooter__content-contacts-email-link,
        .BasicTemplateFooter__content-navigation-list-item-link,
        .BasicTemplateFooter__info-link {
            padding: 8px 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .AppSocialsWidget__icon {
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
        }

        .AppSocialsWidget__icon:active {
            transform: scale(0.95);
            transition: transform 0.1s ease;
        }
    }
/* ===== SCROLL TO TOP BUTTON ===== */
    .ButtonScrollToTop {
        position: fixed;
        bottom: 208px;
        right: 54px;
        z-index: 10;
        width: 72px;
        height: 72px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 50%;
        background-color: var(--color-button-scroll-to-top-bg, #333);
        cursor: pointer;
        transition: background-color .2s, transform .2s, opacity .3s, visibility .3s;
        opacity: 0;
        visibility: hidden;
    }

    .ButtonScrollToTop.visible {
        opacity: 1;
        visibility: visible;
    }

    .ButtonScrollToTop:hover {
        transform: translateY(-2px);
    }

    .ButtonScrollToTop:hover .ButtonScrollToTop__icon path {
        fill: var(--color-accent, #007bff);
    }

    .ButtonScrollToTop:active {
        transform: translateY(0);
    }

    .ButtonScrollToTop__icon path {
        fill: var(--color-button-scroll-to-top-icon, #fff);
        transition: fill .2s;
    }

    @media screen and (max-width: 768px) {
        .ButtonScrollToTop {
            right: 12px;
            width: 56px;
            height: 56px;
            bottom: 100px;
        }
    }

    /* Поддержка для пользователей с ограничениями по анимации */
    @media (prefers-reduced-motion: reduce) {
        .ButtonScrollToTop {
            transition: none;
        }

        .ButtonScrollToTop__icon path {
            transition: none;
        }
    }
/* Только анимация и адаптивность */
    .cookie-slide-enter-active,
    .cookie-slide-leave-active {
        transition: all 0.3s ease-out;
    }

    .cookie-slide-enter-from,
    .cookie-slide-leave-to {
        transform: translateX(-20px);
        opacity: 0;
    }

    .cookie-slide-enter-to,
    .cookie-slide-leave-from {
        transform: translateX(0);
        opacity: 1;
    }

    /* Адаптивность для мобильных устройств */
    @media screen and (max-width: 640px) {
        .fixed.bottom-5.left-5 {
            bottom: 10px !important;
            left: 10px !important;
            right: 10px !important;
            width: auto !important;
            max-width: none !important;
            padding: 10px 16px !important;
        }

        .fixed.bottom-5.left-5 > div {
            flex-direction: column !important;
            text-align: center !important;
            gap: 8px !important;
        }

        .fixed.bottom-5.left-5 button {
            width: 100% !important;
            justify-content: center !important;
            padding: 8px 16px !important;
        }

        .fixed.bottom-5.left-5 a {
            white-space: normal !important;
            display: inline-block !important;
        }

        .fixed.bottom-5.left-5 .text-slate-300 {
            font-size: 12px !important;
        }
    }
.btn {
        --font-size: 18px;
        --time: .35s;
        --line-height: 18px;
        padding: 19px 29px;
        line-height: var(--line-height);
        display: inline-flex;
        gap: 6px;
        align-items: center;
        justify-content: center;
        border-radius: 58px;
        background: var(--color-ui-element-background, #1e1e1e);
        color: var(--color-ui-element-layer-first, #fff);
        fill: var(--color-ui-element-layer-first, #fff);
        transition: transform var(--time) linear, box-shadow var(--time) linear;
        cursor: pointer;
        border: none;
        font-size: var(--font-size);
        font-weight: 500;
        text-decoration: none;
    }

    .btn div {
        display: flex;
        overflow: hidden;
        text-shadow: 0 17px 0 var(--color-ui-element-layer-first, #fff);
        height: 18px;
    }

    .btn div span {
        display: block;
        backface-visibility: hidden;
        transition: transform var(--time) ease-out;
        transform: translateY(var(--m)) translateZ(-0);
    }

    .btn:hover:not(.opacity-50) div span {
        --m: calc(var(--line-height) * -1.1);
    }

    .btn.opacity-50 {
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
    }

    /* Анимация кнопки закрытия с SVG бордером - без зазора */
    .close-btn {
        position: relative;
        border: none;
        background-color: #1e293b;
        transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
        overflow: visible;
        cursor: pointer;
    }

    .close-btn svg:first-child {
        position: relative;
        z-index: 1;
        transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    }

    .close-btn .border-ring {
        position: absolute;
        top: -2px;
        left: -2px;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
    }

    .close-btn .border-ring svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: rotate(-90deg);
    }

    .close-btn .border-ring circle {
        fill: none;
        stroke: #f59e0b;
        stroke-width: 1.5;
        stroke-linecap: round;
        stroke-dasharray: 133;
        stroke-dashoffset: 133;
        transition: stroke-dashoffset 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    }

    .close-btn:hover .border-ring circle {
        stroke-dashoffset: 0;
    }

    .close-btn:not(:hover) .border-ring circle {
        stroke-dashoffset: 133;
    }

    .close-btn:hover {
        transform: scale(1.08);
    }

    .close-btn:hover svg:first-child {
        transform: rotate(90deg);
    }

    .close-btn:active {
        transform: scale(0.96);
    }

    .transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

    .duration-300 {
        transition-duration: 300ms;
    }

    .-translate-y-full {
        transform: translateY(-100%);
    }

    .translate-y-0 {
        transform: translateY(0);
    }

    @media (max-width: 640px) {
        div[style*="right: -48px"] {
            right: -12px !important;
        }
    }

    @keyframes bounce-subtle {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }

    @keyframes spin-slow {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }

    @keyframes ping {
        75%, 100% { transform: scale(1.3); opacity: 0; }
    }

    @keyframes spin {
        to { transform: rotate(360deg); }
    }

    .animate-bounce-subtle {
        animation: bounce-subtle 2s ease-in-out infinite;
    }

    .animate-spin-slow {
        animation: spin-slow 8s linear infinite;
    }

    .animate-ping {
        animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
    }

    .animate-spin {
        animation: spin 1s linear infinite;
    }