

/* Start:/local/templates/zerapy/components/bitrix/news/promotions/bitrix/news.list/.default/style.css?17799509294803*/
/**
 * Список акций — макет Figma (6824:13553, 14165, 14464, 14750, 14984).
 * Фон карточки: Athens Gray #E6E7ED; заголовки акции: Manatee #868BAB.
 * Сетка без глобального .container.
 */

.promotions {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0 0 105px;
	box-sizing: border-box;
	isolation: isolate;
}

@media (max-width: 767px) {
	.promotions {
		padding-bottom: 80px;
	}
}

/* Заголовок страницы «Акции и предложения» */
.promotions__head {
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 150px 120px 70px;
}

.promotions .promotions__title.title--1 {
	margin: 0;
	color: #5a5b6c;
	font-size: 90px;
	font-weight: 400;
	line-height: 90px;
	max-width: 100%;
	overflow-wrap: anywhere;
}

@media (max-width: 1199px) {
	.promotions__head {
		padding: 150px 20px 70px;
	}
}

@media (max-width: 767px) {
	.promotions__head {
		padding: 100px 20px 60px;
	}

	.promotions .promotions__title.title--1 {
		font-size: 58px;
		line-height: 58px;
	}
}

@media (max-width: 480px) {
	.promotions .promotions__title.title--1 {
		font-size: clamp(32px, 11vw, 58px);
		line-height: 1.05;
	}
}

.promotions__group {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* Карточка акции */
.promotion-item {
	background: #e6e7ed;
	overflow: hidden;
	width: 100%;
}

.promotion-item__shell {
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.promotion-item__container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 80px;
	min-height: 500px;
	box-sizing: border-box;
}

.promotion-item__content {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	justify-content: center;
	align-self: stretch;
	min-width: 0;
	gap: 25px;
	padding: 0 0 0 120px;
	box-sizing: border-box;
	max-width: 720px;
}

.promotion-item__header {
	margin: 0;
}

.promotion-item__title {
	margin: 0;
	color: #868bab;
}

.promotion-item__heading {
	margin: 0;
	font-size: 60px;
	font-weight: 400;
	line-height: 66px;
	text-transform: uppercase;
	color: #868bab;
	overflow-wrap: anywhere;
}

.promotion-item__body {
	margin: 0;
	color: #5a5b6c;
}

.promotion-item .promotion-item__preview.text--2 {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: #5a5b6c;
}

.promotion-item .promotion-item__preview.text--2 b,
.promotion-item .promotion-item__preview.text--2 strong {
	font-weight: 700;
}

.promotion-item__button {
	margin: 0;
}

.promotion-item .promotion-item__more.btn.btn--secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 84px;
	border-radius: 50px;
	border: none;
	background: rgba(255, 255, 255, 0.6);
	color: #5a5b6c;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

@media (hover: hover) {
	.promotion-item .promotion-item__more.btn.btn--secondary:hover {
		background: rgba(255, 255, 255, 0.85);
		color: #5a5b6c;
	}
}

.promotion-item__media {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	min-height: 500px;
	overflow: hidden;
	align-self: stretch;
}

.promotion-item__media > img,
.promotion-item__media > video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Планшет: уже отступы и зазор */
@media (max-width: 1199px) {
	.promotion-item__container {
		gap: 40px;
	}

	.promotion-item__content {
		padding-left: 20px;
		max-width: min(560px, 50%);
	}
}

/* Мобильная колонка: текст → изображение снизу (6824:14750, 14984) */
@media (max-width: 960px) {
	.promotion-item__container {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		gap: 0;
		min-height: 0;
	}

	.promotion-item__content {
		max-width: none;
		width: 100%;
		padding: 50px 20px;
		gap: 25px;
	}

	.promotion-item__heading {
		font-size: 42px;
		line-height: 48px;
	}

	.promotion-item__media {
		position: relative;
		flex: 0 0 auto;
		width: 100%;
		min-height: 0;
		height: min(360px, 55vw);
	}

	.promotion-item__media > img,
	.promotion-item__media > video {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media (max-width: 767px) {
	.promotion-item__heading {
		font-size: 42px;
		line-height: 48px;
	}

	.promotion-item__media {
		height: min(340px, 70vw);
	}
}

@media (max-width: 480px) {
	.promotion-item .promotion-item__more.btn.btn--secondary {
		width: 100%;
		max-width: 100%;
		padding-left: 24px;
		padding-right: 24px;
	}
}

/* End */
/* /local/templates/zerapy/components/bitrix/news/promotions/bitrix/news.list/.default/style.css?17799509294803 */
