document.title = 'Приключение на 15 минут';
(function(d, ver) { var onload = function (container, isProduction = false) { const params = { container: container, location: 'page', }; if (isProduction) { params.css = window.__specials_cdn + 'SamokatMeditation/css/all.min.css?' + ver; } new Special.Special(params); }; var container = d.getElementById('samokat-meditation'); if (container) { if (typeof Special === 'undefined') { var s = d.createElement('script'); s.src = window.__specials_cdn + 'SamokatMeditation/js/all.min.js?' + ver; s.async = true; s.onload = function () { onload(container, true); }; d.body.appendChild(s); } else { onload(container); } } })(document, '__specials_version' in window ? window.__specials_version : 0);