;(function () { var webPacker = {"address":"https:\/\/atritex.bitrix24.com"}; ;(function () { (function(){"use strict";if(typeof webPacker==="undefined"){return}var e=[];function t(t){this.name=t;e.push(this)}t.prototype={language:null,languages:[],messages:{},properties:{},setProperties:function(e){this.properties=e||{}},loadResources:function(e){return(e||[]).forEach(function(e){webPacker.resource.load(e,this)},this)},message:function(e){var t=this.messages;if(e in t){return t[e]}var n=this.language||"en";if(t[n]&&t[n][e]){return t[n][e]}n="en";if(t[n]&&t[n][e]){return t[n][e]}return""},getMessages:function(e){var t=e||this.language||"en";var n=this.messages;if(n[t]){return n[t]}t=this.language||"en";if(n[t]){return n[t]}if(n.en){return n.en}return n}};webPacker.getModule=function(e){return this.getModules().filter(function(t){return t.name===e})[0]};webPacker.getModules=function(){return e};webPacker.module=t;webPacker.getAddress=function(){return this.address};webPacker.resource={load:function(e,t){switch(e.type){case"css":this.loadCss(e.content);break;case"js":this.loadJs(e.content||e.src,!e.content);break;case"html":case"layout":if(t){var n=t.messages[t.language]?t.messages[t.language]:t.messages;for(var r in n){if(!n.hasOwnProperty(r)){continue}e.content=e.content.replace(new RegExp("%"+r+"%","g"),n[r])}}this.loadLayout(e.content);break}},loadLayout:function(e){if(!e){return}var t=document.createElement("DIV");t.innerHTML=e;document.body.insertBefore(t,document.body.firstChild)},loadJs:function(e,t,n){if(!e){return}var r=document.createElement("SCRIPT");r.setAttribute("type","text/javascript");r.setAttribute("async","");if(t){r.setAttribute("src",src)}else{if(webPacker.browser.isIE()){r.text=text}else{r.appendChild(document.createTextNode(e))}}this.appendToHead(r,!t&&n)},appendToHead:function(e,t){(document.getElementsByTagName("head")[0]||document.documentElement).appendChild(e);if(t){document.head.removeChild(e)}},loadCss:function(e){if(!e){return}var t=document.createElement("STYLE");t.setAttribute("type","text/css");if(t.styleSheet){t.styleSheet.cssText=e}else{t.appendChild(document.createTextNode(e))}this.appendToHead(t)}};webPacker.type={isArray:function(e){return e&&Object.prototype.toString.call(e)==="[object Array]"},isString:function(e){return e===""?true:e?typeof e==="string"||e instanceof String:false},toArray:function(e){return Array.prototype.slice.call(e)}};webPacker.classes={change:function(e,t,n){e?n?this.add(e,t):this.remove(e,t):null},remove:function(e,t){e?e.classList.remove(t):null},add:function(e,t){e?e.classList.add(t):null},has:function(e,t){return e&&e.classList.contains(t)}};webPacker.url={};webPacker.url.parameter={list:null,get:function(e){var t=this.getObject();return t.hasOwnProperty(e)?decodeURIComponent(t[e]):null},has:function(e){var t=this.getObject();return t.hasOwnProperty(e)},getList:function(){if(this.list){return this.list}var e=window.location.search.substr(1);if(e.length<=1){return[]}this.list=e.split("&").map(function(e){var t=e.split("=");return{name:t[0],value:t[1]||""}},this);return this.list},getObject:function(){return this.getList().reduce(function(e,t){e[t.name]=t.value;return e},{})}};webPacker.ready=function(e){document.readyState==="complete"||document.readyState==="loaded"?e():this.addEventListener(window,"DOMContentLoaded",e)};webPacker.addEventListener=function(e,t,n){e=e||window;if(window.addEventListener){e.addEventListener(t,n,false)}else{e.attachEvent("on"+t,n)}};webPacker.event={listeners:[],on:function(e,t,n){this.listeners.filter(function(n){return n[0]===e&&n[1]===t}).forEach(function(e){e[2].apply(this,n)})},listen:function(e,t,n){this.listeners.push([e,t,n])}};webPacker.cookie={setItem:function(e,t,n){try{this.set(e,JSON.stringify(t),n)}catch(e){}},getItem:function(e){try{return JSON.parse(this.get(e))||null}catch(e){return null}},set:function(e,t,n){n=n||3600*24*365*10;var r=new Date((new Date).getTime()+1e3*n);document.cookie=e+"="+t+"; path=/; expires="+r.toUTCString()},get:function(e){var t=document.cookie.match(new RegExp("(?:^|; )"+e.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g,"\\$1")+"=([^;]*)"));return t?decodeURIComponent(t[1]):null}};webPacker.ls={supported:null,removeItem:function(e){if(!this.isSupported())return;window.localStorage.removeItem(e)},setItem:function(e,t,n){if(!this.isSupported())return;try{if(n&&t&&typeof t==="object"){n=parseInt(n);t.cacheData={time:parseInt(Date.now()/1e3),ttl:isNaN(n)?3600:n}}window.localStorage.setItem(e,JSON.stringify(t))}catch(e){}},getItem:function(e,t){if(!this.isSupported())return null;try{var n=JSON.parse(window.localStorage.getItem(e))||null;if(t&&n&&typeof n==="object"&&n.cacheData){t=parseInt(t);t=t&&!isNaN(t)?t:n.cacheData.ttl;if(parseInt(Date.now()/1e3)>n.cacheData.time+t){n=null;this.removeItem(e)}}if(n&&typeof n==="object"){delete n.cacheData}return n}catch(e){return null}},isSupported:function(){if(this.supported===null){this.supported=false;try{var e="b24crm-x-test";window.localStorage.setItem(e,"x");window.localStorage.removeItem(e);this.supported=true}catch(e){}}return this.supported}};webPacker.browser={isIOS:function(){return/(iPad;)|(iPhone;)/i.test(navigator.userAgent)},isOpera:function(){return navigator.userAgent.toLowerCase().indexOf("opera")!==-1},isIE:function(){return document.attachEvent&&!this.isOpera()},isMobile:function(){return/(ipad|iphone|android|mobile|touch)/i.test(navigator.userAgent)}};webPacker.analytics={trackGa:function(e,t,n){if(window.gtag){if(e==="pageview"){if(window.dataLayer){var r=window.dataLayer.filter(function(e){return e[0]==="config"}).map(function(e){return e[1]});if(r.length>0){window.gtag("config",r[0],{page_path:t})}}}else if(e==="event"){window.gtag("event",n,{event_category:t})}}else if(window.dataLayer){if(e==="pageview"){window.dataLayer.push({event:"VirtualPageview",virtualPageURL:t})}else if(e==="event"){window.dataLayer.push({event:"crm-form",eventCategory:t,eventAction:n})}}else if(typeof window.ga==="function"){if(n){window.ga("send",e,t,n)}else{window.ga("send",e,t)}}},trackYa:function(e){if(!window["Ya"]){return}var t;if(Ya.Metrika&&Ya.Metrika.counters()[0]){t=Ya.Metrika.counters()[0].id}else if(Ya.Metrika2&&Ya.Metrika2.counters()[0]){t=Ya.Metrika2.counters()[0].id}if(t&&window["yaCounter"+t]){window["yaCounter"+t].reachGoal(e)}}}})(); //# sourceMappingURL=https://atritex.bitrix24.com/bitrix/js/ui/webpacker/ui.webpacker.map.js })(); ;(function () { var module = new webPacker.module('crm.tracking.guest'); module.setProperties({"lifespan":28,"canRegisterOrder":true}); (function(){"use strict";if(typeof webPacker==="undefined"){return}window.b24Tracker=window.b24Tracker||{};if(window.b24Tracker.guest){return}window.b24Tracker.guest={cookieName:"b24_crm_guest_id",returnCookieName:"b24_crm_guest_id_returned",requestUrl:"",isInit:false,init:function(){if(this.isInit){return}this.isInit=true;this.requestUrl=(webPacker.getAddress()+"/").match(/((http|https):\/\/[^\/]+?)\//)[1]+"/pub/guest.php";if(module.properties["lifespan"]){var t=parseInt(module.properties["lifespan"]);if(!isNaN(t)&&t){r.lifespan=t;n.lifespan=t}}e.collect();r.collect();n.collect();s.collect();this.checkReturn();window.b24order=window.b24order||[];window.b24order.forEach((function(e){this.registerOrder(e)}),this);window.b24order.push=function(e){this.registerOrder(e)}.bind(this)},checkReturn:function(){if(!this.getGidCookie()||!window.sessionStorage||sessionStorage.getItem(this.returnCookieName)){return}a.query(this.requestUrl,{gid:this.getGidCookie(),a:"event",e:"Return"},this.onAjaxResponse.bind(this));this.markReturned()},storeTrace:function(e,t){t=t||"storeTrace";a.query(this.requestUrl,{a:t,d:{trace:e}})},link:function(e){if(!e||this.getGidCookie()){return}a.query(this.requestUrl,{a:"link",gid:e},this.onAjaxResponse.bind(this))},register:function(){if(this.getGidCookie()){return}a.query(this.requestUrl,{a:"register"},this.onAjaxResponse.bind(this))},onAjaxResponse:function(e){e=e||{};e.data=e.data||{};if(!this.getGidCookie()&&!!e.data.gid){webPacker.ls.setItem(this.cookieName,e.data.gid);this.markReturned()}},getPages:function(){return s.list()},getTags:function(){return r.list()},registerOrder:function(e){if(!module.properties["canRegisterOrder"]){return}this.storeTrace(this.getTraceOrder(e),"registerOrder")},getTraceOrder:function(e){e=e||{};var t=e.id||"";if(!Number.isNaN(t)&&typeof t==="number"){t=t.toString()}if(!t||!webPacker.type.isString(t)||!t.match(/^[\d\w.\-\/\\_#]{1,30}$/i)){if(window.console&&window.console.error){window.console.error("Wrong order id: "+e.id)}}var i=parseFloat(e.sum);if(isNaN(i)||i<0){if(window.console&&window.console.error){window.console.error("Wrong order sum: "+e.sum)}}this.sentOrders=this.sentOrders||[];if(this.sentOrders.indexOf(t)>=0){return}this.sentOrders.push(t);return this.getTrace({channels:[{code:"order",value:t}],order:{id:t,sum:i}})},getTrace:function(t){var i=this.remindTrace(t);e.clear();return i},remindTrace:function(t){return JSON.stringify(e.current(t))},getUtmSource:function(){return this.getTags().utm_source||""},isUtmSourceDetected:function(){return r.isSourceDetected()},getGidCookie:function(){return webPacker.ls.getItem(this.cookieName)},setGid:function(e){this.markReturned();return webPacker.ls.setItem(this.cookieName,e)},markReturned:function(){if(window.sessionStorage){sessionStorage.setItem(this.returnCookieName,"y")}}};var e={maxCount:5,lsKey:"b24_crm_guest_traces",previous:function(){return webPacker.ls.getItem(this.lsKey)||{list:[]}},current:function(e){e=e||{};var i={url:window.location.href,ref:n.getData().ref,device:{isMobile:webPacker.browser.isMobile()},tags:r.getData(),client:t.getData(),pages:{list:s.list()},gid:b24Tracker.guest.getGidCookie()};if(e.previous!==false){i.previous=this.previous()}if(e.channels){i.channels=e.channels}if(e.order){i.order=e.order}return i},clear:function(){webPacker.ls.removeItem(this.lsKey)},collect:function(){if(!r.isSourceDetected()&&!n.detect().newest){return}var e=this.current({previous:false});if(!e.pages.list){return}var t=this.previous();t=t||{};t.list=t.list||[];t.list.push(this.current({previous:false}));if(t.list.length>this.maxCount){t.list.shift()}r.clear();s.clear();webPacker.ls.setItem(this.lsKey,t)}};var t={getData:function(){debugger;var e={gaId:this.getGaId(),yaId:this.getYaId()};if(!e.gaId)delete e["gaId"];if(!e.yaId)delete e["yaId"];return e},getGaId:function(){var e;if(typeof window.ga==="function"){ga((function(t){e=t.get("clientId")}));if(e){return e}if(ga.getAll&&ga.getAll()[0]){e=ga.getAll()[0].get("clientId")}}if(e){return e}e=(document.cookie||"").match(/_ga=(.+?);/);if(e){e=(e[1]||"").split(".").slice(-2).join(".")}return e?e:null},getYaId:function(){var e;if(window.Ya){var t;if(Ya.Metrika&&Ya.Metrika.counters()[0]){t=Ya.Metrika.counters()[0].id}else if(Ya.Metrika2&&Ya.Metrika2.counters()[0]){t=Ya.Metrika2.counters()[0].id}if(!t){return null}if(window.ym&&typeof window.ym==="object"){ym(t,"getClientID",(function(t){e=t}))}if(!e&&window["yaCounter"+t]){e=window["yaCounter"+t].getClientID()}}if(!e&&window.ym&&typeof window.ym==="function"&&window.ym?.a[0]!==undefined){e=window.ym.a[0][0]}if(!e){e=webPacker.cookie.get("_ym_uid")}return e?e:null}};var i=null;var r={lifespan:28,lsPageKey:"b24_crm_guest_utm",tags:["utm_source","utm_medium","utm_campaign","utm_content","utm_term"],sameTagLifeSpan:3600,list:function(){return this.getData().list||{}},isSourceDetected:function(){if(i===null){var e=this.tags[0];var t=webPacker.url.parameter.get(e);if(t===null||!t){i=false}else if(this.list()[e]!==t){i=true}else{i=this.getTimestamp(true)-this.getTimestamp()>this.sameTagLifeSpan}}return i},getGCLid:function(){return this.getData().gclid||null},getTimestamp:function(e){return(e?null:parseInt(this.getData().ts))||parseInt(Date.now()/1e3)},getData:function(){return(webPacker.ls.isSupported()?webPacker.ls.getItem(this.lsPageKey):webPacker.cookie.getItem(this.lsPageKey))||{}},clear:function(){webPacker.ls.removeItem(this.lsPageKey)},collect:function(){var e=this.getTimestamp();var t=webPacker.url.parameter.getList().filter((function(e){return this.tags.indexOf(e.name)>-1}),this);if(t.length>0){t=t.filter((function(e){return e.value.trim().length>0})).reduce((function(e,t){e[t.name]=decodeURIComponent(t.value);return e}),{});e=this.getTimestamp(true)}else{t=this.list()}var i=webPacker.url.parameter.getList().filter((function(e){return e.name==="gclid"}),this).map((function(e){return e.value}));i=i[0]||this.getGCLid();if(this.getTimestamp(true)-e>this.lifespan*3600*24){this.clear();return}var r={ts:e,list:t,gclid:i};webPacker.ls.isSupported()?webPacker.ls.setItem(this.lsPageKey,r):webPacker.cookie.setItem(this.lsPageKey,r)}};var n={lifespan:28,lsKey:"b24_crm_guest_ref",sameRefLifeSpan:3600,detect:function(){var e={detected:false,existed:false,expired:false,newest:false,value:null};var t=document.referrer;if(!t){return e}var i=document.createElement("a");i.href=t;if(!i.hostname){return e}if(i.hostname===window.location.hostname){return e}e.value=t;e.detected=true;if(t!==this.getData().ref){e.newest=true;return e}e.existed=true;if(this.getTs(true)-this.getTs()>this.sameRefLifeSpan){e.expired=true;return e}return false},getTs:function(e){return(e?null:parseInt(this.getData().ts))||parseInt(Date.now()/1e3)},getData:function(){return(webPacker.ls.isSupported()?webPacker.ls.getItem(this.lsKey,this.getTtl()):null)||{}},clear:function(){webPacker.ls.removeItem(this.lsKey)},getTtl:function(){return this.lifespan*3600*24},collect:function(){var e=this.detect();if(!e.detected){return}if(e.expired){this.clear();return}webPacker.ls.setItem(this.lsKey,{ts:this.getTs(),ref:e.value},this.getTtl())}};var s={maxCount:5,lsPageKey:"b24_crm_guest_pages",list:function(){return webPacker.ls.getItem(this.lsPageKey)},clear:function(){webPacker.ls.removeItem(this.lsPageKey)},collect:function(){if(!document.body){return}var e=document.body.querySelector("h1");e=e?e.textContent.trim():"";if(e.length===0){e=document.head.querySelector("title");e=e?e.textContent.trim():""}e=e.substring(0,40);var t=window.location.href;var i=webPacker.ls.getItem(this.lsPageKey);i=i instanceof Array?i:[];var r=-1;i.forEach((function(e,i){if(e[0]===t)r=i}));if(r>-1){i=i.slice(0,r).concat(i.slice(r+1))}while(i.length>=this.maxCount){i.shift()}var n=new Date;i.push([t,Math.round(n.getTime()/1e3),e]);webPacker.ls.setItem(this.lsPageKey,i)}};var a={query:function(e,t,i){this.ajax=null;if(window.XMLHttpRequest){this.ajax=new XMLHttpRequest}else if(window.ActiveXObject){this.ajax=new window.ActiveXObject("Microsoft.XMLHTTP")}"withCredentials"in this.ajax?this.post(e,t,i):this.get(e,t)},get:function(e,t){var i=document.createElement("script");i.type="text/javascript";i.src=e+"?"+this.stringify(t);i.async=true;var r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(i,r)},post:function(e,t,i){var r=this.ajax;r.open("POST",e,true);r.setRequestHeader("Content-Type","application/x-www-form-urlencoded");r.withCredentials=true;r.onreadystatechange=function(){if(i&&r.readyState===4&&r.status===200){i.apply(this,[JSON.parse(this.responseText)])}};r.send(this.stringify(t))},stringify:function(e){var t=[];if(Object.prototype.toString.call(e)==="[object Array]"){}else if(typeof e==="object"){for(var i in e){if(!e.hasOwnProperty(i)){continue}var r=e[i];if(typeof r==="object"){r=JSON.stringify(r)}t.push(i+"="+encodeURIComponent(r))}}return t.join("&")},getAjax:function(){if(this.ajax){return this.ajax}if(window.XMLHttpRequest){this.ajax=new XMLHttpRequest}else if(window.ActiveXObject){this.ajax=new window.ActiveXObject("Microsoft.XMLHTTP")}return this.ajax}};window.b24Tracker.guest.init()})(); //# sourceMappingURL=https://atritex.bitrix24.com/bitrix/js/crm/tracking/guest/script.map.js })(); ;(function () { var module = new webPacker.module('crm.site.form'); module.setProperties({"isResourcesMinified":true,"analytics":{"category":"Form completion \u0022%name%\u0022, #%form_id%","template":{"name":"%name%","code":"B24_%form_id%_%code%.html"},"eventTemplate":{"name":"%name%","code":"B24_FORM_%form_id%_%code%"},"field":{"name":"Field completion \u0022%name%\u0022, #%form_id%","code":"%code%"},"view":{"name":"Form view #%form_id%","code":"VIEW"},"start":{"name":"Form completion started #%form_id%","code":"START"},"end":{"name":"Form completion finished #%form_id%","code":"END"}},"recaptcha":{"key":"6LcHcdEUAAAAACBnH9teNrlEpOQb63k7g1tAFpEW"},"resourcebooking":{"link":"https:\/\/cdn.bitrix24.com\/b1280425\/crm\/form\/resourcebooking.js"},"proxy":{"fonts":[{"source":"fonts.googleapis.com","target":"fonts.bitrix24.com"}]},"abuse":{"link":"https:\/\/www.bitrix24.com\/abuse\/"}}); module.language = "en"; module.languages = ["ua","vn","de","id","ms","ja","hi","en","in","fr","it","th","tc","pl","sc","ru","la","br","tr"]; module.messages = {"ua":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"\u0415\u043a\u043e\u043d\u043e\u043c\u0456\u044f","basketSum":"\u0411\u0435\u0437 \u0437\u043d\u0438\u0436\u043a\u0438","basketTotal":"\u0414\u043e \u0441\u043f\u043b\u0430\u0442\u0438","consentAccept":"\u041f\u0440\u0438\u0439\u043c\u0430\u044e","consentReadAll":"\u041f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0434\u043e \u043a\u0456\u043d\u0446\u044f","consentReject":"\u041d\u0435 \u043f\u0440\u0438\u0439\u043c\u0430\u044e","defButton":"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0437\u0430\u043f\u0438\u0442","defTitle":"\u0417\u0430\u043f\u043e\u0432\u043d\u0456\u0442\u044c \u0444\u043e\u0440\u043c\u0443","moreFieldsYet":"\u0412\u043d\u0438\u0437\u0443 \u0454 \u0449\u0435 \u043f\u043e\u043b\u044f","navBack":"\u041d\u0430\u0437\u0430\u0434","navNext":"\u0414\u0430\u043b\u0456","sign":"\u0417\u0430\u0440\u044f\u0434\u0436\u0435\u043d\u043e","signBy":"\u0411\u0456\u0442\u0440\u0456\u043a\u044124","stateButtonPay":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u0434\u043e \u043e\u043f\u043b\u0430\u0442\u0438","stateButtonResend":"\u041d\u0430\u0434\u0456\u0441\u043b\u0430\u0442\u0438 \u0449\u0435 \u0440\u0430\u0437","stateDisabled":"\u0424\u043e\u0440\u043c\u0430 \u043d\u0435\u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u0430","stateError":"\u0421\u0442\u0430\u043b\u0430\u0441\u044f \u043f\u043e\u043c\u0438\u043b\u043a\u0430","stateSuccess":"\u0414\u044f\u043a\u0443\u0454\u043c\u043e \u0437\u0430 \u0443\u0432\u0430\u0433\u0443","stateSuccessTitle":"\u0412\u0456\u0434\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e!","fieldAdd":"\u0414\u043e\u0434\u0430\u0442\u0438 \u0449\u0435","fieldDateClose":"\u0417\u0430\u043a\u0440\u0438\u0442\u0438","fieldDateDay1":"\u041f\u043d","fieldDateDay2":"\u0412\u0442","fieldDateDay3":"\u0421\u0440","fieldDateDay4":"\u0427\u0442","fieldDateDay5":"\u041f\u0442","fieldDateDay6":"\u0421\u0431","fieldDateDay7":"\u041d\u0434","fieldDateMonth1":"\u0421\u0456\u0447\u0435\u043d\u044c","fieldDateMonth2":"\u041b\u044e\u0442\u0438\u0439","fieldDateMonth3":"\u0411\u0435\u0440\u0435\u0437\u0435\u043d\u044c","fieldDateMonth4":"\u041a\u0432\u0456\u0442\u0435\u043d\u044c","fieldDateMonth5":"\u0422\u0440\u0430\u0432\u0435\u043d\u044c","fieldDateMonth6":"\u0427\u0435\u0440\u0432\u0435\u043d\u044c","fieldDateMonth7":"\u041b\u0438\u043f\u0435\u043d\u044c","fieldDateMonth8":"\u0421\u0435\u0440\u043f\u0435\u043d\u044c","fieldDateMonth9":"\u0412\u0435\u0440\u0435\u0441\u0435\u043d\u044c","fieldDateMonth10":"\u0416\u043e\u0432\u0442\u0435\u043d\u044c","fieldDateMonth11":"\u041b\u0438\u0441\u0442\u043e\u043f\u0430\u0434","fieldDateMonth12":"\u0413\u0440\u0443\u0434\u0435\u043d\u044c","fieldDateTime":"\u0427\u0430\u0441","fieldErrorInvalid":"\u041f\u043e\u043b\u0435 \u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u0435 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e","fieldErrorInvalidEmail":"\u0412\u0432\u0435\u0434\u0435\u043d\u043e \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0438\u0439 email","fieldErrorRequired":"\u041f\u043e\u043b\u0435 \u043e\u0431\u043e\u0432\u0027\u044f\u0437\u043a\u043e\u0432\u0435 \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u0432\u043d\u0435\u043d\u043d\u044f","fieldFileChoose":"\u041e\u0431\u0440\u0430\u0442\u0438 \u0444\u0430\u0439\u043b","fieldFileErrorType":"\u041e\u0431\u0440\u0430\u043d\u043e \u0444\u0430\u0439\u043b \u043d\u0435\u0432\u0456\u0434\u043f\u043e\u0432\u0456\u0434\u043d\u043e\u0433\u043e \u0442\u0438\u043f\u0443. \u0421\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0444\u0430\u0439\u043b\u0438 \u0437 \u0440\u043e\u0437\u0448\u0438\u0440\u0435\u043d\u043d\u044f\u043c\u0438 %extensions%","fieldListUnselect":"\u0421\u043a\u0430\u0441\u0443\u0432\u0430\u0442\u0438 \u0432\u0438\u0431\u0456\u0440","fieldProductAnotherSum":"\u0406\u043d\u0448\u0430 \u0441\u0443\u043c\u0430","fieldRemove":"\u041f\u0440\u0438\u0431\u0440\u0430\u0442\u0438 \u043f\u043e\u043b\u0435"},"vn":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"B\u1ea1n ti\u1ebft ki\u1ec7m","basketSum":"Kh\u00f4ng gi\u1ea3m gi\u00e1","basketTotal":"T\u1ed5ng","consentAccept":"T\u00f4i \u0111\u1ed3ng \u00fd","consentReadAll":"Vui l\u00f2ng cu\u1ed9n xu\u1ed1ng d\u01b0\u1edbi c\u00f9ng \u0111\u1ec3 \u0111\u1ecdc to\u00e0n b\u1ed9 v\u0103n b\u1ea3n","consentReject":"T\u00f4i kh\u00f4ng \u0111\u1ed3ng \u00fd","defButton":"G\u1eedi y\u00eau c\u1ea7u","defTitle":"Ho\u00e0n th\u00e0nh bi\u1ec3u m\u1eabu","moreFieldsYet":"C\u00f2n c\u00e1c tr\u01b0\u1eddng \u1edf b\u00ean d\u01b0\u1edbi","navBack":"Quay l\u1ea1i","navNext":"Ti\u1ebfp theo","sign":"Ch\u1ea1y tr\u00ean n\u1ec1n","signBy":"Bitrix24","stateButtonPay":"\u0110\u1ebfn ph\u1ea7n thanh to\u00e1n","stateButtonResend":"G\u1eedi l\u1ea1i","stateDisabled":"Bi\u1ec3u m\u1eabu n\u00e0y b\u1ecb v\u00f4 hi\u1ec7u","stateError":"C\u00f3 l\u1ed7i.","stateSuccess":"C\u1ea3m \u01a1n b\u1ea1n!","stateSuccessTitle":"Y\u00eau c\u1ea7u \u0111\u00e3 \u0111\u01b0\u1ee3c g\u1eedi \u0111i!","fieldAdd":"Th\u00eam nhi\u1ec1u h\u01a1n","fieldDateClose":"\u0110\u00f3ng","fieldDateDay1":"T2","fieldDateDay2":"T3","fieldDateDay3":"T4","fieldDateDay4":"T5","fieldDateDay5":"T6","fieldDateDay6":"T7","fieldDateDay7":"CN","fieldDateMonth1":"Th\u00e1ng 1","fieldDateMonth2":"Th\u00e1ng 2","fieldDateMonth3":"Th\u00e1ng 3","fieldDateMonth4":"Th\u00e1ng 4","fieldDateMonth5":"Th\u00e1ng 5","fieldDateMonth6":"Th\u00e1ng 6","fieldDateMonth7":"Th\u00e1ng 7","fieldDateMonth8":"Th\u00e1ng 8","fieldDateMonth9":"Th\u00e1ng 9","fieldDateMonth10":"Th\u00e1ng 10","fieldDateMonth11":"Th\u00e1ng 11","fieldDateMonth12":"Th\u00e1ng 12","fieldDateTime":"Th\u1eddi gian","fieldErrorInvalid":"Gi\u00e1 tr\u1ecb c\u1ee7a tr\u01b0\u1eddng kh\u00f4ng ch\u00ednh x\u00e1c","fieldErrorInvalidEmail":"\u0110\u00e3 nh\u1eadp email kh\u00f4ng ch\u00ednh x\u00e1c","fieldErrorRequired":"Tr\u01b0\u1eddng n\u00e0y l\u00e0 b\u1eaft bu\u1ed9c","fieldFileChoose":"Ch\u1ecdn m\u1ed9t t\u1eadp tin","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"H\u1ee7y b\u1ecf l\u1ef1a ch\u1ecdn","fieldProductAnotherSum":"Other amount","fieldRemove":"X\u00f3a tr\u01b0\u1eddng"},"de":{"abuseInfo":"Es besteht keinen Zusammenhang zwischen Bitrix24 und diesem Anbieter; ebenfalls haftet Bitrix24 nicht f\u00fcr die Inhalte dieses Anbieters.","abuseLink":"Missbrauch melden","basketDiscount":"Sie sparen","basketSum":"Ohne Rabatt","basketTotal":"Gesamt","consentAccept":"Ich akzeptiere","consentReadAll":"Bitte scrollen Sie weiter nach unten, um den vollen Text zu lesen","consentReject":"Ich akzeptiere nicht","defButton":"Anfrage senden","defTitle":"Das Formular ausf\u00fcllen","moreFieldsYet":"Es gibt mehr Felder weiter unten","navBack":"Zur\u00fcck","navNext":"Weiter","sign":"Erstellt mit","signBy":"Bitrix24","stateButtonPay":"Zur Bezahlung","stateButtonResend":"Erneut senden","stateDisabled":"Das Formular ist deaktiviert.","stateError":"Das ist ein Fehler.","stateSuccess":"Danke!","stateSuccessTitle":"Anfrage wurde gesendet.","fieldAdd":"Mehr hinzuf\u00fcgen","fieldDateClose":"Schlie\u00dfen","fieldDateDay1":"Mo.","fieldDateDay2":"Di.","fieldDateDay3":"Mi.","fieldDateDay4":"Do.","fieldDateDay5":"Fr.","fieldDateDay6":"Sa.","fieldDateDay7":"So.","fieldDateMonth1":"Januar","fieldDateMonth2":"Februar","fieldDateMonth3":"M\u00e4rz","fieldDateMonth4":"April","fieldDateMonth5":"Mai","fieldDateMonth6":"Juni","fieldDateMonth7":"Juli","fieldDateMonth8":"August","fieldDateMonth9":"September","fieldDateMonth10":"Oktober","fieldDateMonth11":"November","fieldDateMonth12":"Dezember","fieldDateTime":"Zeit","fieldErrorInvalid":"Feldwert ist nicht korrekt","fieldErrorInvalidEmail":"E-Mail ist nicht korrekt","fieldErrorRequired":"Feld ist erforderlich","fieldFileChoose":"Eine Datei ausw\u00e4hlen","fieldFileErrorType":"Falscher Dateityp ausgew\u00e4hlt. Versuchen Sie es mit den Dateien ohne Erweiterungen: %extensions%","fieldListUnselect":"Auswahl abbrechen","fieldProductAnotherSum":"Anderer Betrag","fieldRemove":"Feld entfernen"},"id":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"Anda hemat","basketSum":"Tanpa diskon","basketTotal":"Total","consentAccept":"Saya menerima","consentReadAll":"Gulir ke bawah untuk membaca seluruh teks","consentReject":"Saya tidak menerima","defButton":"Kirim permintaan","defTitle":"Selesaikan formulir","moreFieldsYet":"Ada lebih banyak bidang di bawah ini","navBack":"Kembali","navNext":"Berikutnya","sign":"Didukung oleh","signBy":"Bitrix24","stateButtonPay":"Lanjutkan ke pembayaran","stateButtonResend":"Kirim ulang","stateDisabled":"Formulir dinonaktifkan","stateError":"Itu kesalahan.","stateSuccess":"Terima kasih!","stateSuccessTitle":"Permintaan sudah dikirim!","fieldAdd":"Tambahkan lagi","fieldDateClose":"Tutup","fieldDateDay1":"Sen","fieldDateDay2":"Sel","fieldDateDay3":"Rab","fieldDateDay4":"Kam","fieldDateDay5":"Jum","fieldDateDay6":"Sab","fieldDateDay7":"Min","fieldDateMonth1":"Januari","fieldDateMonth2":"Februari","fieldDateMonth3":"Maret","fieldDateMonth4":"April","fieldDateMonth5":"Mei","fieldDateMonth6":"Juni","fieldDateMonth7":"Juli","fieldDateMonth8":"Agustus","fieldDateMonth9":"September","fieldDateMonth10":"Oktober","fieldDateMonth11":"November","fieldDateMonth12":"Desember","fieldDateTime":"Waktu","fieldErrorInvalid":"Nilai bidang salah","fieldErrorInvalidEmail":"Emal yang ditentukan salah","fieldErrorRequired":"Bidang wajib diisi","fieldFileChoose":"Pilih file","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"Batalkan seleksi","fieldProductAnotherSum":"Other amount","fieldRemove":"Hapus bidang"},"ms":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"Anda jimat","basketSum":"Tanpa diskaun","basketTotal":"Jumlah","consentAccept":"Saya terima","consentReadAll":"Sila tatal ke bahagian bawah untuk membaca teks penuh","consentReject":"Saya tidak terima","defButton":"Hantar permintaan","defTitle":"Lengkapkan borang","moreFieldsYet":"Terdapat lebih banyak medan di bawah","navBack":"Undur","navNext":"Seterusnya","sign":"Dikuasakan oleh","signBy":"Bitrix24","stateButtonPay":"Terus ke pembayaran","stateButtonResend":"Hantar semula","stateDisabled":"Borang itu dilumpuhkan","stateError":"Itu suatu ralat.","stateSuccess":"Terima kasih!","stateSuccessTitle":"Permintaan telah dihantar!","fieldAdd":"Tambah lagi","fieldDateClose":"Tutup","fieldDateDay1":"Isn","fieldDateDay2":"Sel","fieldDateDay3":"Rab","fieldDateDay4":"Kha","fieldDateDay5":"Jum","fieldDateDay6":"Sab","fieldDateDay7":"Aha","fieldDateMonth1":"Januari","fieldDateMonth2":"Februari","fieldDateMonth3":"Mac","fieldDateMonth4":"April","fieldDateMonth5":"Mei","fieldDateMonth6":"Jun","fieldDateMonth7":"Julai","fieldDateMonth8":"Ogos","fieldDateMonth9":"September","fieldDateMonth10":"Oktober","fieldDateMonth11":"November","fieldDateMonth12":"Disember","fieldDateTime":"Masa","fieldErrorInvalid":"Nilai medan adalah salah","fieldErrorInvalidEmail":"E-mel yang salah dinyatakan","fieldErrorRequired":"Medan diperlukan","fieldFileChoose":"Pilih fail","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"Batal pemilihan","fieldProductAnotherSum":"Other amount","fieldRemove":"Keluarkan medan"},"ja":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"\u7bc0\u7d04","basketSum":"\u5272\u5f15\u306a\u3057","basketTotal":"\u5408\u8a08","consentAccept":"\u540c\u610f\u3057\u307e\u3059","consentReadAll":"\u5168\u6587\u3092\u8aad\u3080\u306b\u306f\u4e0b\u306b\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044","consentReject":"\u540c\u610f\u3057\u307e\u305b\u3093","defButton":"\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u4fe1","defTitle":"\u30d5\u30a9\u30fc\u30e0\u306b\u8a18\u5165\u3057\u3066\u304f\u3060\u3055\u3044","moreFieldsYet":"\u4ee5\u4e0b\u306b\u3055\u3089\u306b\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u3042\u308a\u307e\u3059","navBack":"\u524d\u3078","navNext":"\u6b21\u3078","sign":"Powered by","signBy":"Bitrix24","stateButtonPay":"\u652f\u6255\u3044\u306b\u9032\u3080","stateButtonResend":"\u518d\u9001\u4fe1","stateDisabled":"\u30d5\u30a9\u30fc\u30e0\u306f\u7121\u52b9\u3067\u3059","stateError":"\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002","stateSuccess":"\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3057\u305f\uff01","stateSuccessTitle":"\u30ea\u30af\u30a8\u30b9\u30c8\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\uff01","fieldAdd":"\u3055\u3089\u306b\u8ffd\u52a0","fieldDateClose":"\u9589\u3058\u308b","fieldDateDay1":"\u6708","fieldDateDay2":"\u706b","fieldDateDay3":"\u6c34","fieldDateDay4":"\u6728","fieldDateDay5":"\u91d1","fieldDateDay6":"\u571f","fieldDateDay7":"\u65e5","fieldDateMonth1":"1\u6708","fieldDateMonth2":"2\u6708","fieldDateMonth3":"3\u6708","fieldDateMonth4":"4\u6708","fieldDateMonth5":"5\u6708","fieldDateMonth6":"6\u6708","fieldDateMonth7":"7\u6708","fieldDateMonth8":"8\u6708","fieldDateMonth9":"9\u6708","fieldDateMonth10":"10\u6708","fieldDateMonth11":"11\u6708","fieldDateMonth12":"12\u6708","fieldDateTime":"\u6642\u9593","fieldErrorInvalid":"\u30d5\u30a3\u30fc\u30eb\u30c9\u5024\u304c\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093","fieldErrorInvalidEmail":"\u4e0d\u6b63\u306a\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u6307\u5b9a\u3055\u308c\u307e\u3057\u305f","fieldErrorRequired":"\u30d5\u30a3\u30fc\u30eb\u30c9\u306f\u5fc5\u9808\u3067\u3059","fieldFileChoose":"\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"\u9078\u629e\u3092\u30ad\u30e3\u30f3\u30bb\u30eb","fieldProductAnotherSum":"Other amount","fieldRemove":"\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u524a\u9664"},"hi":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"\u0906\u092a\u0915\u0940 \u092c\u091a\u0924","basketSum":"\u092c\u093f\u0928\u093e \u091b\u0942\u091f \u0915\u0947","basketTotal":"\u0915\u0941\u0932","consentAccept":"\u092e\u0941\u091d\u0947 \u0938\u094d\u0935\u0940\u0915\u093e\u0930 \u0939\u0948","consentReadAll":"\u0915\u0943\u092a\u092f\u093e \u092a\u0942\u0930\u093e \u091f\u0947\u0915\u094d\u0938\u094d\u091f \u092a\u0922\u093c\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0928\u0940\u091a\u0947 \u0938\u094d\u0915\u094d\u0930\u0949\u0932 \u0915\u0930\u0947\u0902","consentReject":"\u092e\u0941\u091d\u0947 \u0938\u094d\u0935\u0940\u0915\u093e\u0930 \u0928\u0939\u0940\u0902 \u0939\u0948","defButton":"\u0905\u0928\u0941\u0930\u094b\u0927 \u092d\u0947\u091c\u0947\u0902","defTitle":"\u092b\u0949\u0930\u094d\u092e \u092a\u0942\u0930\u093e \u0915\u0930\u0947\u0902","moreFieldsYet":"\u0928\u0940\u091a\u0947 \u0914\u0930 \u092d\u0940 \u092b\u093c\u0940\u0932\u094d\u0921 \u0939\u0948\u0902","navBack":"\u0935\u093e\u092a\u0938","navNext":"\u0905\u0917\u0932\u093e","sign":"\u0907\u0928\u0915\u0947 \u0926\u094d\u0935\u093e\u0930\u093e \u0938\u0902\u091a\u093e\u0932\u093f\u0924","signBy":"Bitrix24","stateButtonPay":"\u092d\u0941\u0917\u0924\u093e\u0928 \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u092c\u0922\u093c\u0947\u0902","stateButtonResend":"\u092a\u0941\u0928: \u092d\u0947\u091c\u0947\u0902","stateDisabled":"\u092b\u0949\u0930\u094d\u092e \u0905\u0915\u094d\u0937\u092e \u0939\u0948","stateError":"\u092f\u0939 \u090f\u0915 \u0924\u094d\u0930\u0941\u091f\u093f \u0939\u0948\u0964","stateSuccess":"\u0927\u0928\u094d\u092f\u0935\u093e\u0926!","stateSuccessTitle":"\u0905\u0928\u0941\u0930\u094b\u0927 \u092d\u0947\u091c\u093e \u0917\u092f\u093e!","fieldAdd":"\u0905\u0927\u093f\u0915 \u091c\u094b\u0921\u093c\u0947\u0902","fieldDateClose":"\u092c\u0902\u0926","fieldDateDay1":"\u0938\u094b\u092e","fieldDateDay2":"\u092e\u0902\u0917\u0932","fieldDateDay3":"\u092c\u0941\u0927","fieldDateDay4":"\u0917\u0941\u0930\u0942","fieldDateDay5":"\u0936\u0941\u0915\u094d\u0930","fieldDateDay6":"\u0936\u0928\u093f","fieldDateDay7":"\u0930\u0935\u093f","fieldDateMonth1":"\u091c\u0928\u0935\u0930\u0940","fieldDateMonth2":"\u092b\u0930\u0935\u0930\u0940","fieldDateMonth3":"\u092e\u093e\u0930\u094d\u091a","fieldDateMonth4":"\u0905\u092a\u094d\u0930\u0948\u0932","fieldDateMonth5":"\u092e\u0908","fieldDateMonth6":"\u091c\u0942\u0928","fieldDateMonth7":"\u091c\u0941\u0932\u093e\u0908","fieldDateMonth8":"\u0905\u0917\u0938\u094d\u0924","fieldDateMonth9":"\u0938\u093f\u0924\u0902\u092c\u0930","fieldDateMonth10":"\u0905\u0915\u094d\u091f\u0942\u092c\u0930","fieldDateMonth11":"\u0928\u0935\u0902\u092c\u0930","fieldDateMonth12":"\u0926\u093f\u0938\u0902\u092c\u0930","fieldDateTime":"\u0938\u092e\u092f","fieldErrorInvalid":"\u092b\u093c\u0940\u0932\u094d\u0921 \u092e\u093e\u0928 \u0917\u0932\u0924 \u0939\u0948","fieldErrorInvalidEmail":"\u0917\u0932\u0924 \u0908\u092e\u0947\u0932 \u0915\u093e \u0909\u0932\u094d\u0932\u0947\u0916","fieldErrorRequired":"\u092b\u093c\u0940\u0932\u094d\u0921 \u091c\u0930\u0942\u0930\u0940 \u0939\u0948","fieldFileChoose":"\u092b\u093e\u0907\u0932 \u091a\u0941\u0928\u0947\u0902","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"\u091a\u092f\u0928 \u0930\u0926\u094d\u0926 \u0915\u0930\u0947\u0902","fieldProductAnotherSum":"Other amount","fieldRemove":"\u092b\u093c\u0940\u0932\u094d\u0921 \u0939\u091f\u093e\u090f\u0901"},"en":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"You save","basketSum":"Without discount","basketTotal":"Total","consentAccept":"I accept","consentReadAll":"Please scroll to the bottom to read the full text","consentReject":"I don\u0027t accept","defButton":"Send request","defTitle":"Complete the form","moreFieldsYet":"There are more fields below","navBack":"Back","navNext":"Next","sign":"Powered by","signBy":"Bitrix24","stateButtonPay":"Proceed to payment","stateButtonResend":"Resend","stateDisabled":"The form is disabled","stateError":"That\u0027s an error.","stateSuccess":"Thank you!","stateSuccessTitle":"Request has been sent!","fieldAdd":"Add more","fieldDateClose":"Close","fieldDateDay1":"Mo","fieldDateDay2":"Tu","fieldDateDay3":"We","fieldDateDay4":"Th","fieldDateDay5":"Fr","fieldDateDay6":"Sa","fieldDateDay7":"Su","fieldDateMonth1":"January","fieldDateMonth2":"February","fieldDateMonth3":"March","fieldDateMonth4":"April","fieldDateMonth5":"May","fieldDateMonth6":"June","fieldDateMonth7":"July","fieldDateMonth8":"August","fieldDateMonth9":"September","fieldDateMonth10":"October","fieldDateMonth11":"November","fieldDateMonth12":"December","fieldDateTime":"Time","fieldErrorInvalid":"Field value is incorrect","fieldErrorInvalidEmail":"Incorrect email specified","fieldErrorRequired":"Field is required","fieldFileChoose":"Select a file","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"Cancel selection","fieldProductAnotherSum":"Other amount","fieldRemove":"Remove field"},"in":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"You save","basketSum":"Without discount","basketTotal":"Total","consentAccept":"I accept","consentReadAll":"Please scroll to the bottom to read the full text","consentReject":"I don\u0027t accept","defButton":"Send request","defTitle":"Complete the form","moreFieldsYet":"There are more fields below","navBack":"Back","navNext":"Next","sign":"Powered by","signBy":"Bitrix24","stateButtonPay":"Proceed to payment","stateButtonResend":"Resend","stateDisabled":"The form is disabled","stateError":"That\u0027s an error.","stateSuccess":"Thank you!","stateSuccessTitle":"Request has been sent!","fieldAdd":"Add more","fieldDateClose":"Close","fieldDateDay1":"Mo","fieldDateDay2":"Tu","fieldDateDay3":"We","fieldDateDay4":"Th","fieldDateDay5":"Fr","fieldDateDay6":"Sa","fieldDateDay7":"Su","fieldDateMonth1":"January","fieldDateMonth2":"February","fieldDateMonth3":"March","fieldDateMonth4":"April","fieldDateMonth5":"May","fieldDateMonth6":"June","fieldDateMonth7":"July","fieldDateMonth8":"August","fieldDateMonth9":"September","fieldDateMonth10":"October","fieldDateMonth11":"November","fieldDateMonth12":"December","fieldDateTime":"Time","fieldErrorInvalid":"Field value is incorrect","fieldErrorInvalidEmail":"Incorrect email specified","fieldErrorRequired":"Field is required","fieldFileChoose":"Select a file","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"Cancel selection","fieldProductAnotherSum":"Other amount","fieldRemove":"Remove field"},"fr":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"Vous \u00e9conomisez","basketSum":"Sans remise","basketTotal":"Total","consentAccept":"J\u0027accepte","consentReadAll":"Veuillez faire d\u00e9filer jusqu\u0027en bas pour lire l\u0027int\u00e9gralit\u00e9 du texte","consentReject":"Je n\u0027accepte pas","defButton":"Envoyer une requ\u00eate","defTitle":"Remplissez le formulaire","moreFieldsYet":"Plus de champs sont ci-dessous","navBack":"Retour","navNext":"Suivant","sign":"Propos\u00e9 par","signBy":"Bitrix24","stateButtonPay":"Passer au paiement","stateButtonResend":"Renvoyer","stateDisabled":"Le formulaire est d\u00e9sactiv\u00e9","stateError":"C\u2019est une erreur.","stateSuccess":"Merci !","stateSuccessTitle":"La requ\u00eate a \u00e9t\u00e9 envoy\u00e9e !","fieldAdd":"Ajouter plus","fieldDateClose":"Fermer","fieldDateDay1":"Lun","fieldDateDay2":"Mar","fieldDateDay3":"Mer","fieldDateDay4":"Jeu","fieldDateDay5":"Ven","fieldDateDay6":"Sam","fieldDateDay7":"Dim","fieldDateMonth1":"Janvier","fieldDateMonth2":"F\u00e9vrier","fieldDateMonth3":"Mars","fieldDateMonth4":"Avril","fieldDateMonth5":"Mai","fieldDateMonth6":"Juin","fieldDateMonth7":"Juillet","fieldDateMonth8":"Ao\u00fbt","fieldDateMonth9":"Septembre","fieldDateMonth10":"Octobre","fieldDateMonth11":"Novembre","fieldDateMonth12":"D\u00e9cembre","fieldDateTime":"Heure","fieldErrorInvalid":"La valeur du champ est incorrecte","fieldErrorInvalidEmail":"Adresse e-mail sp\u00e9cifi\u00e9e incorrecte","fieldErrorRequired":"Champ obligatoire","fieldFileChoose":"S\u00e9lectionner un fichier","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"Annuler la s\u00e9lection","fieldProductAnotherSum":"Other amount","fieldRemove":"Supprimer le champ"},"it":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"Risparmio","basketSum":"Senza sconto","basketTotal":"Totale","consentAccept":"Accetto","consentReadAll":"Scorri fino in fondo per leggere il testo completo","consentReject":"Non accetto","defButton":"Invia richiesta","defTitle":"Completa il modulo","moreFieldsYet":"Sono presenti ulteriori campi qui sotto","navBack":"Indietro","navNext":"Avanti","sign":"Con tecnologia","signBy":"Bitrix24","stateButtonPay":"Procedi al pagamento","stateButtonResend":"Invia di nuovo","stateDisabled":"Il modulo \u00e8 disattivato","stateError":"Questo \u00e8 un errore.","stateSuccess":"Grazie!","stateSuccessTitle":"La richiesta \u00e8 stata inviata!","fieldAdd":"Aggiungi altro","fieldDateClose":"Chiudi","fieldDateDay1":"Lun","fieldDateDay2":"Mar","fieldDateDay3":"Mer","fieldDateDay4":"Gio","fieldDateDay5":"Ven","fieldDateDay6":"Sab","fieldDateDay7":"Dom","fieldDateMonth1":"Gennaio","fieldDateMonth2":"Febbraio","fieldDateMonth3":"Marzo","fieldDateMonth4":"Aprile","fieldDateMonth5":"Maggio","fieldDateMonth6":"Giugno","fieldDateMonth7":"Luglio","fieldDateMonth8":"Agosto","fieldDateMonth9":"Settembre","fieldDateMonth10":"Ottobre","fieldDateMonth11":"Novembre","fieldDateMonth12":"Dicembre","fieldDateTime":"Ora","fieldErrorInvalid":"Il valore del campo non \u00e8 corretto","fieldErrorInvalidEmail":"E-mail non corretta specificata","fieldErrorRequired":"Il campo \u00e8 obbligatorio","fieldFileChoose":"Seleziona un file","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"Annulla selezione","fieldProductAnotherSum":"Other amount","fieldRemove":"Rimuovi campo"},"th":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"\u0e04\u0e38\u0e13\u0e1b\u0e23\u0e30\u0e2b\u0e22\u0e31\u0e14\u0e44\u0e14\u0e49","basketSum":"\u0e44\u0e21\u0e48\u0e21\u0e35\u0e2a\u0e48\u0e27\u0e19\u0e25\u0e14","basketTotal":"\u0e17\u0e31\u0e49\u0e07\u0e2b\u0e21\u0e14","consentAccept":"\u0e09\u0e31\u0e19\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a","consentReadAll":"\u0e01\u0e23\u0e38\u0e13\u0e32\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e44\u0e1b\u0e17\u0e35\u0e48\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07\u0e40\u0e1e\u0e37\u0e48\u0e2d\u0e2d\u0e48\u0e32\u0e19\u0e02\u0e49\u0e2d\u0e04\u0e27\u0e32\u0e21\u0e40\u0e15\u0e47\u0e21","consentReject":"\u0e09\u0e31\u0e19\u0e44\u0e21\u0e48\u0e22\u0e2d\u0e21\u0e23\u0e31\u0e1a","defButton":"\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d","defTitle":"\u0e01\u0e23\u0e2d\u0e01\u0e41\u0e1a\u0e1a\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e43\u0e2b\u0e49\u0e40\u0e2a\u0e23\u0e47\u0e08\u0e2a\u0e21\u0e1a\u0e39\u0e23\u0e13\u0e4c","moreFieldsYet":"\u0e21\u0e35\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e40\u0e15\u0e34\u0e21\u0e14\u0e49\u0e32\u0e19\u0e25\u0e48\u0e32\u0e07","navBack":"\u0e22\u0e49\u0e2d\u0e19\u0e01\u0e25\u0e31\u0e1a","navNext":"\u0e16\u0e31\u0e14\u0e44\u0e1b","sign":"\u0e02\u0e31\u0e1a\u0e40\u0e04\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e42\u0e14\u0e22","signBy":"Bitrix24","stateButtonPay":"\u0e14\u0e33\u0e40\u0e19\u0e34\u0e19\u0e01\u0e32\u0e23\u0e0a\u0e33\u0e23\u0e30\u0e40\u0e07\u0e34\u0e19","stateButtonResend":"\u0e2a\u0e48\u0e07\u0e2d\u0e35\u0e01\u0e04\u0e23\u0e31\u0e49\u0e07","stateDisabled":"\u0e41\u0e1a\u0e1a\u0e1f\u0e2d\u0e23\u0e4c\u0e21\u0e16\u0e39\u0e01\u0e1b\u0e34\u0e14\u0e43\u0e0a\u0e49\u0e07\u0e32\u0e19","stateError":"\u0e19\u0e31\u0e48\u0e19\u0e04\u0e37\u0e2d\u0e02\u0e49\u0e2d\u0e1c\u0e34\u0e14\u0e1e\u0e25\u0e32\u0e14","stateSuccess":"\u0e02\u0e2d\u0e1a\u0e04\u0e38\u0e13!","stateSuccessTitle":"\u0e2a\u0e48\u0e07\u0e04\u0e33\u0e23\u0e49\u0e2d\u0e07\u0e02\u0e2d\u0e41\u0e25\u0e49\u0e27!","fieldAdd":"\u0e40\u0e1e\u0e34\u0e48\u0e21\u0e2d\u0e35\u0e01","fieldDateClose":"\u0e1b\u0e34\u0e14","fieldDateDay1":"\u0e08.","fieldDateDay2":"\u0e2d.","fieldDateDay3":"\u0e1e.","fieldDateDay4":"\u0e1e\u0e24.","fieldDateDay5":"\u0e28.","fieldDateDay6":"\u0e2a.","fieldDateDay7":"\u0e2d\u0e32.","fieldDateMonth1":"\u0e21\u0e01\u0e23\u0e32\u0e04\u0e21","fieldDateMonth2":"\u0e01\u0e38\u0e21\u0e20\u0e32\u0e1e\u0e31\u0e19\u0e18\u0e4c","fieldDateMonth3":"\u0e21\u0e35\u0e19\u0e32\u0e04\u0e21","fieldDateMonth4":"\u0e40\u0e21\u0e29\u0e32\u0e22\u0e19","fieldDateMonth5":"\u0e1e\u0e24\u0e29\u0e20\u0e32\u0e04\u0e21","fieldDateMonth6":"\u0e21\u0e34\u0e16\u0e38\u0e19\u0e32\u0e22\u0e19","fieldDateMonth7":"\u0e01\u0e23\u0e01\u0e0e\u0e32\u0e04\u0e21","fieldDateMonth8":"\u0e2a\u0e34\u0e07\u0e2b\u0e32\u0e04\u0e21","fieldDateMonth9":"\u0e01\u0e31\u0e19\u0e22\u0e32\u0e22\u0e19","fieldDateMonth10":"\u0e15\u0e38\u0e25\u0e32\u0e04\u0e21","fieldDateMonth11":"\u0e1e\u0e24\u0e28\u0e08\u0e34\u0e01\u0e32\u0e22\u0e19","fieldDateMonth12":"\u0e18\u0e31\u0e19\u0e27\u0e32\u0e04\u0e21","fieldDateTime":"\u0e40\u0e27\u0e25\u0e32","fieldErrorInvalid":"\u0e04\u0e48\u0e32\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","fieldErrorInvalidEmail":"\u0e23\u0e30\u0e1a\u0e38\u0e2d\u0e35\u0e40\u0e21\u0e25\u0e44\u0e21\u0e48\u0e16\u0e39\u0e01\u0e15\u0e49\u0e2d\u0e07","fieldErrorRequired":"\u0e1f\u0e34\u0e25\u0e14\u0e4c\u0e08\u0e33\u0e40\u0e1b\u0e47\u0e19\u0e15\u0e49\u0e2d\u0e07\u0e21\u0e35","fieldFileChoose":"\u0e40\u0e25\u0e37\u0e2d\u0e01\u0e44\u0e1f\u0e25\u0e4c","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"\u0e22\u0e01\u0e40\u0e25\u0e34\u0e01\u0e01\u0e32\u0e23\u0e40\u0e25\u0e37\u0e2d\u0e01","fieldProductAnotherSum":"Other amount","fieldRemove":"\u0e25\u0e1a\u0e1f\u0e34\u0e25\u0e14\u0e4c"},"tc":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"\u60a8\u5132\u5b58","basketSum":"\u6c92\u6709\u6298\u6263","basketTotal":"\u7e3d\u8a08","consentAccept":"\u6211\u63a5\u53d7","consentReadAll":"\u8acb\u6efe\u52d5\u5230\u5e95\u90e8\u4ee5\u95b1\u8b80\u5168\u6587","consentReject":"\u6211\u4e0d\u63a5\u53d7","defButton":"\u50b3\u9001\u8981\u6c42","defTitle":"\u5b8c\u6210\u8868\u55ae","moreFieldsYet":"\u4ee5\u4e0b\u9084\u6709\u66f4\u591a\u6b04\u4f4d","navBack":"\u4e0a\u4e00\u6b65","navNext":"\u4e0b\u4e00\u6b65","sign":"Powered by","signBy":"Bitrix24","stateButtonPay":"\u7e7c\u7e8c\u4ed8\u6b3e","stateButtonResend":"\u91cd\u65b0\u50b3\u9001","stateDisabled":"\u8a72\u8868\u55ae\u5df2\u505c\u7528","stateError":"\u9019\u662f\u932f\u8aa4\u3002","stateSuccess":"\u611f\u8b1d\u60a8\uff01","stateSuccessTitle":"\u8981\u6c42\u5df2\u7d93\u50b3\u9001\uff01","fieldAdd":"\u65b0\u589e\u66f4\u591a","fieldDateClose":"\u95dc\u9589","fieldDateDay1":"\u661f\u671f\u4e00","fieldDateDay2":"\u661f\u671f\u4e8c","fieldDateDay3":"\u661f\u671f\u4e09","fieldDateDay4":"\u661f\u671f\u56db","fieldDateDay5":"\u661f\u671f\u4e94","fieldDateDay6":"\u661f\u671f\u516d","fieldDateDay7":"\u661f\u671f\u65e5","fieldDateMonth1":"1\u6708","fieldDateMonth2":"2\u6708","fieldDateMonth3":"3\u6708","fieldDateMonth4":"4\u6708","fieldDateMonth5":"5\u6708","fieldDateMonth6":"6\u6708","fieldDateMonth7":"7\u6708","fieldDateMonth8":"8\u6708","fieldDateMonth9":"9\u6708","fieldDateMonth10":"10\u6708","fieldDateMonth11":"11\u6708","fieldDateMonth12":"12\u6708","fieldDateTime":"\u6642\u9593","fieldErrorInvalid":"\u6b04\u4f4d\u503c\u4e0d\u6b63\u78ba","fieldErrorInvalidEmail":"\u6307\u5b9a\u7684\u96fb\u5b50\u90f5\u4ef6\u4e0d\u6b63\u78ba","fieldErrorRequired":"\u6b04\u4f4d\u70ba\u5fc5\u586b\u9805","fieldFileChoose":"\u9078\u53d6\u6a94\u6848","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"\u53d6\u6d88\u9078\u53d6","fieldProductAnotherSum":"Other amount","fieldRemove":"\u79fb\u9664\u6b04\u4f4d"},"pl":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"Oszcz\u0119dzasz","basketSum":"Bez upustu","basketTotal":"Suma","consentAccept":"Akceptuj\u0119","consentReadAll":"Aby przeczyta\u0107 ca\u0142y tekst, przewi\u0144 w d\u00f3\u0142","consentReject":"Nie akceptuj\u0119","defButton":"Wy\u015blij wniosek","defTitle":"Wype\u0142nij formularz","moreFieldsYet":"Poni\u017cej znajduje si\u0119 wi\u0119cej p\u00f3l","navBack":"Wstecz","navNext":"Dalej","sign":"Obs\u0142ugiwane przez","signBy":"Bitrix24","stateButtonPay":"Przejd\u017a do p\u0142atno\u015bci","stateButtonResend":"Wy\u015blij ponownie","stateDisabled":"Ten formularz jest wy\u0142\u0105czony","stateError":"To jest b\u0142\u0105d.","stateSuccess":"Dzi\u0119kujemy!","stateSuccessTitle":"Wys\u0142ano wniosek!","fieldAdd":"Dodaj wi\u0119cej","fieldDateClose":"Zamknij","fieldDateDay1":"pon.","fieldDateDay2":"wt.","fieldDateDay3":"\u015br.","fieldDateDay4":"czw.","fieldDateDay5":"pt.","fieldDateDay6":"sob.","fieldDateDay7":"niedz.","fieldDateMonth1":"Stycze\u0144","fieldDateMonth2":"Luty","fieldDateMonth3":"Marzec","fieldDateMonth4":"Kwiecie\u0144","fieldDateMonth5":"Maj","fieldDateMonth6":"Czerwiec","fieldDateMonth7":"Lipiec","fieldDateMonth8":"Sierpie\u0144","fieldDateMonth9":"Wrzesie\u0144","fieldDateMonth10":"Pa\u017adziernik","fieldDateMonth11":"Listopad","fieldDateMonth12":"Grudzie\u0144","fieldDateTime":"Godzina","fieldErrorInvalid":"Warto\u015b\u0107 pola jest nieprawid\u0142owa","fieldErrorInvalidEmail":"Okre\u015blono nieprawid\u0142owy adres e-mail","fieldErrorRequired":"Pole jest wymagane","fieldFileChoose":"Wybierz plik","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"Anuluj wyb\u00f3r","fieldProductAnotherSum":"Other amount","fieldRemove":"Usu\u0144 pole"},"sc":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"\u60a8\u8282\u7701","basketSum":"\u6ca1\u6709\u6298\u6263","basketTotal":"\u603b\u8ba1","consentAccept":"\u6211\u63a5\u53d7","consentReadAll":"\u8bf7\u6eda\u52a8\u5230\u5e95\u90e8\u4ee5\u9605\u8bfb\u5168\u6587","consentReject":"\u6211\u4e0d\u63a5\u53d7","defButton":"\u53d1\u9001\u8bf7\u6c42","defTitle":"\u586b\u5199\u8868\u5355","moreFieldsYet":"\u4e0b\u9762\u8fd8\u6709\u66f4\u591a\u5b57\u6bb5","navBack":"\u8fd4\u56de","navNext":"\u4e0b\u4e00\u4e2a","sign":"Powered by","signBy":"Bitrix24","stateButtonPay":"\u7ee7\u7eed\u4ed8\u6b3e","stateButtonResend":"\u91cd\u65b0\u53d1\u9001","stateDisabled":"\u6b64\u8868\u5355\u5df2\u7981\u7528\u3002","stateError":"\u8fd9\u662f\u4e00\u4e2a\u9519\u8bef\u3002","stateSuccess":"\u8c22\u8c22\uff01","stateSuccessTitle":"\u8bf7\u6c42\u5df2\u53d1\u9001\uff01","fieldAdd":"\u6dfb\u52a0\u66f4\u591a","fieldDateClose":"\u5173\u95ed","fieldDateDay1":"\u5468\u4e00","fieldDateDay2":"\u5468\u4e8c","fieldDateDay3":"\u5468\u4e09","fieldDateDay4":"\u5468\u56db","fieldDateDay5":"\u5468\u4e94","fieldDateDay6":"\u5468\u516d","fieldDateDay7":"\u5468\u65e5","fieldDateMonth1":"1\u6708","fieldDateMonth2":"2\u6708","fieldDateMonth3":"3\u6708","fieldDateMonth4":"4\u6708","fieldDateMonth5":"5\u6708","fieldDateMonth6":"6\u6708","fieldDateMonth7":"7\u6708","fieldDateMonth8":"8\u6708","fieldDateMonth9":"9\u6708","fieldDateMonth10":"10\u6708","fieldDateMonth11":"11\u6708","fieldDateMonth12":"12\u6708","fieldDateTime":"\u65f6\u95f4","fieldErrorInvalid":"\u5b57\u6bb5\u503c\u4e0d\u6b63\u786e\u3002","fieldErrorInvalidEmail":"\u6307\u5b9a\u7684\u7535\u5b50\u90ae\u4ef6\u4e0d\u6b63\u786e","fieldErrorRequired":"\u5b57\u6bb5\u4e3a\u5fc5\u586b","fieldFileChoose":"\u9009\u62e9\u6587\u4ef6","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"\u53d6\u6d88\u9009\u62e9","fieldProductAnotherSum":"Other amount","fieldRemove":"\u79fb\u9664\u5b57\u6bb5"},"ru":{"sign":"\u0417\u0430\u0440\u044f\u0436\u0435\u043d\u043e","signBy":"\u0411\u0438\u0442\u0440\u0438\u043a\u044124","navNext":"\u0414\u0430\u043b\u0435\u0435","abuseLink":"\u0421\u043e\u043e\u0431\u0449\u0438\u0442\u044c \u043e \u043d\u0430\u0440\u0443\u0448\u0435\u043d\u0438\u0438","abuseInfo":"\u0411\u0438\u0442\u0440\u0438\u043a\u044124 \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u043e\u0442\u043d\u043e\u0448\u0435\u043d\u0438\u044f \u043a \u044d\u0442\u043e\u043c\u0443 \u043a\u043e\u043d\u0442\u0435\u043d\u0442\u0443.","navBack":"\u041d\u0430\u0437\u0430\u0434","basketSum":"\u0411\u0435\u0437 \u0441\u043a\u0438\u0434\u043a\u0438","basketDiscount":"\u042d\u043a\u043e\u043d\u043e\u043c\u0438\u044f","basketTotal":"\u041a \u043e\u043f\u043b\u0430\u0442\u0435","defTitle":"\u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0444\u043e\u0440\u043c\u0443","defButton":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441","stateSuccessTitle":"\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u043e!","stateSuccess":"\u0421\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435","stateError":"\u041f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430","stateDisabled":"\u0424\u043e\u0440\u043c\u0430 \u043d\u0435 \u0430\u043a\u0442\u0443\u0430\u043b\u044c\u043d\u0430","stateButtonPay":"\u041f\u0435\u0440\u0435\u0439\u0442\u0438 \u043a \u043e\u043f\u043b\u0430\u0442\u0435","stateButtonResend":"\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u0435\u0449\u0435 \u0440\u0430\u0437","consentAccept":"\u041f\u0440\u0438\u043d\u0438\u043c\u0430\u044e","consentReject":"\u041d\u0435 \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u044e","consentReadAll":"\u041f\u0440\u043e\u0447\u0438\u0442\u0430\u0439\u0442\u0435 \u0434\u043e \u043a\u043e\u043d\u0446\u0430","moreFieldsYet":"\u0412\u043d\u0438\u0437\u0443 \u0435\u0441\u0442\u044c \u0435\u0449\u0435 \u043f\u043e\u043b\u044f","fieldRemove":"\u0423\u0431\u0440\u0430\u0442\u044c \u043f\u043e\u043b\u0435","fieldAdd":"\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0449\u0435","fieldErrorRequired":"\u041f\u043e\u043b\u0435 \u043e\u0431\u044f\u0437\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u0434\u043b\u044f \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u0438\u044f","fieldErrorInvalid":"\u041f\u043e\u043b\u0435 \u043d\u0435\u0432\u0435\u0440\u043d\u043e \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u043e","fieldErrorInvalidEmail":"\u0423\u043a\u0430\u0437\u0430\u043d \u043d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0415\u043c\u0435\u0439\u043b","fieldListUnselect":"\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u044b\u0431\u043e\u0440","fieldFileChoose":"\u0412\u044b\u0431\u0440\u0430\u0442\u044c \u0444\u0430\u0439\u043b","fieldProductAnotherSum":"\u0414\u0440\u0443\u0433\u0430\u044f \u0441\u0443\u043c\u043c\u0430","fieldDateTime":"\u0412\u0440\u0435\u043c\u044f","fieldDateClose":"\u0417\u0430\u043a\u0440\u044b\u0442\u044c","fieldDateDay1":"\u041f\u043d","fieldDateDay2":"\u0412\u0442","fieldDateDay3":"\u0421\u0440","fieldDateDay4":"\u0427\u0442","fieldDateDay5":"\u041f\u0442","fieldDateDay6":"\u0421\u0431","fieldDateDay7":"\u0412\u0441","fieldDateMonth1":"\u042f\u043d\u0432\u0430\u0440\u044c","fieldDateMonth2":"\u0424\u0435\u0432\u0440\u0430\u043b\u044c","fieldDateMonth3":"\u041c\u0430\u0440\u0442","fieldDateMonth4":"\u0410\u043f\u0440\u0435\u043b\u044c","fieldDateMonth5":"\u041c\u0430\u0439","fieldDateMonth6":"\u0418\u044e\u043d\u044c","fieldDateMonth7":"\u0418\u044e\u043b\u044c","fieldDateMonth8":"\u0410\u0432\u0433\u0443\u0441\u0442","fieldDateMonth9":"\u0421\u0435\u043d\u0442\u044f\u0431\u0440\u044c","fieldDateMonth10":"\u041e\u043a\u0442\u044f\u0431\u0440\u044c","fieldDateMonth11":"\u041d\u043e\u044f\u0431\u0440\u044c","fieldDateMonth12":"\u0414\u0435\u043a\u0430\u0431\u0440\u044c","fieldFileErrorType":"\u0412\u044b\u0431\u0440\u0430\u043d \u0444\u0430\u0439\u043b \u043d\u0435\u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0442\u0438\u043f\u0430. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0444\u0430\u0439\u043b\u044b \u0441 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f\u043c\u0438 %extensions%"},"la":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"Usted ahorra","basketSum":"Sin descuento","basketTotal":"Total","consentAccept":"Acepto","consentReadAll":"Despl\u00e1cese hacia abajo para leer el texto completo","consentReject":"No acepto","defButton":"Enviar solicitud","defTitle":"Complete el formulario","moreFieldsYet":"Hay m\u00e1s campos abajo","navBack":"Volver","navNext":"Siguiente","sign":"Desarrollado por","signBy":"Bitrix24","stateButtonPay":"Ir al pago","stateButtonResend":"Reenviar","stateDisabled":"El formulario est\u00e1 deshabilitado","stateError":"Eso es un error.","stateSuccess":"\u00a1Gracias!","stateSuccessTitle":"\u00a1La solicitud fue enviada!","fieldAdd":"Agregar m\u00e1s","fieldDateClose":"Cerrar","fieldDateDay1":"Lun","fieldDateDay2":"Mar","fieldDateDay3":"Mi\u00e9","fieldDateDay4":"Jue","fieldDateDay5":"Vie","fieldDateDay6":"S\u00e1b","fieldDateDay7":"Dom","fieldDateMonth1":"Enero","fieldDateMonth2":"Febrero","fieldDateMonth3":"Marzo","fieldDateMonth4":"Abril","fieldDateMonth5":"Mayo","fieldDateMonth6":"Junio","fieldDateMonth7":"Julio","fieldDateMonth8":"Agosto","fieldDateMonth9":"Septiembre","fieldDateMonth10":"Octubre","fieldDateMonth11":"Noviembre","fieldDateMonth12":"Diciembre","fieldDateTime":"Hora","fieldErrorInvalid":"El valor del campo es incorrecto","fieldErrorInvalidEmail":"El correo electr\u00f3nico que se especific\u00f3 es incorrecto","fieldErrorRequired":"El campo es obligatorio","fieldFileChoose":"Seleccionar un archivo","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"Cancelar la selecci\u00f3n","fieldProductAnotherSum":"Other amount","fieldRemove":"Eliminar campo"},"br":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"Voc\u00ea economiza","basketSum":"Sem desconto","basketTotal":"Total","consentAccept":"Eu aceito","consentReadAll":"Por favor, role at\u00e9 o final para ler o texto completo","consentReject":"Eu n\u00e3o aceito","defButton":"Enviar pedido","defTitle":"Preencha o formul\u00e1rio","moreFieldsYet":"H\u00e1 mais campos abaixo","navBack":"Voltar","navNext":"Pr\u00f3ximo","sign":"Fornecido por","signBy":"Bitrix24","stateButtonPay":"Prosseguir para o pagamento","stateButtonResend":"Reenviar","stateDisabled":"O formul\u00e1rio est\u00e1 desabilitado","stateError":"Esse \u00e9 um erro.","stateSuccess":"Obrigado!","stateSuccessTitle":"O pedido foi enviado!","fieldAdd":"Adicionar mais","fieldDateClose":"Fechar","fieldDateDay1":"Seg","fieldDateDay2":"Ter","fieldDateDay3":"Qua","fieldDateDay4":"Qui","fieldDateDay5":"Sex","fieldDateDay6":"S\u00e1b","fieldDateDay7":"Dom","fieldDateMonth1":"Janeiro","fieldDateMonth2":"Fevereiro","fieldDateMonth3":"Mar\u00e7o","fieldDateMonth4":"Abril","fieldDateMonth5":"Maio","fieldDateMonth6":"Junho","fieldDateMonth7":"Julho","fieldDateMonth8":"Agosto","fieldDateMonth9":"Setembro","fieldDateMonth10":"Outubro","fieldDateMonth11":"Novembro","fieldDateMonth12":"Dezembro","fieldDateTime":"Hor\u00e1rio","fieldErrorInvalid":"O valor do campo est\u00e1 incorreto","fieldErrorInvalidEmail":"E-mail incorreto especificado","fieldErrorRequired":"O campo \u00e9 obrigat\u00f3rio","fieldFileChoose":"Selecionar um arquivo","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"Cancelar sele\u00e7\u00e3o","fieldProductAnotherSum":"Other amount","fieldRemove":"Remover campo"},"tr":{"abuseInfo":"Bitrix24 is in no way affiliated with or responsible for this publisher or the publisher\u0027s content.","abuseLink":"Report abuse","basketDiscount":"Kazanc\u0131n\u0131z","basketSum":"\u0130ndirimsiz","basketTotal":"Toplam","consentAccept":"Kabul ediyorum","consentReadAll":"Tam metni okumak i\u00e7in l\u00fctfen a\u015fa\u011f\u0131ya kayd\u0131r\u0131n","consentReject":"Kabul etmiyorum","defButton":"\u0130stek g\u00f6nder","defTitle":"Formu doldurun","moreFieldsYet":"A\u015fa\u011f\u0131da daha fazla alan var","navBack":"Geri","navNext":"\u0130leri","sign":"Geli\u015ftiren:","signBy":"Bitrix24","stateButtonPay":"\u00d6demeye devam et","stateButtonResend":"Tekrar g\u00f6nder","stateDisabled":"Form devre d\u0131\u015f\u0131","stateError":"Bu bir hata.","stateSuccess":"Te\u015fekk\u00fcrler!","stateSuccessTitle":"\u0130stek g\u00f6nderildi!","fieldAdd":"Daha fazla ekle","fieldDateClose":"Kapat","fieldDateDay1":"Pt","fieldDateDay2":"Sa","fieldDateDay3":"\u00c7a","fieldDateDay4":"Pe","fieldDateDay5":"Cu","fieldDateDay6":"Ct","fieldDateDay7":"Pz","fieldDateMonth1":"Ocak","fieldDateMonth2":"\u015eubat","fieldDateMonth3":"Mart","fieldDateMonth4":"Nisan","fieldDateMonth5":"May\u0131s","fieldDateMonth6":"Haziran","fieldDateMonth7":"Temmuz","fieldDateMonth8":"A\u011fustos","fieldDateMonth9":"Eyl\u00fcl","fieldDateMonth10":"Ekim","fieldDateMonth11":"Kas\u0131m","fieldDateMonth12":"Aral\u0131k","fieldDateTime":"S\u00fcre","fieldErrorInvalid":"Alan de\u011feri hatal\u0131","fieldErrorInvalidEmail":"Girilen e-posta hatal\u0131","fieldErrorRequired":"Alan gereklidir","fieldFileChoose":"Bir dosya se\u00e7in","fieldFileErrorType":"Wrong file type selected. You can try files with extensions: %extensions%","fieldListUnselect":"Se\u00e7imi iptal et","fieldProductAnotherSum":"Other amount","fieldRemove":"Alan\u0131 sil"}}; (function(){if(window.b24form&&window.b24form.util){return}if(!window.b24form){window.b24form={}}window.b24form.util=webPacker;window.b24form.common={properties:module.properties||{},languages:module.languages||{},language:module.language||"en",messages:module.messages||{}};function e(){var e=b24form.common.properties.isResourcesMinified?".min":"";var r=Date.now()/(3600*24*1e3)|0;var o=document.createElement("link");o.type="text/css";o.rel="stylesheet";o.href=b24form.util.getAddress()+"/bitrix/js/crm/site/form/dist/app.bundle"+e+".css?"+r;b24form.util.resource.appendToHead(o);var i=document.createElement("script");i.type="text/javascript";if(b24form.Loader){i.onload=b24form.Loader.loadForms.bind(b24form.Loader)}i.src=b24form.util.getAddress()+"/bitrix/js/crm/site/form/dist/app.bundle"+e+".js?"+r;b24form.util.resource.appendToHead(i)}e()})(); //# sourceMappingURL=https://atritex.bitrix24.com/bitrix/js/crm/site/form/crm.site.form.map.js })(); ;(function () { var module = new webPacker.module('crm.site.form.embed'); })(); })();