/* Гарантированное удаление всех отступов */
.t-body {
    margin: 0 !important;
    padding: 0 !important;
}

.t-container {
    max-width: 100% !important;
    padding: 0 !important;
}

/* Для Zero-блока Tilda */
.tn-atom {
    margin: 0 !important;
    padding: 0 !important;
}