ymaps .placemark {
    text-align: left;
}

ymaps .placemark .icon {
    display: inline-block;
}

ymaps .placemark .content {
    display: inline-block;
    margin-left: 5px;
}

ymaps .placemark .content .content_wrap{
    position: absolute;
    top: 0;
}

ymaps .placemark .content .name {
    white-space: nowrap;
    font-weight: bold;
}

ymaps .placemark .content .text {
    font-size: 10px;
    color: #0a7ddd;
    display: none;
}

ymaps .placemark:hover .content .text {
    display: block;
}