

/* Start:/local/templates/frontside_new/components/bitrix/news.detail/catalog/style.css?17781497212787*/
.slider:has(.product-slider) {
  margin: 0 auto;
}

.product-slider div.swiper-slide {
  position: relative;
  min-width: 300px;
  min-height: 168.75px;
  max-width: 2493.5px;
  max-height: 1402.5px;
  aspect-ratio: 16 / 9;
  width: 80vw;
  height: 45vw;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.product-slider div.swiper-slide.swiper-slide-active {
  opacity: 1;
}

.product-slider div.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360px' height='806px' viewBox='0 0 360 806'%3E%3Cpath fill='white' fill-rule='nonzero' d='M10 806l-10 0 0 -10.01 10 10.01zm350 -806c-8.33,0 -16.66,0 -24.99,0l9.99 10 0 380.5 -9.99 9.99 -325.01 0 -10 -9.99 0 25 10 -10 325.01 0 9.99 10 0 380.49 -9.99 10.01c8.33,0 16.66,0 24.99,0l-9.99 -10 0 -786 9.99 -10zm-360 0l10 0 -10 10 0 -10z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.product-slider div.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360px' height='806px' viewBox='0 0 360 806'%3E%3Cpath fill='white' fill-rule='nonzero' d='M350 806l10 0 0 -10.01 -10 10.01zm-350 -806c8.33,0 16.66,0 24.99,0l-9.99 10 0 380.5 9.99 9.99 325.01 0 10 -9.99 0 25 -10 -10 -325.01 0 -9.99 10 0 380.49 9.99 10.01c-8.33,0 -16.66,0 -24.99,0l9.99 -10 0 -786 -9.99 -10zm360 0l-10 0 10 10 0 -10z'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.product-slider .swiper-slide img {
  max-height: unset;
}

.main-projects-slide,
.new-swiper .swiper-slide img {
  object-fit: cover;
  object-position: bottom center;
}

@media screen and (max-width: 1024px) {
  .product-slider div.swiper-slide {
    width: 95vw;
    height: 53.4375vw;
  }
}

/* .swiper.product-slider .swiper-wrapper {
  max-width: 1024px;
  margin-left: calc((100% - 1024px) * -0.5);
  margin-right: calc((100% - 1024px) * -0.5);
  padding-left: calc((100% - 1024px) / 2);
  padding-right: calc((100% - 1024px) / 2);
} */

/*.product-slider .swiper-slide {
    max-width: 1920px;
    max-height: 75vh;
    width: 80%;
}
.product-slider .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1279px) {
    .product-slider {
        padding: 0 40px;
    }
    .product-slider .swiper-slide {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .product-slider {
        padding: 0 16px;
    }
}*/
/* End */
/* /local/templates/frontside_new/components/bitrix/news.detail/catalog/style.css?17781497212787 */
