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

    /* 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;}/* desktop */@media screen and (min-width: 768px) {div#AiChat_NoConflict_IQP_window {right: 128px;}}
/* ===== 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;
        }
    }
.PageTitleWidget {
        padding-top: 0;
    }

    /* Цвет заголовка в зависимости от темы */
    .PageTitleWidget h1 {
        color: var(--color-text-primary, #1e1e1e);
    }

    @media (min-width: 768px) {
        .PageTitleWidget {
            padding-top: 2rem;
        }
    }

    @media (max-width: 768px) {
        .PageTitleWidget__icon {
           display: none;
        }
    }

    /* ===== АНИМАЦИЯ ИКОНКИ (с задержкой 1с) ===== */
    .animate-icon {
        opacity: 0;
        transform: scale(0) rotate(-180deg);
        transition: all 0.6s cubic-bezier(0.34, 1.2, 0.64, 1);
    }

    .animate-icon.animated {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }

    .animate-icon .icon-inner {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .animate-icon.animated .icon-inner {
        animation: iconPop 0.6s cubic-bezier(0.34, 1.2, 0.64, 1);
    }

    @keyframes iconPop {
        0% {
            transform: scale(0.8);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }

    /* ===== АНИМАЦИЯ ЗАГОЛОВКА ===== */
    .animate-title {
        opacity: 0;
        transform: translateX(-20px);
        transition: all 0.5s ease-out;
    }

    .animate-title.animated {
        opacity: 1;
        transform: translateX(0);
    }

    /* ===== АНИМАЦИЯ ОПИСАНИЯ ===== */
    .animate-description {
        opacity: 0;
        transform: translateX(-20px);
        transition: all 0.5s ease-out 0.1s;
    }

    .animate-description.animated {
        opacity: 1;
        transform: translateX(0);
    }

    /* ===== АНИМАЦИЯ ЛИНИИ ===== */
    .animate-line {
        opacity: 0;
        transform: scaleX(0);
        transform-origin: left;
        transition: all 0.5s ease-out 0.2s;
    }

    .animate-line.animated {
        opacity: 1;
        transform: scaleX(1);
    }

    /* Анимация для хлебных крошек */
    .PageTitleWidget nav {
        animation: fadeInLeft 0.4s ease-out;
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            transform: translateX(-15px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
[v-cloak] {
        display: none !important;
    }

    /* ===== ОСНОВНЫЕ СТИЛИ ===== */
    .ContactsWidget {
        position: relative;
        padding: 16px 0;
    }

    /* Сетка 4 колонки */
    .ContactsWidget__grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
        margin-bottom: 0;
    }

    .ContactsWidget__item {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .ContactsWidget__item-title {
        transition: opacity 0.2s ease;
        opacity: 0.3;
        font-size: clamp(16px, 2.5vw, 1.5rem);
        font-weight: 500;
        color: var(--color-text-primary, #1e1e1e);
        line-height: 1.3;
        width: fit-content;
        margin: 0;
    }

    .ContactsWidget__item-info {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .ContactsWidget__item-info-title {
        display: block;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.4;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .ContactsWidget__item-info-list {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ContactsWidget__item-text {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        width: fit-content;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.4;
        text-decoration: none;
    }

    .ContactsWidget__item-text--link {
        color: var(--color-text-primary, #1e1e1e);
        transition: color 0.2s linear;
    }

    .ContactsWidget__item-text--link:hover {
        color: #d6861a;
    }

    .ContactsWidget__item-info-description {
        display: block;
        font-size: 0.75rem;
        opacity: 0.5;
        font-weight: 400;
        line-height: 1.4;
        margin-top: 6px;
    }

    /* График работы */
    .ContactsWidget__worktime-title {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.4;
        margin-bottom: 12px;
    }

    .ContactsWidget__worktime-items {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .ContactsWidget__worktime-day {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 0.9375rem;
        line-height: 1.4;
    }

    .ContactsWidget__worktime-hours {
        font-weight: 500;
        opacity: 0.7;
    }

    /* Статус работы (цветные точки) */
    .ContactsWidget__status-dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin-right: 4px;
    }

    .ContactsWidget__status-dot.active {
        background-color: #4FAF58;
    }

    .ContactsWidget__status-dot.inactive {
        background-color: #AF4F4F;
    }

    /* Соцсети */
    .ContactsWidget__socials-title {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        opacity: 0.4;
        margin-bottom: 12px;
    }

    .ContactsWidget__socials {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .ContactsWidget__social-icon {
        cursor: pointer;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #f0f0f0;
        color: #1e1e1e;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .ContactsWidget__social-icon i {
        font-size: 18px;
    }

    .ContactsWidget__social-icon:hover {
        transform: scale(1.1);
    }

    .ContactsWidget__social-icon--telegram:hover {
        background: #26A5E4;
        color: white;
    }

    .ContactsWidget__social-icon--whatsapp:hover {
        background: #25D366;
        color: white;
    }

    .ContactsWidget__social-icon--max:hover {
        background: linear-gradient(135deg, #2467fa, #6128e3, #893edc);
        color: white;
    }

    /* Адрес */
    .ContactsWidget__location-address {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 0.875rem;
        line-height: 1.5;
        color: var(--color-text-secondary, #6b7280);
        margin-bottom: 12px;
    }

    .ContactsWidget__location-address i {
        font-size: 1rem;
        color: #d6861a;
        margin-top: 2px;
        flex-shrink: 0;
    }

    .ContactsWidget__location-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        width: fit-content;
        color: #d6861a;
        text-decoration: none;
        font-size: 0.75rem;
        font-weight: 500;
        transition: opacity 0.2s;
    }

    .ContactsWidget__location-link:hover {
        opacity: 0.7;
    }

    /* Ассистент */
    .ContactsWidget__assistant {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .ContactsWidget__assistant-header {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .ContactsWidget__assistant-avatar-wrapper {
        position: relative;
        width: 48px;
        height: 48px;
    }

    .ContactsWidget__assistant-avatar {
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, #d6861a, #f59e0b);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 16px;
        font-weight: 600;
    }

    .ContactsWidget__assistant-status-dot {
        position: absolute;
        bottom: 2px;
        right: 2px;
        width: 12px;
        height: 12px;
        background: #4FAF58;
        border-radius: 50%;
        border: 2px solid white;
        animation: pulse 1.5s ease-in-out infinite;
    }

    @keyframes pulse {
        0%, 100% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.5;
            transform: scale(1.2);
        }
    }

    .ContactsWidget__assistant-info {
        flex: 1;
    }

    .ContactsWidget__assistant-name {
        font-weight: 600;
        font-size: 1rem;
        color: var(--color-text-primary, #1e1e1e);
    }

    .ContactsWidget__assistant-description {
        font-size: 0.875rem;
        opacity: 0.6;
        line-height: 1.5;
    }

    .ContactsWidget__assistant-button {
        --font-size: 14px;
        --time: 0.35s;
        --line-height: 14px;
        padding: 12px 20px;
        line-height: var(--line-height);
        display: inline-flex;
        gap: 8px;
        align-items: center;
        justify-content: center;
        border-radius: 58px;
        background: #1e1e1e;
        color: #fff;
        fill: #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;
        width: 100%;
    }

    .ContactsWidget__assistant-button-text {
        display: flex;
        overflow: hidden;
        text-shadow: 0 13px 0 #fff;
        height: 14px;
    }

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

    .ContactsWidget__assistant-button:hover .ContactsWidget__assistant-button-text span {
        --m: calc(var(--line-height) * -1.1);
    }

    /* Кнопка закрытия */
    .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);
    }

    /* Адаптивность */
    @media screen and (max-width: 1100px) {
        .ContactsWidget__grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }
    }

    @media screen and (max-width: 640px) {
        .close-btn {
            right: -12px !important;
            top: -12px !important;
        }
    }

    @media screen and (max-width: 600px) {
        .ContactsWidget {
            padding: 40px 0;
        }

        .ContactsWidget__grid {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .ContactsWidget__item-title {
            font-size: 1.25rem;
        }
    }
/* ===== CALLBACK QUIZ BLOCK ===== */
    .CallBackQuiz {
        --CallBackQuiz-height: auto;
        display: grid;
        min-height: 800px;
        gap: 70px;
        margin-top: 120px;
    }

    @media (width >= 600px) {
        .CallBackQuiz {
            --CallBackQuiz-height: auto;
        }
    }

    @media (max-height: 900px) {
        .CallBackQuiz {
            --CallBackQuiz-height: auto;
            gap: 0;
            min-height: 640px;
        }
    }

    .CallBackQuiz__title {
        width: fit-content;
        font-size: clamp(16px, 4vw + 1rem, var(--font-size-heading));
        font-weight: 500;
        color: var(--color-text-primary);
        line-height: 110%;
    }

    .CallBackQuiz__container {
        position: relative;
        display: grid;
        gap: 32px;
        min-height: auto;
        background-color: var(--color-ui-component-background);
        padding: 36px 16px;
        border-radius: 36px;
    }

    @media (min-width: 768px) {
        .CallBackQuiz__container {
            padding: 70px 40px;
        }
    }

    @media (min-width: 1200px) {
        .CallBackQuiz__container {
            padding: 70px;
        }
    }

    @media (max-height: 900px) {
        .CallBackQuiz__container {
            gap: 0;
            min-height: auto;
            padding: 40px;
        }
    }

    /* ===== BOTTOM NAVIGATION ===== */
    .CallBackQuiz__bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    @media (min-width: 600px) {
        .CallBackQuiz__bottom {
            display: grid;
            grid-template-areas: "count count" "prev next";
            justify-content: normal;
            grid-auto-columns: min-content;
            grid-row-gap: 64px;
            grid-column-gap: 20px;
        }
    }

    @media (width >= 1100px) {
        .CallBackQuiz__bottom {
            display: flex;
            justify-content: space-between;
        }
    }

    .CallBackQuiz__bottom-ButtonPrev {
        grid-area: prev;
    }

    @media (min-width: 1100px) {
        .CallBackQuiz__bottom-ButtonPrev {
            width: 225px;
        }
    }

    .CallBackQuiz__bottom-count {
        grid-area: count;
        display: none;
        position: relative;
        gap: 16px;
    }

    @media (min-width: 600px) {
        .CallBackQuiz__bottom-count {
            display: flex;
        }
    }

    .CallBackQuiz__bottom-count-item {
        display: grid;
        justify-items: center;
        user-select: none;
        position: relative;
        grid-row-gap: 8px;
        color: var(--color-CallBackQuiz-text, #fff);
    }

    .CallBackQuiz__bottom-count-item.prev .CallBackQuiz__bottom-count-item-number {
        background-color: transparent;
        border: 1px solid #D6861A;
        color: var(--color-accent, #d6861a);
    }

    .CallBackQuiz__bottom-count-item.active .CallBackQuiz__bottom-count-item-number {
        border: 1px solid #D6861A;
        background-color: var(--color-accent, #d6861a);
    }

    .CallBackQuiz__bottom-count-item-decor {
        margin-top: 24.5px;
        width: 43px;
        height: 1px;
        background-color: var(--color-ui-element-checkbox, #e6e6e6);
    }

    .CallBackQuiz__bottom-count-item-number {
        border: 1px solid transparent;
        transition: all .75s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: var(--color-ui-element-background-opacity-10, rgba(30, 30, 30, 0.1));
        color: #FFFFFF;
        font-size: 1.25rem;
        line-height: 1.5;
        font-weight: 400;
    }

    .CallBackQuiz__bottom-count-item-text {
        color: var(--color-text-primary);
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
    }

    /* ===== TASK TYPE COMPONENT ===== */
    .CallBackQuizTaskType {
        width: 100%;
    }

    .CallBackQuizTaskType_container {
        width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
        max-height: none;
    }

    .CallBackQuizTaskType_list {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    @media (width >= 600px) {
        .CallBackQuizTaskType_list {
            gap: 16px;
        }
    }

    .CallBackQuizTaskTypeItem {
        cursor: pointer;
        border-radius: 58px;
        border: 1px solid var(--color-ui-element-line);
        padding: 14px 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all 0.3s ease;
        background: transparent;
        flex-shrink: 0;
    }

    .CallBackQuizTaskTypeItem.active {
        border-color: var(--color-accent, #d6861a);
        background: rgba(214, 134, 26, 0.05);
    }

    @media (max-width: 599px) {
        .CallBackQuizTaskTypeItem {
            width: calc(50% - 8px);
            justify-content: center;
        }
    }

    .CallBackQuizTaskTypeItem__input {
        cursor: pointer;
        appearance: none;
        background-color: var(--color-ui-element-checkbox);
        border: 2px solid var(--color-ui-element-checkbox);
        width: 18px;
        height: 18px;
        border-radius: 50%;
        position: relative;
        margin: 0;
        flex-shrink: 0;
    }

    .CallBackQuizTaskTypeItem__input:checked {
        background: var(--color-accent, #d6861a);
        border: 1px solid var(--color-accent, #d6861a);
    }

    .CallBackQuizTaskTypeItem__input:checked::after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        display: block;
        width: 8px;
        height: 6px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 6" width="8" height="6"><path d="M7.76497 0.205009C7.90947 0.341618 7.99381 0.530023 7.99943 0.728798C8.00506 0.927573 7.93151 1.12045 7.79497 1.26501L3.54497 5.76501C3.47609 5.83781 3.39331 5.89607 3.30154 5.93634C3.20976 5.97661 3.11085 5.99808 3.01064 5.99948C2.91042 6.00088 2.81095 5.98218 2.71808 5.94448C2.62522 5.90679 2.54085 5.85086 2.46997 5.78001L0.219969 3.53001C0.0874886 3.38783 0.0153654 3.19979 0.0187936 3.00549C0.0222218 2.81119 0.100934 2.6258 0.238347 2.48839C0.37576 2.35097 0.561145 2.27226 0.755446 2.26883C0.949747 2.26541 1.13779 2.33753 1.27997 2.47001L2.98497 4.17401L6.70497 0.235009C6.84158 0.0905061 7.02998 0.00617039 7.22876 0.000544684C7.42753 -0.00508102 7.62041 0.0684638 7.76497 0.205009Z" fill="white"/></svg>') no-repeat center;
        background-size: contain;
    }

    @media (min-width: 768px) {
        .CallBackQuizTaskTypeItem__input {
            width: 22px;
            height: 22px;
        }

        .CallBackQuizTaskTypeItem__input:checked::after {
            width: 10px;
            height: 8px;
        }
    }

    .CallBackQuizTaskTypeItem__icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .CallBackQuizTaskTypeItem__icon i {
        font-size: 1.25rem;
        color: var(--color-text-primary);
        opacity: 0.6;
        transition: opacity 0.3s ease;
    }

    .CallBackQuizTaskTypeItem.active .CallBackQuizTaskTypeItem__icon i {
        opacity: 1;
        color: var(--color-accent, #d6861a);
    }

    .CallBackQuizTaskTypeItem__text {
        line-height: 1.5;
        font-size: .875rem;
        color: var(--color-text-primary);
        white-space: nowrap;
    }

    @media (max-width: 599px) {
        .CallBackQuizTaskTypeItem__text {
            font-size: 0.8125rem;
            white-space: normal;
            text-align: center;
        }
    }

    @media (width >= 768px) {
        .CallBackQuizTaskTypeItem__text {
            font-size: 1rem;
        }
    }

    /* ===== FORM COMPONENT - ЦЕНТРИРОВАННЫЙ ===== */
    .CallBackQuizForm {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .CallBackQuizForm__header {
        text-align: center;
        margin-bottom: 48px;
        width: 100%;
    }

    .CallBackQuizForm__title {
        font-size: 2rem;
        font-weight: 500;
        color: var(--color-text-primary);
        margin-bottom: 24px;
    }

    .CallBackQuizForm__selected-tasks {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 12px;
        margin-top: 16px;
    }

    .selected-tasks-label {
        font-size: 0.875rem;
        color: var(--color-text-tertiary);
        opacity: 0.7;
    }

    .selected-tasks-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .selected-task-tag {
        display: inline-block;
        padding: 6px 16px;
        background: rgba(214, 134, 26, 0.1);
        border: 1px solid rgba(214, 134, 26, 0.3);
        border-radius: 40px;
        font-size: 0.875rem;
        color: var(--color-accent, #d6861a);
        white-space: nowrap;
    }

    @media (max-width: 599px) {
        .selected-task-tag {
            font-size: 0.75rem;
            padding: 4px 12px;
            white-space: normal;
        }
    }

    .CallBackQuizForm__container {
        user-select: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 32px;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    @media (max-height: 900px) {
        .CallBackQuizForm__container {
            gap: 24px;
        }
    }

    .CallBackQuizForm__field {
        width: 100%;
        padding-bottom: 8px;
    }

    .CallBackQuizForm__text-label {
        display: block;
        width: 100%;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--color-ui-element-line);
    }

    .CallBackQuizForm__text-input {
        width: 100%;
        color: var(--color-text-primary);
        font-size: 1rem;
        line-height: 1.5;
        background: transparent;
        border: none;
        outline: none;
        text-align: left;
    }

    .CallBackQuizForm__text-input::placeholder {
        color: var(--color-text-primary);
        opacity: .5;
        font-size: 1rem;
        line-height: 1.5;
        text-align: left;
    }

    @media (width >= 768px) {
        .CallBackQuizForm__text-input {
            font-size: 1.125rem;
        }

        .CallBackQuizForm__text-input::placeholder {
            font-size: 1.125rem;
        }
    }

    /* ===== ЧЕКБОКСЫ С ВЫРАВНИВАНИЕМ ===== */
    .CallBackQuizForm__checkbox-label {
        display: flex;
        align-items: center;
        gap: 12px;
        cursor: pointer;
        text-align: left;
        width: 100%;
    }

    .CallBackQuizForm__checkbox-input {
        appearance: none;
        width: 20px;
        height: 20px;
        min-width: 20px;
        border: 2px solid var(--color-accent, #d6861a);
        border-radius: 4px;
        cursor: pointer;
        flex-shrink: 0;
        background: transparent;
        position: relative;
        margin: 0;
    }

    .CallBackQuizForm__checkbox-input:checked {
        background: var(--color-accent, #d6861a);
        border-color: var(--color-accent, #d6861a);
    }

    .CallBackQuizForm__checkbox-input:checked::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 10px;
        height: 8px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='white' d='M10.293 0.293L4 6.586 1.707 4.293 0.293 5.707 4 9.414 11.707 1.707z'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .CallBackQuizForm__checkbox-label-text-wr {
        font-size: 0.875rem;
        line-height: 1.5;
        font-weight: 400;
        display: inline-block;
    }

    @media (max-width: 599px) {
        .CallBackQuizForm__checkbox-label-text-wr {
            font-size: 0.75rem;
        }
    }

    .CallBackQuizForm__checkbox-label-text {
        color: var(--color-text-primary);
    }

    .CallBackQuizForm__checkbox-label-text-accent {
        color: var(--color-accent, #d6861a);
        text-decoration: none;
    }

    .CallBackQuizForm__checkbox-label-text-accent:hover {
        text-decoration: underline;
    }

    .CallBackQuiz__error,
    .CallBackQuizForm__error {
        color: #ef4444;
        font-size: 0.75rem;
        margin-top: 8px;
        text-align: left;
    }

    /* ===== BUTTON STYLES ===== */
    .ButtonNext,
    .ButtonPrev,
    .ButtonSubmit {
        --font-size: 14px;
        --time: .35s;
        --line-height: 18px;
        padding: 16px 24px;
        line-height: var(--line-height);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 56px;
        transition: transform var(--time) linear, box-shadow var(--time) linear;
        cursor: pointer;
        border: none;
        font-weight: 500;
    }

    .ButtonNext:disabled,
    .ButtonSubmit:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
    }

    .ButtonNext {
        background-color: var(--color-ui-element-active-background, #1e1e1e);
        color: var(--color-ui-element-active-layer-first, #fff);
    }

    .ButtonNext div,
    .ButtonPrev div,
    .ButtonSubmit div {
        display: flex;
        overflow: hidden;
        height: 18px;
    }

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

    .ButtonNext:hover:not(:disabled) div span,
    .ButtonPrev:hover:not(:disabled) div span,
    .ButtonSubmit:hover:not(:disabled) div span {
        --m: calc(var(--line-height) * -1);
    }

    .ButtonPrev {
        background-color: var(--color-ui-element-faded-background, #e6e6e6);
        color: var(--color-ui-element-faded-layer-first, #1e1e1e);
    }

    .ButtonSubmit {
        background-color: var(--color-ui-element-active-background, #1e1e1e);
        color: var(--color-ui-element-active-layer-first, #fff);
    }

    .ButtonPrev-icon {
        fill: currentColor;
    }

    .ButtonNext-icon,
    .ButtonSubmit-icon {
        transform: rotate(180deg);
        fill: currentColor;
    }

    @media (min-width: 768px) {
        .ButtonNext,
        .ButtonPrev,
        .ButtonSubmit {
            min-width: 200px;
        }
    }

    @media (max-width: 599px) {
        .ButtonNext,
        .ButtonPrev,
        .ButtonSubmit {
            padding: 12px 20px;
        }

        .ButtonNext div span:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),
        .ButtonSubmit div span:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
            display: none;
        }

        .CallBackQuiz__container {
            padding: 0;
        }
    }

    /* ===== TRANSITIONS ===== */
    .CallBackQuiz-in-enter-active,
    .CallBackQuiz-in-leave-active,
    .CallBackQuiz-out-enter-active,
    .CallBackQuiz-out-leave-active {
        transition: all 0.4s ease;
    }

    .CallBackQuiz-in-enter-from {
        opacity: 0;
        transform: translateX(30px);
    }

    .CallBackQuiz-in-leave-to {
        opacity: 0;
        transform: translateX(-30px);
    }

    .CallBackQuiz-out-enter-from {
        transform: translateX(-30px);
    }

    .CallBackQuiz-out-leave-to {
        opacity: 0;
        transform: translateX(30px);
    }
.CallBackQuiz__title {
        text-align: center;
        display: block;
        width: 100%;
    }
/* 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;
    }