@media screen and (min-width: 768px) {
  .header__menu.hidden, .header__right-menu.hidden {
  display: block!important;
}
}