/* Common */
/* Media */
/* Blocks */
.news-section {
	padding: 0 0 9.375vw 0;
}

.news {
	display: flex;
	flex-direction: column;
	gap: 9.375vw;
}

.news__item-photo {
	position: relative;
	height: 51.875vw;
	border-radius: 3.125vw;
	overflow: hidden;
	margin-bottom: 3.125vw;
}

.news__item-photo IMG {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.news__item-photo IMG.desk {
	display: none;
}

.news__item-date {
	position: absolute;
	top: 3.125vw;
	left: 3.125vw;
	font-weight: 500;
	font-size: 3.75vw;
	color: #fff;
	text-shadow: 0 0 1px #1a1921;
}

.news__item-text {
	position: relative;
	min-height: 11.875vw;
	padding-right: 15.625vw;
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
}

.news__item-text:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 11.875vw;
	height: 11.875vw;
	background: url(../img/common/icon-next.svg) no-repeat 50% 50%/100% 100%;
	-webkit-filter: invert(8%) sepia(14%) saturate(921%) hue-rotate(208deg) brightness(97%) contrast(94%);
	        filter: invert(8%) sepia(14%) saturate(921%) hue-rotate(208deg) brightness(97%) contrast(94%);
}

.pages {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8.75vw;
	padding-top: 7.8125vw;
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
}

.pages A,
.pages .ellipsis {
	color: #bfc4cc;
}

.pages A:hover {
	color: #1a1921;
}
