.shops-map-content{
    padding: 0 60px;
}

.shops-map-title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
}

.shops-map {
    width: 100%;
    height: 542px;
    display: flex;
    border: 1px solid #D8D8D8;
    background: #FFF;
}

.shops-map .left {
    width: 462px;
    height: 100%;
    overflow: auto;
    border-right: 1px solid #D8D8D8;
}

.shops-map .right {
    width: calc(100% - 462px);
}

.tab-item-head {
    height: 135px;
    padding: 18px 34px 16px 13px;
    display: flex;
    cursor: pointer;
}

.tab-item-head:not(:last-child) {
    border-bottom: 1px solid #D8D8D8;
}

.tab-item-head.active,
.tab-item-head:hover {
    background: #FAFAFA;
}

.tab-item-head-icon {
    width: 62px;
    margin-right: 22px;
}

.tab-item-head-icon img {
    vertical-align: top;
}

.tab-item-head-content {
    width: calc(100% - 84px);
}

.tab-item-head-city {
    color: #000;
    font-size: 18px;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 8px;
}

.tab-item-head-address {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.57;
    margin-bottom: 10px;
}

.tab-item-head-phone {
    color: #000 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 1;
}

.tab-item-body {
    position: relative;
    height: 100%;
    display: none;
}

.tab-item-body.open {
    display: block;
}

.tab-item-body img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.mobile-map-image {
    display: none;
}

.shops-map-slider {
    height: 100%;
}

.shops-map-slider.map-mobile {
    display: none;
}

.shops-map-slider .slick-list {
    height: 100%;
}

.shops-map-slider .slick-track {
    height: 100%;
}

.shops-map-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    position: absolute;
    right: 17px;
    bottom: 17px;
    padding: 0 36px;
    height: 34px;
    border-radius: 2px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.98);
}

.shops-map-control .slick-arrow {
    position: absolute;
    top: 0;
    line-height: 1;
    border: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    cursor: pointer;
}

.shops-map-control .slick-arrow:hover {
    opacity: 0.7;
}

.shops-map-control .slick-prev {
    background: url("../../images/slider-prev.svg") center no-repeat;
    left: 0;
}

.shops-map-control .slick-next {
    background: url("../../images/slider-next.svg") center no-repeat;
    right: 0;
}

.shops-map-control .slider-quantity {
    order: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px
}

.slider-quantity.quantity-mobile {
    display: none;
}

.shops-map-control .slick-dots {
    margin-top: 0;
}

.shops-map-control .slick-dots li {
    margin: 0;
    display: none;
}

.shops-map-control .slick-dots li.slick-active {
    display: inline;
}

.shops-map-control .slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #161619;
}

.shops-map-control .slick-dots li button:before {
    content: none;
}

@media all and (max-width: 1280px) {
    .shops-map {
        flex-wrap: wrap;
        height: auto;
    }

    .shops-map .left {
        width: 100%;
        order: 1;
        border-top: 1px solid #D8D8D8;
        border-right: none;
    }

    .shops-map .right {
        width: 100%;
        height: 542px;
    }

    .tab-item-head {
        height: 115px;
    }
}

@media all and (max-width: 1023px) {
    .shops-map-content {
        padding: 0 30px;
    }
}

@media all and (max-width: 767px) {
    .shops-map-content {
        padding: 0;
    }

    .shops-map-title {
        margin-bottom: 10px;
        padding: 0 15px;
        font-size: 20px;
        line-height: 2;
    }

    .shops-map {
        border-left: none;
        border-right: none;
    }

    .shops-map .left {

    }

    .shops-map .right {
        height: 64vw;
    }

    .tab-item-head {
        height: auto;
        min-height: 105px;
        padding: 20px 24px 15px 15px;
    }

    .tab-item-head-icon {
        margin-right: 14px;
    }

    .tab-item-head-content {
        width: calc(100% - 76px);
    }

    .tab-item-head-city {
        line-height: 1;
        margin-bottom: 10px;
    }

    .tab-item-head-address {
        margin-bottom: 7px;
        line-height: 1;
    }

    .shops-map-control {
        right: 15px;
        bottom: 2px;
        background: none;
        border: none;
    }

    .shops-map-control .slick-arrow {
        display: block;
    }

    .slider-quantity.quantity-mobile {
        display: inline;
    }

    .slider-quantity.quantity-desktop {
        display: none;
    }

    .shops-map-slider.map-mobile {
        display: block;
    }
    .shops-map-slider.map-desktop {
        display: none;
    }
}

