@media only screen and (max-width: 1280px) {
    #HeaderMenu .navbar-brand>img {
        height: 30px;
    }

    .nav-link,
    .list-languages>li>button {
        font-size: 10px;
    }
}