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

/* 1 — подчеркивание активного пункта */
.menu:hover .tn-atom, .menu.active .tn-atom {
  border-bottom: solid 1px #F48037 !important
}


    .t-col_3 {
        max-width: 270px;
    }
    .t-col {
        margin-left: 15px;
        margin-right: 15px;
    }


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

}

