<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/main/components/bitrix/news.detail/nko_newsdetail_with_video/style.css?1749542293843*/
#news-detail {
	width: 100%;
}
#news-detail .detail_picture {
	width: 300px;
	height: auto;
	margin: 0 10px 10px 0;
	float:left;
}
#news-detail .info h1 {
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
}
#news-detail .info svg {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}
#news-detail .info .place,
#news-detail .info .date {
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
}
#news-detail .info p {
	margin: 0;
	font-size: 14px;
}
#news-detail .detail_text {
	margin: 20px 0;
	font-size: 14px;
}
#news-detail .video_url {
	width: 100%;
	margin: 30px 0 0 0;
}
#news-detail .video_url iframe {
	height: 500px;
}
@media screen and (max-width: 900px) {
	#news-detail {
		margin: 40px 0 0 0;
	}
	#news-detail .detail_picture {
		width: 100%;
		float: unset;
	}
	#news-detail .video_url iframe {
		height: 300px;
	}
}
/* End */
/* /bitrix/templates/main/components/bitrix/news.detail/nko_newsdetail_with_video/style.css?1749542293843 */
</pre></body></html>