

/* Start:/bitrix/templates/mzvs/components/bitrix/breadcrumb/universal/style.min.css?1769718930620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/bitrix/templates/mzvs/components/bitrix/news/mzvs_news/bitrix/news.list/.default/style.css?17828083962181*/
.promotion-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
	max-width: 1320px;
}

.promotion-wrapper {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
	color: inherit;
	height: 235px;
	max-width: 330px;
}

.promotion-wrapper--featured {
	grid-column: span 2;
	grid-row: span 2;
	max-width: none;
	height: auto;
	min-height: 490px;
}

.promotion-wrapper:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.promotion {
	background-color: #f0f0f0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex: 1;
	min-height: 170px;
}

.promotion-wrapper--featured .promotion {
	min-height: 380px;
}

.promotion-content {
	display: flex;
	flex-direction: column;
	padding: 10px;
	text-align: left;
	background-color: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	min-height: 65px;
}

.promotion-content .title {
	margin: 0;
	font-size: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.promotion-wrapper--featured .promotion-content .title {
	font-size: 1.25rem;
	-webkit-line-clamp: 3;
}

.promotion-date {
	color: #999;
	font-size: 0.875rem;
	margin-top: 4px;
}

.news-empty {
	width: 100%;
	padding: 48px 20px;
	text-align: center;
	background-color: #f8f9fa;
	border-radius: 8px;
}

.news-empty__title {
	margin: 0 0 8px;
	font-size: 1.25rem;
	color: #333;
}

.news-empty__text {
	margin: 0;
	font-size: 1rem;
	color: #999;
}

@media (max-width: 1320px) {
	.promotion-container {
		grid-template-columns: repeat(3, 1fr);
	}

	.promotion-wrapper {
		max-width: none;
	}
}

@media (max-width: 992px) {
	.promotion-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.promotion-container {
		grid-template-columns: 1fr;
	}

	.promotion-wrapper--featured {
		grid-column: span 1;
		grid-row: span 1;
		min-height: 235px;
	}

	.promotion-wrapper--featured .promotion {
		min-height: 170px;
	}
}

/* End */
/* /bitrix/templates/mzvs/components/bitrix/breadcrumb/universal/style.min.css?1769718930620 */
/* /bitrix/templates/mzvs/components/bitrix/news/mzvs_news/bitrix/news.list/.default/style.css?17828083962181 */
