/* ===== НОВЫЙ БЛОК АКЦИЙ НОЯБРЯ ===== */

.promotions-new-section {
    width: 100%;
    margin: 60px auto;
    padding: 0;
    position: relative;
}

.promotions-new-container {
    width: 1416px;
    margin: 0 auto;
}

/* Заголовок */
.promotions-new-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 82px;
    font-weight: 700;
    line-height: 82px;
    margin-bottom: 24px;
    text-align: left;
}

.promotions-gray {
    color: #666666;
}

.promotions-blue {
    color: #1D5794;
}

/* Обертка карусели */
.promotions-new-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
}

/* Карусель */
.promotions-new-carousel {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0;
}

.promotions-new-carousel::-webkit-scrollbar {
    display: none;
}

/* Карточка акции */
.promo-new-card {
    position: relative;
    width: 456px;
    min-width: 456px;
    height: 767px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

/* offer-column внутри карусели ведёт себя как promo-new-card */
.promotions-new-carousel .offer-column {
    position: relative;
    width: 456px;
    min-width: 456px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

/* Изображение */
.promo-new-image {
    width: 456px;
    height: 337px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

/* Бейдж скидки */
.promo-new-badge {
    position: absolute;
    top: 310px;
    right: 0;
    width: 216px;
    height: 54px;
    background: #A7C955;
    border-radius: 5px 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

/* Контент карточки */
.promo-new-content {
    background: #E0E0DC;
    padding: 24px 28px 30px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.promo-new-date {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    margin: 0 0 10px 0;
}

.promo-new-line {
    width: 80px;
    height: 3px;
    background: #1D5794;
    margin-bottom: 10px;
}

.promo-new-title {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px 0;
}

.promo-new-subtitle {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 20px 0;
}

.promo-new-prices {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 15px;
}

.promo-old-price {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: line-through;
}

.promo-new-price {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
}

.promo-new-details {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-decoration: underline;
    transition: opacity 0.3s ease;
    margin-bottom: 0;
}

.promo-new-details:hover {
    opacity: 0.7;
}

/* Кнопка записи */
.promo-new-btn {
    width: 456px;
    height: 48px;
    background: #A7C955;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.promo-new-btn:hover {
    background: #8fb03d;
}

/* Кнопки навигации - как в блоке специалистов */
.promo-nav-btn {
    position: absolute;
    width: 24px;
    height: 36px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
    z-index: 10;
    background: transparent;
    padding: 0;
}

.promo-nav-btn .btn-bg {
    position: absolute;
    width: 24px;
    height: 36px;
    z-index: 1;
}

.promo-nav-btn .btn-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 2;
}

.promo-nav-btn:hover {
    opacity: 0.8;
}

.promo-nav-btn:active {
    opacity: 0.6;
}

.promo-prev-btn {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.promo-next-btn {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Адаптивность */
@media (max-width: 1440px) {
    .promotions-new-title {
        font-size: 72px;
        line-height: 72px;
    }
}

@media (max-width: 1200px) {
    .promotions-new-title {
        font-size: 64px;
        line-height: 64px;
    }
    
    .promo-new-card {
        width: 400px;
        min-width: 400px;
    }
    
    .promo-new-image,
    .promo-new-btn {
        width: 400px;
    }
}

@media (max-width: 992px) {
    .promotions-new-title {
        font-size: 56px;
        line-height: 56px;
    }
    
    .promo-new-card {
        width: 380px;
        min-width: 380px;
    }
    
    .promo-new-image,
    .promo-new-btn {
        width: 380px;
    }
}

@media (max-width: 768px) {
    .promotions-new-title {
        font-size: 48px;
        line-height: 48px;
    }
    
    .promo-new-card {
        width: 340px;
        min-width: 340px;
    }
    
    .promo-new-image,
    .promo-new-btn {
        width: 340px;
    }
    
    .promo-new-badge {
        width: 180px;
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .promotions-new-title {
        font-size: 36px;
        line-height: 36px;
    }
    
    .promo-new-card {
        width: 300px;
        min-width: 300px;
    }
    
    .promo-new-image,
    .promo-new-btn {
        width: 300px;
    }
    
    .promo-new-title,
    .promo-new-subtitle {
        font-size: 18px;
    }
    
    .promo-new-price {
        font-size: 24px;
    }
}
