(function(){if(typeof window==='undefined')return;try{if(sessionStorage.getItem('cbs-cookie-consent')==='1')return;}catch(e){}function init(){if(document.getElementById('cbs-cookie-banner'))return;var b=document.createElement('div');b.id='cbs-cookie-banner';b.setAttribute('role','dialog');b.setAttribute('aria-label','Использование cookie');b.innerHTML='<div class="cbs-cookie-text">Мы используем cookie, чтобы сайт работал корректно. Подробнее в <a href="/politika-ispolzovaniya-faylov-cookie/" target="_blank" rel="noopener">политике использования Cookie</a>.</div><button type="button" aria-label="Принять и закрыть">Принять</button>';b.querySelector('button').addEventListener('click',function(){try{sessionStorage.setItem('cbs-cookie-consent','1');}catch(e){}b.classList.remove('cbs-cookie-show');setTimeout(function(){if(b.parentNode)b.parentNode.removeChild(b);},450);});document.body.appendChild(b);requestAnimationFrame(function(){requestAnimationFrame(function(){b.classList.add('cbs-cookie-show');});});}if(document.readyState==='loading'){document.addEventListener('DOMContentLoaded',init);}else{setTimeout(init,150);}})();