.slabovid_block {
    height: 55px;
    width: 250px;
    right: 25px;
    position: fixed;
    bottom: 45px;
    z-index: 9999;
    font-family: 'Gilroy',Arial,sans-serif;
}
.slabovid_button {
    position: absolute;
    width: 55px;
    height: 55px;
    right: 0;
    top: 0;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 53px;
    font-size: 35px;
    background: rgb(37, 211, 102);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slabovid_button img{
    width: 60%;
    height: auto;
    fill: #fff;
}
.slabovid_tooltip {
    display: block;
    position: absolute;
    font-size: 14px;
    line-height: 18px;
    background-color: white;
    color: black;
    width: 140px;
    right: 60px;
    top: 0px;
    text-align: center;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 230, 230);
    border-image: initial;
    border-radius: 10px;
}
.slabovid_tooltip::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(221, 221, 221);
}
.slabovid_tooltip::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    margin-left: -1px;
    z-index: 1000;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
}

.hide {
    display: none;
}