.site-wrapper-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1000;
  color: #3c3c3c;
}
.site-wrapper-pagination {
  width: 85px;
}
@media screen and (min-width: 992px) {
  .site-wrapper-pagination {
    width: calc(8.4269662921vw + 1.404494382px);
  }
}
@media screen and (min-width: 1170px) {
  .site-wrapper-pagination {
    width: 100px;
  }
}
.site-wrapper-pagination {
  padding-top: 34px;
  padding-bottom: 34px;
}
@media screen and (min-width: 992px) {
  .site-wrapper-pagination {
    padding-top: calc(3.3707865169vw + 0.5617977528px);
    padding-bottom: calc(3.3707865169vw + 0.5617977528px);
  }
}
@media screen and (min-width: 1170px) {
  .site-wrapper-pagination {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.site-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  transform: translate3d(0, 0, 0) !important;
}
.site-pagination .swiper-pagination-bullet {
  position: relative;
  border-radius: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  opacity: 1;
  margin: 0 !important;
}
.site-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #cfcfcf;
  transition: background-color 0.25s ease-in-out;
}
.site-pagination .swiper-pagination-bullet:hover::before {
  background-color: #b6b6b6;
}
.site-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #666;
}/*# sourceMappingURL=site-pagination.css.map */