.elementor-1413 .elementor-element.elementor-element-5801ae1{--display:flex;}.elementor-1413 .elementor-element.elementor-element-ca83a7f{--display:flex;}.elementor-1413 .elementor-element.elementor-element-d750a48{--display:flex;}.elementor-1413 .elementor-element.elementor-element-71c9321{--display:flex;}.elementor-1413 .elementor-element.elementor-element-18791d7{--e-filter-direction:row;--e-filter-white-space:nowrap;--e-filter-wrap:wrap;--e-filter-overflow-x:initial;}.elementor-1413 .elementor-element.elementor-element-8dad730{--display:flex;}.elementor-1413 .elementor-element.elementor-element-279f9b5{--grid-columns:2;}.elementor-1413 .elementor-element.elementor-element-279f9b5 .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-1413 .elementor-element.elementor-element-279f9b5 .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-1413 .elementor-element.elementor-element-279f9b5 .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1413 .elementor-element.elementor-element-279f9b5 .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-1413 .elementor-element.elementor-element-279f9b5 .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}body.elementor-page-1413:not(.elementor-motion-effects-element-type-background), body.elementor-page-1413 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAFB;}@media(max-width:1024px){.elementor-1413 .elementor-element.elementor-element-279f9b5{--grid-columns:2;}}@media(max-width:767px){.elementor-1413 .elementor-element.elementor-element-279f9b5{--grid-columns:1;}}/* Start custom CSS *//* =========================
   1. БАЗА СТРАНИЦЫ
   ========================= */

.cluster-page,
.cluster-page * {
  box-sizing: border-box;
}

.cluster-page {
  --cluster-text: #2d3b59;
  --cluster-text-soft: #667085;
  --cluster-text-muted: #98a2b3;
  --cluster-border: #e6ebf3;
  --cluster-border-strong: #dce4f0;
  --cluster-bg-soft: #f7f9fc;
  --cluster-bg-active: #eef4ff;
  --cluster-shadow: 0 12px 40px rgba(31, 52, 89, 0.06);

  --cluster-radius-lg: 24px;
  --cluster-radius-md: 14px;
  --cluster-radius-sm: 8px;

  --pill-guide-bg: #e4ebfb;
  --pill-guide-text: #375aab;
  --pill-guide-border: #d7e3fb;

  --pill-analysis-bg: #e6def7;
  --pill-analysis-text: #5c4a93;
  --pill-analysis-border: #ddd1fb;

  --pill-check-bg: #dff5e8;
  --pill-check-text: #296344;
  --pill-check-border: #d2eadb;

  --pill-study-bg: #fff4ea;
  --pill-study-text: #a16d43;
  --pill-study-border: #f3dfc9;

  color: var(--cluster-text);
}

.cluster-page .cluster-shell {
  max-width: 1100px;
  margin: 48px auto;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--cluster-border);
  border-radius: var(--cluster-radius-lg);
  box-shadow: var(--cluster-shadow);
}

/* =========================
   2. HERO
   ========================= */

.cluster-page .cluster-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
  gap: 0;
  align-items: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8edf5;
}

.cluster-page .cluster-hero__left {
  min-width: 0;
}

.cluster-page .cluster-hero__right {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 0;
  border-radius: 0;
  background: transparent;
}


.cluster-page .cluster-hero__right img {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  object-fit: contain;
}

/* =========================
   3. BREADCRUMBS И ТЕКСТЫ HERO
   ========================= */

.cluster-page .cluster-breadcrumbs,
.cluster-page .cluster-breadcrumbs a {
  font-size: 13px;
  line-height: 1.4;
  color: var(--cluster-text-muted);
  text-decoration: none;
}

.cluster-page .cluster-sep {
  margin: 0 6px;
}

.cluster-page .cluster-title {
  margin: 12px 0 10px;
  font-size: 48px;
  line-height: 1.08;
  color: var(--cluster-text);
}

.cluster-page .cluster-lead {
  max-width: 640px;
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
  color: #4d5b77;
}

/* =========================
   4. ПЛАШКИ / ЧИПСЫ
   ========================= */

.cluster-page .cluster-pill,
.cluster-page .cluster-card-term a.elementor-post-info__terms-list-item,
.cluster-page .cluster-filter :is(.e-filter-item, .e-taxonomy-filter-item, a, button) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border-radius: var(--cluster-radius-sm);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
}

.cluster-page .cluster-pill,
.cluster-page .cluster-card-term a.elementor-post-info__terms-list-item {
  min-height: 30px;
  padding: 6px 12px;
  background: var(--pill-bg, var(--cluster-bg-soft));
  color: var(--pill-text, #52607a);
}

.cluster-page .cluster-pill--guide {
  --pill-bg: var(--pill-guide-bg);
  --pill-text: var(--pill-guide-text);
}

.cluster-page .cluster-pill--analysis {
  --pill-bg: var(--pill-analysis-bg);
  --pill-text: var(--pill-analysis-text);
}

.cluster-page .cluster-pill--check {
  --pill-bg: var(--pill-check-bg);
  --pill-text: var(--pill-check-text);
}

.cluster-page .cluster-pill--study {
  --pill-bg: var(--pill-study-bg);
  --pill-text: var(--pill-study-text);
}

/* =========================
   5. ФИЛЬТР-ЧИПСЫ
   ========================= */

.cluster-page .cluster-filter {
  margin-top: 20px;
}

.cluster-page .cluster-filter .e-filter,
.cluster-page .cluster-filter .e-taxonomy-filter,
.cluster-page .cluster-filter .elementor-widget-container > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cluster-page .cluster-filter :is(.e-filter-item, .e-taxonomy-filter-item, a, button) {
  height: 40px;
  min-width: 104px;
  padding: 0 18px;
  border: 1px solid var(--pill-border, var(--cluster-border-strong));
  background: var(--pill-bg, var(--cluster-bg-soft));
  color: var(--pill-text, #52607a);
  transition: all 0.18s ease;
}

.cluster-page .cluster-filter :is(.e-filter-item, .e-taxonomy-filter-item, a, button):hover {
  filter: brightness(0.98);
}

.cluster-page .cluster-filter :is(.e-filter-item, .e-taxonomy-filter-item, a, button).active,
.cluster-page .cluster-filter :is(.e-filter-item, .e-taxonomy-filter-item, a, button).e-active,
.cluster-page .cluster-filter :is(.e-filter-item, .e-taxonomy-filter-item, a, button).elementor-item-active,
.cluster-page .cluster-filter :is(.e-filter-item, .e-taxonomy-filter-item, a, button)[aria-pressed="true"] {
  border-color: var(--pill-border, #c9d8f5);
  background: var(--pill-bg, var(--cluster-bg-active));
  color: var(--pill-text, #314a7a);
}

/* цвета фильтра */
.cluster-page .cluster-filter .e-filter-item[aria-label*="Analyse"],
.cluster-page .cluster-filter .e-filter-item[data-filter*="analyse"] {
  --pill-bg: var(--pill-analysis-bg);
  --pill-text: var(--pill-analysis-text);
  --pill-border: var(--pill-analysis-border);
}

.cluster-page .cluster-filter .e-filter-item[aria-label*="Checkliste"],
.cluster-page .cluster-filter .e-filter-item[data-filter*="checkliste"] {
  --pill-bg: var(--pill-check-bg);
  --pill-text: var(--pill-check-text);
  --pill-border: var(--pill-check-border);
}

.cluster-page .cluster-filter .e-filter-item[aria-label*="Leitfaden"],
.cluster-page .cluster-filter .e-filter-item[data-filter*="leitfaden"] {
  --pill-bg: var(--pill-guide-bg);
  --pill-text: var(--pill-guide-text);
  --pill-border: var(--pill-guide-border);
}

.cluster-page .cluster-filter .e-filter-item[aria-label*="Studie"],
.cluster-page .cluster-filter .e-filter-item[data-filter*="studie"] {
  --pill-bg: var(--pill-study-bg);
  --pill-text: var(--pill-study-text);
  --pill-border: var(--pill-study-border);
}

/* =========================
   6. TOP ARTIKEL
   ========================= */

.cluster-page .cluster-top-section {
  margin-top: 32px;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.cluster-page .cluster-top-section__head {
  padding: 10px 18px;
  background: #fcfdff;
  border: 1px solid var(--cluster-border);
  border-radius: 12px;
}

.cluster-page .cluster-top-section__title {
  margin: 0;
  font-size: 25px;
  line-height: 1.25;
  color: var(--cluster-text);
}

.cluster-page .cluster-top-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 20px 0 0;
}

.cluster-page .cluster-top-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--cluster-border);
  border-radius: var(--cluster-radius-md);
  background: #fff;
  box-shadow: 0 2px 10px rgba(31, 52, 89, 0.04);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cluster-page .cluster-top-card:hover {
  transform: translateY(-2px);
  border-color: #d9e2ee;
  box-shadow: 0 8px 24px rgba(31, 52, 89, 0.08);
}

.cluster-page .cluster-top-card__image {
  aspect-ratio: 16 / 9;
}

.cluster-page .cluster-top-card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.cluster-page .cluster-top-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: flex-start;
  padding: 16px 16px 14px;
}

.cluster-page .cluster-top-card h3 {
  margin: 12px 0 8px;
  width: 100%;
  min-height: 94px;
  font-size: 18px;
  line-height: 1.3;
  color: var(--cluster-text);
}

.cluster-page .cluster-top-card p {
  margin: 0;
  width: 100%;
  min-height: 52px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--cluster-text-soft);
}

.cluster-page .cluster-top-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: auto;
  padding-top: 14px;
  font-size: 14px;
  color: #8b96a8;
}

.cluster-page .cluster-arrow {
  font-size: 18px;
  line-height: 1;
  color: #8b96a8;
}

/* =========================
   7. LOOP GRID / КАРТОЧКИ СПИСКА
   ========================= */

.cluster-page .cluster-list-grid {
  margin-top: 4px;
}

.cluster-page .cluster-list-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 148px;
  padding: 12px 16px;
  border: 1px solid var(--cluster-border);
  border-radius: var(--cluster-radius-md);
  background: #fff;
  box-shadow: 0 2px 10px rgba(31, 52, 89, 0.03);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cluster-page .cluster-list-card:hover {
  transform: translateY(-2px);
  border-color: #d9e2ee;
  box-shadow: 0 8px 24px rgba(31, 52, 89, 0.06);
}

.cluster-page .cluster-list-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  align-self: stretch;
}

.cluster-page .cluster-list-card__content > .elementor-element {
  width: 100%;
  margin: 0 !important;
}

/* строка с пилюлей */

.cluster-page .cluster-card-term {
  width: 100%;
  margin: 0 0 10px !important;
  padding: 0 !important;
  line-height: 1;
}

.cluster-page .cluster-card-term .elementor-widget-container,
.cluster-page .cluster-card-date .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.cluster-page .cluster-card-term ul,
.cluster-page .cluster-card-term li,
.cluster-page .cluster-card-term span,
.cluster-page .cluster-card-term .elementor-post-info,
.cluster-page .cluster-card-term .elementor-post-info__item,
.cluster-page .cluster-card-term .elementor-post-info__terms-list,
.cluster-page .cluster-card-date ul,
.cluster-page .cluster-card-date li,
.cluster-page .cluster-card-date span,
.cluster-page .cluster-card-date .elementor-post-info,
.cluster-page .cluster-card-date .elementor-post-info__item {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  line-height: 1.2;
}

.cluster-page .cluster-card-term .elementor-post-info,
.cluster-page .cluster-card-term .elementor-post-info__terms-list,
.cluster-page .cluster-card-term .elementor-inline-items,
.cluster-page .cluster-card-term .elementor-icon-list-items {
  display: flex !important;
  align-items: flex-start !important;
  flex-wrap: wrap;
  gap: 8px;
}

.cluster-page .cluster-card-term li,
.cluster-page .cluster-card-term .elementor-post-info__item {
  display: flex !important;
  align-items: flex-start !important;
}

.cluster-page .cluster-card-term .elementor-inline-items,
.cluster-page .cluster-card-date .elementor-inline-items,
.cluster-page .cluster-card-term .elementor-icon-list-items,
.cluster-page .cluster-card-date .elementor-icon-list-items {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.cluster-page .cluster-card-term a.elementor-post-info__terms-list-item[href*="/ratgeber_format/leitfaden/"] {
  --pill-bg: var(--pill-guide-bg);
  --pill-text: var(--pill-guide-text);
}

.cluster-page .cluster-card-term a.elementor-post-info__terms-list-item[href*="/ratgeber_format/checkliste/"] {
  --pill-bg: var(--pill-check-bg);
  --pill-text: var(--pill-check-text);
}

.cluster-page .cluster-card-term a.elementor-post-info__terms-list-item[href*="/ratgeber_format/analyse/"] {
  --pill-bg: var(--pill-analysis-bg);
  --pill-text: var(--pill-analysis-text);
}

.cluster-page .cluster-card-term a.elementor-post-info__terms-list-item[href*="/ratgeber_format/studie/"] {
  --pill-bg: var(--pill-study-bg);
  --pill-text: var(--pill-study-text);
}

.cluster-page .cluster-card-term a.elementor-post-info__terms-list-item {
  pointer-events: none;
}

/* заголовок */

.cluster-page .cluster-card-title {
  width: 100%;
  min-height: 52px;
  margin: 0 !important;
  padding: 2px 0 0 !important;
}

.cluster-page .cluster-card-title .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.cluster-page .cluster-card-title .elementor-heading-title {
  margin: 0 !important;
  font-size: 17px;
  line-height: 1.35;
  color: var(--cluster-text);
}

/* дата */

.cluster-page .cluster-card-date,
.cluster-page .cluster-card-date .elementor-widget-container,
.cluster-page .cluster-card-date .elementor-post-info {
  width: 100%;
  margin-top: auto !important;
  font-size: 14px;
  line-height: 1.35;
  color: #8b96a8;
}

/* стрелка */

.cluster-page .cluster-card-icon {
  flex: 0 0 auto;
  align-self: center;
  color: #98a2b3;
}

.cluster-page .cluster-card-icon i,
.cluster-page .cluster-card-icon svg {
  font-size: 18px;
  width: 18px;
  height: 18px;
}


/* =========================
   8. ПАГИНАЦИЯ
   ========================= */

.cluster-page .cluster-list-grid .elementor-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}

.cluster-page .cluster-list-grid .elementor-pagination a,
.cluster-page .cluster-list-grid .elementor-pagination span {
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cluster-border-strong);
  border-radius: var(--cluster-radius-sm);
  background: #fff;
  color: #667085;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.cluster-page .cluster-list-grid .elementor-pagination a:hover {
  border-color: #cfd8e6;
  background: #f7f9fc;
}

.cluster-page .cluster-list-grid .elementor-pagination .current {
  background: var(--cluster-bg-active);
  border-color: #c9d8f5;
  color: #344054;
}

/* =========================
   9. АДАПТИВ
   ========================= */

@media (max-width: 1024px) {
  .cluster-page .cluster-shell {
    margin: 24px 16px;
    padding: 20px;
  }

  .cluster-page .cluster-hero {
    grid-template-columns: 1fr;
  }

  .cluster-page .cluster-title {
    font-size: 38px;
  }

  .cluster-page .cluster-lead {
    font-size: 18px;
  }

  .cluster-page .cluster-top-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cluster-page .cluster-shell {
    margin: 16px 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .cluster-page .cluster-title {
    font-size: 32px;
  }

  .cluster-page .cluster-section-title .elementor-heading-title {
    font-size: 26px;
  }

  .cluster-page .cluster-top-card__body {
    padding: 14px;
  }

  .cluster-page .cluster-list-card {
    position: relative !important;
    min-height: 132px;
    padding: 16px;
    gap: 14px;
  }

  .cluster-page .cluster-card-icon {
    position: absolute !important;
    right: 16px !important;
    bottom: 18px !important;
    margin: 0 !important;
    align-self: auto !important;
  }
}/* End custom CSS */