(function ymapsInit(e,t){var n=this,r={ns:{},supports:{},env:e,project:{preload:["package.system"],combineBatchSize:500}},o=.01;r.performance=function(e){function t(){b=b||setTimeout(n,_)}function n(){clearTimeout(b),b=null;var e=r();if(e){var n=s+"/vars="+e+"/*";if(!a||!navigator.sendBeacon(i,n)){var o=new Image,c=(new Date).getTime()+Math.round(100*Math.random());o.src=i+"/rnd="+c+n}t()}}function r(){var e=[];return o(e,v),o(e,p),e.join(",")}function o(e,t){for(var n in t)if(t.hasOwnProperty(n)&&t[n].length&&(e.push(n+"="+t[n].shift()),e.length>=y))return}var i,s,a,c,u={exports:{}},l=(u.exports,window.performance||Object.create(null)),f=l.now?l.now.bind(l):function(){return Date.now()},d=l.getEntriesByType?function(e){return l.getEntriesByType("resource").filter(function(t){return t.name===e})[0]}:function(){},p={},v={},h={initjs:"i",mapjs:"m",combine_s:"cs",combine_m:"cm",combine_l:"cl"},m={eval:"e",duration:"d",cached:"c",encodedSize:"esz",decodedSize:"dsz",responseDuration:"res",requestDuration:"req"},g={statistics:{combine:{total:0,size:0,modules:0}},initTimings:{},now:f,getResourceTimings:function(e){return d(e)||{}},init:function(e){i=e.url,s="/pid=443/cid=73188/dtype=stred"+e.data,a=Boolean(e.useSendBeacon&&navigator.sendBeacon),c=e.enable,g.initTimings=g.getResourceTimings(e.initUrl),g.saveResourceTimings("initjs",g.initTimings,{size:!1,cached:!1})},saveMeasure:function(e,n){if(c){var r=/^@/.test(e);if(r){var o=e.replace(/^@/,"").split(".");e=(h[o[0]]||o[0])+"."+(m[o[1]]||o[1])}if(n=Math.round(n),!isNaN(n)){var i=r?p:v;i[e]=i[e]||[],i[e].push(n),t()}}},startMeasure:function(e,t){t="undefined"==typeof t?f():t;var n=!1;return{finish:function(r){n||(r="undefined"==typeof r?f():r,g.saveMeasure(e,r-t),n=!0)}}},saveResourceTimings:function(e,t,n){var r="object"==typeof t?t:d(t);if(r&&(n=n||{},e=e.replace(/^@?/,"@"),this.saveMeasure(e+".duration",r.duration),r.responseStart)){var o=0===r.transferSize?1:0;this.saveMeasure(e+".responseDuration",r.responseEnd-r.responseStart),this.saveMeasure(e+".requestDuration",r.responseStart-r.requestStart),n.cached!==!1&&this.saveMeasure(e+".cached",o),n.size===!1||o||(this.saveMeasure(e+".encodedSize",r.encodedBodySize/1024),this.saveMeasure(e+".decodedSize",r.decodedBodySize/1024))}}},y=40,_=5e3,b=null;return window.addEventListener("beforeunload",function(){g.saveMeasure("combine.total",g.statistics.combine.total),g.saveMeasure("combine.modules",g.statistics.combine.modules),g.saveMeasure("combine.size",g.statistics.combine.size/1024),n()}),u.exports=g,u.exports}();var i=r.performance.startMeasure("@initjs.eval");r.count=function(e){function t(){r.push(arguments)}var n={exports:{}},r=(n.exports,[]),o=null,i=function(){(o||t).apply(null,arguments)};return i.provideImplementation=function(e){if(o)throw new Error("ym.count: implementation was already provided.");o=e(r)},n.exports=i,n.exports}(),r.vow=r.ns.vow=function(e){var t,r={exports:{}};r.exports;return function(e){var n,o=function(){var t=[],n=function(e){return t.push(e),1===t.length},r=function(){var e=t,n=0,r=t.length;for(t=[];n1?function(e){t.isResolved()||t._reject(e)}:n,r>2?function(e){t.isResolved()||t._notify(e)}:n)}};m.prototype={valueOf:function(){return this._value},isResolved:function(){return this._status!==h.PENDING},isFulfilled:function(){return this._status===h.FULFILLED},isRejected:function(){return this._status===h.REJECTED},then:function(e,t,n,r){var o=new v;return this._addCallbacks(o,e,t,n,r),o.promise()},"catch":function(e,t){return this.then(n,e,t)},fail:function(e,t){return this.then(n,e,t)},always:function(e,t){var n=this,r=function(){return e.call(this,n)};return this.then(r,r,t)},progress:function(e,t){return this.then(n,n,e,t)},spread:function(e,t,n){return this.then(function(t){return e.apply(this,t)},t,n)},done:function(e,t,n,r){this.then(e,t,n,r).fail(i)},delay:function(e){var t,n=this.then(function(n){var r=new v;return t=setTimeout(function(){r.resolve(n)},e),r.promise()});return n.always(function(){clearTimeout(t)}),n},timeout:function(e){var t=new v,n=setTimeout(function(){t.reject(new _.TimedOutError("timed out"))},e);return this.then(function(e){t.resolve(e)},function(e){t.reject(e)}),t.promise().always(function(){clearTimeout(n)}),t.promise()},_vow:!0,_resolve:function(e){if(!(this._status>h.RESOLVED)){if(e===this)return void this._reject(TypeError("Can't resolve promise with itself"));if(this._status=h.RESOLVED,e&&e._vow)return void(e.isFulfilled()?this._fulfill(e.valueOf()):e.isRejected()?this._reject(e.valueOf()):e.then(this._fulfill,this._reject,this._notify,this));if(a(e)||s(e)){var t;try{t=e.then}catch(n){return void this._reject(n)}if(s(t)){var r=this,o=!1;try{t.call(e,function(e){o||(o=!0,r._resolve(e))},function(e){o||(o=!0,r._reject(e))},function(e){r._notify(e)})}catch(n){o||this._reject(n)}return}}this._fulfill(e)}},_fulfill:function(e){this._status>h.RESOLVED||(this._status=h.FULFILLED,this._value=e,this._callCallbacks(this._fulfilledCallbacks,e),this._fulfilledCallbacks=this._rejectedCallbacks=this._progressCallbacks=n)},_reject:function(e){this._status>h.RESOLVED||(this._status=h.REJECTED,this._value=e,this._callCallbacks(this._rejectedCallbacks,e),this._fulfilledCallbacks=this._rejectedCallbacks=this._progressCallbacks=n)},_notify:function(e){this._callCallbacks(this._progressCallbacks,e)},_addCallbacks:function(e,t,r,o,i){r&&!s(r)?(i=r,r=n):o&&!s(o)&&(i=o,o=n);var a;this.isRejected()||(a={defer:e,fn:s(t)?t:n,ctx:i},this.isFulfilled()?this._callCallbacks([a],this._value):this._fulfilledCallbacks.push(a)),this.isFulfilled()||(a={defer:e,fn:r,ctx:i},this.isRejected()?this._callCallbacks([a],this._value):this._rejectedCallbacks.push(a)),this._status<=h.RESOLVED&&this._progressCallbacks.push({defer:e,fn:o,ctx:i})},_callCallbacks:function(e,t){var n=e.length;if(n){var r=this.isResolved(),i=this.isFulfilled(),s=this.isRejected();o(function(){for(var o,a,c,u=0;u6.1||"IEMobile"==e.name&&e.engineVersion>=6;t?e.eventMapper="pointer":e.eventMapper="touchMouse",e.androidBrokenBuild="AndroidBrowser"==e.name&&"534.30"==e.engineVersion;window.devicePixelRatio||screen.deviceXDPI&&screen.deviceXDPI/96||1;e.graphicsRenderEngine="svg",e.transformTransition="Android"==e.osFamily||"iOS"==e.osFamily||"MSIE"==e.name||e.isChromium,e.css3DTransform="WebKit"==e.engine&&!("Android"==e.osFamily&&parseFloat(e.osVersion)<3)||"Gecko"==e.engine&&parseInt(e.engineVersion.split(".")[0])>=10,e.unsupported="OperaMini"==e.name}();var s=function(e){function t(t){return e[t]}var n={exports:{}},o=(n.exports,t("vow"));return n.exports=function(e,t){var n=document.createElement("script"),i=o.defer();return"production"==r.env.type&&(n.crossOrigin="anonymous"),window[t]=function(e){delete window[t],n.parentElement.removeChild(n),i.resolve(e)},n.src=e,document.head.appendChild(n),i.promise()},n.exports}({vow:r.vow}),a="__jsonp_"+(r.env.namespace||"ymaps"+Date.now()),c=function(e){function t(t){return e[t]}function n(e){this._config=e,this._sandbox=null,this._definitionsByName=Object.create(null),this._definitionsByStorage=Object.create(null),this._definitionsByAlias=Object.create(null),this._queuedForFetching=Object.create(null),this._remoteLoadingAllowed=f.defer(),this._modulesMapLoaded=this._remoteLoadingAllowed.promise().then(this._config.fetchMap).spread(function(e,t){this._processLoadedMap(e),t()},this)}function r(e,t,n,r,o,i,s,a,c){this.state=e,this.alias=null,this.name=t,this.storage=n,this.key=r,this.depends=o,this.dynamicDepends=a,this.declaration=i,this.context=s,this.exports=e===m.DEFINED?c:void 0,this.resolvingPromise=void 0,this.fetchingDeferred=void 0}function o(e,t){if(!e.dynamicDepends)return h;var n=[];for(var r in e.dynamicDepends)if(p.call(e.dynamicDepends,r))for(var o=0,i=t.length;o=m.DECLARED?f.resolve():(e.fetchingDeferred=e.fetchingDeferred||f.defer(),e.state===m.MENTIONED&&(e.state=m.QUEUED,this._queuedForFetching[e.name]={definition:e,dataList:[]},this._enqueueCombine()),e.state!==m.FETCHING&&this._queuedForFetching[e.name].dataList.push(t),e.fetchingDeferred.promise())},n.prototype._enqueueCombine=function(){this._combineEnqueued||(this._combineEnqueued=!0,this._modulesMapLoaded.then(function(){this._combineEnqueued=!1;var e=this._queuedForFetching;this._queuedForFetching=Object.create(null);var t=Object.create(null);for(var n in e)if(n in e){var r=e[n],o=this._getAliasesToFetchFor(n,r.dataList);d.extend(t,o)}for(var i=Object.keys(t),s=0,a=i.length;s=0&&t){var e=r.performance.startMeasure("@mapjs.eval");return r.vow.resolve([t,e.finish.bind(e)])}var n=a+"_map",o=l.replace("{CALLBACK}",n);return s(o,n).then(function(e){var t=r.performance.getResourceTimings(o);r.performance.saveResourceTimings("mapjs",t);var n=r.performance.startMeasure("@mapjs.eval");return[e,n.finish.bind(n)]})},fetchCombine:function(e){r.performance.statistics.combine.total++,r.performance.statistics.combine.modules+=e.length;var t=e.length<100?"s":e.length<300?"m":"l",n=e.join(""),o=a+"_combine",i=f.replace("{CALLBACK_PREFIX}",o)+"&load="+n,c=o+"_"+n;return s(i,c).then(function(e){var n=r.performance.getResourceTimings(i);r.performance.saveResourceTimings("combine_"+t,n),r.performance.statistics.combine.size+=n.encodedBodySize;var o=r.performance.startMeasure("@combine_"+t+".eval");return[e,o.finish.bind(o)]})},createSandbox:function(){var e=Object.create(r.modules);return e.importImages=function(e){return{get:function(t){return d+e[t].src}}},r.utils.extend({},r,{modules:e})}}),r.ns.load=function(e,t,n,o){return"function"==typeof e?t?r.ns.ready(["package.full"],e,t):r.ns.ready(["package.full"],e):("string"==typeof e&&(e=[e]),r.ns.ready.apply(this,arguments))},function(){function e(e){return function(){console.warn("{NS}.modules.{FN} is not a public API and will be removed from {NS}.modules.".replace(/\{NS\}/g,r.project.namespace).replace(/\{FN\}/g,e));var t=r.modules[e].apply(r.modules,arguments);return t===r.modules?r.ns.modules:t}}r.ns.modules={require:function(){return r.modules.require.apply(r.modules,arguments)},isDefined:function(){return r.modules.isDefined.apply(r.modules,arguments)},requireSync:function(){return r.modules.requireSync.apply(r.modules,arguments)},define:function(e,t,n,o){return r.modules.define.apply(r.modules,arguments),r.ns.modules},defineSync:e("defineSync"),getDefinition:e("getDefinition"),getState:e("getState"),setOptions:e("setOptions"),flush:e("flush"),nextTick:e("nextTick"),watchResolving:e("watchResolving"),__modules:r.modules}}(),function(e){function t(){l&&(r.performance.saveMeasure("ymaps.readyDelay",r.performance.now()-r.performance.initTimings.responseEnd),l=!1);var e=r.performance.startMeasure("ymaps.ready"),t={};arguments.length&&(1!=arguments.length||"object"!=typeof arguments[0]||arguments[0].length?"function"!=typeof arguments[0]?(t.require="string"==typeof arguments[0]?[arguments[0]]:arguments[0],t.successCallback=arguments[1],t.errorCallback=arguments[2]&&"function"==typeof arguments[2]?arguments[2]:null,t.context=arguments[2]&&"object"==typeof arguments[2]?arguments[2]:arguments[3]):(t.successCallback=arguments[0],t.errorCallback=arguments[1]&&"function"==typeof arguments[1]?arguments[1]:null,t.context=arguments[1]&&"object"==typeof arguments[1]?arguments[1]:arguments[2]):t=arguments[0]);var n=t.require||[],o=i.all([r.modules.require(n),c,u]).spread(function(t){return r.utils.registerImports(r.ns,n,t),e.finish(),r.ns});return o.then(t.successCallback&&function(e){setTimeout(t.successCallback.bind(t.context),0,e)},t.errorCallback&&function(e){setTimeout(t.errorCallback.bind(t.context),0,e)}),o}function n(t,n){if(t){var r=o(e,t);r&&setTimeout(function(){r.method.call(r.context,n)})}}function o(e,t){var n=e;t=t.split(".");for(var r=0,o=t.length-1;r