(function() { 'use strict'; function load() { function start() { new LVM.loader({ "promoId": 211270, "promoType": "WidgetSticky", "debug": false, "origin": "https://cdn.legistco.ru", "version": "1679678224", "phone": "74993807975", "color1": "#a2afe2", "color2": "#232325", "colorBtn": "#e9ed02", "colorBtnTxt": "#232325", "textMain": "Бесплатная консультация юриста", "textBtn": "Нужна консультация? Перезвоним", "widgetType": "WidgetSticky" }); } if (typeof LVM === "undefined" || typeof LVM.loader === "undefined") { var script = document.createElement("script"); script.src = "https://cdn.legistco.ru/forms/Loader.min.js?v=1679678224"; script.async = 1; script.charset = "utf-8"; script.onload = function() { document.body.removeChild(this); start(); }; document.body.appendChild(script); } else { start(); } } function init() { if ("requestIdleCallback" in window) { window.requestIdleCallback(load, { timeout: 3000 }); } else { setTimeout(load, 3000); } } if (document.readyState !== "loading") { init(); } else { document.addEventListener("DOMContentLoaded", init); } })();