.registration-form-contact {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.registration-form-contact .registration-form-contact__margin-top-28px {
  margin-top: 28px;
}
.registration-form-contact .registration-form-contact__heading .registration-form-contact__heading-big {
  font-size: 48px;
  font-weight: 700;
  line-height: 32px;
}
.registration-form-contact .registration-form-contact__heading .registration-form-contact__heading-small {
  font-size: 48px;
  font-weight: 400;
}
.registration-form-contact .registration-form-contact__user-form {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.registration-form-contact .registration-form-contact__user-form .registration-form-contact__form-container {
  max-width: 700px;
  width: 700px;
}
.registration-form-contact .registration-form-contact__user-form .registration-form-contact__form-container .row {
  width: 100%;
}
.registration-form-contact .registration-form-contact__user-form .registration-form-contact__form-container .row .eve-input-box .form-control {
  padding: 12px;
}
@media (max-width: 960px) {
  .registration-form-contact {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .registration-form-contact .registration-form-contact__margin-top-28px {
    margin-top: 28px;
  }
  .registration-form-contact .registration-form-contact__heading {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-left: 8px;
  }
  .registration-form-contact .registration-form-contact__heading .registration-form-contact__heading-big,
  .registration-form-contact .registration-form-contact__heading .registration-form-contact__heading-small {
    font-size: 36px;
    line-height: 32px;
  }
  .registration-form-contact .registration-form-contact__heading .registration-form-contact__heading-big {
    font-weight: 700;
  }
  .registration-form-contact .registration-form-contact__user-form {
    display: block;
    flex-grow: 1;
  }
  .registration-form-contact .registration-form-contact__user-form .registration-form-contact__form-container {
    max-width: 100%;
    width: 100%;
  }
  .registration-form-contact .registration-form-contact__user-form .registration-form-contact__form-container .row {
    width: 100%;
    margin: 0 !important;
  }
  .registration-form-contact .registration-form-contact__user-form .registration-form-contact__form-container .row .eve-input-box .form-control {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  .registration-form-contact .registration-form-contact__margin-top-28px {
    margin-top: 0;
  }
}

.form-group .form-check input {
  width: 1.3em;
  height: 1.3em;
  padding: 0;
}
.form-group .form-check label {
  line-height: 26px;
  margin-left: 5px;
}
.form-group .form-check .form-check-input:checked {
  background-color: var(--eve-green-color);
  border-color: var(--eve-green-color);
}

input[readonly],
textarea[readonly] {
  cursor: not-allowed;
}

.ui-select-container .ui-select-toggle[readonly],
.ui-select-container.ng-disabled {
  cursor: not-allowed;
}
