.section {
  position: relative;
}

.text-main {
  color: #a1171b;
}

.section2 {
  background: url(../images/bg2.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -2px;
  padding: 110px 18.75% 0 18.75%;
}

.section2 .btn-open-contact {
  bottom: 5%;
}

.section3 {
  background: url(../images/bg3.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: -2px;
  position: relative;
  padding-bottom: 120px;
}

.section3 .s3-1 {
  padding: 100px 18.75% 0 18.75%;
}

.section3 .btn-open-contact {
  width: 38%;
  margin-top: 70px;
  margin-left: 31%;
}

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

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

.section-form2 {
  background: url(../images/bg-form2.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 0 18.75% 150px 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;
}

.s1-title {
  width: 48%;
  margin: 110px 26% 0 26%;
}

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

.section-tp .btn-tp {
  width: 38%;
  margin-left: 31%;
  margin-top: 25px;
}


.section-tp a {
  display: block;
  width: 100%;
  /* margin: 0 0 1px 0; */
}

.item-tp:nth-of-type(1) {
  margin-top: -50px;
}

.item-tp {
  position: relative;
  padding: 0 17.75%;
}

.item-tp .btn-open-contact {
  width: 188px;
  position: absolute;
  right: 22.9%;
  bottom: 36px;
}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {
  .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;
  }
}