.survey-modal .survey-modal__window.is-intro {
  max-width: 560px;
  width: 90%;
}

.survey-modal .survey-modal__window {
  padding: 40px;
}

.survey-modal .survey-question {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 28px;
  line-height: 1.4;
  text-align: center;
}

.survey-modal .survey-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.survey-modal .survey-btns .btn {
  min-width: 120px;
}

.survey-modal .survey-form-wrap {
  margin-top: 8px;
}

.survey-modal h3.frm_form_title {
  margin-bottom: 27px !important;
}