 
 <style>
.t607 .t-menu__link-item .t607__dot{
    width: 10px !important;
    border-radius: 0;
}
/*Положение меню по левой или правой стороне*/
.t607 { 
    left: auto;  /*auto справа ; 50px  - слева*/
    width: fit-content;
} 
.t607 .t-menu__link-item.t-active .t607__dot { width: 40px !important}
.t-active .t607__tooltip {
    visibility: visible  !important;
    opacity: 1 !important;
    background: none !important;
}
.t607__tooltip {background: none !important}
.t607__tooltip:after { display: none} 
.t607 .t-menu__link-item {
    padding: 10px 0px;
    width: 40px;
}
.t607 .t-menu__link-item:hover  .t607__dot {width: 40px !important}
.t607 .t-menu__link-item:hover .t607__tooltip {
    -webkit-transform: translateX(20%) translateY(-50%);
    transform: translateX(-20%) translateY(-50%);
}    
.t607 .t-menu__link-item:hover .t607__tooltip {
    visibility: hidden;
    opacity: 0;
}
</style>