.promo_page {
    padding-top: 150px;
    background: #fff;
}

.promo_breadcrumbs_wrap {
    padding: 18px 0 42px;
}

.promo_breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.promo_breadcrumbs a {
    position: relative;
    padding-right: 18px;
    color: #A7ABBE;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.22;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.promo_breadcrumbs a:hover {
    color: #006738;
}

.promo_breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #A7ABBE;
}

.promo_breadcrumbs__current {
    color: #006738;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.22;
    white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Заголовок секции
   -------------------------------------------------------------------------- */
.promo_section {
    padding: 0 0 70px;
}

.promo_section--discounts {
    padding-top: 0;
}

.promo_section_title {
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #000;
    line-height: 1.22;
    margin: 0 0 30px;
}

/* ==========================================================================
   БЛОК 1: Спецпредложения — слайдер
   ========================================================================== */

.promo_section--featured {
    padding-bottom: 60px;
}

/* Обёртка слайдера — overflow hidden чтобы частичный слайд не торчал */
.promo_featured_wrap {
    overflow: hidden;
}

/* --------------------------------------------------------------------------
   Карточка спецпредложения
   -------------------------------------------------------------------------- */
.promo_featured_card {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 420px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

/* Градиент — тёмный слева, прозрачный справа */
.promo_featured_card_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.65) 45%,
    rgba(0, 0, 0, 0.15) 75%,
    rgba(0, 0, 0, 0)   100%);
    border-radius: 20px;
}

/* Плейсхолдеры фона (пока нет реальных фото) */
.promo_featured_card--1 {
    background: linear-gradient(135deg, #0c2819 0%, #1a4b2e 40%, #2d6040 70%, #1e3a22 100%);
}
.promo_featured_card--2 {
    background: linear-gradient(135deg, #150a2e 0%, #2a1252 40%, #1e0a3a 70%, #3d1f70 100%);
}
.promo_featured_card--3 {
    background: linear-gradient(135deg, #1a1208 0%, #3d2810 40%, #6b4020 70%, #2e1a08 100%);
}

/* Внутренний контент — левая часть карточки */
.promo_featured_card_inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    padding: 30px 30px 30px 30px;
    max-width: 58%;
    box-sizing: border-box;
}

/* В слайде спецпредложений таймер — обычный flex-элемент, не absolute */
.promo_featured_card .promo_card_timer {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 16px;
}

/* Бейдж «Спецпредложение» */
.promo_featured_card_badge {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 30px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    padding: 7px 16px;
    margin-bottom: 20px;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
}

/* Заголовок карточки */
.promo_featured_card_title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    margin: 0 0 14px;
}

/* Описание */
.promo_featured_card_desc {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.55;
    margin: 0 0 20px;
}

/* Кнопка */
.promo_featured_card_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #fff;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 30px;
    white-space: nowrap;
    margin-top: auto;
    transition: background 0.2s ease, color 0.2s ease;
}

.promo_featured_card_btn--mt {
    margin-top: auto;
}

.promo_featured_card_btn:hover {
    background: #006738;
    color: #fff;
}

/* --------------------------------------------------------------------------
   Swiper — слайд 70% контейнера + scrollbar снаружи swiper-элемента
   -------------------------------------------------------------------------- */
.promo_featured_slider {
    overflow: visible;
}

.promo_featured_slider .swiper-slide {
    width: 70%;
}

/* Scrollbar размещён снаружи .swiper — перекрываем position:absolute из Swiper CSS */
.promo_featured_scrollbar {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: 100%;
    height: 2px;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 2px;
}

.promo_featured_scrollbar .swiper-scrollbar-drag {
    background: #1a1a1a;
    border-radius: 2px;
    cursor: grab;
}

/* ==========================================================================
   БЛОК 2: Акции и скидки — сетка 3 колонки
   ========================================================================== */

.promo_section_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* --------------------------------------------------------------------------
   Карточка акции
   -------------------------------------------------------------------------- */
.promo_card {
    display: flex;
    flex-direction: column;
}

/* Обёртка изображения — ландшафтный формат 420:290 */
.promo_card_img_wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 42 / 29;
    flex-shrink: 0;
}

/* Плейсхолдеры */
.promo_card_img_wrap--1 { background: linear-gradient(145deg, #0a2218 0%, #1a5030 100%); }
.promo_card_img_wrap--2 { background: linear-gradient(145deg, #0b1e2d 0%, #1a4a6b 100%); }
.promo_card_img_wrap--3 { background: linear-gradient(145deg, #1e1208 0%, #6b3a1a 100%); }
.promo_card_img_wrap--4 { background: linear-gradient(145deg, #1c1620 0%, #4a3060 100%); }
.promo_card_img_wrap--5 { background: linear-gradient(145deg, #0e1f0e 0%, #2a5c2a 100%); }
.promo_card_img_wrap--6 { background: linear-gradient(145deg, #201008 0%, #703020 100%); }

.promo_card_img_link {
    display: block;
    position: absolute;
    inset: 0;
}

.promo_card_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.promo_card:hover .promo_card_img {
    transform: scale(1.04);
}

/* Градиент снизу */
.promo_card_img_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    border-radius: 0 0 20px 20px;
    pointer-events: none;
}

/* Бейдж категории */
.promo_card_category {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 30px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    padding: 7px 14px;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.08);
    white-space: nowrap;
}

/* --------------------------------------------------------------------------
   Таймер (общий для обоих блоков)
   -------------------------------------------------------------------------- */
.promo_card_timer {
    position: absolute;
    bottom: 18px;
    left: 16px;
    right: 16px;
    z-index: 2;
}

.promo_card_timer_label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    line-height: 1;
}

.promo_card_timer_label svg {
    flex-shrink: 0;
}

.promo_card_timer_nums {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

/* ВАЖНО: число сверху, единица снизу */
.promo_card_timer_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.promo_card_timer_num {
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.promo_card_timer_unit {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
}

/* --------------------------------------------------------------------------
   Тело карточки (под фото)
   -------------------------------------------------------------------------- */
.promo_card_body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 14px 0 0;
}

.promo_card_title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    color: #000;
    margin: 0 0 10px;
    flex: 1;
}

.promo_card_title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.promo_card_title a:hover {
    color: #006738;
}

.promo_card_more {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #006738;
    text-decoration: none;
    transition: color 0.2s ease;
}

.promo_card_more:hover {
    color: #004d28;
}

/* ==========================================================================
   БЛОК 3: Текстовый блок
   ========================================================================== */
.promo_text_block {
    padding: 60px 0 80px;
    border-top: 1px solid #E4E5EB;
}

.promo_text_block_title {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    line-height: 1.35;
    margin: 0 0 24px;
    max-width: 760px;
}

.promo_text_block_body p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #3A3A3A;
    line-height: 1.7;
    margin: 0 0 16px;
    max-width: 760px;
}

.promo_text_block_body p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   АДАПТИВ
   ========================================================================== */

/* --- 1200px: 2 колонки сетки, слайдер адаптируется --- */
@media (max-width: 1200px) {
    .promo_section_title {
        font-size: 36px;
        margin-bottom: 24px;
    }

    .promo_section_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .promo_featured_card {
        height: 380px;
    }

    .promo_featured_card_title {
        font-size: 20px;
    }

    .promo_card_timer_num {
        font-size: 28px;
    }
}

/* --- 768px: мобильная раскладка --- */
@media (max-width: 768px) {
    .promo_page {
        padding-top: 70px;
    }

    .promo_breadcrumbs_wrap {
        padding: 14px 0 24px;
    }

    .promo_section {
        padding-bottom: 40px;
    }

    .promo_section--featured {
        padding-bottom: 40px;
    }

    .promo_section_title {
        font-size: 24px;
        margin-bottom: 18px;
    }

    /* Слайдер спецпредложений — 1 карточка на мобиле */
    .promo_featured_card {
        height: 360px;
    }

    .promo_featured_card_inner {
        max-width: 100%;
        padding: 24px 20px;
    }

    .promo_featured_card_title {
        font-size: 18px;
    }

    .promo_featured_card_desc {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .promo_featured_card_btn {
        padding: 10px 22px;
        font-size: 13px;
    }

    /* Сетка: 1 колонка, карточки горизонтальные */
    .promo_section_grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    /* Горизонтальная карточка */
    .promo_card {
        flex-direction: row;
        align-items: stretch;
        border-radius: 20px;
        overflow: hidden;
        min-height: 150px;
    }

    /* Фото — слева */
    .promo_card_img_wrap {
        width: 145px;
        flex-shrink: 0;
        aspect-ratio: unset;
        align-self: stretch;
        border-radius: 20px 0 0 20px;
    }

    /* Оверлей убираем (мало места) */
    .promo_card_img_wrap::after {
        height: 100%;
        background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
        border-radius: 0;
    }

    /* Бейдж — левый край, скруглённый справа */
    .promo_card_category {
        top: auto;
        left: 0;
        bottom: 12px;
        font-size: 10px;
        padding: 5px 10px 5px 8px;
        border-radius: 0 18px 18px 0;
        border-left: none;
    }

    /* Таймер — компактный */
    .promo_card_timer {
        bottom: 32px;
        left: 6px;
        right: 6px;
    }

    .promo_card_timer_label {
        font-size: 9px;
        gap: 4px;
        margin-bottom: 5px;
    }

    .promo_card_timer_label svg {
        width: 10px;
        height: 10px;
    }

    .promo_card_timer_nums {
        gap: 8px;
    }

    .promo_card_timer_num {
        font-size: 18px;
    }

    .promo_card_timer_unit {
        font-size: 9px;
    }

    /* Текстовая часть — справа */
    .promo_card_body {
        flex: 1;
        padding: 14px 14px 14px 12px;
        background: #F7F7F8;
        border-radius: 0 20px 20px 0;
        justify-content: center;
        min-width: 0;
    }

    .promo_card_title {
        font-size: 13px;
        line-height: 1.4;
        margin-bottom: 8px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .promo_card_more {
        font-size: 12px;
    }

    /* Текстовый блок */
    .promo_text_block {
        padding: 40px 0 50px;
    }

    .promo_text_block_title {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .promo_text_block_body p {
        font-size: 14px;
    }
}

/* --- 415px: узкие мобильные --- */
@media (max-width: 415px) {
    .promo_section_title {
        font-size: 20px;
    }

    .promo_featured_card {
        height: 300px;
    }

    .promo_featured_card_title {
        font-size: 16px;
    }

    .promo_card_img_wrap {
        width: 115px;
    }

    .promo_card_title {
        font-size: 12px;
    }

    .promo_card_timer_num {
        font-size: 16px;
    }

    .promo_text_block_title {
        font-size: 18px;
    }
}
