.self-contact-form {
  max-width: 760px;
  margin: 0 auto;
}

.self-contact-field {
  margin-bottom: 20px;
}

.self-contact-field label,
.self-contact-privacy {
  display: block;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #242424;
}

.self-contact-field input,
.self-contact-field textarea {
  display: block;
  width: 100%;
  border: 1px solid #eeeeee;
  background: #ffffff;
  color: #242424;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 15px;
  border-radius: 0;
  box-shadow: none;
}

.self-contact-field input {
  height: 50px;
}

.self-contact-field textarea {
  min-height: 170px;
  resize: vertical;
}

.self-contact-field input:focus,
.self-contact-field textarea:focus {
  border-color: #242424;
  outline: none;
}

.self-contact-privacy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.self-contact-privacy input {
  margin: 3px 0 0;
  flex: 0 0 auto;
}

.self-contact-privacy input[type="checkbox"] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: auto !important;
  display: inline-block !important;
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  padding: 0 !important;
  border: 1px solid #8e8f8f;
  background: #ffffff;
  opacity: 1 !important;
  cursor: pointer;
}

.self-contact-privacy span {
  display: block;
}

.self-contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.self-contact-status {
  display: none;
  max-width: 760px;
  margin: 0 auto 25px;
  padding: 14px 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.self-contact-status.is-ok {
  display: block;
  color: #17643a;
  background: #eaf7ef;
  border: 1px solid #bfe6ce;
}

.self-contact-status.is-error {
  display: block;
  color: #8a1f17;
  background: #fff0ef;
  border: 1px solid #f0c6c2;
}

.self-contact-form .button {
  border: 0;
  cursor: pointer;
}
