@media (max-width: 768px) {
  .t451m__overlay {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    height: 100dvh !important;
  }

  .t451m__overlay_bg {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    height: auto !important;
  }

  .t-popup.t-popup_show {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    max-height: 100dvh !important;
    height: 100dvh !important;
  }
}