.swiper-slide img{
  width: 100%;
}
.slider-wrap{
  padding: 2rem 0;
}
.swiper-button-prev, .swiper-button-next{
  /* transform: translateY(-50%); */
}
.swiper-button-prev, .swiper-button-next{
  color: #707070;
}
.swiper-button-prev{
  left: -60px;
}
.swiper-button-next{
  right: -60px;
}
.swiper-container{
  position: initial;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: -35px;
}
.swiper-pagination-bullet-active {
    background: #707070;
}
@media (max-width:600px) {
  .swiper-button-prev{
    left: 0;
  }
  .swiper-button-next{
    right: 0;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   .swiper-container{
     position: relative;
   }
   .swiper-button-prev{
     left: 0;
   }
   .swiper-button-next{
     right: 0;
   }
   .swiper-button-prev::after, .swiper-button-next::after{
     display: none;
   }
   .swiper-button-next{
     background-image: url('/assets/images/elem/arrow-next.png');
     background-repeat: no-repeat;
     height: 50px;
     width: 30px;

   }
   .swiper-button-prev{
     background-image: url('/assets/images/elem/arrow-prev.png');
     background-repeat: no-repeat;
     height: 50px;
     width: 30px;

   }
}
