
@media screen and (max-width: 1200px){
  html {
    font-size: 1vw;
  }
}
@media screen and (max-width: 900px){
  html {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 700px){
  html {
    font-size: 2.2vw;
  }
  body {
    background-image: url(../images/bg-mob.webp);
  }
  .header {
    padding: 23px;
  }
  .header__logo {
    margin: auto;
  }
  .title {
    margin-bottom: 11px;
  }
  .button {
    font-size: 2.4rem;
  }
  .promo__text {
    font-size: 10rem;
    padding: 3px 15px 10px 15px;
  }
  .main {
    padding: 0 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .image {
    display: block;
  }
  .image img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .subtitle, .title, .text {
    text-align: center;
  }
  .footer {
    padding: 18px 14px 14px 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .footer__list li {
    height: auto;
  }
  .footer__list li + li {
    margin-left: 22px;
  }
  .footer__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__text {
    font-size: 12px;
    letter-spacing: -0.05em;
    text-align: center;
    color: #ba9fa6;
  }
}
