(() => { function addWidgets() { let wlabproWidgets = [{"active":1,"paid":false,"font":{"id":2,"family":"Onest","files":[{"weight":400,"format":"woff2","url":"https:\/\/static.wlab.pro\/system\/fonts\/onest-400.woff2?m=1761199617"},{"weight":500,"format":"woff2","url":"https:\/\/static.wlab.pro\/system\/fonts\/onest-500.woff2?m=1761199617"},{"weight":700,"format":"woff2","url":"https:\/\/static.wlab.pro\/system\/fonts\/onest-700.woff2?m=1761199617"}]},"template":"
\n \n <\/use><\/svg><\/i>\n <\/a>\n \n
<\/div>\n
\n
<\/div>\n
\n \n <\/use><\/svg><\/i>\n <\/a>\n
\n \u0421\u0434\u0435\u043b\u0430\u043d\u043e \u0432\n \n <\/use><\/svg>\n <\/i><\/a>\n <\/div>\n\n
\n
\n \n
\n \u0420\u043e\u0437\u044b\u0433\u0440\u044b\u0448 \u043f\u043e\u0434\u0430\u0440\u043a\u043e\u0432!\n \u0413\u043b\u0430\u0432\u043d\u044b\u0439 \u043f\u0440\u0438\u0437: \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 \u043d\u0430 10.000\u20bd<\/span>
\n <\/div>\n\n
\u0412\u044b\u0438\u0433\u0440\u044b\u0432\u0430\u0435\u0442 \u043a\u0430\u0436\u0434\u044b\u0439 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u043a!<\/div>\n\n
\n
\n
\n \n \n <\/use><\/svg><\/i>\n \u041a\u0440\u0443\u0442\u0438\u0442\u044c \u043a\u043e\u043b\u0435\u0441\u043e\n <\/a>\n <\/div>\n <\/form>\n\n
\n
\n \u043e\u0431\u0440\u0430\u0431\u043e\u0442\u043a\u043e\u0439 \u0434\u0430\u043d\u043d\u044b\u0445<\/a>\n \u0438 \u043f\u0440\u0430\u0432\u0438\u043b\u0430\u043c\u0438 \u043f\u0440\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u0440\u0435\u043a\u043b\u0430\u043c\u043d\u043e\u0439 \u0430\u043a\u0446\u0438\u0438<\/a>\n <\/label>\n <\/div>\n <\/div>\n <\/div>\n\n
\n
<\/div>\n
<\/div>\n
\n \u0417\u0430\u043a\u0440\u044b\u0442\u044c<\/a>\n <\/div>\n\n <\/div>\n
\n
\n
\u041e\u0448\u0438\u0431\u043a\u0430: <\/div>\n <\/span>\n <\/div>\n <\/div>\n <\/div>\n
\n
\n
\n \"\"\n <\/div>\n <\/div>\n
\n <\/use><\/svg>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n <\/div>\n
\n \n \n \n <\/symbol>\n \n \n \n \n <\/symbol>\n \n \n <\/symbol>\n \n \n <\/symbol>\n \n \n <\/symbol>\n \n \n <\/symbol>\n <\/svg>\n <\/div>\n<\/div>\n\n","skin":"classic","widgetName":"\u041a\u043e\u043b\u0435\u0441\u043e \u0444\u043e\u0440\u0442\u0443\u043d\u044b","codename":"fortune","projectName":"\u041c\u043e\u0439 \u043f\u0440\u043e\u0435\u043a\u0442","scripts":["https:\/\/static.wlab.pro\/system\/widgets\/fortune\/classic\/scripts.js?m=1761925705"],"styles":["https:\/\/static.wlab.pro\/system\/widgets\/fortune\/classic\/styles.css?m=1761925705","\n.wlab-widgets {margin: 0; padding: 0; width: 0; height: 0; position: absolute; left: 0; top: 0;}\n.wlab-widgets .widget-fortune-2__h3 {color: var(--wlab-widget-color-text)}\n\n#wlab-widget-fortune {\n --wlab-widget-color-primary: #FF4949;\n --wlab-widget-color-primary-hover: #ff6d6d;\n --wlab-widget-color-primary-active: #ff9292;\n --wlab-widget-color-primary-background: #ffdbdb;\n --wlab-widget-color-background-darker: #003754a3;\n --wlab-widget-color-secondary: #003754;\n --wlab-widget-color-secondary-hover: #335f76;\n --wlab-widget-color-secondary-active: #668798;\n --wlab-widget-color-secondary-background: #e6ebee;\n --wlab-widget-color-text: #003754;\n --wlab-widget-color-background: #ffffff;\n}\n"]}]; let widgetsCont = document.querySelector('.wlab-widgets'); if ( ! widgetsCont) { widgetsCont = document.createElement('div') widgetsCont.classList.add('wlab-widgets') document.body.appendChild(widgetsCont) } for (const widget of wlabproWidgets) { widgetsCont.insertAdjacentHTML('beforeend', widget.template); if (widget.scripts) { for (let script of widget.scripts) insertScript(script); } if (widget.styles) { for (let style of widget.styles) insertStyle(style); } } } if (document.readyState == 'loading') { document.addEventListener('DOMContentLoaded', addWidgets); } else { addWidgets(); } function insertScript(script) { const elem = document.createElement('script'); if (script.startsWith('https://') || script.startsWith('http://')) { elem.src = script; } else { elem.textContent = script; } document.head.appendChild(elem); } function insertStyle(style) { let elem if (style.startsWith('https://') || style.startsWith('http://')) { elem = document.createElement('link'); elem.rel = 'stylesheet'; elem.href = style; } else { elem = document.createElement('style'); elem.textContent = style; } document.head.appendChild(elem); } })();