/* .swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.67521 2L17 10L7.67521 18L6 16.0438L13.0446 10L6 3.9562L7.67521 2Z' fill='%23131313'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 20px;
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s, background-color 0.2s;
} */
/*
body.-notouch .swiper-button-prev:hover,
body.-notouch .swiper-button-next:hover {
  background-color: #67ba61;
}

body.-notouch .swiper-button-prev:active,
body.-notouch .swiper-button-next:active {
  background-color: #3ea136;
}
*/
/* .swiper-button-prev {
  left: -32px;
  transform: scaleX(-1);
}

.swiper-button-next {
  right: -32px;
}

.swiper-initialized ~ .swiper-button-prev,
.swiper-initialized ~ .swiper-button-next {
  opacity: 1;
}

.swiper-initialized ~ .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
} */
/*
@media (min-width: 1280px) and (max-width: 1375px) {
  .swiper-button-prev {
    left: -20px;
  }

  .swiper-button-next {
    right: -20px;
  }
}

@media (min-width: 768px) {
  .swiper-button-nav {
    position: absolute;
    top: -120px;
    right: 0;
    width: 176px;
  }

  .swiper-button-nav .swiper-button-prev,
  .swiper-button-nav .swiper-button-next {
    top: 0;
    margin: 0;
  }

  .swiper-button-nav .swiper-button-prev {
    left: 0;
  }

  .swiper-button-nav .swiper-button-next {
    right: 0;
  }

  .swiper-initialized .swiper-button-nav .swiper-button-disabled {
    opacity: 0.4;
  }
}

@media (max-width: 767px) {
  .swiper-button-prev {
    position: relative;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: 24px 0 0 -70px;
  }

  .swiper-button-next {
    position: absolute;
    top: 100%;
    right: 50%;
    width: 60px;
    height: 60px;
    margin: -60px -70px 0 0;
  }

  .swiper-initialized .swiper-button-disabled {
    opacity: 0.4;
  }
}
*/
.swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 35px;
  transform: translateZ(0);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  transition: opacity 0.25s;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
