<!--Cubeteam.ru активное меню -->
<style>
.cubemenu * {
width: max-content !important;
display: block !important;
transition: all 0.3s ease-in-out;
}
<!-- 1 — подчеркивание активного пункта -->
.cubemenu:hover .tn-atom, .cubemenu.active .tn-atom {
border-bottom: solid 2px #1d4fff !important
}
<!-- 2 — цвет и прозрачность для активного пункта
(хлебные крошки) -->
.cubemenu:hover .tn-atom a, .cubemenu.active .tn-atom a {
color: #1d4fff !important;
opacity: 0.3;
}
.cubemenu:hover .tn-atom a, .cubemenu.active .tn-atom a {
color: #1d4fff !important;
opacity: 1;
}
</style>
<script>
var url = document.location.pathname
$('[href="'+url+'"]').parents('.t396__elem').addClass('active')
</script>