@media (max-width: 1340px) {
  .svg_main {
    width: 92.083vw;
  }

  .img1 {
    width: 70vw;
  }

  .main-container {
    bottom: 400px;
  }
}

@media (max-width: 760px) {
  .header__navigation {
    display: none;
  }
  .header__contacts {
    display: none;
  }
  .header-burger {
    display: flex;
    align-items: center;
  }

  .footer-container {
    flex-direction: column;
    height: 290px;
    align-items: start;
    padding: 0 30px;
  }

  .main-container h2 {
    font-size: 40px;
    font-weight: 900;
    text-align: start;
  }
  .main-container p {
    font-size: 24px;
    font-weight: 600;
  }
  .online {
    display: none;
  }

  .div_play {
    align-items: center;
  }
  .img1 {
    display: none;
  }
  .img2 {
    display: block;
    position: relative;
    top: 60px;
  }

  .main-container {
    bottom: 260px;
  }

  .footer-nav__list {
    align-items: start;
    flex-direction: column;
  }

  .svg_main {
    display: none;
  }

  .img2 {
    width: 600px;
  }

  .online2 {
    display: flex;
  }

  .main-container__donate {
    align-items: center;
  }

  .main_img {
    margin: 0 auto;
  }

  .main__page_donate {
    background: url(../img/donateback.svg) no-repeat 0px 0px;
    background-size: 750px;
  }

  .main-text__donate svg {
    max-width: 385px;
  }

  .howtoplay__buttons {
    flex-direction: column !important;
  }

  .main__page-download {
    background: url(../img/downloadmain.png) no-repeat 80% 17%;
    background-size: 100%;
  }

  .main-container__download {
    top: 45% !important;
    padding: 0;
  }

  .playmarket__button__download {
    width: 110.958vw !important;
  }

  .apk_button__download {
    width: 110.958vw !important;
  }

  .video__tutorial__download {
    margin-top: 10px !important;
  }

  .howtoplay__text__download h2 {
    font-size: 32px !important;
  }

  .howtoplay__text__download p {
    font-size: 20px !important;
  }
  .bonuses {
    display: none !important;
  }

  .main__page {
    height: 100%;
  }
}
@media (max-width: 440px) {
  .main__page {
    background: url(../img/background2.png) no-repeat 0px 0px;
    background-size: 442px;
    height: 100%;
  }

  .main__page_donate {
    height: 100%;
  }

  .main__page-download {
    height: 100%;
  }

  .howtoplay__main {
    display: flex;
  }

  .howtoplay__main__download {
    padding: 0 20px;
  }

  .donate-main {
    display: block;
    margin: 200px 0;
  }

  .img2 {
    width: 400px;
  }
}

@media (max-width: 597px) {
  .img2 {
    width: 100.833vw;
  }
}

@media (max-width: 394px) {
  .img2 {
    width: 100.833vw;
  }
}
