.swiper-button-next,
.swiper-button-prev
{
    color: #fff;

    top: 0;
    bottom: 0;

    display: flex;

    width: 60px;
    height: 60px;
    margin: auto;

    transform: none;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.swiper-button-prev
{
    left: 40px;
}

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

.swiper-button-next:after,
.swiper-button-prev:after
{
    display: none;
}


.swiper-button-next .icon,
.swiper-button-prev .icon
{
    display: block;

    width: 40px;
    height: 27px;
}

.swiper-button-next .icon
{
    transform: rotate(180deg);
}



.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction
{
    position: absolute;
    bottom: 59px;
    left: 0;

    display: flex;

    width: 100%;
    height: 16px;

    pointer-events: none;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.swiper-pagination-bullet
{
    color: #fff;

    display: block;

    width: 16px;
    height: 16px;

    transition: .2s linear;
    pointer-events: auto;

    opacity: 1;
    border: 3px solid;
    border-radius: 8px;
    background: currentColor;
}

.swiper-pagination-bullet + .swiper-pagination-bullet
{
    margin-left: 26px !important;
}

.swiper-pagination-bullet.active
{
    width: 33px;

    background: transparent;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet
{
    margin: 0;
}
