/* Cookie-уведомление (РКН) — в цветах сайта: футер #091a1d, акцент #ffb000 */
.cookie-notice{position:fixed;left:12px;right:12px;bottom:12px;z-index:50;display:none;gap:14px;align-items:center;justify-content:space-between;flex-wrap:wrap;max-width:760px;margin:0 auto;padding:14px 18px;background:#091a1d;color:#e9e6dc;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.35);font-family:"Gilroy-Regular",Arial,sans-serif;font-size:13px;line-height:1.5}
.cookie-notice.is-open{display:flex}
.cookie-notice div{flex:1 1 320px}
.cookie-notice a{color:#ffb000;text-decoration:underline;text-decoration-skip-ink:none}
.cookie-notice button{flex:0 0 auto;min-height:42px;padding:0 22px;border:0;border-radius:8px;background:linear-gradient(90deg,#ffb000 0%,#ffc94e 100%);box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.3);color:#201a0e;font-family:"Gilroy-Semibold",Arial,sans-serif;font-weight:600;font-size:14px;cursor:pointer}
.cookie-notice button:hover{opacity:.85}
/* Ссылки на юрдокументы в футере и в чекбоксах согласия */
.footer__legal{display:flex;flex-wrap:wrap;gap:6px 14px;justify-content:center;margin-top:6px}
.agree a.agree-link{display:inline;margin:0}
