/* Шапка: белая полоса поверх первого экрана */
header.header { background: var(--title-inverse); }
header.header .ba-section { background-color: var(--title-inverse) !important; }
header.header .ba-overlay { display: none !important; }

/* Подвал: убираем «облака» из старой темы */
footer .ba-shape-divider, .cz-foot .ba-shape-divider { display: none !important; }

/* Подвал */
.cz-foot-logo .ba-image-wrapper, .cz-foot-logo img { width: 56px !important; height: auto !important; display: block; }
.cz-foot-links .ba-icon-list-wrapper ul li { width: 100%; }
.cz-foot-links .ba-icon-list-wrapper ul li a { transition: color .25s; }
.cz-foot-links .ba-icon-list-wrapper ul li i { width: 22px; }
@media (max-width: 768px) {
  .cz-foot-note p { text-align: left !important; }
  .cz-foot-bottom .ba-grid-column-wrapper + .ba-grid-column-wrapper .ba-grid-column { border-top: 0 !important; padding-top: 6px !important; }
}
