.shop-block {
    text-align: center;
    padding-bottom: 140px;
}

.shop-header .main-title {
    margin: 0 0 60px;
}

.shop-button {
    margin-top: 60px;
}

.shop-block .swiper {
    visibility: visible !important;
}

@media (max-width:991px) {
    .shop-block {
        padding-bottom: 70px;
        position: relative;
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .shop-button {
        margin-top: 40px;
    }

    .shop-block .sr-shops-grid {
        display: flex;
        gap: 0;
    }

    .shop-block .swiper-pagination {
        position: static;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        gap: 16px;
    }

    .shop-block .swiper-pagination .swiper-pagination-bullet {
        margin: 0;
        background: #EAEAEA;
        opacity: 1;
    }

    .shop-block .swiper-pagination .swiper-pagination-bullet-active {
        background: #2B6188;
    }
}