@media only screen and (min-width:1525px) and (max-width:1635px) {
    .navbar .nav__item .nav__item-link {
        padding: 0px 8px !important;
    }
}


/*
@media only screen and (max-width:1635px) {
    .navbar-modules .modules__btns-list>li:last-child {
        display: none !important;
    }
}
*/