.shops__main {
    background: #FFFFFF;
}

.shops__header {
    width: 100%;
    padding: 80px 0;
    font-weight: bold;
    font-size: 48px;
    color: #000;
    letter-spacing: -0.75px;
    text-align: center;
    line-height: 56px;
    margin: 0;
}

.shops__list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 8%;
    gap: 10%;
}

.shops__item h3 {
    width: 100%;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    line-height: 32px;
    overflow: hidden;
}

.shops__item p {
    width: 100%;
    margin-bottom: 16px;
    opacity: .5;
    font-size: 16px;
    color: #000;
    letter-spacing: .3px;
    line-height: 24px;
    overflow: hidden;
}

.shops__wrapperAddress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    border-radius: 24px;
    height: 600px;
    width: 90%;
    max-width: 1740px;
    margin: 0 auto;
}

.shops__container {
    position: relative;
    width: 100%;
    border-radius: 0 24px 24px 0;
    height: 600px;
    max-width: 55%;
}

.shops__mySlides {
    display: none;
}

.shops__mySlides img {
    border-radius: 0 24px 0 0;
    width: 50%;
    height: 495px;
    object-fit: cover;
}

.shops__cursor {
    cursor: pointer;
}

.shops__block1 {
    margin: 0 auto 80px;
}

.shops__row:after {
    content: "";
    display: table;
    clear: both;
}

.shops__column {
    float: left;
    width: 20%;
}

.shops__column img {
    height: 100px;
    object-fit: cover;
}

.shops__demo {
    opacity: 0.6;
}

.shops__active,
.shops__demo:hover {
    opacity: 1;
}

.shops__block2 {
    padding: 80px 0 65px;
    background: #f5f5f5;
}

.shops__title {
    width: 100%;
    padding-bottom: 80px;
    font-size: 32px;
    color: #000;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin: 0;
}

.shops__list2 {
    list-style: none;
    padding: 0;
    width: 90%;
    max-width: 1740px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.shops__item2 {
    display: inline-block;
    width: 100%;
    max-width: 32%;
    vertical-align: top;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.shops__item2 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.shops__wrapperDescription {
    padding: 9%;
}

.shops__wrapperDescription h3 {
    font-size: 22px;
    color: #000;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: bold;
    margin: 0;
}

.shops__wrapperDescription p {
    margin: 16px 0 0;
    opacity: .5;
    font-size: 16px;
    color: #000;
    letter-spacing: .3px;
    line-height: 26px;
}

.shops__link {
    margin-top: 24px;
    font-size: 14px;
    font-weight: bolder;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid rgba(0,0,0,0);
    text-decoration: none;
}

.shops__link:hover {
    border-bottom: 1px solid rgba(4,4,4,1);
}

.shops__item2 a {
    text-decoration: none;
}

.mySwiperShop {
    max-height: 109px;
}

.mySwiperShop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiperShopBottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 24px 0 0;
}

.mySwiperShopBottom.swiper {
    height: 80%;
    margin-bottom: 10px;
    padding: 0 !important;
}

.mySwiperShop.swiper {
    padding: 0 !important;
}

.mySwiperShop .swiper-slide {
    opacity: .6;
}

.mySwiperShop .swiper-slide-thumb-active {
    opacity: 1;
}

@media (max-width: 768px) {
    .shops__header {
        padding: 40px 0;
        font-size: 28px;
        line-height: 35px;
    }

    .mySwiperShopBottom.swiper {
        height: 50vw;
    }

    .mySwiperShop.swiper {
        height: 40vw;
    }

    .mySwiperShopBottom img {
        border-radius: 24px 24px 0 0;
    }

    .shops__wrapperAddress {
        flex-direction: column-reverse;
        height: 100%;
    }

    .shops__container {
        position: relative;
        max-width: 100%;
        border-radius: 24px 24px 0 0;
        height: 500px;
    }

    .shops__mySlides img {
        border-radius: 24px 24px 0 0;
        width: 100%;
        height: 450px;
    }

    .shops__column img {
        height: 50px;
    }

    .shops__border {
        border-radius: 0 0 0 24px;
    }

    .shops__item h3 {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 30px;
    }

    .shops__list {
        margin: 0 8% 2%;
        gap: 0 10%;
    }

    .shops__item p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .shops__block1 {
        margin: 0 auto 40px;
    }

    .shops__block2 {
        padding: 40px 0 25px;
    }

    .shops__title {
        padding-bottom: 40px;
        font-size: 22px;
    }

    .shops__list2 {
        flex-direction: column;
    }

    .shops__item2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }
}

@media (max-width: 730px) {
    .mySwiperShopBottom.swiper {
        margin: 0;
    }
}

@media (max-width: 600px) {
    .mySwiperShopBottom.swiper {
        height: 65vw;
    }

    .mySwiperShop.swiper {
        height: 15vw;
    }
}

@media (max-width: 550px) {
    .mySwiperShopBottom.swiper {
        height: 70vw;
    }
}

@media (max-width: 450px) {
    .shops__header {
        padding: 20px 0;
        font-size: 24px;
    }

    .shops__container {
        height: 300px;
    }

    .shops__mySlides img {
        height: 250px;
    }

    .shops__column img {
        height: 50px;
    }

    .shops__list {
        grid-template-columns: 1fr;
    }

    .shops__wrapperDescription h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .shops__wrapperDescription p {
        margin: 12px 0 0;
        font-size: 14px;
        line-height: 22px;
    }

    .shops__link {
        font-size: 12px;
    }

    .mySwiperShopBottom.swiper {
        height: 48vw;
    }

    .mySwiperShopBottom img {
        object-fit: contain;
    }
}

@media (max-width: 375px) {
    .mySwiperShopBottom.swiper {
        height: 60vw;
    }
}