@charset "UTF-8";
/* General Consult — CTA с формой. */
.general-consult {
  padding: 50px 0;
}
.general-consult__body {
  background-color: #002d5e;
  padding: 44px 40px;
  border-radius: 24px;
  background-image: url("/wp-content/themes/polygraph/assets/images/back-form-consult.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  .general-consult__body {
    flex-direction: column;
    padding: 32px 24px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .general-consult__body {
    border-radius: 16px;
    padding: 32px 24px 64px 24px;
    position: relative;
    background-image: url("/wp-content/themes/polygraph/assets/images/back-form-consult-1.png");
    background-position: bottom center;
  }
}
.general-consult__content {
  max-width: 656px;
  width: 100%;
}
@media (max-width: 1024px) {
  .general-consult__content {
    max-width: 100%;
  }
}
.general-consult__title {
  font-size: 32px;
  line-height: normal;
  color: #eceffd;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 767px) {
  .general-consult__title {
    font-size: 24px;
  }
}
.general-consult__text {
  margin: 12px 0 0 0;
  max-width: 520px;
  width: 100%;
  font-size: 16px;
  line-height: 21px;
  color: #eceffd;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.general-consult__subtext {
  margin: 12px 0 0 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: normal;
  color: #eceffd;
  font-weight: 400;
}
@media (max-width: 767px) {
  .general-consult__subtext {
    position: absolute;
    bottom: 32px;
    left: 24px;
  }
}
.general-consult__form {
  max-width: 624px;
  width: 100%;
}
@media (max-width: 1024px) {
  .general-consult__form {
    max-width: 100%;
  }
}
.general-consult__form .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: none !important;
}
.general-consult__form .wpcf7 .wpcf7-form.sent {
  position: relative;
}
.general-consult__form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  margin: 0;
  padding: 2px 0 2px 24px;
  border: none !important;
  font-size: 14px;
  line-height: normal;
  color: #eceffd;
  background-image: url("/wp-content/themes/polygraph/assets/images/check-white.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
@media (max-width: 767px) {
  .general-consult__form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    position: static;
    margin: 16px 0 0 0;
  }
}
.general-consult__form .wpcf7 .wpcf7-form .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .general-consult__form .wpcf7 .wpcf7-form .form {
    display: flex;
    flex-direction: column;
  }
}
.general-consult__form .wpcf7 .wpcf7-form .form__row {
  position: relative;
  overflow: visible;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .custom-select__tip {
  position: absolute;
  bottom: -14px;
  left: 0;
  z-index: 2;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ff0000;
  pointer-events: none;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._name .wpcf7-form-control-wrap input {
  background-image: url("/wp-content/themes/polygraph/assets/images/name.svg");
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 15px;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._phone .wpcf7-form-control-wrap input {
  background-image: url("/wp-content/themes/polygraph/assets/images/phone.svg");
  background-position: 24px center;
  background-repeat: no-repeat;
  background-size: 18px;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._hidden {
  display: none !important;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select {
  position: relative;
  z-index: 2;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select:has(.custom-select._open) {
  z-index: 10;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .wpcf7-form-control-wrap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select {
  position: relative;
  width: 100%;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__native {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 1px !important;
  height: 1px !important;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger {
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  border: 1px solid rgba(236, 239, 253, 0.2588235294);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 16px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #eceffd;
  text-align: left;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger:hover {
  border-color: rgba(236, 239, 253, 0.45);
  background-color: rgba(255, 255, 255, 0.07);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger:focus-visible {
  border-color: rgba(236, 239, 253, 0.55);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger.invalid {
  border-color: #ff0000;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger.invalid:hover, .general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__trigger.invalid:focus-visible {
  border-color: #ff0000;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__chevron {
  flex-shrink: 0;
  width: 12px;
  height: 8px;
  color: rgba(236, 239, 253, 0.76);
  transition: transform 0.28s ease, color 0.25s ease;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 6px;
  list-style: none;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(236, 239, 253, 0.2588235294);
  background-color: #00356e;
  box-shadow: 0 16px 40px rgba(0, 17, 40, 0.45);
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__list::-webkit-scrollbar {
  width: 4px;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__list::-webkit-scrollbar-thumb {
  background: rgba(236, 239, 253, 0.25);
  border-radius: 4px;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__option {
  padding: 12px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  color: #eceffd;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__option:hover, .general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__option:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select__option._selected {
  background-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._placeholder .custom-select__value {
  color: rgba(236, 239, 253, 0.7647058824);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._open {
  z-index: 5;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._open .custom-select__trigger {
  border-color: rgba(236, 239, 253, 0.55);
  background-color: rgba(255, 255, 255, 0.08);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._open .custom-select__trigger.invalid {
  border-color: #ff0000;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._open .custom-select__chevron {
  transform: rotate(180deg);
  color: #eceffd;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._select .custom-select._open .custom-select__list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._button {
  position: relative;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._button .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  line-height: normal;
  color: #011c51;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  padding: 16px 6px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._button .wpcf7-submit:hover {
  background-color: #eceffd;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row._button .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap {
  position: relative;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -14px;
  left: 0;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ff0000;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap input {
  display: flex;
  width: 100%;
  border: 1px solid rgba(236, 239, 253, 0.2588235294);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 16px 24px 16px 50px;
  border-radius: 8px;
  font-family: "Montserrat", sans-serif;
  color: #eceffd;
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  transition: all 0.3s ease 0s;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap input::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  color: rgba(236, 239, 253, 0.7647058824);
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap input::placeholder {
  font-family: "Montserrat", sans-serif;
  color: rgba(236, 239, 253, 0.7647058824);
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}
.general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap input.wpcf7-not-valid, .general-consult__form .wpcf7 .wpcf7-form .form__row .wpcf7-form-control-wrap input.invalid {
  border-color: #ff0000;
}/*# sourceMappingURL=style.css.map */