[class*="rec"] .tn-elem[data-elem-type="html"] {
  zoom: 1 !important;
}

[class*="rec"] .tn-elem[data-elem-type="html"] .tn-atom {
  zoom: 1 !important;
}

/* Страховка от overflow */
[class*="rec"] .t396__artboard,
[class*="rec"] .t396 {
  overflow-x: hidden !important;
}
.t396__elem[data-elem-type="html"] {
  zoom: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.t396__elem[data-elem-type="html"] .tn-atom {
  zoom: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Страховка */
.t396__artboard,
.t396 {
  overflow-x: hidden !important;
}

.t396__filter,
.t396__carrier {
  overflow-x: hidden !important;
}

a {
    color: white !important;
}
div[id*=til][id*=lda][id*=aco][id*=opy] {
  height: 0;
  overflow: hidden;
}
#tildacоpy {
  display: none !important;
}
  body{
    font-family:'Inter', sans-serif;
    background:var(--bg);
    color:var(--text);
    line-height:1.6;
    overflow-x:hidden;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
  }