
/* --- Imported from images-styles.css --- */
:root {
  --ink: #17201f;
  --muted: #5f6b68;
  --paper: #f5f1e8;
  --surface: #fffdf8;
  --line: #d9d1c2;
  --accent: #7b4f2c;
  --deep: #24312f;
  --soft: #e7ded0;
  --max: 1180px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-x: clip;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.68;
}

a { color: var(--accent); text-underline-offset: 0.15em; }
a:focus-visible { outline: 3px solid currentColor; outline-offset: 3px; border-radius: 4px; }
img { max-width: 100%; height: auto; display: block; border-radius: var(--radius); background: var(--soft); }
figure { margin: 0; min-width: 0; }
figcaption { margin-top: 10px; color: var(--muted); font-size: .92rem; line-height: 1.5; }

.shell { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; min-width: 0; }
.site-header {
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,248,.97);
  position: sticky;
  top: 0;
  z-index: 10;
}
.header-grid, .footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
  min-width: 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  flex: 0 0 auto;
  font-weight: 800;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: .01em;
}
.site-header nav, .site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  min-width: 0;
}
.site-header nav { justify-content: flex-end; }
.site-header nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 7px 10px;
  border-radius: 10px;
  color: var(--ink);
  text-decoration: none;
  font-size: .96rem;
  line-height: 1.2;
}
.site-header nav a:hover, .site-header nav a:focus-visible { background: var(--soft); text-decoration: none; }
.site-footer nav a { color: var(--ink); text-decoration: none; font-size: .96rem; }
.site-footer nav a:hover { text-decoration: underline; }

main, article, article > section { min-width: 0; }
.hero { padding: 72px 0 48px; }
.eyebrow { font-family: ui-sans-serif, system-ui, sans-serif; text-transform: uppercase; letter-spacing: .12em; font-size: .77rem; font-weight: 800; color: var(--accent); }
h1, h2, h3 { line-height: 1.12; margin-top: 0; overflow-wrap: break-word; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); max-width: 980px; margin: 12px 0 24px; letter-spacing: -.035em; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.65rem); letter-spacing: -.02em; margin-bottom: 20px; }
h3 { font-size: 1.25rem; }
.lede { font-size: 1.22rem; max-width: 920px; color: #2f3937; }
.hero-grid, .columns, .section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr);
  gap: 34px;
  align-items: start;
  margin-top: 38px;
  min-width: 0;
}
.hero-grid > *, .columns > *, .section-grid > *, .cards > * { min-width: 0; }
.verdict, .note, .checklist { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; color: var(--ink); }
.verdict dl { margin: 0; }
.verdict dl div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--line); padding: 11px 0; }
.verdict dt { color: var(--muted); }
.verdict dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
article > section:not(.hero) { padding-top: 54px; padding-bottom: 54px; }
.band { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.band.dark { background: var(--deep); color: #f8f4eb; }
.band.dark a { color: #f5c99c; }
.band.dark .checklist, .band.dark .note, .band.dark .verdict { color: var(--ink); }
.band.dark .checklist a, .band.dark .note a, .band.dark .verdict a { color: var(--accent); }
.band.dark .checklist li::marker { color: var(--accent); }
.table-wrap { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
table { width: 100%; border-collapse: collapse; min-width: 0; table-layout: fixed; }
th, td { text-align: left; vertical-align: top; padding: 15px 16px; border-bottom: 1px solid var(--line); }
th { font-family: ui-sans-serif, system-ui, sans-serif; font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; background: #eee7dc; }
.columns { grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); }
.columns.reverse { grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr); }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.steps { counter-reset: steps; list-style: none; padding: 0; display: grid; gap: 12px; }
.steps li { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 18px 18px 18px 58px; position: relative; }
.steps li::before { counter-increment: steps; content: counter(steps); position: absolute; left: 17px; top: 16px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--deep); color: white; font-family: ui-sans-serif, system-ui, sans-serif; font-weight: 700; }
details { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; margin: 12px 0; }
summary { cursor: pointer; font-weight: 800; }
.sources ul { columns: 2; }
.related-link { margin-top: 28px; }
.site-footer { background: #e8e0d5; border-top: 1px solid var(--line); margin-top: 28px; font-family: ui-sans-serif, system-ui, sans-serif; font-size: .9rem; }

@media (max-width: 1024px) {
  .hero-grid, .columns, .columns.reverse, .section-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-grid, .columns, .section-grid { margin-top: 28px; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .checklist, .note, .verdict { width: 100%; }
}

@media (max-width: 760px) {
  .site-header { position: static; }
  .header-grid, .footer-grid { align-items: flex-start; flex-direction: column; gap: 8px; }
  .site-header nav, .site-footer nav { width: 100%; justify-content: flex-start; }
  .site-header nav a { padding-inline: 8px; }
  .hero { padding-top: 42px; padding-bottom: 34px; }
  article > section:not(.hero) { padding-top: 40px; padding-bottom: 40px; }
  .cards { grid-template-columns: 1fr; }
  .sources ul { columns: 1; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 24px), var(--max)); }
  .header-grid { padding: 10px 0 12px; }
  .brand { min-height: 36px; }
  .site-header nav { gap: 6px; }
  .site-header nav a { min-height: 38px; font-size: .92rem; }
  h1 { font-size: clamp(2rem, 11vw, 3.2rem); margin-bottom: 18px; }
  h2 { font-size: clamp(1.6rem, 8vw, 2.1rem); }
  .lede { font-size: 1.08rem; }
  .verdict, .note, .checklist, .card { padding: 18px; border-radius: 14px; }
  .verdict dl div { grid-template-columns: 1fr; gap: 3px; }
  .steps li { padding: 16px 16px 16px 52px; }
  .steps li::before { left: 14px; top: 14px; }
  th, td { padding: 12px; }
}

/* Full hub responsive pass */
html, body { max-width: 100%; }
body, main, article, section, .shell, .band, .site-header, .site-footer { min-inline-size: 0; }

:where(h1, h2, h3, p, li, dt, dd, summary, figcaption, a, strong, th, td) {
  overflow-wrap: anywhere;
  word-break: normal;
}

:where(ul, ol) { max-width: 100%; }
figure img { width: 100%; max-width: 100%; }
.verdict, .note, .checklist, .card, details, .table-wrap { max-width: 100%; min-width: 0; }
.cards, .hero-grid, .columns, .section-grid { width: 100%; max-width: 100%; }
.site-header nav a, .site-footer nav a { max-width: 100%; }

@media (max-width: 900px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .hero { padding-top: 52px; padding-bottom: 38px; }
  article > section:not(.hero) { padding-top: 44px; padding-bottom: 44px; }
  .header-grid { gap: 12px; }
  .site-header nav { gap: 6px 8px; }
  .site-header nav a { padding: 7px 8px; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 24px); }
  .header-grid, .footer-grid { width: 100%; }
  .site-header nav, .site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .site-header nav a, .site-footer nav a { width: 100%; justify-content: flex-start; }
  .hero-grid, .columns, .columns.reverse, .section-grid, .cards { grid-template-columns: minmax(0, 1fr); }
  .hero-grid, .columns, .section-grid { gap: 20px; margin-top: 24px; }
  .cards { gap: 14px; }
  .verdict, .note, .checklist, .card { width: 100%; }
  .sources ul { columns: 1; padding-left: 1.2rem; }
  details { padding: 14px 15px; }

  /* The hub summary table becomes stacked records instead of a wide scrolling table. */
  .table-wrap { overflow: visible; border: 0; background: transparent; }
  .table-wrap table, .table-wrap tbody, .table-wrap tr, .table-wrap td { display: block; width: 100%; min-width: 0; }
  .table-wrap table { min-width: 0; border-collapse: separate; }
  .table-wrap thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .table-wrap tbody { display: grid; gap: 12px; }
  .table-wrap tr { background: var(--surface); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
  .table-wrap td { border: 0; padding: 10px 14px; }
  .table-wrap td + td { border-top: 1px solid var(--line); }
  .table-wrap td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 3px;
    font-family: ui-sans-serif, system-ui, sans-serif;
    font-size: .72rem;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--muted);
  }
}

@media (max-width: 520px) {
  .shell { width: calc(100% - 20px); }
  .hero { padding-top: 34px; padding-bottom: 28px; }
  article > section:not(.hero) { padding-top: 34px; padding-bottom: 34px; }
  h1 { font-size: clamp(1.9rem, 10vw, 2.8rem); line-height: 1.06; }
  h2 { font-size: clamp(1.45rem, 7.5vw, 1.95rem); }
  h3 { font-size: 1.12rem; }
  .lede { font-size: 1.02rem; line-height: 1.58; }
  .site-header nav, .site-footer nav { grid-template-columns: minmax(0, 1fr); }
  .site-header nav a { min-height: 36px; padding: 6px 8px; }
  .verdict, .note, .checklist, .card { padding: 16px; }
  .verdict dl div { padding: 9px 0; }
  .steps { gap: 10px; }
  .steps li { padding: 15px 14px 15px 48px; }
  .steps li::before { left: 12px; top: 13px; width: 26px; height: 26px; }
  details { margin: 10px 0; }
  .sources ul { padding-left: 1rem; }
  .related-link { margin-top: 20px; }
}

@media (max-width: 340px) {
  .shell { width: calc(100% - 16px); }
  .brand { font-size: .95rem; }
  .site-header nav a, .site-footer nav a { font-size: .88rem; }
  .verdict, .note, .checklist, .card { padding: 14px; }
  .table-wrap td { padding: 9px 12px; }
}


/* =========================================
   UNIVERSAL DESKTOP & MOBILE MENU + LOGO
   ========================================= */
.site-header {
    background-color: var(--color-bg, transparent);
    border-bottom: 1px solid var(--color-border, transparent);
    position: sticky; top: 0; z-index: 100;
}
.top-navigation-bar {
    width: 100%; margin: 0 auto; padding: 15px 24px;
    display: flex; align-items: center; justify-content: space-between;
}
.site-logo { min-width: 180px; margin: 0; }
.site-logo img {
    max-height: 50px !important; max-width: none !important;
    width: auto !important; display: block; transition: transform 0.2s ease;
}
.site-logo img:hover { transform: scale(1.02); }
.site-nav--desktop { display: none !important; }

@media (min-width: 1024px) {
    .top-navigation-bar {
        max-width: 100%; padding: 15px 40px; 
        display: flex; justify-content: space-between; align-items: center; gap: 30px;
    }
    .site-nav--desktop { display: block !important; flex: 1; min-width: 0; }
    .mobile-controls { display: none !important; }
    .site-nav--desktop ul {
        display: flex; flex-wrap: wrap; justify-content: flex-end; 
        gap: 15px 25px; list-style: none; margin: 0; padding: 0;
    }
    /* УМНЫЙ ЦВЕТ ТЕКСТА */
    .site-nav--desktop a {
        text-decoration: none;
        color: var(--color-text, var(--auto-menu-text, #111827)) !important;
        font-family: var(--font-body, sans-serif); font-weight: 600; font-size: 14px; 
        transition: opacity 0.2s ease; white-space: normal !important; line-height: 1.2;
    }
    .site-nav--desktop a:hover { opacity: 0.7; }
}

.burger {
    background: transparent; border: none; cursor: pointer;
    display: flex; flex-direction: column; gap: 6px; padding: 5px; z-index: 1000;
}
/* УМНЫЙ ЦВЕТ БУРГЕРА */
.burger span {
    display: block; width: 28px; height: 3px;
    background-color: var(--color-text, var(--auto-menu-text, #111827)) !important;
    transition: transform 0.3s ease, opacity 0.3s ease; border-radius: 2px;
}
.burger.is-active span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.burger.is-active span:nth-child(2) { opacity: 0; }
.burger.is-active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

/* УМНЫЙ ФОН МОБИЛЬНОГО МЕНЮ */
.mobile-menu {
    position: fixed; top: 0; right: -100%; width: 85%; max-width: 400px; height: 100vh;
    background-color: var(--color-bg, var(--auto-menu-bg, #ffffff)) !important;
    box-shadow: -5px 0 20px rgba(0,0,0,0.1); transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 99999; overflow-y: auto; padding: 60px 30px;
}
.mobile-menu.is-open { right: 0; }
.mobile-menu__close {
    position: absolute; top: 20px; right: 20px; background: transparent; border: none;
    font-size: 36px; line-height: 1;
    color: var(--color-text, var(--auto-menu-text, #111827)) !important;
    cursor: pointer; transition: opacity 0.2s ease;
}
.mobile-menu__close:hover { opacity: 0.7; }
.menu-mobile {
    list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 25px;
}
.menu-mobile a {
    text-decoration: none;
    color: var(--color-text, var(--auto-menu-text, #111827)) !important;
    font-size: 20px; font-family: var(--font-display, sans-serif);
    font-weight: 600; display: block; transition: opacity 0.2s ease, padding-left 0.2s ease;
}
.menu-mobile a:hover { opacity: 0.7; padding-left: 10px; }

/* Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px); 
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s;
    z-index: 99998;
}

.mobile-menu-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.sitemap-main{
  max-width: 900px;
  margin: 0 auto;
  padding: 24px;
}

.sitemap-title{
  margin: 0 0 8px;
  text-align: center;
}

.sitemap-subtitle{
  margin: 0 0 24px;
  text-align: center;
  opacity: 0.75;
}

.sitemap-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.sitemap-link{
  display: block;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  text-decoration: none;
}

.sitemap-link:hover{
  border-color: rgba(255,255,255,0.2);
}

/* ===== Universal hub (NO body_class needed) ===== */

main.hub-children-main{
  padding-bottom: 48px;
}

/* Article wrapper */
main.hub-children-main .hub-children-article{
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* Header */
main.hub-children-main .hub-children-header{
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

main.hub-children-main .hub-children-title{
  margin: 0 0 10px;
}

main.hub-children-main .hub-children-intro{
  max-width: 900px;
  margin: 0 auto;
  opacity: .9;
}

/* Grid */
main.hub-children-main .hub-children-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 12px;
}

/* Card */
main.hub-children-main .hub-children-card{
  display: block;
  text-decoration: none;
}

main.hub-children-main .hub-children-card__media{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 10px 28px rgba(0,0,0,.18);
  transition: transform .22s ease, box-shadow .22s ease;
}

main.hub-children-main .hub-children-card:hover .hub-children-card__media{
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}

/* Image */
main.hub-children-main .hub-children-card__img{
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}

/* Overlay */
main.hub-children-main .hub-children-card__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.08) 0%,
    rgba(0,0,0,0.42) 55%,
    rgba(0,0,0,0.70) 100%
  );
}

/* Text */
main.hub-children-main .hub-children-card__content{
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
}

main.hub-children-main .hub-children-card__title{
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 6px 18px rgba(0,0,0,.55);
}

/* Responsive */
@media (max-width: 1024px){
  main.hub-children-main .hub-children-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 640px){
  main.hub-children-main .hub-children-grid{
    grid-template-columns: 1fr;
  }
}

/* ===== ОГРАНИЧЕНИЕ ШИРИНЫ ДЛЯ ВСЕХ СТРАНИЦ (Убрали привязку к .home) ===== */
main > *:not([data-content="hero"]):not(.cl-header):not(header):not(.cl-hero),
main article > *:not([data-content="hero"]):not(.cl-header):not(header):not(.cl-hero) {
    max-width: var(--content-max-width, 1180px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
}

main iframe,
main article iframe {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    width: 100% !important;
}

/* ===== ШРИФТЫ И ЦВЕТ ТЕКСТА (Перебиваем дефолт WP) ===== */
main, article, p, li, a, h1, h2, h3, h4, h5 {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif !important;
}

main {
    color: var(--ink, #111827);
}

/* ===== Укрощаем огромный заголовок H1 ===== */
main h1 {
    font-size: clamp(2rem, 4vw, 3.5rem) !important;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}

/* ===== ХЛЕБНЫЕ КРОШКИ (BREADCRUMBS) - ТОЛЬКО СВЕТЛЫЕ ===== */
#crumbs {
    max-width: var(--content-max-width, 1180px); /* Выравниваем по ширине контента */
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px; /* Отступы по бокам, как у текста */
    margin-bottom: 20px;
    font-size: 14px;
    color: #64748b; 
    text-align: left; 
    box-sizing: border-box;
}

#crumbs a {
    text-decoration: none;
    color: #475569; 
    transition: color 0.2s ease;
}

#crumbs a:hover {
    color: #2563eb; 
    text-decoration: underline;
}

#crumbs .current {
    font-weight: 600;
    color: #0f172a; 
}

/* =========================================
   СТИЛИ ДЛЯ ОГЛАВЛЕНИЯ (TOC) - ТОЛЬКО СВЕТЛЫЕ
   ========================================= */
.toc-card {
    background: #f8fafc; 
    border: 1px solid #e2e8f0; 
    border-radius: 10px;
    padding: 25px 30px;
    margin: 40px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.toc-card h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    color: #1e293b; 
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 15px;
}

.toc-columns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.toc-group a {
    color: #475569 !important; 
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

.toc-group a:hover {
    color: #2563eb !important; 
    transform: translateX(4px);
}

@media (min-width: 768px) {
    .toc-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
    }
}

/* =========================================
   CUSTOM USER STYLES (AUTOMATIC INJECTION)
   ========================================= */

/* Grid for child pages */
.child-pages-small-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media (max-width: 768px) {
    .child-pages-small-grid {
        grid-template-columns: 1fr;
    }
}

/* Universal Image Scaling & Styling */
.cl-hero img,
.content-article img,
img.article-image,
img.wp-post-image {
    max-width: 100%;
    width: 100%;
    height: auto !important;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

/* --- ГЛОБАЛЬНЫЙ МОБИЛЬНЫЙ ФИКС ДЛЯ ВСЕХ САЙТОВ --- */
@media (max-width: 768px) {
    section table, table {
        display: block !important;
        width: 100% !important;
        max-width: 100vw !important;
        min-width: 0 !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    table th, table td {
        min-width: 150px !important;
        word-wrap: break-word !important;
    }
    h1, h2, h3, h4, h5, h6 {
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
        word-break: break-word !important;
        -webkit-hyphens: auto !important;
        hyphens: auto !important;
    }
}

/* --- ФИКС ДЛЯ ДИНАМИЧЕСКОГО МЕНЮ ФУТЕРА --- */
.footer-menu-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    align-items: center;
}

.footer-menu-list li {
    margin: 0 !important;
    padding: 0 !important;
}

.footer-menu-list a {
    text-decoration: none;
}

