.slider input{
    width:792px;    
}
.catalog__item--slider {
  padding-bottom: 150px;
  max-width: 850px;
  width: 47.8%;
}
@media screen and (max-width: 1560px) {
    .catalog__item--slider {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 1200px) {
  .catalog__item--slider {
    width: 100%;
  }
}

.swiper {
  width: 100%;
  height: 115%;
}
.swiper .swiper-slide {
    display: flex;
    white-space: nowrap;
  max-width: 100%;
  min-width: 350px;
  height: 45vh;
}


.swiper .swiper-slide img {
  width: 100%;
  max-height: 605px;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

@media(max-width: 600px) {
  .swiper .swiper-slide  {
   height: 90vw;
  }
}

.swiper-pagination {
    display: flex;
    overflow-x: auto;
}
@media screen and (max-width: 1655px) {
  .swiper {
    height: 120%;
  }
}

@media screen and (max-width: 1200px) {
  .swiper {
    height: 116%;
  }
}
@media screen and (max-width: 710px) {
  .swiper {
    height: 120%;
  }
}
@media screen and (max-width: 580px) {
  .swiper {
    height: 125%;
  }
  .swiper-slide {
  height:25vw;}
}
@media screen and (max-width: 460px) {
  .swiper {
    height: 130%;
  }
}

.swiper-pagination {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center !important;
  justify-content: center;
  --swiper-pagination-bullet-horizontal-gap: 14px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: white;
}

.swiper-pagination.light{
    --swiper-pagination-bullet-inactive-color: #0C0E1166;
}

.swiper-pagination-bullet-active {
  border: 18px solid rgb(158, 158, 158);
  background-clip: padding-box;
  width: 50px !important;
  height: 50px !important;
} 

@media screen and (max-width: 540px) {
  .swiper-pagination {
    --swiper-pagination-bullet-horizontal-gap: 9px;
    --swiper-pagination-bullet-size: 10px;
  }
  .swiper-pagination-bullet-active{
      border: 12px solid rgb(158, 158, 158);
      width: 35px !important;
      height: 35px !important;
  }
}*//*# sourceMappingURL=catalog__slider.css.map */