

/* Start:/local/templates/main_site/css/fonts.css?17836262233094*/
/**
 * SNTClub — Web Fonts
 * Загружается ПЕРВЫМ в header.php
 */

/* ─── Golos Text ─── */
@font-face {
    font-family: 'Golos Text';
    src: url('/local/templates/main_site/css/../fonts/GolosText-Regular.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/GolosText-Regular.woff') format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Text';
    src: url('/local/templates/main_site/css/../fonts/GolosText-Medium.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/GolosText-Medium.woff') format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Text';
    src: url('/local/templates/main_site/css/../fonts/GolosText-DemiBold.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/GolosText-DemiBold.woff') format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Text';
    src: url('/local/templates/main_site/css/../fonts/GolosText-Bold.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/GolosText-Bold.woff') format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Text';
    src: url('/local/templates/main_site/css/../fonts/GolosText-Black.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/GolosText-Black.woff') format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ─── Tilda Sans ─── */
@font-face {
    font-family: 'Tilda Sans';
    src: url('/local/templates/main_site/css/../fonts/TildaSans-Light.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/TildaSans-Light.woff') format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url('/local/templates/main_site/css/../fonts/TildaSans-Regular.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/TildaSans-Regular.woff') format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url('/local/templates/main_site/css/../fonts/TildaSans-Medium.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/TildaSans-Medium.woff') format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url('/local/templates/main_site/css/../fonts/TildaSans-Semibold.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/TildaSans-Semibold.woff') format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url('/local/templates/main_site/css/../fonts/TildaSans-Bold.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/TildaSans-Bold.woff') format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url('/local/templates/main_site/css/../fonts/TildaSans-ExtraBold.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/TildaSans-ExtraBold.woff') format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url('/local/templates/main_site/css/../fonts/TildaSans-Black.woff2') format("woff2"),
         url('/local/templates/main_site/css/../fonts/TildaSans-Black.woff') format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* End */


/* Start:/local/templates/main_site/css/vars.css?17836262234818*/
/**
 * SNTClub — Design Tokens
 * Все CSS-переменные проекта. Только этот файл содержит токены.
 * Не дублировать значения цветов/отступов в других файлах.
 */

:root {
    /* ─── Цвета: Акценты ─── */
    --color-blue:          #1B6FFF;
    --color-dark-blue:     #00185c;
    --color-blue-hover:    #1558D6;
    --color-blue-light:    #EEF1FF;
    --color-blue-mid:      #D0DEFF;

    --color-green:         #17B26A;
    --color-green-hover:   #0E9456;
    --color-green-light:   #D1FAE5;

    --color-gold:          #E8A020;
    --color-gold-hover:    #C9881A;

    --color-red:           #EF4444;
    --color-red-light:     #FEE2E2;

    /* ─── Цвета: Нейтральные ─── */
    --color-white:         #FFFFFF;
    --color-gray-light:    #f0f0f0;
    --color-bg:            #EEF1FF;      /* фон страницы */
    --color-bg-section:    #F5F7FF;
    --color-bg-blue-light: #f0f3fd;
    --color-card:          #FFFFFF;

    /* Градиент карточек: белый сверху → голубоватый снизу */
    --gradient-card:        linear-gradient(180deg, #FFFFFF 25%, #DDE6FF 100%);
    /* Градиент карточек: голубоватый сверху → белый снизу */
    --gradient-card-revers: linear-gradient(180deg, #DDE6FF 0%, #FFFFFF 75%);
    /* Градиент страницы: светло-lavender сверху → насыщеннее снизу */
    --gradient-page:        linear-gradient(180deg, #F0F4FF 0%, #D8E2FF 100%);
    /* Градиент секций: каждая секция — свой блок с градиентом */
    --gradient-section:     linear-gradient(180deg, #F6F8FF 0%, #E8EEFF 100%);

    --color-text:          #1A1A2E;      /* основной текст */
    --color-text-muted:    #6B7280;      /* второстепенный текст */
    --color-text-light:    #9CA3AF;

    --color-border:        rgba(27, 111, 255, 0.15);
    --color-border-light:  rgba(0, 0, 0, 0.06);

    /* ─── Типографика ─── */
    --font-body:           'Golos Text', sans-serif;
    --font-heading:        'Tilda Sans', 'Golos Text', sans-serif;

    --fs-xs:    0.75rem;   /* 12px */
    --fs-sm:    0.875rem;  /* 14px */
    --fs-base:  1rem;      /* 16px */
    --fs-md:    1.125rem;  /* 18px */
    --fs-lg:    1.25rem;   /* 20px */
    --fs-xl:    1.5rem;    /* 24px */
    --fs-2xl:   1.875rem;  /* 30px */
    --fs-3xl:   2.25rem;   /* 36px */
    --fs-4xl:   2.75rem;   /* 44px */

    --fw-normal:  400;
    --fw-medium:  500;
    --fw-semibold: 600;
    --fw-bold:    700;
    --fw-black:   900;

    --lh-tight:   1.2;
    --lh-snug:    1.35;
    --lh-normal:  1.5;
    --lh-relaxed: 1.65;

    /* ─── Отступы ─── */
    --space-1:   0.25rem;   /* 4px  */
    --space-2:   0.5rem;    /* 8px  */
    --space-3:   0.75rem;   /* 12px */
    --space-4:   1rem;      /* 16px */
    --space-5:   1.25rem;   /* 20px */
    --space-6:   1.5rem;    /* 24px */
    --space-8:   2rem;      /* 32px */
    --space-10:  2.5rem;    /* 40px */
    --space-12:  3rem;      /* 48px */
    --space-16:  4rem;      /* 64px */
    --space-20:  5rem;      /* 80px */
    --space-24:  6rem;      /* 96px */

    /* ─── Скругления ─── */
    --radius-sm:   6px;
    --radius-md:   10px;
    --radius-lg:   14px;
    --radius-xl:   20px;
    --radius-full: 9999px;

    /* ─── Тени ─── */
    --shadow-xs:  0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-sm:  0 2px 8px rgba(27, 111, 255, 0.08);
    --shadow-md:  0 4px 20px rgba(27, 111, 255, 0.10);
    --shadow-lg:  0 8px 40px rgba(27, 111, 255, 0.12);

    /* ─── Переходы ─── */
    --transition-fast:   all 0.15s ease;
    --transition-base:   all 0.25s ease;
    --transition-slow:   all 0.4s ease;

    /* ─── Контейнер ─── */
    --container-max:     1280px;
    --container-pad:     2rem;
    --container-pad-sm:  1.25rem;

    /* ─── Брейкпоинты (только для документации, использовать в media-queries) ─── */
    /* --bp-xs: 375px  */
    /* --bp-sm: 560px  */
    /* --bp-md: 768px  */
    /* --bp-lg: 968px  */
    /* --bp-xl: 1190px */
    /* --bp-2xl: 1280px */

    /* ─── Анимации ─── */
    --animate-duration: 1s;
    --animate-delay:    1s;
    --animate-repeat:   1;

    /* ─── Легаси (для обратной совместимости с old-кодом) ─── */
    --main-white-color:      var(--color-white);
    --light-border-color:    var(--color-border-light);
    --main-light-grey-color: #ccc;
}

/* End */


/* Start:/local/templates/main_site/css/common.css?178362622316719*/
/**
 * SNTClub — Common Styles
 * Базовые стили: reset, типографика, контейнер, кнопки, утилиты.
 * Не содержит стили конкретных секций страниц.
 */

/* ═══════════════════════════════════════════════
   RESET & BASE
══════════════════════════════════════════════════ */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body, html {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-body);
    font-size: var(--fs-base);
    line-height: var(--lh-normal);
    color: var(--color-text);
/*    background: var(--color-text);*/
    min-height: 100vh;
}

body.noscroll {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: var(--fw-semibold);
    line-height: var(--lh-tight);
    margin: 0 0 var(--space-4);
    color: var(--color-text);
}

h1 { font-size: var(--fs-4xl); }
h2 { font-size: var(--fs-3xl); }
h3 { font-size: var(--fs-xl); }
h4 { font-size: var(--fs-lg); }

h1 a, h2 a, h3 a, h4 a, h5 a {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0 0 var(--space-4);
}

a {
    color: var(--color-blue);
    text-decoration: none;
    transition: var(--transition-fast);
}

a:hover {
    color: var(--color-blue-hover);
}

img, svg {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

figure img {
    display: block;
}

iframe {
    max-width: 100%;
}

nav li, nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

button, input, select, textarea {
    font-family: inherit;
}

/* Скроллбар */
::-webkit-scrollbar {
    width: 0.4em;
    height: 0.4em;
}
::-webkit-scrollbar-track {
    background: var(--color-border-light);
}
::-webkit-scrollbar-thumb {
    background: rgba(27, 111, 255, 0.25);
    border-radius: var(--radius-full);
    transition: var(--transition-base);
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(27, 111, 255, 0.5);
}

/* ═══════════════════════════════════════════════
   CONTAINER
══════════════════════════════════════════════════ */
.container {
    width: 100%;
    max-width: var(--container-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--container-pad);
    padding-right: var(--container-pad);
}

.container--wide   { max-width: 1440px; }
.container--medium { max-width: 1080px; }
.container--narrow { max-width: 768px; }

@media screen and (max-width: 560px) {
    .container,
    .container--wide,
    .container--medium,
    .container--narrow {
        padding-left: var(--container-pad-sm);
        padding-right: var(--container-pad-sm);
    }
}

/* ═══════════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════════════ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: var(--fs-base);
    font-weight: var(--fw-medium);
    line-height: 1;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: var(--transition-base);
    white-space: nowrap;
    width: fit-content;
}

/* Основная синяя кнопка */
.btn--primary,
a.btn--primary {
    background-color: var(--color-blue);
    color: var(--color-white);
    box-shadow: 0 4px 14px rgba(27, 111, 255, 0.35);
}
.btn--primary:hover,
a.btn--primary:hover {
    background-color: var(--color-blue-hover);
    color: var(--color-white);
    box-shadow: 0 6px 20px rgba(27, 111, 255, 0.45);
    transform: translateY(-1px);
}

/* Вторичная (outline) */
.btn--secondary,
a.btn--secondary {
    background-color: transparent;
    color: var(--color-blue);
    border: 1.5px solid var(--color-blue);
}
.btn--secondary:hover,
a.btn--secondary:hover {
    background-color: var(--color-blue-light);
    color: var(--color-blue-hover);
    transform: translateY(-1px);
}

/* Золотая (для хедера) — без лишних эффектов */
.btn--gold,
a.btn--gold {
    background-color: var(--color-gold);
    color: var(--color-white);
    box-shadow: none;
}
.btn--gold:hover,
a.btn--gold:hover {
    background-color: var(--color-gold-hover);
    color: var(--color-white);
}

/* ═══════════════════════════════════════════════
   IMAGE PLACEHOLDER
   Перечёркнутый квадрат — сигнал контент-менеджеру:
   здесь нужна реальная картинка.
   Использование: <div class="img-placeholder" style="width:560px;height:400px"></div>
   или: <img src="missing.jpg" onerror="this.classList.add('img-placeholder')">
══════════════════════════════════════════════════ */
.img-placeholder {
    display: block;
    background-color: #f0f0f0;
    background-image:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cline x1='0' y1='0' x2='100%25' y2='100%25' stroke='%23bbb' stroke-width='1.5'/%3E%3Cline x1='100%25' y1='0' x2='0' y2='100%25' stroke='%23bbb' stroke-width='1.5'/%3E%3Crect x='1' y='1' width='calc(100%25 - 2px)' height='calc(100%25 - 2px)' fill='none' stroke='%23ccc' stroke-width='1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-height: 200px;
    border-radius: var(--radius-md);
    position: relative;
}

.img-placeholder::after {
    content: '📷 Нужна картинка';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.85);
    color: #888;
    font-size: 0.75rem;
    font-family: sans-serif;
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px dashed #bbb;
    white-space: nowrap;
    pointer-events: none;
}


/* Зелёная */
.btn--green,
a.btn--green {
    background-color: var(--color-green);
    color: var(--color-white);
    box-shadow: 0 4px 14px rgba(23, 178, 106, 0.35);
}
.btn--green:hover,
a.btn--green:hover {
    background-color: var(--color-green-hover);
    color: var(--color-white);
    transform: translateY(-1px);
}

/* Текстовая (ghost) */
.btn--ghost,
a.btn--ghost {
    background: none;
    border: none;
    color: var(--color-blue);
    padding-left: 0;
    padding-right: 0;
}
.btn--ghost:hover,
a.btn--ghost:hover {
    color: var(--color-blue-hover);
    gap: var(--space-3);
}

/* Размеры */
.btn--sm {
    padding: var(--space-2) var(--space-4);
    font-size: var(--fs-sm);
}
.btn--lg {
    padding: var(--space-4) var(--space-8);
    font-size: var(--fs-md);
}
.btn--full {
    width: 100%;
}

/* ═══════════════════════════════════════════════
   CHECKLIST
══════════════════════════════════════════════════ */
.checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.checklist__item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
    font-size: var(--fs-md);
    color: var(--color-text-muted);
    line-height: var(--lh-snug);
}

.checklist__item::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%231B6FFF' d='M13.3 3.3a1 1 0 0 1 0 1.4l-6 6a1 1 0 0 1-1.4 0l-3-3a1 1 0 1 1 1.4-1.4L6.6 8.6l5.3-5.3a1 1 0 0 1 1.4 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

/* ═══════════════════════════════════════════════
   CARDS
══════════════════════════════════════════════════ */
.card {
    background: var(--gradient-card);
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
    box-shadow: var(--shadow-xs);
    transition: var(--transition-base);
}

.card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════
   TYPOGRAPHY HELPERS
══════════════════════════════════════════════════ */
.text-blue   { color: var(--color-blue); }
.text-muted  { color: var(--color-text-muted); }
.text-center { text-align: center; }
.text-bold   { font-weight: var(--fw-bold); }

/* ═══════════════════════════════════════════════
   LAYOUT UTILITIES
══════════════════════════════════════════════════ */
.hidden { display: none !important; }

.invisible {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}

.visible {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    pointer-events: all;
}

.nobr { white-space: nowrap; }

/* ─── Responsive visibility ─── */
@media screen and (max-width: 640px) {
    .mobile-hidden { display: none !important; }
}
@media screen and (min-width: 641px) {
    .desktop-hidden { display: none !important; }
}
@media screen and (max-width: 680px) {
    .sv { display: none !important; }
}
@media screen and (max-width: 968px) {
    .mv { display: none !important; }
}

/* ═══════════════════════════════════════════════
   SECTION COMMON
══════════════════════════════════════════════════ */
.section {
    padding: var(--space-10) 0;
}

.section--sm {
    padding: var(--space-6) 0;
}

.section--gray {
    background-color: var(--color-bg-section);
}

.section__title {
    font-size: var(--fs-3xl);
    font-family: var(--font-heading);
    font-weight: var(--fw-semibold);
    text-align: center;
    margin-bottom: var(--space-4);
    color: var(--color-text);
}

.section__subtitle {
    text-align: center;
    color: var(--color-text-muted);
    font-size: var(--fs-md);
    margin-bottom: var(--space-10);
}

/* Акцент синим (текст внутри заголовка) */
.section__title .accent,
h1 .accent, h2 .accent, h3 .accent {
    color: var(--color-blue);
}

/* ═══════════════════════════════════════════════
   OVERLAY & POPUP
══════════════════════════════════════════════════ */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(26, 26, 46, 0.5);
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
    backdrop-filter: blur(2px);
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.96);
    background: var(--color-white);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
    width: 90%;
    max-width: 500px;
}

.popup.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.popup__header {
    display: flex;
    justify-content: flex-end;
    padding: var(--space-4) var(--space-4) 0;
}

.popup__container {
    padding: var(--space-6);
}

/* ═══════════════════════════════════════════════
   ANIMATIONS (compact, только используемые)
══════════════════════════════════════════════════ */
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translate3d(0, 30px, 0); }
    to   { opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fadeInDown {
    from { opacity: 0; transform: translate3d(0, -30px, 0); }
    to   { opacity: 1; transform: translate3d(0, 0, 0); }
}

.animated { animation-duration: var(--animate-duration); }
.animated.infinite { animation-iteration-count: infinite; }
.animated.faster { animation-duration: calc(var(--animate-duration) / 2); }
.animated.slow   { animation-duration: calc(var(--animate-duration) * 2); }
.animated.slower { animation-duration: calc(var(--animate-duration) * 3); }

.fadeIn    { animation-name: fadeIn; }
.fadeInUp  { animation-name: fadeInUp; }
.fadeInDown { animation-name: fadeInDown; }

@media (prefers-reduced-motion: reduce) {
    .animated {
        animation-duration: 1ms !important;
        transition-duration: 1ms !important;
    }
}

/* ═══════════════════════════════════════════════
   BTN-ROW (group of buttons)
══════════════════════════════════════════════════ */
.btn__row {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    flex-wrap: wrap;
}
.btn__row--center {
    justify-content: center;
}

/* ═══════════════════════════════════════════════
   ICON BUTTONS
══════════════════════════════════════════════════ */
.btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--space-2);
    border-radius: var(--radius-sm);
    transition: var(--transition-fast);
    color: var(--color-text);
}
.btn__icon:hover {
    background: var(--color-blue-light);
    color: var(--color-blue);
}

/* ═══════════════════════════════════════════════
   BTN UP (scroll to top)
══════════════════════════════════════════════════ */
#btnUp {
    position: fixed;
    bottom: var(--space-6);
    right: var(--space-6);
    width: 44px;
    height: 44px;
    background: var(--color-blue);
    color: var(--color-white);
    border-radius: var(--radius-full);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--transition-base);
    z-index: 100;
}
#btnUp.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#btnUp:hover {
    background: var(--color-blue-hover);
    transform: translateY(-2px);
}

/* End */


/* Start:/local/templates/main_site/css/forms.css?178362622312075*/
/**
 * SNTClub — Form Styles
 * Стили форм (bitrix:form.result.new).
 * Подключается В КАЖДОМ шаблоне формы через SITE_TEMPLATE_PATH.
 * Не зависит от внешнего контекста — работает в любом блоке страницы.
 */

/* ═══════════════════════════════════════════════
   FORM BASE
══════════════════════════════════════════════════ */

/* ─── Успешная отправка ─── */
.form__note:empty {
    display: none;
}

.form__note {
    text-align: center;
    font-size: var(--fs-lg);
    font-weight: var(--fw-semibold);
    color: var(--color-text);
    padding: var(--space-8) 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-4);
}

.form__note::before {
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url('/local/templates/main_site/css/../img/success.svg') no-repeat center / contain transparent;
}

/* ─── Общий текст / описание ─── */
.form__info {
    font-size: var(--fs-sm);
    color: var(--color-text-muted);
    margin-bottom: var(--space-2);
}

/* ─── Ошибки ─── */
.form__error {
    font-size: var(--fs-sm);
    color: var(--color-red);
    background: var(--color-red-light, #FFF0F0);
    border-radius: var(--radius-md);
    padding: var(--space-3) var(--space-4);
    margin-bottom: var(--space-4);
}

.form__item-error {
    font-size: var(--fs-xs);
    color: var(--color-red);
    margin-top: var(--space-1);
    display: block;
}

/* ─── Поля формы ─── */
.form__item {
    margin: 0 0 var(--space-4);
}

.form__item:last-child {
    margin-bottom: 0;
}

.form__label {
    display: block;
    font-size: var(--fs-sm);
    font-weight: var(--fw-medium);
    color: var(--color-text);
    margin-bottom: var(--space-2);
}

/* ─── Инпуты (Bitrix рендерит с классом .inputtext) ─── */
.form__input,
.form__select,
.form__textarea,
input[type="text"].inputtext,
input[type="tel"].inputtext,
input[type="email"].inputtext,
input[type="password"].inputtext,
.form__item input[type="text"],
.form__item input[type="tel"],
.form__item input[type="email"],
.form__item input[type="password"],
select,
textarea {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-white);
    color: var(--color-text);
    font-family: var(--font-body);
    font-size: var(--fs-base);
    line-height: var(--lh-normal);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
}

.form__input::placeholder,
.form__item input::placeholder,
textarea::placeholder {
    color: var(--color-text-light);
}

.form__input:focus,
.form__select:focus,
.form__textarea:focus,
.form__item input[type="text"]:focus,
.form__item input[type="tel"]:focus,
.form__item input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: var(--color-blue);
    box-shadow: 0 0 0 3px rgba(27, 111, 255, 0.12);
}

.form__input:hover,
.form__item input:hover,
select:hover,
textarea:hover {
    border-color: var(--color-blue-mid);
}

/* ─── Select ─── */
.form__select,
select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%236B7280' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right var(--space-3) center;
    padding-right: var(--space-8);
    cursor: pointer;
}

/* ─── Textarea ─── */
.form__textarea,
textarea {
    resize: vertical;
    min-height: 100px;
}

/* ─── Согласия / чекбоксы (.form__consent — обёртка из инклюда) ─── */
.form__consent {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    margin: var(--space-4) 0;
}

.form__consent-item {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
}

.form__consent-item input[type="checkbox"] {
    display: block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: var(--color-blue);
    flex-shrink: 0;
}

.form__consent-item label {
    display: block;
    cursor: pointer;
    margin: 0;
    text-align: left;
}

/* ─── Совместимость со старыми шаблонами (.tariff__payment-method.checkbox) ─── */
.tariff__payment {
    margin: var(--space-3) 0;
}

.tariff__payment-method.checkbox {
    display: flex;
    align-items: flex-start;
    gap: var(--space-3);
}

.tariff__payment-method.checkbox input[type="checkbox"] {
    display: block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: var(--color-blue);
    flex-shrink: 0;
}

.tariff__payment-method.checkbox label {
    display: block;
    cursor: pointer;
    margin: 0;
}

/* ─── Текст согласия ─── */
.form-agree {
    font-size: var(--fs-xs);
    color: var(--color-text-muted);
    line-height: var(--lh-relaxed);
}

.form-agree a {
    color: var(--color-blue);
    text-decoration: none;
}

.form-agree a:hover {
    text-decoration: underline;
}

/* ─── Яндекс SmartCaptcha ─── */
#captcha-container {
    margin: var(--space-4) 0;
}

/* ─── Кнопка отправки (input[type=submit]) ─── */
.form__item--submit {
    margin-top: var(--space-5);
    margin-bottom: 0;
}

.form__item--submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--space-4) var(--space-6);
    font-size: var(--fs-base);
    font-family: var(--font-body);
    font-weight: var(--fw-medium);
    color: var(--color-white);
    background: var(--color-blue);
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 16px rgba(27, 111, 255, 0.30);
}

.form__item--submit input[type="submit"]:hover {
    background: var(--color-blue-hover);
    box-shadow: 0 6px 24px rgba(27, 111, 255, 0.40);
    transform: translateY(-1px);
}

.form__item--submit input[type="submit"]:disabled,
.form__item--submit input[type="submit"].ui-btn-wait {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* ═══════════════════════════════════════════════
   CHECKBOX / RADIO (кастомные через класс)
══════════════════════════════════════════════════ */
.form__check {
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
    cursor: pointer;
}

.form__check input[type="checkbox"],
.form__check input[type="radio"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: var(--color-blue);
    cursor: pointer;
}

.form__check-label {
    font-size: var(--fs-sm);
    color: var(--color-text-muted);
    line-height: var(--lh-snug);
}

/* ─── Error state ─── */
.form__field--error .form__input,
.form__field--error input,
.form__field--error select,
.form__field--error textarea {
    border-color: var(--color-red);
}

/* ─── Hint ─── */
.form__hint {
    font-size: var(--fs-xs);
    color: var(--color-text-light);
    margin-top: var(--space-1);
}

/* ─── Row (два поля рядом) ─── */
.form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-4);
}

@media screen and (max-width: 560px) {
    .form__row {
        grid-template-columns: 1fr;
    }
}


/* ═══════════════════════════════════════════════
   FORM BASE
══════════════════════════════════════════════════ */
.form {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
}

/* ─── Field ─── */
.form__field {
    display: flex;
    flex-direction: column;
    gap: var(--space-1);
}

.form__label {
    font-size: var(--fs-sm);
    font-weight: var(--fw-medium);
    color: var(--color-text);
}

.form__label--required::after {
    content: ' *';
    color: var(--color-red);
}

/* ─── Inputs ─── */
.form__input,
.form__select,
.form__textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
select,
textarea {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-white);
    color: var(--color-text);
    font-family: var(--font-body);
    font-size: var(--fs-base);
    line-height: var(--lh-normal);
    transition: var(--transition-fast);
    outline: none;
    color-scheme: light;
    -webkit-appearance: none;
    appearance: none;
}

.form__input::placeholder,
input::placeholder,
textarea::placeholder {
    color: var(--color-text-light);
}

.form__input:focus,
.form__select:focus,
.form__textarea:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--color-blue);
    box-shadow: 0 0 0 3px rgba(27, 111, 255, 0.12);
}

.form__input:hover,
input:hover,
select:hover,
textarea:hover {
    border-color: var(--color-blue-mid);
}

/* ─── Select ─── */
.form__select,
select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%236B7280' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right var(--space-3) center;
    padding-right: var(--space-8);
    cursor: pointer;
}

/* ─── Textarea ─── */
.form__textarea,
textarea {
    resize: vertical;
    min-height: 100px;
}

/* ─── Checkbox / Radio ─── */
.form__check {
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
    cursor: pointer;
}

.form__check input[type="checkbox"],
.form__check input[type="radio"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: var(--color-blue);
    cursor: pointer;
}

.form__check-label {
    font-size: var(--fs-sm);
    color: var(--color-text-muted);
    line-height: var(--lh-snug);
}

/* ─── Error state ─── */
.form__input--error,
.form__field--error .form__input,
.form__field--error input,
.form__field--error select,
.form__field--error textarea {
    border-color: var(--color-red);
}

.form__error {
    font-size: var(--fs-xs);
    color: var(--color-red);
}

/* ─── Hint ─── */
.form__hint {
    font-size: var(--fs-xs);
    color: var(--color-text-light);
    text-align: center;
    margin-top: var(--space-2);
}

/* ─── Success ─── */
.form__success {
    text-align: center;
    padding: var(--space-8);
    color: var(--color-green);
    font-size: var(--fs-lg);
    font-weight: var(--fw-medium);
}

/* ═══════════════════════════════════════════════
   PHONE MASK
══════════════════════════════════════════════════ */
/* стили замаскированного поля телефона */
.phone-field {
    position: relative;
}

/* End */


/* Start:/local/templates/main_site/styles.css?178362622318267*/
/**
 * SNTClub — Main Site Styles
 * Стили конкретных секций главного сайта.
 * Переменные — в css/vars.css, базовые стили — в css/common.css.
 */

/* ═══════════════════════════════════════════════
   FONTS
══════════════════════════════════════════════════ */
@font-face {
    font-family: 'Golos Text';
    src: url(/local/templates/main_site/fonts/GolosText-Regular.woff2) format("woff2"), url(/local/templates/main_site/fonts/GolosText-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Text';
    src: url(/local/templates/main_site/fonts/GolosText-Medium.woff2) format("woff2"), url(/local/templates/main_site/fonts/GolosText-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Golos Text';
    src: url(/local/templates/main_site/fonts/GolosText-Bold.woff2) format("woff2"), url(/local/templates/main_site/fonts/GolosText-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url(/local/templates/main_site/fonts/TildaSans-Medium.woff2) format("woff2"), url(/local/templates/main_site/fonts/TildaSans-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url(/local/templates/main_site/fonts/TildaSans-Bold.woff2) format("woff2"), url(/local/templates/main_site/fonts/TildaSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Tilda Sans';
    src: url(/local/templates/main_site/fonts/TildaSans-Black.woff2) format("woff2"), url(/local/templates/main_site/fonts/TildaSans-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ═══════════════════════════════════════════════
   HEADER
══════════════════════════════════════════════════ */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--color-white);
    border-bottom: 1px solid var(--color-border-light);
    box-shadow: 0 1px 12px rgba(27, 111, 255, 0.06);
}

.header__inner {
    display: flex;
    align-items: center;
    gap: var(--space-4);
    height: 68px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}
.logo img {
    height: 54px;
    width: auto;
}
.logo .logo-mascot {
    display: none;
}

/* ─── Desktop nav (ul.menu из bitrix:menu) ─── */
.header__menu {
    flex: 1;
    padding-left: var(--space-4); /* отступ от логотипа */
}

.header__menu .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header__menu .menu__item {
    position: relative;
    list-style: none;
}

/* Ссылки верхнего уровня */
.header__menu .menu__link {
    display: block;
    padding: var(--space-2) var(--space-3);
    color: var(--color-text);
    font-size: var(--fs-base);
    font-weight: var(--fw-medium);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: color 0.15s ease, background 0.15s ease;
    white-space: nowrap;
}

.header__menu .menu__link:hover,
.header__menu .menu__link.active {
    color: var(--color-blue);
    background: var(--color-blue-light);
}

.header__menu .menu__link--parent {
    cursor: default;
}

/* ─── Выпадающее submenu ─── */
.header__menu .submenu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    background: var(--color-text);
    min-width: 200px;
    padding: var(--space-3);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin: 0;
    /* Скрыто по умолчанию */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: -1;
}

.header__menu .menu__item--parent:hover > .submenu {
    opacity: 1;
    visibility: visible;
    z-index: 100;
    transform: translateY(0);
}

.header__menu .submenu__item {
    list-style: none;
    padding-bottom: var(--space-1);
}

.header__menu .submenu__item:last-child {
    padding-bottom: 0;
}

.header__menu .submenu__link {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: var(--fs-sm);
    text-decoration: none;
    padding: var(--space-2) var(--space-3);
    border-radius: var(--radius-sm);
    transition: color 0.15s ease, background 0.15s ease;
    white-space: nowrap;
}

.header__menu .submenu__link:hover,
.header__menu .submenu__link.active {
    color: var(--color-white);
    background: rgba(27, 111, 255, 0.3);
}

/* Header right */
.header__right {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-left: auto;
    flex-shrink: 0;
}

/* Кнопка «Консультация» — без лишних эффектов */
.btn--gold,
a.btn--gold {
    background-color: var(--color-gold);
    color: var(--color-white);
    border: none;
    box-shadow: none;
}

.btn--main,
a.btn--main {
    background-color: var(--color-blue);
    color: var(--color-white);
    border: none;
    box-shadow: none;
}

/* Burger */
.btn-menu {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: var(--radius-sm);
    transition: background 0.15s ease;
    flex-shrink: 0;
}
.btn-menu:hover { background: var(--color-blue-light); }
.btn-menu__line {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--color-text);
    border-radius: 2px;
}

@media screen and (max-width: 968px) {
    .header__menu { display: none; }
    .btn-menu { display: flex; }
}

/* ═══════════════════════════════════════════════
   MOBILE MENU (drawer)
══════════════════════════════════════════════════ */
.slider--menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: min(320px, 85vw);
    height: 100svh;
    background: var(--color-white);
    z-index: 300;
    padding: var(--space-6);
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
    box-shadow: var(--shadow-lg);
    transition: left 0.3s ease;
    overflow-y: auto;
}
.slider--menu.active {
    left: 0;
}

/* Крестик — абсолютно в правом верхнем углу drawer'а */
.btn-close {
    position: absolute;
    top: var(--space-4);
    right: var(--space-4);
    z-index: 1;
}

/* Логотип по центру в шапке меню */
.mobile-menu__logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--space-1) 0 var(--space-4);
    border-bottom: 1px solid var(--color-border-light);
    flex-shrink: 0;
    /* Оставляем место справа для абсолютного крестика */
    padding-right: var(--space-8);
}

.mobile-menu__logo-link {
    display: flex;
    align-items: center;
}

.mobile-menu__logo-link .logo-full {
    height: 36px;
    width: auto;
}


/* ul.menu в мобильном меню */
.mobile__menu .menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.mobile__menu .menu__item {
    list-style: none;
    position: relative;
}

/* Submenu скрыт, открывается по .active */
.mobile__menu .menu__item--parent > .submenu {
    display: none;
    padding: 0 0 0 var(--space-4);
    list-style: none;
    margin: 0;
}

.mobile__menu .menu__item--parent.active > .submenu {
    display: block;
}

.mobile__menu .menu__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-3) var(--space-4);
    font-size: var(--fs-md);
    font-weight: var(--fw-medium);
    color: var(--color-text);
    text-decoration: none;
    border-radius: var(--radius-md);
    transition: background 0.15s ease, color 0.15s ease;
}

.mobile__menu .menu__link:hover,
.mobile__menu .menu__link.active {
    background: var(--color-blue-light);
    color: var(--color-blue);
}

.mobile__menu .menu__link--parent {
    cursor: pointer;
}

.mobile__menu .menu__link--parent::after {
    content: '›';
    font-size: 1.2rem;
    color: var(--color-text-muted);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.mobile__menu .menu__item--parent.active > .menu__link--parent::after {
    transform: rotate(90deg);
}

.mobile__menu .submenu__item {
    list-style: none;
}

.mobile__menu .submenu__link {
    display: block;
    padding: var(--space-2) var(--space-4);
    font-size: var(--fs-sm);
    color: var(--color-text-muted);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: color 0.15s ease;
}

.mobile__menu .submenu__link:hover,
.mobile__menu .submenu__link.active {
    color: var(--color-blue);
}

.mobile__phone {
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: var(--color-text) !important;
    text-decoration: none;
    flex-shrink: 0;
    background: none !important;
    padding: 0 !important;
    margin: 0;
    border: none !important;
    display: block;
}

/* Битрикс переопределяет .mobile__phone цветом --main-white-color — бьём выше */
#sliderMenu .mobile__phone {
    color: var(--color-text) !important;
    background: none !important;
    text-align: center;
}


/* ═══════════════════════════════════════════════
   FOOTER CTA
══════════════════════════════════════════════════ */
.footer-cta {
    background: var(--color-white);
    padding: var(--space-6) 0;
    border-top: 1px solid var(--color-border-light);
}

.footer-cta__inner {
    display: flex;
    align-items: center;
    gap: var(--space-8);
    flex-wrap: wrap;
}

.footer-cta__icon {
    width: 56px;
    height: 56px;
    color: var(--color-blue);
    flex-shrink: 0;
}

.footer-cta__text h3 {
    font-size: var(--fs-xl);
    margin-bottom: var(--space-1);
}

.footer-cta__text p {
    color: var(--color-text-muted);
    margin: 0;
}

.footer-cta__text a { color: var(--color-blue); }

.footer-cta__action {
    margin-left: auto;
}

@media screen and (max-width: 680px) {
    .footer-cta__action {
        margin-left: 0;
        width: 100%;
    }
}

/* ═══════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════ */
.footer {
    background: var(--color-text);
    color: rgba(255,255,255,0.7);
    padding: var(--space-12) 0 var(--space-6);
}

.footer__inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: var(--space-8);
    padding-bottom: var(--space-8);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer__logo { margin-bottom: var(--space-4); }

.footer__social-text {
    font-size: var(--fs-sm);
    margin-bottom: var(--space-4);
}

.footer__social-links {
    display: flex;
    gap: var(--space-3);
}

.footer__social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-fast);
}

.footer__social-icon:hover {
    background: var(--color-blue);
}

.footer__social-icon svg {
    width: 22px;
    height: 22px;
    fill: var(--color-white);
}

.footer__badges {
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    margin-top: var(--space-6);
}

.footer__badge .badge {
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

.footer__badge img {
    width: 50px;
    height: auto;
    filter: grayscale(1) brightness(2);
}

.footer__badge p {
    font-size: var(--fs-xs);
    color: rgba(255,255,255,0.5);
    margin: 0;
}

.footer__nav-title {
    font-size: var(--fs-sm);
    font-weight: var(--fw-bold);
    color: var(--color-white);
    margin-bottom: var(--space-4);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.footer__nav a {
    font-size: var(--fs-sm);
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    transition: var(--transition-fast);
}

.footer__nav a:hover {
    color: var(--color-white);
}

/* Footer contacts */
.footer__contacts-title {
    font-size: var(--fs-sm);
    font-weight: var(--fw-bold);
    color: var(--color-white);
    margin-bottom: var(--space-4);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer__address,
.footer__schedule {
    font-size: var(--fs-xs);
    color: rgba(255,255,255,0.5);
    margin-bottom: var(--space-3);
}

.footer__phone a {
    font-size: var(--fs-lg);
    font-weight: var(--fw-bold);
    color: var(--color-white);
    text-decoration: none;
}

.footer__phone div {
    font-size: var(--fs-xs);
    color: rgba(255,255,255,0.5);
    margin-top: var(--space-1);
    margin-bottom: var(--space-3);
}

.footer__email a {
    font-size: var(--fs-sm);
    color: var(--color-blue);
    text-decoration: none;
}

/* Footer bottom */
.footer__bottom {
    padding-top: var(--space-6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    flex-wrap: wrap;
}

.footer__apps {
    display: flex;
    gap: var(--space-3);
    flex-wrap: wrap;
}

/* Белые карточки магазинов (футер + страница /dokumentaciya/) */
.store-btn {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-3) var(--space-4);
    background: var(--color-white);
    color: var(--color-text);
    border: 1.5px solid var(--color-border);
    border-radius: var(--radius-md);
    text-decoration: none;
    transition: var(--transition-base);
}

.store-btn__icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.store-btn__icon img {
    width: 52px;
    height: 52px;
    display: block;
}

.store-btn__meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.store-btn__caption {
    font-size: var(--fs-xs);
    color: var(--color-text-muted);
    line-height: 1.2;
}

.store-btn__name {
    font-size: var(--fs-sm);
    font-weight: var(--fw-semibold);
    color: var(--color-text);
    line-height: 1.2;
}

@media (hover: hover) {
    .store-btn:hover {
        border-color: var(--color-blue);
        box-shadow: var(--shadow-sm);
        transform: translateY(-1px);
    }
}

/* Тёмный вариант — для футера (в 1.5x меньше страничного) */
.footer__apps .store-btn {
    background: #000;
    border: 2px solid #555;
    color: #fff;
    padding: var(--space-2) var(--space-3);
    gap: var(--space-2);
}

.footer__apps .store-btn .store-btn__icon img {
    width: 35px;
    height: 35px;
}

.footer__apps .store-btn .store-btn__caption {
    color: rgba(255, 255, 255, 0.6);
}

.footer__apps .store-btn .store-btn__name {
    color: #fff;
}

@media (hover: hover) {
    .footer__apps .store-btn:hover {
        border-color: #999;
        box-shadow: none;
        transform: translateY(-1px);
    }
}

.footer__copyright {
    font-size: var(--fs-xs);
    color: rgba(255,255,255,0.4);
}

@media screen and (max-width: 968px) {
    .footer__inner {
        grid-template-columns: 1fr 1fr;
    }

    .logo .logo-full {
        display: none;
    }
    .logo .logo-mascot {
        display: block;
    }

    .header .btn {
        padding: var(--space-3) !important;
    }
}

@media screen and (max-width: 560px) {
    .footer__inner {
        grid-template-columns: 1fr;
    }
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ═══════════════════════════════════════════════
   MAIN WRAPPER
══════════════════════════════════════════════════ */
.main {
    min-height: 60vh;
}

/* Классификаторы ПО на странице контактов */
.contacts__classifiers {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-top: 1.5em
}
.contacts__classifier-card {
    display: flex;
    align-items: flex-start;
    gap: .875em;
    background-color: #f8f8f8;
    border-radius: 1em;
    padding: 1.25em 1.5em;
    border-left: 3px solid #3eb4ff;
    transition: box-shadow linear .2s
}
@media screen and (min-width: 768px) {
    .contacts__classifier-card {
        flex: 1 1 0
    }
}
.contacts__classifier-card:hover {
    box-shadow: 0 4px 20px rgba(62, 180, 255, .15)
}
.contacts__classifier-badge {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: .75em;
    background-color: #dbf6f8;
    color: #3eb4ff
}
.contacts__classifier-label {
    font-size: .8125em;
    font-weight: 600;
    color: #888;
    margin: 0 0 .35em 0;
    text-transform: uppercase;
    letter-spacing: .03em
}
.contacts__classifier-value {
    font-size: .9375em;
    margin: 0;
    line-height: 1.6;
    color: #2b2b2b
}

/* End */


/* Start:/local/templates/main_site/template_styles.css?17612521904844*/
.new-section__title {
    font-size: 2em;
    margin-top: 0;
    line-height: 1.1;
    text-align: center;
    font-weight: 900;
    font-family: "Tilda Sans", "Golos Text", sans-serif;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.new-footer__title {
    font-size: 1.25em;
    color: var(--main-white-color);
    font-weight: 900;
    font-family: "Tilda Sans", "Golos Text", sans-serif;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

.menu__link {
    font-size: 0.9em;
}

.header_phone {
    white-space: nowrap;
    margin-right: 8px;
    font-size: 0.8em;
    line-height: 1;
    padding-top: 3px;
}

.btn.btn--secondary.application-btn {
    padding: .75rem .5rem;
}

.mobile__phone, .mobile__application {
    background-color: unset !important;
    color: var(--main-white-color) !important;
    font-size: 1.25em;
    font-weight: 700;
    display: block;
    border: unset;
    padding-left: 0 !important;
    margin-bottom: 1em;
}

.popup.active, .slider.active {
    z-index: 13000;
}

@media screen and (max-width: 1100px) {
    .menu__link, .header_phone {
        font-size: 0.6em;
    }

    .header_phone {
        padding-top: 5px;
    }
}

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

    .btn.btn--secondary.application-btn {
        display: none;
    }
}

.blue-border-round {
    border: #3eb4ff 1em solid;
    border-radius: 3em;
    padding: 2em;
}

.blue-border-round h2 {
    color: #3eb4ff;
}

.badge {
    max-width: 180px;
}

body .popup-cookie {
    background: transparent;
}
body .popup-cookie__content {
    background: var(--main-white-color);
    margin: 0 8px 13px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

body .cookie-text {
    font-family: 'Open Sans';
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
}

body .popup-cookie.fulls {
    background: var(--main-white-color);
    height: 100%;
}
body .popup-cookie.fulls .popup-cookie__close {
    display: none;
}
body .popup-cookie.fulls .popup-cookie__content {
    box-shadow: unset;
}
body .popup-cookie.fulls .cookie-block {
    flex-direction: column;
    align-items: flex-end;
    padding: 22px 8px 0;
}
body .popup-cookie.fulls .cookie-text {
    font-size: 12px;
    height: auto;
    line-height: 16px;
    margin: 0;
}
body .popup-cookie.fulls .cookie-block .button {
    margin-top: 40px;
}

/* Cookie */
.popup-cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11000;
}

.popup-cookie__close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    width: 30px;
    height: 30px;
    color: #9B9FA3;
    border: 0;
    background-color: var(--main-white-color);
    cursor: pointer;
}

.popup-cookie__close:after, .popup-cookie__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    color: inherit;
    background-color: currentColor;
    border-radius: 5px;
}

.popup-cookie__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.popup-cookie__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-cookie__close:hover {
    color: var(--main-dark-grey-color);
}

.popup-cookie__close:focus {
    outline: none;
}

.cookie-block {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.cookie-text {
    margin: 0 40px 0 0;
    text-align: justify;
    color: var(--main-dark-grey-color);
}

@media all and (max-width: 768px){
    .cookie-block {
        padding: 20px 20px 30px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cookie-text {
        margin: 0 30px 20px 0;
    }
}

.cookie-text a {
    font: inherit;
    color: #268CCC;
}

.cookie-text a:hover {
    color: var(--main-dark-grey-color);
}

.cookie-block .button {
    min-width: 160px;
    display: inline-block;
    padding: 7px 15px 6px;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #3eb4ff;
    outline: none;
    cursor: pointer;
    color: var(--main-white-color);
    background-color: #3eb4ff;
}

.footer__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.footer__row .badge {
    margin-bottom: 1em;
}
/* End */
/* /local/templates/main_site/css/fonts.css?17836262233094 */
/* /local/templates/main_site/css/vars.css?17836262234818 */
/* /local/templates/main_site/css/common.css?178362622316719 */
/* /local/templates/main_site/css/forms.css?178362622312075 */
/* /local/templates/main_site/styles.css?178362622318267 */
/* /local/templates/main_site/template_styles.css?17612521904844 */
