.contact__title {
  padding-top: 34px;
  margin-bottom: 50px;
}
.contact__content {
  display: flex;
  flex-direction: row;
}
.contact__text {
  flex-basis: 40%;
  flex-shrink: 0;
}
.contact__form {
  flex-basis: 60%;
  flex-shrink: 0;
  padding-bottom: 30px;
}
.contact__form-row {
  display: flex;
}
.contact__form-row > * {
  flex: 1 1 0px;
  margin-left: 17px;
}
.contact__form-row > *:first-child {
  margin-left: 0;
}
.contact__form-row label {
  display: flex;
  flex-direction: column;
  font-size: 24px;
}
.contact__form-row label input, .contact__form-row label textarea {
  width: 0;
  min-width: 100%;
  margin-top: 11px;
  border: 0;
  background: #FDFDFD;
  box-shadow: inset 2px 3px 10px rgba(0, 0, 0, 0.05);
  padding: 5px;
}
.contact__form-row + .contact__form-row {
  margin-top: 11px;
}
.contact__hpot {
  position: absolute;
  left: -9999px;
}
.contact__submit-row {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact__submit-row input[type=submit] {
  flex-grow: 0;
  background: none;
  border: none;
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
.contact__error {
  font-size: 16px;
  color: red;
  margin-top: 6px;
}
.contact__error strong {
  font-weight: bolder;
}
@media (max-width: 781px) {
  .contact__title {
    margin-bottom: 20px;
  }
  .contact__content {
    flex-direction: column;
  }
  .contact__form {
    margin-top: 35px;
  }
  .contact__form-row {
    flex-direction: column;
  }
  .contact__form-row > * {
    flex: 1 1 0px;
    margin-left: 0;
    margin-top: 11px;
  }
  .contact__form-row > *:first-child {
    margin-top: 0px;
  }
  .contact__form-row label {
    font-size: 15px;
  }
  .contact__form-row label input, .contact__form-row label textarea {
    font-size: 1.5em;
  }
}

.errored input, .errored textarea {
  border: 1px solid red !important;
}

abbr {
  text-decoration: none;
  font-size: 0.8em;
}

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