:root {
  --ease-soft: cubic-bezier(0.22,1,0.36,1);
}

body{margin:0;padding:0;font-family:"Rubik", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .strong-body{max-width:760px;margin:0 auto;padding:14px 16px;border:1px solid #e6dedf;border-radius:24px;background:#ffffff;color:#1c1214;box-shadow:0 10px 22px rgba(0,0,0,0.09);display:flex;align-items:flex-start;justify-content:space-between;gap:1.13rem}
.cookies .narrow-inner{max-width:48rem}
.cookies strong{display:block;font-size:calc(15px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.74}
.cookies .clear-service{display:flex;flex-wrap:wrap;gap:8px}
.cookies .clear-service button{border:1px solid #e6dedf;background:#f7f3f3;color:#3a2f31;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .clear-service button.cookie-accept{background:#c8102e;color:#ffffff;border-color:transparent}
@media(max-width:760px){.cookies .strong-body{display:block}.cookies .clear-service{margin-top:12px}}
