.slider {
  margin: 0 auto;
  max-width: 100%;
}

.swiper-container {
  padding-bottom: calc(20px + 3%);
}

.swiper-scrollbar {
  background: #cfcecb;
}

.swiper-container-horizontal > .swiper-scrollbar {
  border-radius: 2px;
  height: 6px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-wrapper img {
  width: 100%;
}

.swiper-scrollbar-drag { background: #77b02d;}