/* Удаляем Tilda label полностью */
[class*="tildalabel"] {
    display: none !important;
}

/* Удаляем стандартные футеры */
.tilda-footer,
.t-footer,
#t-footer,
.t-store-footer,
.t390__copyright {
    display: none !important;
}

/* Убираем контейнер (черную полосу) */
[class*="tildalabel"] {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* На крайний случай */
body > div:last-child {
    display: none !important;
}