/* Store list page */
.shop_list_page {
    padding-bottom: 30px;
    padding-top: 12px;
}

.shop_list_headline {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.shop_list_title {
    font-size: 32px;
    line-height: 37px;
    margin: 0;
}

.shop_list_headCity {
    margin: auto 0;
    margin-right: 20px;
}

.shop_list_headCity select {
    height: 40px;
    width: 280px;
    padding: 0 10px;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 14px;
    background: #fff;
    cursor: pointer;
}

.shop_list_buttonTabs {
    display: flex;
}

.shop_list_buttonTabs .btn {
    height: 40px;
    padding: 0 35px;
    box-shadow: none !important;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    border: 2px solid #000;
    font-weight: 400;
    margin-left: 18px;
    transition: 0.2s;
    cursor: pointer;
}

.shop_list_buttonTabs .btn:hover,
.shop_list_buttonTabs .btn.active {
    background: #000;
    color: #fff;
}

.shop_list_buttonTabs .btn.active {
    cursor: default;
}

/* Tabs */
.shop_list_tab {
    display: none;
}

.shop_list_tab.active {
    display: block;
}

/* Table header */
.shop_list_top {
    padding: 19px 20px;
    background: #eee;
}

.shop_list_top_name,
.shop_list_top_hours,
.shop_list_top_phone {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.shop_list_top_name {
    width: 32%;
}

.shop_list_top_hours {
    width: 22.5%;
}

.shop_list_top_phone {
    width: 22.5%;
}

/* Store row */
.shop_list_element {
    display: flex;
    width: 100%;
    border: 1px solid #eee;
    margin-top: -1px;
    margin-bottom: 0;
}

.shop_list_element_content {
    display: flex;
    align-items: start;
    flex-grow: 1;
    padding: 20px;
}

.shop_list_element_name,
.shop_list_element_hours,
.shop_list_element_phone,
.shop_list_element_last {
    display: inline-block;
}

.shop_list_element_name {
    width: 32%;
    padding-right: 10px;
}

.shop_list_element_name a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    transition: 0.2s;
}

.shop_list_element_name a:hover {
    opacity: 0.7;
}

.shop_list_element_info {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-top: 8px;
}

.shop_list_element_hours {
    width: 22.5%;
    padding-right: 10px;
}

.shop_list_element_plans {
    font-size: 16px;
    line-height: 21px;
}

.shop_list_element_phone {
    width: 22.5%;
    font-size: 16px;
    line-height: 21px;
}

.shop_list_element_last {
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 20px;
    width: 22%;
    text-align: right;
    margin-left: auto;
}

.shop_list_element_last .shop_list_element_buttons {
    position: relative;
}

.shop_list_element_last .shop_list_element_buttons a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    display: block;
    width: 146px;
    height: 40px;
    padding: 9px 28px;
    color: #fff;
    background: #000;
    text-align: center;
    transition: 0.2s;
}

.shop_list_element_last .shop_list_element_buttons a:hover {
    background: #333;
}

/* Map tab */
.shop_list_tab.shop_list_tab2 {
    padding-bottom: 40px;
}

/* Store detail page */
.shop_list_back a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
    transition: 0.2s;
}

.shop_list_back a:hover {
    color: #000;
}

.shop_list_item {
    padding-bottom: 40px;
}

.shopList_headline_wrap {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.shopList_headline {
    flex: 1;
}

.shopList_headline_title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
}

.shopList_headline_row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.shopList_headline_row:last-of-type {
    border-bottom: none;
}

.shopList_headline_icon {
    flex-shrink: 0;
    color: #999;
    margin-top: 1px;
}

.shopList_headline_plans {
    color: #666;
}

.shopList_headline_phone {
    font-size: 18px;
    line-height: 24px;
}

.shopList_headline_phone .shopList_headline_icon {
    margin-top: 2px;
}

.shopList_headline_phone a {
    color: #000;
    font-weight: 600;
}

.shopList_headline_mail {
    margin-bottom: 15px;
}

.shopList_headline_mail a {
    color: #000;
}

.shopList_headline_but {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.shopList_headline_but .btn {
    padding: 10px 20px;
    border: 2px solid #000;
    background: #fff;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s;
}

.shopList_headline_but .btn:hover {
    background: #000;
    color: #fff;
}

.shopList_images {
    flex-shrink: 0;
    width: 50%;
    max-width: 600px;
    position: relative;
}

.shopList_images.swiper {
    overflow: hidden;
}

.shopList_images .swiper-slide {
    aspect-ratio: 4 / 3;
    background: #f7f7f7;
    overflow: hidden;
}

.shopList_images .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.shopList_images .swiper-button-prev,
.shopList_images .swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.shopList_images .swiper-button-prev:after,
.shopList_images .swiper-button-next:after {
    font-size: 18px;
}

.shopList_images .swiper-pagination-bullet-active {
    background: #000;
}

.shopList_headline_descr {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.store_social {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.store_social_icon {
    display: block;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
}

.store_social_icon_telegram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm5.562 8.161l-1.97 9.281c-.146.658-.537.818-1.084.508l-3-2.211-1.447 1.394c-.16.16-.295.295-.605.295l.213-3.053 5.56-5.023c.242-.213-.054-.333-.373-.121l-6.871 4.326-2.962-.924c-.643-.204-.657-.643.136-.953l11.57-4.461c.537-.194 1.006.131.833.942z' fill='%23333'/%3E%3C/svg%3E");
}

.store_social_icon_vk {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm6.21 13.39c.435.42.894.816 1.283 1.28.172.207.334.42.46.66.178.34.018.714-.282.734h-2.04c-.535.046-1.16-.18-1.59-.528a14.26 14.26 0 01-1.172-1.084c-.166-.17-.34-.33-.536-.46-.395-.26-.745-.19-.94.238-.2.433-.244.9-.266 1.366-.03.654-.227.824-.882.856-1.404.07-2.73-.15-3.96-.873a8.4 8.4 0 01-2.82-2.94C4.3 10.64 3.457 8.5 2.73 6.31c-.163-.49-.015-.754.52-.76 1.126-.02 2.252-.02 3.38 0 .37.008.62.24.753.593.47 1.26 1.064 2.457 1.82 3.564.2.296.408.59.706.79.33.22.572.13.716-.244.09-.238.13-.49.15-.742.065-.77.072-1.54-.04-2.306-.067-.48-.328-.79-.8-.874-.24-.043-.206-.128-.09-.21.2-.14.39-.228.77-.228h2.305c.363.07.443.233.494.6l.002 2.557c-.005.14.068.558.318.65.2.066.33-.094.45-.218.54-.58.925-1.27 1.27-1.973.152-.31.283-.63.406-.95.09-.235.232-.35.49-.344l2.22.002c.065 0 .13 0 .193.014.37.065.47.227.358.59a7.03 7.03 0 01-1.202 2.098c-.49.66-1.015 1.29-1.486 1.96-.434.62-.397.927.134 1.46z' fill='%23333'/%3E%3C/svg%3E");
}

.store_social_icon_ok {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm0 5.894a2.97 2.97 0 110 5.94 2.97 2.97 0 010-5.94zm3.768 7.863a6.08 6.08 0 01-2.244.87l2.1 2.1a1.17 1.17 0 11-1.655 1.655L12 16.413l-1.97 1.97a1.17 1.17 0 11-1.655-1.656l2.1-2.1a6.08 6.08 0 01-2.244-.87 1.17 1.17 0 011.32-1.932 3.74 3.74 0 004.898 0 1.17 1.17 0 011.32 1.932z' fill='%23333'/%3E%3C/svg%3E");
}

/* Map section */
.shopList_item_map {
    margin-top: 30px;
}

.shopList_item_map_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.shopList_item_map_addr {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

/* Slogan */
.shop_listItem_slogan {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #eee;
}

.shop_listItem_sloganTitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.shop_listItem_sloganText {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.shop_listItem_sloganText p {
    margin-bottom: 10px;
}

/* Badges */
.store_badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.store_badge_open {
    background: #dc3545;
    color: #fff;
}

.store_badge_new {
    background: #28a745;
    color: #fff;
}

/* Responsive */
@media screen and (max-width: 1100px) {
    .shop_list_headline {
        flex-wrap: wrap;
    }

    .shop_list_title {
        min-width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 992px) {
    .shop_list_buttonTabs {
        margin-bottom: 20px;
        order: -1;
        min-width: 100%;
    }

    .shop_list_buttonTabs .btn:first-child {
        margin-left: 0;
    }

    .shop_list_title {
        order: -2;
    }

    .shop_list_element_name a {
        font-size: 18px;
        line-height: 22px;
    }

    .shop_list_element_info,
    .shop_list_element_plans,
    .shop_list_element_phone {
        font-size: 14px;
        line-height: 16px;
    }
}

@media screen and (max-width: 768px) {
    .shop_list_top {
        display: none;
    }

    .shop_list_element {
        flex-wrap: wrap;
        margin-bottom: 0;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .shop_list_element_content {
        flex-direction: column;
        row-gap: 10px;
        padding: 15px 0;
    }

    .shop_list_element_name,
    .shop_list_element_hours,
    .shop_list_element_phone {
        display: block;
        width: 100%;
    }

    .shop_list_element_last {
        width: 100%;
        flex-direction: column-reverse;
        align-items: start;
        margin-left: 0;
    }

    .shop_list_title {
        font-size: 20px;
        line-height: 23px;
    }

    .shopList_headline_wrap {
        flex-direction: column;
    }

    .shopList_images {
        width: 100%;
        max-width: 100%;
    }

    .shopList_headline_title {
        font-size: 22px;
    }
}

@media screen and (max-width: 615px) {
    .shop_list_headCity select {
        width: 100%;
    }

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

    .shop_list_buttonTabs .btn {
        width: calc(50% - 10px);
    }
}
