
/* Отключаем любые рамки и разделительные линии у блоков */
.t-rec,
.t-rec * {
    border: none !important;
    box-shadow: none !important;
}

/* Иногда Тильда рисует разделители через специальные элементы секции */
.t-section__topline,
.t-section__bottomline {
    display: none !important;
}

/* На всякий случай убираем псевдо-элементы-линии */
.t-rec::before,
.t-rec::after {
    content: none !important;
    border: 0 !important;
    box-shadow: none !important;
    background: none !important;
}

/* Для Zero-блоков (T396), вдруг там была тонкая рамка */
.t396__artboard,
.t396__carrier,
.t396__filter {
    border: 0 !important;
    box-shadow: none !important;
}

