.map_infowindow {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.map_infowindow img {
    display: inline;
    margin-right: 20px;
    margin-top: 0px;
}

.map_infowindow p {
    margin: 15px 0;
}

.map_infowindow>div {
    margin-bottom: 5px;
}

.map_infowindow strong {
    display: block;
}

.map_infowindow .sup {
    font-size: 11px;
    color: #666;
    font-weight: 300;
    margin-bottom: 0;
}

.map-places {
    overflow-y: scroll;
    width: 400px;
    position: absolute;
    top: 40px;
    right: 80px;
    bottom: 40px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    z-index: 2;
}

.map-places .shop-items {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
}

.map-places .shop__item:first-child {
    border-top: none;
}

.map-places .shop__item {
    padding: 20px 20px 10px 20px;
    list-style: none;
    border-top: 1px solid #eaebf2;
    cursor: pointer;
    border-left: 3px solid transparent;
}

.map-places .shop__item:hover,
.map-places .shop__item.active {
    background-color: rgba(137, 108, 110, 0.02);
    border-left: 3px solid #ED1C24;
}

.shop__item .city {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.shop__item .sup {
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #777;
    text-transform: none;
    margin-top: 5px;
}

.shop__item .shop__attr {
    display: none;
}

.shop__item.active .shop__attr {
    display: flex;
    flex-wrap: wrap;
}

.shop__item .attr__item {
    font-size: 10px;
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 2px 4px;
    margin: 2px;
    font-weight: 400;
}

.shop__item .attr__item:first-child {
    margin-left: 0;
}

.shop__item .attr__item:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    #map {
        height: 550px!important;
    }
    .map-places {
        position: static;
        width: auto;
        margin: 15px;
    }
}