@font-face{font-family:"Manrope Variable";font-style:normal;font-display:swap;font-weight:200 800;src:url(/shrift/manrope-cyrillic-wght-normal.woff2) format("woff2-variations");unicode-range:U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116}
@font-face{font-family:"Manrope Variable";font-style:normal;font-display:swap;font-weight:200 800;src:url(/shrift/manrope-latin-wght-normal.woff2) format("woff2-variations");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

/* Spellcade. Устройство и меры сняты с образца (Astrocade, 23.09.2026): фон #090214,
   левая колонка 280 px с границей, пункты 247x56 со скруглением 16, кнопка-пилюля
   высотой 56 с градиентом, заголовки рядов 20 px жирностью 900, карточки 2:3.
   Шрифт образца закрытый, здесь свободный Manrope того же склада, с кириллицей. */
:root {
  --fon: #090214;
  --fon-2: #120a24;
  --karta: #1d1530;
  --karta-2: #261c3d;
  --liniya: rgba(255, 255, 255, 0.1);
  --tekst: #ffffff;
  --seryy: #a59fb8;
  --seryy-2: #6e6785;
  --akcent-1: #ff499b;
  --akcent-2: #8e24ff;
  --sozd-1: #12d8c6;
  --sozd-2: #1f6bff;
  --zelen: #2fd48b;
  --krasn: #ff5d7a;
  --zhelt: #ffd23f;
  --gradient: linear-gradient(180deg, var(--akcent-1) 0%, var(--akcent-2) 115%);
  --gradient-sozd: linear-gradient(180deg, var(--sozd-1) 0%, var(--sozd-2) 115%);
  --radius: 16px;
  --shrift: "Manrope Variable", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --shirina-kolonki: 280px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html, body { margin: 0; background: var(--fon); color: var(--tekst); font-family: var(--shrift); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 16px; }
img { display: block; max-width: 100%; }

/* Каркас: колонка слева, содержимое справа */
.karkas { display: flex; min-height: 100vh; }
.kolonka { position: fixed; top: 0; left: 0; bottom: 0; width: var(--shirina-kolonki); border-right: 1px solid var(--liniya); background: var(--fon); display: flex; flex-direction: column; padding: 24px 16px 20px; z-index: 30; }
.logo { display: flex; align-items: center; gap: 10px; padding: 0 8px 28px; font-weight: 900; font-size: 24px; letter-spacing: -0.02em; }
.logo img { height: 40px; width: auto; }
.pilyulya { display: flex; align-items: center; justify-content: center; gap: 10px; height: 56px; width: 100%; border: 0; border-radius: 9999px; background: var(--gradient); color: #fff; font-weight: 900; font-size: 20px; box-shadow: 0 8px 24px rgba(142, 36, 255, 0.35); transition: transform 0.12s, filter 0.12s; }
.pilyulya:hover { filter: brightness(1.08); transform: translateY(-1px); }
.pilyulya.sozd { background: var(--gradient-sozd); box-shadow: 0 8px 24px rgba(31, 107, 255, 0.35); }
.pilyulya:disabled { opacity: 0.55; transform: none; filter: none; cursor: default; }
.razdelitel { height: 1px; background: var(--liniya); margin: 16px 0; }
.punkt { display: flex; align-items: center; gap: 22px; height: 56px; padding: 0 16px; border-radius: var(--radius); font-weight: 700; font-size: 15px; color: #fff; background: transparent; border: 0; width: 100%; text-align: left; }
.punkt:hover { background: rgba(255, 255, 255, 0.06); }
.punkt.akt { background: var(--liniya); }
.punkt svg { width: 24px; height: 24px; flex: none; }
.kolonka .niz { margin-top: auto; border-top: 1px solid var(--liniya); padding-top: 16px; display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: 13px; color: var(--seryy); padding-left: 16px; }
.kolonka .niz a:hover { color: #fff; }
.soderzhanie { margin-left: var(--shirina-kolonki); flex: 1; min-width: 0; padding: 24px 32px 80px; }

/* Нижняя панель на телефоне */
.tab-bar { display: none; }
@media (max-width: 860px) {
  .kolonka { display: none; }
  .soderzhanie { margin-left: 0; padding: 16px 16px 96px; }
  .tab-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; height: 68px; padding-bottom: env(safe-area-inset-bottom); background: rgba(9, 2, 20, 0.96); border-top: 1px solid var(--liniya); z-index: 40; justify-content: space-around; align-items: center; }
  .tab-bar a { display: flex; flex-direction: column; align-items: center; gap: 3px; font-size: 11px; font-weight: 700; color: var(--seryy); min-width: 56px; }
  .tab-bar a.akt { color: #fff; }
  .tab-bar a svg { width: 24px; height: 24px; }
  .tab-bar a.plus span.krug { width: 46px; height: 46px; border-radius: 50%; background: var(--gradient); display: flex; align-items: center; justify-content: center; margin-top: -18px; box-shadow: 0 6px 18px rgba(142, 36, 255, 0.5); }
  .shapka-mob { display: flex !important; }
}
.shapka-mob { display: none; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.shapka-mob .logo { padding: 0; font-size: 20px; }
.shapka-mob .logo img { height: 32px; }

/* Ряды каталога */
.ryad { margin-bottom: 32px; }
.ryad h2 { font-size: 20px; font-weight: 900; margin: 8px 0 14px; display: flex; align-items: baseline; justify-content: space-between; }
.ryad h2 a { font-size: 14px; font-weight: 700; color: var(--seryy); }
.lenta { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 6px; scrollbar-width: none; }
.lenta::-webkit-scrollbar { display: none; }
.kartochka { flex: none; width: 192px; }
.kartochka.mal { width: 128px; }
.kartochka .oblozhka { position: relative; width: 100%; aspect-ratio: 2 / 3; border-radius: var(--radius); overflow: hidden; background: var(--karta); }
.kartochka .oblozhka img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.25s; }
.kartochka:hover .oblozhka img { transform: scale(1.04); }
.kartochka .schet { position: absolute; left: 8px; bottom: 8px; display: flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 800; background: rgba(9, 2, 20, 0.7); padding: 3px 8px; border-radius: 999px; }
.kartochka .schet svg { width: 11px; height: 11px; }
.kartochka .zag { font-weight: 800; font-size: 14px; margin-top: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kartochka .avtor { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--seryy); margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.avatarka { width: 16px; height: 16px; border-radius: 50%; background: var(--gradient); flex: none; display: inline-flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 900; }
.poster { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 12px; background-size: cover; background-position: center; }
.poster b { font-size: 17px; line-height: 1.1; font-weight: 900; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7); }
.setka { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 18px; }
.setka .kartochka { width: auto; }

/* Промо создания на главной */
.promo { position: relative; overflow: hidden; border-radius: 24px; padding: 28px; margin-bottom: 32px; background: radial-gradient(120% 140% at 0% 0%, #3a1177 0%, #16082e 55%, #0d0620 100%); border: 1px solid var(--liniya); display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: center; }
.promo h1 { font-size: 40px; line-height: 1.05; font-weight: 900; margin: 0 0 12px; letter-spacing: -0.02em; }
.promo p { color: var(--seryy); margin: 0 0 20px; font-size: 17px; line-height: 1.45; }
.promo .pilyulya { width: auto; padding: 0 28px; display: inline-flex; }
.promo .primery { display: flex; flex-direction: column; gap: 10px; }
.promo .primer { background: rgba(255, 255, 255, 0.06); border: 1px solid var(--liniya); border-radius: 14px; padding: 12px 14px; font-size: 15px; color: #e8e3f5; }
.promo .primer b { color: #fff; }
@media (max-width: 860px) { .promo { grid-template-columns: 1fr; padding: 20px; } .promo h1 { font-size: 30px; } }

/* Формы, карты, кнопки */
.karta { background: var(--karta); border: 1px solid var(--liniya); border-radius: 20px; padding: 22px; }
.knopka { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 44px; padding: 0 18px; border-radius: 999px; border: 0; background: var(--karta-2); color: #fff; font-weight: 800; font-size: 15px; }
.knopka:hover { background: #33284f; }
.knopka.glav { background: var(--gradient); }
.knopka.sozd { background: var(--gradient-sozd); }
.knopka.opasno { background: rgba(255, 93, 122, 0.15); color: var(--krasn); }
.knopka:disabled { opacity: 0.5; cursor: default; }
.knopka svg { width: 18px; height: 18px; }
.pole { display: block; margin-bottom: 14px; }
.pole > span { display: block; font-size: 13px; font-weight: 700; color: var(--seryy); margin-bottom: 6px; }
.pole input, .pole textarea, .pole select { width: 100%; background: var(--fon-2); color: #fff; border: 1px solid var(--liniya); border-radius: 12px; padding: 12px 14px; outline: none; }
.pole input:focus, .pole textarea:focus, .pole select:focus { border-color: var(--akcent-2); }
.oshibka { background: rgba(255, 93, 122, 0.12); color: #ffb3c1; border-radius: 12px; padding: 10px 14px; margin-bottom: 14px; font-size: 14px; }
.uspeh { background: rgba(47, 212, 139, 0.12); color: #9ff0c9; border-radius: 12px; padding: 10px 14px; margin-bottom: 14px; font-size: 14px; }
.seryy { color: var(--seryy); }
.melko { font-size: 13px; }
h1.zag { font-size: 32px; font-weight: 900; margin: 6px 0 18px; letter-spacing: -0.02em; }
.stroka { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }

/* Вход */
.vhod { min-height: 80vh; display: flex; align-items: center; justify-content: center; }
.vhod .karta { width: 100%; max-width: 420px; }
.vkladki { display: flex; background: var(--fon-2); border-radius: 999px; padding: 4px; margin-bottom: 18px; }
.vkladki button { flex: 1; height: 40px; border: 0; border-radius: 999px; background: transparent; color: var(--seryy); font-weight: 800; font-size: 15px; }
.vkladki button.akt { background: var(--karta-2); color: #fff; }

/* Создание */
.sozdanie { max-width: 760px; margin: 0 auto; padding-top: 24px; }
.sozdanie h1 { font-size: 40px; font-weight: 900; text-align: center; margin: 0 0 8px; letter-spacing: -0.02em; }
.sozdanie .pod { text-align: center; color: var(--seryy); margin-bottom: 28px; font-size: 17px; }
.vvod-frazy { background: var(--karta); border: 1px solid var(--liniya); border-radius: 22px; padding: 16px; }
.vvod-frazy textarea { width: 100%; min-height: 110px; background: transparent; border: 0; outline: none; color: #fff; resize: vertical; font-size: 18px; line-height: 1.45; }
.vvod-frazy .niz-vvoda { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.chipsy { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; justify-content: center; }
.chip { border: 1px solid var(--liniya); background: rgba(255, 255, 255, 0.04); color: #e8e3f5; border-radius: 999px; padding: 8px 14px; font-size: 14px; font-weight: 600; }
.chip:hover, .chip.akt { background: rgba(142, 36, 255, 0.25); border-color: var(--akcent-2); color: #fff; }
.shagi { display: flex; gap: 6px; justify-content: center; margin-bottom: 22px; }
.shagi i { width: 34px; height: 5px; border-radius: 3px; background: var(--karta-2); }
.shagi i.da { background: var(--gradient); }
.vopros h2 { font-size: 26px; font-weight: 900; text-align: center; margin: 0 0 18px; }
.varianty { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.variant { text-align: left; background: var(--karta); border: 2px solid transparent; border-radius: 16px; padding: 14px; color: #fff; }
.variant b { display: block; font-size: 16px; margin-bottom: 4px; }
.variant span { color: var(--seryy); font-size: 13px; }
.variant.akt { border-color: var(--akcent-1); background: #2a1640; }
.formy { display: grid; grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: 8px; }
.forma { background: var(--karta); border: 2px solid transparent; border-radius: 14px; padding: 6px; color: #fff; font-size: 12px; font-weight: 700; }
.forma.akt { border-color: var(--akcent-1); }
.forma img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.progress-sborki { max-width: 560px; margin: 40px auto; text-align: center; }
.progress-sborki .krug { width: 120px; height: 120px; margin: 0 auto 24px; border-radius: 50%; background: conic-gradient(var(--akcent-1), var(--akcent-2), var(--sozd-1), var(--akcent-1)); animation: krug 1.6s linear infinite; display: flex; align-items: center; justify-content: center; }
.progress-sborki .krug::after { content: ""; width: 96px; height: 96px; border-radius: 50%; background: var(--fon); }
@keyframes krug { to { transform: rotate(360deg); } }
.etapy { text-align: left; display: inline-flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.etap { display: flex; gap: 10px; align-items: center; color: var(--seryy-2); font-weight: 700; }
.etap.da { color: #fff; }
.etap.idet { color: var(--zhelt); }
.etap i { width: 20px; height: 20px; border-radius: 50%; border: 2px solid currentColor; display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-size: 12px; }

/* Страница игры: плеер по центру, действия справа (как у образца) */
.igra-str { display: grid; grid-template-columns: minmax(0, 1fr) 72px; gap: 20px; max-width: 1180px; margin: 0 auto; }
.pleer { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; border-radius: 20px; overflow: hidden; border: 1px solid var(--liniya); }
.pleer iframe { width: 100%; height: 100%; border: 0; display: block; }
.relsa { display: flex; flex-direction: column; gap: 14px; align-items: center; padding-top: 10px; }
.relsa button, .relsa a { display: flex; flex-direction: column; align-items: center; gap: 4px; background: transparent; border: 0; color: #fff; font-size: 12px; font-weight: 700; }
.relsa .kr { width: 44px; height: 44px; border-radius: 50%; background: var(--karta-2); display: flex; align-items: center; justify-content: center; }
.relsa .kr.akt { background: var(--gradient); }
.relsa svg { width: 20px; height: 20px; }
.o-igre { margin-top: 18px; }
.o-igre h1 { font-size: 30px; font-weight: 900; margin: 0 0 6px; }
.metki { display: flex; gap: 8px; flex-wrap: wrap; margin: 10px 0; }
.metka { background: var(--karta-2); border-radius: 999px; padding: 5px 12px; font-size: 13px; font-weight: 700; color: #e8e3f5; }
.metka.zel { background: rgba(47, 212, 139, 0.15); color: #9ff0c9; }
.metka.zhelt { background: rgba(255, 210, 63, 0.15); color: #ffe38a; }
.metka.krasn { background: rgba(255, 93, 122, 0.15); color: #ffb3c1; }
.vkladki-avtora { display: flex; gap: 6px; overflow-x: auto; margin: 22px 0 14px; border-bottom: 1px solid var(--liniya); }
.vkladki-avtora button { background: transparent; border: 0; color: var(--seryy); font-weight: 800; font-size: 15px; padding: 10px 14px; border-bottom: 3px solid transparent; white-space: nowrap; }
.vkladki-avtora button.akt { color: #fff; border-color: var(--akcent-1); }
@media (max-width: 860px) {
  .igra-str { grid-template-columns: 1fr; }
  .relsa { flex-direction: row; justify-content: space-around; padding-top: 0; }
}
.chat { display: flex; flex-direction: column; gap: 10px; max-height: 420px; overflow-y: auto; margin-bottom: 12px; }
.soob { max-width: 85%; padding: 10px 14px; border-radius: 16px; font-size: 15px; line-height: 1.4; }
.soob.ya { align-self: flex-end; background: #3b1d6e; border-bottom-right-radius: 4px; }
.soob.on { align-self: flex-start; background: var(--karta-2); border-bottom-left-radius: 4px; }
.versiya { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--liniya); }
.versiya .opis { font-size: 14px; color: var(--seryy); }
.redaktor { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 860px) { .redaktor { grid-template-columns: 1fr; } }
.polzunok { display: grid; grid-template-columns: 1fr 70px; gap: 8px; align-items: center; margin-bottom: 10px; }
.polzunok label { font-size: 14px; font-weight: 700; grid-column: 1 / -1; color: var(--seryy); }
.polzunok input[type=range] { width: 100%; accent-color: var(--akcent-1); }
.polzunok output { text-align: right; font-weight: 800; }
.ploshchadki { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.ploshchadka { background: var(--karta); border: 1px solid var(--liniya); border-radius: 18px; padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.ploshchadka h3 { margin: 0; font-size: 18px; font-weight: 900; }
.ploshchadka p { margin: 0; color: var(--seryy); font-size: 14px; line-height: 1.45; }
.zamok { opacity: 0.6; }

/* Цены */
.tarify { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.tarif { background: var(--karta); border: 1px solid var(--liniya); border-radius: 22px; padding: 24px; display: flex; flex-direction: column; gap: 10px; }
.tarif.vydelen { border: 2px solid var(--akcent-1); background: linear-gradient(180deg, #2a1242 0%, var(--karta) 60%); }
.tarif h3 { margin: 0; font-size: 22px; font-weight: 900; }
.tarif .cena { font-size: 38px; font-weight: 900; }
.tarif .cena small { font-size: 15px; color: var(--seryy); font-weight: 700; }
.tarif ul { list-style: none; padding: 0; margin: 6px 0 12px; display: flex; flex-direction: column; gap: 8px; font-size: 15px; }
.tarif li::before { content: "✓ "; color: var(--zelen); font-weight: 900; }

/* Пустые экраны и подсказки */
.pusto { text-align: center; padding: 56px 20px; background: var(--karta); border-radius: 22px; border: 1px dashed rgba(255, 255, 255, 0.15); }
.pusto .ikonka-bol { width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%; background: var(--gradient); display: flex; align-items: center; justify-content: center; }
.pusto h3 { font-size: 22px; font-weight: 900; margin: 0 0 8px; }
.pusto p { color: var(--seryy); margin: 0 0 18px; }
.onbording { position: fixed; inset: 0; background: rgba(4, 1, 10, 0.75); z-index: 100; display: flex; align-items: center; justify-content: center; padding: 20px; }
.onbording .karta { max-width: 460px; text-align: center; }
.onbording h2 { font-size: 24px; font-weight: 900; margin: 10px 0 8px; }
.onbording .bol { font-size: 56px; }
.tochki { display: flex; gap: 6px; justify-content: center; margin: 14px 0; }
.tochki i { width: 8px; height: 8px; border-radius: 50%; background: var(--karta-2); }
.tochki i.da { background: var(--akcent-1); }
.tost { position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%); background: #2b2045; border: 1px solid var(--liniya); padding: 12px 18px; border-radius: 14px; font-weight: 700; z-index: 120; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); }
.zagruzka { color: var(--seryy); padding: 40px; text-align: center; }
.skelet { background: linear-gradient(90deg, var(--karta) 0%, var(--karta-2) 50%, var(--karta) 100%); background-size: 200% 100%; animation: skelet 1.2s infinite; border-radius: var(--radius); }
@keyframes skelet { to { background-position: -200% 0; } }

/* Помощь: кнопка и окошко поддержки */
.pomoshch-knopka { position: fixed; right: 20px; bottom: 20px; width: 52px; height: 52px; border-radius: 50%; border: 0; background: var(--gradient); color: #fff; font-size: 22px; font-weight: 900; z-index: 90; box-shadow: 0 8px 24px rgba(142, 36, 255, 0.45); }
.pomoshch { position: fixed; right: 20px; bottom: 84px; width: min(360px, calc(100vw - 32px)); background: var(--karta); border: 1px solid var(--liniya); border-radius: 20px; padding: 16px; z-index: 90; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.55); }
.pomoshch-pole { width: 100%; background: var(--fon-2); color: #fff; border: 1px solid var(--liniya); border-radius: 12px; padding: 10px 12px; margin-bottom: 8px; outline: none; }
/* На телефоне кнопка помощи меньше и выше панели, а у страниц запас снизу, чтобы кнопки не прятались под ней */
@media (max-width: 860px) { .pomoshch-knopka { bottom: 80px; right: 12px; width: 42px; height: 42px; font-size: 18px; } .pomoshch { bottom: 132px; } .soderzhanie { padding-bottom: 170px; } }

/* Страницы сайта: тексты, вопросы, документы. Всё остальное из стилей приложения. */
.kolonka .punkt { font-size: 15px; }
.kolonka .pilyulya { font-size: 18px; }
.tekst-str { max-width: 820px; }
.tekst-str h1 { font-size: 40px; font-weight: 900; letter-spacing: -0.02em; margin: 8px 0 12px; line-height: 1.1; }
.tekst-str .lid { color: var(--seryy); font-size: 19px; line-height: 1.5; margin: 0 0 28px; }
.tekst-str h2 { font-size: 24px; font-weight: 900; margin: 36px 0 12px; }
.tekst-str h3 { font-size: 18px; font-weight: 800; margin: 22px 0 8px; }
.tekst-str p, .tekst-str li { line-height: 1.6; color: #e8e3f5; font-size: 16px; }
.tekst-str a { color: #ff9ccb; text-decoration: underline; }
.bloki { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; margin: 18px 0; }
.blok { background: var(--karta); border: 1px solid var(--liniya); border-radius: 20px; padding: 20px; }
.blok b { display: block; font-size: 17px; margin-bottom: 6px; }
.blok span { color: var(--seryy); font-size: 15px; line-height: 1.5; }
details { background: var(--karta); border: 1px solid var(--liniya); border-radius: 16px; padding: 14px 18px; margin-bottom: 10px; }
details summary { font-weight: 800; cursor: pointer; font-size: 17px; }
details p { margin: 10px 0 0; }
.podval { margin-top: 64px; border-top: 1px solid var(--liniya); padding-top: 28px; color: var(--seryy); font-size: 14px; }
.podval-setka { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 22px; }
.podval-setka b { display: block; color: #fff; margin-bottom: 8px; }
.podval-setka a, .podval-setka span { display: block; margin-bottom: 6px; }
.podval-setka a:hover { color: #fff; }
.podval-setka img { height: 30px; width: auto; margin-bottom: 10px; }
.podval-niz { margin-top: 22px; font-size: 13px; }
.forma-svyazi { max-width: 520px; }
@media (max-width: 860px) { .podval-setka { grid-template-columns: 1fr 1fr; } .tekst-str h1 { font-size: 30px; } }
