header * {
  font-family: unset !important;
  text-transform: unset !important;
  letter-spacing: unset !important;
}

/* Скрываем ВСЕ возможные варианты блоков подписи Tilda */
.t-footer__madein,
.t-tildacоpy,
.t-tildacоpy-wrapper,
.t-site-footer a[href*="tilda"],
.t-site-footer__link,
#tildacоpy,
#tildacоpy a,
.t-footer,
.t-container.t-footer,
.t-copyright,
.t-credits,
.t-store__prod-popup__footer,
div[style*="Made on Tilda"],
a[href*="tilda.cc"],
a[href*="tilda.cc"] *,
a[href*="tilda.ws"],
a[href*="tilda.ws"] *,
a[href*="made"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    line-height: 0 !important;
}
body,
.t-body,
.t-site-footer,
.t-container.t-footer,
#allrecords {
    background-color: #ffffff !important;
}

#allrecords {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
/* Белый фон для всего каркаса страницы */
html,
body,
.t-body,
#allrecords,
.t-records,
.t-container,
.t-site-footer {
    background-color: #ffffff !important;
}

/* Убираем возможный пустой блок-подвал */
.t-site-footer,
.t-container.t-footer,
.t-footer {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

/* На всякий случай перекрашиваем любые чёрные полосы-div'ы */
div[style*="background-color: rgb(0, 0, 0)"],
div[style*="background-color:#000"],
div[style*="background-color: #000"],
div[style*="background:#000"],
div[style*="background: #000"] {
    background: #ffffff !important;
}
