/* КОД ДЛЯ МЕНЮ */
a, a:visited, a:focus, a:active {
  color: inherit !important; /* убирает цвет после нажатия */
  text-decoration: none !important; /* убирает подчеркивание */
}


/* КОД ДЛЯ ТОЛИПОПОК */
.t-tooltip {
    position: absolute !important;
    overflow: visible !important;
    z-index: 1000;
    max-width: unset !important;
    clip-path: none !important;
}


