.module_slider-images .swiper-slide { text-align: center; }
.module_slider-images{overflow:hidden;}
.sliderInner.swiper{overflow:inherit;}
.module_slider-images .divider {
  border-bottom: 1px solid var(--mediumblue);
}
.module_slider-images .swiper {
  padding-bottom: 80px;
}

.module_slider-images .swiper-wrapper {
  align-items: center;
}

.module_slider-images .swiper-slide img {
  /*
  width: auto;
  height: auto;
  max-height: 250px;
  max-width: 250px; */
  
    height: 100%;
    width: auto;
    max-height: 240px;
    /* max-width: 240px; */
}  
  
  
}
.module_slider-images .swiper-button-prev,
.module_slider-images .swiper-button-next {
  bottom: 10px;
  top: unset;
  width: 26px;
  height: 46px;
}
.module_slider-images .swiper-button-prev {
  bottom: 10px;
  top: unset;
  width: 26px;
  height: 46px;  
  left: 40%;
}
.module_slider-images .swiper-button-next {
    bottom: 10px;
  top: unset;
  width: 26px;
  height: 46px;
  right: 40%;
}
.module_slider-images .swiper-button-prev:after,
.module_slider-images .swiper-button-next:after {
  color: var(--lightblue);
}
.module_slider-images .swiper-button-prev:hover:after,
.module_slider-images .swiper-button-next:hover:after {
  color: var(--darkblue);
}
.module_slider-images .swiper-horizontal>.swiper-pagination-bullets {
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}




.module_slider-images .swiper-pagination {
  top: unset;
  bottom: 15px;
  z-index: 100;
  width: auto;
}

.swiper-pagination-bullet {
  background-color: var(--lightblue);
  width: 16px;
  height: 16px;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--darkblue);
}
@media (min-width: 1280px){
  .sliderContainer{max-width:1310px; margin:0 0 0 auto;}
}
@media(max-width: 1280px){
  .module_slider-images .swiper-button-prev {left: 30%;}
  .module_slider-images .swiper-button-next {right: 30%;}
}
@media(max-width: 767px){
  .swiper-button-prev, .swiper-button-next{display:none;}
  .module_slider-images .swiper-pagination{width:100%;}
}


@media(max-width: 480px){
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{width:100%;}
  
}

