/* GE SHOP — футер: оформление. Отдаётся с бэкенда, в T123 только ссылка. */

  /* GE SHOP — футер. РЕДИЗАЙН: главное — вес шрифта. Раньше всё было набрано тонким
     начертанием (400) и на тёмном фоне выглядело блёклым и «уплывало». Подняли вес
     у всех текстов и подтянули контраст. Механика не менялась: уголок при наведении
     на ссылку и аккордеон колонок на мобилке работают как раньше. */
  .ge-site-footer{font-family:"Akrobat",Arial,sans-serif;background:#0a0b0d;color:#f5f5f1;padding:64px 4vw 30px;position:relative}
  .ge-footer-inner{max-width:1680px;margin:0 auto}
  .ge-footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.15fr;gap:48px;align-items:start}
  .ge-footer-brand{max-width:340px}
  .ge-footer-logo-img{height:58px;width:auto;display:block;margin-bottom:22px}
  .ge-footer-logo-fallback{font-size:56px;font-weight:900;letter-spacing:-.04em;margin-bottom:22px;display:block}
  .ge-footer-text{color:rgba(255,255,255,.68);font-size:16.5px;line-height:1.55;font-weight:600}
  .ge-footer-col h3{font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.62);margin:0 0 20px;font-weight:800;display:flex;align-items:center;justify-content:space-between}
  .ge-footer-chevron{display:none}
  .ge-footer-links{display:flex;flex-direction:column;align-items:flex-start}
  .ge-footer-links>a{position:relative;color:rgba(255,255,255,.82);text-decoration:none;font-size:17px;line-height:1.2;font-weight:700;margin-bottom:16px;padding-right:22px;transition:color .2s ease,transform .2s ease}
  /* Уголок при наведении — как было, не трогаем. */
  .ge-footer-links>a::after{content:"";position:absolute;top:1px;right:2px;width:11px;height:11px;background:no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3.5 8.5 8.5 3.5M5 3.5h3.5V7' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");opacity:0;transform:translate(-4px,4px);transition:opacity .2s ease,transform .2s ease}
  .ge-footer-links>a:hover{color:#fff;transform:translateX(2px)}
  .ge-footer-links>a:hover::after{opacity:1;transform:translate(0,0)}
  .ge-footer-contact{display:flex;align-items:center;gap:13px;margin-bottom:14px;color:rgba(255,255,255,.85);font-size:16px;font-weight:650}
  .ge-footer-contact a{color:inherit;text-decoration:none;transition:color .2s}
  .ge-footer-contact a:hover{color:#fff}
  /* Кружок иконки — тоньше рамка и меньше диаметр: раньше он перевешивал сам текст. */
  .ge-c-ico{flex:0 0 auto;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;transition:border-color .2s ease,background .2s ease}
  .ge-footer-contact:hover .ge-c-ico{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.06)}
  .ge-c-ico svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
  .ge-footer-divider{height:1px;background:rgba(255,255,255,.12);margin:38px 0}
  /* Партнёры — логотипы в один ряд на всю ширину, без окошек */
  .ge-footer-partners{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%}
  .ge-footer-pay{flex:1 1 0;display:flex;align-items:center;justify-content:center;min-width:0;transition:opacity .18s ease}
  .ge-footer-pay:hover{opacity:.85}
  .ge-footer-pay img{max-height:42px;max-width:100%;width:auto;height:auto;display:block}
  .ge-footer-pay img.ge-pay-dolyami{max-height:74px;border-radius:13px}
  .ge-footer-pay b{color:#fff;font:900 24px/1 "Akrobat",Arial,sans-serif;white-space:nowrap}
  /* Реквизиты */
  .ge-footer-legal-row{display:flex;justify-content:space-between;gap:22px;flex-wrap:wrap;color:rgba(255,255,255,.55);font-size:13.5px;font-weight:600;line-height:1.7}
  .ge-footer-legal{display:flex;gap:16px;flex-wrap:wrap}
  .ge-footer-legal a{color:rgba(255,255,255,.6);text-decoration:none;text-underline-offset:3px;font-weight:600;transition:color .2s}
  .ge-footer-legal a:hover{color:#fff}
  @media(max-width:760px){
    .ge-site-footer{padding:44px 22px 26px}
    .ge-footer-top{grid-template-columns:1fr;gap:0}
    .ge-footer-brand{margin-bottom:22px}
    .ge-footer-col{border-top:1px solid rgba(255,255,255,.1)}
    .ge-footer-col h3{margin:0;padding:20px 0;cursor:pointer}
    .ge-footer-chevron{display:block;transition:transform .28s ease}
    .ge-footer-chevron svg{width:15px;height:15px;stroke:rgba(255,255,255,.55);fill:none;stroke-width:2}
    .ge-footer-links{max-height:560px;overflow:hidden;transition:max-height .32s ease;padding-bottom:14px}
    .ge-footer-col.is-collapsed .ge-footer-links{max-height:0;padding-bottom:0}
    .ge-footer-col.is-collapsed .ge-footer-chevron{transform:rotate(180deg)}
    /* ЛОГО ПАРТНЁРОВ НА МОБИЛКЕ — заметно мельче: в ряд из трёх они занимали
       непропорционально много места и спорили с текстом футера. */
    .ge-footer-partners{gap:10px}
    .ge-footer-pay img{max-height:19px}
    .ge-footer-pay img.ge-pay-dolyami{max-height:34px;border-radius:9px}
    .ge-footer-pay b{font-size:15px}
    .ge-footer-contact{font-size:15px;gap:11px}
    .ge-c-ico{width:36px;height:36px}
    .ge-c-ico svg{width:16px;height:16px}
    .ge-footer-legal-row{gap:14px}
  }
