/*# sourceMappingURL=explore.css.map*/

.explore {
	overflow: hidden;
	background-color: #f8fbfa;
}

.explore__container {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

@media (min-width:1024px) {
	.explore__container {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

.explore__container_no-paddings {
	padding-top: 0;
	padding-bottom: 0;
}

.explore__bg-img {
	position: relative;
	overflow: hidden;
	aspect-ratio: 7/2;
	display: none;
	width: 90%;
	position: absolute;
	bottom: -80px;
	left: -48px;
}

.explore__bg-img img, .explore__bg-img svg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
	object-position: center;
}

@supports not (aspect-ratio:7/2) {
	.explore__bg-img:before {
		content: "";
		display: block;
		width: 100%;
		padding-bottom: 28.5714285714%;
		position: relative;
		z-index: -101;
	}
}

@media (min-width:1024px) {
	.explore__bg-img {
		display: block;
	}
}

.explore__head {
	align-items: start;
	text-align: left;
	margin-bottom: 48px;
}

@media (min-width:1024px) {
	.explore__head {
		align-items: center;
		margin-bottom: 56px;
		text-align: center;
	}
}

.explore-slider__slide.swiper-slide {
	height: auto;
	padding: 0 0 20px;
}

.explore-slider.swiper {
	overflow: visible;
}

.explore-slider__list.swiper-wrapper {
	box-sizing: border-box;
}

.explore__gal {
	position: relative;
}

.explore-arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: 40px;
	padding-bottom: 6px;
}

@media (min-width:768px) {
	.explore-arrows {
		margin-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width:768px) {
	.explore-arrows .slider-arrows__btn {
		position: absolute;
		top: var(--arrows-pos);
		transform: translateY(-50%);
		z-index: 2;
	}
}

@media (min-width:768px) {
	.explore-arrows .slider-arrows__btn_prev {
		left: -16px;
	}
}

@media (min-width:1440px) {
	.explore-arrows .slider-arrows__btn_prev {
		left: -33px;
	}
}

@media (min-width:768px) {
	.explore-arrows .slider-arrows__btn_next {
		right: -16px;
	}
}

@media (min-width:1440px) {
	.explore-arrows .slider-arrows__btn_next {
		right: -33px;
	}
}
