.tooltip {
    position: relative;
    display: inline-block;
    color: #000000;
}

.tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 400px;
    background-color: #808080;
    color: #fff;
    /* font-family: Korolev-Medium; */
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 90%;
    font-style: normal;
    line-height: normal;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    z-index: 1;
    transition: opacity 0.5s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    overflow: visible;
}

.tooltip-right {
    top: -5px;
    left: 107%;  
}

.tooltip-right::after {
    content: "";
    position: absolute;
    top: 1.2em;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #aaa transparent transparent;
}

.tooltip-bottom {
    top: 135%;
    left: 50%;  
    margin-left: -200px;
}

.tooltip-bottom::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #aaa transparent;
}

.tooltip-bottom-p5::after {
    content: "";
    left: 5%;
}

.tooltip-bottom-p10::after {
    content: "";
    left: 10%;
}

.tooltip-bottom-p15::after {
    content: "";
    left: 15%;
}

.tooltip-bottom-p20::after {
    content: "";
    left: 20%;
}

.tooltip-bottom-p25::after {
    content: "";
    left: 25%;
}

.tooltip-bottom-p30::after {
    content: "";
    left: 30%;
}

.tooltip-bottom-p35::after {
    content: "";
    left: 35%;
}

.tooltip-bottom-p40::after {
    content: "";
    left: 40%;
}

.tooltip-bottom-p45::after {
    content: "";
    left: 45%;
}

.tooltip-bottom-p55::after {
    content: "";
    left: 55%;
}

.tooltip-bottom-p60::after {
    content: "";
    left: 60%;
}

.tooltip-bottom-p65::after {
    content: "";
    left: 65%;
}

.tooltip-bottom-p70::after {
    content: "";
    left: 70%;
}

.tooltip-bottom-p75::after {
    content: "";
    left: 75%;
}

.tooltip-bottom-p80::after {
    content: "";
    left: 80%;
}

.tooltip-bottom-p85::after {
    content: "";
    left: 85%;
}

.tooltip-bottom-p90::after {
    content: "";
    left: 90%;
}

.tooltip-bottom-p95::after {
    content: "";
    left: 95%;
}

.tooltip-top {
    bottom: 125%;
    left: 50%;  
    margin-left: -200px;
}

.tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #aaa transparent transparent transparent;
}

.tooltip-left {
    top: -5px;
    bottom:auto;
    right: 107%;
}
.tooltip-left::after {
    content: "";
    position: absolute;
    top: 0.8em;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #aaa;
}

.italickerning {
        font-style: italic;
        margin-right: 2px;
}
