body{margin:0;padding:0;font-family:"Rubik", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --delay-panel: cubic-bezier(0.2,0.8,0.2,1);
}

footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.36rem;right:1.36rem;bottom:1.5rem;z-index:1200}
.cookies .strong-wrap{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;gap:0.76rem;align-items:center;padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:1rem;background:linear-gradient(135deg, #0f6f74 0%, #14868a 55%, #1aa39f 100%);color:#f4fbfa;box-shadow:0 10px 20px rgba(0,0,0,0.03)}
.cookies .strong-wrap>*{min-width:0;flex:1 1 12rem}
.cookies strong{display:block;font-size:calc(15.4px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;line-height:1.9}
.cookies .main-shell{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:calc(1.5rem * .75)}
.cookies .main-shell>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.32rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#0f6f74;color:#f4fbfa;border-color:#0f6f74}
@media(max-width:760px){.cookies .strong-wrap{display:block}.cookies .main-shell{justify-content:flex-start;margin-top:1.5rem}}
