div.shops {
    width: auto;
    /*font-size: 0;*/
    padding-left: 0;
    position: relative;
    width: 100%;
}

.box_bot2 .shops {
    padding-left: 15px;
}

div.shops a {
    display: inline;
}

div.shops .store-img, div.shops .details {
    display: none;
}
.store-img {
    width: 100%;
}
.store-item {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
    width: 237px;
    padding-right: 14px;
}

.store-row {
    display: block;
    font-size: 13px;
    /*margin-left: 11px;*/
}
.store-row a {
    color: #0087C6;
}
.store-row img {
    width: 13px;
    margin-right: 8px;
}

.short-map.map-main {
    width: 100%;
    margin-left: 0;
}

.short-map #map {
    height: 600px;
}

.info-shop {
    z-index: -1;
}

/*.map-block .ymaps-2-1-79-balloon__content {
    margin: 0 !important;
    padding: 0 !important;
    min-width: 300px;
    min-height: 150px;
}
.ymaps-2-1-79-balloon__close-button {
    opacity: 1;
    background-color: #ffffffba;
    width: 40px;
    height: 40px;
}*/
.map-block .ymaps-2-1-79-map {
    color: #333;
}
.map-block .item-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em;

}
.map-block .store-item {
}

@media (max-width: 540px) {
    .container .map-block {
        border-radius: 0px !important;
    }
	.map-block .store-row {
        font-size: 14px;
	}
    .map-block .item-cards {
        flex-direction: column-reverse;
    }
}
