/* ===== Дополнительные стили страницы «Клуб партнёров» — в палитре сайта ===== */
.club-banner { background: #002864; }
.club-banner .mb-content {
    min-height: 0 !important; max-height: none !important;
    justify-content: center !important;
    padding: 200px 0 120px !important;
}
@media (max-width: 767.98px) { .club-banner .mb-content { padding: 150px 0 80px !important; } }
.club-banner .mb-bg { background: #002864; }
.club-banner .mb-bg img { opacity: .35; width: 100%; height: 100%; object-fit: cover; }
.club-banner .title-slide { max-width: 720px; }
.club-banner__sub {
    color: #fff; font-size: 24px; line-height: 1.45; max-width: 820px; margin: 28px 0 36px;
}
.club-ast { color: #ff7800; font-size: .7em; top: -.6em; margin-left: 2px; }
.club-terms { padding: 0 0 20px; background: #fff; border-top: 1px solid rgba(0,47,102,.12); padding-top: 48px; }
.club-terms__title { font-weight: 700; color: #002864; text-transform: uppercase; font-size: 14px; letter-spacing: .04em; margin-bottom: 14px; }
.club-terms p, .club-terms li { font-size: 14px; line-height: 1.55; color: rgba(0,0,0,.55); }
.club-terms ul { max-width: 900px; padding-left: 0; }
.club-terms li { list-style: none; position: relative; padding-left: 22px; margin-bottom: 8px; }
.club-terms li::before { content: ""; position: absolute; left: 0; top: 10px; width: 12px; height: 2px; background: #ff7800; }
.club-banner .btn-form { display: inline-flex; width: auto; min-width: 260px; }
@media (max-width: 767.98px) { .club-banner__sub { font-size: 17px; margin: 16px 0 24px; } }

.club-section { padding: 120px 0; background: #fff; }
.block-one-default, .club-legal { background: #fff; }
@media (max-width: 991.98px) { .club-section { padding: 80px 0; } }
.club-section .title-1.with-number { margin-bottom: 48px; }

/* Карточки «для кого» */
.club-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 991.98px) { .club-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .club-cards { grid-template-columns: 1fr; } }
.club-card { background: #fff; padding: 32px 28px; border-top: 3px solid #ff7800; min-height: 220px; }
.club-card__title { font-weight: 700; font-size: 18px; line-height: 1.3; color: #002864; text-transform: uppercase; margin-bottom: 12px; }
.club-card p { margin: 0; line-height: 1.5; }

/* Шаги */
.club-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 30px; counter-reset: step; }
@media (max-width: 991.98px) { .club-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575.98px) { .club-steps { grid-template-columns: 1fr; gap: 28px; } }
.club-step { position: relative; padding-top: 18px; border-top: 1px solid rgba(0,47,102,.15); }
.club-step__num { font-weight: 700; font-size: 56px; line-height: .9; color: #ff7800; letter-spacing: -.02em; margin-bottom: 14px; }
.club-step__title { font-weight: 700; font-size: 17px; color: #002864; margin-bottom: 8px; line-height: 1.3; }
.club-step p { margin: 0; line-height: 1.5; }

/* Условия — крупные цифры */
.club-figures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 48px; }
@media (max-width: 767.98px) { .club-figures { grid-template-columns: 1fr; } }
.club-figure { background: #fff; padding: 32px 28px; }
.club-figure__val { font-weight: 700; font-size: 64px; line-height: 1; color: #ff7800; letter-spacing: -.02em; }
.club-figure__val small { font-size: 28px; }
.club-figure__lbl { font-weight: 700; color: #002864; text-transform: uppercase; font-size: 14px; margin-top: 10px; letter-spacing: .02em; }
.club-figure p { margin: 8px 0 0; line-height: 1.45; font-size: 14px; }

/* Форма */
.club-form-wrap { background: #fff; padding: 56px 48px; }
@media (max-width: 767.98px) { .club-form-wrap { padding: 32px 20px; } }
.club-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
@media (max-width: 767.98px) { .club-form__grid { grid-template-columns: 1fr; } }
.club-form__full { grid-column: 1 / -1; }
.club-form-wrap select.form-input { padding-top: 22px; cursor: pointer; }
.club-form-wrap textarea.form-input { height: 90px; }
.club-form__submit { display: flex; align-items: center; flex-wrap: wrap; gap: 24px 40px; margin-top: 36px; }
.club-form__submit .btn-form { min-width: 280px; }
.club-form__note { font-size: 13px; color: rgba(0,40,100,.55); line-height: 1.45; margin-top: 20px; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* Ограничения */
.club-section.bg-gray { background: #f2f4f7; }
.club-legal { padding: 40px 0 60px; }
.club-legal__title { font-weight: 700; color: #002864; text-transform: uppercase; font-size: 14px; letter-spacing: .04em; margin-bottom: 14px; }
.club-legal p { font-size: 14px; line-height: 1.55; color: rgba(0,0,0,.55); max-width: 900px; }

/* Ответ сервера: подсветка ошибок и сообщение об успехе */
.club-form__captcha { margin-top: 8px; }
.club-form .form-group.has-error .form-input,
.club-form-wrap .form-group.has-error .form-input { border-color: #e53935; }
.club-form__error { color: #e53935; font-size: 12px; line-height: 1.4; margin-top: 6px; }
.club-form__success { font-weight: 700; font-size: 22px; line-height: 1.35; color: #002864; padding: 24px 0; }
.club-form__success::before { content: ""; display: block; width: 40px; height: 3px; background: #ff7800; margin-bottom: 18px; }

/* ===== Тизер «Клуб партнёров» на главной ===== */
.club-teaser { background: #002864; padding: 72px 0; position: relative; overflow: hidden; }
.club-teaser::after {
    content: "2%"; position: absolute; right: -20px; bottom: -60px;
    font-weight: 700; font-size: 320px; line-height: 1; color: #ff7800; opacity: .12; letter-spacing: -.03em; pointer-events: none;
}
.club-teaser__body { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.club-teaser__text { max-width: 720px; }
.club-teaser__label { color: #ff7800; font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; }
.club-teaser__title { color: #fff; font-weight: 700; font-size: 32px; line-height: 1.2; text-transform: uppercase; margin-bottom: 14px; }
.club-teaser__desc { color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.5; margin: 0; }
.club-teaser .btn-form { display: inline-flex; min-width: 240px; }
@media (max-width: 767.98px) {
    .club-teaser { padding: 48px 0; }
    .club-teaser__title { font-size: 24px; }
    .club-teaser__desc { font-size: 15px; }
    .club-teaser::after { font-size: 200px; bottom: -40px; }
}

/* ===== Шапка сайта: семь пунктов меню на ширинах 992–1279px ===== */
@media (min-width: 992px) and (max-width: 1279.98px) {
    .header-menu { padding-right: 18px; }
    .header-menu ul { gap: 16px; }
    .header-menu ul li a { font-size: 13px; white-space: nowrap; }
    .lang { padding-left: 18px; }
}
@media (min-width: 1280px) {
    .header-menu ul li a { white-space: nowrap; }
}
