body.page-template-helper-template .page-hero__bg img {
	height: 100%;
}

ol.advertising-list {
	list-style: decimal;
}

ol.advertising-list li::before {
	display: none;
}

ol.advertising-list li {
	padding-left: 0;
}


.advertising__image {
	margin-bottom: 16px;
}

.sliderAdvRow {
	margin-bottom: 16px;
}


.swiper-pagination {
	position: relative !important;
	margin-top: 16px;
}

.footer__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}















.sliderAdvRow__link {
	display: block;
}

.sliderAdvRow img {
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 2px;
	background: #0C1712;
}







@media (max-width: 899px) {
	.home .hero--home .hero__bg .hero__poster img {
		object-position: right;
	}
}




@media (max-width: 576px) {
	body.page-template-helper-template .header__logo-img {
		height: 20px;
	}
}