@media only screen and (max-width: 1260px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 28px;
    line-height: 130%;
  }

  .container {
    max-width: 760px;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .hero__form {
    width: 360px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    max-width: 360px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero__type {
    padding: 6px 19px;
    margin-bottom: 14px;
    font-size: 14px;
  }

  .hero__title {
    font-size: 32px;
    margin-bottom: 11px;
  }

  .hero__title:after {
    /* display: none; */
    right: 24%;
}

  .hero__subtitle {
    font-size: 14px;
  }

  .form {
    padding: 37px 32px;
  }

  .form__title {
    font-size: 22px;
  }

  .form .input__wrap {
    margin-bottom: 5px;
  }

  
}

@media only screen and (max-width: 760px) {
  body {
    background-image: url('../img/body__bg-mb.svg');
    background-size: 275px;
    background-position: center 50px;
    font-size: 14px;
  }

  .container {
    max-width: 340px;
  }

  .header {
    padding: 10px 0;
  }

  .header__logo {
    width: 70px;
    height: 30px;
  }

  .header__lang {
    margin-left: 5px;
  }

  .hero {
    padding-top: 75px;
  }

  .hero__info {
    position: absolute;
    top: 17px;
    width: 100%;
    max-width: 320px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-end;
    text-align: left;
    padding-right: 50px;
  }

  .hero__time {
    font-size: 12px;
    margin-right: 0;
    padding-left: 25px;
  }

  .hero__date {
    margin-right: 5px;
    font-size: 12px;
    padding-left: 25px;
  }

  .hero__title:after {
    transform: translateY(72%);
    right: 0;
  }

  .hero__subtitle {
    margin-bottom: 25px;
    font-weight: 400;
  }

  .form__decor-left {
    left: 23px;
    top: -30px;
    width: 88px;
  }

  .form__decor-right {
    right: 24px;
    bottom: 0%;
    width: 85px;
  }

  .form .input {
    height: 46px;
    line-height: 46px;
    font-size: 12px;
  }

  .btn {
    height: 48px;
    max-width: 222px;
    margin-top: 13px;
  }

}