/* * {
  border: 1px solid red;
} */

.custom-form .form__top {
  position: relative;
}

.custom-form .form__top .blue-btn {
  max-width: 29%;
  background-color: var(--blue);
  color: var(--white);
  padding: 20rem 0px;
  border-radius: 16rem;
  display: inline-flex;
  box-sizing: border-box;
}

.custom-form .form__top .wpcf7-spinner {
  position: absolute;
  top: 100%;
}

.custom-form .form__top input[type="text"],
.custom-form .form__top input[type="tel"] {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  width: 100%;
}

.custom-form form label .real-checkbox:checked + .custom-checkbox::before {
  transform: translate(-50%, -50%) scale(1);
}

.custom-form _left form label .real-checkbox:checked + .custom-checkbox {
  background-color: var(--blue);
}

.custom-form .form__top .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}

.custom-form .form__top label {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 0;
}

.custom-form .form__top label .custom-checkbox {
  margin-right: 12px;
}

@media (max-width: 992px) {
}
.contact__content_left {
    margin-top: 32rem;
}

