.cont1 {
  padding: 90px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}
.cont1 h2 {
  font-size: clamp(18px, calc(0.9150326797vw + 14.431372549px), 32px);
  font-weight: normal;
}
.cont1 h2 i {
  font-size: clamp(22px, calc(0.8496732026vw + 18.6862745098px), 35px);
  font-weight: 700;
  position: relative;
}
.cont1 h2 i:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 0;
  height: 1px;
  background: #BEB8B8;
  transition: all 1s 0.5s ease;
}
.cont1 h2 i.trigger {
  opacity: 1;
}
.cont1 h2 i.trigger:before {
  width: 100%;
}
@media all and (max-width: 1280px) {
  .cont1 h2 {
    font-size: clamp(18px, calc(0.9150326797vw + 14.431372549px), 32px);
    font-weight: normal;
  }
  .cont1 h2 i {
    font-size: clamp(22px, calc(0.8496732026vw + 18.6862745098px), 35px);
    font-weight: 700;
    position: relative;
  }
  .cont1 h2 i:before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 10%;
    margin-top: 0;
    margin-left: 0;
    width: 80%;
    height: 1px;
    background: #BEB8B8;
  }
}
@media all and (max-width: 767px) {
  .cont1 {
    padding: 45px 0 0 0;
  }
  .cont1 h2 i:before {
    bottom: 0;
  }
}

.lead {
  text-align: center;
  background: white;
  padding: 70px 20px;
  box-sizing: border-box;
  margin: 70px auto;
  width: calc(100% - 20px);
}
@media all and (max-width: 767px) {
  .lead {
    text-align: left;
    padding: 20px;
  }
}

.forms-wrap {
  padding: 0;
  max-width: 1160px;
  width: 100%;
  margin: 90px auto;
}
.forms-wrap .inner {
  padding: 0;
}
.forms-wrap .line {
  display: grid;
  grid-template-columns: 230px 1fr;
  align-items: center;
  margin-bottom: 24px;
}
.forms-wrap .line input[type=text], .forms-wrap .line input[type=email], .forms-wrap .line textarea, .forms-wrap .line select {
  width: 100%;
  background: white;
  padding: 14px;
}
.forms-wrap .line select {
  background: url("../images/arw-sl.png") center right 16px no-repeat, white;
  background-size: 12px auto;
  max-width: 400px;
}
.forms-wrap .line textarea {
  resize: vertical;
}
.forms-wrap .chw {
  margin: 60px 0;
}
.forms-wrap input[type=checkbox] {
  display: none;
}
.forms-wrap input[type=checkbox] + span {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font: 14px/20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.forms-wrap input[type=checkbox] + span:last-child {
  margin-bottom: 0;
}
.forms-wrap input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  background: white;
  position: absolute;
  left: 0;
  top: 7px;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
.forms-wrap input[type=checkbox]:checked + span:before {
  width: 10px;
  top: 4px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: none;
}
.forms-wrap .now {
  align-items: flex-start;
  margin: 0 0 60px 0;
}
.forms-wrap .now .tl {
  margin-top: 40px;
}
.forms-wrap .pri {
  text-align: center;
}
.forms-wrap .sub {
  margin-top: 70px;
}
.forms-wrap .sub input {
  display: block;
  width: 100%;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  place-content: center;
  color: white;
  background: #0D192B;
  border-bottom: 6px solid #F4E0A3;
  box-sizing: border-box;
  transition: all 0.3s ease;
  cursor: pointer;
}
.forms-wrap .sub input:hover {
  opacity: 0.8;
}
.forms-wrap .wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
  display: none;
}
.forms-wrap .cloudf {
  text-align: center;
  margin-top: 70px;
}
.forms-wrap .cloudf iframe {
  display: inline-block;
}
@media all and (max-width: 1200px) {
  .forms-wrap .inner {
    padding: 0 20px;
  }
  .forms-wrap .line {
    display: grid;
    grid-template-columns: 1fr;
  }
  .forms-wrap .line .tl {
    margin-bottom: 8px;
  }
  .forms-wrap .inp2 {
    margin-top: 10px;
  }
  .forms-wrap .wpcf7-list-item {
    margin: 0 20px 8px 0;
  }
}
@media all and (max-width: 767px) {
  .forms-wrap input[type=checkbox] + span:before {
    top: 2px;
  }
  .forms-wrap input[type=checkbox]:checked + span:before {
    top: -1px;
  }
  .forms-wrap .now .tl {
    margin-top: 0;
  }
  .forms-wrap .cloudf {
    margin-top: 40px;
  }
  .forms-wrap .sub {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=contact.css.map */
