.background-animation {
	background-color: transparent;
	background-image: url(../media/images/widgets/app/page-decor/bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

.footer {
	line-height: 1;
}

.news-slider {
	margin-top: 10px;
}

.news-card-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 10;
	text-decoration: none;
}

.news-card-link:after {
	--ico-scale: 2;

	display: block;
	content: "";
	background-color: transparent;
	background-image: url(../media/images/ico-youtube.svg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: calc(33px * var(--ico-scale));
	height: calc(23px * var(--ico-scale));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.7;
}

.app[data-page="main"]
	.news-slider__slider
	.news-card_Decor__thumbnail
	.thumbnail {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.app[data-page="main"]
	.news-slider__slider
	.news-card_Decor__thumbnail
	.thumbnail__image {
	height: 125%;
	object-fit: cover;
	object-position: center bottom;
	max-width: none;
	display: block;
}
