:root {
  --delay-panel: cubic-bezier(0.2,0.8,0.2,1);
  --line-muted: #f7efdd;
  --surface-page: #1a140e;
}

body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .plain-plan{width:min(38rem,calc(100vw - 1.25rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.76rem;background:#f7f7f7;color:#0a0f1a;box-shadow:0 6px 26px rgba(0,0,0,0.09)}
.cookies strong{font-size:calc(17.2px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.67}
.cookies .main-service{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .main-service>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.21rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#b8461f;color:#fdf7ec;border-color:#b8461f}
