@media screen and (max-aspect-ratio: 3/4){
  html {
    font-size: 2vw;
  }
  body {
    background-image: url(../img/bg-mob.webp);
    background-position: top;
  }
  .main {
    gap: 35px;
    padding: 0px 2rem 6rem 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header {
    padding: 4rem 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .info__title {
    text-align: center;
  }
  .info__title > div {
    justify-content: center;
  }
  .info__title small{
    font-size: 1.6rem;
  }
  .info {
    width: 100%;
    margin: 0;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info__label {
    margin-bottom: 0.7rem;
  }
  .form {
    width: 90%;
    margin-top: 0;
  }
  .error-list {
    font-size: 12px;
    margin-top: 15px;
  }
}


@media screen and (max-width: 700px) {
  html {
    font-size: 2vw;
  }
  body {
    background-image: url(../img/bg-mob.webp);
    background-position: top;
  }
  .main {
    gap: 35px;
    padding: 0px 2rem 6rem 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header {
    padding: 4rem 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .info__title {
    text-align: center;
  }
  .info__title > div {
    justify-content: center;
  }
  .info__title small{
    font-size: 1.6rem;
  }
  .info {
    width: 100%;
    margin: 0;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info__label {
    margin-bottom: 0.7rem;
  }
  .form {
    width: 90%;
    margin-top: 0;
  }
  .error-list {
    font-size: 12px;
    margin-top: 15px;
  }
  .main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    gap: 35px;
  }
  .header {
    gap: 20px;
  }
  .header__logo--main {
    max-width: 144px;
  }
  .header__logo--sub {
    max-width: 119px;
  }
  .info__label {
    font-size: 5.7vw;
    margin-bottom: 17px;
  }
  .info__title small {
    font-size: 3vw;
  }
  .info__title {
    font-size: 8vw;
  }
  .info__title > div{
    justify-content: center;
  }
  .form {
    width: 100%;
    padding: 28px 16px 25px 16px;
  }

  .form__title{
    font-size: 4.8vw;
    margin-bottom: 18px;
  }


  .button:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .form__field--phone .form__field-inner:first-child {
    width: 33%;
  }
  .form__field--phone .form__field-inner:last-child {
    width: 67%;
  }
  .form__field--country, .form__field--phone {
    gap: 10px;
  }
  .form__field-inner--select::before {
    width: 16px;
    height: 16px;
    right: 16px;
    top: 20px;
  }
  .form__select {
    font-size: 15px;
    padding: 24px 20px 8px 16px;
  }
  .form__label {
    font-size: 11px;
  }
  .form__field-inner--select .form__label {
    top: 9px;
    left: 15px;
  }
  .form__input {
    font-size: 15px;
    padding: 18px 16px 13px 16px;
  }
  .form__label {
    top: 18px;
    left: 16px;
  }

  .form__field--email .form__input:focus + .form__label,
  .form__field--pass .form__input:focus + .form__label,
  .form__field--tax .form__input:focus + .form__label,
  .form__field--phone .form__field-inner:last-child .form__input:focus + .form__label{
    top: 4px;
  }
  .form__field--email .form__input:not(:-moz-placeholder-shown) + .form__label{
    top: 4px;
  }
  .form__field--email .form__input:not(:-ms-input-placeholder) + .form__label{
    top: 4px;
  }
  .form__field--email .form__input:not(:placeholder-shown) + .form__label{
    top: 4px;
  }
  .form__field--phone .form__field-inner:last-child .form__input:not(:-moz-placeholder-shown) + .form__label{
    top: 4px;
  }
  .form__field--phone .form__field-inner:last-child .form__input:not(:-ms-input-placeholder) + .form__label{
    top: 4px;
  }
  .form__field--phone .form__field-inner:last-child .form__input:not(:placeholder-shown) + .form__label{
    top: 4px;
  }
  .form__field--pass .form__input:not(:-moz-placeholder-shown) + .form__label{
    top: 4px;
  }
  .form__field--pass .form__input:not(:-ms-input-placeholder) + .form__label{
    top: 4px;
  }
  .form__field--pass .form__input:not(:placeholder-shown) + .form__label{
    top: 4px;
  }
  .form__field--tax .form__input:not(:-moz-placeholder-shown) + .form__label{
    top: 4px;
  }
  .form__field--tax .form__input:not(:-ms-input-placeholder) + .form__label{
    top: 4px;
  }
  .form__field--tax .form__input:not(:placeholder-shown) + .form__label{
    top: 4px;
  }
  .form__field-icon {
    width: 16px;
    height: 16px;
    right: 16px;
    top: 18px;
  }
  .form__field--country .form__field-inner:first-child {
    width: 67%;
  }
  .form__field--country .form__field-inner:last-child {
    width: 33%;
  }
  .form__input.form__input--promo {
    padding: 17px;
    font-size: 14px;
  }
  .button {
    font-size: 14px;
    padding: 18px;
  }


  .main-de .form__title, .main-pl .form__title, .main-ro .form__title, .main-hu .form__title {
    font-size: 3vw;
  }
  .main-pt .info__label {
    font-size: 4.3vw;
  }
  .main-fr .info__title, .main-es .info__title, .main-pt .info__title, .main-it .info__title {
    font-size: 6.8vw;
  }
  .main-fr .info__title small, .main-es .info__title small, .main-pt .info__title small, .main-it .info__title small {
    font-size: 3vw;
  }
  .main-fr .form__input.form__input--promo {
    font-size: 13px;
  }
  .main-pt .form__title {
    font-size: 2.7vw;
  }

  .main-de .info__title {
    font-size: 9.5vw;
  }
}
