

/* Start:/local/templates/main_template/components/bitrix/news.detail/single_detail_page/style.css?1771576138943*/
.slider-container {
	position: relative;
	width: 600px;
	height: 450px;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-button-prev,
.swiper-button-next {
	color: #007A65!important;
	width: 40px!important;
	height: 40px!important;
	top: 50%;
	transform: translateY(-50%);
}

.swiper-button-prev {
	left: -40px !important;
}

.swiper-button-next {
	right: -40px !important;
}

.swiper-pagination {
	bottom: -30px !important;
}

.swiper-pagination-bullet {
	background: #ccc;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background: #007A65;
}

@media (max-width: 768px) {
	.slider-container {
		width: calc(100% - 40px);
		margin: 0 20px;
	}

	.swiper-button-prev {
		left: -12px !important;
	}

	.swiper-button-next {
		right: -12px !important;
	}
}
/* End */
/* /local/templates/main_template/components/bitrix/news.detail/single_detail_page/style.css?1771576138943 */
