@media screen and (max-aspect-ratio: 1/1) {
  .chest {
    height: auto;
  }
}



@media screen and (max-width: 700px) {

  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }


  /* Popup */

  .popup__content {
    width: auto;
    padding: 12px;
  }

  .popup__title {
    font-size: 35px;
    line-height: 40px;
  }

  .popup__text {
    padding: 10px 0px;
  }

  .popup__button {
    font-size: 25px;
    line-height: 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
}



@media screen and (max-width: 500px) {
  h1 {
    font-size: 20px;
    line-height: 28px;
  }

  h2 {
    font-size: 20px;
    line-height: 25px;
  }



  /* Popup */

  .popup__content {
    padding-top: 8vh;
    padding-bottom: 4vh;
  }

  .popup__title {
    font-size: 6vw;
    line-height: 1.2;
  }

  .popup__text {
    line-height: 1.5;
  }

  .popup__button {
    font-size: 4vw;
    line-height: 2;
    padding: 10px 20px;
  }


  /* Footer */

  .footer__partners > li {
    margin: 0px 5px 10px 5px;
  }

  .copyright__logo {
    max-height: 30px;
    margin: 20px 10px 0px 10px;
  }
}
