.page-header__flex {
	align-items: center;
}

.page-header__flex .activity__review {
	margin: 0;
}

.made_in_russia {
	width: 100%;
	height: auto;
	max-width: 160px;
}

.activity__row--centered {
	align-items: center;
}

.activity__col a:hover {
	opacity: .8;
}

.page-header__right {
	display: flex;
	align-items: center;
	gap: 64px;
}

.section--margin {
	padding-bottom: 48px;
}

.activity__row+.activity__row {
	margin-top: 32px;
	flex-direction: row-reverse;
}

.content-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-width: 800px;
}

.content-slider .swiper-wrapper {
	align-items: stretch;
}

.content-slider__slide {
	height: auto;
}

.content-slider__link {
	display: block;
	width: 100%;
	line-height: 0;
}

.content-slider__img,
.content-slider picture {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.content-slider__arrow.swiper-button-next,
.content-slider__arrow.swiper-button-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 32px;
	height: 32px;
	margin: auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.content-slider__arrow.swiper-button-next:hover,
.content-slider__arrow.swiper-button-prev:hover {
	background-color: #ffffff;
}

.content-slider__arrow.swiper-button-prev::after {
	content: 'prev';
	font-family: swiper-icons;
	font-size: 15px;
	color: #1a1a1a;
	text-shadow: 0.4px 0 currentColor, -0.4px 0 currentColor, 0 0.4px currentColor, 0 -0.4px currentColor;
}

.content-slider__arrow.swiper-button-next::after {
	content: 'next';
	font-family: swiper-icons;
	font-size: 15px;
	color: #1a1a1a;
	text-shadow: 0.4px 0 currentColor, -0.4px 0 currentColor, 0 0.4px currentColor, 0 -0.4px currentColor;
}

.content-slider__arrow--prev {
	left: 12px;
}

.content-slider__arrow--next {
	right: 12px;
}

.content-slider__arrow.swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

.content-slider__pagination {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	z-index: 2;
	text-align: center;
}

.content-slider__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #ffffff;
	opacity: 0.6;
}

.content-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background-color: #e31e24;
}

@media (min-width: 1280px) {
	.section--margin {
		padding-bottom: 64px;
	}
	.activity__row+.activity__row {
		margin-top: 48px;
	}
}

@media (max-width: 1024px) {
	.content-slider__arrow {
		display: none;
	}
	.content-slider__pagination {
		display: block;
	}
}