@media screen and (max-width: 640px) {

  /* 1) Убираем вертикальное центрирование попапа */
  .t-popup.t-popup_show .t-popup__container {
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  /* 2) Убираем все нижние отступы у оболочек */
  .t-popup.t-popup_show .t-popup__content,
  .t-popup.t-popup_show .t-popup__content-wrapper,
  .t-popup.t-popup_show .t-popup__container,
  .t-popup.t-popup_show .t-popup__content .t-form {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
  }

  /* 3) Попапу даём нормальную прокрутку и снимаем "растяжение" */
  .t-popup.t-popup_show .t-popup__content {
    height: auto !important;
    max-height: 100vh !important;
    overflow-y: auto !important;
  }

  /* 4) Ровно 40px от кнопки до низа попапа */
  .t-popup.t-popup_show .t-popup__content .t-form__submit {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 640px) {
  .t-popup.t-popup_show .t-form__bottom-text,
  .t-popup.t-popup_show .t-form__successbox {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
#rec1678229291 .t-popup.t-popup_show {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}