.elementor-852 .elementor-element.elementor-element-6cbf3792{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-7e645e38 *//* 1) Убираем серые фоны (часто задаёт тема на Text Editor) */
.elementor-widget-text-editor,
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-text-editor .elementor-text-editor {
  background: transparent !important;
}

/* 2) Белый фон именно у блока */
.nat-tile-list,
.nat-tile-item,
.nat-tile-left,
.nat-tile-right {
  background: #fff !important;
}

/* 3) Карточки */
.nat-tile-item {
  display: flex;
  gap: 24px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #d9d9d9;
}

/* 4) Левая колонка */
.nat-tile-left {
  width: 42%;
  min-width: 220px;
}

.nat-tile-left img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 0 12px 0;
}

.nat-tile-note {
  margin: 0;
}

/* 5) Правая колонка */
.nat-tile-right {
  width: 58%;
}

.nat-tile-right h3 {
  margin: 0 0 10px 0;
}

/* 6) Адаптив */
@media (max-width: 768px) {
  .nat-tile-item {
    flex-direction: column;
  }
  .nat-tile-left,
  .nat-tile-right {
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */