.register {
  padding-top: 155px;
  background-image: url(../../assets/images/home/block6/fon-footer.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 1388px;
  margin-bottom: -365px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .register {
    padding-top: 100px;
    height: 100%;
    background-image: inherit;
    margin-bottom: 100px;
  }
}
.register__picture {
  position: absolute;
  top: -174px;
  right: -430px;
  width: 617px;
  height: 384px;
}
@media (max-width: 1023px) {
  .register__picture {
    display: none;
  }
}
.register .register-section {
  width: 500px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .register .register-section {
    width: 90%;
  }
}
.register h1 {
  font-family: "AireBoldPro";
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 64px;
  color: #424242;
  margin-bottom: 19px;
  text-align: center;
}
@media (max-width: 1023px) {
  .register h1 {
    font-size: 46px;
    line-height: 50px;
  }
}
@media (max-width: 480px) {
  .register h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.register p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 1.5px;
  color: #666666;
  margin-bottom: 31px;
}

.form__row .main-form__input-group {
  margin-bottom: 15px;
}

.main-form p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.9px;
  color: #666666;
  margin-bottom: 28px;
}

.main-form .button-send {
  width: 292px;
}

@media (max-width: 480px) {
  .register-section input {
    height: 40px;
  }
  .main-form p {
    margin-bottom: 20px;
  }
  .main-form .button-send {
    width: 220px;
    height: 40px;
    font-size: 14px;
    line-height: 12px;
  }
  .register {
    margin-bottom: 50px;
  }
  .register p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}