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

.text-main {
  color: #ffffff;
}

.section-wrap {
  position: relative;
  margin-top: -1px;
  padding: 0 20%;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.section-wrap .btn-open-contact {
  width: 54%;
  margin-left: 23%;
}

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

.section-form2 {
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 60px 18.75% 60px 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: #292929;
  /* 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(223, 62, 99) 0%, rgb(222, 67, 78) 65%, rgb(221, 72, 56) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(223, 62, 99) 0%, rgb(222, 67, 78) 65%, rgb(221, 72, 56) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(223, 62, 99) 0%, rgb(222, 67, 78) 65%, rgb(221, 72, 56) 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
}

.s-title {
  width: 63%;
  margin: 5px auto 0px 20%;
}
.section-form1 {
  position: relative;
}

.section-form1 .form-container {
  z-index: 50;
  position: relative;
}

.s-form1-title{
  width: 88%;
  margin-left: 6%;
  padding-bottom: 40px;
}
.s-form2-title {
  width: 66%;
  margin-left: 17%;
  padding-bottom: 20px;
  margin-top: 100px;
}

.tp-wrap {
  background: rgba(187, 89, 83, 1);
  padding: 50px 25px;
}

.tp-wrap .tp {
  width: 100%;
}

.tp-wrap a+a .tp {
  margin-top: 40px;
}

.btn1 {
  margin-top: 50px;
}

.section2 {
  padding-top: 45px;
}

.btn2 {
  margin-top: 34px;
}

.section3 {
  padding-top: 45px;
  padding-bottom: 70px;
}

.btn3 {
  margin-top: 60px;
}

.section4{
  padding-top: 50px;
}

.btn4{
  margin-top: 50px;
}

.section5{
  padding-top: 70px;
  padding-bottom: 70px;
}

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

  .section-wrap {
    padding-left: 16%;
    padding-right: 16%;
  }

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

  .section-form2 {
    padding: 0px 16% 70px 16%;
  }
}

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

  .section-wrap {
    padding-left: 13%;
    padding-right: 13%;
  }

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

  .section-form2 {
    padding: 0px 13% 50px 13%;
  }
}