.footer-form {
  padding: 0 2%;
  color: #fff;
  background-color: #2C3537;
}
.footer-form .footer-form-content {
  padding: 145px 8.671875vw 138px 8.671875vw;
  border-left: 1px solid rgba(235, 235, 235, 0.5);
  border-right: 1px solid rgba(235, 235, 235, 0.5);
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 61px;
}
.footer-form .form-block-footer-form {
  max-width: 928px;
  display: flex;
  flex-direction: column;
  row-gap: 49px;
  width: 100%;
}
.footer-form .block-text-box-footer {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}
.footer-form .block-title-left-footer {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100.875%;
}
.footer-form .block-text-left-footer {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.375%;
}
.footer-form .contact-us-form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 116px;
  justify-content: space-between;
}
.footer-form .form-component-footer-form {
  display: flex;
  flex-direction: column;
}
.footer-form .form-component-footer-form input,
.footer-form .form-component-footer-form textarea {
  background-color: #2C3537;
  border: none;
  border-bottom: 1px solid #FFF;
  font-size: 16px;
  line-height: 100%;
  width: 100%;
  padding: 8px 0 14px;
  color: #fff;
  background: none;
  outline: none;
}
.footer-form .form-component-footer-form input:-webkit-autofill,
.footer-form .form-component-footer-form textarea:-webkit-autofill {
  background-color: #2C3537 !important;
  -webkit-box-shadow: 0 0 0 1000px #2C3537 inset !important;
  -webkit-text-fill-color: #fff;
}
.footer-form .form-component-footer-form input:-webkit-autofill:hover, .footer-form .form-component-footer-form input:-webkit-autofill:active, .footer-form .form-component-footer-form input:-webkit-autofill:focus,
.footer-form .form-component-footer-form textarea:-webkit-autofill:hover,
.footer-form .form-component-footer-form textarea:-webkit-autofill:active,
.footer-form .form-component-footer-form textarea:-webkit-autofill:focus {
  background-color: #2C3537 !important;
  -webkit-box-shadow: 0 0 0 1000px #2C3537 inset !important;
  -webkit-text-fill-color: #fff;
}
.footer-form .form-component-footer-form textarea {
  resize: vertical;
  height: 47px;
  max-height: 200px;
}
.footer-form .form-component-name-footer-form {
  width: 48%;
}
.footer-form .form-component-email-footer-form {
  width: 48%;
}
.footer-form .form-component-message-footer-form {
  width: 74.5%;
}
.footer-form .form-component-message-footer-form::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #C8C8C8;
  left: -8px;
  bottom: 15px;
  transform: rotate(45deg);
}
.footer-form .rectangle-footer {
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 12px;
  width: 12px;
}
.footer-form .form-component-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 100.875%;
  margin-bottom: -3px;
}
.footer-form .form-component-bottom-label {
  color: #C2C2C2;
  font-size: 16px;
  font-weight: 300;
  line-height: 137.375%;
}
.footer-form .btn-contact-us-form-footer {
  font-size: 24px;
  font-weight: 500;
  line-height: 100.875%;
  font-family: inherit;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  height: 66px;
  align-self: end;
  transition: all 0.5s;
}
.footer-form .button-icon {
  background-color: #779501;
  padding: 25px 26px;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/wemake-theme/img/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.footer-form .btn-contact-us-form-footer:hover .button-icon {
  background-image: url("/wp-content/themes/wemake-theme/img/arrow-button.svg");
}
.footer-form .btn-contact-us-form-footer:hover {
  background-color: #779501;
  z-index: 10;
}
.footer-form .btn-contact-us-form-footer:hover::before {
  content: "";
  position: absolute;
  left: 34%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
.footer-form .button-text {
  background-color: transparent;
  color: #fff;
  padding: 21px 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-form .button-icon img {
  width: 14px;
  height: 16px;
  display: block;
}
.footer-form .custom-button:focus {
  outline: none;
}
.footer-form .title-block-footer-form {
  max-width: 739px;
  margin-top: -18px;
}
.footer-form .title-footer-form {
  font-family: "Unbounded", sans-serif;
  font-size: 120px;
  line-height: 112%;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #AFAFAF;
  margin-right: -4px;
}
.footer-form .title-text-box-footer-form {
  max-width: 418px;
  position: absolute;
  bottom: 5px;
  left: 22px;
}
.footer-form .text-footer-form {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.375%;
}
.footer-form .arrows-icon-footer {
  width: 66px;
  height: 18px;
  margin-bottom: 15px;
}

.page-template-front-page .footer-form {
  border-radius: 50px 50px 0px 0px;
  margin-top: -151px;
}

.page-template-about-us .footer-form {
  border-radius: 50px 50px 0px 0px;
}

.page-template-page-service .footer-form {
  border-radius: 50px 50px 0px 0px;
}

.footer-form .contact-us-form input.wpcf7-not-valid,
.footer-form .contact-us-form textarea.wpcf7-not-valid {
  border-bottom: 1px solid red;
}
.footer-form .wpcf7-form-control-wrap {
  font-size: 0;
}

html[lang=en-US] .footer-form .title-footer-form {
  text-align: right;
}
html[lang=en-US] .footer-form .contact-us-form {
  flex-direction: row-reverse;
}
html[lang=en-US] .footer-form .form-component-message-footer-form::before {
  left: auto;
  right: -4px;
  transform: rotate(-45deg);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px !important;
  text-transform: none !important;
  position: absolute;
  right: 0;
}

html[lang=en-US] .wpcf7-not-valid-tip {
  right: auto;
  left: 0;
}
html[lang="en-US"] .footer-form .footer-form-content {
  text-transform: none;
}
.checkbox-label .wpcf7-not-valid-tip {
  display: none !important;
}
.checkbox-label .wpcf7-not-valid input[type=checkbox]:before {
  border-color: #dc3232;
}

@media (max-width: 2160px) {
  .footer-form .form-component-message-footer-form {
    width: 67%;
  }
}
@media (max-width: 1920px) {
  .footer-form .title-footer-form {
    font-size: 104.456px;
  }
  .footer-form .form-component-message-footer-form {
    width: 55%;
  }
  .footer-form .title-text-box-footer-form {
    max-width: 400px;
    bottom: -54px;
  }
}
@media (max-width: 1536px) {
  .footer-form .title-footer-form {
    font-size: 80.456px;
  }
  .footer-form .title-text-box-footer-form {
    max-width: 330px;
    bottom: -63px;
  }
}
@media (max-width: 1366px) {
  .footer-form .title-footer-form {
    font-size: 61.456px;
  }
  .footer-form .footer-form-content {
    gap: 24px;
  }
  .footer-form .title-text-box-footer-form {
    max-width: 255px;
    bottom: -94px;
  }
  .footer-form .form-component-message-footer-form {
    width: 41%;
  }
}
@media (max-width: 1024px) {
  .footer-form .footer-form-content {
    flex-direction: column;
    row-gap: 32px;
  }
  .footer-form .form-block-footer-form {
    order: 2;
  }
  .footer-form .title-block-footer-form {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 57px;
    align-self: flex-start;
  }
  .footer-form .title-text-box-footer-form {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 500px;
  }
  .footer-form .title-block-footer-form {
    max-width: 500px;
  }
  html[lang=en-US] .footer-form .title-block-footer-form {
    align-items: flex-end;
    align-self: flex-end;
  }
  html[lang=en-US] .footer-form .title-footer-form {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .footer-form {
    padding: 0;
  }
  .footer-form .contact-us-form {
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 40px;
    align-items: flex-end;
  }
  .footer-form .form-component-footer-form {
    width: 100%;
  }
  .footer-form .form-component-name-footer-form {
    order: 1;
  }
  .footer-form .form-component-email-footer-form {
    order: 2;
    margin-bottom: 24px;
  }
  .footer-form .form-component-message-footer-form {
    order: 3;
  }
  .footer-form .btn-contact-us-form-footer {
    order: 4;
    height: 78px;
  }
  .footer-form .button-text {
    padding: 27px 17px 27px 0;
  }
  .footer-form .text-footer-form {
    font-size: 14px;
  }
  .footer-form .block-title-left-footer {
    font-size: 24px;
  }
  .footer-form .block-text-left-footer {
    font-size: 14px;
  }
  .footer-form .form-component-bottom-label {
    font-size: 14px;
  }
  .footer-form .form-block-footer-form {
    row-gap: 54px;
  }
  .footer-form .footer-form-content {
    padding: 68px 0 70px 0;
    border: none;
  }
  .footer-form .inner {
    padding: 0 5%;
  }
  .footer-form .title-text-box-footer-form {
    max-width: 100%;
  }
  .footer-form .title-block-footer-form {
    max-width: 100%;
  }
  .footer-form .rectangle-footer {
    bottom: 16px;
  }
  .footer-form .btn-contact-us-form-footer {
    border: 1px solid #fff;
    width: 100%;
    justify-content: center;
  }
  .footer-form .button-icon {
    padding: 31.71px 0 31.71px 0;
    background-color: transparent;
    width: 38px;
  }
  .footer-form .button-icon img {
    width: 13.814px;
    height: 14.581px;
    display: block;
  }
  .footer-form .title-footer-form {
    -webkit-text-stroke: 1px rgba(175, 175, 175, 0.5);
    line-height: 117.875%;
  }
  .footer-form .title-block-footer-form {
    row-gap: 12px;
  }
  .page-template-about-us .footer-form {
    border-radius: 8px 8px 0px 0px;
  }
  .page-template-page-service .footer-form {
    border-radius: 8px 8px 0px 0px;
  }
  .page-template-front-page .footer-form {
    border-radius: 8px 8px 0px 0px;
    margin-top: -9px;
  }
  .btn-contact-us-form-footer:hover::before {
    display: none;
  }
  .footer-form .form-component-footer-form input {
    font-size: 14px;
    padding: 4px 0 16px;
  }
  html[lang=en-US] .footer-form .contact-us-form {
    flex-direction: column;
  }
}
@media (max-width: 426px) {
  .footer-form .title-footer-form {
    font-size: 44px;
  }
  .footer-form .button-icon {
    padding: 31.71px 0 31.71px;
  }
}
::-webkit-resizer {
  display: none;
}
/*# sourceMappingURL=footer-form.css.map */