.cookie-popup{position:fixed;right:0;bottom:-100%;width:324px;height:auto;margin:20px 20px 46px;z-index:999;border:1px solid #ff2400;background:#000;box-shadow:0 4px 33px 0 rgba(0,0,0,.4);padding:48px 24px 24px;transition:bottom .4s}@media screen and (max-width:575px){.cookie-popup{left:0;right:0;margin:0 auto 20px}}.cookie-popup .cookie-popup-header{position:absolute;top:12px;right:11px;width:24px;height:24px}.cookie-popup .cookie-popup-header .cookie-popup-close{cursor:pointer}.cookie-popup .cookie-popup-header .cookie-popup-close svg path{stroke:#8B8B8B;transition:stroke .2s}.cookie-popup .cookie-popup-header .cookie-popup-close:hover svg path{stroke:#FFF}.cookie-popup .cookie-popup-body{display:flex;flex-direction:column;gap:12px}.cookie-popup .cookie-popup-body .cookie-popup-title{color:#fff;font-family:"Roboto Mono";font-size:30px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:5px;text-transform:uppercase}.cookie-popup .cookie-popup-body .cookie-popup-text{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:22px}@media screen and (max-width:768px){.cookie-popup{padding:48px 12px 24px;width:300px}.cookie-popup .cookie-popup-body .cookie-popup-title{font-size:20px}.cookie-popup .cookie-popup-body .cookie-popup-text{font-size:14px}}.cookie-popup .cookie-popup-footer{margin-top:24px;display:flex;gap:8px}.cookie-popup .cookie-popup-footer .btn{flex:1;max-width:unset;height:32px;padding:8px 22px;color:#000;text-align:center;font-size:12px;font-style:normal;font-weight:700;line-height:14px;letter-spacing:2px;text-transform:uppercase}