/*======Инверсия под тёмную тему=====*/
html, body, body * {
    filter: none !important;
    -webkit-filter: none !important;
}
html {
    color-scheme: light !important; 
      isolation: isolate;
    mix-blend-mode: normal !important;
}

@media (prefers-color-scheme: dark) {
    html {
        color-scheme: light !important;
        isolation: isolate;
        mix-blend-mode: normal !important;
    }
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
}

body.com_gridbox,
.ba-wrapper,
.body,
.ba-section,
.ba-row,
.ba-grid-column,
.ba-item {
  max-width: 100% !important;
  overflow-x: clip !important;
  box-sizing: border-box !important;
}

