@media (max-width: 1170px) {
  .categori_games_cards {
    justify-content: center;
  }
}

@media (max-width: 1100px) {
  .rating_site_content_text {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .rating_box {
    margin: 0 auto;
  }
}

@media (max-width: 1054px) {
  .section_mobile_content {
    flex-direction: column;
    align-items: center;
  }

  .section_mobile_button_download {
    margin-top: 0;
  }

  .section_mobile_text_content {
    width: 90%;
  }

  .section_mobile_cite_img {
    margin-bottom: 50px;
    width: 90%;
  }
}

@media (max-width: 910px) {
  .game_tubs {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px; */
  }

  /* .header-bunner_title {
    top: 50px;
  } */

  .games_box {
    grid-template-columns: repeat(4, 1fr);
  }

  .section_menu .container {
    background: none;
  }

  .sign_up_box_img {
    width: 100%;
  }

  .login_box_img {
    width: 100%;
  }

  .game_tubs a:nth-child(9),
  .game_tubs a:nth-child(8),
  .game_tubs a:nth-child(7) {
    display: none;
  }
}

@media (max-width: 830px) {
  .counter_box {
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 630px) {
  /* .header-bunner_title {
    top: 130px;
  } */
}

@media (max-width: 600px) {
  .providers_labels_box {
    justify-content: center;
  }

  .sign_up_list {
    padding: 20px;
  }

  .table_wrap {
    width: 100%;
    overflow-x: scroll;
  }

  .advantages_table {
    margin-bottom: 20px;
  }

  .footer_wrap {
    flex-direction: column;
    gap: 40px;
  }

  .footer_wrap ul {
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 550px) {

  .tubs_box {
    flex-direction: column;
    width: fit-content;
  }

  .game_tubs a:nth-child(6),
  .game_tubs a:nth-child(5),
  .game_tubs a:nth-child(4) {
    display: none;
  }

  .game_tubs {
    justify-content: space-around;
  }
}

@media (max-width: 510px) {

  .games_box {
    grid-template-columns: repeat(3, 1fr);
  }

  .header-bunner {
    margin-top: 40px;
  }

  /* .header-bunner_title {
    top: 170px;
  } */

  /* .game_tubs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  } */

  .logo {
    width: 130px;
  }

  .logo img {
    width: 100%;
  }

  .header-bunner_subtitle {
    font-size: 32px;
  }

  .header-bunner_title {
    font-size: 36px;
  }

  .button_play {
    padding: 2px 17px;
    font-size: 14px;
    bottom: 10px;
  }

  .header-bunner-content_wraper {
    margin-left: 10px;
  }

}

@media (max-width: 425px) {
  .section_table .table_wrap {
    overflow-x: scroll;
    width: 100%;
  }

  .section_table {
    padding: 15px;
  }
}

@media (max-width: 410px) {
  .header_top {
    padding: 5px;
  }

  .header_top-button_box a {
    font-size: 12px;
  }

  .rating_box {
    padding: 5px;
    min-width: 210px;
  }

  .rating_vel {
    min-width: 156px;
  }

  .rating_site {
    font-size: 14px;
  }

  .table_two_ct th, .table_two_ct td, .advantages_table th, .advantages_table td {
    padding: 5px;
  }
}

@media (max-width: 350px) {
  .section_table .table_two_ct, .advantages_table {
    font-size: 12px;
  }
}

div[id*="google-cache-hdr"] span {

    white-space: normal

}