.contact {
  background-color: #ECF3EF;
  padding-top: 115px;
  padding-bottom: 91px;
}
.contact .wpcf7-spinner {
  display: none;
}
.contact__title {
  margin-bottom: 58px;
  font-weight: 700;
  font-size: 39px;
  line-height: 48px;
  color: #231F20;
}
.contact__grid {
  display: grid;
  grid-template-columns: 25% 75%;
  margin-bottom: 37px;
  padding: 12px 0px 0px 0px;
  border-bottom: 1px solid #7B7B7B;
}
.contact__label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact__input {
  width: 100%;
  padding: 4px 24px 12px 0px;
  border-radius: 0px;
  box-sizing: border-box;
  transition: 0.4s ease;
  border: 1px solid transparent;
  background-color: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #3F3E3E;
}
.contact__input:focus {
  border: 1px solid transparent;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}
.contact__input::placeholder {
  font-style: italic;
}
.contact__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #3F3E3E;
}
.contact__form-container {
  position: relative;
  margin-left: 71px;
}
.contact__btn-wrapper {
  margin-top: 49px;
  text-align: right;
}
.contact__label-mobile {
  position: absolute;
  top: 2px;
  display: none;
  font-size: 14px;
  font-style: italic;
  color: #3F3E3E;
  transition: 0.4s ease;
}
@media only screen and (max-width: 1399.98px) {
  .contact {
    padding-top: 220px;
    padding-bottom: 80px;
  }
  .contact__title {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 42px;
  }
  .contact__btn-wrapper {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .contact {
    padding-top: 200px;
    padding-bottom: 70px;
  }
  .contact__title {
    margin-bottom: 47px;
    font-size: 27px;
    line-height: 37px;
  }
  .contact__btn-wrapper {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .contact__title {
    margin-bottom: 42px;
    font-size: 24px;
    line-height: 32px;
  }
  .contact__btn-wrapper {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact {
    padding-bottom: 50px;
  }
  .contact__title {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  .contact__grid {
    grid-template-columns: 1fr;
  }
  .contact__label-container {
    display: none;
  }
  .contact__form-container {
    margin-left: 0px;
  }
  .contact__label-mobile {
    display: block;
  }
  .contact__input:focus ~ .contact__label-mobile {
    top: -37px;
    left: 0;
    z-index: 10;
    font-style: normal;
  }
  .contact__input:not(:placeholder-shown).contact__input:not(:focus) ~ .contact__label-mobile {
    top: -37px;
    z-index: 10;
    font-style: normal;
  }
  .contact__input::placeholder {
    color: transparent;
  }
}

.contact-banner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  min-height: 450px;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-banner:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
}
.contact-banner__title {
  margin-bottom: 20px;
  color: inherit;
  text-align: center;
}
.contact-banner__content {
  margin-bottom: 30px;
  text-align: center;
}
.contact-banner__link {
  margin-bottom: 75px;
  text-align: center;
}
.contact-banner__spacer {
  margin-bottom: 30px;
}
.contact-banner__box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 30px;
  height: 100%;
  color: #000000;
  background-color: #fff;
  border: 3px solid #0C833E;
  border-radius: 12px;
}
.contact-banner__box > * {
  width: 100%;
}
.contact-banner__box-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}
.contact-banner__box-content {
  margin-bottom: 10px;
  font-size: 14px;
}
.contact-banner__reason-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-banner__reason-item {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: 14px;
}
.contact-banner__reason-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
@media screen and (max-width: 1199px) {
  .contact-banner {
    padding: 50px 0;
  }
  .contact-banner__link {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .contact-banner__box {
    padding: 15px;
  }
}

.payment-info {
  display: flex;
  font-size: 14px;
  line-height: 1.2;
}
.payment-info__title {
  position: relative;
  margin-bottom: 5px;
  width: 175px;
  font-weight: 600;
}
.payment-info__title:after {
  content: ":";
  position: absolute;
  right: 10px;
}
.payment-info__info {
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .payment-info {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .payment-info__title:after {
    position: unset;
  }
  .payment-info__info {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .payment-info {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .payment-info__title:after {
    position: unset;
  }
  .payment-info__info {
    width: 100%;
  }
}

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