.swiper-button-next,
.swiper-button-prev
{
    top: 0;
    bottom: 0;

    display: flex;

    width: 27px;
    height: 27px;
    margin: auto;

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

.swiper-button-prev
{
    left: 50%;

    margin-left: -692px;
}

.swiper-button-next
{
    right: 50%;

    margin-right: -692px;
}

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

    width: 14px;
    height: 25px;

    transition: fill .2s linear;

    fill: #a5a9b5;
}

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

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


.promo-swiper-button-prev
{
    left: -63px;

    margin-left: 0;
}

.promo-swiper-button-next
{
    right: -63px;

    margin-right: 0;
}

.promo-swiper-button-next .icon,
.promo-swiper-button-prev .icon
{
    fill: #fff;
}


.compare-swiper-button-next,
.compare-swiper-button-prev
{
    top: auto;
    bottom: 0;

    width: 40px;
    height: 40px;

    border-radius: 50%;
    background: linear-gradient(90deg, #4b82c7 0%, #87b7f3 100%);
}

.compare-swiper-button-prev
{
    right: 61px;
    left: auto;

    margin-left: 0;
}

.compare-swiper-button-next
{
    right: 0;

    margin-right: 0;
}

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

    width: 16px;
    height: 14px;
}

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

.compare-swiper-button-next .icon
{
    transform: rotate(0);
}


.swiper-button-next:hover .icon,
.swiper-button-prev:hover .icon
{
    fill: #477ec4;
}



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

    display: flex;

    width: 100%;
    height: 9px;

    pointer-events: none;

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

.swiper-pagination-bullet
{
    display: block;

    width: 9px;
    height: 9px;

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

    opacity: 1;
    border: 2px solid #a5a9b5;
    border-radius: 50%;
    background: none;
}

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

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet.active
{
    background: #a5a9b5;
}

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