/**
 * Hero promo: без закреплённого первого слайда — правая колонка целиком под доп. Swiper.
 * Подключается после style.min.css (см. functions.php).
 */
.hero-pinned-slider--no-pinned .hero-pinned-swiper {
	flex: 1;
	min-width: 0;
	min-height: 0;
	height: 100%;
}

.hero-pinned-slider--no-pinned .hero-pinned-slider__add-side {
	flex: 0 0 auto;
	align-self: stretch;
	min-height: 0;
}

.hero-pinned-slider--no-pinned .hero-pinned-add-swiper {
	height: 100%;
	min-height: 0;
}

.hero-pinned-slider--no-pinned .hero-pinned-add-swiper__slide {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.hero-pinned-slider--no-pinned .hero-pinned-add-swiper__stack {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 20px;
	min-height: 0;
}

.hero-pinned-slider--no-pinned .hero-pinned-add-swiper__stack .hero-slider-item {
	flex: 1;
	min-height: 0;
}


.hero-pinned-add-swiper__slide.swiper-slide.swiper-slide-active {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.hero-pinned-add-swiper__stack {
    gap: 20px;
    display: flex;
    flex-direction: column;
}