

/* Start:/local/templates/sirius/components/bitrix/news/promotions/bitrix/news.detail/.default/style.css?16448904882483*/
.page-wrap {
	overflow-x: hidden;
}

.promotion-detail-banner {
	position: relative;
	padding-top: 31%;
}

.promotion-detail-banner__inner {
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	right: 50%;
	margin: 0 -50vw 0 -50vw;
	background-color: var(--color-blue-50);
}

.promotion-detail-banner__inner img {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promotion-detail-banner__foreground {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.promotion-detail-banner__name {
	max-width: 700px;
	margin: 0;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.2;
	color: var(--color-white);
}

.promotion-detail-banner__desc {
	max-width: 700px;
	margin: 16px 0 0 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: var(--color-white);
}

.promotion-detail-banner__desc p:first-child {
	margin-top: 0;
}

.promotion-detail-banner__desc p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.promotion-detail-banner {
		padding-top: 0;
	}

	.promotion-detail-banner__inner {
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		right: auto;
		margin: 0;
		height: 0;
		padding-top: 62%;
		border-radius: var(--box-radius);
		overflow: hidden;
	}

	.promotion-detail-banner__foreground.container {
		padding: 24px;
	}

	.promotion-detail-banner__foreground::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.34);
	}

	.promotion-detail-banner__name {
		font-size: 24px;
	}

	.promotion-detail-banner__desc {
		font-size: 16px;
	}
}



.promotion-detail .content-block {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.promotion-detail .content-block {
		margin-top: 16px;
	}
}



.promotion-products {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.promotion-products {
		width: 100vw;
		margin-left: calc(var(--offset-container) * -1);
		margin-top: 24px;
	}
}



.promotion-kits {
	margin-top: 50px;
}

.promotion-kits__title {
	margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
	.promotion-kits {
		margin-top: 40px;
	}
}
/* End */
/* /local/templates/sirius/components/bitrix/news/promotions/bitrix/news.detail/.default/style.css?16448904882483 */
