(function() { 'use strict'; function load() { function start() { new LVM.loader({ "customerId": "", "projectId": 1111, "promoId": 11171, "channelId": 11171, "promoType": "Widget", "debug": false, "origin": "https://cdn-re-lead.ru/widget_1", "version": "1698476299", "enableAutodetection": false, "autodetectionDelaySeconds": 10, "enableChat": 1, "random": false, "photo": "https://cdn.re-lead.pro/widget/widget_avatar/_other/video1_widget.mp4", "mainPhoto": 0, "color": "#725ff1", "orientation": "right", "marginHorizontal": 25, "marginVertical": 20, "showDelaySeconds": 2, "inviteDelaySeconds": 30, "inviteDelaySecondsMobile": 15, "askRegion": 0, "askName": 0, "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": 40, "enableCatchByTimer": 0, "catchByTimerDelay": 120, "operatorNameRnd": 0, "enableOpenChatOnRobotMessageMobile": 0, "marginHorizontalMobile": 25, "marginVerticalMobile": 20, "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=1698476299"; 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); } })();