@media (max-width: 767px) {
	.section--gallery {
		margin-bottom: 40px;
	}
}
.section--gallery .section__header {
	margin-bottom: min(max(30px, 4.375vw), 70px);
}
.r_gallery {
	position: relative;
}
.r_gallery .swiper-slide {
	max-width: 670px;
}
.r_gallery .r_item {
	overflow: hidden;
	border-radius: 10px;
}
.r_gallery .r_item::before {
	padding-top: 66%;
}
.r_gallery .swiper-slide img {
	max-width: 100%;
	max-height: 320px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
