.swiper-button-next:after, .swiper-button-prev:after {display: none;}
.mySwiper {width: 100%; height: calc(100vh - 80px); margin-top: 80px;}
.swiper-css-mode>.swiper-wrapper>.swiper-slide img {width: 100%; height: 100%; object-fit: cover;}
.swiper-button-next, .swiper-button-prev {width: 50px; height: auto;}

.swiper-pagination-bullet {background: var(--wt); box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); background-color: #fff !important; opacity: 1;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {width: 13px; height: 13px; margin: 0 6px; background: var(--pr);}
.swiper-pagination-bullet-active {background: var(--pr) !important;}