

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1626863445659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/bitrix/templates/demo2023/components/bitrix/news.list/news-template/style.css?17305519641820*/
.news{
	font-size: 16px;
	line-height: 19px;
	color: #2B2A29;
}
.news_main{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	column-gap: 3em; 
	padding-bottom: 1em;
}
.news_main img{
	width: 100%;
	max-height: 300px;
	object-fit:cover;
	border-radius: 0.6em;
}
@media all and (min-width: 1920px) {
	.news_main img{
		max-height: 400px;
	}
}
/*.news_img{
	grid-column: 1 / 3;
}
.news_info{
	grid-column: 4 / 5;
}*/
.news_title a{
	text-decoration: none;
}
.news_main .news_title{
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #2B2A29;
}
.news_date{
	color: #7D7D7D;
	margin: 1em 0;
	font-family: 'Roboto';
}

.news_tags span{
	background-color: #F75D2A;
	color: #FFFFFF;
	padding: .5em 1em;
	margin-right: 1em;
	border-radius: 3em;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}
.news_tags{
	margin: 1em 0
}
.news_tags a{
	text-decoration: none;
}
.news_text{
	font-family: 'Roboto';
	padding: 1.5em 0;
}
.news_detail{
	margin: 1.5em 0;
	font-weight: bold;
}
.news_more{
	display: grid;
	/*grid-template-columns: repeat(4, 1fr);*/
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	grid-gap: 1em;
}
.news_short > img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	/*object-position: top;*/
	border-radius: 0.6em;
}
@media all and (min-width: 1920px) and (max-width: 2560px){
	.news_short > img{
		height: 170px;
	}
}
@media all and (min-width: 2560px) {
	.news_short > img{
		height: 200px;
	}
}
.news_short > .news_title{
	margin: 0;
	margin-bottom: 1em;
	font-weight: 700;
	line-height: 20px;
}
.news_detail span{
	background-color: #334F42;
	color: #FFFFFF;
	border-radius: 50%;
	padding: 8px 9px;
	margin-left: 1em;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
}
.news_detail a{
	text-decoration: none;
	color: #2B2A29;
}


/* End */


/* Start:/bitrix/templates/demo2023/components/bitrix/news.list/ads-template/style.css?1768224799545*/
.advertisement{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
}
@media (max-width: 768px) {
	.advertisement{
		grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	}
}

.ad{
  background-color: #F2F2F2;
  border-radius: 5px;
  padding: 19px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #2B2A29;
}
.ad_date{
  margin: 5px 0;
  font-family: 'Roboto';
  color: #7D7D7D;
}
.ad_title{
	font-weight: 700;
}
.ad_text{
	color: #3D3D3D;
}
.ad_detail{
  padding: 5px 0;
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1626863445659 */
/* /bitrix/templates/demo2023/components/bitrix/news.list/news-template/style.css?17305519641820 */
/* /bitrix/templates/demo2023/components/bitrix/news.list/ads-template/style.css?1768224799545 */
