@media screen and (max-width: 1250px) {
  main .back {
    display: none;
  }
  .main_section .container {
    align-items: flex-start;
  }
  h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .main_section .container {
    flex-direction: column;
    align-items: center;
  }
  .main_section .left_cont {
    width: 100%;
    padding-right: 0;
    margin-bottom: 31px;
  }
  .main_section {
    padding-top: 100px;
  }
  h1 {
    font-size: 30px;
  }
  .main_section .left_cont h1 {
    margin-bottom: 26px;
  }
  .main_section .left_cont ul li {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .main_section form {
    padding: 24px 18px;
    border-radius: 24px;
  }
  .what_expect {
    padding-top: 68px;
  }
  h3 {
    font-size: 25px;
  }
  .what_expect h3 {
    margin-bottom: 68px;
  }
  .what_expect .wrap {
    flex-direction: column;
    align-items: center;
  }
  .what_expect .wrap .block {
    width: 100%;
    max-width: 400px;
    margin-bottom: 38px;
  }
  .what_expect .wrap .block:last-child {
    margin-bottom: 0;
  }
  .how_it_works {
    padding-top: 59px;
  }
  .how_it_works h3 {
    margin-bottom: 46px;
  }
  .how_it_works .wrap .line {
    display: none;
  }
  .how_it_works .wrap {
    flex-direction: column;
    align-items: center;
  }
  .how_it_works .wrap .block {
    margin-bottom: 38px;
  }
  .how_it_works .wrap .block:last-child {
    margin-bottom: 0;
  }
  .leave_req {
    padding-top: 52px;
  }
  .leave_req form .wrap{
    flex-direction: column;
    align-items: center;
  }
  .leave_req form input,.leave_req form .wrap .iti{
    width: 100%;
    margin-bottom: 10px;
  }
  .leave_req form button{
    width: 100%;
    max-width: 300px;
  }
  .leave_req form .oferta_label{
    align-items: flex-start;
  }
  .leave_req form .captcha_own{
    flex-direction: column;
    align-items: center;
  }
  .leave_req form .captcha_own .oferta_label{
    width: 100%;
  }
}