

/* Start:/bitrix/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1750782726365*/
.news-detail {
	margin-bottom: 20px;
}
.news-detail img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 30px auto;
}
.news-detail__date {
	margin-bottom: 20px;
	color: #757575;
}
iframe{
	width: 100% !important;
}
@media (max-width: 1024px) {
	.news-detail {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px){
	iframe{
		height: 250px;
	}
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/news-list-sidebar/style.css?1750782726836*/
.news__list {
	padding-left: 0;
	margin: 40px 0 0 0;
	list-style: none;
}
.news__item {
	margin-bottom: 30px;
}
.news__pict-wrap {
	display: block;
	padding-top: 75%;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.news__pict-wrap img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a.news__pict-wrap:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.news__date {
	margin-bottom: 10px;
	color: #757575;
}
.news h2 {
	font-size: 20px;
	line-height: 24px;
}
.site-mob .news h2 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 22px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?1750782726365 */
/* /bitrix/templates/.default/components/bitrix/news.list/news-list-sidebar/style.css?1750782726836 */
