.section {
  position: relative;
}

.text-main {
  color: #9f1115;
}

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

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

.section-form1 {
  padding: 0 18.75% 0px 18.75%;
}

.section-form1 {
  background: url(../images/bg-form1.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -1px;
}

.section-form2 {
  background: url(../images/bg-form2.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 7em 18.75% 5em 18.75%;
  margin-top: -1px;
}


.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(161, 23, 27) 0%, rgb(213, 24, 30) 51%, rgb(161, 23, 27) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(161, 23, 27) 0%, rgb(213, 24, 30) 51%, rgb(161, 23, 27) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(161, 23, 27) 0%, rgb(213, 24, 30) 51%, rgb(161, 23, 27) 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
}

.section2 {
  background: url(../images/bg-s2.jpg) no-repeat;
  background-size: 100% 100%;
  padding:10em 0 9em;
}

.section2 .s2-title {
  width: 100%;
  margin-left: 0;
  padding-bottom: 3.8em;
}

.section2 .item-tp {
  width: 63%;
  margin-left: 18.25%;
}

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