.elementor-877 .elementor-element.elementor-element-19fa4bfb{--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-29ef8977 *//* Убираем серый фон у Elementor Text Editor */
.elementor-widget-text-editor,
.elementor-widget-text-editor .elementor-widget-container,
.elementor-widget-text-editor .elementor-text-editor {
  background: transparent !important;
}

/* Общая подложка */
.roofwin-wrap {
  background: #fff !important;
}

/* Сетка карточек */
.roofwin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.roofwin-card {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 14px;
  text-align: center;
}

.roofwin-card img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}

.roofwin-card h5 {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #444da0;
}

/* Текст */
.roofwin-text p {
  margin: 0 0 12px 0;
  font-size: 14px;
  line-height: 1.55;
}

/* Блок брендов */
.roofwin-brand {
  display: flex;
  gap: 18px;
  padding: 16px;
  border-top: 1px solid #d9d9d9;
  background: #fff;
}

.roofwin-brand__logo {
  width: 220px;
  min-width: 160px;
}

.roofwin-brand__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.roofwin-brand__meta {
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.roofwin-brand__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

/* Адаптив */
@media (max-width: 992px) {
  .roofwin-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .roofwin-grid {
    grid-template-columns: 1fr;
  }

  .roofwin-brand {
    flex-direction: column;
  }

  .roofwin-brand__logo {
    width: 100%;
    min-width: 0;
  }

  .roofwin-brand__logo img {
    max-width: 260px;
  }
}/* End custom CSS */