.tooltip {
    /*display: none;*/
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(203, 203, 203, 0.5);
    font-family: "Yandex_Sans_Display_Web_Light";
    font-size: 12.5px;
    padding: 4px;
    line-height: 15px;
    overflow-wrap: normal;
}

.tooltip-text {
    margin: 0;
}
