.section {
  position: relative;
}

.text-main {
  color: #880012;
}

.bg-main {
  background: #880012;
}

.section .btn-open-contact {
  position: absolute;
  width: 31%;
  left: 34.5%;
}

.section1 .btn-open-contact {
  bottom: 10%;
}

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

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

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

.section-form1 {
  background: url(../images/bg1.jpg) no-repeat;
  background-size: 100% 100%;
}
.section-form2 {
  padding: 0 18.75% 120px 18.75%;
}
.section-form2{
  background: url(../images/bg3.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;
  margin: 0 0 22px 0;
  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-calculator {
  height: 78px;
  line-height: 78px;
  border-radius: 4px;
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
}

.section-tp {
  background: url(../images/bg2.jpg) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 16%;
  position: relative;
  padding-top: 10px;
}

.section-tp .btn-tp {
  position: absolute;
  width: 31%;
  left: 34.5%;
  bottom: 7%;
}


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

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

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