{"success":true}
<div id="wg-cookie-popup" style="position:fixed;left:16px;right:16px;bottom:16px;z-index:99999;display:none;"><div style="max-width:980px;margin:0 auto;background:#111;color:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 8px 30px rgba(0,0,0,.35);display:flex;gap:14px;align-items:center;justify-content:space-between;flex-wrap:wrap;"><p style="margin:0;font-size:14px;line-height:1.45;">Этот сайт использует cookies для улучшения работы. Подробнее — в нашей <a href="cookies.php" style="color:#9bd3ff;text-decoration:underline;">Cookie политике</a>.</p><div style="display:flex;gap:8px;flex-shrink:0;"><button id="wg-cookie-reject" type="button" style="border:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;border-radius:10px;padding:10px 14px;cursor:pointer;font-weight:600;">Отклонить</button><button id="wg-cookie-accept" type="button" style="border:0;border-radius:10px;padding:10px 14px;cursor:pointer;font-weight:600;">Принять</button></div></div></div><script>(function(){try{var key='wgCookieConsent';var popup=document.getElementById('wg-cookie-popup');var accept=document.getElementById('wg-cookie-accept');var reject=document.getElementById('wg-cookie-reject');if(!popup||!accept)return;if(!localStorage.getItem(key)){popup.style.display='block';}function dismiss(status){localStorage.setItem(key,JSON.stringify({status:status,timestamp:Date.now()}));popup.style.display='none';}accept.addEventListener('click',function(){dismiss('accepted');});if(reject)reject.addEventListener('click',function(){dismiss('rejected');});}catch(e){}})();</script>