

/* Start:/local/templates/main/components/bitrix/news/areas/bitrix/news.list/.default/style.css?1779360453750*/
div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486DAA;
}


.directions-box {
	display: flex;
	justify-content: space-between;
}

.directions-box.reverse {
	flex-direction: row-reverse;
}

.directions-box__img {
	width: calc(50% - 10px);
}

.directions-box__text {
	width: calc(50% - 10px);
}

@media screen and (max-width: 666px) {
	.directions-box {
		flex-direction: column;
	}

	.directions-box.reverse {
		flex-direction: column;
	}

	.directions-box.reverse .directions-box__img {
		margin-left: auto;
	}

	.directions-box__text {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.directions-box__img {
		width: 100%;
		margin: 0;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/carousel/style.css?17793604531597*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* Основные стили слайдера */
.products-slider {
    padding: 0 40px;
    position: relative;
}
.products-slider .swiper-slide {
    height: auto;
    box-sizing: border-box;
}
.products-slider .pr-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.swiper-wrapper {
    align-items: stretch; /* выравниваем по высоте */
}
.swiper-slide {
    height: auto;
    display: flex;
}
.pr-box {
    width: 100%;
}

/* Навигация */
.swiper-button-prev, .swiper-button-next {
    width: 100px;
    height: 100px;
    background: rgba(0,0,0,0.15);
    border-radius: 50%;
    color: white;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 35px;
}

/* Пагинация */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -25px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 105px;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 105px;
    right: auto;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #003893;
}


/* Адаптивность */
@media (max-width: 767px) {
    .products-slider {
        padding: 0 30px;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
};
/* End */
/* /local/templates/main/components/bitrix/news/areas/bitrix/news.list/.default/style.css?1779360453750 */
/* /local/templates/main/components/bitrix/news.list/carousel/style.css?17793604531597 */
