

/* Start:/local/templates/main_template/components/bitrix/news.detail/special_projects/style.css?17794517272561*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.mySwiper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

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

.mySwiper .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: all 0.3s ease;
}

/*@media (min-width: 768px) {*/
/*	.mySwiper .swiper-slide img {*/
/*		width: 70%;*/
/*	}*/
/*}*/

/*@media (min-width: 1200px) {*/
/*	.mySwiper .swiper-slide img {*/
/*		width: 50%;*/
/*	}*/
/*}*/
/* Общий стиль стрелок */
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
	color: #007a65; !important;/* Цвет стрелки */
	font-size: 28px; /* Делаем стрелки крупнее */
	transition: color 0.3s ease;
}

/* При наведении — чуть темнее */
.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
	color: #005d4d; /* более тёмный оттенок зелёного */
}

/* На мобилке оставляем стандартное расположение */
.mySwiper .swiper-button-next {
	right: 10px;
}

.mySwiper .swiper-button-prev {
	left: 10px;
}

/* Только на десктопе смещаем ближе к фото */
@media (min-width: 992px) {
	.mySwiper .swiper-button-next {
		right: 20%; /* примерно 20% от правого края */
	}

	.mySwiper .swiper-button-prev {
		left: 20%; /* примерно 20% от левого края */
	}
}
ifarme{
width: 100%;
}

.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;
	height: 40px;
	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/special_projects/style.css?17794517272561 */
