.description {
     color: #555555;
     font-size: 16px;
}

h1.section-title {
    margin-top: 0;
}
.v_nalichii_block{
    display: inline-block;
    padding: 10px;
    background: #ededed;
    border-radius: 10px;
    cursor: pointer;
}
.v_nalichii_text{
    color: #2181C5;
}
.shops_popup_content{
font-size:14px;
padding: 40px 10px 0 10px;
    display: flex;
}
.shops_popup_map{
min-width: 640px;
    min-height: 460px;
    height: 100%;    
display: flex;
}
#store_ymap{
    width: 640px;
    height: 460px;
}
.shops_popup_item{
display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-bottom: 1px solid #d9d9d9;
    min-width: 250px;
cursor: pointer;
}
.shops_popup_item_name{
    font-weight: bold;
    line-height: 18px;
margin-bottom: 3px;
}
.shops_popup_item_addres{
    font-size: 12px;
color: #2181C5;
}
.shops_popup_items_wrapp{
height: 422px;
    overflow-y: auto;
    overflow-x: hidden;
}
.shops_popup_content_wrapp{
display:none;
}
.shops_popup_item_gps_n{
display:none;
}
.shops_popup_item_gps_s{
display:none;
}
.shops_popup_item.active{
    background-color: #c5e4fc;
}
@media (max-width: 768px){
.shops_popup_content {
    flex-direction: column;
}
.shops_popup_map {
    min-width: 280px;
}
#store_ymap{
    width: 280px;
}
.shops_popup_items_wrapp {
    height: auto;
    margin-bottom: 20px;
}
}