(function() { 'use strict'; function load() { function start() { new LVM.loader({ "customerId": "", "projectId": 1111, "promoId": 11208, "channelId": 11208, "promoType": "Widget", "debug": false, "origin": "https://cdn-re-lead.ru/widget_1", "version": "1719383616", "enableAutodetection": false, "autodetectionDelaySeconds": 10, "enableChat": 1, "random": false, "photo": "https://cdn.re-lead.pro/widget/widget_avatar/_other/video1_widget.mp4", "mainPhoto": 0, "color": "#238ad6", "orientation": "right", "marginHorizontal": 25, "marginVertical": 25, "showDelaySeconds": 2, "inviteDelaySeconds": 5, "inviteDelaySecondsMobile": 10, "askRegion": 1, "askName": 1, "enableWebcallButton": 0, "enableWebcall": false, "enableOpenChatOnRobotMessage": 1, "enableOpenChatOnRobotMessage_next": 0, "enableSignalr": false, "operatorName": "Анна Владимировна", "operatorTitle": "Дежурный юрист сайта", "inviteOfferText1": "Я дежурный юрист сайта, Анна", "inviteOfferText2": "Могу чем-нибудь помочь? Моя консультация бесплатна. Задавайте вопрос.", "flyingText": "Вопросы? Спрашивайте!", "thanksText": "Спасибо! Ваша заявка принята в работу.", "inviteInCallText1": "Спасибо. Проконсультирую вас по телефону.", "inviteInCallText2": "На какой номер телефона вам перезвонить?", "widgetType": "WidgetUniversal", "phoneLinkPhone": "+78000000000", "signalrOrigin": "", "enablePopupForm": true, "enableCallbackForm": true, "enableCallbackButton": false, "enableCatchOnExit": 1, "catchOnExitDelay": 15, "enableCatchByTimer": 1, "catchByTimerDelay": 120, "operatorNameRnd": 0, "enableOpenChatOnRobotMessageMobile": 1, "marginHorizontalMobile": 25, "marginVerticalMobile": 25, "letterTypingTime": 200, "messagesIncomingSound": 0, "messagesSentSound": 0, "signature": "", "ClientAccountId": "" }); } if (typeof LVM === "undefined" || typeof LVM.loader === "undefined") { var script = document.createElement("script"); script.src = "https://cdn-re-lead.ru/widget_1/forms/Loader.min.js?v=1719383616"; 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); } })();