

/* Start:/bitrix/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17852187612138*/
div.news-list
{
	word-wrap: break-word;
}
.news-date-time {
	color:#486DAA;
}


.newslist{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 -10px;
}
.newslist .news-item{
	width: 30%;
	margin-top: 0!important;
	border: none!important;
}
.newslist .news-item img:not(.newsIcon) {
	float: none!important;
	/*width: 100%!important;*/
	width: auto!important;
	height: 210px;
	opacity: .8;
	position: relative;
	z-index: 1;
	display: block;
	/*object-fit: cover;*/
	margin: 0 auto;
}
.newslist .newsTitle{
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	letter-spacing: 0;
	text-align: left;
	color: #00AFF0;
	display: block;
}
.newslist .newsDesc,.newslist .newsDesc p{
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0;
	text-align: left;
	color: #50646B;
	margin-top: 10px;
}
.newsDate{
	font-size: 16px!important;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0;
	text-align: left;
	color: #8E8E8E!important;
	margin: 0!important;
}
.newsIcon{
	float: none!important;
	width: 15px!important;
	height: 15px!important;
}
.newsInfo{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-top: 20px;
}
.newsTime {
	display: flex;
	gap: 3px;
	font-size: 16px!important;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0;
	text-align: left;
	color: #8E8E8E!important;
}
@media (max-width: 525px) {
	.newsInfo {
		margin-top: 15px;
	}
}
.newsLink{
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.newsLink:after{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	/*background: #000;*/
	content: "";
	width: 100%;
	height: 100%;
}
.newsSection{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0 0 2px 0;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 20px;
}
.newsSections{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.newsSections a{
	color: #393939;
	transition: .3s;
	border-radius: 2px;
	border: 1px solid #393939;
	padding: 5px 12px;
	text-decoration: none;
}
.newsSections a:hover, .newsSections a.active{
	color: #fff;
	background: #393939;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17852187612138 */
