.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;
}