.selected .main-link {
    text-decoration:underline;

}
.top-menu .main-top.selected a.main-link {
    font-weight:600;
    text-decoration-thickness: 1px;
}
@media screen and (max-width:1280px) {
    .top-menu .main-top.selected a.main-link {
        font-weight:initial;
    }

}