html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Inter", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --delay-fast: cubic-bezier(0.22,1,0.36,1);
}

a{color:inherit;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:2.06rem;right:2.06rem;bottom:1.5rem;z-index:1200;}
.cookies .simple-lead{max-width:720px;margin:0 auto;background:#fbf8f1;border:1px solid #e3dccb;border-radius:1.32rem;box-shadow:0 16px 24px rgba(0,0,0,0.1);padding:1.5rem 2.06rem;color:#1b2433;}
.cookies .simple-menu{display:flex;align-items:center;gap:8px;}
.cookies .public-details{width:10px;height:10px;border-radius:50%;background:#2f7d5b;box-shadow:0 0 0 4px color-mix(in srgb,#2f7d5b 20%,transparent);color:#f4fbf6;}
.cookies .simple-lead p{margin:8px 0 0;}
.cookies .local-body{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .local-body button{border:1px solid #e3dccb;background:#f1ebdd;color:#2b3444;border-radius:0.4rem;padding:8px 12px;cursor:pointer;}
.cookies .local-body button.cookie-accept{background:#2f7d5b;color:#f4fbf6;border-color:transparent;font-weight:700;}
