


.menu * {
  width: max-content !important;
  display: block !important;
  transition: all 0.3s ease-in-out;
}

/* 2 — цвет и прозрачность для активного пункта*/
.menu:hover .tn-atom a, .menu.active .tn-atom a {
  color: #00ADE2 !important;
  opacity: 1;
}



    var url = document.location.pathname
    $('[href="'+url+'"]').parents('.t396__elem').addClass('active')
