@media (max-width: 1180px) {
  .games_grid, .bloq_grid { grid-template-columns: repeat(2, 1fr); }
  .welcome_grid, .highlights_wrapper section, .contacts_grid, .footer_first section { grid-template-columns: repeat(2, 1fr); }
  .footer_first section article:first-child { grid-column: 1 / -1; }
}

@media (max-width: 1024px) {
  .main_nav a { font-size: 14px; padding: 10px 12px; }
  .header_link a { padding: 12px 18px; }
  .index_first section, .about_sides, .disclamer_wrapper section { grid-template-columns: 1fr; }
  .index_first .image img, .disclamer_wrapper .image img { margin: 0 auto; }
  .team_grid { grid-template-columns: repeat(3, 1fr); }
  .contact_block { flex-direction: column; align-items: flex-start; }
  .game_embed_frame, .game_embed_frame iframe { min-height: 680px; height: 680px; }
}

@media (max-width: 768px) {
  .main_header { padding: 10px 0; }
  .main_header section { gap: 12px; }
  .header_link { display:none; }
  .toggler { display:block; margin-left:auto; }
  .main_nav {
    position: fixed; left: 16px; right: 16px; top: 82px; opacity: 0; pointer-events:none; transform: translateY(-10px);
    transition: .25s ease; background: rgba(255,255,255,.96); border: 1px solid rgba(100,80,171,.12); border-radius: 26px;
    box-shadow: 0 22px 44px rgba(41,26,86,.16); padding: 16px;
  }
  .main_header.nav_open .main_nav { opacity:1; pointer-events:auto; transform: translateY(0); }
  .main_nav ul { display:grid; gap: 8px; }
  .main_nav a { font-size: 16px; }
  .index_first, .inner_first { padding-top: 22px; }
  .index_first section, .inner_first section, .simple_text, .form_side, .game_intro_card, .game_embed_card, .video_block, .testimonial_block,
  .contact_block, .disclamer_wrapper section { padding: 24px; border-radius: 26px; }
  .index_first h1, .inner_first h1, .contact_block h2 { max-width: 100%; }
  .welcome_grid, .games_grid, .bloq_grid, .team_grid, .contacts_grid, .highlights_wrapper section, .footer_first section, .form_grid {
    grid-template-columns: 1fr;
  }
  .testimonial_block { grid-template-columns: 1fr; text-align:center; }
  .testimonial_block .avatar img { margin: 0 auto; }
  .simple_text dl { grid-template-columns: 1fr; }
  .game_embed_frame, .game_embed_frame iframe { min-height: 560px; height: 560px; }
}

@media (max-width: 480px) {
  section { width: min(var(--max), calc(100% - 20px)); }
  .logo a { padding: 10px 14px; font-size: 24px; }
  .logo a::before { width: 16px; height:16px; margin-right: 44px; box-shadow: 18px 0 0 rgba(255,111,169,.72), 36px 0 0 rgba(104,223,207,.86); }
  .logo span { font-size: 13px; }
  .logo strong { font-size: 17px; }
  .index_first h1, .inner_first h1 { font-size: 34px; }
  .index_first p, .simple_text p, .simple_text li, .simple_text dd { font-size: 16px; }
  .video_block { min-height: 260px; }
  .video_block a { width: 72px; height: 72px; margin-top: 44px; }
  .game_embed_frame, .game_embed_frame iframe { min-height: 480px; height: 480px; }
}
