html, body { height: 100%; }

/* главный контейнер Tilda */
#allrecords {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

/* ваш футер (класс из FT204) */
.uc-site-footer {
  margin-top: auto !important;
}


.uc-flex-spacer {
  flex-grow: 1 !important;
  height: auto !important;
}
