.section {
  position: relative;
}

.text-main {
  color: #bb3b36;
}

.section-wrap {
  position: relative;
  margin-top: -1px;
  padding: 0 20%;
}

.section-wrap .btn-open-contact {
  position: absolute;
  bottom: 2px;
  width: 37%;
  left: 31.5%;
}

.section-form1 {
  background: url(../images/bg3.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0 19%;
}

.section-form2 {
  background: url(../images/bg8.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0px 18.75% 85px 18.75%;
  margin-top: -1px;
}

.section-wrap {
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
}


.form-container {
  /* padding: 0 45px 34px 45px; */
  background: #ffffff;
  /* margin-top: 40px;
  margin-bottom: 80px; */
}

.form-container .col-wrap:first-child {
  flex: 1;
  padding: 0 35px 35px 45px;
}

.form-container .col-wrap:last-child {
  flex: 1;
  padding: 0 40px 35px 40px;
}

.form-container .col-wrap:first-child {
  border-right: 1px dashed #878787;
}

.form-container .rowup-container {
  background: url(../images/bg-form.jpg) no-repeat;
  background-size: cover;
  padding: 60px 40px;
}

.form-container .rowup-container li {
  padding-bottom: 5px;
}

.form-container .col-wrap:last-child .rowup-wrap {
  height: 212px;
  outline: 2px dashed #cdcdcd;
  outline-offset: 20px;
}

.contact-form-wrap input {
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #f1f1f1;
  border: 2px solid #a6a8a7;
  border-radius: 2px;
  margin-bottom: 15px;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-form-wrap input::-webkit-input-placeholder {
  color: #a1a29f;
}

.contact-form-wrap .btn-contact {
  height: 78px;
  line-height: 78px;
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
  border-radius: 6px;
  background-image: -moz-linear-gradient(0deg, rgb(187, 59, 54) 0%, rgb(251, 119, 117) 51%, rgb(187, 59, 54) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(187, 59, 54) 0%, rgb(251, 119, 117) 51%, rgb(187, 59, 54) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(187, 59, 54) 0%, rgb(251, 119, 117) 51%, rgb(187, 59, 54) 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
}

.section1 {
  background: url(../images/bg2.png) no-repeat;
  background-size: 100% 100%;
  padding: 110px 20% 80px 20%;
}

.section2 {
  background: url(../images/bg4.png) no-repeat;
  background-size: 100% 100%;
  padding: 90px 19% 0px 19%;
}

.section2 .s2-title {
  width: 66%;
  margin: 0 17%;
}

.section2 .bg-wrap {
  background: #ffffff;
  border-radius: 20px;
  width: 100%;
  padding: 40px 45px 190px 40px;
}

.section2 .btn1 {
  bottom: 45px
}

.section3 {
  background: url(../images/bg5.png) no-repeat;
  background-size: 100% 100%;
  padding: 120px 19% 150px 19%;
}

.section4 {
  background: url(../images/bg6.png) no-repeat;
  background-size: 100% 100%;
  padding: 140px 19% 170px 19%;
}

.section5 {
  background: url(../images/bg7.png) no-repeat;
  background-size: 100% 100%;
  padding: 240px 19% 90px 19%;
}

@media (max-width: 1440px) {
  .letter-spacing1 {
    letter-spacing: -1px;
  }
  .section1 {
    padding: 60px 20% 50px 20%;
  }
  
  .section2 {
    background: url(../images/bg4.png) no-repeat;
    background-size: 100% 100%;
    padding: 60px 19% 0px 19%;
  }
  
  .section2 .s2-title {
    width: 66%;
    margin: 0 17%;
  }
  
  .section2 .bg-wrap {
    padding: 30px 30px 130px 30px;
  }
  
  .section2 .btn1 {
    bottom: 35px
  }
  
  .section3 {
    padding: 100px 19% 120px 19%;
  }
  
  .section4 {
    padding: 110px 19% 140px 19%;
  }
  
  .section5 {
    padding: 200px 19% 60px 19%;
  }
  
}

@media (max-width: 1280px) {
  .letter-spacing1 {
    letter-spacing: -1px;
  }

  .form-container .rowup-container {
    font-size: 13px;
  }

  .form-container .col-wrap:first-child {
    padding: 0 25px 35px 35px;
  }

  .form-container .col-wrap:last-child {
    flex: 1;
    padding: 0 28px 35px 28px;
  }
}