.form_zone {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  padding: 0 0 223px 0;
}
@media screen and (max-width: 767px) {
  .form_zone {
    width: 90%;
  }
}
.form_zone .top_text {
  padding: 61px 0 0 0;
}
.form_zone .top_text p {
  line-height: 2.055;
}
.form_zone .top_text .lists {
  padding: 26px 0 0 0;
}
.form_zone .top_text .lists li {
  font-weight: bold;
  line-height: 1.777;
  padding: 0 0 0 14px;
  position: relative;
  margin: 0 0 9px 0;
}
.form_zone .top_text .lists li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #12ADC4;
  position: absolute;
  left: -2px;
  top: 13px;
}
.form_zone .form_wrap {
  padding: 107px 0 0 0;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
.form_zone .form_wrap .top_message_box {
  font-weight: bold;
  text-decoration: underline;
  color: #12ADC4;
  font-size: 20px;
  text-align: center;
  margin: 0 0 1em 0;
}
.form_zone .form_wrap table {
  width: 100%;
  table-layout: fixed;
}
.form_zone .form_wrap table tr {
  display: block;
  margin-bottom: 20px;
}
.form_zone .form_wrap table tr td {
  display: block;
  margin-bottom: 9px;
}
.form_zone .form_wrap table tr td:nth-of-type(1) span {
  display: inline-block;
}
.form_zone .form_wrap table tr td:nth-of-type(1) span:nth-of-type(1) {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-right: 9px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_zone .form_wrap table tr td:nth-of-type(1) span:nth-of-type(1) {
    font-size: 18px;
  }
}
.form_zone .form_wrap table tr td:nth-of-type(1) span:nth-of-type(2) {
  font-size: 14px;
  font-weight: 500;
  border-radius: 50px;
  color: #fff;
  background-color: #D20000;
  padding: 3px 14px;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_zone .form_wrap table tr td:nth-of-type(1) span:nth-of-type(2) {
    font-size: 11px;
  }
}
.form_zone .form_wrap table tr td input[type=radio] {
  display: inline-block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  transform: scale(1.7);
  vertical-align: middle;
  margin-right: 12px;
}
.form_zone .form_wrap table tr td .wpcf7-list-item {
  margin: 0;
}
.form_zone .form_wrap table tr td .wpcf7-list-item-label {
  display: inline-block;
  font-size: 18px;
  margin-right: 26px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .form_zone .form_wrap table tr td .wpcf7-list-item-label {
    font-size: 16px;
  }
}
.form_zone .form_wrap table tr td input[type=text], .form_zone .form_wrap table tr td input[type=email], .form_zone .form_wrap table tr td input[type=tel], .form_zone .form_wrap table tr td textarea {
  display: block;
  border: 1px solid #707070;
  border-radius: 4px;
  width: 100%;
  padding: 0 1em;
}
.form_zone .form_wrap table tr td input[type=text].fixed, .form_zone .form_wrap table tr td input[type=email].fixed, .form_zone .form_wrap table tr td input[type=tel].fixed, .form_zone .form_wrap table tr td textarea.fixed {
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0;
  pointer-events: none;
}
.form_zone .form_wrap table tr td input[type=radio].fixed {
  pointer-events: none;
  accent-color: #707070;
}
.form_zone .form_wrap table tr td input[type=radio].fixed + span {
  pointer-events: none;
}
.form_zone .form_wrap table tr td label:has(input[type=radio].fixed) {
  pointer-events: none;
}
.form_zone .form_wrap table tr td .checkbox_wrap input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  transform: scale(2);
  border-radius: 0%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.form_zone .form_wrap table tr td .checkbox_wrap input.fixed {
  pointer-events: none;
  accent-color: #707070;
}
.form_zone .form_wrap table tr td .checkbox_wrap .wpcf7-list-item-label {
  display: none;
}
.form_zone .form_wrap table tr td .checkbox_wrap .link_to_privacy_policy {
  font-weight: bold;
  text-decoration: underline;
  vertical-align: middle;
}
.form_zone .form_wrap table tr td .checkbox_wrap .text {
  vertical-align: middle;
}
.form_zone .form_wrap table tr td .validation_err_text {
  font-weight: bold;
  color: red;
}
.form_zone .form_wrap .buttons {
  text-align: center;
  padding-top: 97px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .form_zone .form_wrap .buttons .confirmation_wrap, .form_zone .form_wrap .buttons .go_back_wrap, .form_zone .form_wrap .buttons .submit_wrap {
    margin-bottom: 1em;
  }
}
.form_zone .form_wrap .buttons .confirmation_wrap input, .form_zone .form_wrap .buttons .go_back_wrap input, .form_zone .form_wrap .buttons .submit_wrap input {
  font-size: 20px;
  border: 1px solid #12ADC4;
  background-color: #12ADC4;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 15px 72px;
  border-radius: 50px;
  transition: 0.5s;
}
.form_zone .form_wrap .buttons .confirmation_wrap input:hover, .form_zone .form_wrap .buttons .go_back_wrap input:hover, .form_zone .form_wrap .buttons .submit_wrap input:hover {
  background-color: #fff;
  color: #12ADC4;
}
.form_zone .form_wrap .buttons .confirmation_wrap input.go_back_button, .form_zone .form_wrap .buttons .go_back_wrap input.go_back_button, .form_zone .form_wrap .buttons .submit_wrap input.go_back_button {
  background-color: #abb8c3;
  border-color: #abb8c3;
}
.form_zone .form_wrap .buttons .confirmation_wrap input.go_back_button:hover, .form_zone .form_wrap .buttons .go_back_wrap input.go_back_button:hover, .form_zone .form_wrap .buttons .submit_wrap input.go_back_button:hover {
  background-color: #fff;
  color: #abb8c3;
}
@media screen and (max-width: 767px) {
  .form_zone .form_wrap .buttons .confirmation_wrap input, .form_zone .form_wrap .buttons .go_back_wrap input, .form_zone .form_wrap .buttons .submit_wrap input {
    font-size: 16px;
    padding: 10px 50px;
  }
}
.form_zone .form_wrap .buttons .submit_wrap .wpcf7-spinner {
  display: none;
}
.form_zone .form_wrap .wpcf7-not-valid-tip {
  display: none;
}
.form_zone .form_wrap .wpcf7-not-valid-tip.is-show {
  display: block;
}
.form_zone .form_wrap .validation_err_text {
  margin: 0 1em;
  vertical-align: middle;
}
.form_zone .form_wrap .wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  color: #12ADC4;
  border: none;
  padding: 1em 0;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
/*# sourceMappingURL=contact.css.map */