/* Стили шапки и бургер-меню */
.header__menu.show-for-medium { display: flex; }
.header__menubtn.hide-for-medium { display: none; }

@media (max-width: 768px) {
  .header__menu.show-for-medium { display: none !important; }
  .header__menubtn.hide-for-medium { display: block !important; }
}
