@media (max-width: 1360px){
  .banner{
    height: 700px;
  }
  .banner .form-parallax{
    right:50px;
  }
  .banner-content h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 1200px) {
  .how h2{
      font-size: 35px;
  }
  .banner .vostek-form{
   right: 75px; 
  } 
  .banner .container{
    max-width: 1100px !important;
   }
   .banner-content{
    max-width: 450px;
   }
  }
@media (max-width: 991px) {

  header .logo{
    margin-right:25px;
  }
  .contact-form-sec{
    margin-left: 0 !important;
  }
  .free-recruitment .image{
    margin-right: 0;
    margin-bottom: 25px;
  }
  .how-list .list,.how-vostek{
    margin-left: 0 !important;
  }
  .how-vostek{
    padding: 25px;
  }
    .how-list .list{
      margin-bottom: 15px;
    }
  .f-logo{
    text-align: center;
  }
  .f-logo img{
    max-width: 175px;
    padding-right: 0;
  }
  .contact-sec h2{
    max-width: 100%;
    text-align: center;
  }
  .contact-bg-img{
    text-align: center;
  }
  .contact-bg-img img{
    max-width: 500px;
    margin:25px auto;
  }
  .banner .form-parallax,.free-recruitment .image img,.contact-bg-img img{
    transform: unset !important;
  }
  .how-img{
    display: none;
  }
  .how h2 {
    font-size: 30px;
    text-align: center;
}
  .banner{
    height: unset;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
  }
   .banner .form-parallax{
    position: relative;
    top:unset !important;
    right: unset !important;
    width: unset;
    max-width: 500px;
    margin: auto;
   }
   .banner-content{
    max-width: 100%;
    padding: 25px;
    text-align: center;
   }
   .free-recruitment{
    padding-top: 0 !important;
    text-align: center;
   }
   .faq{
    padding-top: 0 !important;
   }
   .footer-social{
    margin-bottom: 25px;
   }
}
@media (max-width: 767px){
.call-to-action-inner.style-03 .shape-04{
  display: none !important;
}
.book-vostek{
  padding: 35px 0;
  text-align: center;
}
.book-vostek .content{
  text-align: center !important;
}
.book-vostek .btn-wrapper{
  text-align: center;
  position: relative;
}

}
@media (max-width: 600px){
  .contact-bg-img img{
    max-width: 100%;
    margin:15px 0;
  }
   .home-contact {
    flex-direction: column !important;
    justify-content: center !important;
   }
      .home-contact a{
        margin-bottom: 5px;
      }
    .banner .vostek-form{
      margin:0;
      width: 100%;
    }
    .banner .form-parallax{
      margin: 10px;
    }
    .banner-content h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .banner-content h2{
    font-size: 21px;
  }
.why-vostek h2 {
    font-size: 27px;
    line-height: 35px;
  }
  .why-vostek{
    padding: 50px 0;
  }
  .free h2{
    margin: 15px 0;
  }
  footer{
    text-align: center;
  }
  .footer-social,footer .info{
    justify-content: center !important;
  }
  .dir-block{
    margin-left: 0 !important;
  }
  .dir {
    max-width: 280px;
    margin: 17px auto;
}
.footer-social{
  margin-bottom: 10px;
}
header .logo{
  width: 125px;
  padding: 12px;
}
}
@media (max-width: 480px) {
  .banner .vostek-form{
    width: 100%;
  }
  }