.section {
  position: relative;
}

.text-main {
  color: #646d9f;
}

.section-wrap {
  position: relative;
  margin-top: -1px;
}

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

.section-form1 {
  background-image: -moz-linear-gradient(0deg, rgb(91, 99, 145) 0%, rgb(100, 109, 160) 51%, rgb(91, 99, 145) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(91, 99, 145) 0%, rgb(100, 109, 160) 51%, rgb(91, 99, 145) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(91, 99, 145) 0%, rgb(100, 109, 160) 51%, rgb(91, 99, 145) 100%);
  padding: 100px 18.75% 0px 18.75%;
}

.section-form2 {
  background-image: -moz-linear-gradient(0deg, rgb(91, 99, 145) 0%, rgb(100, 109, 160) 51%, rgb(91, 99, 145) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(91, 99, 145) 0%, rgb(100, 109, 160) 51%, rgb(91, 99, 145) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(91, 99, 145) 0%, rgb(100, 109, 160) 51%, rgb(91, 99, 145) 100%);
  background-size: 100% 100%;
  padding: 100px 18.75% 110px 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(90, 98, 144) 0%, rgb(100, 109, 160) 51%, rgb(90, 98, 144) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(90, 98, 144) 0%, rgb(100, 109, 160) 51%, rgb(90, 98, 144) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(90, 98, 144) 0%, rgb(100, 109, 160) 51%, rgb(90, 98, 144) 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
}

.section1 {
  background: url(../images/bg1.jpg) no-repeat;
  padding: 110px 18.75% 220px 18.75%;
}

.s1-title{
  width: 76%;
  margin:0 12% 45px 12%;
}

.section1 .btn1 {
  bottom: 60px;
}
.section1 a+a .tp{
  margin-top: 45px;
}

.section2 {
  background: #ffffff;
  padding: 100px 18.75% 200px 18.75%;
}

.section2 .btn2 {
  bottom: 40px
}

.section3 {
  background: url(../images/bg3.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 65px 18.75% 55px 18.75%;
}

.section3 .btn3 {
  bottom: 135px;
}

.section4 {
  background: #646d9f;
  padding: 75px 18.75% 100px 18.75%;
}

.section5 {
  background: #646d9f;
  padding: 0px 18.75% 240px 18.75%;
}

.section5 .btn4 {
  bottom: 62px
}

.section6 {
  background: url(../images/bg6.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 80px 18.75% 65px 18.75%;
}

.section6 .btn5 {
  bottom: 115px
}

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

@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;
  }
}