/* ============================================
   redesign.css — Стили секций (БЕЗ футера и хедера)
   Подключать ПОСЛЕ main.css
   Порядок: main.css → header-new.css → redesign.css → footer.css
   ============================================ */

/* ===== HERO SLIDER ===== */
.hero-slider-section {
  background: var(--dark-bg, #030E27);
  padding: 50px clamp(20px, 8.33vw, 160px);
  overflow: hidden;
}
.hero-slider-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-text-side { position: relative; z-index: 2; }
.hero-text-side .hero-date {
  font-size: 16px; font-weight: 700;
  color: var(--orange, #FF7800);
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
}
.hero-text-side .hero-title {
  font-size: 40px; font-weight: 800; line-height: 1.15;
  margin-bottom: 20px; color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.hero-text-side .hero-subtitle {
  font-size: 15px; color: #a0aec0; line-height: 1.6;
  margin-bottom: 32px; max-width: 460px;
  font-family: 'Montserrat', sans-serif;
}
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-buttons .btn-primary {
  background: var(--orange, #FF7800); color: #fff; border: none;
  padding: 14px 32px; border-radius: 8px;
  font-size: 14px; font-weight: 700;
  text-decoration: none; text-transform: uppercase;
  letter-spacing: .5px; transition: all .25s;
  display: inline-block; font-family: 'Montserrat', sans-serif;
}
.hero-buttons .btn-primary:hover {
  background: #E56B00; transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255,120,0,.35);
}
.hero-buttons .btn-outline-hero {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,.3);
  padding: 14px 32px; border-radius: 8px;
  font-size: 14px; font-weight: 600;
  text-decoration: none; text-transform: uppercase;
  letter-spacing: .5px; transition: all .25s;
  display: inline-block; font-family: 'Montserrat', sans-serif;
}
.hero-buttons .btn-outline-hero:hover {
  border-color: #fff; background: rgba(255,255,255,.05);
}

/* Dots */
.hero-slider-dots {
  margin-top: 24px; display: flex;
  align-items: center; gap: 10px; min-height: 16px;
}
.hero-slider-dot {
  width: 12px; height: 12px; border: none; border-radius: 50%;
  background: rgba(255,255,255,.3); padding: 0;
  cursor: pointer; transition: all .2s;
}
.hero-slider-dot:hover, .hero-slider-dot.is-active {
  background: var(--orange, #FF7800); transform: scale(1.1);
}

/* Smart Slider containment */
.hero-image-side { position: relative; }
.hero-image-wrapper {
  position: relative; border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.hero-image-wrapper .n2-section-smartslider,
.hero-image-wrapper [data-ssid],
.hero-image-wrapper .ss3-force-full-width,
.hero-image-wrapper .n2-ss-slider,
.hero-image-wrapper div[id^="n2-ss-"] {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  margin-left: 0 !important;
  left: 0 !important;
  right: auto !important;
  position: relative !important;
  transform: none !important;
}
.hero-image-wrapper .n2-ss-slider {
  border-radius: 16px !important;
  overflow: hidden !important;
}

/* Custom arrows */
.hero-slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border: none; border-radius: 50%;
  background: var(--gradient-end, #0D2E5C);
  color: #fff; display: inline-flex;
  align-items: center; justify-content: center;
  cursor: pointer; z-index: 20;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  transition: background .2s, transform .2s;
}
.hero-slider-arrow:hover {
  background: var(--orange, #FF7800);
  transform: translateY(-50%) scale(1.05);
}
.hero-slider-arrow span {
  display: inline-block; font-size: 28px; line-height: 1;
  transform: translateY(-1px);
}
.hero-slider-arrow_prev { left: -22px; }
.hero-slider-arrow_next { right: -22px; }

/* ===== ПРИВЕТСТВИЕ ===== */
.hello-section {
  background: #F9FAFB;
  padding: 32px clamp(20px, 8.33vw, 160px);
}
.hello-content {
  font-size: 15px; color: #444; line-height: 1.7;
  font-family: 'Montserrat', sans-serif;
}
.hello-content p { margin: 0 0 14px; }

/* ===== STATS ===== */
.stats-bar {
  background: #fff;
  padding: 40px clamp(20px, 8.33vw, 160px);
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px;
}
.stat-item { display: flex; align-items: center; gap: 16px; }
.stat-icon {
  width: 56px; height: 56px; background: var(--dark-bg);
  border-radius: 12px; display: flex;
  align-items: center; justify-content: center; flex-shrink: 0;
}
.stat-icon img { width: 28px; height: 28px; object-fit: contain; }
.stat-number {
  font-size: 32px; font-weight: 800;
  color: var(--orange, #FF7800); line-height: 1;
  font-family: 'Montserrat', sans-serif;
}
.stat-label {
  font-size: 13px; color: #6B6B6B; margin-top: 4px;
  font-family: 'Montserrat', sans-serif;
}

/* ===== SECTION TITLES ===== */
.section-title-new {
  font-size: 32px; font-weight: 800; margin-bottom: 32px;
  font-family: 'Montserrat', sans-serif;
}
.section-title-new.dark { color: #1A1A1A; }

/* ===== ТЕМАТИЧЕСКИЕ НАПРАВЛЕНИЯ ===== */
.themes-section {
  background: linear-gradient(180deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  padding: 60px var(--side-pad);
}
.themes-inner { max-width: 100%; }
.themes-section .section-title-new { color: var(--white); text-align: left; }
.themes-content { font-size: 14px; color: rgba(255,255,255,.85); line-height: 1.6; }
.themes-content table { width: 100%; border-collapse: collapse; }
.themes-content table td {
  padding: 18px 20px; border: 1px solid rgba(255,255,255,.15);
  font-size: 14px; vertical-align: middle; color: rgba(255,255,255,.85);
}
.themes-content ol {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px;
  counter-reset: themes-counter;
}
.themes-content ol li {
  counter-increment: themes-counter;
  align-content: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  font-size: 14px;
  color: rgba(255,255,255,.85);
  margin: 0;
  position: relative;
  min-height: 60px;
  transition: border-color .25s, background .25s, transform .2s;
  cursor: pointer;
  overflow: hidden;
}

.themes-content ol li a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 20px 24px 20px 64px;
  box-sizing: border-box;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  transition: color .2s;
}

.themes-content ol li::before {
  content: counter(themes-counter, decimal-leading-zero);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 800;
  color: var(--orange);
  min-width: 34px;
  z-index: 1;
  pointer-events: none;
}
.themes-content ol li:hover {
  border-color: var(--orange);
  background: rgba(255,255,255,.04);
  transform: translateY(-2px);
}

.themes-content ol li:hover a,
.themes-content ol li a:hover {
  color: var(--white);
}
.themes-content ul {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.themes-content ul li {
  padding: 20px 24px 20px 48px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 10px;
  font-size: 14px; color: rgba(255,255,255,.85); margin: 0;
  position: relative; display: flex; align-items: center;
  transition: border-color .25s, background .25s, transform .2s;
}
.themes-content ul li:hover {
  border-color: var(--orange);
  background: rgba(255,255,255,.04);
  transform: translateY(-2px);
}
.themes-content ul li::before {
  content: ''; position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  width: 10px; height: 10px; border-radius: 50%; background: var(--orange);
}

/* ===== NEWS ===== */
.news-section {
  background: #F9FAFB;
  padding: 60px clamp(20px, 8.33vw, 160px);
}
.news-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.news-card {
  text-decoration: none; color: inherit; border-radius: 12px;
  overflow: hidden; background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.news-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,.1); }
.news-card-image { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: #eee; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.news-card:hover .news-card-image img { transform: scale(1.05); }
.news-card-noimg { width: 100%; height: 100%; background: linear-gradient(135deg,#091E3E,#0D2E5C); }
.news-card-date {
  position: absolute; top: 12px; left: 12px;
  background: var(--orange, #FF7800); color: #fff;
  padding: 4px 12px; border-radius: 16px;
  font-size: 12px; font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.news-card-body { padding: 20px; flex: 1; }
.news-card-body h3 { font-size: 15px; font-weight: 700; color: #1A1A1A; margin: 0 0 10px; line-height: 1.4; font-family: 'Montserrat', sans-serif; }
.news-card-body p { font-size: 13px; color: #6B6B6B; line-height: 1.5; margin: 0; font-family: 'Montserrat', sans-serif; }
/* ===== SOCIAL FOLLOW ===== */
.social-follow-section {
  background: #fff;
  padding: 40px clamp(20px, 8.33vw, 160px);
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.social-follow-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.sf-text h3 {
  font-size: 20px;
  font-weight: 800;
  color: #1A1A1A;
  margin: 0 0 4px;
  font-family: 'Montserrat', sans-serif;
}

.sf-text p {
  font-size: 14px;
  color: #6B6B6B;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

.sf-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sf-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 20px;
  border-radius: 8px;
  border: 1.5px solid #D0D0D0;
  background: #fff;

  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;

  transition: all .2s;
  font-family: 'Montserrat', sans-serif;
}

.sf-link__icon {
  width: 18px;
  height: 18px;
  min-width: 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #E8E8E8;
}

.sf-link__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.sf-link__text {
  line-height: 1;
}

.sf-link:hover {
  border-color: var(--orange, #FF7800);
  color: var(--orange, #FF7800);
}

.sf-link:hover .sf-link__icon {
  color: var(--orange, #FF7800);
}

@media (max-width: 640px) {
  .social-follow-inner {
    flex-direction: column;
    text-align: center;
  }

  .sf-links {
    justify-content: center;
  }
}
/* ===== ORGANIZERS ===== */
.org-section {
  background: #F9FAFB;
  padding: 60px clamp(20px, 8.33vw, 160px) 40px;
}
.org-section .section-title-new { margin-bottom: 32px; }
.org-cards-grid.organizovyvanie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 0;
}

.org-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  transition:
    transform .35s cubic-bezier(.25, .8, .25, 1),
    box-shadow .35s cubic-bezier(.25, .8, .25, 1),
    border-color .35s ease;
  position: relative;
  display: grid;
  flex-direction: column;
}

/* Оранжевая полоса сверху при hover */
.org-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--orange, #FF7800);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s cubic-bezier(.25, .8, .25, 1);
  z-index: 2;
}

.org-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(9, 30, 62, .12);
  border-color: #d6dae2;
}
.org-card:hover::before { transform: scaleX(1); }

.org-card .org-content {
  padding: 12px 10px 8px;
  text-align: center;
  background: #fff;
}
.org-card .org-title {
  font-size: 13px;
  font-weight: 700;
  color: #6B6B6B;
  text-transform: uppercase;
  letter-spacing: .8px;
  transition: color .3s ease;
  font-family: 'Montserrat', sans-serif;
}
.org-card:hover .org-title { color: var(--orange, #FF7800); }
.org-content::after { display: none; }

.org-card .org-logo {
  background: #fff;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  overflow: hidden;
}
.org-card .org-logo picture {
  display: flex; align-items: center; justify-content: center;
}
.org-card .org-logo img {
  max-width: 280px; max-height: 100%;
  width: auto; height: auto;
  object-fit: contain;
  transition: transform .4s cubic-bezier(.25, .8, .25, 1);
}
.org-card:hover .org-logo img { transform: scale(1.04); }

/* Ссылка организатора внизу */
.org-card .org-url {
  display: flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 16px 20px;
  border-top: 1px solid #f0f0f0;
  background: #fff;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .25s ease, background .25s ease, gap .25s ease;
  font-family: 'Montserrat', sans-serif;
}
.org-card .org-url:hover {
  color: var(--orange, #FF7800);
  background: #fafafa;
}
.org-card .org-url svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}


/* ===== PARTNERS ===== */
.partners-section {
  background: #F9FAFB;
  padding: 40px clamp(20px, 8.33vw, 160px) 60px;
}
.partners-section .section-title-new {
  font-size: 24px;
  margin-bottom: 24px;
}

.partners-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.partners-viewport {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
}

.partners-track {
  display: flex;
  gap: 16px;
  transition: transform .45s cubic-bezier(.25, .75, .35, 1);
  will-change: transform;
}

.partners-wrap.is-grid .partners-viewport { overflow: visible; }
.partners-wrap.is-grid .partners-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transition: none;
}

.partner-card {
  flex: 0 0 calc((100% - 32px) / 3);
  display: flex; flex-direction: column;
  background: #EEF0F4;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: background .25s, border-color .25s, transform .25s, box-shadow .25s;
  min-height: 120px;
}
.partner-card:hover {
  background: #E4E7EC;
  border-color: #D0D4DB;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(9, 30, 62, .08);
}
.partners-wrap.is-grid .partner-card { flex: unset; }

.partner-title {
  padding: 12px 16px 0;
  font-size: 11px;
  font-weight: 600;
  color: #7B8290;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.partner-logo {
  flex: 1;
  min-height: 90px;
  display: flex; align-items: center; justify-content: center;
  padding: 16px;
  box-sizing: border-box;
}
.partner-logo picture {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%;
}
.partner-logo img {
  max-width: 180px; max-height: 70px;
  width: auto; height: auto;
  object-fit: contain;
  filter: grayscale(30%);
  opacity: .85;
  transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}
.partner-card:hover .partner-logo img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

.partners-arrow {
  flex-shrink: 0;
  width: 40px; height: 40px;
  border: 1.5px solid #D0D0D0;
  background: #fff;
  color: #444;
  border-radius: 50%;
  display: inline-flex;
  align-items: center; justify-content: center;
  cursor: pointer;
  transition: all .2s;
  z-index: 2;
  padding: 0;
}
.partners-arrow:hover:not(:disabled) {
  background: var(--orange, #FF7800);
  border-color: var(--orange, #FF7800);
  color: #fff;
  transform: scale(1.05);
}
.partners-arrow:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.org-note {
  font-size: 14px;
  margin-top: 20px;
  color: #6B6B6B;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

/* ===== FAQ ===== */
.faq-section { background: #fff; padding: 60px clamp(20px, 8.33vw, 160px); justify-items: center; }
.faq-inner { max-width: 900px; width: 100%; }
.faq-list { width: 100%; }
.faq-item { border-bottom: 1px solid #e8e8e8; }
.faq-item:first-child { border-top: 1px solid #e8e8e8; }
.faq-question {
  width: 100%; background: none; border: none;
  padding: 20px 0; cursor: pointer;
  display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px; font-weight: 600;
  color: #1A1A1A; text-align: left;
  transition: color .2s;
  text-transform: uppercase; letter-spacing: .3px;
  box-sizing: border-box;
}
.faq-question:hover { color: var(--orange, #FF7800); }
.faq-question span { flex: 1; }
.faq-chevron { flex-shrink: 0; width: 20px; height: 20px; transition: transform .3s; color: #999; }
.faq-item.active .faq-chevron { transform: rotate(180deg); color: var(--orange, #FF7800); }
.faq-answer { padding: 0 0 20px; font-size: 14px; color: #555; line-height: 1.7; font-family: 'Montserrat', sans-serif; }
.faq-answer p { margin: 0 0 10px; }
.faq-answer p:last-child { margin-bottom: 0; }

/* ===== HELLO BLOCKS ===== */
.hello-block {
  font-size: 15px; color: #444; line-height: 1.7;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
}
.hello-block p { margin: 0 0 12px; }
.hello-block p:last-child { margin-bottom: 0; }
.hello-block strong { color: #1A1A1A; }
.hello-block--main { }
.hello-block--highlight {
  background: #FDF6E9;
  border: 1px solid #F5E6C8;
  border-radius: 10px;
  padding: 12px 16px;
}

.hello-block--gray {
  background: var(--bg-light);
  border-radius: 10px;
  padding: 12px 16px;
}


.hello-block--accent {
  border-left: 4px solid var(--orange, #FF7800);
  padding-left: 12px;
}
.hello-block--signature {
  text-align: right;  font-weight: 700;
  color: #1A1A1A;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .3px;
}
.news-article {

  font-family: 'Montserrat', sans-serif;
  color: #3f4650;
  font-size: 16px;
  line-height: 1.82;
}

.news-article p {
  margin: 0 0 22px;
}

.news-article__lead {

  font-size: 24px;
  line-height: 1.38;
  font-weight: 800;
  color: #151515;
  margin-bottom: 30px;
}

.news-article__accent {
  margin: 30px 0;
  padding: 20px 24px;
  background: #FDF6E9;
  border-left: 4px solid #FF7800;
  border-radius: 12px;
}

.news-article__quote {
  margin: 34px 0;
  padding: 22px 26px;
  background: #F4F4F2;
  border-radius: 12px;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 600;
  color: #1A1A1A;
}

.news-article__final {
  margin-top: 34px;
  padding: 22px 26px;
  background: #FDF6E9;
  border: 1px solid #F5E6C8;
  border-radius: 12px;
}

.news-article__final p {
  margin-bottom: 10px;
}

.news-article a {
  color: #FF7800;
  font-weight: 700;
  text-decoration: none;
}

.news-article a:hover {
  text-decoration: underline;
}

/* ===== BURGER OVERRIDE ===== */
body > .brg-menu-mobile { display: none !important; }

/* ===== ПЕРЕДЕЛКА ГАЛЕРЕИ ===== */
/* Каждая ячейка */
.ngg-gallery-thumbnail-box {
  width: calc(20% - 20px) !important;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* Ссылка-обёртка */
.ngg-gallery-thumbnail-box a {
  border-radius: 10px;
  overflow: hidden;
}

/* Само фото */
.ngg-gallery-thumbnail-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .4s ease;
}

.ngg-gallery-thumbnail-box a:hover img {
  transform: scale(1.05);
}


@media (max-width: 1024px) {
  .ngg-gallery-thumbnail-box {
    width: calc(25% - 16px) !important;
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .ngg-gallery-thumbnail-box {
    width: calc(33.333% - 12px) !important;
    margin-right: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .ngg-gallery-thumbnail-box {
    width: calc(50% - 8px) !important;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .hero-slider-arrow svg { width: 12px; height: 20px; }
  .hero-slider-arrow { width: 40px; height: 40px; }
  .hero-slider-arrow_prev { left: -48px; }
  .hero-slider-arrow_next { right: -48px; }
}
@media (max-width: 1024px) {
  .hero-slider-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-text-side .hero-title { font-size: 32px; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .themes-content ol, .themes-content ul { grid-template-columns: 1fr !important; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .org-cards-grid.organizovyvanie { grid-template-columns: 1fr; }
  .partners-section { padding: 32px clamp(20px, 8.33vw, 160px) 50px; }
  .partner-card { flex: 0 0 calc((100% - 16px) / 2); }
  .partners-wrap.is-grid .partners-track { grid-template-columns: repeat(2, 1fr); }
  .hero-slider-arrow svg { width: 10px; height: 16px; }
  .hero-slider-arrow { width: 36px; height: 36px; }
  .hero-slider-arrow_prev { left: -8px; }
  .hero-slider-arrow_next { right: -8px; }
}
@media (max-width: 640px) {
  .hero-slider-section { padding: 30px 16px 40px; }
  .hero-text-side .hero-title { font-size: 26px; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn-primary, .hero-buttons .btn-outline-hero { text-align: center; width: 100%; }
  .hero-slider-dots { display: none; }
  .stats-inner { grid-template-columns: 1fr; }
  .section-title-new { font-size: 26px; margin-bottom: 24px; }
  .news-grid { grid-template-columns: 1fr; gap: 20px; }
  .social-follow-inner { flex-direction: column; text-align: center; }
  .sf-links { justify-content: center; }
  .faq-question { font-size: 14px; }
  .partners-section { padding: 28px 16px 40px; }
  .partners-section .section-title-new { font-size: 20px; margin-bottom: 20px; }
  .partner-card { flex: 0 0 calc(100% - 8px); min-height: 100px; }
  .partners-wrap.is-grid .partners-track { grid-template-columns: 1fr; gap: 12px; }
  .partners-track { gap: 12px; }
  .partners-arrow { width: 34px; height: 34px; }
  .partner-logo img { max-width: 140px; max-height: 55px; }
  .hero-slider-arrow svg { width: 8px; height: 14px; }
  .hero-slider-arrow { width: 32px; height: 32px; }
  .hero-slider-arrow_prev { left: -4px; }
  .hero-slider-arrow_next { right: -4px; }
  .hello-block--highlight { padding: 16px 18px; }
  .hello-block--gray { padding: 16px 18px; }
  .hello-block--accent { padding-left: 16px; }
}


.conf-topics__list {
  columns: 2;
  column-gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.conf-topics__list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  break-inside: avoid;
}
.conf-topics__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #FF7800;
  border-radius: 50%;
}

/* --- Format Cards --- */
.conf-format-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}
.conf-format-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  background: #FAFAFA;
  border: 1px solid #F0E6DA;
  border-radius: 14px;
  transition: border-color .3s;
}
.conf-format-card:hover {
  border-color: #FF7800;
}
.conf-format-card__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #FFF3E8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conf-format-card__icon svg {
  width: 22px;
  height: 22px;
}
.conf-format-card__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.conf-format-card__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #999;
}
.conf-format-card__value {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
  line-height: 1.4;
}
/* Акцент — модификатор на карточке целиком */
.conf-format-card--accent {
  background: #FFF7EF;
  border-color: #FFD5A8;
}
.conf-format-card--accent .conf-format-card__value {
  color: #FF7800;
}
.conf-format-card--accent .conf-format-card__icon {
  background: #FFE8CC;
}

/* --- Note --- */
.conf-note {
  border-left: 4px solid #FF7800;
  padding: 16px 24px;
  border-radius: 0 12px 12px 0;
}
.conf-note p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0 0 8px;
}
.conf-note p:last-child {
  margin-bottom: 0;
}
.conf-note a {
  color: #FF7800;
  font-weight: 600;
  text-decoration: none;
}
.conf-note a:hover {
  color: #E56B00;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .conf-format-cards {
    flex-wrap: wrap;
  }
  .conf-format-card {
    flex: 1 1 calc(50% - 8px);
  }
}
@media (max-width: 768px) {
  .conf-topics__list {
    columns: 1;
  }
  .conf-format-card {
    flex: 1 1 100%;
  }
}

/* Универсальные списки в сетке: начало */
.content-list-grid {
  display: grid;
  gap: 12px 24px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.content-list-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.content-list-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.content-list-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.content-list-grid li {
  position: relative;

  padding-left: 20px;

  font-size: 16px;
  line-height: 1.4;
}

.content-list-grid li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;

  width: 8px;
  height: 8px;

  border-radius: 50%;
  background-color: #ff7800;
}

@media (max-width: 991px) {
  .content-list-grid--3,
  .content-list-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .content-list-grid,
  .content-list-grid--2,
  .content-list-grid--3,
  .content-list-grid--4 {
    grid-template-columns: 1fr;
  }

  .content-list-grid li {
    font-size: 15px;
  }
}
/* Универсальные списки в сетке: конец */