.c-contact {
  margin-bottom: 4rem;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-contact__heading-2 {
    padding: 2rem;
  }
}
.c-contact .--heading-center {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.c-contact__form {
  margin: auto;
  max-width: 720px;
}
.c-contact__form__item:nth-of-type(n+3) {
  margin-top: 3rem;
}
.c-contact__form__item__label {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-contact__form__item__label {
    flex-flow: column;
  }
}
.c-contact__form__item__label input {
  background: linear-gradient(45deg, #DBDBDB, #DBDBDB) 0 100%/100% 1px no-repeat;
  padding-bottom: 2rem;
  width: 100%;
}
.c-contact__form__item__label__head {
  color: #7E7E7E;
  min-width: 150px;
}
.c-contact__form__item__label__head.--message {
  margin-top: 0.25rem;
}
.c-contact__form__item__label__name {
  width: 100%;
}
.c-contact__form__item__label__email {
  width: 100%;
}
.c-contact__form__item__label__message {
  width: 100%;
}
.c-contact__form__item__label__message__textarea {
  line-height: 2;
  padding: 0;
  width: 100%;
  vertical-align: bottom;
  resize: vertical;
  overflow-y: auto;
  min-height: 16rem;
  max-height: 32rem;
}
@media screen and (max-width: 768px) {
  .c-contact__form__item__label__message__textarea {
    min-height: 32rem;
    max-height: 64rem;
  }
}
.c-contact__form__last-button {
  display: flex;
  justify-content: space-between;
  margin: 11.2rem auto 0;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .c-contact__form__last-button {
    flex-flow: column-reverse;
  }
}
.c-contact__form__last-button > p {
  position: relative;
  width: 100%;
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .c-contact__form__last-button > p {
    width: 100%;
  }
}
.c-contact__form__last-button__reset {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #DBDBDB;
  color: #434343;
  display: block;
  font-size: 1.8rem;
  padding: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-contact__form__last-button__reset {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}
.c-contact__form__last-button__reset:hover {
  background-color: #434343;
  color: #fff;
  cursor: pointer;
}
.c-contact__form__last-button__submit {
  background-color: #434343;
  box-shadow: inset 0 0 0 1px #DBDBDB;
  color: #fff;
  padding: 2rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-contact__form__last-button__submit {
    font-size: 1.8rem;
  }
}
.c-contact__form__last-button__submit:hover {
  background-color: #fff;
  color: #434343;
  cursor: pointer;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 2rem auto 0;
}

.wpcf7-response-output {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */