/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/blocks/hero.scss ***!
  \*****************************************************************************************************************************************************************/
:root {
  --theme-main-font: "Montserrat", sans-serif;
  --theme-second-font: "Montserrat", sans-serif;
}

.hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero_bg_img {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  max-height: 628px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero .overlay {
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hero .container {
  position: relative;
  padding-top: 185px;
  padding-bottom: 120px;
}
.hero__content > h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: white;
  margin-bottom: 10px;
}
.hero__content > p {
  max-width: 550px;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: white;
}
.hero__content .btn {
  margin-top: 21px;
}

@media (max-width: 1280px) {
  .hero {
    margin-bottom: 50px;
  }
  .hero_bg_img {
    top: 60px;
  }
  .hero .overlay {
    top: 60px;
  }
  .hero .container {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
@media (max-width: 1025px) {
  .hero__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__content > h1 {
    font-size: 32px;
    line-height: 31px;
    margin-bottom: 17px;
  }
  .hero__content > p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .hero {
    margin-bottom: 0;
  }
  .hero_bg_img {
    -o-object-position: 75%;
       object-position: 75%;
    top: 0;
  }
  .hero .overlay {
    top: 0;
  }
  .hero .container {
    padding-top: 10px;
  }
  .hero__content {
    padding: 50px 0;
  }
  .hero .form-block {
    display: none;
  }
}
