.cookie-bar{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:300;max-width:960px;margin:0 auto;background:#1a1d2e;color:#fff;border-radius:1rem;padding:1rem 1.25rem;display:none;align-items:center;gap:1rem;box-shadow:0 12px 40px rgba(0,0,0,.3);flex-wrap:wrap}
  .cookie-bar.show{display:flex}
  .cookie-bar p{font-size:.875rem;line-height:1.5;flex:1;min-width:220px}
  .cookie-bar a{color:#7fd4e0;text-decoration:underline}
  .cookie-bar button{background:#2a96a5;color:#fff;border:none;border-radius:9999px;padding:.55rem 1.5rem;font-weight:600;cursor:pointer;white-space:nowrap}

.fx-inherit{color:inherit}

/* Логотипы соцсетей вместо текстовых сокращений */
.footer__social-link svg{width:1.2rem;height:1.2rem;display:block}
