.slider-page-b {
    padding:15px 0 25px
}

.slider-page-b .swiper-slide {
    display:flex;
    align-items:center;
    justify-content:center
}

.slider-page-b img {
    max-width:100%;
    height:auto;
    display:block
}

.slider-page-b .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position:initial;
    padding:10px 0 0
}


.slider-page-b .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    outline:none;
    border:0;
    width:10px;
    height:10px;
}

.slider-page-b .swiper-pagination-bullet-active {
    background:#dc052d;
}