.balloon__info,
.balloon__title,
.balloon__address,
.balloon__subway,
.balloon__options,
.balloon__title_cluster_caption {
    font-family:futura-book,Helvetica,sans-serif;
}

.balloon__title_cluster_caption {
    color: #000;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.875rem;
    position: relative;
    top: 1px;
}

ymaps .map_title {
    font-weight: normal;
}

.map_hider {
    display: none;
}

ymaps .map_hider {
    display: block;
}

ymaps .balloon__title {
    display:none;
}

.b-map-list__preloaded {
    background-color:#fff;
    opacity:1;
    -webkit-transition:opacity .5s;
    transition:opacity .5s;
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
    min-height: 400px;
}