

/* Start:/bitrix/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17507827262071*/
.news-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-left: 0;
	margin: 0 -15px -50px -15px;
	list-style: none;
}
.news-list__item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	        flex: 0 0 33.33%;
	width: 33.33%;
	min-width: 33.33%;
	max-width: 33.33%;
	padding: 0 15px;
	margin-bottom: 50px;
}
.news-list__pict-wrap {
	display: block;
	padding-top: 75%;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.news-list__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-list__pict-wrap:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.news-list__date {
	margin-bottom: 20px;
	color: #757575;
}
.news-list h2 {
	font-size: 24px;
	line-height: 28px;
}

@media (max-width: 991px) {
	.news-list__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		width: 50%;
		min-width: 50%;
		max-width: 50%;
		padding: 0 15px;
	}
}

@media (max-width: 575px) {
	.news-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.news-list__item {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		width: auto;
		min-width: auto;
		max-width: none;
		padding: 0 15px;
	}
}

.user_counter{
	display: flex;
	align-items: center;
	gap: 10px;
	color: #757575;
}
.user_counter:before{
	content: '';
	width: 20px;
	height: 15px;
	background: url("/bitrix/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/./eye.svg")center/cover no-repeat;
}
.news-list__date{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/news/bitrix/news.list/.default/style.css?17507827262071 */
