.bottom-contact {
  position: relative;
}
.bottom-contact .inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding-top: 120px;
  padding-bottom: 170px;
}
.bottom-contact .first-title {
  font-size: 47px;
  font-weight: 200;
}
.bottom-contact .second-title {
  font-size: 103px;
  font-weight: 600;
  margin-bottom: 40px;
}
.bottom-contact .simple-form .st-button {
  width: 100%;
  max-width: 290px;
}
.bottom-contact .simple-form input:-webkit-autofill,
.bottom-contact .simple-form input:-webkit-autofill:hover,
.bottom-contact .simple-form input:-webkit-autofill:active,
.bottom-contact .simple-form input:-webkit-autofill:focus {
  background-color: #EFF0F6 !important;
  -webkit-box-shadow: 0 0 0 1000px #EFF0F6 inset !important;
}
.bottom-contact .bg1,
.bottom-contact .bg2 {
  position: absolute;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom-contact .bg1 {
  width: 450px;
  height: 660px;
  left: 50%;
  margin-left: 485px;
  background-image: url(../img/bg1.webp);
}
.bottom-contact .bg2 {
  width: 810px;
  height: 420px;
  right: 50%;
  margin-right: 160px;
  background-image: url(../img/bg2.webp);
}

@media all and (max-width: 768px) {
  .bottom-contact .inner {
    padding-top: 70px;
    padding-bottom: 315px;
  }
  .single-project .bottom-contact .inner {
    padding-top: 30px;
  }
  .bottom-contact .first-title {
    font-size: 26px;
    letter-spacing: 1px;
  }
  .bottom-contact .second-title {
    font-size: 48px;
    letter-spacing: 2px;
  }
  .bottom-contact .simple-form .row-fields {
    display: block;
  }
  .bottom-contact .simple-form .row-fields .field:not(:last-child) {
    margin-left: 0;
  }
  .bottom-contact .simple-form .checkbox {
    font-weight: 400;
    font-size: 12px;
  }
  .bottom-contact .simple-form .st-button {
    max-width: 210px;
  }
  .bottom-contact .bg1 {
    left: auto;
    right: 0;
    width: 170px;
    height: 240px;
    background-image: url(../img/bg1-768.webp);
  }
  .bottom-contact .bg2 {
    right: auto;
    width: 330px;
    height: 170px;
    left: -45px;
    background-image: url(../img/bg2-768.webp);
  }
  .page-template-page-blog .bottom-contact .inner {
    padding-top: 40px;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1500px) and (min-width: 769px) {
  .bottom-contact .inner {
    padding-bottom: 11.3333333333vw;
  }
  .single-project .bottom-contact .inner {
    padding-top: 60px;
  }
  .bottom-contact .first-title {
    font-size: 37px;
  }
  .bottom-contact .second-title {
    font-size: 6.8666666667vw;
  }
  .bottom-contact .bg1 {
    width: 30vw;
    height: 44vw;
    margin-left: 32.3333333333vw;
  }
  .bottom-contact .bg2 {
    width: 54vw;
    height: 28vw;
    margin-right: 10.6666666667vw;
  }
}
/*# sourceMappingURL=bottom-contact.css.map */