:root {
  --paint-secondary: #2A2118;
  --tone-main: #E4D6BF;
  --motion-nav: cubic-bezier(0.4,0,0.2,1);
  --tone-card: #FBF6EE;
}

body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
*{box-sizing:border-box;}
.cookies{position:fixed;right:2.33rem;bottom:1.5rem;z-index:1200}
.cookies .strong-block{width:min(31rem,calc(100vw - 2.33rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.89rem;background:#fff;color:#0a0f1a;box-shadow:0 24px 46px rgba(0,0,0,0.18)}
.cookies strong{display:block;font-size:calc(16.8px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.62}
.cookies .offer-service{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .offer-service>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.24rem;background:#f7f7f7;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#C25A2B;color:#FFF7EE;border-color:#C25A2B}
