.elementor-856 .elementor-element.elementor-element-4f76397f{--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-2738a8b3 *//* Чистим фон у Text Editor (часто серый даёт тема/виджет) */
.elementor-widget-text-editor,
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-text-editor .elementor-text-editor {
  background: transparent !important;
}

/* Белая подложка нашего блока */
.nat-tile-list,
.nat-tile-item,
.nat-tile-left,
.nat-tile-right,
.nat-tile-bottom {
  background: #fff !important;
}

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

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

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

.nat-tile-left p {
  margin: 0;
}

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

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

.nat-tile-right p {
  margin: 0;
}

/* Нижний абзац */
.nat-tile-bottom {
  padding: 6px 0 0 0;
}

.nat-tile-bottom p {
  margin: 0;
}

/* Адаптив */
@media (max-width: 768px) {
  .nat-tile-item {
    flex-direction: column;
  }

  .nat-tile-left,
  .nat-tile-right {
    width: 100%;
    min-width: 0;
  }
}/* End custom CSS */