#feedback-modal.two-modes .mode-2 {
  display: none;
}

#feedback-modal.two-modes.mode-2 {
  .mode-1 {
    display: none;
  }
  .mode-2 {
    display: block;
  }
}

#feedback-modal .modal-body {
  padding-bottom: 80px;

  .subtitle-bold-1 {
    margin: 70px auto 0;
    max-width: 375px;
  }
}

#question-in-modal {
  max-height: 120px;
  overflow-y: auto;
}

#feedback-modal .modal-form {
  margin-top: 40px;
}
