:root {
    --swiper-theme-color: #000;
    --swiper-pagination-color: #FFF
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: var(--green);
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color)) !important;
}