

/* Start:/local/templates/mk-27-new/components/bitrix/news/news_and_actions/bitrix/news.detail/.default/style.css?1785219426728*/
.news-detail h1 {
	text-align: center;
}
.news-detail .image-block {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 5px;
	background: #f2f2f2;
}
.news-detail .image-block .title-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-detail .date {
	color: #999;
	margin-bottom: 15px;
}
.news-detail .text {
	display: block;
	padding-bottom: 30px;
}
.news-back-arrow {
	transform: rotate(180deg);
	display: inline-block;
	position: relative;
	bottom: 2px;
}
.news-detail a {
	color: #EE3831; 
}

@media (max-width: 991px) {
	.news-detail h1 {
		font-size: 36px;
	}
}

@media (max-width: 768px) {
	.news-detail iframe {
		max-width: 100% !important;
	}
}

/* End */
/* /local/templates/mk-27-new/components/bitrix/news/news_and_actions/bitrix/news.detail/.default/style.css?1785219426728 */
