@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;
  }
}



@media screen and (max-width: 600px) {
  h1 {
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    font-size: 20px;
    line-height: 25px;
  }



  /* Popup */

  .popup__content {
    padding: 2vh 0vh 3vh 0vh;
    width: calc(100% - 10%);
  }

  .popup__image {
    display: none;
  }

  .popup__title {
    font-size: 21px;
    line-height: 1.2;
    padding: 10px 40px 0px 40px;
  }

  .popup__text {
    font-size: 18px;
    line-height: 1.6;
    padding: 10px 40px;
  }

  .popup__button {
    min-width: 240px;

  }



  /* Footer */

  .footer__partners > li {
    height: 15px;
    margin: 0px 5px 10px 5px;
  }

  .copyright__logo {
    max-height: 30px;
    margin: 20px 10px 0px 10px;
  }
}
