.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.jpg) no-repeat;
  background-size: 100% 100%;
  padding-top: 4%;
}

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

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

.section1 {
  padding: 7% 0;
}

.section2 {
  padding: 6% 0 7.5% 0;
}

.section3 {
  padding: 7% 0 12% 0;
}

.section3 .btn-open-contact {
  bottom: 2%;
}

.section4 .btn-open-contact {
  bottom: 2.5%;
}

.section5 {
  padding: 6% 0 0 0;
}

.section6 {
  padding: 0 0 8.5% 0;
}

.s1 {
  width: 65.6%;
  margin-left: 17.2%;
}

.s2 {
  width: 62%;
  margin-left: 19%;
}

.s3 {
  width: 58%;
  margin-left: 21%;
}

.s5 {
  width: 62.5%;
  margin-left: 18.75%;
}

.s6{
  width: 62.5%;
  margin-left: 18.75%;
}

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


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