.t-submit:disabled,
.t-submit[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.t-input-group[data-field-name="checkbox_confidence"] {
    margin-bottom: 40px !important;
}

.t-input-group[data-field-name="checkbox_agreement"] {
    margin-bottom: 16px !important;
}

#t-footer {
  margin-top: auto !important;
}

.t-input-group[data-field-name="Согласие с политикой конфиденциальности"] {
    margin-bottom: 40px !important;
}

.t-input-group[data-field-name="Согласие с условиями"] {
    margin-bottom: 16px !important;
}

.t-popup__container {
  max-height: 100vh !important;
  overflow-y: auto !important;
}

.t886__wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px !important;
}

.t-btn.t886__btn {
  align-self: flex-end !important;
  margin-top: 0 !important;
}