*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"DM Sans", sans-serif;}
a{color:inherit;}
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .bottom-form{max-width:680px;margin:0 auto;padding:14px 16px;border:1px solid #E6D8C0;border-radius:24px;background:#FFFFFF;color:#2B0E12;box-shadow:0 18px 44px rgba(0,0,0,0.2)}
:root {
  --ink-muted: #FBF6EC;
  --ink-strong: #2B0E12;
  --ease-slow: ease-in-out;
}

.cookies strong{display:block;font-size:calc(17.2px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.61}
.cookies .contact-items{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}
.cookies .contact-items button{border:1px solid #E6D8C0;background:#F4EADB;color:#3B2A26;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .contact-items button.cookie-accept{background:#7A1F2B;color:#FFF8EC}
