

/* Start:/local/templates/new/components/bitrix/news.list/docs/style.css?17866998502592*/
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;
}

#docs-wrap.docs-wrap--carousel {
	display: block;
	position: relative;
	width: 100%;
	max-width: none;
	padding: 0;
	border-radius: 0;
}

#docs-wrap.docs-wrap--carousel .docs-carousel {
	width: 100%;
	margin-top: 0;
}

#docs-wrap.docs-wrap--carousel .owl-stage {
	display: flex;
	align-items: stretch;
}

#docs-wrap.docs-wrap--carousel .owl-item {
	display: flex;
}

#docs-wrap.docs-wrap--carousel .docs-carousel__item {
	display: flex;
	flex-direction: column;
	width: 100%;
	background: #f8fbfd;
	border: 1px solid #edf4f8;
	border-radius: 6px;
	overflow: hidden;
}

#docs-wrap.docs-wrap--carousel .docs-carousel__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	padding: 12px;
}

#docs-wrap.docs-wrap--carousel .docs-carousel__media img {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#docs-wrap.docs-wrap--carousel .docs-carousel__name {
	display: block;
	width: 100%;
	padding: 16px 18px 18px;
	color: #005771;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

#docs-wrap.docs-wrap--carousel .owl-nav {
	position: absolute;
	top: 50%;
	left: -56px;
	right: -56px;
	display: block;
	width: auto;
	margin-top: 0;
	transform: translateY(-50%);
	pointer-events: none;
}

#docs-wrap.docs-wrap--carousel .owl-nav .owl-prev,
#docs-wrap.docs-wrap--carousel .owl-nav .owl-next {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	pointer-events: auto;
}

#docs-wrap.docs-wrap--carousel .owl-nav .owl-prev {
	left: 0;
}

#docs-wrap.docs-wrap--carousel .owl-nav .owl-next {
	right: 0;
}



@media screen and (max-width: 767px) {
	#docs-wrap.docs-wrap--carousel {
		padding: 0 34px;
	}

	#docs-wrap.docs-wrap--carousel .owl-nav {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		transform: none;
	}

	#docs-wrap.docs-wrap--carousel .owl-nav .owl-prev,
	#docs-wrap.docs-wrap--carousel .owl-nav .owl-next {
		top: 50%;
		transform: translateY(-50%);
	}

	#docs-wrap.docs-wrap--carousel .arrow {
		width: 18px;
		height: 48px;
	}
}

@media screen and (max-width: 480px) {
	#docs-wrap.docs-wrap--carousel {
		padding: 0 34px;
	}

	#docs-wrap.docs-wrap--carousel .owl-nav {
		left: 0;
		right: 0;
	}

  #docs-wrap.docs-wrap--carousel .owl-nav .owl-next{
    right: -30px;
  }

  #docs-wrap.docs-wrap--carousel .owl-nav .owl-prev{
    left: -30px;

  }
}

/* End */


/* Start:/local/templates/new/components/bitrix/news.list/about-news/style.css?17866998492592*/
.about-news-wrap {
    position: relative;
    width: 100%;
}

.about-news-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.about-news-carousel .owl-item {
    display: flex;
}

.about-news-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid #edf4f8;
    border-radius: 6px;
    color: #262626 !important;
    background: #fff;
}

.about-news-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    padding: 12px;
    background: #f8fbfd;
}

.about-news-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .25s ease;
}

.about-news-card:hover .about-news-card__image img {
    transform: scale(1.03);
}

.about-news-card__name {
    display: block;
    padding: 16px 18px 18px;
    color: #005771;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
}

.about-news-card__name-text {
    display: -webkit-box;
    min-height: calc(2 * 1.35em);
    overflow: hidden;
    overflow-wrap: anywhere;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.about-news-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -56px;
    right: -56px;
    width: auto;
    margin: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.about-news-carousel .owl-nav .owl-prev,
.about-news-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    pointer-events: auto;
}

.about-news-carousel .owl-nav .owl-prev {
    left: 0;
}

.about-news-carousel .owl-nav .owl-next {
    right: 0;
}

@media (max-width: 767px) {
    .about-news-wrap {
        padding: 0 34px;
    }

    .about-news-wrap .about-news-carousel.horizont-arrow.owl-theme .owl-nav {
        top: 0;
        right: 0;
        bottom: 80px;
        left: 0;
        z-index: 3;
        width: auto;
        transform: none;
    }

    .about-news-wrap .about-news-carousel.horizont-arrow.owl-theme .owl-nav .owl-prev,
    .about-news-wrap .about-news-carousel.horizont-arrow.owl-theme .owl-nav .owl-next {
        top: 50%;
        transform: translateY(-50%);
    }

    .about-news-wrap .about-news-carousel.horizont-arrow.owl-theme .owl-nav .owl-prev {
        right: auto;
        left: 0;
    }

    .about-news-wrap .about-news-carousel.horizont-arrow.owl-theme .owl-nav .owl-next {
        right: 0;
        left: auto;
    }
}

/* End */


/* Start:/local/templates/new/components/bitrix/news.list/sales-new/style.css?1777303188400*/
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;
}

html .sale-section{
	padding-top: 30px;
}
html .sales-carousel{
	max-width: 1170px;
}

.sale-block__text div b span {
	font-size: 16pt; color: #ffffff;
}

@media screen and (max-width: 480px) {
	.sale-block__text div b span {
		font-size: 13pt;
	}
}
/* End */
/* /local/templates/new/components/bitrix/news.list/docs/style.css?17866998502592 */
/* /local/templates/new/components/bitrix/news.list/about-news/style.css?17866998492592 */
/* /local/templates/new/components/bitrix/news.list/sales-new/style.css?1777303188400 */
