.sceletLoader{position:absolute;top:calc(50% - 32px);left:calc(50% - 32px);width:64px;height:64px;border-radius:50%;perspective:800px}@media(max-width:1140px)and (max-height:640px)and (min-width:440px){.sceletLoader{width:56px;height:56px}}.innerLoader{position:absolute;box-sizing:border-box;width:100%;height:100%;border-radius:50%;filter:drop-shadow(0 0 10px black)}.innerLoader.first{left:0;top:0;animation:rotate-first 1s linear infinite;border-bottom:4px solid #fa3b3c}.innerLoader.second{right:0;top:0;animation:rotate-second 1s linear infinite;border-right:4px solid #fa3b3c}.innerLoader.third{right:0;bottom:0;animation:rotate-third 1s linear infinite;border-top:4px solid #fa3b3c}@keyframes rotate-first{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@keyframes rotate-second{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@keyframes rotate-third{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}.cookie-consent{position:fixed;bottom:20px;right:20px;z-index:9998;max-width:360px;animation:cookie-consent-slide-in .35s ease-out}@media(max-width:992px){.cookie-consent{bottom:calc(80px + env(safe-area-inset-bottom))}}@media(max-width:440px){.cookie-consent{right:16px;left:16px;max-width:none}}.cookie-consent--closing{animation:cookie-consent-slide-out .35s ease-in forwards}@keyframes cookie-consent-slide-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes cookie-consent-slide-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(16px) scale(.96)}}.cookie-consent__card{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:14px;padding:20px;box-shadow:0 8px 32px rgba(0,0,0,.45);display:flex;flex-direction:column;gap:16px}@media(max-width:480px){.cookie-consent__card{padding:14px 16px;gap:10px;border-radius:12px}}.cookie-consent__title{font-size:18px;font-weight:600;color:var(--text-primary);margin:0;letter-spacing:.02em}@media(max-width:480px){.cookie-consent__title{font-size:15px}}.cookie-consent__text{font-size:14px;line-height:1.5;color:var(--text-many);margin:0}@media(max-width:480px){.cookie-consent__text{font-size:12.5px;line-height:1.45}}.cookie-consent__btn{align-self:flex-start;background:var(--color-primary);color:#fff;border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.cookie-consent__btn:hover{background:var(--color-hover)}@media(max-width:480px){.cookie-consent__btn{padding:8px 16px;font-size:13px;border-radius:8px}}