.claster {
    color: #D63E31;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 40px;
}
.contacts-grid.contacts-flex{
    display: flex;
}
.contacts-grid__content.contacts-grid__content-flex{
    display: flex;
}
.contacts-grid__content-item.contacts-grid__content-item-flex:not(:last-child){
    margin-right: 70px;
}
@media(max-width:800px) {
    .contacts-grid__content.contacts-grid__content-flex{
        flex-direction: column;
    }
    .contacts-grid__content-item.contacts-grid__content-item-flex:not(:last-child){
        margin-right: unset;
    }
}
.section-title.contacts-shops-title{
    margin-top: 40px;
    font-size: 22px;
}
.shop-card.contacts-shop-card{
    border-radius: unset;
}
.shop-card-title.shop-card-contacts-title,
.shop-card-title.shop-card-contacts-title a{
    color: #DA3A3A;
}
.shop-card-grid-delivery.shop-card-grid-contacts{
    color: #000000;
}
#map_container,
#map_container_points{
    display:block;
    width:600px;
    height:340px;
}
@media (max-width: 990px) {
    #map_container,
	#map_container_points{
        width: 100%;
    }
}
@media (max-width: 520px) {
    .product-catalog.product-catalog-contacts {
        display: flex;
        flex-direction: column;
    }
}