.contacts .breadcrumbs {
  margin-top: 30px;
}
.contacts .ttl-h2 {
  margin-top: 36px;
}
.contacts .site-path .container {
  padding-left: 0;
}
.contacts .contacts__font {
  font-feature-settings: "pnum" on, "lnum" on;
}
.contacts .contacts__font a:hover {
  color: #00B9A4;
  transition: all 0.3s;
}
.contacts img {
  width: 18px;
  margin-right: 7px;
}
.contacts a {
  text-decoration: none;
  color: #1A1A1A;
}
.contacts .support {
  padding: 35px 30px 38px 30px;
  background: #19524E;
  border: 1px solid #AAAAAA;
}
.contacts .support .ttl-h3 {
  color: #00B9A4;
}
.contacts .flex {
  align-items: flex-start;
}
.contacts .ttl-h3 {
  margin-bottom: 8px;
}
.contacts .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 9px;
  line-height: 15px;
}
.contacts .support__list {
  margin-top: 14px;
}
.contacts .support__list svg {
  margin-right: 20px;
}
.contacts span.wpcf7-form-control-wrap {
  width: 32%;
}
.contacts .contact-form_container {
  box-sizing: border-box;
  border: 1px solid #DADADA;
  padding: 33px 30px 15px;
}
.contacts .contact-form_container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  border-color: #dc3232;
}
.contacts .contact-form_container input.wpcf7-form-control.has-spinner.wpcf7-submit {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  width: 200px;
  height: 45px;
  background: #00B9A4;
  border: none;
  margin-top: 15px;
  cursor: pointer;
  border: 1px solid #00B9A4;
}
.contacts .contact-form_container input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: transparent;
  color: #00B9A4;
  transition: all 0.3s;
}
.contacts .contact-form_container p {
  margin: 0;
}
.contacts .contact-form_container .wpcf7-form.invalid .wpcf7-response-output {
  border: 1px solid #dc3232;
}
.contacts .contact-form_container .wpcf7-form.sent .wpcf7-response-output {
  border: 1px solid #00B9A4;
}
.contacts .row {
  justify-content: space-between;
}
.contacts .ttl_contact-form {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 17px;
}
.contacts .wpcf7-spinner {
  display: none;
}
.contacts input::placeholder {
  color: #1A1A1A;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
}
.contacts input.wpcf7-form-control.wpcf7-text {
  width: 100%;
  margin-top: 2px;
  height: 40px;
  border: 1px solid #E6E6E6;
  padding: 10px;
  color: #1A1A1A;
  font-size: 12px;
}
.contacts .support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contacts .support__list a svg {
  margin-right: 18px;
}
.contacts .support__list a:last-child svg {
  margin-right: 0;
}
.contacts .wpcf7 form .wpcf7-response-output {
  margin: 15px 0;
  padding: 0 5px;
}
.contacts textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  height: 65px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: #1A1A1A;
  border: 1px solid #DADADA;
}
.contacts .contact-form_container .wpcf7-form.invalid .wpcf7-response-output {
  text-align: left;
}
@media (max-width: 1439.98px) {
  .contacts .support {
    padding: 35px 20px 38px;
  }
  .contacts .support__list a svg {
    margin-right: 15px;
  }
}
@media (max-width: 1199.98px) {
  .contacts .ttl-h3 {
    font-size: 18px;
  }
  .contacts .support {
    text-align: center;
  }
  .contacts .support .ttl-h3 {
    text-align: center;
  }
  .contacts .container-item {
    margin-bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .contacts .ttl-h3 {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .contacts .contact-form_container {
    padding: 20px 15px;
  }
  .contacts .contact-form_container span.wpcf7-form-control-wrap {
    width: 100%;
  }
  .contacts .contact-form_container input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    margin-top: 20px;
  }
  .contacts .contact-form_container input.wpcf7-form-control.wpcf7-text {
    margin: 5px 0;
  }
  .contacts .contact-form_container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .contacts .ttl-h2 {
    margin-bottom: 13px;
  }
  .contacts .ttl-h3:last-child {
    margin-bottom: 0;
  }
  .contacts .container-item {
    margin: 30px 0 0;
  }
  .contacts input.wpcf7-form-control.wpcf7-text {
    width: 100%;
  }
  .contacts input.wpcf7-form-control.wpcf7-text .wpcf7-validates-as-required {
    margin-top: 5px;
  }
  .contacts .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
  .contacts .support {
    padding: 30px 20px;
  }
  .contacts .support__list svg {
    width: 40px;
    margin: 0 5px;
  }
}
