
/* NOTE begin для карусель фенси бокс*/
.gallery_fancy_img .gallery, .gallery_fancy_content, .related.products .wrap_spisok_tovar {
   display: block;
   margin-bottom: 0;
   position: relative;
}
.carousel__slide, .gallery-item, .related.products .wrap_spisok_tovar .product {
    width: 100% !important;
    flex: 0 0 auto;
    max-width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}
.related.products .wrap_spisok_tovar .product {
    width: 16% !important;
}
.f-carousel__dots {
   display: none !important;
}
.f-carousel__nav {
    width: 104px;
    height: 10px;
    margin: auto;
    position: relative;
    top: 30px;
 }
 .f-button.is-prev {
    width: 39 !important;
    height: 19px !important;
    background-image: url(../images/31.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    top: 0 !important;
    left: 0 !important;
 }
 .f-button.is-prev:hover, .f-button.is-next:hover {
    filter: invert(6%) sepia(82%) saturate(6284%) hue-rotate(253deg) brightness(124%) contrast(93%);
 }
 .f-button.is-next {
    width: 39px !important;
    height: 19px !important;
    background-image: url(../images/33.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    top: 0 !important;
    right: 0 !important;
 }
 .f-button svg {
   display: none !important;
 }
/* NOTE begin для карусель фенси бокс*/



/* NOTE begin для Carousel Slider*/

/* .carousel-slider .owl-nav .owl-next, .carousel-slider .owl-nav .owl-prev {
    color: var(--carousel-slider-nav-color,#9e9e9e);
    display: inline-block;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    width: 30px !important;
    height: 30px !important;
}
.carousel-slider .owl-nav .owl-prev {
    left: -40px !important;
    background-image: url(../images/fa-angle-down.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat!important;
    background-size: auto auto!important;
 }
.carousel-slider .owl-nav .owl-next {
    right: -40px !important;
    background-image: url(../images/fa-angle-down.png) !important;
   background-position: center center!important;
   background-repeat: no-repeat!important;
   background-size: auto auto!important;
}

.carousel-slider .owl-nav .owl-prev:hover {
    background-image: url(../images/fa-angle-down.png) !important;
 }
.carousel-slider .owl-nav .owl-next:hover {
    background-image: url(../images/fa-angle-down.png) !important;
}
.carousel-slider-hero__cell  {
    height: auto !important;
    display: block !important;
 }
 .carousel-slider-hero__cell__inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: static !important;
    display: block !important;
 }

*/
.carousel-slider__item  {
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .carousel-slider__item a {
    display: block;
    width: 90%;
    position: relative;
 }
 .carousel-slider__item a:before  {
     position: absolute;
     width: 100%;
     height: 100%;
     opacity: 0;
     content: "";
     background-color: rgba(0, 0, 0, 0.8);
     transition: 0.3s;
  }
  .carousel-slider__item a:after{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: "";
    background-image: url(../images/loop.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50px auto;
    transition: 0.8s;
    top: 0;
 }
  .carousel-slider__item a:hover:before, .carousel-slider__item a:hover:after{
     opacity: 1;
  }

.carousel-slider-hero__cell__background, .carousel-slider-hero__cell__background_overlay  {
    background-color: transparent !important;
}
.carousel-slider-hero__cell__description {
    margin-bottom: 0 !important;
}
.carousel-slider-hero__cell__inner.carousel-slider--v-position-middle {
    align-items: flex-start !important;
}

/* NOTE end для Carousel Slider*/





/* NOTE begin для Super Carousel*/

.supercrsl a.superprev, .supercrsl a.supernext {
    top: calc(50% - 25px) ;
    opacity: .8;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    background-color: rgb(151, 151, 151);
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size:  auto 70% !important;
}
.supercrsl a.superprev:hover, .supercrsl a.supernext:hover {
    opacity: 1 !important;
}
.super_style1-black.superprev {
    background-image: url(../images/left.png)!important;
    left: -10px !important;
}
.super_style1-black.supernext {
    background-image: url(../images/right.png)!important;
    right: -10px !important;
}
.super_style1-black.superprev:hover {
    background-image: url(../images/left.png)!important;
}
.super_style1-black.supernext:hover {
    background-image: url(../images/right.png)!important;
}
.supercrsl .pagination {
    margin-top: 20px !important;
}
.supercrsl .pagination a {
    border: 1px solid rgb(109, 109, 109) !important;
    background-image: none !important;
    width: 10px;
    height: 10px;
    background-color: rgb(206, 206, 206);
    border-radius: 50%;
}
.supercrsl .pagination a.selected, .supercrsl .pagination a:hover {
    background-image: none !important;
    background-color: rgb(255, 255, 255) !important;
}
.ari-fancybox-Super-Carousel {
   position: relative;
   display: block;
}
.Super-Carousel-back {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.8s;
    
 }
 .supercarousel div a {
   width: auto !important;
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.supercarousel_arrowsout .supercarousel_wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

 .Super-Carousel-loop {
    background-image: url(../images/loop.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:  auto 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px); 
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
 }
 .ari-fancybox-Super-Carousel:hover .Super-Carousel-back {
    opacity: 1;
 }
/* NOTE end для Super Carousel*/








/* NOTE begin 1500px*/

@media screen and (max-width:1500px)  {
    .related.products .wrap_spisok_tovar .product {
        width: 20% !important;
    }
    
}
/* NOTE end 1500px*/
  /* NOTE begin 1300px*/
  @media screen and (max-width:1300px)  {

    .related.products .wrap_spisok_tovar .product {
        width: 25% !important;
    }
    /* NOTE begin для Carousel Slider*/
    .carousel-slider .owl-nav .owl-next {
        right: 10px !important;
       background-size: auto auto;
    }
    .carousel-slider .owl-nav .owl-prev {
       left: 10px !important;
       background-size: auto auto;
    }
/* NOTE end для Carousel Slider*/



/* NOTE begin для Super Carousel*/
    .super_style1-black.superprev {
        left: 0 !important;
        margin-left: 30px;
    }
    .super_style1-black.supernext {
        right: 0 !important;
        margin-right: 30px;
    }
/* NOTE end для Super Carousel*/
   
}



/* NOTE end 1300px*/
/* NOTE begin 900px*/

@media screen and (max-width:900px)  {
    .related.products .wrap_spisok_tovar .product {
        width: 50% !important;
    }
}
/* NOTE end 900px*/

/* NOTE begin 500px*/

@media screen and (max-width:500px)  {
    /* NOTE begin для карусель фенси бокс*/

 .carousel__dots {
    display: flex !important;
 }
 /* NOTE begin для карусель фенси бокс*/
 .related.products .wrap_spisok_tovar .product {
    width: 100% !important;
}
}
/* NOTE end 500px*/
