

/* Start:/local/templates/main/components/bitrix/news.detail/fullpage-banner/style.css?17719383642099*/
.fullpage-banner  {
	height: 100vh;
	margin-bottom: 60px;
}
.fullpage-banner__container,
.fullpage-banner__link {
	width: 100%;
	height: 100%;
	display: flex;
}

.fullpage-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fullpage-banner__link > div {
	width: 100%;
}

.fullpage-banner.new-banner .fullpage-banner__container {
	flex-direction: column;
	position: relative;
}


.fullpage-banner.new-banner .main-banner__text {
	position: absolute;
	bottom:0;
	/*bottom: 220px;*/
	color: #fff;
	background: #00000047;
	font-size: 16px;
	padding: 50px 30px;
	width: 100%;
	right: 0;
	opacity: 0;
}

.fullpage-banner.new-banner img {
	object-position: top;
}

.fullpage-banner.new-banner .slick-prev,
.fullpage-banner.new-banner .slick-next {
	position: absolute;
	top: 50%;
	font-size: 0;
	background: transparent;
	border: 0;
}


.fullpage-banner.new-banner .slick-prev:before,
.fullpage-banner.new-banner .slick-next:before {
	content: "";
	position: relative;
	width: 12px;
	height: 12px;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-left-width: 3px;
	border-left-style: solid;
	border-width: 2px;
	border-color: #fff;
}

.fullpage-banner.new-banner .slick-next:before {
transform: rotate(225deg)
}

.fullpage-banner.new-banner .slick-prev:before {
	transform: rotate(45deg)
}

.fullpage-banner.new-banner .slick-prev {
	left: 15px;
}

.fullpage-banner.new-banner .slick-next {
	right: 15px;

}


.fullpage-banner.new-banner .main-banner__text .slick-slide {
	margin-left: 20px;
	margin-right: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .digi-recs__header {
        font-size: 28px !important;
    }
}

@media (max-width: 767px) {
	.fullpage-banner.new-banner img {
		object-position: left;
	}

	.fullpage-banner.new-banner .main-banner__text {
		font-size: 14px;
		padding: 25px 15px;
		/*min-height: 155px;*/
		display: flex;
		align-items: center;
	}

	.fullpage-banner.new-banner {
		height: auto;
	}

	.fullpage-banner.new-banner .slick-prev {
		left: 5px;
	}

	.fullpage-banner.new-banner .slick-next {
		prev: 5px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/new_products_home/style.css?17479245621458*/
.detailed{
  margin-top: 15px;
  opacity: 0;
  text-align: center;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(51, 51, 102) none repeat scroll 0% 0%;
  border-color: rgb(51, 51, 102);
  color: #fff;
}
.detailed {
  transform: translateY(-100%);
  transition: transform 0.2s linear;
}
.novelty-slider__item{ text-decoration: none; }
.novelty-slider__item .product-discount{ font-size: 14px;
  display: block;
  padding: 0 7px;
  align-self: center;
  margin-left: 15px;
  font-family: 'Museo Sans Cyrl 100', Arial, sans-serif;
  font-weight: bold; }
.novelty-slider__item:hover .detailed {
  opacity: 1;
  transform: translateY(0);
}

.item-price_new{
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 500', Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.224px;
    color: #000000;
    margin-bottom: 15px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.old-price_new{
    text-decoration: none;
    position: relative;
    font-size: 14px;
    color: #b2b5b7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.old-price_new span {
    font-family: 'ALSRubl-Arial', Arial, sans-serif;
    margin-right: 10px;
    text-decoration: line-through;
    line-height: inherit;
}

@media (max-width: 768px) {
    .old-price_new {
        margin-top: 7px;
    }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/banners_main/style.css?1747924562582*/
.banners-slider__item--img.desk {
  display: block;
}

.banners-slider__item--img.mobile {
  display: none;
}

@media(max-width: 550px) {
  .banners-slider__item--img.img-default {
    display: none;
  }
  .banners-slider__item--img.mobile {
    display: block;
  }
}


.owl-carousel .owl-stage{display: flex;}
.index-banners-slider {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.video_mobile {
  display: none;
}

.video_desctop {
  display: block;
}

@media (max-width: 992px) {
  .video_mobile {
    display: block;
  }

  .video_desctop {
    display: none;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/smi/style.css?1739373238420*/
.advantages .advantages-desk .advantage-item.smi-item {
    width: 25%;
    height: auto;
    padding-bottom: 0;
}


.advantages .advantage-item.smi-item .img {
    width: 100%;
    margin: 0 auto 0;
    max-height: 140px;
}

.advantages .advantage-item.smi-item:hover img {
    -webkit-transform:  scale(1.2);
    transform: scale(1.2);
    transition: transform .3s ease, -webkit-transform .3s ease;
}
/* End */
/* /local/templates/main/components/bitrix/news.detail/fullpage-banner/style.css?17719383642099 */
/* /local/templates/main/components/bitrix/catalog.section/new_products_home/style.css?17479245621458 */
/* /local/templates/main/components/bitrix/news.list/banners_main/style.css?1747924562582 */
/* /local/templates/main/components/bitrix/news.list/smi/style.css?1739373238420 */
