.tooltip {
    position: absolute;
    font-family: "Yandex_Sans_Display_Web_Light";
    font-size: 12.5px;
    padding: 6px;
    background: rgba(255, 255, 255, .9);
    /*background: #ebebeb;*/
    border: solid 1px rgba(203, 203, 203, .5);
    pointer-events: none;
    line-height: 15px;
    max-width: 300px;
}