.contact-form {
  padding: 0 2%;
  overflow: hidden;
}
.contact-form .contact-form-content {
  padding: 130px 8.671875vw 130px 8.671875vw;
  border-left: 1px solid rgba(115, 115, 115, 0.5);
  border-right: 1px solid rgba(115, 115, 115, 0.5);
  border-bottom: 1px solid rgba(115, 115, 115, 0.5);
  display: flex;
  justify-content: space-between;
  gap: 56px;
  align-items: center;
}
.contact-form .img-box-contact-form {
  overflow: hidden;
  width: 28.0078125vw;
}
.contact-form .item-img-contact-form {
  max-width: 717px;
}
.contact-form .box-contact-form {
  display: flex;
  flex-direction: column;
  gap: 118px;
  flex-basis: 100%;
  max-width: 1054px;
}
.contact-form .top-box-contact-form {
  padding-right: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contact-form .top-title-contact-form {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #2C3537;
}
.contact-form .top-text-contact-form {
  color: #7A7C7C;
  font-size: 24px;
  font-weight: 400;
  line-height: 36.21px;
  margin-bottom: 53px;
}
.contact-form .info-contact-form {
  display: flex;
  justify-content: flex-start;
  gap: 221px;
  align-items: center;
  margin-right: 25px;
}
.contact-form .info-block-contact-form {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  align-items: flex-start;
}
.contact-form .info-title-block-contact-form {
  color: #454545;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32.28px;
}
.contact-form .info-text-block-contact-form {
  color: #999;
  font-size: 18px;
  font-weight: 400;
  line-height: 18.21px;
  position: relative;
}
.contact-form .info-text-block-contact-form::after {
  background-color: #779501;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  right: -30px;
}
.contact-form .bottom-box-contact-form {
  border-top: 1px solid rgba(205, 205, 205, 0.5);
  padding-top: 118px;
  padding-right: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.contact-form .bottom-block-text-box-contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-form .bottom-block-title-contact-form {
  color: #2C3537;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}
.contact-form .bottom-block-text-contact-form {
  color: #7A7C7C;
  font-size: 24px;
  font-weight: 400;
  line-height: 36.21px;
}
.contact-form .contact-us-form {
  display: flex;
  flex-direction: column;
  gap: 33px;
  width: 100%;
}
.contact-form .box-top-form-component-contact {
  display: flex;
  flex-wrap: wrap;
  row-gap: 56px;
  justify-content: space-between;
}
.contact-form .box-bottom-form-component-contact {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.contact-form .contact-us-form label {
  color: #9C9C9C;
  font-size: 20px;
  font-weight: 400;
  line-height: 20.175px;
}
.contact-form .contact-us-form label:last-child {
  font-size: 18px;
}
.contact-form .form-component-contact {
  color: #9C9C9C;
  font-size: 20px;
  font-weight: 400;
  line-height: 20.175px;
  display: flex;
  flex-direction: column;
  width: 48%;
}
.contact-form .form-component-contact:last-child {
  flex: 1 1 100%;
}
.contact-form .form-component-contact input,
.contact-form .form-component-contact textarea {
  width: 100%;
  font-family: inherit;
  color: inherit;
  border: none;
  border-bottom: 1px solid #2C3537;
  background-color: #fff;
}
.contact-form .form-component-contact input:-webkit-autofill,
.contact-form .form-component-contact textarea:-webkit-autofill {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #2C3537;
}
.contact-form .form-component-contact input:-webkit-autofill:hover, .contact-form .form-component-contact input:-webkit-autofill:active, .contact-form .form-component-contact input:-webkit-autofill:focus,
.contact-form .form-component-contact textarea:-webkit-autofill:hover,
.contact-form .form-component-contact textarea:-webkit-autofill:active,
.contact-form .form-component-contact textarea:-webkit-autofill:focus {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #2C3537;
}
.contact-form .form-component-contact textarea {
  resize: vertical;
  height: 30px;
  max-height: 150px;
}
.contact-form .btn-contact-us-form {
  color: #FFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 30.262px;
  display: inline-block;
  padding: 35px 155px 35px 255px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s;
  background-color: #779501;
  background-image: url("/wp-content/themes/wemake-theme/img/arrow-button.svg");
  background-position: 8% center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.contact-form .btn-contact-us-form:hover {
  background-color: #658000;
}
.contact-form .form-component-label::after {
  content: "*";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 24px;
  color: #2C3537;
}
.contact-form .btn-contact-us-form::before {
  content: "";
  position: absolute;
  left: 21%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}
.contact-form .arrow-prev-contact-form {
  position: absolute;
  left: -370%;
  bottom: 7px;
  height: 20px;
  width: 25px;
}
.contact-form .contact-us-form input[type=checkbox] {
  position: relative;
  opacity: 1;
  top: 2px;
  left: 8px;
  height: 0px;
}
.contact-form .contact-us-form input[type=checkbox] + label {
  font-family: inherit;
  font-size: 16px;
  color: #b9b9b9;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0;
}
.contact-form .contact-us-form input[type=checkbox]:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 26px;
  height: 26px;
  background: #ffffff;
  border: 2px solid #2C3537;
  top: -5px;
  right: 0;
  position: relative;
}
.contact-form .contact-us-form input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
.contact-form .contact-us-form input[type=checkbox]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
.contact-form .contact-us-form input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 1px;
  background: #779501;
  width: 14px;
  height: 14px;
}
.contact-form .form-component-contact input {
  font-size: 20px;
}
.contact-form .checkbox-label {
  margin-right: 21px;
}
.contact-form .checkbox-label .wpcf7-checkbox span label {
  display: flex;
  gap: 5px;
  align-items: center;
}

.wpcf7-list-item-label {
  display: none;
}

html[lang=en-US] .contact-form .btn-contact-us-form {
  text-align: right;
}
html[lang=en-US] .contact-form .info-text-block-contact-form {
  margin-left: 30px;
}
html[lang=en-US] .contact-form .info-text-block-contact-form::after {
  left: -30px;
}
html[lang=en-US] .contact-form .form-component-label::after {
  right: 0;
  left: auto;
}
html[lang=en-US] .contact-form .contact-us-form label.checkbox-label {
  left: 0;
  margin-left: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}
html[lang=en-US] .contact-form .contact-us-form label.checkbox-label .wpcf7-checkbox span label {
  display: flex;
  gap: 5px;
  align-items: center;
}
html[lang=en-US] .contact-form .contact-us-form input[type=checkbox] {
  left: 0px;
  margin-right: 24px;
}

.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;
}

.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;
}

.checkbox-label .wpcf7-not-valid-tip {
  display: none !important;
}
.checkbox-label .wpcf7-not-valid input[type=checkbox]:before {
  border-color: #dc3232;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.form-component-contact input.wpcf7-not-valid,
.form-component-contact textarea.wpcf7-not-valid {
  border-bottom: 1px solid red;
}

/* CV */
.contact-form-content-cv {
  display: flex;
  justify-content: space-between;
  gap: 56px;
  align-items: center;
  border-bottom: 14px solid #779501;
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
  border-top: 1px solid #737373;
  border-radius: 10px;
  overflow: hi;
}

.contact-form.contact-form-cv {
  overflow: hidden;
}
.contact-form.contact-form-cv .contact-form-content {
  padding: 100px 6.8359375vw 120px 6.8359375vw;
  display: block;
}
.contact-form.contact-form-cv .img-box-contact-form {
  width: 25.859375vw;
  max-height: 796px;
}
.contact-form.contact-form-cv .bottom-box-contact-form {
  border-top: none;
  padding-top: 0;
  padding-right: 132px;
}
.contact-form.contact-form-cv .box-contact-form {
  max-width: 1129px;
}
.contact-form.contact-form-cv .btn-contact-us-form {
  padding: 27px 120px 27px 198px;
  font-size: 24px;
  font-weight: 500;
  line-height: 100.875%;
}
.contact-form.contact-form-cv .file-upload-container {
  display: flex;
  align-items: center;
}
.contact-form.contact-form-cv .file-upload-text {
  margin-right: 10px;
  color: #9C9C9C;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
  line-height: 20.175px;
}
.contact-form.contact-form-cv .file-upload {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.contact-form.contact-form-cv .file-upload input[type=file] {
  display: none;
}
.contact-form.contact-form-cv .file-upload label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid #555C5E;
  cursor: pointer;
  background-image: url("/wp-content/themes/wemake-theme/img/icon_attach.svg");
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}
.contact-form.contact-form-cv .file-upload .icon {
  width: 20px;
  height: 20px;
}

html[lang=en-US] .contact-form.contact-form-cv .bottom-box-contact-form {
  padding-left: 132px;
  padding-right: 0;
}
html[lang=en-US] .contact-form.contact-form-cv .file-upload-container {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
html[lang=en-US] .contact-form.contact-form-cv .file-upload-text {
  margin-left: 10px;
}

::-webkit-resizer {
  display: none;
}

@media (max-width: 2304px) {
  .contact-form .info-contact-form {
    gap: 96px;
  }
}
@media (max-width: 1920px) {
  .contact-form .item-img-contact-form {
    /* max-width: 100% */
  }
  .contact-form .btn-contact-us-form {
    padding: 35px 35px 35px 105px;
    background-position: 5% center;
  }
  .contact-form .arrow-prev-contact-form {
    left: -165%;
  }
  .contact-form .info-title-block-contact-form {
    font-size: 24px;
  }
  .contact-form .bottom-box-contact-form {
    padding-top: 48px;
  }
  .contact-form .box-contact-form {
    gap: 48px;
    max-width: 573px;
  }
  .contact-form .bottom-box-contact-form {
    padding-right: 0;
  }
  .contact-form .top-box-contact-form {
    padding-right: 0;
  }
  .contact-form .info-contact-form {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
  /* CV */
  .contact-form .arrow-prev-contact-form {
    left: -370%;
  }
}
@media (max-width: 1366px) {
  .contact-form .box-top-form-component-contact {
    row-gap: 47px;
    flex-direction: column;
  }
  .contact-form .box-bottom-form-component-contact {
    flex-direction: column;
    gap: 56px;
  }
  .contact-form .arrow-prev-contact-form {
    left: 10%;
  }
  .contact-form .btn-contact-us-form::before {
    left: 29%;
  }
  .contact-form .form-component-contact {
    width: 100%;
  }
  .contact-form .btn-contact-us-form {
    padding-left: 0;
    background-position: 7% center;
  }
  .contact-form .box-contact-form {
    max-width: 427px;
  }
  /* CV */
  .contact-form.contact-form-cv .box-bottom-form-component-contact {
    gap: 12px;
    align-items: start;
    flex-direction: column-reverse;
  }
  .contact-form.contact-form-cv .bottom-box-contact-form {
    padding: 30px;
  }
  .contact-form.contact-form-cv .img-box-contact-form {
    max-height: 100%;
  }
  .contact-form.contact-form-cv .contact-form-content-cv {
    align-items: stretch;
  }
  .contact-form.contact-form-cv .item-img-contact-form {
    height: 874px;
  }
  html[lang=en-US] .contact-form.contact-form-cv .box-bottom-form-component-contact {
    gap: 12px;
    align-items: stretch;
    flex-direction: column;
  }
  html[lang=en-US] .contact-form.contact-form-cv .contact-form .btn-contact-us-form {
    padding-right: 0;
  }
  html[lang=en-US] .contact-form.contact-form-cv .bottom-box-contact-form {
    padding: 30px;
  }
  html[lang=en-US] .contact-form.contact-form-cv .bottom-block-text-contact-form {
    max-width: 450px;
  }
}
@media (max-width: 1024px) {
  .contact-form .img-box-contact-form {
    display: none;
  }
  .contact-form .box-contact-form {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-form {
    padding: 0;
  }
  .contact-form .contact-form-content {
    padding: 32px 0 72px 0;
    border: none;
  }
  .contact-form .top-title-contact-form {
    font-size: 32px;
  }
  .contact-form .top-text-contact-form {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .contact-form .info-title-block-contact-form {
    font-size: 20px;
    line-height: 20.175px;
  }
  .contact-form .info-text-block-contact-form {
    font-size: 14px;
    line-height: 14.122px;
  }
  .contact-form .info-contact-form {
    margin-right: 14px;
    gap: 80px;
    flex-direction: column-reverse;
  }
  .contact-form .info-text-block-contact-form::after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 3px;
    right: -14px;
  }
  .contact-form .info-block-contact-form:nth-child(1) {
    order: 2;
  }
  .contact-form .info-block-contact-form:nth-child(2) {
    order: 1;
  }
  .contact-form .info-block-contact-form {
    row-gap: 6px;
  }
  .contact-form .bottom-block-title-contact-form {
    font-size: 32px;
  }
  .contact-form .bottom-box-contact-form {
    gap: 48px;
  }
  .contact-form .btn-contact-us-form {
    order: 2;
    font-size: 22px;
    line-height: 22.192px;
    padding: 30.5px 134px 30.5px 0;
  }
  .contact-form .contact-us-form label:last-child {
    order: 1;
  }
  .contact-form .contact-us-form label:last-child {
    font-size: 16px;
    margin-right: 7px;
  }
  .contact-form .contact-us-form input[type=checkbox]:checked:after {
    top: 6px;
    right: 1px;
    width: 10px;
    height: 10px;
  }
  .contact-form .contact-us-form input[type=checkbox]:before {
    height: 20px;
    width: 20px;
    right: 3px;
    left: auto;
    top: 1px;
  }
  .contact-form .arrow-prev-contact-form {
    left: 11%;
    bottom: -1px;
  }
  .contact-form .box-contact-form {
    gap: 72px;
  }
  .contact-form .bottom-box-contact-form {
    padding-top: 32px;
  }
  .contact-form .contact-us-form label::after {
    top: 18%;
  }
  .contact-form .box-bottom-form-component-contact {
    gap: 52px;
  }
  /* CV */
  .contact-form.contact-form-cv .contact-form-content {
    padding: 46px 0 44px 0;
  }
  .contact-form.contact-form-cv .bottom-box-contact-form {
    padding: 0;
  }
  .contact-form.contact-form-cv .btn-contact-us-form {
    padding: 27px 120px 27px 198px;
    font-size: 24px;
    font-weight: 500;
    line-height: 100.875%;
  }
  .contact-form.contact-form-cv .box-bottom-form-component-contact {
    gap: 32px;
    flex-direction: column;
  }
  .contact-form.contact-form-cv .contact-form-content-cv {
    border: none;
  }
  html[lang=en-US] .contact-form.contact-form-cv .bottom-box-contact-form {
    padding: 0;
  }
  html[lang=en-US] .contact-form input[type=checkbox] {
    top: -1px;
  }
}
@media (max-width: 440px) {
  .contact-form .top-title-contact-form {
    font-size: 24px;
  }
  .contact-form .top-text-contact-form {
    font-size: 14px;
    line-height: 21.122px;
    max-width: 303px;
  }
  .contact-form .bottom-block-text-contact-form {
    font-size: 14px;
    line-height: 21.122px;
    max-width: 337px;
  }
  .contact-form .bottom-block-title-contact-form {
    font-size: 24px;
  }
  .contact-form .contact-us-form label {
    font-size: 16px;
    line-height: 16.14px;
  }
  .contact-form .btn-contact-us-form::before {
    left: 22%;
  }
  /* CV */
  .contact-form.contact-form-cv .file-upload-container {
    align-self: flex-end;
  }
  .contact-form.contact-form-cv .box-bottom-form-component-contact {
    align-items: stretch;
  }
  .contact-form.contact-form-cv .btn-contact-us-form {
    padding-left: 0;
    padding-right: 140px;
    font-size: 22px;
  }
  .contact-form.contact-form-cv .arrow-prev-contact-form {
    left: 10%;
  }
  html[lang=en-US] .contact-form.contact-form-cv .file-upload-container {
    align-self: start;
  }
  html[lang=en-US] .contact-form.contact-form-cv .btn-contact-us-form {
    text-align: right;
  }
}
@media (max-width: 420px) {
  .contact-form.contact-form-cv .btn-contact-us-form {
    padding-right: 80px;
  }
}
/*# sourceMappingURL=contact-form.css.map */