(()=>{"use strict";var e={803:(e,t)=>{var r;!function(){var n=t||{}||this||window;void 0===(r=function(){return n}.apply(t,[]))||(e.exports=r),n.default=n;var o="http://www.w3.org/2000/xmlns/",i="http://www.w3.org/2000/svg",a=/url\(["']?(.+?)["']?\)/,s={woff2:"font/woff2",woff:"font/woff",otf:"application/x-font-opentype",ttf:"application/x-font-ttf",eot:"application/vnd.ms-fontobject",sfnt:"application/font-sfnt",svg:"image/svg+xml"},l=function(e){return e instanceof HTMLElement||e instanceof SVGElement},c=function(e){if(!l(e))throw new Error("an HTMLElement or SVGElement is required; got "+e)},u=function(e){return new Promise((function(t,r){l(e)?t(e):r(new Error("an HTMLElement or SVGElement is required; got "+e))}))},p=function(e,t,r){var n=e.viewBox&&e.viewBox.baseVal&&e.viewBox.baseVal[r]||null!==t.getAttribute(r)&&!t.getAttribute(r).match(/%$/)&&parseInt(t.getAttribute(r))||e.getBoundingClientRect()[r]||parseInt(t.style[r])||parseInt(window.getComputedStyle(e).getPropertyValue(r));return null==n||isNaN(parseFloat(n))?0:n},f=function(e){for(var t=window.atob(e.split(",")[1]),r=e.split(",")[0].split(":")[1].split(";")[0],n=new ArrayBuffer(t.length),o=new Uint8Array(n),i=0;i<t.length;i++)o[i]=t.charCodeAt(i);return new Blob([n],{type:r})},y={},d=null,h=function(e,t){var r=t||{},n=r.selectorRemap,o=r.modifyStyle,i=r.modifyCss,l=r.fonts,c=r.excludeUnusedCss,u=i||function(e,t){return(n?n(e):e)+"{"+(o?o(t):t)+"}\n"},p=[],f=void 0===l,h=l||[];return(d||(d=Array.from(document.styleSheets).map((function(e){try{return{rules:e.cssRules,href:e.href}}catch(t){return console.warn("Stylesheet could not be loaded: "+e.href,t),{}}})))).forEach((function(t){var r=t.rules,n=t.href;r&&Array.from(r).forEach((function(t){if(void 0!==t.style)if(function(e,t){if(t)try{return e.querySelector(t)||e.parentNode&&e.parentNode.querySelector(t)}catch(e){console.warn('Invalid CSS selector "'+t+'"',e)}}(e,t.selectorText))p.push(u(t.selectorText,t.style.cssText));else if(f&&t.cssText.match(/^@font-face/)){var r=function(e,t){var r=e.cssText.match(a),n=r&&r[1]||"";if(n&&!n.match(/^data:/)&&"about:blank"!==n){var o,i,l=n.startsWith("../")?t+"/../"+n:n.startsWith("./")?t+"/."+n:n;return{text:e.cssText,format:(o=l,i=Object.keys(s).filter((function(e){return o.indexOf("."+e)>0})).map((function(e){return s[e]})),i?i[0]:(console.error("Unknown font format for "+o+". Fonts may not be working correctly."),"application/octet-stream")),url:l}}}(t,n);r&&h.push(r)}else c||p.push(t.cssText)}))})),function(e){return Promise.all(e.map((function(e){return new Promise((function(t,r){if(y[e.url])return t(y[e.url]);var n=new XMLHttpRequest;n.addEventListener("load",(function(){var r=function(e){for(var t="",r=new Uint8Array(e),n=0;n<r.byteLength;n++)t+=String.fromCharCode(r[n]);return window.btoa(t)}(n.response),o=e.text.replace(a,'url("data:'+e.format+";base64,"+r+'")')+"\n";y[e.url]=o,t(o)})),n.addEventListener("error",(function(r){console.warn("Failed to load font from: "+e.url,r),y[e.url]=null,t(null)})),n.addEventListener("abort",(function(r){console.warn("Aborted loading font from: "+e.url,r),t(null)})),n.open("GET",e.url),n.responseType="arraybuffer",n.send()}))}))).then((function(e){return e.filter((function(e){return e})).join("")}))}(h).then((function(e){return p.join("\n")+e}))},g=function(){if(!navigator.msSaveOrOpenBlob&&!("download"in document.createElement("a")))return{popup:window.open()}};n.prepareSvg=function(e,t,r){c(e);var n=t||{},a=n.left,s=void 0===a?0:a,l=n.top,u=void 0===l?0:l,f=n.width,y=n.height,d=n.scale,g=void 0===d?1:d,m=n.responsive,v=void 0!==m&&m,w=n.excludeCss,x=void 0!==w&&w;return function(e){return Promise.all(Array.from(e.querySelectorAll("image")).map((function(e){var t,r=e.getAttributeNS("http://www.w3.org/1999/xlink","href")||e.getAttribute("href");return r?((t=r)&&0===t.lastIndexOf("http",0)&&-1===t.lastIndexOf(window.location.host)&&(r+=(-1===r.indexOf("?")?"?":"&")+"t="+(new Date).valueOf()),new Promise((function(t,n){var o=document.createElement("canvas"),i=new Image;i.crossOrigin="anonymous",i.src=r,i.onerror=function(){return n(new Error("Could not load "+r))},i.onload=function(){o.width=i.width,o.height=i.height,o.getContext("2d").drawImage(i,0,0),e.setAttributeNS("http://www.w3.org/1999/xlink","href",o.toDataURL("image/png")),t(!0)}}))):Promise.resolve(null)})))}(e).then((function(){var n=e.cloneNode(!0);n.style.backgroundColor=(t||{}).backgroundColor||e.style.backgroundColor;var a=function(e,t,r,n){if("svg"===e.tagName)return{width:r||p(e,t,"width"),height:n||p(e,t,"height")};if(e.getBBox){var o=e.getBBox(),i=o.x,a=o.y;return{width:i+o.width,height:a+o.height}}}(e,n,f,y),l=a.width,c=a.height;if("svg"!==e.tagName){if(!e.getBBox)return void console.error("Attempted to render non-SVG element",e);null!=n.getAttribute("transform")&&n.setAttribute("transform",n.getAttribute("transform").replace(/translate\(.*?\)/,""));var d=document.createElementNS("http://www.w3.org/2000/svg","svg");d.appendChild(n),n=d}if(n.setAttribute("version","1.1"),n.setAttribute("viewBox",[s,u,l,c].join(" ")),n.getAttribute("xmlns")||n.setAttributeNS(o,"xmlns",i),n.getAttribute("xmlns:xlink")||n.setAttributeNS(o,"xmlns:xlink","http://www.w3.org/1999/xlink"),v?(n.removeAttribute("width"),n.removeAttribute("height"),n.setAttribute("preserveAspectRatio","xMinYMin meet")):(n.setAttribute("width",l*g),n.setAttribute("height",c*g)),Array.from(n.querySelectorAll("foreignObject > *")).forEach((function(e){e.setAttributeNS(o,"xmlns","svg"===e.tagName?i:"http://www.w3.org/1999/xhtml")})),!x)return h(e,t).then((function(e){var t=document.createElement("style");t.setAttribute("type","text/css"),t.innerHTML="<![CDATA[\n"+e+"\n]]>";var o=document.createElement("defs");o.appendChild(t),n.insertBefore(o,n.firstChild);var i=document.createElement("div");i.appendChild(n);var a=i.innerHTML.replace(/NS\d+:href/gi,'xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href');if("function"!=typeof r)return{src:a,width:l,height:c};r(a,l,c)}));var m=document.createElement("div");m.appendChild(n);var w=m.innerHTML;if("function"!=typeof r)return{src:w,width:l,height:c};r(w,l,c)}))},n.svgAsDataUri=function(e,t,r){return c(e),n.prepareSvg(e,t).then((function(e){var t=e.src,n=e.width,o=e.height,i="data:image/svg+xml;base64,"+window.btoa(decodeURIComponent(encodeURIComponent('<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [<!ENTITY nbsp "&#160;">]>'+t).replace(/%([0-9A-F]{2})/g,(function(e,t){var r=String.fromCharCode("0x"+t);return"%"===r?"%25":r}))));return"function"==typeof r&&r(i,n,o),i}))},n.svgAsPngUri=function(e,t,r){c(e);var o=t||{},i=o.encoderType,a=void 0===i?"image/png":i,s=o.encoderOptions,l=void 0===s?.8:s,u=o.canvg,p=function(e){var t=e.src,n=e.width,o=e.height,i=document.createElement("canvas"),s=i.getContext("2d"),c=window.devicePixelRatio||1;i.width=n*c,i.height=o*c,i.style.width=i.width+"px",i.style.height=i.height+"px",s.setTransform(c,0,0,c,0,0),u?u(i,t):s.drawImage(t,0,0);var p=void 0;try{p=i.toDataURL(a,l)}catch(e){if("undefined"!=typeof SecurityError&&e instanceof SecurityError||"SecurityError"===e.name)return void console.error("Rendered SVG images cannot be downloaded in this browser.");throw e}return"function"==typeof r&&r(p,i.width,i.height),Promise.resolve(p)};return u?n.prepareSvg(e,t).then(p):n.svgAsDataUri(e,t).then((function(e){return new Promise((function(t,r){var n=new Image;n.onload=function(){return t(p({src:n,width:n.width,height:n.height}))},n.onerror=function(){r("There was an error loading the data URI as an image on the following SVG\n"+window.atob(e.slice(26))+"Open the following link to see browser's diagnosis\n"+e)},n.src=e}))}))},n.download=function(e,t,r){if(navigator.msSaveOrOpenBlob)navigator.msSaveOrOpenBlob(f(t),e);else{var n=document.createElement("a");if("download"in n){n.download=e,n.style.display="none",document.body.appendChild(n);try{var o=f(t),i=URL.createObjectURL(o);n.href=i,n.onclick=function(){return requestAnimationFrame((function(){return URL.revokeObjectURL(i)}))}}catch(e){console.error(e),console.warn("Error while getting object URL. Falling back to string URL."),n.href=t}n.click(),document.body.removeChild(n)}else r&&r.popup&&(r.popup.document.title=e,r.popup.location.replace(t))}},n.saveSvg=function(e,t,r){var o=g();return u(e).then((function(e){return n.svgAsDataUri(e,r||{})})).then((function(e){return n.download(t,e,o)}))},n.saveSvgAsPng=function(e,t,r){var o=g();return u(e).then((function(e){return n.svgAsPngUri(e,r||{})})).then((function(e){return n.download(t,e,o)}))}}()}},t={};function r(n){var o=t[n];if(void 0!==o)return o.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,r),i.exports}(()=>{function e(){}function t(t){return null==t?e:function(){return this.querySelector(t)}}function n(e){return null==e?[]:Array.isArray(e)?e:Array.from(e)}function o(){return[]}function i(e){return function(t){return t.matches(e)}}var a=Array.prototype.find;function s(){return this.firstElementChild}var l=Array.prototype.filter;function c(){return Array.from(this.children)}function u(e){return new Array(e.length)}function p(e,t){this.ownerDocument=e.ownerDocument,this.namespaceURI=e.namespaceURI,this._next=null,this._parent=e,this.__data__=t}function f(e){return function(){return e}}function y(e,t,r,n,o,i){for(var a,s=0,l=t.length,c=i.length;s<c;++s)(a=t[s])?(a.__data__=i[s],n[s]=a):r[s]=new p(e,i[s]);for(;s<l;++s)(a=t[s])&&(o[s]=a)}function d(e,t,r,n,o,i,a){var s,l,c,u=new Map,f=t.length,y=i.length,d=new Array(f);for(s=0;s<f;++s)(l=t[s])&&(d[s]=c=a.call(l,l.__data__,s,t)+"",u.has(c)?o[s]=l:u.set(c,l));for(s=0;s<y;++s)c=a.call(e,i[s],s,i)+"",(l=u.get(c))?(n[s]=l,l.__data__=i[s],u.delete(c)):r[s]=new p(e,i[s]);for(s=0;s<f;++s)(l=t[s])&&u.get(d[s])===l&&(o[s]=l)}function h(e){return e.__data__}function g(e){return"object"==typeof e&&"length"in e?e:Array.from(e)}function m(e,t){return e<t?-1:e>t?1:e>=t?0:NaN}p.prototype={constructor:p,appendChild:function(e){return this._parent.insertBefore(e,this._next)},insertBefore:function(e,t){return this._parent.insertBefore(e,t)},querySelector:function(e){return this._parent.querySelector(e)},querySelectorAll:function(e){return this._parent.querySelectorAll(e)}};var v="http://www.w3.org/1999/xhtml";const w={svg:"http://www.w3.org/2000/svg",xhtml:v,xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/"};function x(e){var t=e+="",r=t.indexOf(":");return r>=0&&"xmlns"!==(t=e.slice(0,r))&&(e=e.slice(r+1)),w.hasOwnProperty(t)?{space:w[t],local:e}:e}function _(e){return function(){this.removeAttribute(e)}}function b(e){return function(){this.removeAttributeNS(e.space,e.local)}}function C(e,t){return function(){this.setAttribute(e,t)}}function P(e,t){return function(){this.setAttributeNS(e.space,e.local,t)}}function A(e,t){return function(){var r=t.apply(this,arguments);null==r?this.removeAttribute(e):this.setAttribute(e,r)}}function V(e,t){return function(){var r=t.apply(this,arguments);null==r?this.removeAttributeNS(e.space,e.local):this.setAttributeNS(e.space,e.local,r)}}function M(e){return e.ownerDocument&&e.ownerDocument.defaultView||e.document&&e||e.defaultView}function F(e){return function(){this.style.removeProperty(e)}}function H(e,t,r){return function(){this.style.setProperty(e,t,r)}}function R(e,t,r){return function(){var n=t.apply(this,arguments);null==n?this.style.removeProperty(e):this.style.setProperty(e,n,r)}}function S(e,t){return e.style.getPropertyValue(t)||M(e).getComputedStyle(e,null).getPropertyValue(t)}function k(e){return function(){delete this[e]}}function L(e,t){return function(){this[e]=t}}function E(e,t){return function(){var r=t.apply(this,arguments);null==r?delete this[e]:this[e]=r}}function N(e){return e.trim().split(/^|\s+/)}function T(e){return e.classList||new O(e)}function O(e){this._node=e,this._names=N(e.getAttribute("class")||"")}function B(e,t){for(var r=T(e),n=-1,o=t.length;++n<o;)r.add(t[n])}function I(e,t){for(var r=T(e),n=-1,o=t.length;++n<o;)r.remove(t[n])}function D(e){return function(){B(this,e)}}function Z(e){return function(){I(this,e)}}function U(e,t){return function(){(t.apply(this,arguments)?B:I)(this,e)}}function z(){this.textContent=""}function $(e){return function(){this.textContent=e}}function j(e){return function(){var t=e.apply(this,arguments);this.textContent=null==t?"":t}}function q(){this.innerHTML=""}function K(e){return function(){this.innerHTML=e}}function W(e){return function(){var t=e.apply(this,arguments);this.innerHTML=null==t?"":t}}function G(){this.nextSibling&&this.parentNode.appendChild(this)}function Y(){this.previousSibling&&this.parentNode.insertBefore(this,this.parentNode.firstChild)}function J(e){return function(){var t=this.ownerDocument,r=this.namespaceURI;return r===v&&t.documentElement.namespaceURI===v?t.createElement(e):t.createElementNS(r,e)}}function X(e){return function(){return this.ownerDocument.createElementNS(e.space,e.local)}}function Q(e){var t=x(e);return(t.local?X:J)(t)}function ee(){return null}function te(){var e=this.parentNode;e&&e.removeChild(this)}function re(){var e=this.cloneNode(!1),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function ne(){var e=this.cloneNode(!0),t=this.parentNode;return t?t.insertBefore(e,this.nextSibling):e}function oe(e){return e.trim().split(/^|\s+/).map((function(e){var t="",r=e.indexOf(".");return r>=0&&(t=e.slice(r+1),e=e.slice(0,r)),{type:e,name:t}}))}function ie(e){return function(){var t=this.__on;if(t){for(var r,n=0,o=-1,i=t.length;n<i;++n)r=t[n],e.type&&r.type!==e.type||r.name!==e.name?t[++o]=r:this.removeEventListener(r.type,r.listener,r.options);++o?t.length=o:delete this.__on}}}function ae(e,t,r){return function(){var n,o=this.__on,i=function(e){return function(t){e.call(this,t,this.__data__)}}(t);if(o)for(var a=0,s=o.length;a<s;++a)if((n=o[a]).type===e.type&&n.name===e.name)return this.removeEventListener(n.type,n.listener,n.options),this.addEventListener(n.type,n.listener=i,n.options=r),void(n.value=t);this.addEventListener(e.type,i,r),n={type:e.type,name:e.name,value:t,listener:i,options:r},o?o.push(n):this.__on=[n]}}function se(e,t,r){var n=M(e),o=n.CustomEvent;"function"==typeof o?o=new o(t,r):(o=n.document.createEvent("Event"),r?(o.initEvent(t,r.bubbles,r.cancelable),o.detail=r.detail):o.initEvent(t,!1,!1)),e.dispatchEvent(o)}function le(e,t){return function(){return se(this,e,t)}}function ce(e,t){return function(){return se(this,e,t.apply(this,arguments))}}O.prototype={add:function(e){this._names.indexOf(e)<0&&(this._names.push(e),this._node.setAttribute("class",this._names.join(" ")))},remove:function(e){var t=this._names.indexOf(e);t>=0&&(this._names.splice(t,1),this._node.setAttribute("class",this._names.join(" ")))},contains:function(e){return this._names.indexOf(e)>=0}};var ue=[null];function pe(e,t){this._groups=e,this._parents=t}function fe(e){return"string"==typeof e?new pe([[document.querySelector(e)]],[document.documentElement]):new pe([[e]],ue)}function ye(e){return e.split("-")[0]}function de(e){return e.split("-")[1]}function he(e){return["top","bottom"].includes(ye(e))?"x":"y"}function ge(e){return"y"===e?"height":"width"}function me(e,t,r){let{reference:n,floating:o}=e;const i=n.x+n.width/2-o.width/2,a=n.y+n.height/2-o.height/2,s=he(t),l=ge(s),c=n[l]/2-o[l]/2,u="x"===s;let p;switch(ye(t)){case"top":p={x:i,y:n.y-o.height};break;case"bottom":p={x:i,y:n.y+n.height};break;case"right":p={x:n.x+n.width,y:a};break;case"left":p={x:n.x-o.width,y:a};break;default:p={x:n.x,y:n.y}}switch(de(t)){case"start":p[s]-=c*(r&&u?-1:1);break;case"end":p[s]+=c*(r&&u?-1:1)}return p}function ve(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function we(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}async function xe(e,t){var r;void 0===t&&(t={});const{x:n,y:o,platform:i,rects:a,elements:s,strategy:l}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:p="floating",altBoundary:f=!1,padding:y=0}=t,d=ve(y),h=s[f?"floating"===p?"reference":"floating":p],g=we(await i.getClippingRect({element:null==(r=await(null==i.isElement?void 0:i.isElement(h)))||r?h:h.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(s.floating)),boundary:c,rootBoundary:u,strategy:l})),m=we(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:"floating"===p?{...a.floating,x:n,y:o}:a.reference,offsetParent:await(null==i.getOffsetParent?void 0:i.getOffsetParent(s.floating)),strategy:l}):a[p]);return{top:g.top-m.top+d.top,bottom:m.bottom-g.bottom+d.bottom,left:g.left-m.left+d.left,right:m.right-g.right+d.right}}pe.prototype=function(){return new pe([[document.documentElement]],ue)}.prototype={constructor:pe,select:function(e){"function"!=typeof e&&(e=t(e));for(var r=this._groups,n=r.length,o=new Array(n),i=0;i<n;++i)for(var a,s,l=r[i],c=l.length,u=o[i]=new Array(c),p=0;p<c;++p)(a=l[p])&&(s=e.call(a,a.__data__,p,l))&&("__data__"in a&&(s.__data__=a.__data__),u[p]=s);return new pe(o,this._parents)},selectAll:function(e){e="function"==typeof e?function(e){return function(){return n(e.apply(this,arguments))}}(e):function(e){return null==e?o:function(){return this.querySelectorAll(e)}}(e);for(var t=this._groups,r=t.length,i=[],a=[],s=0;s<r;++s)for(var l,c=t[s],u=c.length,p=0;p<u;++p)(l=c[p])&&(i.push(e.call(l,l.__data__,p,c)),a.push(l));return new pe(i,a)},selectChild:function(e){return this.select(null==e?s:function(e){return function(){return a.call(this.children,e)}}("function"==typeof e?e:i(e)))},selectChildren:function(e){return this.selectAll(null==e?c:function(e){return function(){return l.call(this.children,e)}}("function"==typeof e?e:i(e)))},filter:function(e){"function"!=typeof e&&(e=function(e){return function(){return this.matches(e)}}(e));for(var t=this._groups,r=t.length,n=new Array(r),o=0;o<r;++o)for(var i,a=t[o],s=a.length,l=n[o]=[],c=0;c<s;++c)(i=a[c])&&e.call(i,i.__data__,c,a)&&l.push(i);return new pe(n,this._parents)},data:function(e,t){if(!arguments.length)return Array.from(this,h);var r=t?d:y,n=this._parents,o=this._groups;"function"!=typeof e&&(e=f(e));for(var i=o.length,a=new Array(i),s=new Array(i),l=new Array(i),c=0;c<i;++c){var u=n[c],p=o[c],m=p.length,v=g(e.call(u,u&&u.__data__,c,n)),w=v.length,x=s[c]=new Array(w),_=a[c]=new Array(w),b=l[c]=new Array(m);r(u,p,x,_,b,v,t);for(var C,P,A=0,V=0;A<w;++A)if(C=x[A]){for(A>=V&&(V=A+1);!(P=_[V])&&++V<w;);C._next=P||null}}return(a=new pe(a,n))._enter=s,a._exit=l,a},enter:function(){return new pe(this._enter||this._groups.map(u),this._parents)},exit:function(){return new pe(this._exit||this._groups.map(u),this._parents)},join:function(e,t,r){var n=this.enter(),o=this,i=this.exit();return"function"==typeof e?(n=e(n))&&(n=n.selection()):n=n.append(e+""),null!=t&&(o=t(o))&&(o=o.selection()),null==r?i.remove():r(i),n&&o?n.merge(o).order():o},merge:function(e){for(var t=e.selection?e.selection():e,r=this._groups,n=t._groups,o=r.length,i=n.length,a=Math.min(o,i),s=new Array(o),l=0;l<a;++l)for(var c,u=r[l],p=n[l],f=u.length,y=s[l]=new Array(f),d=0;d<f;++d)(c=u[d]||p[d])&&(y[d]=c);for(;l<o;++l)s[l]=r[l];return new pe(s,this._parents)},selection:function(){return this},order:function(){for(var e=this._groups,t=-1,r=e.length;++t<r;)for(var n,o=e[t],i=o.length-1,a=o[i];--i>=0;)(n=o[i])&&(a&&4^n.compareDocumentPosition(a)&&a.parentNode.insertBefore(n,a),a=n);return this},sort:function(e){function t(t,r){return t&&r?e(t.__data__,r.__data__):!t-!r}e||(e=m);for(var r=this._groups,n=r.length,o=new Array(n),i=0;i<n;++i){for(var a,s=r[i],l=s.length,c=o[i]=new Array(l),u=0;u<l;++u)(a=s[u])&&(c[u]=a);c.sort(t)}return new pe(o,this._parents).order()},call:function(){var e=arguments[0];return arguments[0]=this,e.apply(null,arguments),this},nodes:function(){return Array.from(this)},node:function(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n=e[t],o=0,i=n.length;o<i;++o){var a=n[o];if(a)return a}return null},size:function(){let e=0;for(const t of this)++e;return e},empty:function(){return!this.node()},each:function(e){for(var t=this._groups,r=0,n=t.length;r<n;++r)for(var o,i=t[r],a=0,s=i.length;a<s;++a)(o=i[a])&&e.call(o,o.__data__,a,i);return this},attr:function(e,t){var r=x(e);if(arguments.length<2){var n=this.node();return r.local?n.getAttributeNS(r.space,r.local):n.getAttribute(r)}return this.each((null==t?r.local?b:_:"function"==typeof t?r.local?V:A:r.local?P:C)(r,t))},style:function(e,t,r){return arguments.length>1?this.each((null==t?F:"function"==typeof t?R:H)(e,t,null==r?"":r)):S(this.node(),e)},property:function(e,t){return arguments.length>1?this.each((null==t?k:"function"==typeof t?E:L)(e,t)):this.node()[e]},classed:function(e,t){var r=N(e+"");if(arguments.length<2){for(var n=T(this.node()),o=-1,i=r.length;++o<i;)if(!n.contains(r[o]))return!1;return!0}return this.each(("function"==typeof t?U:t?D:Z)(r,t))},text:function(e){return arguments.length?this.each(null==e?z:("function"==typeof e?j:$)(e)):this.node().textContent},html:function(e){return arguments.length?this.each(null==e?q:("function"==typeof e?W:K)(e)):this.node().innerHTML},raise:function(){return this.each(G)},lower:function(){return this.each(Y)},append:function(e){var t="function"==typeof e?e:Q(e);return this.select((function(){return this.appendChild(t.apply(this,arguments))}))},insert:function(e,r){var n="function"==typeof e?e:Q(e),o=null==r?ee:"function"==typeof r?r:t(r);return this.select((function(){return this.insertBefore(n.apply(this,arguments),o.apply(this,arguments)||null)}))},remove:function(){return this.each(te)},clone:function(e){return this.select(e?ne:re)},datum:function(e){return arguments.length?this.property("__data__",e):this.node().__data__},on:function(e,t,r){var n,o,i=oe(e+""),a=i.length;if(!(arguments.length<2)){for(s=t?ae:ie,n=0;n<a;++n)this.each(s(i[n],t,r));return this}var s=this.node().__on;if(s)for(var l,c=0,u=s.length;c<u;++c)for(n=0,l=s[c];n<a;++n)if((o=i[n]).type===l.type&&o.name===l.name)return l.value},dispatch:function(e,t){return this.each(("function"==typeof t?ce:le)(e,t))},[Symbol.iterator]:function*(){for(var e=this._groups,t=0,r=e.length;t<r;++t)for(var n,o=e[t],i=0,a=o.length;i<a;++i)(n=o[i])&&(yield n)}};const _e=Math.min,be=Math.max;function Ce(e,t,r){return be(e,_e(t,r))}const Pe=e=>({name:"arrow",options:e,async fn(t){const{element:r,padding:n=0}=null!=e?e:{},{x:o,y:i,placement:a,rects:s,platform:l}=t;if(null==r)return{};const c=ve(n),u={x:o,y:i},p=he(a),f=de(a),y=ge(p),d=await l.getDimensions(r),h="y"===p?"top":"left",g="y"===p?"bottom":"right",m=s.reference[y]+s.reference[p]-u[p]-s.floating[y],v=u[p]-s.reference[p],w=await(null==l.getOffsetParent?void 0:l.getOffsetParent(r));let x=w?"y"===p?w.clientHeight||0:w.clientWidth||0:0;0===x&&(x=s.floating[y]);const _=m/2-v/2,b=c[h],C=x-d[y]-c[g],P=x/2-d[y]/2+_,A=Ce(b,P,C),V=("start"===f?c[h]:c[g])>0&&P!==A&&s.reference[y]<=s.floating[y];return{[p]:u[p]-(V?P<b?b-P:C-P:0),data:{[p]:A,centerOffset:P-A}}}}),Ae={left:"right",right:"left",bottom:"top",top:"bottom"};function Ve(e){return e.replace(/left|right|bottom|top/g,(e=>Ae[e]))}function Me(e,t,r){void 0===r&&(r=!1);const n=de(e),o=he(e),i=ge(o);let a="x"===o?n===(r?"end":"start")?"right":"left":"start"===n?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=Ve(a)),{main:a,cross:Ve(a)}}const Fe={start:"end",end:"start"};function He(e){return e.replace(/start|end/g,(e=>Fe[e]))}const Re=["top","right","bottom","left"].reduce(((e,t)=>e.concat(t,t+"-start",t+"-end")),[]),Se=function(e){return void 0===e&&(e={}),{name:"autoPlacement",options:e,async fn(t){var r,n,o,i,a;const{x:s,y:l,rects:c,middlewareData:u,placement:p,platform:f,elements:y}=t,{alignment:d=null,allowedPlacements:h=Re,autoAlignment:g=!0,...m}=e,v=function(e,t,r){return(e?[...r.filter((t=>de(t)===e)),...r.filter((t=>de(t)!==e))]:r.filter((e=>ye(e)===e))).filter((r=>!e||de(r)===e||!!t&&He(r)!==r))}(d,g,h),w=await xe(t,m),x=null!=(r=null==(n=u.autoPlacement)?void 0:n.index)?r:0,_=v[x];if(null==_)return{};const{main:b,cross:C}=Me(_,c,await(null==f.isRTL?void 0:f.isRTL(y.floating)));if(p!==_)return{x:s,y:l,reset:{placement:v[0]}};const P=[w[ye(_)],w[b],w[C]],A=[...null!=(o=null==(i=u.autoPlacement)?void 0:i.overflows)?o:[],{placement:_,overflows:P}],V=v[x+1];if(V)return{data:{index:x+1,overflows:A},reset:{placement:V}};const M=A.slice().sort(((e,t)=>e.overflows[0]-t.overflows[0])),F=null==(a=M.find((e=>{let{overflows:t}=e;return t.every((e=>e<=0))})))?void 0:a.placement,H=null!=F?F:M[0].placement;return H!==p?{data:{index:x+1,overflows:A},reset:{placement:H}}:{}}}},ke=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){const{x:r,y:n}=t,o=await async function(e,t){const{placement:r,platform:n,elements:o}=e,i=await(null==n.isRTL?void 0:n.isRTL(o.floating)),a=ye(r),s=de(r),l="x"===he(r),c=["left","top"].includes(a)?-1:1,u=i&&l?-1:1,p="function"==typeof t?t(e):t;let{mainAxis:f,crossAxis:y,alignmentAxis:d}="number"==typeof p?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...p};return s&&"number"==typeof d&&(y="end"===s?-1*d:d),l?{x:y*u,y:f*c}:{x:f*c,y:y*u}}(t,e);return{x:r+o.x,y:n+o.y,data:o}}}};const Le=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:o}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:s={fn:e=>{let{x:t,y:r}=e;return{x:t,y:r}}},...l}=e,c={x:r,y:n},u=await xe(t,l),p=he(ye(o)),f=function(e){return"x"===e?"y":"x"}(p);let y=c[p],d=c[f];if(i){const e="y"===p?"bottom":"right";y=Ce(y+u["y"===p?"top":"left"],y,y-u[e])}if(a){const e="y"===f?"bottom":"right";d=Ce(d+u["y"===f?"top":"left"],d,d-u[e])}const h=s.fn({...t,[p]:y,[f]:d});return{...h,data:{x:h.x-r,y:h.y-n}}}}};function Ee(e){return e&&e.document&&e.location&&e.alert&&e.setInterval}function Ne(e){if(null==e)return window;if(!Ee(e)){const t=e.ownerDocument;return t&&t.defaultView||window}return e}function Te(e){return Ne(e).getComputedStyle(e)}function Oe(e){return Ee(e)?"":e?(e.nodeName||"").toLowerCase():""}function Be(){const e=navigator.userAgentData;return null!=e&&e.brands?e.brands.map((e=>e.brand+"/"+e.version)).join(" "):navigator.userAgent}function Ie(e){return e instanceof Ne(e).HTMLElement}function De(e){return e instanceof Ne(e).Element}function Ze(e){return"undefined"!=typeof ShadowRoot&&(e instanceof Ne(e).ShadowRoot||e instanceof ShadowRoot)}function Ue(e){const{overflow:t,overflowX:r,overflowY:n}=Te(e);return/auto|scroll|overlay|hidden/.test(t+n+r)}function ze(e){return["table","td","th"].includes(Oe(e))}function $e(e){const t=/firefox/i.test(Be()),r=Te(e);return"none"!==r.transform||"none"!==r.perspective||"paint"===r.contain||["transform","perspective"].includes(r.willChange)||t&&"filter"===r.willChange||t&&!!r.filter&&"none"!==r.filter}function je(){return!/^((?!chrome|android).)*safari/i.test(Be())}const qe=Math.min,Ke=Math.max,We=Math.round;function Ge(e,t,r){var n,o,i,a;void 0===t&&(t=!1),void 0===r&&(r=!1);const s=e.getBoundingClientRect();let l=1,c=1;t&&Ie(e)&&(l=e.offsetWidth>0&&We(s.width)/e.offsetWidth||1,c=e.offsetHeight>0&&We(s.height)/e.offsetHeight||1);const u=De(e)?Ne(e):window,p=!je()&&r,f=(s.left+(p&&null!=(n=null==(o=u.visualViewport)?void 0:o.offsetLeft)?n:0))/l,y=(s.top+(p&&null!=(i=null==(a=u.visualViewport)?void 0:a.offsetTop)?i:0))/c,d=s.width/l,h=s.height/c;return{width:d,height:h,top:y,right:f+d,bottom:y+h,left:f,x:f,y}}function Ye(e){return(t=e,(t instanceof Ne(t).Node?e.ownerDocument:e.document)||window.document).documentElement;var t}function Je(e){return De(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Xe(e){return Ge(Ye(e)).left+Je(e).scrollLeft}function Qe(e,t,r){const n=Ie(t),o=Ye(t),i=Ge(e,n&&function(e){const t=Ge(e);return We(t.width)!==e.offsetWidth||We(t.height)!==e.offsetHeight}(t),"fixed"===r);let a={scrollLeft:0,scrollTop:0};const s={x:0,y:0};if(n||!n&&"fixed"!==r)if(("body"!==Oe(t)||Ue(o))&&(a=Je(t)),Ie(t)){const e=Ge(t,!0);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else o&&(s.x=Xe(o));return{x:i.left+a.scrollLeft-s.x,y:i.top+a.scrollTop-s.y,width:i.width,height:i.height}}function et(e){return"html"===Oe(e)?e:e.assignedSlot||e.parentNode||(Ze(e)?e.host:null)||Ye(e)}function tt(e){return Ie(e)&&"fixed"!==Te(e).position?e.offsetParent:null}function rt(e){const t=Ne(e);let r=tt(e);for(;r&&ze(r)&&"static"===Te(r).position;)r=tt(r);return r&&("html"===Oe(r)||"body"===Oe(r)&&"static"===Te(r).position&&!$e(r))?t:r||function(e){let t=et(e);for(Ze(t)&&(t=t.host);Ie(t)&&!["html","body"].includes(Oe(t));){if($e(t))return t;{const e=t.parentNode;t=Ze(e)?e.host:e}}return null}(e)||t}function nt(e){if(Ie(e))return{width:e.offsetWidth,height:e.offsetHeight};const t=Ge(e);return{width:t.width,height:t.height}}function ot(e){const t=et(e);return["html","body","#document"].includes(Oe(t))?e.ownerDocument.body:Ie(t)&&Ue(t)?t:ot(t)}function it(e,t){var r;void 0===t&&(t=[]);const n=ot(e),o=n===(null==(r=e.ownerDocument)?void 0:r.body),i=Ne(n),a=o?[i].concat(i.visualViewport||[],Ue(n)?n:[]):n,s=t.concat(a);return o?s:s.concat(it(a))}function at(e,t,r){return"viewport"===t?we(function(e,t){const r=Ne(e),n=Ye(e),o=r.visualViewport;let i=n.clientWidth,a=n.clientHeight,s=0,l=0;if(o){i=o.width,a=o.height;const e=je();(e||!e&&"fixed"===t)&&(s=o.offsetLeft,l=o.offsetTop)}return{width:i,height:a,x:s,y:l}}(e,r)):De(t)?function(e,t){const r=Ge(e,!1,"fixed"===t),n=r.top+e.clientTop,o=r.left+e.clientLeft;return{top:n,left:o,x:o,y:n,right:o+e.clientWidth,bottom:n+e.clientHeight,width:e.clientWidth,height:e.clientHeight}}(t,r):we(function(e){var t;const r=Ye(e),n=Je(e),o=null==(t=e.ownerDocument)?void 0:t.body,i=Ke(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=Ke(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0);let s=-n.scrollLeft+Xe(e);const l=-n.scrollTop;return"rtl"===Te(o||r).direction&&(s+=Ke(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:s,y:l}}(Ye(e)))}function st(e){const t=it(e),r=["absolute","fixed"].includes(Te(e).position)&&Ie(e)?rt(e):e;return De(r)?t.filter((e=>De(e)&&function(e,t){const r=null==t.getRootNode?void 0:t.getRootNode();if(e.contains(t))return!0;if(r&&Ze(r)){let r=t;do{if(r&&e===r)return!0;r=r.parentNode||r.host}while(r)}return!1}(e,r)&&"body"!==Oe(e))):[]}const lt={getClippingRect:function(e){let{element:t,boundary:r,rootBoundary:n,strategy:o}=e;const i=[..."clippingAncestors"===r?st(t):[].concat(r),n],a=i[0],s=i.reduce(((e,r)=>{const n=at(t,r,o);return e.top=Ke(n.top,e.top),e.right=qe(n.right,e.right),e.bottom=qe(n.bottom,e.bottom),e.left=Ke(n.left,e.left),e}),at(t,a,o));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:r,strategy:n}=e;const o=Ie(r),i=Ye(r);if(r===i)return t;let a={scrollLeft:0,scrollTop:0};const s={x:0,y:0};if((o||!o&&"fixed"!==n)&&(("body"!==Oe(r)||Ue(i))&&(a=Je(r)),Ie(r))){const e=Ge(r,!0);s.x=e.x+r.clientLeft,s.y=e.y+r.clientTop}return{...t,x:t.x-a.scrollLeft+s.x,y:t.y-a.scrollTop+s.y}},isElement:De,getDimensions:nt,getOffsetParent:rt,getDocumentElement:Ye,getElementRects:e=>{let{reference:t,floating:r,strategy:n}=e;return{reference:Qe(t,rt(r),n),floating:{...nt(r),x:0,y:0}}},getClientRects:e=>Array.from(e.getClientRects()),isRTL:e=>"rtl"===Te(e).direction};var ct=r(803);const ut=JSON.parse('{"R":[{"type":"Feature","properties":{"name":"Орловская область"},"geometry":{"type":"Polygon","coordinates":[[[35.991231,53.626339],[36.784185,53.295886],[37.157049,53.259234],[37.590519,53.279015],[37.866591,53.011437],[37.799039,52.850983],[37.802975,52.514993],[38.057356,52.297489],[37.801031,52.169317],[37.738329,52.017106],[37.34527,51.979254],[36.991468,52.11049],[36.493357,52.233713],[36.417864,52.345202],[35.864345,52.300323],[35.712474,52.255011],[35.595349,52.384334],[34.924239,52.370067],[34.848491,52.398112],[35.031213,52.69648],[34.830427,52.86408],[34.875812,52.917574],[35.240845,52.993114],[35.125206,53.138992],[35.13354,53.280691],[35.615343,53.538893],[35.991231,53.626339]]]}},{"type":"Feature","properties":{"name":"Карелия"},"geometry":{"type":"Polygon","coordinates":[[[32.865286,66.582598],[33.546255,66.449628],[33.745555,66.271897],[34.103096,66.224133],[34.518652,66.076832],[34.690421,65.915393],[34.642217,65.782419],[34.74649,65.609248],[34.673752,65.438326],[34.403194,65.39949],[34.457266,65.26765],[34.92669,64.799905],[34.78258,64.741541],[34.965408,64.605596],[34.926779,64.494652],[35.136489,64.352424],[35.40564,64.286767],[35.698583,64.361578],[36.237474,64.131366],[36.253408,64.010925],[36.553596,63.948555],[36.590368,63.748261],[36.455199,63.626545],[35.935329,63.605461],[36.192046,63.425667],[36.307053,63.150818],[36.258121,63.01159],[36.528451,62.793176],[37.070634,62.648747],[37.51346,62.651691],[37.596405,62.357634],[37.836774,61.982602],[37.94399,61.972587],[37.759846,61.615496],[37.781888,61.51749],[37.287283,61.495461],[37.048043,61.591287],[36.586491,61.53333],[36.49944,61.407471],[35.719894,61.207904],[35.350483,61.177454],[34.794323,61.289732],[34.241951,61.237364],[33.667674,61.232483],[33.920404,61.089288],[33.785427,60.93709],[33.60788,60.958634],[33.204624,60.846915],[33.156057,60.739025],[32.91612,60.680708],[31.51385,60.910146],[30.111578,61.139586],[29.564191,61.183718],[29.306732,61.329469],[29.740298,61.573703],[30.070919,61.817965],[31.221837,62.498296],[31.586855,62.908529],[31.265852,63.115465],[31.24165,63.216645],[30.789713,63.405091],[30.48433,63.467041],[29.971748,63.757052],[30.260861,63.822136],[30.528248,64.049114],[30.483434,64.261643],[30.045385,64.401779],[29.989617,64.587635],[30.136578,64.648885],[30.043388,64.792229],[29.739665,64.789752],[29.59966,64.994517],[29.893521,65.192953],[29.602185,65.259975],[29.733674,65.472203],[30.017709,65.696187],[30.0686,65.895381],[29.923934,66.126252],[29.709819,66.26814],[29.322077,66.662919],[31.575797,66.654048],[31.6211,66.502427],[31.829977,66.371421],[32.342597,66.34544],[32.36034,66.475219],[32.557217,66.576152],[32.865286,66.582598]]]}},{"type":"Feature","properties":{"name":"Тыва"},"geometry":{"type":"Polygon","coordinates":[[[99.230766,52.963354],[99.168551,52.864484],[98.925067,52.932412],[98.931458,52.657622],[98.785841,52.604499],[98.652283,52.392929],[98.96954,52.143404],[98.861503,52.136101],[98.764294,51.8699],[98.378514,51.739802],[98.234105,51.547599],[98.050101,51.450201],[97.832088,51.029197],[98.03091,50.861003],[98.007991,50.669198],[98.264711,50.5311],[98.307196,50.326098],[98.069905,50.035901],[97.573105,49.931801],[97.500199,49.810398],[97.228689,49.744498],[96.999596,49.882799],[96.728911,49.927299],[96.4184,49.873101],[96.264798,49.9769],[95.582111,49.945499],[95.082611,49.963501],[94.995213,50.0407],[94.606996,50.036999],[94.385096,50.231],[94.339705,50.512203],[94.222088,50.598901],[93.709197,50.585199],[93.449899,50.6323],[93.224996,50.589801],[93.010299,50.606202],[93.008912,50.7932],[92.787694,50.805599],[92.727212,50.716502],[92.45871,50.79],[92.059189,50.6977],[91.840307,50.735302],[91.529196,50.583399],[91.402807,50.480301],[91.159989,50.420097],[90.932004,50.419702],[90.285199,50.110917],[90.002299,50.054201],[89.886613,49.953603],[89.592369,49.911302],[89.586058,50.082202],[89.409716,50.336599],[89.707489,50.384278],[89.848932,50.526678],[89.644228,50.581466],[89.398823,50.850684],[89.055725,51.046556],[88.960515,51.243686],[89.009045,51.394419],[88.791752,51.553957],[89.073554,51.588775],[89.236642,51.554278],[89.439847,51.606933],[89.695752,51.555564],[89.952364,51.755651],[90.079788,51.731019],[90.069069,51.9895],[90.143606,52.148644],[90.486925,52.196036],[90.714572,52.090447],[90.849514,51.900542],[91.072523,51.952049],[91.17938,51.902563],[91.804565,51.88674],[92.075849,51.773251],[92.694,51.851063],[92.888151,51.841956],[93.337933,52.12822],[93.659009,52.199648],[93.754261,52.42789],[94.09333,52.676422],[94.167348,52.83394],[94.488429,52.89124],[94.583471,52.996707],[94.61852,53.331274],[95.212979,53.468334],[95.439513,53.399783],[95.724673,53.515199],[95.96731,53.491447],[96.627911,53.557083],[96.689275,53.646182],[96.887764,53.730275],[97.2979,53.580023],[97.589703,53.37685],[97.990423,53.341677],[98.003015,53.249687],[98.295272,53.227316],[98.31108,53.105348],[99.009899,53.103173],[99.001738,53.026829],[99.230766,52.963354]]]}},{"type":"Feature","properties":{"name":"Курская область"},"geometry":{"type":"Polygon","coordinates":[[[37.738329,52.017106],[37.867973,51.900963],[38.242012,51.922975],[38.293283,51.966975],[38.399927,51.937982],[38.464056,51.741373],[38.1398,51.628432],[38.297558,51.5218],[38.288727,51.296372],[37.852655,51.43145],[37.703284,51.357827],[37.356509,51.37588],[37.160061,51.319685],[36.987811,51.184123],[36.665741,51.086196],[36.4787,51.070639],[36.065012,51.158746],[35.862773,50.958065],[35.570938,50.901618],[35.350934,50.975032],[35.158681,51.080822],[35.139485,51.217529],[34.817313,51.168913],[34.663156,51.244907],[34.25179,51.275248],[34.22239,51.428761],[34.295169,51.532803],[34.161332,51.686346],[34.398333,51.715474],[34.386747,51.843756],[34.36371,51.940373],[34.545612,52.071542],[34.743195,52.088166],[34.941128,52.313729],[34.924239,52.370067],[35.595349,52.384334],[35.712474,52.255011],[35.864345,52.300323],[36.417864,52.345202],[36.493357,52.233713],[36.991468,52.11049],[37.34527,51.979254],[37.738329,52.017106]]]}},{"type":"Feature","properties":{"name":"Волгоградская область"},"geometry":{"type":"Polygon","coordinates":[[[42.885298,51.230551],[43.183004,51.11407],[43.357147,50.998919],[43.916356,51.160683],[44.185049,51.093371],[44.210935,51.181849],[44.499435,51.205267],[44.994041,51.146853],[45.188667,51.044531],[45.326225,50.860943],[45.192625,50.585724],[45.70918,50.587078],[45.744299,50.757392],[46.034155,50.665205],[46.057117,50.52675],[46.459195,50.553096],[46.568153,50.690538],[46.742181,50.658805],[46.912611,50.489508],[47.205386,50.509097],[47.271579,50.378635],[47.425545,50.377214],[47.2606,50.194101],[47.346301,50.113603],[47.186102,49.941005],[46.895702,49.855302],[46.779496,49.341098],[47.006095,49.227798],[47.044198,49.151595],[46.934298,49.0042],[46.774801,48.941198],[46.620244,48.669311],[46.30876,48.821109],[46.039341,48.862987],[45.808309,48.683769],[45.555823,48.580893],[45.20363,48.539098],[45.014638,48.42364],[44.962636,48.272085],[44.925597,48.120624],[44.809557,48.050723],[44.543707,48.187944],[44.325896,48.23804],[44.325213,48.041418],[44.4225,47.95671],[44.35552,47.854083],[44.08073,47.899538],[43.945916,47.753183],[43.714852,47.717711],[43.711063,47.47481],[43.309463,47.44666],[43.064001,47.553478],[42.925865,47.517662],[42.718974,47.879872],[42.525285,48.018731],[42.04464,48.027323],[42.18262,48.276873],[42.085733,48.415099],[42.313899,48.516015],[42.478872,48.513648],[42.703573,48.617406],[42.74159,48.774247],[42.680675,48.936698],[42.407456,48.999103],[42.338657,49.13883],[42.02172,49.134401],[42.027396,49.34238],[42.184701,49.673665],[41.878656,49.906488],[41.619321,49.958635],[41.400649,50.202744],[41.52245,50.361892],[41.347316,50.710535],[41.468239,50.949611],[41.743767,51.006398],[41.925059,51.195863],[42.083649,51.148254],[42.594463,51.151845],[42.654838,51.22417],[42.885298,51.230551]]]}},{"type":"Feature","properties":{"name":"Красноярский край"},"geometry":{"type":"MultiPolygon","coordinates":[[[[82.409372,70.596973],[82.923473,70.357807],[82.695403,70.260975],[82.222279,70.429801],[82.409372,70.596973]]],[[[82.624911,70.742458],[82.973846,70.550674],[82.709646,70.473168],[82.439471,70.663924],[82.624911,70.742458]]],[[[82.842751,70.944236],[83.138619,70.767819],[82.657392,70.753511],[82.842751,70.944236]]],[[[79.293775,73.096435],[79.506436,72.921321],[79.557545,72.746717],[79.025777,72.721116],[78.618456,72.856509],[79.078849,73.067684],[79.293775,73.096435]]],[[[111.307216,73.853874],[111.317941,73.850136],[111.322394,73.848579],[110.890349,73.764442],[110.243031,73.684524],[109.623408,73.69392],[109.542853,73.822224],[109.989849,74.003339],[110.549274,73.993474],[111.307216,73.853874]]],[[[95.906064,76.261097],[96.400919,76.260038],[96.374026,76.129425],[95.795288,76.14656],[95.906064,76.261097]]],[[[106.720158,73.615613],[107.06573,73.554776],[106.860863,73.350387],[106.30195,73.311355],[106.366336,73.178413],[106.876464,73.124713],[107.767539,73.14791],[108.654057,73.313602],[109.749846,73.431577],[110.100128,73.496055],[110.450311,73.63978],[110.894054,73.696045],[111.28288,73.609397],[110.531514,73.434484],[110.356015,73.199384],[110.86036,73.054526],[110.645867,72.893883],[110.718165,72.680011],[111.291261,72.486759],[111.010386,72.390371],[111.438979,72.317414],[112.000884,72.12455],[112.000702,71.402459],[112.469426,71.276742],[112.599779,71.109347],[112.184345,71.013426],[111.478964,70.928977],[111.326122,70.856388],[110.123547,70.635832],[110.062806,70.398012],[109.643926,70.372927],[109.575756,70.252601],[109.303484,70.144605],[109.525767,69.991755],[109.201307,69.754777],[108.902156,69.842711],[108.248891,69.854556],[107.844449,69.686528],[106.857615,69.523422],[106.630853,69.528123],[106.143035,69.409557],[106.906773,68.857937],[106.92083,68.254318],[106.82219,67.334251],[106.342334,67.200927],[106.076661,67.168693],[105.699139,66.92536],[106.080823,66.895574],[105.985816,66.801658],[106.244858,66.689683],[106.331707,66.471563],[106.148811,66.409334],[106.110586,66.193091],[106.337802,66.148566],[106.517111,66.001305],[106.42823,65.664724],[106.968069,65.508445],[106.776317,65.387385],[106.545085,65.379599],[106.419554,65.229152],[105.924667,64.900512],[105.709701,64.602385],[106.256538,64.447211],[106.885931,64.440484],[107.370136,64.261225],[107.698742,64.295859],[107.892418,64.196517],[108.085592,64.246508],[108.247009,64.250382],[108.389277,64.048972],[108.205625,64.003886],[107.738918,64.015954],[107.565829,63.897532],[107.307241,63.977725],[106.788926,63.868965],[106.602645,63.722886],[106.658302,63.627357],[106.471568,63.542524],[106.726815,63.409871],[106.658033,63.325705],[106.356021,63.302117],[106.35405,63.107622],[106.130825,63.037673],[106.185153,62.925665],[106.437319,62.862801],[106.47269,62.697776],[106.773301,62.638819],[106.738927,62.507946],[106.367105,62.277418],[106.395882,62.042858],[105.897605,61.842011],[105.980119,61.690675],[105.319381,61.515765],[105.283464,61.425287],[104.910183,61.395564],[105.022535,61.19752],[104.626438,61.079306],[104.609512,60.724485],[104.503093,60.627535],[104.677102,60.425051],[104.977742,60.289263],[105.306385,60.292453],[105.493793,59.991642],[105.373642,59.839507],[105.145928,59.883199],[104.762343,59.684978],[104.993996,59.460939],[105.235883,59.443202],[105.215085,59.269018],[105.359741,59.121794],[104.911629,58.95286],[104.754797,58.807352],[104.804913,58.674964],[104.456789,58.610219],[103.946414,58.90397],[103.593284,58.944696],[103.392929,59.030106],[103.224644,59.239965],[103.018764,59.318572],[102.787612,59.202225],[102.498081,59.18622],[102.402741,59.083644],[102.581695,58.790199],[102.286024,58.564786],[102.103825,58.489955],[101.80571,58.455461],[101.500034,58.231853],[101.200276,58.12921],[100.817102,57.633603],[100.969691,57.486664],[100.785895,57.408102],[100.515797,57.494121],[100.322941,57.684536],[100.375199,57.729003],[100.08079,57.945378],[100.09114,58.068802],[99.681907,58.082859],[99.458638,57.808934],[98.977971,57.718882],[98.645012,57.772633],[97.95337,57.828736],[97.344132,57.03244],[97.530746,56.970008],[97.529123,56.790567],[97.803034,56.775014],[97.779847,56.591443],[97.880112,56.534265],[97.88015,56.375523],[97.557203,56.376463],[97.359689,56.032231],[97.132111,56.112692],[96.990896,56.004055],[96.990211,55.851921],[96.78627,55.789744],[96.751186,55.662698],[96.940986,55.311921],[96.720127,55.268224],[96.673043,55.066607],[96.710195,54.869522],[96.566296,54.690775],[96.539005,54.529937],[96.081468,54.575457],[95.915916,54.395228],[95.681974,54.391582],[95.662785,54.254897],[95.803159,54.22766],[96.061239,53.995538],[96.340326,53.837483],[96.489745,53.689352],[96.689275,53.646182],[96.627911,53.557083],[95.96731,53.491447],[95.724673,53.515199],[95.439513,53.399783],[95.212979,53.468334],[94.61852,53.331274],[94.583471,52.996707],[94.488429,52.89124],[94.167348,52.83394],[94.09333,52.676422],[93.754261,52.42789],[93.659009,52.199648],[93.337933,52.12822],[92.888151,51.841956],[92.694,51.851063],[92.075849,51.773251],[91.804565,51.88674],[91.17938,51.902563],[91.072523,51.952049],[90.849514,51.900542],[90.714572,52.090447],[90.486925,52.196036],[90.488019,52.19759],[90.895139,52.601152],[91.258019,52.636896],[91.314351,52.776747],[91.502048,52.978458],[91.419487,53.089243],[91.73863,53.177907],[91.923869,53.349763],[91.903642,53.426216],[91.625258,53.534034],[91.568107,53.708808],[91.427541,53.861867],[91.564232,54.019305],[91.416673,54.279761],[91.251091,54.414914],[91.260396,54.506744],[90.918893,54.65379],[90.945846,54.848292],[90.77933,54.912269],[90.507404,54.904601],[90.499361,55.061004],[89.995795,55.1244],[89.372137,55.042738],[89.010042,55.233857],[89.01156,55.3238],[88.742484,55.432033],[88.601305,55.427554],[88.913763,55.660358],[89.334542,55.77923],[89.193082,56.134959],[89.040049,56.300638],[88.593566,56.430816],[88.50102,56.622044],[88.663303,56.619923],[88.598544,56.802649],[88.734297,57.208187],[88.865192,57.443773],[89.063797,57.457706],[89.130471,57.615494],[89.355384,57.615811],[89.353393,57.91315],[88.859082,57.955335],[88.687377,58.03635],[88.10679,58.112923],[88.017128,58.214411],[87.924142,58.511497],[88.382803,58.893272],[88.828806,59.022756],[88.575952,59.212367],[88.62659,59.295273],[87.902354,59.256385],[87.514356,59.664559],[87.174213,59.682676],[87.078182,59.879225],[86.63662,59.9488],[85.998604,59.947298],[85.499481,59.883366],[84.70768,59.892219],[84.58117,59.962238],[84.616136,60.168694],[84.791607,60.35251],[84.263015,60.862339],[85.696689,61.283961],[85.640851,61.367235],[85.961256,61.545265],[85.492972,61.61736],[85.096967,61.752131],[84.678021,61.808272],[84.519489,61.927981],[84.441097,62.195905],[84.698241,62.39066],[84.922649,62.476217],[85.214342,62.798651],[85.619934,63.034612],[85.4991,63.153158],[85.567958,63.283826],[85.302236,63.513981],[85.364871,63.851732],[85.967147,64.048645],[86.007365,64.272226],[85.833793,64.784473],[85.527972,64.852358],[85.364374,64.79518],[84.959682,64.835996],[84.846564,64.944852],[84.371338,64.901817],[84.288448,65.1042],[84.542502,65.244494],[84.509505,65.477576],[83.966588,65.792388],[83.563468,65.762117],[83.548724,65.902509],[83.269522,66.049365],[83.539218,66.187582],[83.076296,66.46303],[83.253147,66.623169],[83.145028,66.830415],[82.133252,67.219033],[82.304037,67.333456],[82.397434,67.521896],[82.030117,67.643739],[82.094177,67.721168],[81.728728,67.900328],[81.973925,67.959664],[82.335685,67.933482],[82.347832,68.124098],[82.552259,68.167201],[82.714896,68.405207],[82.648816,68.608953],[82.872781,68.674452],[82.594583,68.807157],[82.395972,69.173986],[81.844449,69.195188],[81.961187,69.352677],[81.010263,69.209674],[80.762206,69.306504],[80.236677,69.366112],[79.917887,69.352426],[79.647299,69.474313],[79.510776,69.629264],[79.132924,69.68554],[78.962561,69.878909],[79.165159,70.021942],[79.507402,70.111932],[79.755107,70.275839],[80.414215,70.460677],[80.617688,70.454043],[80.81707,70.621828],[80.649841,70.687518],[80.583998,71.043316],[79.996968,71.116586],[79.13374,71.393388],[79.377048,71.609122],[79.824355,71.585905],[80.159806,71.707007],[80.072701,71.827116],[80.379042,71.878814],[79.673679,72.052201],[79.092664,72.073444],[78.625824,72.17146],[78.616431,72.277365],[78.504287,72.375062],[79.468749,72.346119],[79.898047,72.208346],[80.604125,72.100739],[80.744768,72.000931],[81.661678,71.685238],[82.239268,71.69691],[82.706316,71.758717],[83.219278,71.713365],[82.975072,71.528469],[83.002759,71.405798],[82.313191,71.275565],[82.217776,70.953451],[82.412823,70.753787],[82.08619,70.562167],[82.183188,70.285576],[82.357837,70.169152],[82.732509,70.129386],[83.560398,69.717377],[83.970171,69.724639],[83.436852,70.045913],[83.186209,70.121358],[82.991081,70.279554],[83.591819,70.349367],[83.780919,70.459487],[83.529136,70.868988],[83.153225,71.234855],[83.32367,71.295356],[83.650527,71.627726],[83.302875,71.837201],[82.673442,71.877252],[82.27001,72.246309],[80.921638,72.414721],[80.694782,72.72536],[80.885601,72.918674],[80.699208,73.052258],[80.698676,73.420566],[80.549035,73.547903],[81.290072,73.565072],[82.35529,73.64089],[83.478088,73.634764],[84.7176,73.747799],[85.198766,73.694795],[85.557169,73.786699],[86.785867,73.888369],[87.07416,73.966428],[86.592016,74.245243],[85.961369,74.293673],[86.456044,74.47571],[86.483251,74.580852],[85.759863,74.64946],[86.159656,74.775855],[86.65128,74.7148],[87.085437,74.862302],[87.580744,74.937756],[87.602822,75.030781],[88.787126,75.36294],[89.330903,75.458358],[90.03119,75.495447],[90.026152,75.563252],[90.708999,75.635203],[91.677029,75.63732],[91.849912,75.715295],[92.989565,75.796634],[93.440051,75.881412],[93.109164,76.023663],[93.887709,76.110972],[94.566377,76.081921],[94.871578,76.154037],[95.448324,76.161865],[96.187228,76.090593],[96.776361,75.885811],[98.136616,76.07235],[98.682672,76.228465],[99.367844,76.189242],[99.294308,76.331211],[98.889555,76.457021],[100.322916,76.442994],[101.13481,76.549494],[101.290836,76.733002],[100.952377,76.84253],[101.284758,77.045335],[102.165648,77.362932],[103.042092,77.552235],[104.108378,77.729991],[105.358259,77.552295],[105.847134,77.56104],[105.834026,77.359401],[105.101928,77.056233],[105.875142,77.100172],[107.006547,76.994225],[107.502652,76.896668],[106.798449,76.680609],[106.641537,76.478221],[107.978256,76.551573],[108.036256,76.734388],[108.686948,76.707194],[109.697878,76.755883],[110.133313,76.713715],[110.659023,76.77308],[111.723698,76.689328],[112.265381,76.455982],[113.306766,76.252003],[113.587335,75.928803],[113.916465,75.825359],[113.714579,75.618441],[113.673781,75.312521],[113.510818,75.211461],[112.77061,74.943427],[112.195416,74.879065],[111.804481,74.657287],[111.361899,74.674316],[111.020721,74.555539],[109.851506,74.321035],[109.912614,74.222172],[109.523411,74.081475],[109.080862,74.046815],[108.212885,73.667111],[107.854648,73.620387],[106.720158,73.615613]]],[[[102.54225,79.392407],[103.186315,79.275569],[102.746953,79.050069],[103.988977,79.05065],[105.204785,78.79562],[105.355523,78.504645],[104.853163,78.314363],[104.332616,78.317111],[103.267988,78.211442],[101.270904,78.171048],[100.113449,77.952157],[99.582375,77.964661],[99.697451,78.164192],[100.094874,78.307714],[100.430239,78.662473],[100.869006,78.841311],[101.406816,79.205374],[102.278269,79.243685],[102.54225,79.392407]]],[[[91.955713,80.074639],[93.007351,80.02792],[93.89709,79.92192],[93.131633,79.713724],[92.106069,79.689943],[91.929547,79.809944],[91.289052,79.839942],[91.240015,80.039582],[91.955713,80.074639]]],[[[97.266995,80.157854],[98.110232,80.043075],[99.464139,80.02278],[100.154798,79.784853],[99.854246,79.54832],[99.84364,79.277238],[99.313954,79.246238],[99.931756,79.095288],[100.048347,78.948815],[99.177413,78.802115],[97.665225,78.809969],[96.963273,78.988306],[95.104246,79.027327],[94.678498,79.121302],[94.38079,79.488889],[93.658381,79.623614],[94.77321,80.043206],[95.504881,80.104295],[96.559696,80.100851],[97.266995,80.157854]]],[[[91.097424,81.20615],[91.72206,81.113987],[91.340384,81.039095],[90.205094,81.070364],[90.23764,81.18415],[91.097424,81.20615]]],[[[96.000762,81.212062],[96.73307,80.943729],[97.815674,80.789258],[98.020624,80.670146],[97.118417,80.513637],[97.262733,80.335606],[96.986602,80.21724],[95.673861,80.202935],[94.498599,80.123565],[93.589278,80.012925],[92.736829,80.124927],[91.731281,80.326832],[91.986988,80.409424],[92.890658,80.487204],[92.625689,80.703175],[92.882381,80.830902],[93.768978,81.009187],[96.000762,81.212062]]]]}},{"type":"Feature","properties":{"name":"Смоленская область"},"geometry":{"type":"Polygon","coordinates":[[[35.143634,55.959137],[35.328645,55.794668],[35.391601,55.593009],[35.273445,55.330518],[35.334516,55.271214],[35.207098,55.062019],[34.999398,54.916494],[34.906765,54.767809],[34.518349,54.661317],[34.418574,54.513736],[34.119564,54.562549],[33.775865,54.567641],[33.594773,54.398018],[33.604239,54.242474],[33.504634,54.016648],[33.247488,53.888543],[33.219668,53.792047],[32.763097,53.424025],[32.48013,53.545128],[32.35534,53.721768],[32.129938,53.814297],[31.771781,53.813778],[31.887987,54.0396],[31.31352,54.24851],[31.235423,54.434344],[31.084696,54.510117],[31.206234,54.626337],[30.751564,54.809522],[31.010018,55.057729],[30.817677,55.322601],[30.934674,55.39985],[30.931532,55.623174],[31.0382,55.75895],[31.483065,55.718735],[31.841647,55.774405],[32.094892,55.696482],[32.974825,55.668965],[33.117272,55.636555],[33.528754,55.77316],[33.671923,55.954293],[33.915535,56.067114],[34.157895,56.0641],[34.631537,55.913246],[34.745076,55.977919],[35.143634,55.959137]]]}},{"type":"Feature","properties":{"name":"Алтайский край"},"geometry":{"type":"Polygon","coordinates":[[[87.132395,52.617846],[86.938014,52.655824],[86.672642,52.512865],[86.64257,52.402731],[86.781238,52.294733],[86.726524,52.139147],[86.491866,52.128903],[86.403192,52.036372],[85.919654,52.105609],[85.853721,51.89121],[85.702986,51.732622],[85.503114,51.701396],[85.444405,51.563543],[85.193178,51.485585],[84.996094,51.514509],[84.716311,51.426953],[84.639874,51.353417],[84.199365,51.238432],[84.120794,51.071388],[84.222323,50.987529],[84.490837,50.948208],[84.580581,50.830149],[84.473881,50.687229],[84.073249,50.635059],[83.971705,50.790199],[83.648512,50.948202],[83.302903,51.012301],[82.995089,50.912598],[82.773807,50.926102],[82.695497,50.805899],[82.493196,50.735798],[82.233804,50.7308],[81.895194,50.797697],[81.456489,50.753496],[81.417299,50.971899],[81.064209,50.952102],[81.183305,51.179703],[80.924087,51.220898],[80.678708,51.3177],[80.636601,51.205201],[80.469111,51.205504],[80.483191,50.972597],[80.192611,50.896301],[80.069002,50.742603],[79.530904,51.455803],[79.179855,51.931089],[78.814707,52.317401],[78.282105,52.915799],[77.906527,53.292348],[77.962899,53.487412],[78.108014,53.576373],[78.334051,53.479096],[78.646024,53.512684],[78.708356,53.630157],[79.421558,53.679724],[79.866222,53.914908],[80.465178,54.115536],[80.79906,54.256345],[80.951842,54.375768],[81.126548,54.114674],[81.475875,54.077754],[81.543036,53.933277],[81.831322,53.964263],[81.716348,53.771745],[82.137365,53.648006],[82.451578,53.502665],[82.667123,53.642827],[82.715056,53.77698],[83.197723,54.06481],[83.486879,53.979718],[83.554913,54.108863],[83.955724,54.106274],[84.221794,54.191362],[84.550266,54.16221],[84.597027,54.255073],[85.116821,54.43824],[85.425454,54.187457],[85.749181,54.164443],[85.871412,54.037711],[86.124412,53.983059],[86.295893,53.829907],[86.393891,53.597443],[86.863546,53.439326],[86.809531,53.29524],[86.644369,53.18062],[87.055141,53.041158],[86.912568,52.847122],[87.132395,52.617846]]]}},{"type":"Feature","properties":{"name":"Хакасия"},"geometry":{"type":"Polygon","coordinates":[[[90.488019,52.19759],[90.486925,52.196036],[90.143606,52.148644],[90.069069,51.9895],[90.079788,51.731019],[89.952364,51.755651],[89.695752,51.555564],[89.439847,51.606933],[89.236642,51.554278],[89.073554,51.588775],[88.791752,51.553957],[88.702582,51.393919],[88.44521,51.285679],[87.934126,51.526868],[88.106477,51.70912],[87.891124,51.813122],[88.087276,52.000586],[88.252171,52.046372],[88.376352,52.177096],[88.707679,52.256109],[88.699639,52.363946],[89.110568,52.588007],[89.219551,52.857906],[88.93593,53.045735],[89.076382,53.158921],[88.91068,53.392297],[88.845905,53.577897],[88.974923,53.644993],[89.044027,53.79174],[89.237993,53.818666],[89.007614,54.000654],[89.216887,54.249929],[88.973081,54.317661],[88.906278,54.403641],[88.655082,54.308009],[88.652911,54.306837],[88.504002,54.416638],[88.595563,54.683204],[88.754301,54.790701],[88.732146,54.8931],[88.539458,55.036042],[88.442527,55.304704],[88.601305,55.427554],[88.742484,55.432033],[89.01156,55.3238],[89.010042,55.233857],[89.372137,55.042738],[89.995795,55.1244],[90.499361,55.061004],[90.507404,54.904601],[90.77933,54.912269],[90.945846,54.848292],[90.918893,54.65379],[91.260396,54.506744],[91.251091,54.414914],[91.416673,54.279761],[91.564232,54.019305],[91.427541,53.861867],[91.568107,53.708808],[91.625258,53.534034],[91.903642,53.426216],[91.923869,53.349763],[91.73863,53.177907],[91.419487,53.089243],[91.502048,52.978458],[91.314351,52.776747],[91.258019,52.636896],[90.895139,52.601152],[90.488019,52.19759]]]}},{"type":"Feature","properties":{"name":"Белгородская область"},"geometry":{"type":"Polygon","coordinates":[[[38.288727,51.296372],[38.433597,51.285775],[38.387954,51.076472],[38.804985,50.983603],[38.705659,50.801681],[39.051471,50.651877],[39.092858,50.515558],[38.984757,50.4348],[39.218792,50.046736],[39.180219,49.888479],[38.949106,49.79587],[38.582607,49.97749],[38.350522,50.006334],[38.056804,49.923587],[37.926517,50.033798],[37.754858,50.078426],[37.626466,50.293352],[37.333258,50.437029],[37.149067,50.355659],[36.940839,50.35017],[36.692964,50.269142],[36.364057,50.287507],[36.160637,50.431536],[35.831737,50.433767],[35.62677,50.35171],[35.391485,50.641736],[35.410349,50.805042],[35.350934,50.975032],[35.570938,50.901618],[35.862773,50.958065],[36.065012,51.158746],[36.4787,51.070639],[36.665741,51.086196],[36.987811,51.184123],[37.160061,51.319685],[37.356509,51.37588],[37.703284,51.357827],[37.852655,51.43145],[38.288727,51.296372]]]}},{"type":"Feature","properties":{"name":"Крым"},"geometry":{"type":"Polygon","coordinates":[[[33.761857,44.38953],[33.924438,44.423187],[33.776971,44.690265],[33.567153,44.838601],[33.570934,45.070978],[33.390469,45.19781],[33.257995,45.148047],[32.971609,45.335273],[32.755977,45.365225],[32.502414,45.343864],[32.587181,45.481234],[32.979936,45.671691],[33.549188,45.840603],[33.62901,45.942011],[33.615241,46.226218],[33.811324,46.203796],[34.18841,46.066131],[34.329527,46.060616],[34.466345,45.947468],[34.628541,45.986403],[34.802169,45.900648],[34.799087,45.810464],[34.975084,45.762018],[35.060316,45.647431],[35.38043,45.350807],[35.530251,45.283705],[35.720223,45.334462],[35.825445,45.438083],[35.97095,45.371596],[36.139068,45.465649],[36.596042,45.437902],[36.401765,45.210723],[36.443998,45.087343],[36.225917,45.028172],[36.027089,45.04945],[35.840703,44.99915],[35.593029,45.130035],[35.408988,45.07333],[35.073824,44.796765],[34.760071,44.816566],[34.459826,44.712171],[34.353616,44.586509],[34.12869,44.43007],[33.761857,44.38953]]]}},{"type":"Feature","properties":{"name":"Ярославская область"},"geometry":{"type":"Polygon","coordinates":[[[40.930094,58.576407],[41.193528,58.341077],[40.882147,58.178726],[40.803497,58.008719],[40.61168,57.885189],[40.672805,57.593368],[40.443501,57.555179],[40.430844,57.286252],[40.263013,57.285782],[39.647932,57.078872],[39.437384,56.901698],[39.402056,56.771122],[39.332884,56.595658],[38.978724,56.53429],[38.317512,56.661013],[38.245444,56.794601],[38.101865,56.873395],[38.248522,57.026574],[38.149763,57.225357],[37.802654,57.500751],[37.857169,57.579215],[37.636093,57.672524],[37.331266,57.879408],[37.387866,57.979481],[37.605251,58.077096],[37.43764,58.187842],[37.368627,58.338496],[37.628244,58.483015],[37.712165,58.625747],[37.898381,58.615315],[38.064573,58.730175],[38.487404,58.700299],[38.557309,58.772897],[38.92328,58.7334],[39.123058,58.952556],[39.782367,58.838036],[40.014452,58.736037],[40.185894,58.555203],[40.930094,58.576407]]]}},{"type":"Feature","properties":{"name":"Удмуртия"},"geometry":{"type":"Polygon","coordinates":[[[53.792541,58.455683],[53.88674,58.314485],[53.785483,58.23674],[54.136548,57.958104],[54.155072,57.714453],[53.992255,57.588327],[54.143907,57.484064],[54.141871,57.316111],[54.310458,57.305355],[54.311447,57.084117],[54.153465,56.981016],[54.08791,56.810855],[53.885021,56.662667],[54.051016,56.603697],[54.377631,56.378806],[54.397857,56.264506],[54.199598,56.200962],[54.035841,56.022184],[53.845413,56.04495],[53.697395,55.92518],[53.265418,55.85937],[53.295857,55.947329],[53.566397,56.124202],[53.575366,56.237034],[53.303783,56.249433],[53.333487,56.061434],[53.063964,56.130749],[52.800562,56.399926],[52.584605,56.221388],[52.871179,56.11502],[52.671316,56.006465],[52.456793,56.077624],[51.813274,55.927137],[51.419578,55.96428],[51.438731,56.128891],[51.403841,56.286421],[51.137616,56.529337],[51.180479,56.684732],[51.519909,56.883418],[51.344763,56.941872],[51.124211,57.243369],[51.165297,57.440853],[51.530154,57.458357],[51.85115,57.619273],[51.954298,57.766961],[51.824675,57.913974],[51.897722,58.012405],[51.685473,58.170202],[51.964741,58.453179],[52.84337,58.392919],[52.892731,58.533713],[53.087938,58.523518],[53.213738,58.401462],[53.373699,58.384381],[53.620972,58.474355],[53.792541,58.455683]]]}},{"type":"Feature","properties":{"name":"Дагестан"},"geometry":{"type":"Polygon","coordinates":[[[46.965273,44.773743],[46.795249,44.693349],[46.684169,44.458094],[46.839233,44.331596],[46.992394,44.358818],[47.140458,44.208931],[47.225739,44.22504],[47.428755,43.885676],[47.577288,43.70965],[47.471675,43.364469],[47.564825,43.32992],[47.470829,43.129328],[47.469665,42.997436],[47.709531,42.839878],[47.754978,42.636432],[48.116548,42.30682],[48.355756,41.949652],[48.58583,41.842389],[48.382265,41.608254],[48.065806,41.492061],[47.872366,41.214979],[47.737942,41.187646],[47.26979,41.33544],[47.173419,41.525635],[46.724976,41.83209],[46.46541,41.885888],[46.256301,42.005259],[46.113769,41.996164],[45.647515,42.186406],[45.752273,42.308011],[45.774201,42.488554],[45.883773,42.536968],[45.886848,42.540309],[45.955508,42.58399],[45.956779,42.581786],[45.961391,42.579642],[46.020456,42.678013],[46.028416,42.680154],[46.065908,42.682128],[46.077335,42.68116],[46.098282,42.720857],[46.09875,42.722061],[46.098758,42.725071],[46.108511,42.723465],[46.114436,42.719872],[46.159453,42.73141],[46.163801,42.730875],[46.168663,42.731278],[46.175619,42.734154],[46.17776,42.738302],[46.179365,42.742583],[46.177077,42.743109],[46.17495,42.743854],[46.166575,42.76418],[46.164338,42.769653],[46.133463,42.824611],[46.13815,42.830036],[46.145774,42.837526],[46.151059,42.843345],[46.287847,42.877646],[46.294536,42.873965],[46.327549,42.895608],[46.336243,42.893597],[46.339185,42.891123],[46.345273,42.883971],[46.354267,42.873967],[46.364439,42.866876],[46.369049,42.862929],[46.398822,42.854437],[46.406217,42.855064],[46.422801,42.856974],[46.422828,42.856976],[46.425838,42.857578],[46.441297,42.879321],[46.436407,42.881994],[46.445373,42.888147],[46.457648,42.895139],[46.467614,42.897011],[46.482931,42.906981],[46.48942,42.910125],[46.499454,42.9132],[46.51092,42.915946],[46.526141,42.91666],[46.528553,42.917868],[46.530359,42.919408],[46.532567,42.922815],[46.529453,42.925146],[46.520725,42.93011],[46.514773,42.932517],[46.509727,42.935943],[46.505472,42.939272],[46.496511,42.944759],[46.493838,42.948655],[46.49497,42.953784],[46.498484,42.961131],[46.498749,42.962398],[46.497213,42.967081],[46.495743,42.97504],[46.478351,42.997717],[46.47895,43.001794],[46.47895,43.006797],[46.476004,43.008333],[46.475069,43.009335],[46.475405,43.016564],[46.480828,43.017969],[46.4948,43.018567],[46.502898,43.017098],[46.506837,43.016815],[46.507109,43.018232],[46.506306,43.023583],[46.512195,43.026062],[46.517978,43.023147],[46.518081,43.023054],[46.521157,43.023322],[46.521289,43.02927],[46.512398,43.028873],[46.499114,43.089357],[46.491087,43.089961],[46.489952,43.08936],[46.395735,43.151297],[46.408576,43.159252],[46.393091,43.206181],[46.393024,43.208119],[46.394559,43.209009],[46.40707,43.228389],[46.409066,43.231854],[46.409609,43.233021],[46.415099,43.259009],[46.416567,43.261414],[46.33229,43.409852],[46.330371,43.419814],[46.356331,43.469623],[46.380745,43.476622],[46.388021,43.4794],[46.382578,43.494473],[46.384923,43.496578],[46.402095,43.498148],[46.410695,43.506108],[46.409909,43.518956],[46.431486,43.568227],[46.429843,43.579503],[46.413831,43.59371],[46.455148,43.630788],[46.447733,43.641689],[46.450342,43.652643],[46.456431,43.662675],[46.489766,43.688346],[46.504084,43.699719],[46.514915,43.704265],[46.519329,43.71296],[46.629232,43.769153],[46.631774,43.771827],[46.61786,43.845671],[46.617455,43.849419],[46.451194,43.897523],[46.450506,43.901343],[46.450414,43.903683],[46.444889,43.968015],[46.437321,43.970195],[46.433597,43.970964],[46.432606,43.972892],[46.438718,43.97576],[46.427656,43.988811],[46.431128,43.990014],[46.436084,43.994029],[46.321667,44.00935],[46.322734,44.007342],[46.32327,44.004264],[46.326612,43.99798],[46.333835,43.996639],[46.33652,43.992556],[46.339327,43.990088],[46.344406,43.988478],[46.345474,43.986608],[46.344485,43.986054],[46.344001,43.9859],[46.341733,43.985269],[46.342799,43.98353],[46.34227,43.982997],[46.342109,43.982523],[46.341999,43.982193],[46.345341,43.980187],[46.217187,43.858743],[46.072499,43.930079],[45.488766,44.009629],[45.503718,44.175891],[45.371606,44.290233],[45.429186,44.428896],[45.226837,44.467609],[45.260817,44.589432],[45.412428,44.594256],[45.655629,44.80378],[45.705112,44.977299],[45.8138,44.991811],[46.511737,44.929745],[46.965273,44.773743]]]}},{"type":"Feature","properties":{"name":"Еврейская АО"},"geometry":{"type":"Polygon","coordinates":[[[134.719279,48.384364],[134.470754,48.420649],[134.188377,48.382486],[133.746471,48.255522],[133.567426,48.135367],[133.007886,48.039237],[132.71926,47.960655],[132.484894,47.714564],[132.309254,47.755547],[132.133969,47.700139],[132.018433,47.746281],[131.786941,47.669609],[131.544557,47.72286],[131.254726,47.733548],[131.089691,47.680302],[130.957567,47.719085],[130.86091,47.933408],[130.684992,48.039511],[130.667642,48.130501],[130.831217,48.300376],[130.713384,48.510753],[130.523155,48.629452],[130.632137,48.880465],[130.827832,48.985875],[131.013391,48.96804],[131.132899,49.240995],[131.419788,49.255838],[131.666199,49.312505],[131.879061,49.279007],[132.022554,49.338853],[132.111621,49.494672],[132.385053,49.413546],[132.486101,49.265144],[132.783815,49.329657],[132.809627,49.236844],[133.054018,49.215012],[133.280781,49.028721],[133.281635,48.848646],[133.463753,48.829279],[133.589566,48.729692],[133.853882,48.665736],[134.466108,48.676028],[134.732672,48.570805],[134.977281,48.602804],[134.842011,48.390999],[134.719279,48.384364]]]}},{"type":"Feature","properties":{"name":"Коми"},"geometry":{"type":"Polygon","coordinates":[[[65.472545,68.417995],[65.274655,68.234671],[65.432151,67.909762],[65.920662,67.960941],[66.220688,67.684992],[65.845703,67.667686],[65.822669,67.538705],[66.010172,67.409217],[65.698559,67.380905],[65.081865,67.03938],[65.139147,66.907829],[64.553326,66.796757],[64.261558,66.645535],[63.975459,66.632697],[63.802103,66.531964],[63.331254,66.413269],[62.869197,66.0644],[62.799674,65.857799],[62.000501,65.71787],[61.626763,65.56201],[60.946266,65.013172],[60.609575,64.920605],[60.417475,65.066388],[60.033908,65.028425],[60.001147,64.940018],[59.624965,64.785058],[59.655024,64.657161],[59.507171,64.490543],[59.651194,64.433251],[59.567231,64.237005],[59.83696,64.087249],[59.561313,63.908659],[59.53318,63.71417],[59.377975,63.422157],[59.36628,63.266275],[59.204875,63.028515],[59.448209,62.918112],[59.44265,62.566059],[59.625185,62.544675],[59.612677,62.366543],[59.40016,62.157216],[59.486733,61.946175],[59.315689,61.802443],[59.3486,61.663986],[58.843911,61.495146],[57.09272,61.501953],[56.653152,61.524397],[56.378295,61.443223],[56.274526,61.191958],[55.813111,61.246877],[55.730586,61.091808],[55.272504,61.146121],[55.199995,60.991662],[54.976883,60.860008],[53.875997,60.982928],[53.812812,60.83279],[53.35297,60.882119],[53.413867,61.032251],[52.870587,61.090714],[52.806488,60.937837],[52.431455,60.97651],[52.360968,60.82927],[51.89381,60.881788],[51.77156,60.580001],[52.152836,60.541334],[52.34896,60.438404],[52.317313,60.227285],[52.065487,60.308581],[51.551348,59.941624],[51.179091,60.04898],[51.047691,60.031992],[50.831059,59.863417],[49.988777,59.778453],[49.85944,59.655351],[49.815453,59.210245],[49.519806,59.216171],[49.56882,59.392436],[49.151216,59.507164],[49.10158,59.661788],[48.52324,59.706914],[48.492249,60.195243],[48.76963,60.316233],[48.530527,60.400512],[48.55926,60.550777],[48.419694,60.83729],[48.474986,61.022225],[49.126771,61.172319],[49.321836,61.152458],[49.502112,61.605121],[49.043755,61.649158],[49.227476,62.100953],[49.374022,62.132822],[49.640796,62.769243],[48.741332,62.851784],[48.681416,62.702222],[48.352231,62.733816],[48.255709,62.506196],[48.322909,62.307235],[47.659358,62.328469],[47.642627,62.175799],[47.389083,62.181489],[47.231914,62.337273],[47.245361,62.638814],[47.060894,62.826368],[47.40906,62.964883],[47.570346,63.144842],[47.051014,63.253986],[46.942713,63.349486],[47.017305,63.577805],[46.809877,63.756727],[46.499671,63.864661],[45.943382,63.956705],[45.594498,64.057037],[45.399326,64.174992],[45.851989,64.27811],[46.32106,64.248065],[46.630204,64.316982],[47.344523,64.354468],[48.16142,64.345329],[48.196502,64.226685],[48.464716,64.20441],[48.524458,64.3557],[48.883784,64.326777],[48.961041,64.477633],[49.483151,64.425142],[49.552389,64.57591],[50.360671,64.510471],[50.498819,64.791813],[50.245613,64.828593],[49.636603,65.289188],[49.055623,65.22485],[48.999763,66.113344],[51.545095,66.77406],[51.719949,66.91801],[52.149027,67.100431],[53.874693,67.000447],[59.973486,67.000545],[61.644393,67.00341],[61.785866,67.111876],[62.863927,67.369833],[62.934723,67.601144],[63.144201,67.691512],[63.989327,67.891293],[63.875839,68.035392],[64.581876,68.200444],[64.528893,68.326129],[64.815772,68.410075],[65.472545,68.417995]]]}},{"type":"Feature","properties":{"name":"Московская область"},"geometry":{"type":"Polygon","coordinates":[[[38.245444,56.794601],[38.317512,56.661013],[38.285642,56.542316],[38.39615,56.271856],[38.599315,55.979844],[38.838257,55.915046],[38.996077,55.941909],[39.354303,55.768234],[39.887839,55.834298],[40.055939,55.655556],[40.049003,55.529604],[40.200057,55.497296],[40.193689,55.365598],[40.155734,55.265662],[39.83693,55.205246],[39.807347,55.013165],[39.616463,55.026777],[39.236303,54.638343],[38.827866,54.607948],[38.657834,54.255257],[38.528882,54.289105],[38.376945,54.525798],[38.518631,54.595113],[38.048011,54.720627],[37.934174,54.851075],[37.568675,54.742501],[37.44465,54.841876],[37.268799,54.841847],[37.054862,55.143591],[37.405205,55.336151],[37.886971,55.705215],[37.83737,55.82249],[37.556014,55.909822],[37.331087,55.845371],[37.413729,55.681746],[37.095727,55.600114],[37.127097,55.487376],[36.816053,55.508359],[36.936503,55.240984],[36.618534,55.324769],[36.388418,55.295614],[36.297512,55.181119],[35.840571,55.234308],[35.743301,55.295929],[35.447478,55.229063],[35.334516,55.271214],[35.273445,55.330518],[35.391601,55.593009],[35.328645,55.794668],[35.143634,55.959137],[35.321568,56.070803],[35.316751,56.229101],[35.502191,56.258805],[35.458914,56.379351],[36.091867,56.36273],[36.414771,56.480832],[36.851977,56.58589],[37.148241,56.587027],[37.168444,56.780128],[37.449874,56.795362],[37.701078,56.961685],[38.245444,56.794601]]]}},{"type":"Feature","properties":{"name":"Алтай"},"geometry":{"type":"Polygon","coordinates":[[[87.132395,52.617846],[87.37149,52.499946],[87.653473,52.422568],[87.936502,52.535583],[88.442068,52.335788],[88.376352,52.177096],[88.252171,52.046372],[88.087276,52.000586],[87.891124,51.813122],[88.106477,51.70912],[87.934126,51.526868],[88.44521,51.285679],[88.702582,51.393919],[88.791752,51.553957],[89.009045,51.394419],[88.960515,51.243686],[89.055725,51.046556],[89.398823,50.850684],[89.644228,50.581466],[89.848932,50.526678],[89.707489,50.384278],[89.409716,50.336599],[89.586058,50.082202],[89.592369,49.911302],[89.719192,49.728298],[89.457809,49.6605],[89.360009,49.5844],[88.984502,49.463701],[88.732809,49.451504],[88.59089,49.501198],[88.175594,49.454098],[88.169106,49.296801],[87.985412,49.1816],[87.28259,49.111697],[87.317596,49.230098],[87.040392,49.247797],[86.839204,49.456301],[86.822286,49.545399],[86.6005,49.614002],[86.578807,49.725399],[86.317099,49.600801],[85.973606,49.488699],[85.883388,49.566199],[85.592987,49.619597],[85.319696,49.595102],[84.988511,49.9101],[85.029808,50.0556],[84.856397,50.092199],[84.621199,50.212601],[84.25091,50.292403],[84.169409,50.550302],[84.073249,50.635059],[84.473881,50.687229],[84.580581,50.830149],[84.490837,50.948208],[84.222323,50.987529],[84.120794,51.071388],[84.199365,51.238432],[84.639874,51.353417],[84.716311,51.426953],[84.996094,51.514509],[85.193178,51.485585],[85.444405,51.563543],[85.503114,51.701396],[85.702986,51.732622],[85.853721,51.89121],[85.919654,52.105609],[86.403192,52.036372],[86.491866,52.128903],[86.726524,52.139147],[86.781238,52.294733],[86.64257,52.402731],[86.672642,52.512865],[86.938014,52.655824],[87.132395,52.617846]]]}},{"type":"Feature","properties":{"name":"Оренбургская область"},"geometry":{"type":"Polygon","coordinates":[[[53.501634,54.056592],[53.649625,53.751216],[53.85104,53.687499],[54.148099,53.391529],[54.547651,53.355281],[54.552104,53.263278],[54.927145,53.211216],[55.053653,52.958826],[55.2633,52.646012],[55.464014,52.624716],[55.499162,52.462866],[55.772556,52.346101],[56.075772,52.620659],[56.264496,52.545969],[56.454073,52.297132],[56.495221,52.167851],[56.704677,52.060166],[56.610934,51.827184],[56.771201,51.666747],[57.09566,51.667129],[57.30593,51.607201],[57.61101,51.785213],[57.9125,51.835943],[58.188391,51.733515],[58.574988,51.771808],[58.655732,51.893111],[58.616806,52.136703],[58.742647,52.258781],[58.945512,52.339796],[58.855552,52.425496],[59.16576,52.276612],[59.296226,52.479934],[59.67765,52.408807],[60.163085,52.400233],[60.173981,52.260394],[59.968233,52.151991],[60.009577,51.993747],[60.152002,51.908302],[60.519204,51.776301],[60.354098,51.684598],[60.538806,51.616702],[60.930193,51.614299],[60.961805,51.489003],[61.497203,51.411],[61.571802,51.238302],[61.448597,50.806101],[60.811498,50.6556],[60.3255,50.667099],[60.035402,50.845203],[59.990105,50.682801],[59.773898,50.544298],[59.516501,50.533002],[59.421902,50.641102],[58.874105,50.703203],[58.659905,50.8108],[58.620496,51.024499],[58.34191,51.145883],[57.954804,51.089401],[57.771503,51.1402],[57.749695,50.943498],[57.332805,50.945403],[57.1497,51.086102],[56.703997,51.077498],[56.630797,50.985701],[56.375303,50.903703],[56.185597,50.9378],[56.144895,50.7567],[55.712404,50.557601],[55.375803,50.6541],[55.148206,50.796302],[55.126601,50.874198],[54.599902,51.030899],[54.718996,50.607697],[54.510582,50.538894],[54.414501,50.620499],[54.527602,50.8361],[54.206101,50.960098],[54.124003,51.113601],[53.724102,51.213603],[53.572304,51.418602],[53.351296,51.511199],[52.619098,51.458696],[52.507301,51.515201],[52.336805,51.745602],[52.098802,51.662599],[51.898297,51.684901],[51.657007,51.449374],[51.4351,51.477298],[51.383197,51.643796],[51.257796,51.6909],[50.891902,51.688404],[50.772679,51.775797],[51.033552,51.923595],[51.391496,52.069358],[51.463052,52.226234],[51.400611,52.335669],[51.5475,52.463118],[51.450501,52.568564],[51.522284,52.677107],[51.72017,52.651991],[51.766579,52.800429],[51.91313,52.972252],[52.055529,52.963133],[52.163811,53.087616],[52.127539,53.233662],[52.210961,53.380556],[52.078426,53.498884],[52.194877,53.558708],[52.478958,54.070631],[52.294302,54.14961],[52.429453,54.310995],[52.568287,54.340257],[52.703125,54.36003],[52.95336,54.234325],[53.084386,54.093276],[53.236237,54.113599],[53.350874,54.002581],[53.501634,54.056592]]]}},{"type":"Feature","properties":{"name":"Омская область"},"geometry":{"type":"Polygon","coordinates":[[[75.10938,58.575898],[75.376932,58.454235],[75.056766,58.339288],[75.242588,58.202749],[75.071567,58.116927],[75.565865,57.934721],[75.550152,57.625358],[75.704239,57.625134],[75.848372,57.385936],[76.095011,57.235799],[76.28924,56.697107],[76.104776,56.610812],[76.081348,56.325512],[76.306759,56.157386],[75.731693,56.112772],[75.262538,55.84426],[75.36949,55.740801],[75.115565,55.686111],[75.163723,55.448287],[75.36857,55.067919],[75.33219,54.911296],[75.638977,54.810186],[75.824715,54.666542],[75.691172,54.546169],[75.689378,54.1229],[75.056495,53.797822],[74.794602,53.824499],[74.482094,53.5622],[74.288903,53.5593],[73.907794,53.650198],[73.445473,53.437028],[73.248804,53.564899],[73.342698,53.7881],[73.510399,53.9378],[73.077294,53.9819],[72.997094,54.0973],[72.560204,54.1164],[72.309205,54.1892],[71.755495,54.2522],[71.722705,54.103802],[71.489903,54.097099],[71.2974,54.182702],[71.176403,54.0917],[70.998299,54.333799],[71.226699,54.349398],[71.172395,54.5734],[70.960094,54.885898],[70.992395,55.066897],[70.804304,55.269399],[70.461596,55.279301],[70.439695,55.407656],[70.757066,55.584847],[70.531822,55.6945],[70.602667,55.837302],[70.808631,55.902752],[70.902463,56.112411],[70.732327,56.253255],[70.928338,56.317184],[71.120622,56.653085],[71.369983,56.631899],[71.677422,56.76535],[71.605083,56.933059],[71.115696,57.202524],[71.065092,57.351017],[70.780914,57.276117],[70.458917,57.282525],[70.418317,57.415238],[70.68578,57.515666],[70.557776,57.718869],[70.392416,57.78259],[70.430498,57.952293],[70.850519,58.527655],[71.069689,58.505567],[71.237917,58.327985],[71.206105,58.113143],[71.271473,58.054027],[71.983429,58.115672],[72.167244,58.014824],[72.867646,58.001548],[73.128375,58.155433],[74.219723,58.136431],[74.628691,58.288424],[75.10938,58.575898]]]}},{"type":"Feature","properties":{"name":"Рязанская область"},"geometry":{"type":"Polygon","coordinates":[[[41.795936,55.103237],[41.999075,54.996277],[42.458654,54.878708],[42.443694,54.855752],[42.443502,54.825559],[42.389949,54.779425],[42.436917,54.712571],[42.642642,54.668762],[42.530848,54.370122],[42.3967,54.253865],[42.571082,54.182857],[42.370225,54.087507],[42.441673,53.997748],[42.350656,53.853838],[42.144579,53.80242],[41.54895,53.811943],[41.369782,53.74427],[41.35507,53.527402],[41.117769,53.424914],[40.701483,53.556736],[40.368965,53.341537],[40.170053,53.312156],[39.932164,53.51405],[39.753656,53.585504],[39.555071,53.5292],[39.560003,53.443072],[39.189542,53.392634],[39.054792,53.578542],[38.93645,53.574743],[38.92223,53.7649],[38.684884,54.098261],[38.657834,54.255257],[38.827866,54.607948],[39.236303,54.638343],[39.616463,55.026777],[39.807347,55.013165],[39.83693,55.205246],[40.155734,55.265662],[40.193689,55.365598],[40.527243,55.302423],[40.612999,55.217851],[41.294546,55.233545],[41.443475,55.145532],[41.795936,55.103237]]]}},{"type":"Feature","properties":{"name":"Адыгея"},"geometry":{"type":"Polygon","coordinates":[[[39.690994,45.189954],[39.88637,45.094815],[40.284622,45.10375],[40.530661,44.931266],[40.565764,44.746372],[40.43141,44.765686],[40.344228,44.645691],[40.481878,44.312579],[40.361036,44.244126],[40.479025,43.967769],[40.369457,43.777155],[39.778097,43.962086],[39.865297,44.1815],[39.982429,44.076204],[40.077286,44.227887],[39.883854,44.399052],[39.904112,44.658854],[40.035382,44.745488],[39.885822,45.023755],[39.622559,44.96101],[39.64073,44.865822],[39.365816,44.807476],[39.091598,44.818025],[38.858736,44.8935],[39.04601,44.984058],[39.376324,45.056774],[39.54788,45.18911],[39.690994,45.189954]]]}},{"type":"Feature","properties":{"name":"Мордовия"},"geometry":{"type":"Polygon","coordinates":[[[46.061894,55.047689],[46.215239,55.084908],[46.441851,54.761721],[46.524822,54.656135],[46.533764,54.399046],[46.702891,54.324235],[46.338932,54.191397],[46.031334,54.132432],[45.815709,53.972087],[45.359258,53.869974],[45.179763,53.9681],[44.869965,53.966988],[44.640666,53.900777],[44.57528,53.660263],[44.147389,53.704272],[43.927088,53.771083],[43.92646,53.871676],[43.534562,54.013687],[43.126884,53.97682],[43.106173,53.854525],[42.892905,53.794487],[42.511363,53.810257],[42.350656,53.853838],[42.441673,53.997748],[42.370225,54.087507],[42.571082,54.182857],[42.3967,54.253865],[42.530848,54.370122],[42.642642,54.668762],[42.436917,54.712571],[42.389949,54.779425],[42.443502,54.825559],[42.435129,54.794367],[42.445964,54.799357],[42.816232,54.765728],[43.113456,54.791604],[43.161207,54.892979],[43.385496,54.956785],[43.699942,54.830012],[43.958301,54.806019],[44.069981,54.659218],[44.623351,54.559492],[44.918824,54.461979],[45.019017,54.705356],[45.234646,54.880487],[45.4278,54.885054],[45.430131,55.03946],[45.593544,55.165074],[45.787173,55.127617],[45.697507,55.011955],[46.061894,55.047689]]]}},{"type":"Feature","properties":{"name":"Магаданская область"},"geometry":{"type":"Polygon","coordinates":[[[163.265411,64.693523],[163.197959,64.534571],[163.414871,64.445908],[163.180166,64.157456],[162.802313,64.103521],[162.954618,63.923049],[162.724082,63.820079],[162.996464,63.624555],[162.971464,63.480508],[162.749621,63.385186],[162.756349,63.166155],[162.304779,63.064677],[162.279971,62.903472],[162.56498,62.830353],[162.7818,62.451106],[162.690814,62.253001],[162.404666,62.239691],[162.168401,62.149336],[162.524864,62.083369],[162.465139,61.662893],[162.03401,61.402922],[161.604062,61.254322],[161.151081,60.964524],[160.928544,60.891465],[160.807032,60.718765],[160.327783,60.650389],[160.211714,60.82528],[160.437915,60.992204],[160.208069,61.039976],[159.957942,60.942062],[159.984465,61.173734],[159.91259,61.291268],[160.237507,61.515656],[160.426306,61.763852],[160.306561,61.936212],[160.050497,61.840915],[159.904072,61.708189],[159.531968,61.689632],[159.543488,61.776448],[159.324007,61.898123],[158.906044,61.898521],[158.711959,61.835412],[158.259621,61.815528],[158.04898,61.725557],[157.833147,61.779385],[157.448879,61.769532],[157.376422,61.690148],[157.059446,61.646315],[156.976664,61.563035],[156.686888,61.513627],[156.66945,61.214706],[156.398982,61.149327],[155.922862,60.927488],[155.922439,60.745993],[155.336748,60.521445],[155.170207,60.416936],[154.803041,60.282298],[154.580811,60.096582],[154.417347,60.067858],[154.489385,59.881412],[154.225468,59.874437],[154.192014,59.575222],[154.778303,59.471237],[155.012636,59.477785],[155.191074,59.365001],[155.155302,59.205359],[154.33096,59.18662],[154.303107,59.087957],[154.045386,59.046345],[153.828844,59.169321],[153.392593,59.24239],[153.337329,59.087165],[153.01633,59.062389],[152.73756,58.909558],[152.37295,59.023115],[152.004016,58.879176],[151.668163,58.84377],[151.366975,58.861892],[151.166345,59.035529],[151.43102,59.16489],[151.774827,59.129407],[152.08566,59.145519],[152.016178,59.266711],[151.651352,59.46781],[151.334956,59.555282],[150.765219,59.564657],[149.68441,59.753678],[149.506873,59.752646],[149.091214,59.629516],[149.098927,59.487736],[148.761997,59.480853],[148.812606,59.274234],[148.580882,59.242379],[148.411674,59.372881],[148.212067,59.409074],[147.852068,59.375611],[147.4878,59.239977],[147.291665,59.329981],[146.942005,59.368308],[147.11006,59.409082],[147.21713,59.735491],[147.039618,59.948061],[146.801113,59.905223],[146.689446,60.087462],[146.500789,60.123513],[146.37274,60.250752],[145.857768,60.170432],[145.637299,60.265016],[145.5292,60.494992],[146.064355,60.708988],[146.444377,60.671287],[146.522447,60.868104],[146.705777,60.949524],[146.757819,61.210025],[146.7401,61.468767],[146.348057,61.841603],[145.965765,62.004656],[145.53895,61.950019],[144.988176,62.05208],[144.737132,62.045367],[145.202375,62.299115],[145.147868,62.475854],[145.43776,62.531037],[145.40988,62.866832],[145.249843,63.161171],[145.392954,63.30941],[145.468645,63.526465],[145.676254,63.673687],[145.58634,63.8282],[146.166039,63.927369],[146.368971,64.186043],[147.012411,64.133583],[147.255191,64.026871],[147.402105,64.129734],[147.785429,63.954618],[148.018707,63.936294],[148.31349,64.223052],[148.072633,64.349089],[148.327975,64.52824],[148.709078,64.402361],[149.041504,64.431632],[149.339873,64.376905],[149.871632,64.562529],[150.14155,64.465118],[150.017155,64.351078],[150.233994,64.21336],[150.642791,64.170174],[150.639952,64.337903],[151.372074,64.366558],[151.497269,64.425962],[152.048134,64.468078],[152.142531,64.379146],[152.447786,64.395689],[152.359282,64.508408],[152.847663,64.701545],[152.586294,64.811446],[152.519715,64.976776],[152.66187,65.168633],[153.500931,65.345883],[153.442745,65.485473],[153.577462,65.689996],[153.532568,65.810455],[153.957071,65.873198],[154.267245,65.806472],[154.416071,65.950296],[154.365369,66.103542],[154.521549,66.218845],[154.946709,66.110732],[155.813316,66.147529],[155.948887,66.067902],[156.427421,66.038421],[156.644689,66.148171],[157.335571,65.891969],[157.445118,66.00039],[157.745346,66.099606],[158.432664,66.203515],[158.54358,66.335389],[159.215955,66.216369],[159.260722,66.164245],[158.898654,65.813993],[158.95226,65.727373],[160.093106,65.502369],[160.209242,65.36233],[160.675155,65.149432],[161.318131,65.148631],[161.718495,65.003149],[161.848533,64.824786],[162.319403,64.743799],[162.650534,64.741116],[162.752884,64.662333],[163.265411,64.693523]]]}},{"type":"Feature","properties":{"name":"Башкортостан"},"geometry":{"type":"Polygon","coordinates":[[[57.403823,56.342782],[57.645864,56.09315],[58.164612,56.140824],[58.384597,56.081882],[58.511142,56.170773],[58.960698,56.065333],[59.042251,56.167968],[59.192648,56.02527],[59.19397,55.820272],[59.335888,55.631681],[59.579013,55.516706],[59.144361,55.412665],[59.16012,55.342531],[58.725459,55.289788],[58.69311,55.150843],[58.824229,55.04761],[58.586899,54.959375],[58.362538,55.140993],[57.882958,55.302442],[57.394013,55.31733],[57.131357,55.085153],[57.259504,54.950363],[57.245043,54.772577],[57.592423,54.679452],[57.753435,54.501775],[58.012206,54.396893],[58.169278,54.502682],[58.436209,54.544035],[58.587346,54.464114],[59.065419,54.649781],[59.288913,54.65835],[59.52285,54.779899],[59.618056,54.906224],[59.947288,54.77048],[59.853847,54.609134],[59.682285,54.522553],[59.67187,54.339761],[59.789369,54.244455],[59.708065,54.141754],[59.325728,54.187902],[59.188258,54.003704],[58.907826,53.862773],[58.913501,53.056164],[58.760884,52.849745],[58.751104,52.611128],[58.855552,52.425496],[58.945512,52.339796],[58.742647,52.258781],[58.616806,52.136703],[58.655732,51.893111],[58.574988,51.771808],[58.188391,51.733515],[57.9125,51.835943],[57.61101,51.785213],[57.30593,51.607201],[57.09566,51.667129],[56.771201,51.666747],[56.610934,51.827184],[56.704677,52.060166],[56.495221,52.167851],[56.454073,52.297132],[56.264496,52.545969],[56.075772,52.620659],[55.772556,52.346101],[55.499162,52.462866],[55.464014,52.624716],[55.2633,52.646012],[55.053653,52.958826],[54.927145,53.211216],[54.552104,53.263278],[54.547651,53.355281],[54.148099,53.391529],[53.85104,53.687499],[53.649625,53.751216],[53.501634,54.056592],[53.425472,54.23056],[53.427581,54.569873],[53.632675,54.724976],[53.47693,54.977129],[53.169715,55.104017],[53.408096,55.225021],[53.862744,55.365819],[53.964754,55.524652],[54.246143,55.680705],[53.988724,55.846224],[53.697395,55.92518],[53.845413,56.04495],[54.035841,56.022184],[54.199598,56.200962],[54.397857,56.264506],[54.377631,56.378806],[54.53512,56.509768],[54.667676,56.500606],[55.022695,56.325334],[55.384605,56.317245],[55.770741,56.444852],[55.920252,56.449407],[56.078434,56.295884],[56.474366,56.36377],[56.925032,56.105368],[57.162914,56.16114],[57.403823,56.342782]]]}},{"type":"Feature","properties":{"name":"Ленинградская область"},"geometry":{"type":"Polygon","coordinates":[[[35.719894,61.207904],[35.696684,61.00352],[35.461684,60.856998],[35.175537,60.770131],[35.298766,60.6015],[35.274341,60.35829],[35.165627,60.158701],[35.326388,59.981332],[35.402991,59.74212],[35.608391,59.615705],[35.375636,59.478976],[35.434346,59.40386],[35.174705,59.261128],[34.864597,59.215434],[34.722218,59.084845],[34.28418,59.178213],[34.032314,59.147764],[33.800111,59.200723],[33.630302,59.382551],[32.970737,59.39225],[32.732466,59.271501],[32.647411,59.117255],[32.447249,59.108029],[32.075592,59.391852],[31.759793,59.338855],[31.369075,59.028088],[31.080916,59.090734],[30.664196,58.73663],[30.128177,58.737422],[30.069733,58.447462],[29.894097,58.445798],[29.786456,58.42124],[29.330934,58.612891],[29.283293,58.696195],[28.97351,58.805193],[28.373552,58.878502],[27.990735,59.01557],[27.73789,58.978453],[27.95715,59.271342],[28.209299,59.371521],[28.042878,59.471387],[28.095908,59.601781],[28.429043,59.676594],[28.483564,59.834152],[28.722731,59.777043],[28.986266,59.814469],[29.128119,59.987311],[29.643704,59.933618],[30.269326,59.789962],[30.219444,59.673667],[30.467538,59.639429],[30.629925,59.793778],[30.368249,60.090273],[29.644162,60.242262],[29.457045,60.171631],[29.032096,60.180276],[28.942426,60.268336],[28.596521,60.370437],[28.706465,60.476472],[28.638994,60.704805],[28.399883,60.647326],[28.152513,60.513936],[27.873441,60.604623],[28.524668,60.957135],[28.6579,60.951093],[28.819062,61.121591],[29.306732,61.329469],[29.564191,61.183718],[30.111578,61.139586],[31.51385,60.910146],[32.91612,60.680708],[33.156057,60.739025],[33.204624,60.846915],[33.60788,60.958634],[33.785427,60.93709],[33.920404,61.089288],[33.667674,61.232483],[34.241951,61.237364],[34.794323,61.289732],[35.350483,61.177454],[35.719894,61.207904]]]}},{"type":"Feature","properties":{"name":"Томская область"},"geometry":{"type":"Polygon","coordinates":[[[84.263015,60.862339],[84.791607,60.35251],[84.616136,60.168694],[84.58117,59.962238],[84.70768,59.892219],[85.499481,59.883366],[85.998604,59.947298],[86.63662,59.9488],[87.078182,59.879225],[87.174213,59.682676],[87.514356,59.664559],[87.902354,59.256385],[88.62659,59.295273],[88.575952,59.212367],[88.828806,59.022756],[88.382803,58.893272],[87.924142,58.511497],[88.017128,58.214411],[88.10679,58.112923],[88.687377,58.03635],[88.859082,57.955335],[89.353393,57.91315],[89.355384,57.615811],[89.130471,57.615494],[89.063797,57.457706],[88.865192,57.443773],[88.734297,57.208187],[88.598544,56.802649],[88.424349,56.834826],[87.701734,56.55149],[87.598069,56.66316],[87.118047,56.535756],[86.910171,56.540633],[86.678466,56.643522],[86.389835,56.550277],[86.338922,56.636304],[85.804326,56.41159],[85.413994,56.206246],[84.897614,56.162966],[84.454401,56.043037],[84.202724,56.059342],[83.95275,56.015162],[83.678706,55.777184],[83.615771,55.664807],[83.210897,55.730463],[83.37715,55.91804],[83.229691,56.01215],[83.207515,56.177677],[83.064959,56.230623],[83.288931,56.443184],[83.10997,56.549666],[82.809496,56.515912],[82.823612,56.434565],[82.33629,56.356797],[81.992031,56.333693],[81.573539,56.242033],[81.22038,56.537734],[80.263641,56.422587],[79.588687,56.923301],[78.440663,57.11348],[78.463551,57.165151],[76.945557,57.169824],[76.697989,57.215631],[76.095011,57.235799],[75.848372,57.385936],[75.704239,57.625134],[75.550152,57.625358],[75.565865,57.934721],[75.071567,58.116927],[75.242588,58.202749],[75.056766,58.339288],[75.376932,58.454235],[75.10938,58.575898],[75.131262,58.664047],[75.635476,58.912479],[75.727695,59.015503],[75.639772,59.211712],[75.841281,59.280344],[76.177247,59.530132],[76.664976,59.571306],[76.74033,59.710989],[76.772535,60.065813],[76.866235,60.271551],[76.840215,60.468098],[77.042915,60.508127],[77.108026,60.858548],[77.704403,60.820125],[77.970055,60.740833],[78.195493,60.802613],[78.486829,60.764771],[78.684653,60.82357],[79.280321,60.807518],[79.398962,60.635976],[79.678274,60.681183],[80.201076,60.675458],[80.704951,60.802919],[81.052535,60.755861],[81.104295,60.64219],[81.45883,60.607277],[81.879634,60.639931],[82.167415,60.516481],[82.409692,60.608296],[82.376558,60.707019],[83.156773,61.026933],[83.477031,61.035817],[83.949809,60.836359],[84.263015,60.862339]]]}},{"type":"Feature","properties":{"name":"Бурятия"},"geometry":{"type":"Polygon","coordinates":[[[115.730062,56.962601],[115.614673,56.771555],[115.420931,56.595674],[115.6786,56.572308],[115.676034,56.280902],[115.764947,56.177407],[115.902613,55.409884],[116.101971,55.344378],[116.351141,55.383296],[116.472757,55.229294],[116.755986,55.117783],[116.91922,54.82882],[116.720843,54.529447],[116.483302,54.484384],[116.262353,54.508482],[115.596367,54.410647],[115.500608,54.314716],[115.162056,54.189611],[114.985143,53.999858],[114.364148,53.814393],[114.251347,53.74496],[114.003689,53.727675],[113.824489,53.630946],[113.828112,53.41543],[114.141881,53.107961],[114.329802,53.060563],[114.227454,52.813029],[114.081792,52.679907],[113.488426,52.469609],[113.158201,52.452903],[112.735697,52.326839],[112.546825,52.346543],[112.381524,52.20317],[112.094019,52.287627],[111.775112,52.069762],[111.73302,51.997489],[111.462673,51.871409],[111.025777,51.794082],[110.687763,51.508743],[110.426852,51.520924],[110.293378,51.602672],[109.975601,51.616686],[109.693761,51.477073],[109.22537,51.366081],[108.97243,51.442495],[108.503284,51.405747],[108.468931,51.206583],[108.348473,51.061775],[108.267824,50.824682],[108.060749,50.774732],[108.182032,50.649178],[108.481743,50.595034],[108.530758,50.472244],[107.734239,50.153392],[107.759396,49.971719],[107.237111,49.988802],[107.111189,50.042999],[107.015688,50.195898],[106.809607,50.3018],[106.509307,50.348299],[106.258091,50.3036],[106.066514,50.3998],[105.821107,50.4397],[105.425599,50.444499],[105.118498,50.392202],[104.903414,50.411299],[104.560813,50.3068],[104.386986,50.309701],[104.142799,50.145501],[103.839511,50.1932],[103.720699,50.131599],[103.504606,50.200299],[103.262291,50.1995],[103.231112,50.322202],[102.929811,50.310001],[102.651207,50.4063],[102.548193,50.576801],[102.217808,50.8148],[102.148408,51.069399],[102.117705,51.359099],[101.248702,51.541998],[100.649693,51.726301],[100.057803,51.7304],[99.864314,51.769799],[99.747798,51.903699],[99.296307,51.9553],[99.024987,52.063399],[98.96954,52.143404],[98.652283,52.392929],[98.785841,52.604499],[98.931458,52.657622],[98.925067,52.932412],[99.168551,52.864484],[99.230766,52.963354],[99.372381,53.102063],[99.716978,53.149723],[99.97804,53.326424],[100.286467,53.362824],[100.421835,53.248935],[100.377779,53.104698],[100.599704,52.950479],[101.291631,52.643716],[101.407498,52.634216],[101.691923,52.417089],[101.860949,52.348672],[101.927161,52.221001],[102.155708,52.283562],[102.389744,52.269667],[102.764501,51.995073],[103.226305,51.806622],[103.183072,51.616262],[103.337558,51.44821],[103.623085,51.480927],[103.801034,51.435009],[103.810301,51.1304],[104.193461,51.281268],[104.671477,51.336859],[104.585828,51.627385],[105.292888,51.745088],[105.575545,51.840408],[105.774035,51.956465],[106.172737,52.361231],[107.000139,52.717115],[108.014011,53.235798],[108.292477,53.666355],[108.514323,53.901607],[109.001574,54.335691],[109.067628,54.426347],[108.633347,54.545109],[108.711322,54.66744],[108.696722,55.049355],[108.794174,55.164046],[108.660097,55.293177],[108.639544,55.489894],[108.775547,55.610685],[108.824325,55.846226],[108.986905,56.00777],[108.804016,56.234653],[108.552778,56.325663],[108.740302,56.50486],[109.144612,56.679056],[109.427166,56.737816],[109.768717,56.708006],[109.886991,56.898891],[110.013597,56.975139],[110.365628,56.943885],[110.500997,56.855594],[111.092068,56.81768],[111.3421,56.896694],[111.500358,57.118529],[111.829488,56.911244],[112.081749,56.956099],[112.213297,56.857371],[112.401179,56.857495],[112.57161,56.956897],[112.734214,56.759344],[112.868427,56.685729],[113.383959,56.634564],[113.498725,56.672646],[113.788279,56.613748],[113.858512,56.520476],[114.157872,56.697256],[114.40618,56.668213],[114.795669,56.705048],[115.07021,57.112258],[115.654153,57.120733],[115.845269,57.248456],[116.108077,57.24144],[116.250748,57.138557],[115.730062,56.962601]]]}},{"type":"Feature","properties":{"name":"Кемеровская область"},"geometry":{"type":"Polygon","coordinates":[[[88.598544,56.802649],[88.663303,56.619923],[88.50102,56.622044],[88.593566,56.430816],[89.040049,56.300638],[89.193082,56.134959],[89.334542,55.77923],[88.913763,55.660358],[88.601305,55.427554],[88.442527,55.304704],[88.539458,55.036042],[88.732146,54.8931],[88.754301,54.790701],[88.595563,54.683204],[88.504002,54.416638],[88.652911,54.306837],[88.655082,54.308009],[88.906278,54.403641],[88.973081,54.317661],[89.216887,54.249929],[89.007614,54.000654],[89.237993,53.818666],[89.044027,53.79174],[88.974923,53.644993],[88.845905,53.577897],[88.91068,53.392297],[89.076382,53.158921],[88.93593,53.045735],[89.219551,52.857906],[89.110568,52.588007],[88.699639,52.363946],[88.707679,52.256109],[88.376352,52.177096],[88.442068,52.335788],[87.936502,52.535583],[87.653473,52.422568],[87.37149,52.499946],[87.132395,52.617846],[86.912568,52.847122],[87.055141,53.041158],[86.644369,53.18062],[86.809531,53.29524],[86.863546,53.439326],[86.393891,53.597443],[86.295893,53.829907],[86.124412,53.983059],[85.871412,54.037711],[85.749181,54.164443],[85.425454,54.187457],[85.116821,54.43824],[84.932089,54.6089],[84.894676,54.72869],[85.088244,54.816497],[84.878239,55.020393],[84.927334,55.163759],[84.741054,55.641501],[84.539291,55.718792],[84.604702,55.798765],[84.454401,56.043037],[84.897614,56.162966],[85.413994,56.206246],[85.804326,56.41159],[86.338922,56.636304],[86.389835,56.550277],[86.678466,56.643522],[86.910171,56.540633],[87.118047,56.535756],[87.598069,56.66316],[87.701734,56.55149],[88.424349,56.834826],[88.598544,56.802649]]]}},{"type":"Feature","properties":{"name":"Кировская область"},"geometry":{"type":"Polygon","coordinates":[[[48.419694,60.83729],[48.55926,60.550777],[48.530527,60.400512],[48.76963,60.316233],[48.492249,60.195243],[48.52324,59.706914],[49.10158,59.661788],[49.151216,59.507164],[49.56882,59.392436],[49.519806,59.216171],[49.815453,59.210245],[49.85944,59.655351],[49.988777,59.778453],[50.831059,59.863417],[51.047691,60.031992],[51.179091,60.04898],[51.551348,59.941624],[52.065487,60.308581],[52.317313,60.227285],[52.444479,60.184962],[52.920562,60.153873],[53.372664,60.155704],[53.625664,60.114328],[53.685874,60.00155],[53.597811,59.687521],[53.449735,59.702942],[53.357777,59.462623],[53.222781,59.358553],[53.384067,59.15277],[53.819638,59.111445],[53.753691,58.964795],[53.905456,58.75496],[53.702679,58.602221],[53.792541,58.455683],[53.620972,58.474355],[53.373699,58.384381],[53.213738,58.401462],[53.087938,58.523518],[52.892731,58.533713],[52.84337,58.392919],[51.964741,58.453179],[51.685473,58.170202],[51.897722,58.012405],[51.824675,57.913974],[51.954298,57.766961],[51.85115,57.619273],[51.530154,57.458357],[51.165297,57.440853],[51.124211,57.243369],[51.344763,56.941872],[51.519909,56.883418],[51.180479,56.684732],[51.137616,56.529337],[51.403841,56.286421],[51.438731,56.128891],[51.207574,56.122568],[50.875139,56.19553],[50.823594,56.348478],[50.633115,56.339437],[50.345991,56.674601],[50.081717,56.611381],[50.04106,56.852343],[49.731061,56.891806],[49.653111,57.062746],[49.38954,57.019784],[49.231006,57.069079],[49.169214,57.343252],[49.008683,57.288895],[49.003005,57.128528],[48.581101,57.17222],[48.276581,57.148668],[48.133554,56.992612],[47.768941,57.001724],[47.26397,56.806438],[47.095831,56.925881],[46.721499,56.963889],[46.838196,57.177216],[46.761069,57.366655],[46.840083,57.506256],[47.021975,57.487891],[47.264689,57.561239],[47.481407,57.515268],[47.617184,57.859313],[47.73281,57.9327],[47.296965,58.015789],[46.585223,58.027879],[46.344961,58.062301],[46.411192,58.390096],[46.661159,58.570419],[47.017907,58.618689],[47.077109,58.756676],[47.273592,58.90794],[47.492937,58.895382],[47.518733,59.060914],[47.209423,59.201302],[47.247735,59.352708],[47.048972,59.369405],[47.117839,59.599052],[47.152896,59.752314],[46.922365,59.76558],[47.034792,60.126461],[46.760897,60.062068],[46.377994,60.132177],[46.421559,60.26452],[46.758476,60.364865],[46.997241,60.574453],[47.07508,60.852215],[47.193192,61.067476],[47.600839,61.064],[47.956006,60.988628],[47.966538,60.879252],[48.419694,60.83729]]]}},{"type":"Feature","properties":{"name":"Тверская область"},"geometry":{"type":"Polygon","coordinates":[[[37.628244,58.483015],[37.368627,58.338496],[37.43764,58.187842],[37.605251,58.077096],[37.387866,57.979481],[37.331266,57.879408],[37.636093,57.672524],[37.857169,57.579215],[37.802654,57.500751],[38.149763,57.225357],[38.248522,57.026574],[38.101865,56.873395],[38.245444,56.794601],[37.701078,56.961685],[37.449874,56.795362],[37.168444,56.780128],[37.148241,56.587027],[36.851977,56.58589],[36.414771,56.480832],[36.091867,56.36273],[35.458914,56.379351],[35.502191,56.258805],[35.316751,56.229101],[35.321568,56.070803],[35.143634,55.959137],[34.745076,55.977919],[34.631537,55.913246],[34.157895,56.0641],[33.915535,56.067114],[33.671923,55.954293],[33.528754,55.77316],[33.117272,55.636555],[32.974825,55.668965],[32.094892,55.696482],[31.841647,55.774405],[31.483065,55.718735],[31.363903,55.968286],[31.509375,56.307855],[31.228031,56.341716],[31.011579,56.47968],[31.079177,56.625685],[30.881893,56.643231],[30.772512,56.764554],[30.978779,56.969953],[31.389476,56.92008],[32.618954,57.331524],[32.706813,57.432834],[33.077349,57.465873],[33.306091,57.648594],[33.568381,57.714138],[33.547592,57.851327],[33.68365,57.90546],[33.530733,58.051915],[34.170133,58.212843],[34.645883,58.078263],[34.821404,58.231268],[35.050714,58.194651],[35.23273,58.257559],[35.331637,58.412333],[35.644749,58.460132],[35.825347,58.428176],[36.182106,58.511484],[36.503077,58.515545],[36.860592,58.83934],[37.106923,58.860022],[37.413993,58.583537],[37.628244,58.483015]]]}},{"type":"Feature","properties":{"name":"Челябинская область"},"geometry":{"type":"Polygon","coordinates":[[[62.061141,56.131004],[62.317736,55.94772],[62.304374,55.838093],[62.525968,55.770022],[62.523489,55.590418],[62.62017,55.490687],[62.319618,55.413852],[62.160896,55.231249],[62.237193,55.108685],[61.995447,54.981989],[62.113703,54.839933],[62.07772,54.676238],[62.405877,54.723095],[62.671801,54.624127],[62.978513,54.705564],[63.199913,54.699203],[63.280252,54.529551],[63.171709,54.308231],[63.350221,54.19097],[62.340901,54.030802],[62.005095,54.0347],[61.863498,53.963498],[61.470697,54.081198],[61.186603,53.9721],[61.229098,53.795701],[60.903694,53.624899],[61.310299,53.513701],[61.1582,53.403598],[61.185203,53.299699],[61.524098,53.215599],[62.111502,53.116101],[62.131997,52.988696],[61.851704,53.000701],[61.634198,52.9535],[61.466197,53.035001],[61.1444,52.993397],[60.714302,52.760499],[60.988293,52.504799],[61.065801,52.349499],[60.9737,52.2779],[60.501503,52.148501],[60.201102,51.983102],[60.009577,51.993747],[59.968233,52.151991],[60.173981,52.260394],[60.163085,52.400233],[59.67765,52.408807],[59.296226,52.479934],[59.16576,52.276612],[58.855552,52.425496],[58.751104,52.611128],[58.760884,52.849745],[58.913501,53.056164],[58.907826,53.862773],[59.188258,54.003704],[59.325728,54.187902],[59.708065,54.141754],[59.789369,54.244455],[59.67187,54.339761],[59.682285,54.522553],[59.853847,54.609134],[59.947288,54.77048],[59.618056,54.906224],[59.52285,54.779899],[59.288913,54.65835],[59.065419,54.649781],[58.587346,54.464114],[58.436209,54.544035],[58.169278,54.502682],[58.012206,54.396893],[57.753435,54.501775],[57.592423,54.679452],[57.245043,54.772577],[57.259504,54.950363],[57.131357,55.085153],[57.394013,55.31733],[57.882958,55.302442],[58.362538,55.140993],[58.586899,54.959375],[58.824229,55.04761],[58.69311,55.150843],[58.725459,55.289788],[59.16012,55.342531],[59.144361,55.412665],[59.579013,55.516706],[59.335888,55.631681],[59.19397,55.820272],[59.192648,56.02527],[59.042251,56.167968],[59.139039,56.322115],[59.714069,56.323624],[60.051033,56.213665],[60.290517,56.228625],[60.963943,56.191063],[61.091846,56.319353],[61.73465,56.286813],[61.839896,56.18275],[62.061141,56.131004]]]}},{"type":"Feature","properties":{"name":"Краснодарский край"},"geometry":{"type":"Polygon","coordinates":[[[38.686526,46.870322],[38.89512,46.826729],[38.902558,46.634191],[39.211129,46.619927],[39.262312,46.798373],[40.065171,46.771478],[40.064014,46.536091],[40.220705,46.538023],[40.323192,46.282979],[40.743834,46.284608],[40.926282,46.229651],[41.064044,46.119897],[41.161469,45.950471],[41.271814,45.75946],[41.168761,45.674157],[40.84956,45.693851],[41.038613,45.224021],[41.349131,45.223303],[41.348615,45.090353],[41.458095,44.987856],[41.654023,44.985534],[41.559221,44.73896],[41.426654,44.708766],[41.589437,44.515285],[41.73822,44.473402],[41.634414,44.377451],[41.74019,44.273802],[41.54506,44.040685],[41.35949,43.977146],[41.264295,44.095092],[41.084926,44.094464],[40.795615,43.902883],[40.675309,43.715546],[40.713331,43.532034],[40.566365,43.519419],[40.260525,43.585751],[40.09152,43.55624],[40.007699,43.38701],[39.467346,43.784118],[39.291561,43.944674],[38.791407,44.274751],[38.225031,44.405111],[37.971217,44.575556],[37.846047,44.702968],[37.728602,44.646134],[37.385096,44.759653],[37.212173,45.001715],[36.889297,45.103906],[36.631406,45.137094],[36.920625,45.425804],[37.191213,45.330554],[37.371467,45.325475],[37.57341,45.405338],[37.594987,45.638258],[37.850963,45.781214],[37.968846,46.028832],[38.14668,46.037497],[38.28812,46.261086],[38.092779,46.396586],[37.902777,46.411889],[37.736209,46.67753],[37.906545,46.632282],[38.134739,46.688809],[38.497768,46.639536],[38.41666,46.811737],[38.686526,46.870322]],[[39.690994,45.189954],[39.54788,45.18911],[39.376324,45.056774],[39.04601,44.984058],[38.858736,44.8935],[39.091598,44.818025],[39.365816,44.807476],[39.64073,44.865822],[39.622559,44.96101],[39.885822,45.023755],[40.035382,44.745488],[39.904112,44.658854],[39.883854,44.399052],[40.077286,44.227887],[39.982429,44.076204],[39.865297,44.1815],[39.778097,43.962086],[40.369457,43.777155],[40.479025,43.967769],[40.361036,44.244126],[40.481878,44.312579],[40.344228,44.645691],[40.43141,44.765686],[40.565764,44.746372],[40.530661,44.931266],[40.284622,45.10375],[39.88637,45.094815],[39.690994,45.189954]]]}},{"type":"Feature","properties":{"name":"Калининградская область"},"geometry":{"type":"Polygon","coordinates":[[[21.482778,55.209861],[22.071057,55.026195],[22.275888,55.067139],[22.612473,55.020247],[22.892805,54.813722],[22.686083,54.588445],[22.769166,54.360832],[21.471471,54.320693],[20.5405,54.371808],[19.786054,54.436721],[20.260499,54.620277],[19.969554,54.798527],[19.946556,54.925],[20.529946,54.96061],[20.990749,54.892613],[21.215556,54.923864],[21.179833,55.193055],[21.482778,55.209861]]]}},{"type":"Feature","properties":{"name":"Ивановская область"},"geometry":{"type":"Polygon","coordinates":[[[43.302167,57.427714],[43.088483,57.10712],[43.253645,56.888168],[42.830312,56.773261],[42.802854,56.67742],[42.897301,56.470424],[42.613613,56.406756],[42.39155,56.448427],[42.05559,56.354958],[41.92381,56.518691],[41.585401,56.473762],[41.034858,56.489012],[40.765277,56.593557],[40.482448,56.578435],[40.225542,56.43989],[39.863363,56.595127],[39.902664,56.768939],[39.402056,56.771122],[39.437384,56.901698],[39.647932,57.078872],[40.263013,57.285782],[40.430844,57.286252],[41.139005,57.408496],[41.565408,57.453276],[41.628918,57.53775],[41.60248,57.73997],[41.890615,57.6935],[42.023053,57.589863],[42.371418,57.574838],[42.747957,57.688396],[42.881671,57.654737],[42.827451,57.416314],[42.890241,57.371894],[43.302167,57.427714]]]}},{"type":"Feature","properties":{"name":"Липецкая область"},"geometry":{"type":"Polygon","coordinates":[[[40.170053,53.312156],[40.095587,53.275129],[40.15538,53.046312],[40.083329,52.754669],[39.977225,52.597606],[40.226429,52.500113],[40.294736,52.391349],[40.733496,52.251326],[40.534138,51.94659],[40.12861,51.985738],[39.838528,51.923102],[39.490145,51.973786],[39.47174,52.072628],[39.291676,52.102531],[39.01606,51.985329],[38.875414,52.096549],[38.293283,51.966975],[38.242012,51.922975],[37.867973,51.900963],[37.738329,52.017106],[37.801031,52.169317],[38.057356,52.297489],[37.802975,52.514993],[37.799039,52.850983],[37.866591,53.011437],[38.122325,53.054508],[38.230837,52.994583],[38.562486,52.995709],[38.6711,53.129641],[38.547954,53.327667],[38.763806,53.357604],[38.722374,53.528557],[38.93645,53.574743],[39.054792,53.578542],[39.189542,53.392634],[39.560003,53.443072],[39.555071,53.5292],[39.753656,53.585504],[39.932164,53.51405],[40.170053,53.312156]]]}},{"type":"Feature","properties":{"name":"Марий Эл"},"geometry":{"type":"Polygon","coordinates":[[[50.081717,56.611381],[50.159198,56.530018],[49.750856,56.463034],[49.567635,56.503273],[49.333888,56.329395],[49.052264,56.341934],[48.984438,56.198734],[48.665021,55.938867],[48.473126,55.935977],[48.396094,55.827815],[48.047109,55.945774],[47.87902,56.125877],[47.425929,56.156906],[47.392326,56.324207],[47.150602,56.315085],[46.918437,56.213183],[46.382266,56.102826],[46.185157,56.0318],[45.923841,56.217406],[45.963805,56.428618],[45.661945,56.461001],[45.668562,56.61161],[45.886195,56.626149],[45.941547,56.859276],[46.721499,56.963889],[47.095831,56.925881],[47.26397,56.806438],[47.768941,57.001724],[48.133554,56.992612],[48.276581,57.148668],[48.581101,57.17222],[49.003005,57.128528],[49.008683,57.288895],[49.169214,57.343252],[49.231006,57.069079],[49.38954,57.019784],[49.653111,57.062746],[49.731061,56.891806],[50.04106,56.852343],[50.081717,56.611381]]]}},{"type":"Feature","properties":{"name":"Нижегородская область"},"geometry":{"type":"Polygon","coordinates":[[[46.344961,58.062301],[46.585223,58.027879],[47.296965,58.015789],[47.73281,57.9327],[47.617184,57.859313],[47.481407,57.515268],[47.264689,57.561239],[47.021975,57.487891],[46.840083,57.506256],[46.761069,57.366655],[46.838196,57.177216],[46.721499,56.963889],[45.941547,56.859276],[45.886195,56.626149],[45.668562,56.61161],[45.661945,56.461001],[45.963805,56.428618],[45.923841,56.217406],[46.185157,56.0318],[46.080312,55.948979],[46.113898,55.822718],[45.912703,55.695929],[46.112794,55.55348],[46.317325,55.501867],[46.173632,55.236759],[46.028429,55.149429],[46.061894,55.047689],[45.697507,55.011955],[45.787173,55.127617],[45.593544,55.165074],[45.430131,55.03946],[45.4278,54.885054],[45.234646,54.880487],[45.019017,54.705356],[44.918824,54.461979],[44.623351,54.559492],[44.069981,54.659218],[43.958301,54.806019],[43.699942,54.830012],[43.385496,54.956785],[43.161207,54.892979],[43.113456,54.791604],[42.816232,54.765728],[42.445964,54.799357],[42.435129,54.794367],[42.443502,54.825559],[42.443694,54.855752],[42.458654,54.878708],[41.999075,54.996277],[41.795936,55.103237],[42.018732,55.384198],[42.162554,55.442444],[42.065955,55.58734],[42.274237,55.767933],[42.397104,55.785688],[42.714326,55.989541],[42.686795,56.082764],[42.794216,56.285018],[42.613613,56.406756],[42.897301,56.470424],[42.802854,56.67742],[42.830312,56.773261],[43.253645,56.888168],[43.088483,57.10712],[43.302167,57.427714],[43.467691,57.591426],[43.853423,57.417564],[44.365318,57.528413],[44.597146,57.700955],[44.739042,57.697466],[44.88082,57.882008],[44.86904,58.076798],[45.223606,58.088748],[45.508949,58.028596],[45.668935,57.924126],[45.842669,58.051021],[46.344961,58.062301]]]}},{"type":"Feature","properties":{"name":"Санкт-Петербург"},"geometry":{"type":"Polygon","coordinates":[[[29.643704,59.933618],[30.026691,59.862211],[30.235554,59.959382],[29.969401,60.010273],[29.927831,60.143852],[29.457045,60.171631],[29.644162,60.242262],[30.368249,60.090273],[30.629925,59.793778],[30.467538,59.639429],[30.219444,59.673667],[30.269326,59.789962],[29.643704,59.933618]]]}},{"type":"Feature","properties":{"name":"Тульская область"},"geometry":{"type":"Polygon","coordinates":[[[38.657834,54.255257],[38.684884,54.098261],[38.92223,53.7649],[38.93645,53.574743],[38.722374,53.528557],[38.763806,53.357604],[38.547954,53.327667],[38.6711,53.129641],[38.562486,52.995709],[38.230837,52.994583],[38.122325,53.054508],[37.866591,53.011437],[37.590519,53.279015],[37.157049,53.259234],[36.784185,53.295886],[35.991231,53.626339],[35.921581,53.851307],[36.372503,54.204274],[36.545287,54.277449],[36.965591,54.290808],[36.854981,54.478843],[37.077401,54.54516],[37.246469,54.708478],[37.268799,54.841847],[37.44465,54.841876],[37.568675,54.742501],[37.934174,54.851075],[38.048011,54.720627],[38.518631,54.595113],[38.376945,54.525798],[38.528882,54.289105],[38.657834,54.255257]]]}},{"type":"Feature","properties":{"name":"Костромская область"},"geometry":{"type":"Polygon","coordinates":[[[47.117839,59.599052],[47.048972,59.369405],[47.247735,59.352708],[47.209423,59.201302],[47.518733,59.060914],[47.492937,58.895382],[47.273592,58.90794],[47.077109,58.756676],[47.017907,58.618689],[46.661159,58.570419],[46.411192,58.390096],[46.344961,58.062301],[45.842669,58.051021],[45.668935,57.924126],[45.508949,58.028596],[45.223606,58.088748],[44.86904,58.076798],[44.88082,57.882008],[44.739042,57.697466],[44.597146,57.700955],[44.365318,57.528413],[43.853423,57.417564],[43.467691,57.591426],[43.302167,57.427714],[42.890241,57.371894],[42.827451,57.416314],[42.881671,57.654737],[42.747957,57.688396],[42.371418,57.574838],[42.023053,57.589863],[41.890615,57.6935],[41.60248,57.73997],[41.628918,57.53775],[41.565408,57.453276],[41.139005,57.408496],[40.430844,57.286252],[40.443501,57.555179],[40.672805,57.593368],[40.61168,57.885189],[40.803497,58.008719],[40.882147,58.178726],[41.193528,58.341077],[40.930094,58.576407],[41.230492,58.741306],[41.349048,58.952016],[41.525235,59.041347],[42.001358,59.104808],[41.951368,59.261218],[42.034889,59.429625],[42.34841,59.304709],[42.636402,59.328258],[42.792103,59.174071],[43.420718,59.291383],[44.090704,59.234168],[44.190251,59.170201],[45.039669,59.121894],[45.340488,59.21612],[45.979056,59.171732],[46.020315,59.32403],[46.36889,59.343278],[46.406736,59.620287],[47.117839,59.599052]]]}},{"type":"Feature","properties":{"name":"Пензенская область"},"geometry":{"type":"Polygon","coordinates":[[[46.801441,52.621348],[46.57169,52.702259],[46.325971,52.680919],[46.004188,52.511058],[45.961076,52.396867],[45.604642,52.472924],[45.442574,52.400235],[44.893025,52.356598],[44.85319,52.44779],[44.401284,52.429412],[44.314586,52.30624],[43.669887,52.393707],[43.3363,52.373803],[43.142186,52.439023],[43.039944,52.370767],[43.049239,52.530804],[43.220418,52.636846],[43.193688,52.717329],[42.957634,52.931011],[42.754904,53.018358],[42.109571,53.5154],[42.144579,53.80242],[42.350656,53.853838],[42.511363,53.810257],[42.892905,53.794487],[43.106173,53.854525],[43.126884,53.97682],[43.534562,54.013687],[43.92646,53.871676],[43.927088,53.771083],[44.147389,53.704272],[44.57528,53.660263],[44.640666,53.900777],[44.869965,53.966988],[45.179763,53.9681],[45.359258,53.869974],[45.815709,53.972087],[46.061147,53.979212],[46.185344,53.912074],[46.444569,53.650378],[46.455829,53.513017],[46.908579,53.363526],[46.940204,52.722014],[46.801441,52.621348]]]}},{"type":"Feature","properties":{"name":"Псковская область"},"geometry":{"type":"Polygon","coordinates":[[[29.894097,58.445798],[29.892197,58.309554],[29.647859,58.108813],[29.889154,57.968449],[30.54457,57.864043],[30.452282,57.688051],[30.680649,57.644114],[30.423382,57.424257],[30.541065,57.304147],[30.745687,57.263266],[30.675676,57.004208],[30.978779,56.969953],[30.772512,56.764554],[30.881893,56.643231],[31.079177,56.625685],[31.011579,56.47968],[31.228031,56.341716],[31.509375,56.307855],[31.363903,55.968286],[31.483065,55.718735],[31.0382,55.75895],[30.931532,55.623174],[30.758205,55.596663],[30.48122,55.810625],[30.240725,55.870538],[29.978686,55.869857],[29.51683,55.702143],[29.360431,55.797403],[29.395972,55.97347],[29.088159,56.034098],[28.809807,55.972421],[28.549779,56.114474],[28.262422,56.084001],[28.154993,56.170278],[28.240653,56.272851],[28.19421,56.441808],[27.740171,56.921886],[27.74766,57.126511],[27.866412,57.295714],[27.352897,57.525486],[27.411089,57.700476],[27.656367,57.955335],[27.490967,58.224634],[27.55299,58.366275],[27.357333,58.787221],[27.73789,58.978453],[27.990735,59.01557],[28.373552,58.878502],[28.97351,58.805193],[29.283293,58.696195],[29.330934,58.612891],[29.786456,58.42124],[29.894097,58.445798]]]}},{"type":"Feature","properties":{"name":"Самарская область"},"geometry":{"type":"Polygon","coordinates":[[[52.568287,54.340257],[52.429453,54.310995],[52.294302,54.14961],[52.478958,54.070631],[52.194877,53.558708],[52.078426,53.498884],[52.210961,53.380556],[52.127539,53.233662],[52.163811,53.087616],[52.055529,52.963133],[51.91313,52.972252],[51.766579,52.800429],[51.72017,52.651991],[51.522284,52.677107],[51.450501,52.568564],[51.5475,52.463118],[51.400611,52.335669],[51.463052,52.226234],[51.391496,52.069358],[51.033552,51.923595],[50.772679,51.775797],[50.766086,51.773923],[50.701788,51.933069],[50.352475,51.981641],[49.985891,52.171752],[49.798224,52.172431],[49.637986,52.340144],[49.310326,52.400942],[49.252666,52.497627],[48.960489,52.492596],[48.7274,52.542593],[48.693389,52.639389],[48.350357,52.662298],[48.428231,52.814969],[48.359915,52.957431],[47.944633,53.333504],[48.035884,53.471396],[48.369603,53.474225],[48.534513,53.754603],[48.99487,53.706688],[48.994731,53.872409],[49.311584,53.872718],[49.703654,53.829395],[49.922283,53.88955],[49.977097,53.978906],[50.181724,54.023165],[50.242702,54.217675],[50.101538,54.506085],[50.387852,54.483068],[50.520214,54.3245],[50.675323,54.393802],[50.953709,54.392638],[51.006539,54.544231],[51.169873,54.652714],[51.383283,54.587839],[51.907668,54.537855],[52.064789,54.417388],[52.48417,54.466123],[52.568287,54.340257]]]}},{"type":"Feature","properties":{"name":"Новгородская область"},"geometry":{"type":"Polygon","coordinates":[[[34.722218,59.084845],[35.128443,58.815316],[35.409404,58.849403],[35.783223,58.753762],[36.104976,58.720765],[36.182106,58.511484],[35.825347,58.428176],[35.644749,58.460132],[35.331637,58.412333],[35.23273,58.257559],[35.050714,58.194651],[34.821404,58.231268],[34.645883,58.078263],[34.170133,58.212843],[33.530733,58.051915],[33.68365,57.90546],[33.547592,57.851327],[33.568381,57.714138],[33.306091,57.648594],[33.077349,57.465873],[32.706813,57.432834],[32.618954,57.331524],[31.389476,56.92008],[30.978779,56.969953],[30.675676,57.004208],[30.745687,57.263266],[30.541065,57.304147],[30.423382,57.424257],[30.680649,57.644114],[30.452282,57.688051],[30.54457,57.864043],[29.889154,57.968449],[29.647859,58.108813],[29.892197,58.309554],[29.894097,58.445798],[30.069733,58.447462],[30.128177,58.737422],[30.664196,58.73663],[31.080916,59.090734],[31.369075,59.028088],[31.759793,59.338855],[32.075592,59.391852],[32.447249,59.108029],[32.647411,59.117255],[32.732466,59.271501],[32.970737,59.39225],[33.630302,59.382551],[33.800111,59.200723],[34.032314,59.147764],[34.28418,59.178213],[34.722218,59.084845]]]}},{"type":"Feature","properties":{"name":"Тамбовская область"},"geometry":{"type":"Polygon","coordinates":[[[42.144579,53.80242],[42.109571,53.5154],[42.754904,53.018358],[42.957634,52.931011],[43.193688,52.717329],[43.220418,52.636846],[43.049239,52.530804],[43.039944,52.370767],[42.775157,52.181251],[42.712668,51.8857],[42.523331,51.721342],[42.520449,51.596177],[42.342602,51.589401],[42.192852,51.728953],[42.070407,51.657387],[41.735874,51.705884],[41.600265,51.767031],[41.000914,51.71718],[40.933143,51.88887],[40.534138,51.94659],[40.733496,52.251326],[40.294736,52.391349],[40.226429,52.500113],[39.977225,52.597606],[40.083329,52.754669],[40.15538,53.046312],[40.095587,53.275129],[40.170053,53.312156],[40.368965,53.341537],[40.701483,53.556736],[41.117769,53.424914],[41.35507,53.527402],[41.369782,53.74427],[41.54895,53.811943],[42.144579,53.80242]]]}},{"type":"Feature","properties":{"name":"Калмыкия"},"geometry":{"type":"Polygon","coordinates":[[[44.962636,48.272085],[45.163358,48.220768],[45.263003,48.105392],[45.538629,48.000253],[45.709322,48.031712],[45.739798,47.83044],[46.014772,47.560211],[46.267516,47.420313],[46.399497,47.413163],[46.686882,47.600914],[46.872978,47.54669],[46.537533,47.403052],[46.740129,47.073427],[46.961865,46.973892],[46.957855,46.718455],[46.865913,46.619468],[46.966442,46.445909],[46.663544,46.440845],[46.449964,46.171819],[46.453494,45.961752],[46.290496,45.91006],[46.539283,45.783134],[46.501449,45.680191],[46.813811,45.568013],[46.970399,45.621903],[47.211951,45.618606],[47.387925,45.667883],[47.586071,45.478924],[47.44171,45.351205],[47.424185,45.229895],[47.294331,45.154367],[47.19617,44.840165],[46.965273,44.773743],[46.511737,44.929745],[45.8138,44.991811],[45.705112,44.977299],[45.586425,45.121212],[45.193852,45.283957],[44.552653,45.499445],[44.319138,45.551387],[44.181312,45.635498],[43.918202,45.945076],[43.46983,45.988973],[43.310455,46.089969],[43.001836,46.169408],[42.931872,46.236145],[42.55476,46.006491],[42.319962,45.968535],[42.329764,46.135302],[42.171035,46.111985],[42.083551,45.965796],[41.714174,45.982037],[41.641135,46.153808],[41.86264,46.143655],[41.962434,46.29702],[42.099157,46.374028],[42.047196,46.541529],[42.200448,46.558487],[42.410622,46.502223],[42.59854,46.383966],[42.930748,46.447045],[43.333159,46.169276],[43.623246,46.17792],[43.745874,46.363518],[43.895022,46.30034],[43.915428,46.715169],[44.256479,46.8992],[44.319331,47.141019],[44.310892,47.478619],[43.96422,47.400319],[43.939598,47.25884],[43.793582,47.267906],[43.711063,47.47481],[43.714852,47.717711],[43.945916,47.753183],[44.08073,47.899538],[44.35552,47.854083],[44.4225,47.95671],[44.325213,48.041418],[44.325896,48.23804],[44.543707,48.187944],[44.809557,48.050723],[44.925597,48.120624],[44.962636,48.272085]]]}},{"type":"Feature","properties":{"name":"Архангельская область"},"geometry":{"type":"MultiPolygon","coordinates":[[[[59.09048,81.858177],[59.231076,81.735261],[57.970056,81.714645],[57.906193,81.811659],[59.09048,81.858177]]],[[[57.661061,81.563573],[58.547409,81.40678],[57.834215,81.378878],[56.899408,81.44601],[57.661061,81.563573]]],[[[56.647802,81.409074],[57.521931,81.307575],[56.646612,81.167033],[56.311346,81.268966],[56.647802,81.409074]]],[[[64.852392,81.173734],[65.22963,81.124768],[65.37994,80.913595],[64.410828,80.706144],[63.159082,80.638728],[62.515457,80.781077],[63.378009,80.957117],[64.183246,81.007578],[64.184367,81.136771],[64.852392,81.173734]]],[[[61.139123,81.113738],[61.575221,81.018538],[61.201103,80.921958],[60.412427,80.905071],[59.995678,80.974377],[61.139123,81.113738]]],[[[56.442022,81.085073],[57.612453,81.024206],[58.335409,80.905571],[57.322091,80.858717],[56.442022,81.085073]]],[[[54.917561,81.077987],[56.019152,81.024315],[57.807364,80.756941],[57.174823,80.669214],[56.663412,80.782317],[55.767263,80.84631],[54.455804,81.028315],[54.917561,81.077987]]],[[[50.889291,80.927394],[51.795621,80.71366],[50.980376,80.546488],[49.659891,80.478892],[49.127968,80.371743],[48.843955,80.21293],[47.648348,80.075631],[47.109254,80.161453],[46.748648,80.315645],[47.605651,80.483829],[48.327883,80.548429],[49.14787,80.514015],[49.171821,80.79789],[50.889291,80.927394]]],[[[62.135031,80.827816],[62.173307,80.660921],[61.64202,80.469236],[61.082629,80.363266],[60.347631,80.451673],[59.660192,80.387639],[59.332778,80.485804],[59.594327,80.779394],[60.408048,80.775048],[62.135031,80.827816]]],[[[47.658077,80.836116],[48.590133,80.775988],[48.712165,80.623771],[47.519199,80.673819],[46.522531,80.528205],[46.108363,80.662808],[47.658077,80.836116]]],[[[56.389746,80.760782],[56.365245,80.595924],[55.563682,80.628072],[56.389746,80.760782]]],[[[58.073701,80.47659],[58.909581,80.419629],[58.096027,80.231754],[57.344359,80.153801],[57.288632,80.347189],[57.000639,80.447213],[58.073701,80.47659]]],[[[53.382926,80.379565],[53.941818,80.230713],[53.538987,80.144012],[52.686106,80.155047],[52.636935,80.26222],[53.382926,80.379565]]],[[[56.998835,80.350961],[57.016495,80.058045],[56.094012,80.062388],[55.934622,80.297422],[56.998835,80.350961]]],[[[44.255058,66.439025],[44.589481,66.297644],[45.703244,66.083339],[46.347074,66.038362],[47.144725,65.821382],[47.749192,65.906538],[48.084617,66.129336],[48.999763,66.113344],[49.055623,65.22485],[49.636603,65.289188],[50.245613,64.828593],[50.498819,64.791813],[50.360671,64.510471],[49.552389,64.57591],[49.483151,64.425142],[48.961041,64.477633],[48.883784,64.326777],[48.524458,64.3557],[48.464716,64.20441],[48.196502,64.226685],[48.16142,64.345329],[47.344523,64.354468],[46.630204,64.316982],[46.32106,64.248065],[45.851989,64.27811],[45.399326,64.174992],[45.594498,64.057037],[45.943382,63.956705],[46.499671,63.864661],[46.809877,63.756727],[47.017305,63.577805],[46.942713,63.349486],[47.051014,63.253986],[47.570346,63.144842],[47.40906,62.964883],[47.060894,62.826368],[47.245361,62.638814],[47.231914,62.337273],[47.389083,62.181489],[47.642627,62.175799],[47.659358,62.328469],[48.322909,62.307235],[48.255709,62.506196],[48.352231,62.733816],[48.681416,62.702222],[48.741332,62.851784],[49.640796,62.769243],[49.374022,62.132822],[49.227476,62.100953],[49.043755,61.649158],[49.502112,61.605121],[49.321836,61.152458],[49.126771,61.172319],[48.474986,61.022225],[48.419694,60.83729],[47.966538,60.879252],[47.956006,60.988628],[47.600839,61.064],[47.193192,61.067476],[47.07508,60.852215],[46.807417,60.966503],[45.759423,61.0113],[45.805,61.161896],[45.337657,61.196341],[45.246656,60.890397],[44.155494,60.964645],[44.183814,61.059114],[43.78296,61.037259],[43.734955,60.881128],[43.52375,60.766454],[43.135157,60.809278],[43.066247,60.746066],[42.658312,60.888023],[42.375331,60.767858],[42.118423,60.833737],[41.509115,60.895294],[41.342474,60.687619],[41.140841,60.635886],[40.574878,60.719725],[39.885615,60.653999],[39.645115,60.750278],[39.373664,60.685508],[38.96659,60.763304],[38.620232,60.716498],[38.21795,60.931112],[38.177176,61.131449],[37.85541,61.280662],[37.781888,61.51749],[37.759846,61.615496],[37.94399,61.972587],[37.836774,61.982602],[37.596405,62.357634],[37.51346,62.651691],[37.070634,62.648747],[36.528451,62.793176],[36.258121,63.01159],[36.307053,63.150818],[36.192046,63.425667],[35.935329,63.605461],[36.455199,63.626545],[36.590368,63.748261],[36.553596,63.948555],[36.873515,63.886182],[37.607458,63.813888],[38.075643,64.000178],[37.808678,64.427564],[37.328259,64.342581],[37.102805,64.411217],[36.705287,64.701322],[36.547427,64.897183],[36.806741,64.959976],[36.841162,65.14614],[37.029199,65.164286],[37.669396,65.035213],[37.762352,64.936467],[38.041633,64.85333],[37.997371,64.729796],[38.640492,64.7625],[39.285324,64.649231],[39.510644,64.55338],[39.901064,64.635086],[40.152693,64.550696],[40.517068,64.525425],[40.416081,64.692509],[40.39172,64.924652],[40.105471,65.071258],[39.720077,65.339119],[39.715774,65.493983],[39.880632,65.635681],[40.473518,65.805474],[40.789187,65.993198],[41.49508,66.111463],[41.947271,66.332479],[42.098892,66.483956],[42.308982,66.510743],[42.653003,66.394853],[43.175656,66.411724],[43.568492,66.298311],[43.957151,66.099539],[44.255058,66.439025]]]]}},{"type":"Feature","properties":{"name":"Курганская область"},"geometry":{"type":"Polygon","coordinates":[[[64.927127,56.772517],[64.989564,56.518485],[65.12208,56.307694],[65.68321,56.269786],[65.845659,56.067167],[66.021051,55.993721],[66.160852,56.067077],[66.451863,55.959705],[66.763949,55.975752],[67.278419,55.939024],[67.404014,55.72798],[67.794382,55.728875],[67.92103,55.655089],[68.138943,55.728959],[68.18885,55.589251],[68.714415,55.347938],[68.638498,55.201201],[68.285101,55.204198],[68.193503,55.150602],[68.239295,54.967799],[67.822396,54.969599],[67.775101,54.883003],[67.302299,54.860098],[67.106902,54.8087],[65.770693,54.599399],[65.496597,54.656601],[65.2176,54.542299],[65.237905,54.376801],[64.972804,54.422702],[64.746504,54.354303],[64.500798,54.365901],[63.542698,54.208499],[63.350221,54.19097],[63.171709,54.308231],[63.280252,54.529551],[63.199913,54.699203],[62.978513,54.705564],[62.671801,54.624127],[62.405877,54.723095],[62.07772,54.676238],[62.113703,54.839933],[61.995447,54.981989],[62.237193,55.108685],[62.160896,55.231249],[62.319618,55.413852],[62.62017,55.490687],[62.523489,55.590418],[62.525968,55.770022],[62.304374,55.838093],[62.317736,55.94772],[62.061141,56.131004],[62.071183,56.297132],[62.428524,56.527073],[62.603006,56.490772],[62.981492,56.598012],[63.315151,56.567899],[63.474019,56.611748],[63.829487,56.481218],[64.178914,56.460804],[64.350501,56.682676],[64.545679,56.788878],[64.838902,56.837892],[64.927127,56.772517]]]}},{"type":"Feature","properties":{"name":"Владимирская область"},"geometry":{"type":"Polygon","coordinates":[[[42.613613,56.406756],[42.794216,56.285018],[42.686795,56.082764],[42.714326,55.989541],[42.397104,55.785688],[42.274237,55.767933],[42.065955,55.58734],[42.162554,55.442444],[42.018732,55.384198],[41.795936,55.103237],[41.443475,55.145532],[41.294546,55.233545],[40.612999,55.217851],[40.527243,55.302423],[40.193689,55.365598],[40.200057,55.497296],[40.049003,55.529604],[40.055939,55.655556],[39.887839,55.834298],[39.354303,55.768234],[38.996077,55.941909],[38.838257,55.915046],[38.599315,55.979844],[38.39615,56.271856],[38.285642,56.542316],[38.317512,56.661013],[38.978724,56.53429],[39.332884,56.595658],[39.402056,56.771122],[39.902664,56.768939],[39.863363,56.595127],[40.225542,56.43989],[40.482448,56.578435],[40.765277,56.593557],[41.034858,56.489012],[41.585401,56.473762],[41.92381,56.518691],[42.05559,56.354958],[42.39155,56.448427],[42.613613,56.406756]]]}},{"type":"Feature","properties":{"name":"Якутия"},"geometry":{"type":"MultiPolygon","coordinates":[[[[139.163669,76.197225],[139.080157,76.131867],[140.16792,75.804823],[140.925373,75.704009],[141.108904,76.061873],[141.814683,76.112473],[142.642743,75.856402],[143.195089,75.801224],[143.536365,75.854749],[144.070862,75.805528],[145.150265,75.598143],[144.87914,75.426418],[144.745141,75.149563],[144.4097,75.052339],[143.548951,75.061551],[143.706144,74.937767],[142.435209,74.808329],[142.007173,74.926735],[141.628635,74.942235],[140.234557,74.813592],[139.807098,74.958316],[139.476741,74.707343],[139.080003,74.64088],[138.203666,74.760166],[137.911209,74.932071],[137.379413,75.062342],[136.981449,75.252276],[137.212709,75.377684],[137.492938,75.751134],[137.463761,75.926915],[138.106981,76.002103],[138.267421,76.116131],[139.163669,76.197225]]],[[[136.016934,75.451977],[135.514422,75.441184],[135.620548,75.656598],[136.241649,75.623871],[136.016934,75.451977]]],[[[147.029815,75.3223],[147.634983,75.443526],[148.582428,75.37375],[148.589673,75.215442],[149.340455,75.26505],[150.27712,75.182833],[150.700119,74.998043],[150.670478,74.867265],[149.23964,74.731872],[148.23133,74.776165],[147.710123,74.950316],[147.107344,75.014523],[146.181919,75.21498],[146.405455,75.544809],[147.029815,75.3223]]],[[[112.495098,74.525978],[113.162254,74.506059],[113.464084,74.376562],[113.176828,74.194002],[112.827164,74.081918],[112.204124,74.134694],[111.492817,74.29281],[112.01309,74.381446],[112.082037,74.553005],[112.495098,74.525978]]],[[[140.812339,73.962901],[140.413776,73.935739],[140.206082,74.074938],[140.24866,74.22119],[140.857316,74.275237],[141.128087,74.203901],[141.073772,74.019144],[140.812339,73.962901]]],[[[158.54358,66.335389],[158.432664,66.203515],[157.745346,66.099606],[157.445118,66.00039],[157.335571,65.891969],[156.644689,66.148171],[156.427421,66.038421],[155.948887,66.067902],[155.813316,66.147529],[154.946709,66.110732],[154.521549,66.218845],[154.365369,66.103542],[154.416071,65.950296],[154.267245,65.806472],[153.957071,65.873198],[153.532568,65.810455],[153.577462,65.689996],[153.442745,65.485473],[153.500931,65.345883],[152.66187,65.168633],[152.519715,64.976776],[152.586294,64.811446],[152.847663,64.701545],[152.359282,64.508408],[152.447786,64.395689],[152.142531,64.379146],[152.048134,64.468078],[151.497269,64.425962],[151.372074,64.366558],[150.639952,64.337903],[150.642791,64.170174],[150.233994,64.21336],[150.017155,64.351078],[150.14155,64.465118],[149.871632,64.562529],[149.339873,64.376905],[149.041504,64.431632],[148.709078,64.402361],[148.327975,64.52824],[148.072633,64.349089],[148.31349,64.223052],[148.018707,63.936294],[147.785429,63.954618],[147.402105,64.129734],[147.255191,64.026871],[147.012411,64.133583],[146.368971,64.186043],[146.166039,63.927369],[145.58634,63.8282],[145.676254,63.673687],[145.468645,63.526465],[145.392954,63.30941],[145.249843,63.161171],[145.40988,62.866832],[145.43776,62.531037],[145.147868,62.475854],[145.202375,62.299115],[144.737132,62.045367],[144.516245,61.845333],[144.10445,61.74327],[143.945026,61.755149],[143.936108,61.973475],[143.642688,61.858035],[143.609457,62.03618],[143.400706,62.027973],[143.136239,62.104172],[143.006825,61.915004],[142.686525,61.965649],[142.467638,61.892134],[142.14566,62.075672],[141.833662,62.018086],[141.553879,62.163955],[141.493186,62.286903],[141.061657,62.49],[140.740323,62.509371],[140.628617,62.404135],[140.412368,62.413604],[140.292045,62.26836],[140.276314,62.037974],[139.952871,61.936694],[139.927441,61.795459],[139.692616,61.662411],[139.55409,61.473775],[139.091675,61.435307],[139.039873,61.345816],[138.735243,61.337052],[138.651424,61.227151],[138.324966,61.061888],[138.207225,60.857206],[138.397859,60.72317],[138.307115,60.313251],[138.213526,60.277988],[138.262752,60.06897],[138.17602,59.826959],[137.632282,59.751477],[137.298643,59.495787],[136.667786,59.346629],[136.317673,59.423978],[136.090202,59.419723],[135.826762,59.526279],[135.438147,59.397128],[135.193552,59.114556],[134.716716,59.204876],[134.365996,59.202428],[134.077668,59.256188],[133.747846,59.228517],[133.486208,59.310564],[132.989235,59.159166],[132.534979,58.82105],[132.546806,58.659865],[132.175781,58.489728],[132.228585,58.331244],[131.998771,58.150566],[131.557012,58.211709],[131.58096,58.038734],[131.79951,57.932627],[132.068725,57.681895],[131.849418,57.623037],[131.606581,57.428375],[131.509123,57.268325],[131.25563,57.298964],[131.202632,57.203465],[131.465402,57.111659],[131.831974,56.742924],[131.701083,56.690703],[131.692788,56.526467],[131.492392,56.566055],[131.222398,56.521024],[131.103931,56.410111],[131.140039,56.29849],[130.991581,56.167762],[130.860506,55.915276],[130.953089,55.712488],[130.625125,55.762626],[130.001369,55.713461],[129.668088,55.778011],[129.048164,55.692855],[129.011766,55.497683],[128.512721,55.544958],[128.304934,55.69069],[127.542749,55.665016],[126.971929,55.701596],[126.693071,55.666892],[126.414707,55.560206],[126.088021,55.668132],[125.994105,55.767566],[125.617125,55.779621],[125.253617,55.907941],[124.91134,55.842048],[124.394553,56.05281],[124.033028,56.256184],[123.921078,56.388042],[123.194306,56.440848],[122.90218,56.556816],[122.571862,56.485576],[122.461019,56.599795],[122.164197,56.746369],[121.683788,56.759775],[121.459583,56.970688],[120.905751,57.060685],[120.329599,57.021264],[120.035699,56.910117],[119.856256,56.896219],[119.572823,57.07663],[119.691422,57.175136],[119.420172,57.396108],[119.420961,57.621127],[119.180106,57.589602],[119.046086,57.764695],[119.164224,58.031634],[119.117371,58.238268],[119.1315,58.488061],[118.777053,58.611559],[118.861974,58.731382],[118.861516,58.95223],[118.696508,59.057732],[118.67106,59.18678],[118.817621,59.329757],[118.761534,59.428437],[118.362059,59.525797],[118.346389,59.615214],[118.034244,59.629487],[117.49819,59.492812],[117.24948,59.514069],[117.204471,59.876064],[117.104039,60.02789],[116.759515,60.279762],[116.541207,60.390153],[116.324861,60.374897],[115.696845,60.549203],[115.09627,60.413402],[114.986985,60.2147],[114.651392,60.179231],[114.52975,59.983785],[114.297366,59.890904],[114.216951,59.784807],[114.000713,59.73056],[113.463623,59.43246],[113.429281,59.247944],[113.109838,59.15097],[112.805371,59.127167],[112.752078,59.052099],[112.441744,58.918302],[112.44808,59.136407],[112.251516,59.52857],[112.079114,59.392704],[111.650025,59.224021],[111.45136,59.292523],[111.217934,59.203903],[110.720772,59.28107],[110.548831,59.183516],[110.474879,59.046537],[110.239647,59.000095],[109.812155,59.004424],[109.452807,59.313187],[109.291878,59.316692],[109.252492,59.467073],[109.543634,59.667463],[109.474982,59.7678],[109.662797,59.876202],[109.740525,60.248722],[109.90732,60.461563],[110.288842,60.702147],[110.26208,60.844801],[110.458113,60.981794],[110.524133,61.179862],[110.222304,61.168418],[110.111442,61.278053],[109.761991,61.331866],[109.859719,61.566924],[109.600396,61.74564],[109.642471,61.927854],[110.004773,62.186213],[109.911144,62.437186],[109.66812,62.435555],[109.298545,62.521796],[109.508203,62.795178],[109.411891,63.368034],[109.081434,63.577229],[108.495267,63.636577],[108.299522,63.716211],[108.287536,63.836814],[108.732015,63.842178],[108.764232,64.009373],[108.52492,64.148919],[108.50301,64.306453],[108.085592,64.246508],[107.892418,64.196517],[107.698742,64.295859],[107.370136,64.261225],[106.885931,64.440484],[106.256538,64.447211],[105.709701,64.602385],[105.924667,64.900512],[106.419554,65.229152],[106.545085,65.379599],[106.776317,65.387385],[106.968069,65.508445],[106.42823,65.664724],[106.517111,66.001305],[106.337802,66.148566],[106.110586,66.193091],[106.148811,66.409334],[106.331707,66.471563],[106.244858,66.689683],[105.985816,66.801658],[106.080823,66.895574],[105.699139,66.92536],[106.076661,67.168693],[106.342334,67.200927],[106.82219,67.334251],[106.92083,68.254318],[106.906773,68.857937],[106.143035,69.409557],[106.630853,69.528123],[106.857615,69.523422],[107.844449,69.686528],[108.248891,69.854556],[108.902156,69.842711],[109.201307,69.754777],[109.525767,69.991755],[109.303484,70.144605],[109.575756,70.252601],[109.643926,70.372927],[110.062806,70.398012],[110.123547,70.635832],[111.326122,70.856388],[111.478964,70.928977],[112.184345,71.013426],[112.599779,71.109347],[112.469426,71.276742],[112.000702,71.402459],[112.000884,72.12455],[111.438979,72.317414],[111.010386,72.390371],[111.291261,72.486759],[110.718165,72.680011],[110.645867,72.893883],[110.86036,73.054526],[110.356015,73.199384],[110.531514,73.434484],[111.28288,73.609397],[110.894054,73.696045],[110.890349,73.764442],[111.322394,73.848579],[111.874458,73.72708],[112.795534,73.715992],[113.168078,73.862629],[113.539805,73.501073],[114.249217,73.602016],[114.915339,73.605872],[115.321058,73.703232],[116.516727,73.672006],[117.280317,73.58572],[118.61645,73.568272],[118.972208,73.458438],[118.415066,73.412802],[118.529843,73.180403],[119.681935,73.004916],[120.654911,72.982328],[121.121875,72.931685],[121.663332,72.974431],[122.837219,72.966119],[123.318384,72.920003],[123.556342,73.109841],[123.581591,73.271371],[123.386288,73.346119],[123.372461,73.550992],[124.482265,73.751235],[124.895038,73.730788],[125.26022,73.549138],[125.7384,73.434474],[126.357948,73.545631],[126.516253,73.368959],[126.97929,73.419568],[127.027296,73.525269],[127.90387,73.468261],[128.473991,73.239667],[129.174144,73.112355],[129.576977,72.936531],[129.333884,72.743595],[129.4387,72.601727],[128.827962,72.55694],[128.983423,72.462839],[129.440074,72.439641],[129.582451,72.221408],[129.530019,72.11108],[128.506396,71.959839],[128.792862,71.746494],[129.33946,71.523212],[129.480574,71.296012],[129.820125,71.13067],[130.175721,71.070306],[130.359646,70.903102],[130.880112,70.883768],[130.961654,70.748844],[131.199935,70.716814],[131.615913,70.877397],[131.775435,71.129847],[132.01554,71.286428],[132.180408,71.561381],[132.575125,71.879406],[133.201464,71.582032],[133.548454,71.465227],[134.354492,71.359714],[134.706792,71.391876],[134.95233,71.493768],[135.65427,71.62528],[136.036415,71.626442],[137.136858,71.414124],[137.944552,71.36292],[138.134581,71.567753],[138.859409,71.629803],[139.141421,71.577378],[139.174503,71.422634],[139.797689,71.447767],[140.001741,71.523318],[139.776175,71.687955],[139.715014,71.917546],[140.005037,72.167803],[139.621334,72.218137],[139.211519,72.175337],[139.280478,72.35695],[139.620473,72.487469],[140.493342,72.467961],[141.2381,72.586516],[140.756974,72.832719],[141.315481,72.85532],[141.742037,72.74484],[142.686586,72.699017],[143.556512,72.691006],[145.614988,72.544699],[146.819004,72.37095],[147.132304,72.302306],[147.460426,72.328144],[148.469876,72.318679],[149.586747,72.149716],[149.955207,72.016902],[150.066576,71.829199],[149.710348,71.752128],[149.446094,71.891102],[149.027536,71.71751],[149.594133,71.642656],[149.93451,71.671032],[150.227852,71.530225],[150.705849,71.493603],[150.717624,71.381174],[151.163076,71.369208],[151.66023,71.291727],[152.142358,70.995741],[152.123935,70.896021],[152.572635,70.820458],[153.882032,70.88138],[154.358421,70.953595],[155.562518,71.063217],[156.913511,71.091186],[158.156584,71.000392],[159.13601,70.835258],[159.587018,70.700334],[159.892023,70.54316],[160.118729,70.266652],[159.889185,69.973763],[159.696777,69.871899],[159.86106,69.774959],[160.637274,69.646058],[160.985177,69.616969],[161.100543,69.450346],[161.365827,69.365483],[161.621444,69.3945],[162.217697,69.616741],[162.465414,69.650303],[162.325049,69.529568],[162.514191,69.327904],[162.772941,69.181479],[162.53237,69.105766],[162.580007,68.96134],[162.799817,68.82299],[162.59206,68.777767],[162.752135,68.584088],[162.564253,68.483484],[162.394204,68.27472],[161.957179,68.359832],[161.327731,68.368721],[160.732158,68.248125],[160.064258,68.267275],[159.365576,68.188148],[158.902226,68.10314],[158.372828,68.0763],[158.103989,67.914162],[158.364654,67.724896],[157.937936,67.718177],[157.731,67.51814],[157.908146,67.420592],[157.811789,67.308467],[158.39881,67.100324],[158.712171,67.038536],[158.935278,66.768891],[158.711629,66.689223],[158.504807,66.463047],[158.54358,66.335389]]],[[[142.30044,73.863521],[142.528697,73.846568],[143.275602,73.628031],[143.603871,73.442018],[143.57113,73.239662],[143.276069,73.180271],[141.635709,73.294572],[140.894286,73.419719],[140.623261,73.514621],[140.904233,73.743864],[141.312272,73.843115],[142.093421,73.918325],[142.30044,73.863521]]],[[[137.519543,71.590485],[137.973629,71.570389],[137.87235,71.417307],[137.046325,71.51574],[137.519543,71.590485]]]]}},{"type":"Feature","properties":{"name":"Иркутская область"},"geometry":{"type":"Polygon","coordinates":[[[119.117371,58.238268],[118.474919,58.229758],[118.254623,58.39785],[117.672575,58.406475],[117.472472,58.326189],[117.594624,58.184816],[117.40453,58.124426],[117.346336,57.864643],[117.120079,57.860966],[117.140385,57.665527],[117.344875,57.364282],[117.777494,57.321328],[117.576456,57.16531],[117.677008,57.087388],[117.576921,56.916127],[116.743151,56.738933],[116.316251,56.870506],[116.119146,56.819494],[115.730062,56.962601],[116.250748,57.138557],[116.108077,57.24144],[115.845269,57.248456],[115.654153,57.120733],[115.07021,57.112258],[114.795669,56.705048],[114.40618,56.668213],[114.157872,56.697256],[113.858512,56.520476],[113.788279,56.613748],[113.498725,56.672646],[113.383959,56.634564],[112.868427,56.685729],[112.734214,56.759344],[112.57161,56.956897],[112.401179,56.857495],[112.213297,56.857371],[112.081749,56.956099],[111.829488,56.911244],[111.500358,57.118529],[111.3421,56.896694],[111.092068,56.81768],[110.500997,56.855594],[110.365628,56.943885],[110.013597,56.975139],[109.886991,56.898891],[109.768717,56.708006],[109.427166,56.737816],[109.144612,56.679056],[108.740302,56.50486],[108.552778,56.325663],[108.804016,56.234653],[108.986905,56.00777],[108.824325,55.846226],[108.775547,55.610685],[108.639544,55.489894],[108.660097,55.293177],[108.794174,55.164046],[108.696722,55.049355],[108.711322,54.66744],[108.633347,54.545109],[109.067628,54.426347],[109.001574,54.335691],[108.514323,53.901607],[108.292477,53.666355],[108.014011,53.235798],[107.000139,52.717115],[106.172737,52.361231],[105.774035,51.956465],[105.575545,51.840408],[105.292888,51.745088],[104.585828,51.627385],[104.671477,51.336859],[104.193461,51.281268],[103.810301,51.1304],[103.801034,51.435009],[103.623085,51.480927],[103.337558,51.44821],[103.183072,51.616262],[103.226305,51.806622],[102.764501,51.995073],[102.389744,52.269667],[102.155708,52.283562],[101.927161,52.221001],[101.860949,52.348672],[101.691923,52.417089],[101.407498,52.634216],[101.291631,52.643716],[100.599704,52.950479],[100.377779,53.104698],[100.421835,53.248935],[100.286467,53.362824],[99.97804,53.326424],[99.716978,53.149723],[99.372381,53.102063],[99.230766,52.963354],[99.001738,53.026829],[99.009899,53.103173],[98.31108,53.105348],[98.295272,53.227316],[98.003015,53.249687],[97.990423,53.341677],[97.589703,53.37685],[97.2979,53.580023],[96.887764,53.730275],[96.689275,53.646182],[96.489745,53.689352],[96.340326,53.837483],[96.061239,53.995538],[95.803159,54.22766],[95.662785,54.254897],[95.681974,54.391582],[95.915916,54.395228],[96.081468,54.575457],[96.539005,54.529937],[96.566296,54.690775],[96.710195,54.869522],[96.673043,55.066607],[96.720127,55.268224],[96.940986,55.311921],[96.751186,55.662698],[96.78627,55.789744],[96.990211,55.851921],[96.990896,56.004055],[97.132111,56.112692],[97.359689,56.032231],[97.557203,56.376463],[97.88015,56.375523],[97.880112,56.534265],[97.779847,56.591443],[97.803034,56.775014],[97.529123,56.790567],[97.530746,56.970008],[97.344132,57.03244],[97.95337,57.828736],[98.645012,57.772633],[98.977971,57.718882],[99.458638,57.808934],[99.681907,58.082859],[100.09114,58.068802],[100.08079,57.945378],[100.375199,57.729003],[100.322941,57.684536],[100.515797,57.494121],[100.785895,57.408102],[100.969691,57.486664],[100.817102,57.633603],[101.200276,58.12921],[101.500034,58.231853],[101.80571,58.455461],[102.103825,58.489955],[102.286024,58.564786],[102.581695,58.790199],[102.402741,59.083644],[102.498081,59.18622],[102.787612,59.202225],[103.018764,59.318572],[103.224644,59.239965],[103.392929,59.030106],[103.593284,58.944696],[103.946414,58.90397],[104.456789,58.610219],[104.804913,58.674964],[104.754797,58.807352],[104.911629,58.95286],[105.359741,59.121794],[105.215085,59.269018],[105.235883,59.443202],[104.993996,59.460939],[104.762343,59.684978],[105.145928,59.883199],[105.373642,59.839507],[105.493793,59.991642],[105.306385,60.292453],[104.977742,60.289263],[104.677102,60.425051],[104.503093,60.627535],[104.609512,60.724485],[104.626438,61.079306],[105.022535,61.19752],[104.910183,61.395564],[105.283464,61.425287],[105.319381,61.515765],[105.980119,61.690675],[105.897605,61.842011],[106.395882,62.042858],[106.367105,62.277418],[106.738927,62.507946],[106.773301,62.638819],[106.47269,62.697776],[106.437319,62.862801],[106.185153,62.925665],[106.130825,63.037673],[106.35405,63.107622],[106.356021,63.302117],[106.658033,63.325705],[106.726815,63.409871],[106.471568,63.542524],[106.658302,63.627357],[106.602645,63.722886],[106.788926,63.868965],[107.307241,63.977725],[107.565829,63.897532],[107.738918,64.015954],[108.205625,64.003886],[108.389277,64.048972],[108.247009,64.250382],[108.085592,64.246508],[108.50301,64.306453],[108.52492,64.148919],[108.764232,64.009373],[108.732015,63.842178],[108.287536,63.836814],[108.299522,63.716211],[108.495267,63.636577],[109.081434,63.577229],[109.411891,63.368034],[109.508203,62.795178],[109.298545,62.521796],[109.66812,62.435555],[109.911144,62.437186],[110.004773,62.186213],[109.642471,61.927854],[109.600396,61.74564],[109.859719,61.566924],[109.761991,61.331866],[110.111442,61.278053],[110.222304,61.168418],[110.524133,61.179862],[110.458113,60.981794],[110.26208,60.844801],[110.288842,60.702147],[109.90732,60.461563],[109.740525,60.248722],[109.662797,59.876202],[109.474982,59.7678],[109.543634,59.667463],[109.252492,59.467073],[109.291878,59.316692],[109.452807,59.313187],[109.812155,59.004424],[110.239647,59.000095],[110.474879,59.046537],[110.548831,59.183516],[110.720772,59.28107],[111.217934,59.203903],[111.45136,59.292523],[111.650025,59.224021],[112.079114,59.392704],[112.251516,59.52857],[112.44808,59.136407],[112.441744,58.918302],[112.752078,59.052099],[112.805371,59.127167],[113.109838,59.15097],[113.429281,59.247944],[113.463623,59.43246],[114.000713,59.73056],[114.216951,59.784807],[114.297366,59.890904],[114.52975,59.983785],[114.651392,60.179231],[114.986985,60.2147],[115.09627,60.413402],[115.696845,60.549203],[116.324861,60.374897],[116.541207,60.390153],[116.759515,60.279762],[117.104039,60.02789],[117.204471,59.876064],[117.24948,59.514069],[117.49819,59.492812],[118.034244,59.629487],[118.346389,59.615214],[118.362059,59.525797],[118.761534,59.428437],[118.817621,59.329757],[118.67106,59.18678],[118.696508,59.057732],[118.861516,58.95223],[118.861974,58.731382],[118.777053,58.611559],[119.1315,58.488061],[119.117371,58.238268]]]}},{"type":"Feature","properties":{"name":"Свердловская область"},"geometry":{"type":"Polygon","coordinates":[[[65.950231,58.614897],[66.000124,58.248809],[66.184924,58.011086],[65.534194,57.762264],[65.406828,57.82594],[64.833162,57.64837],[64.966124,57.605187],[64.827262,57.293234],[64.962601,57.156777],[65.056273,56.904034],[64.927127,56.772517],[64.838902,56.837892],[64.545679,56.788878],[64.350501,56.682676],[64.178914,56.460804],[63.829487,56.481218],[63.474019,56.611748],[63.315151,56.567899],[62.981492,56.598012],[62.603006,56.490772],[62.428524,56.527073],[62.071183,56.297132],[62.061141,56.131004],[61.839896,56.18275],[61.73465,56.286813],[61.091846,56.319353],[60.963943,56.191063],[60.290517,56.228625],[60.051033,56.213665],[59.714069,56.323624],[59.139039,56.322115],[59.042251,56.167968],[58.960698,56.065333],[58.511142,56.170773],[58.384597,56.081882],[58.164612,56.140824],[57.645864,56.09315],[57.403823,56.342782],[57.323412,56.394321],[57.399153,56.640655],[57.22944,56.856102],[57.315885,56.928546],[57.676125,56.920613],[58.03216,57.113473],[57.939636,57.316245],[58.150219,57.683091],[58.444077,57.673722],[58.535546,57.563956],[58.801168,57.725939],[58.638628,58.004902],[58.663325,58.105354],[58.924744,58.281114],[59.186288,58.278693],[59.287515,58.419397],[59.453676,58.478162],[59.415622,58.662964],[59.153627,58.717652],[59.080085,58.906202],[59.196829,59.147237],[58.624783,59.298073],[58.524982,59.435131],[58.364768,59.464016],[58.479089,59.711775],[59.029842,60.015339],[59.1756,60.349884],[59.423687,60.635579],[59.482769,60.831628],[59.395105,60.942221],[59.257583,61.313143],[59.369264,61.392975],[59.3486,61.663986],[59.315689,61.802443],[59.486733,61.946175],[59.972532,61.882905],[59.993358,61.718466],[60.514648,61.735808],[61.22951,61.654606],[61.886549,61.436689],[62.483603,61.261084],[62.825071,61.001425],[62.760209,60.853433],[62.867428,60.653935],[63.225773,60.294317],[63.180884,60.224585],[63.605994,60.101817],[63.795085,59.816855],[63.874365,59.461413],[64.020523,59.381973],[64.486708,59.376896],[65.074391,59.310413],[65.238136,59.204655],[65.371595,58.900243],[65.655872,58.658728],[65.950231,58.614897]]]}},{"type":"Feature","properties":{"name":"Вологодская область"},"geometry":{"type":"Polygon","coordinates":[[[37.781888,61.51749],[37.85541,61.280662],[38.177176,61.131449],[38.21795,60.931112],[38.620232,60.716498],[38.96659,60.763304],[39.373664,60.685508],[39.645115,60.750278],[39.885615,60.653999],[40.574878,60.719725],[41.140841,60.635886],[41.342474,60.687619],[41.509115,60.895294],[42.118423,60.833737],[42.375331,60.767858],[42.658312,60.888023],[43.066247,60.746066],[43.135157,60.809278],[43.52375,60.766454],[43.734955,60.881128],[43.78296,61.037259],[44.183814,61.059114],[44.155494,60.964645],[45.246656,60.890397],[45.337657,61.196341],[45.805,61.161896],[45.759423,61.0113],[46.807417,60.966503],[47.07508,60.852215],[46.997241,60.574453],[46.758476,60.364865],[46.421559,60.26452],[46.377994,60.132177],[46.760897,60.062068],[47.034792,60.126461],[46.922365,59.76558],[47.152896,59.752314],[47.117839,59.599052],[46.406736,59.620287],[46.36889,59.343278],[46.020315,59.32403],[45.979056,59.171732],[45.340488,59.21612],[45.039669,59.121894],[44.190251,59.170201],[44.090704,59.234168],[43.420718,59.291383],[42.792103,59.174071],[42.636402,59.328258],[42.34841,59.304709],[42.034889,59.429625],[41.951368,59.261218],[42.001358,59.104808],[41.525235,59.041347],[41.349048,58.952016],[41.230492,58.741306],[40.930094,58.576407],[40.185894,58.555203],[40.014452,58.736037],[39.782367,58.838036],[39.123058,58.952556],[38.92328,58.7334],[38.557309,58.772897],[38.487404,58.700299],[38.064573,58.730175],[37.898381,58.615315],[37.712165,58.625747],[37.628244,58.483015],[37.413993,58.583537],[37.106923,58.860022],[36.860592,58.83934],[36.503077,58.515545],[36.182106,58.511484],[36.104976,58.720765],[35.783223,58.753762],[35.409404,58.849403],[35.128443,58.815316],[34.722218,59.084845],[34.864597,59.215434],[35.174705,59.261128],[35.434346,59.40386],[35.375636,59.478976],[35.608391,59.615705],[35.402991,59.74212],[35.326388,59.981332],[35.165627,60.158701],[35.274341,60.35829],[35.298766,60.6015],[35.175537,60.770131],[35.461684,60.856998],[35.696684,61.00352],[35.719894,61.207904],[36.49944,61.407471],[36.586491,61.53333],[37.048043,61.591287],[37.287283,61.495461],[37.781888,61.51749]]]}},{"type":"Feature","properties":{"name":"Новосибирская область"},"geometry":{"type":"Polygon","coordinates":[[[84.454401,56.043037],[84.604702,55.798765],[84.539291,55.718792],[84.741054,55.641501],[84.927334,55.163759],[84.878239,55.020393],[85.088244,54.816497],[84.894676,54.72869],[84.932089,54.6089],[85.116821,54.43824],[84.597027,54.255073],[84.550266,54.16221],[84.221794,54.191362],[83.955724,54.106274],[83.554913,54.108863],[83.486879,53.979718],[83.197723,54.06481],[82.715056,53.77698],[82.667123,53.642827],[82.451578,53.502665],[82.137365,53.648006],[81.716348,53.771745],[81.831322,53.964263],[81.543036,53.933277],[81.475875,54.077754],[81.126548,54.114674],[80.951842,54.375768],[80.79906,54.256345],[80.465178,54.115536],[79.866222,53.914908],[79.421558,53.679724],[78.708356,53.630157],[78.646024,53.512684],[78.334051,53.479096],[78.108014,53.576373],[77.962899,53.487412],[77.906527,53.292348],[76.540005,54.002902],[76.434193,54.1209],[76.757302,54.165102],[76.876803,54.301701],[76.2625,54.359201],[76.216601,54.262501],[75.689378,54.1229],[75.691172,54.546169],[75.824715,54.666542],[75.638977,54.810186],[75.33219,54.911296],[75.36857,55.067919],[75.163723,55.448287],[75.115565,55.686111],[75.36949,55.740801],[75.262538,55.84426],[75.731693,56.112772],[76.306759,56.157386],[76.081348,56.325512],[76.104776,56.610812],[76.28924,56.697107],[76.095011,57.235799],[76.697989,57.215631],[76.945557,57.169824],[78.463551,57.165151],[78.440663,57.11348],[79.588687,56.923301],[80.263641,56.422587],[81.22038,56.537734],[81.573539,56.242033],[81.992031,56.333693],[82.33629,56.356797],[82.823612,56.434565],[82.809496,56.515912],[83.10997,56.549666],[83.288931,56.443184],[83.064959,56.230623],[83.207515,56.177677],[83.229691,56.01215],[83.37715,55.91804],[83.210897,55.730463],[83.615771,55.664807],[83.678706,55.777184],[83.95275,56.015162],[84.202724,56.059342],[84.454401,56.043037]]]}},{"type":"Feature","properties":{"name":"Тюменская область"},"geometry":{"type":"Polygon","coordinates":[[[75.131262,58.664047],[75.10938,58.575898],[74.628691,58.288424],[74.219723,58.136431],[73.128375,58.155433],[72.867646,58.001548],[72.167244,58.014824],[71.983429,58.115672],[71.271473,58.054027],[71.206105,58.113143],[71.237917,58.327985],[71.069689,58.505567],[70.850519,58.527655],[70.430498,57.952293],[70.392416,57.78259],[70.557776,57.718869],[70.68578,57.515666],[70.418317,57.415238],[70.458917,57.282525],[70.780914,57.276117],[71.065092,57.351017],[71.115696,57.202524],[71.605083,56.933059],[71.677422,56.76535],[71.369983,56.631899],[71.120622,56.653085],[70.928338,56.317184],[70.732327,56.253255],[70.902463,56.112411],[70.808631,55.902752],[70.602667,55.837302],[70.531822,55.6945],[70.757066,55.584847],[70.439695,55.407656],[70.461596,55.279301],[70.229404,55.147103],[69.951693,55.209699],[69.724895,55.350496],[69.455207,55.342102],[68.934996,55.439799],[68.714415,55.347938],[68.18885,55.589251],[68.138943,55.728959],[67.92103,55.655089],[67.794382,55.728875],[67.404014,55.72798],[67.278419,55.939024],[66.763949,55.975752],[66.451863,55.959705],[66.160852,56.067077],[66.021051,55.993721],[65.845659,56.067167],[65.68321,56.269786],[65.12208,56.307694],[64.989564,56.518485],[64.927127,56.772517],[65.056273,56.904034],[64.962601,57.156777],[64.827262,57.293234],[64.966124,57.605187],[64.833162,57.64837],[65.406828,57.82594],[65.534194,57.762264],[66.184924,58.011086],[66.000124,58.248809],[65.950231,58.614897],[66.291306,58.595005],[66.785314,58.656665],[66.772548,58.923402],[67.052505,58.927951],[67.612797,59.104987],[67.793908,59.21022],[68.104168,59.210683],[68.402921,59.306233],[68.573097,59.588452],[68.728691,59.568519],[69.30858,59.769866],[69.072215,59.904786],[69.267874,59.989759],[69.651177,59.909944],[70.201153,59.938245],[70.396447,59.839474],[70.743199,59.88479],[71.258064,59.788843],[72.025204,59.551862],[72.442209,59.300164],[72.55346,59.138886],[72.91129,59.154128],[73.100035,58.951818],[73.024903,58.875059],[73.500233,58.824958],[73.718874,58.856343],[74.175433,58.726238],[74.792805,58.72901],[75.131262,58.664047]]]}},{"type":"Feature","properties":{"name":"Забайкальский край"},"geometry":{"type":"Polygon","coordinates":[[[119.117371,58.238268],[119.164224,58.031634],[119.046086,57.764695],[119.180106,57.589602],[119.420961,57.621127],[119.420172,57.396108],[119.691422,57.175136],[119.572823,57.07663],[119.856256,56.896219],[119.706732,56.829585],[119.833429,56.566183],[120.089443,56.501004],[120.539512,56.26645],[120.173856,56.206503],[120.032803,56.109083],[120.083443,55.93546],[120.34055,55.88283],[120.633432,55.930745],[120.856098,56.021816],[121.2129,56.028054],[121.337354,55.82186],[121.336563,55.530333],[121.60775,55.525951],[121.697005,55.614433],[121.89977,55.619694],[121.999985,55.434055],[121.914129,55.119701],[121.959895,55.000714],[121.667473,54.834676],[121.880176,54.803201],[121.930136,54.569259],[122.14609,54.458934],[121.912536,54.377318],[121.665198,54.377211],[121.766138,54.176143],[121.626775,54.096553],[121.849081,53.952346],[121.97373,53.703559],[121.948263,53.616504],[122.112109,53.431678],[121.69462,53.391901],[121.120476,53.274326],[120.940853,53.295106],[120.682172,53.171302],[120.280766,52.860508],[120.028417,52.758649],[120.04152,52.597589],[120.184892,52.576968],[120.440878,52.641427],[120.716685,52.525975],[120.621672,52.324603],[120.780357,52.158289],[120.654692,51.92746],[120.39158,51.83035],[120.062503,51.639979],[119.712898,51.047601],[119.510892,50.899303],[119.441811,50.691199],[119.275991,50.601103],[119.25729,50.474703],[119.341708,50.358798],[119.318711,50.117397],[119.105094,49.9967],[118.637898,49.915901],[118.405391,49.772401],[118.05951,49.6378],[117.863395,49.505301],[117.47514,49.625509],[117.061393,49.685601],[116.726591,49.8326],[116.621613,49.931099],[116.235489,50.0356],[116.072693,50.013702],[115.762003,49.886702],[115.506709,49.9071],[115.223903,49.988401],[115.007514,50.163898],[114.831199,50.223701],[114.178404,50.242999],[113.651897,49.999699],[113.223507,49.844101],[113.043903,49.608201],[112.806597,49.515099],[112.486493,49.524101],[111.909187,49.3764],[111.66829,49.3798],[111.276805,49.310401],[110.819308,49.182001],[110.683607,49.170898],[110.379595,49.246998],[110.225797,49.158102],[109.559105,49.220801],[109.171198,49.352902],[108.5175,49.322702],[108.303789,49.531902],[107.968301,49.654801],[107.893394,49.932002],[107.759396,49.971719],[107.734239,50.153392],[108.530758,50.472244],[108.481743,50.595034],[108.182032,50.649178],[108.060749,50.774732],[108.267824,50.824682],[108.348473,51.061775],[108.468931,51.206583],[108.503284,51.405747],[108.97243,51.442495],[109.22537,51.366081],[109.693761,51.477073],[109.975601,51.616686],[110.293378,51.602672],[110.426852,51.520924],[110.687763,51.508743],[111.025777,51.794082],[111.462673,51.871409],[111.73302,51.997489],[111.775112,52.069762],[112.094019,52.287627],[112.381524,52.20317],[112.546825,52.346543],[112.735697,52.326839],[113.158201,52.452903],[113.488426,52.469609],[114.081792,52.679907],[114.227454,52.813029],[114.329802,53.060563],[114.141881,53.107961],[113.828112,53.41543],[113.824489,53.630946],[114.003689,53.727675],[114.251347,53.74496],[114.364148,53.814393],[114.985143,53.999858],[115.162056,54.189611],[115.500608,54.314716],[115.596367,54.410647],[116.262353,54.508482],[116.483302,54.484384],[116.720843,54.529447],[116.91922,54.82882],[116.755986,55.117783],[116.472757,55.229294],[116.351141,55.383296],[116.101971,55.344378],[115.902613,55.409884],[115.764947,56.177407],[115.676034,56.280902],[115.6786,56.572308],[115.420931,56.595674],[115.614673,56.771555],[115.730062,56.962601],[116.119146,56.819494],[116.316251,56.870506],[116.743151,56.738933],[117.576921,56.916127],[117.677008,57.087388],[117.576456,57.16531],[117.777494,57.321328],[117.344875,57.364282],[117.140385,57.665527],[117.120079,57.860966],[117.346336,57.864643],[117.40453,58.124426],[117.594624,58.184816],[117.472472,58.326189],[117.672575,58.406475],[118.254623,58.39785],[118.474919,58.229758],[119.117371,58.238268]]]}},{"type":"Feature","properties":{"name":"Сахалинская область"},"geometry":{"type":"MultiPolygon","coordinates":[[[[142.771318,54.33411],[142.995048,54.079266],[142.884565,53.889012],[143.257893,53.165358],[143.030153,53.26142],[143.166569,52.929712],[143.327928,52.839211],[143.318548,52.600761],[143.117957,52.358595],[143.094323,52.121117],[143.143242,51.87603],[143.298407,51.751775],[143.204529,51.511796],[143.403975,51.560489],[143.5273,51.224676],[143.788983,50.319178],[143.997067,50.012534],[144.126406,49.74167],[144.286934,49.2496],[144.137428,49.223603],[143.854635,49.296333],[143.583036,49.319912],[143.32153,49.295695],[143.123238,49.22747],[142.967454,49.105111],[142.971481,48.883155],[142.815381,48.668241],[142.553649,48.069096],[142.526182,47.892676],[142.572959,47.677673],[142.733765,47.465775],[143.024988,47.254354],[143.027432,47.075379],[143.1651,46.853116],[143.485416,46.814422],[143.569343,46.29652],[143.425986,46.20021],[143.336322,46.468662],[143.153227,46.601754],[142.80259,46.59706],[142.733231,46.734951],[142.460891,46.646033],[142.257515,46.282561],[142.191736,46.039194],[142.043353,45.920145],[141.923332,46.04331],[141.888579,46.31718],[141.825726,46.477017],[141.923359,46.812794],[142.055206,47.065249],[141.97056,47.619398],[142.101454,47.870932],[142.194291,47.946932],[142.141496,48.328604],[141.870316,48.677],[141.843763,48.769954],[141.973944,48.876148],[142.088701,49.218181],[142.158466,49.809136],[142.147204,50.363452],[142.041684,50.551902],[142.11749,50.890879],[142.236734,51.011739],[142.250969,51.146964],[142.0782,51.471859],[141.763628,51.701763],[141.759713,51.843844],[141.628526,52.071352],[141.681403,52.179824],[141.624938,52.319659],[141.822955,52.555004],[141.814919,52.721499],[141.92145,53.052283],[141.754874,53.366874],[142.163653,53.518956],[142.260791,53.361644],[142.459504,53.372643],[142.591936,53.559063],[142.592245,53.726205],[142.685136,53.948573],[142.420914,54.146332],[142.336855,54.26022],[142.771318,54.33411]]],[[[156.501681,50.787171],[156.401675,50.635063],[156.203176,50.755792],[156.389485,50.853452],[156.501681,50.787171]]],[[[156.107989,50.75467],[156.167164,50.511251],[156.054276,50.47631],[155.891625,50.247779],[155.617733,50.186895],[155.425997,50.017782],[155.212934,50.070648],[155.238459,50.30623],[155.63738,50.376178],[155.854224,50.643977],[156.107989,50.75467]]],[[[154.886918,49.613231],[154.815621,49.468231],[154.812601,49.283503],[154.612732,49.358426],[154.782114,49.594254],[154.886918,49.613231]]],[[[150.557846,46.210165],[150.234577,46.02033],[150.207633,45.942273],[149.941289,45.812441],[149.686176,45.619245],[149.449582,45.589276],[149.687197,45.85],[149.813346,45.86492],[150.064177,46.088774],[150.358602,46.22558],[150.557846,46.210165]]],[[[148.765042,45.549531],[148.87902,45.530109],[148.884674,45.389174],[148.648193,45.327144],[148.104835,45.106893],[147.914841,44.958999],[147.715296,45.006372],[147.552337,44.811586],[147.341976,44.712206],[147.273572,44.868892],[147.655692,45.074426],[147.743315,45.190784],[148.04397,45.260924],[148.336697,45.278474],[148.659952,45.529558],[148.765042,45.549531]]],[[[146.281681,44.434483],[146.554371,44.426817],[146.287975,44.271814],[145.970634,44.298845],[146.094567,44.483146],[146.281681,44.434483]]],[[[146.829935,43.888628],[146.657014,43.703743],[146.587443,43.80522],[146.829935,43.888628]]]]}},{"type":"Feature","properties":{"name":"Мурманская область"},"geometry":{"type":"Polygon","coordinates":[[[32.865286,66.582598],[32.557217,66.576152],[32.36034,66.475219],[32.342597,66.34544],[31.829977,66.371421],[31.6211,66.502427],[31.575797,66.654048],[29.322077,66.662919],[29.060748,66.852697],[29.073461,66.995767],[29.527176,67.311244],[29.930502,67.522822],[30.017343,67.673564],[29.658792,67.802902],[29.326513,68.074816],[28.646079,68.196032],[28.434115,68.539793],[28.800743,68.869304],[28.494537,68.930193],[29.242221,69.113058],[29.286098,69.294101],[29.572996,69.318518],[30.115105,69.468341],[30.224014,69.653128],[30.515953,69.540425],[30.92029,69.553334],[31.01247,69.777507],[31.685191,69.709718],[31.7782,69.831634],[32.187686,69.921988],[32.664376,69.774988],[33.112357,69.724722],[32.632246,69.45656],[33.435801,69.418367],[33.571042,69.29311],[34.192123,69.299039],[34.811676,69.215738],[35.802345,69.178853],[36.679689,68.981637],[37.982679,68.564575],[38.526876,68.308557],[38.638726,68.359729],[39.561766,68.038071],[39.84133,68.032438],[40.387896,67.880945],[41.039619,67.625101],[40.972654,67.46431],[41.072459,67.256505],[41.339037,67.196877],[41.333865,66.981755],[41.197991,66.817997],[40.592268,66.508759],[40.529163,66.435783],[39.991365,66.250998],[39.104086,66.09306],[38.277423,66.045322],[37.867587,66.081983],[37.117849,66.240861],[36.534643,66.279518],[35.517071,66.382828],[34.826593,66.598125],[34.493394,66.535728],[34.39347,66.647506],[33.959539,66.681441],[33.698875,66.798023],[33.424905,66.739294],[32.987177,66.898265],[32.614475,67.118865],[32.543366,66.873863],[33.107174,66.606903],[32.865286,66.582598]]]}},{"type":"Feature","properties":{"name":"Северная Осетия"},"geometry":{"type":"Polygon","coordinates":[[[44.832534,43.682048],[44.847939,43.565534],[44.802467,43.554468],[44.789411,43.554588],[44.633732,43.615056],[44.588444,43.605455],[44.551416,43.597825],[44.503441,43.587939],[44.502037,43.557968],[44.480932,43.511462],[44.481754,43.507348],[44.488569,43.498409],[44.489159,43.496289],[44.493314,43.442878],[44.489454,43.439055],[44.578061,43.416455],[44.574255,43.341871],[44.800129,43.155707],[44.800248,43.153711],[44.800712,43.151239],[44.800614,43.149978],[44.799881,43.149345],[44.798349,43.146437],[44.845283,43.132546],[44.842224,43.131202],[44.947957,43.054838],[44.953887,43.052554],[44.935252,43.010987],[44.934195,43.001496],[44.934665,42.99961],[44.937369,42.9962],[44.939603,42.991379],[44.934782,42.980914],[44.941495,42.98054],[44.942073,42.97915],[44.875156,42.885644],[44.870096,42.888108],[44.863987,42.888818],[44.862339,42.882],[44.862576,42.877646],[44.865277,42.871887],[44.865393,42.864828],[44.777144,42.85989],[44.773483,42.855297],[44.770448,42.854364],[44.76679,42.850834],[44.763426,42.850703],[44.754805,42.850597],[44.740929,42.846481],[44.733991,42.852128],[44.705773,42.858128],[44.655617,42.841128],[44.659622,42.837134],[44.662322,42.834547],[44.664846,42.831975],[44.663968,42.824759],[44.676787,42.765848],[44.67866,42.75654],[44.678593,42.756345],[44.319257,42.722505],[44.22484,42.630609],[43.962711,42.547509],[43.759002,42.655094],[43.778777,42.758048],[43.560658,42.868324],[43.398547,42.896893],[43.572403,42.943185],[43.829976,43.323356],[44.098334,43.267282],[44.47509,43.582343],[44.319096,43.679229],[44.291532,43.810475],[44.596934,43.829661],[44.803041,43.805034],[44.832534,43.682048]]]}},{"type":"Feature","properties":{"name":"Ульяновская область"},"geometry":{"type":"Polygon","coordinates":[[[50.101538,54.506085],[50.242702,54.217675],[50.181724,54.023165],[49.977097,53.978906],[49.922283,53.88955],[49.703654,53.829395],[49.311584,53.872718],[48.994731,53.872409],[48.99487,53.706688],[48.534513,53.754603],[48.369603,53.474225],[48.035884,53.471396],[47.944633,53.333504],[48.359915,52.957431],[48.428231,52.814969],[48.195558,52.769124],[47.722478,52.570709],[47.54037,52.610588],[47.20617,52.547316],[46.801441,52.621348],[46.940204,52.722014],[46.908579,53.363526],[46.455829,53.513017],[46.444569,53.650378],[46.185344,53.912074],[46.061147,53.979212],[45.815709,53.972087],[46.031334,54.132432],[46.338932,54.191397],[46.702891,54.324235],[46.533764,54.399046],[46.524822,54.656135],[46.441851,54.761721],[46.826239,54.632154],[47.034145,54.705581],[47.269246,54.672397],[47.535761,54.527847],[47.706731,54.712315],[48.098746,54.74186],[48.463521,54.625012],[48.885082,54.62518],[48.88283,54.793257],[49.120304,54.797746],[49.287973,54.891546],[49.476034,54.7771],[49.557592,54.56452],[49.704421,54.577809],[50.101538,54.506085]]]}},{"type":"Feature","properties":{"name":"Хабаровский край"},"geometry":{"type":"MultiPolygon","coordinates":[[[[144.737132,62.045367],[144.988176,62.05208],[145.53895,61.950019],[145.965765,62.004656],[146.348057,61.841603],[146.7401,61.468767],[146.757819,61.210025],[146.705777,60.949524],[146.522447,60.868104],[146.444377,60.671287],[146.064355,60.708988],[145.5292,60.494992],[145.637299,60.265016],[145.857768,60.170432],[146.37274,60.250752],[146.500789,60.123513],[146.689446,60.087462],[146.801113,59.905223],[147.039618,59.948061],[147.21713,59.735491],[147.11006,59.409082],[146.942005,59.368308],[146.453494,59.463152],[146.306794,59.275326],[146.043365,59.141519],[145.833444,59.247806],[145.969027,59.401159],[145.279089,59.418649],[144.992004,59.366258],[144.293334,59.373404],[144.044826,59.401216],[143.469897,59.321447],[143.247568,59.359777],[142.474545,59.204204],[141.978776,58.960841],[141.735646,58.721229],[141.546626,58.601703],[140.987734,58.419567],[140.655767,58.165486],[140.493767,57.848862],[140.054683,57.729618],[139.820269,57.50956],[139.609562,57.459172],[139.414031,57.296926],[139.180242,57.265151],[138.947762,57.142261],[138.929003,57.054975],[138.619284,56.954981],[138.550931,56.843591],[138.278584,56.687117],[138.107315,56.533979],[138.16112,56.455055],[137.915021,56.367536],[137.833058,56.230363],[137.592757,56.121752],[136.809367,55.697059],[136.363338,55.524648],[136.222364,55.353781],[135.876703,55.16858],[135.552741,55.086391],[135.183843,54.852584],[135.284342,54.721028],[135.703345,54.641689],[135.751595,54.555965],[136.231399,54.607156],[136.506446,54.583371],[136.810455,54.634008],[136.751257,54.406535],[136.809354,54.23525],[136.703277,54.01547],[136.716463,53.792328],[136.952955,53.851383],[137.143294,53.811015],[137.295637,54.020717],[137.095712,54.138889],[137.456486,54.311584],[137.73777,54.29508],[137.506328,54.133964],[137.304191,54.057022],[137.536602,53.977571],[137.775318,53.957404],[137.480136,53.672124],[137.391419,53.526068],[137.965557,53.579536],[138.303499,53.730307],[138.371646,53.900976],[138.573032,53.807952],[138.336334,53.621528],[138.494256,53.534773],[138.622773,53.651835],[138.76831,53.985119],[138.76034,54.29165],[139.279049,54.176306],[139.732269,54.293914],[139.780414,54.211112],[140.198306,54.047579],[140.249583,53.870962],[140.608761,53.610585],[140.90943,53.509529],[140.903259,53.429994],[141.366448,53.242158],[141.364806,53.081318],[141.140343,52.98935],[140.877168,53.082046],[140.956499,52.938515],[141.20731,52.850618],[141.265903,52.593036],[141.11371,52.48356],[141.124001,52.392277],[141.412773,52.212108],[141.334877,52.095878],[141.419766,51.951685],[141.182764,51.844026],[141.101072,51.711654],[140.875547,51.626181],[140.794748,51.486962],[140.799822,51.336317],[140.671923,51.323565],[140.680055,51.054179],[140.436561,50.713173],[140.423373,50.544998],[140.528026,50.338385],[140.542662,50.119052],[140.409734,49.866541],[140.53267,49.776987],[140.544969,49.566753],[140.311575,49.208108],[140.377382,48.970887],[140.194536,48.761131],[140.167726,48.442935],[139.708439,48.150068],[139.53935,47.965146],[139.289808,47.813454],[139.041047,47.393346],[138.863002,47.469783],[138.537158,47.482167],[138.630716,47.604414],[138.506997,47.677238],[138.738044,47.77007],[138.773181,47.882969],[138.575191,48.047823],[138.701826,48.118123],[138.46295,48.318959],[138.396884,48.444129],[138.236353,48.443526],[138.099452,48.328038],[137.834865,48.20951],[137.678492,48.248472],[137.451633,48.203147],[137.336333,48.056515],[137.611262,47.899183],[137.482732,47.857133],[137.776914,47.720729],[138.049705,47.679819],[138.078171,47.512165],[137.737054,47.330294],[137.593511,47.313986],[137.465486,47.209635],[137.081622,47.304196],[136.94831,47.16651],[136.895013,46.956883],[136.625236,46.798456],[136.401584,46.82113],[136.234493,46.775648],[136.054395,46.867628],[135.836974,46.82878],[135.683027,46.965682],[135.344701,46.929987],[135.421876,47.05635],[135.08562,47.213587],[134.66244,47.124477],[134.407726,46.861186],[134.388019,46.675583],[134.004764,46.656013],[134.015266,46.811103],[134.218802,47.187197],[134.168337,47.318668],[134.304733,47.431064],[134.494948,47.446501],[134.765218,47.717022],[134.573783,47.920748],[134.567676,48.044459],[134.727632,48.277774],[134.719279,48.384364],[134.842011,48.390999],[134.977281,48.602804],[134.732672,48.570805],[134.466108,48.676028],[133.853882,48.665736],[133.589566,48.729692],[133.463753,48.829279],[133.281635,48.848646],[133.280781,49.028721],[133.054018,49.215012],[132.809627,49.236844],[132.783815,49.329657],[132.486101,49.265144],[132.385053,49.413546],[132.111621,49.494672],[132.022554,49.338853],[131.879061,49.279007],[131.666199,49.312505],[131.419788,49.255838],[131.524368,49.572496],[131.368795,49.718352],[131.520829,49.903649],[131.387687,49.97609],[131.442465,50.20302],[131.310327,50.322994],[130.933498,50.495278],[131.026746,50.57764],[130.764249,50.656578],[130.717548,50.791196],[130.845676,50.879306],[131.043149,51.239306],[131.467932,51.486404],[131.390429,51.59485],[131.604609,51.666146],[132.264515,51.80028],[132.424763,51.981059],[132.818499,52.163007],[133.092988,52.15331],[133.420751,52.233881],[133.229578,52.616851],[133.317482,52.681252],[133.87,52.514676],[133.998802,52.540542],[134.292704,52.461357],[134.623911,52.439117],[134.622134,52.574007],[134.752458,52.679858],[134.594894,52.901058],[134.892617,53.214087],[134.890577,53.43565],[134.531524,53.621665],[134.195595,53.482413],[133.716548,53.467381],[133.599298,53.551472],[133.165756,53.410416],[133.139466,53.307853],[132.861507,53.235452],[132.454733,53.218434],[131.44184,53.221496],[131.533732,53.333841],[131.45155,53.510294],[131.491709,53.602533],[131.345565,53.783197],[130.391309,53.920149],[130.511465,54.122595],[130.759672,54.302177],[131.134435,54.367648],[131.286939,54.658992],[131.395181,54.737458],[132.011556,54.933525],[132.127699,55.06684],[132.435436,55.091546],[132.337462,55.222504],[132.61179,55.235445],[132.7739,55.348017],[132.763555,55.456471],[132.558445,55.710121],[132.25837,55.740755],[131.89745,55.669378],[131.636483,55.709091],[131.335538,55.651194],[130.953089,55.712488],[130.860506,55.915276],[130.991581,56.167762],[131.140039,56.29849],[131.103931,56.410111],[131.222398,56.521024],[131.492392,56.566055],[131.692788,56.526467],[131.701083,56.690703],[131.831974,56.742924],[131.465402,57.111659],[131.202632,57.203465],[131.25563,57.298964],[131.509123,57.268325],[131.606581,57.428375],[131.849418,57.623037],[132.068725,57.681895],[131.79951,57.932627],[131.58096,58.038734],[131.557012,58.211709],[131.998771,58.150566],[132.228585,58.331244],[132.175781,58.489728],[132.546806,58.659865],[132.534979,58.82105],[132.989235,59.159166],[133.486208,59.310564],[133.747846,59.228517],[134.077668,59.256188],[134.365996,59.202428],[134.716716,59.204876],[135.193552,59.114556],[135.438147,59.397128],[135.826762,59.526279],[136.090202,59.419723],[136.317673,59.423978],[136.667786,59.346629],[137.298643,59.495787],[137.632282,59.751477],[138.17602,59.826959],[138.262752,60.06897],[138.213526,60.277988],[138.307115,60.313251],[138.397859,60.72317],[138.207225,60.857206],[138.324966,61.061888],[138.651424,61.227151],[138.735243,61.337052],[139.039873,61.345816],[139.091675,61.435307],[139.55409,61.473775],[139.692616,61.662411],[139.927441,61.795459],[139.952871,61.936694],[140.276314,62.037974],[140.292045,62.26836],[140.412368,62.413604],[140.628617,62.404135],[140.740323,62.509371],[141.061657,62.49],[141.493186,62.286903],[141.553879,62.163955],[141.833662,62.018086],[142.14566,62.075672],[142.467638,61.892134],[142.686525,61.965649],[143.006825,61.915004],[143.136239,62.104172],[143.400706,62.027973],[143.609457,62.03618],[143.642688,61.858035],[143.936108,61.973475],[143.945026,61.755149],[144.10445,61.74327],[144.516245,61.845333],[144.737132,62.045367]]],[[[137.764247,55.140065],[138.056567,55.055223],[138.016578,54.804332],[137.672899,54.640497],[137.491905,54.857197],[137.281154,54.852429],[137.489425,55.040124],[137.558843,55.181461],[137.764247,55.140065]]],[[[137.198135,55.108075],[137.066858,54.910488],[136.695382,54.946402],[137.023682,55.099155],[137.198135,55.108075]]]]}},{"type":"Feature","properties":{"name":"Ненецкий АО"},"geometry":{"type":"MultiPolygon","coordinates":[[[[67.79577,76.996235],[68.48168,76.957108],[68.832085,76.865442],[68.992444,76.673085],[68.579395,76.408322],[68.101374,76.250095],[67.056325,76.068162],[64.874905,75.793117],[62.996152,75.561064],[62.327548,75.447438],[62.007623,75.443324],[61.517132,75.226619],[60.89644,75.151701],[60.623807,75.032166],[60.563003,74.849242],[60.305683,74.741202],[59.865598,74.716339],[59.607332,74.574221],[59.22858,74.647211],[59.079124,74.482374],[58.642795,74.503341],[58.676256,74.276473],[58.160512,74.109706],[58.272697,73.994079],[57.886736,73.902516],[57.895231,73.776563],[57.59631,73.599843],[57.240383,73.544087],[56.986494,73.327153],[56.740214,73.233824],[56.086311,73.274885],[56.067909,73.365561],[55.39355,73.329415],[54.932605,73.44002],[54.042735,73.339451],[54.373475,73.564639],[53.964414,73.623053],[53.911802,73.767344],[54.596321,74.020409],[55.671354,74.318258],[55.34534,74.41157],[55.681623,74.529236],[55.571695,74.630038],[56.384055,74.707554],[56.367697,74.902509],[55.803485,75.089858],[56.000257,75.192923],[56.451558,75.067377],[56.945716,75.225523],[57.054391,75.373998],[57.576689,75.309483],[57.565768,75.472674],[57.987733,75.557272],[58.033702,75.655824],[58.656451,75.721916],[58.868018,75.851032],[59.795749,75.9246],[61.058865,76.25996],[61.760856,76.274801],[63.09683,76.220109],[63.692262,76.323786],[64.070202,76.293396],[64.656331,76.360071],[64.796733,76.466048],[65.339587,76.494084],[66.42389,76.827605],[67.79577,76.996235]]],[[[55.197308,73.375216],[55.394385,73.319127],[55.746264,73.321989],[55.996108,73.249085],[56.342814,73.228929],[56.538885,73.105031],[56.175685,72.961231],[56.206453,72.854882],[55.842892,72.784524],[55.325843,72.288841],[55.570639,72.171763],[55.359351,71.998968],[55.573418,71.706917],[56.195374,71.186687],[57.03374,70.850344],[57.574824,70.718232],[57.087351,70.557313],[56.423654,70.701049],[55.876585,70.582037],[55.605505,70.725013],[55.356036,70.720978],[55.151559,70.549051],[54.484645,70.77241],[54.20108,70.719185],[53.4742,70.803952],[53.765042,70.930537],[53.550502,71.035571],[54.116398,71.097936],[53.580322,71.186259],[53.015828,71.426423],[52.404782,71.502247],[51.893526,71.459599],[51.609206,71.541593],[51.428956,71.828595],[51.56054,72.051691],[52.39947,72.095625],[52.711114,72.292061],[52.815389,72.64747],[52.457823,72.709994],[52.567753,72.848021],[53.064761,72.894309],[53.164096,73.128641],[53.375128,73.219396],[53.889984,73.291129],[54.213066,73.253308],[54.901213,73.426545],[55.197308,73.375216]]],[[[52.762843,71.385339],[53.18928,71.222697],[53.023853,70.987752],[52.606209,71.226246],[52.261883,71.325488],[52.762843,71.385339]]],[[[59.072738,70.467651],[59.601843,70.207361],[60.438539,69.934183],[60.543174,69.792405],[60.211112,69.680375],[59.791681,69.686092],[59.537804,69.864945],[58.801633,69.968045],[58.443054,70.222458],[59.072738,70.467651]]],[[[65.081518,69.256412],[64.538899,69.028895],[64.62461,68.932839],[65.212827,68.81561],[65.670512,68.563736],[65.472545,68.417995],[64.815772,68.410075],[64.528893,68.326129],[64.581876,68.200444],[63.875839,68.035392],[63.989327,67.891293],[63.144201,67.691512],[62.934723,67.601144],[62.863927,67.369833],[61.785866,67.111876],[61.644393,67.00341],[59.973486,67.000545],[53.874693,67.000447],[52.149027,67.100431],[51.719949,66.91801],[51.545095,66.77406],[48.999763,66.113344],[48.084617,66.129336],[47.749192,65.906538],[47.144725,65.821382],[46.347074,66.038362],[45.703244,66.083339],[44.589481,66.297644],[44.255058,66.439025],[44.485803,66.665611],[44.395948,66.986528],[44.145821,67.135752],[43.766833,67.193641],[43.894154,67.481119],[44.172991,67.767868],[44.104291,67.835486],[44.225572,68.036382],[44.217796,68.277634],[43.54745,68.523657],[43.965123,68.549549],[45.472591,68.506103],[45.864933,68.417138],[46.313595,68.18089],[46.492819,68.137257],[46.672281,67.813501],[46.315029,67.822472],[45.32457,67.692117],[45.299471,67.574588],[44.942849,67.457882],[44.910376,67.324271],[45.566781,67.165281],[45.806615,66.902391],[46.040586,66.824565],[47.059209,66.855241],[47.741452,67.01313],[47.775879,67.345102],[48.012696,67.639805],[48.459445,67.638842],[48.73503,67.7162],[48.747657,67.852676],[49.157806,67.853104],[50.05581,68.100488],[50.79953,68.366313],[51.290935,68.383488],[51.57815,68.484458],[52.152012,68.510748],[52.284974,68.591809],[53.358539,68.883082],[53.671928,68.895694],[53.884396,68.787534],[53.729608,68.598031],[53.947317,68.391643],[53.31316,68.333739],[53.682157,68.248382],[54.250514,68.225035],[54.474479,68.292891],[54.736442,68.150647],[55.014574,68.427071],[55.367683,68.544495],[55.654833,68.545755],[55.937739,68.634034],[56.615597,68.618518],[57.045284,68.51805],[57.31181,68.529835],[57.740156,68.770761],[58.775944,68.965692],[59.405225,68.809735],[59.070963,68.567005],[59.162966,68.384109],[59.669081,68.341061],[59.944986,68.442761],[59.797317,68.60515],[59.936527,68.704482],[60.372355,68.678514],[60.638181,68.750472],[60.932434,68.926531],[60.959337,69.064394],[60.181352,69.551618],[60.343303,69.66204],[60.623179,69.655379],[60.850799,69.85891],[61.350552,69.787501],[62.146047,69.731345],[62.997468,69.698103],[64.382692,69.47726],[65.081518,69.256412]]],[[[49.724193,69.37575],[50.146631,69.258784],[50.300089,69.128066],[49.86261,69.02161],[49.660869,68.859654],[49.17631,68.761648],[48.580776,68.71689],[48.220257,68.862966],[48.274246,69.220143],[48.666779,69.44882],[49.203423,69.508911],[49.724193,69.37575]]]]}},{"type":"Feature","properties":{"name":"Камчатский край"},"geometry":{"type":"MultiPolygon","coordinates":[[[[162.465139,61.662893],[162.524864,62.083369],[162.168401,62.149336],[162.404666,62.239691],[162.690814,62.253001],[162.7818,62.451106],[162.56498,62.830353],[162.279971,62.903472],[162.304779,63.064677],[162.756349,63.166155],[162.749621,63.385186],[162.971464,63.480508],[162.996464,63.624555],[162.724082,63.820079],[162.954618,63.923049],[162.802313,64.103521],[163.180166,64.157456],[163.414871,64.445908],[163.197959,64.534571],[163.265411,64.693523],[163.133141,64.786747],[163.491998,64.870201],[163.908163,64.848171],[164.270436,64.92713],[164.797466,64.767991],[165.02445,64.838472],[165.40338,64.743938],[165.685484,64.75045],[165.847274,64.551509],[166.135108,64.606993],[166.63562,64.521604],[166.999497,64.538551],[167.248036,64.60325],[167.358149,64.490641],[167.687706,64.323369],[167.936291,64.282443],[168.562928,64.289104],[168.652457,64.193822],[169.102439,63.940971],[169.387934,63.940205],[169.572121,63.80781],[169.60908,63.662753],[169.47994,63.565562],[169.177277,63.477931],[168.827872,63.305081],[168.745411,63.180157],[168.466792,63.083624],[168.922678,62.943716],[169.109626,62.980211],[169.833166,62.659608],[170.007296,62.676624],[170.082601,62.436034],[170.299089,62.275985],[170.544664,62.303943],[170.782629,62.252742],[171.244658,62.340442],[171.411238,62.298789],[172.201723,62.461077],[173.070446,62.3832],[173.176712,62.447579],[173.672624,62.546955],[174.151532,62.337988],[174.055074,62.288038],[174.159311,62.085036],[174.452323,62.02404],[174.445416,61.824837],[174.033258,61.813306],[173.826674,61.670056],[173.508753,61.711118],[173.366155,61.538363],[173.13075,61.386426],[172.911977,61.463644],[172.748168,61.396285],[172.974839,61.282096],[172.443107,61.141135],[172.410877,61.008679],[171.896689,60.817239],[171.722407,60.833916],[171.344944,60.613058],[170.672162,60.409252],[170.498562,60.216309],[170.433315,59.969594],[170.29372,59.927741],[169.972841,60.069347],[169.74284,60.395717],[169.423724,60.51306],[169.107554,60.558351],[168.635996,60.555524],[168.375084,60.598939],[168.070649,60.558834],[166.987947,60.302796],[166.738813,60.106602],[166.281009,59.818741],[166.088563,59.816219],[166.202468,60.124896],[166.304948,60.19239],[166.242564,60.468365],[165.756884,60.266457],[165.385901,60.169512],[165.149216,60.048498],[165.108628,59.864153],[164.849876,59.785292],[164.718985,60.002],[164.45544,60.108304],[164.20169,59.966781],[163.876248,60.003873],[163.702916,59.874183],[163.393829,59.777738],[163.430611,59.624649],[163.235099,59.578788],[163.345685,59.285788],[163.088817,59.248658],[162.917203,59.115785],[163.008025,58.941784],[162.451828,58.677873],[162.161814,58.384328],[161.997649,58.012671],[162.145787,57.842234],[162.518682,57.774086],[162.56789,57.929921],[162.851543,57.902047],[163.30113,57.731704],[163.1154,57.489214],[162.792282,57.34766],[162.782032,57.185011],[162.863555,57.018923],[162.792246,56.787177],[162.942154,56.695666],[163.206874,56.735335],[163.371665,56.185329],[163.06359,56.023654],[162.831657,56.064112],[162.59777,56.233064],[162.094089,56.082251],[161.752911,55.563336],[161.739436,55.361413],[161.795874,55.184305],[162.155707,54.846648],[162.123974,54.75246],[161.731139,54.511685],[161.280489,54.485693],[161.201486,54.577502],[160.969043,54.586647],[160.70448,54.51465],[160.0999,54.200597],[159.979729,54.090844],[159.847136,53.714637],[159.966366,53.492835],[159.848618,53.396492],[160.044187,53.202667],[160.024211,53.087745],[159.618924,53.249723],[159.387803,53.145785],[159.247318,53.145723],[158.903254,53.017012],[158.714295,52.877806],[158.642923,53.022152],[158.440933,53.011565],[158.482531,52.762093],[158.599164,52.696871],[158.520166,52.551225],[158.57423,52.374446],[158.38307,52.201755],[158.27444,51.955357],[158.037783,51.789972],[157.894343,51.623441],[157.502072,51.450608],[157.234389,51.216523],[156.753838,50.930637],[156.762369,51.070723],[156.646945,51.249895],[156.543248,51.289228],[156.480435,51.528047],[156.504156,51.90889],[156.374294,52.390122],[156.169464,52.769744],[156.073657,53.268003],[155.907524,53.95109],[155.684376,54.599411],[155.553456,55.19273],[155.548688,55.388763],[155.61643,55.6084],[155.664614,55.994947],[155.990769,56.687925],[156.119298,56.815806],[156.473659,56.955811],[156.782389,57.159305],[157.010606,57.454224],[156.964502,57.608277],[156.821243,57.73079],[157.084331,57.795621],[157.32943,57.770392],[157.582071,57.87253],[157.680384,58.013131],[157.93462,57.972742],[158.204302,58.021349],[158.729798,58.289678],[159.087801,58.433325],[159.73857,58.870264],[159.728527,58.990175],[160.052091,59.226977],[160.418936,59.404613],[160.517501,59.564084],[160.898317,59.625282],[161.287282,59.847341],[161.50328,60.03989],[161.779145,60.120329],[161.953412,60.229129],[161.957973,60.416057],[162.716537,60.600716],[162.906518,60.746324],[163.4017,60.802872],[163.78691,60.918421],[163.564646,60.983227],[163.634138,61.106428],[163.932243,61.214394],[164.041658,61.354365],[163.760148,61.462399],[163.881434,61.644152],[164.067987,61.679232],[164.095821,62.09285],[164.175111,62.270704],[164.543699,62.439704],[165.070169,62.416425],[165.113455,62.484171],[164.735608,62.568783],[164.60969,62.675151],[164.379666,62.684411],[163.339034,62.531363],[163.207767,62.433591],[163.247911,62.309501],[163.114785,62.228949],[163.151576,62.028303],[163.013234,61.781275],[163.298394,61.72157],[163.120997,61.612716],[162.848242,61.709054],[162.465139,61.662893]]],[[[164.616241,59.23021],[164.753946,59.028959],[164.658159,58.87034],[164.207868,58.816102],[163.890474,58.700129],[163.751415,58.763352],[163.931196,58.995438],[164.616241,59.23021]]],[[[165.93083,55.373181],[166.232239,55.298531],[166.210997,55.211004],[166.434219,54.94976],[166.167669,54.947257],[165.931507,55.230403],[165.93083,55.373181]]]]}},{"type":"Feature","properties":{"name":"Ханты-Мансийский АО — Югра"},"geometry":{"type":"Polygon","coordinates":[[[84.441097,62.195905],[84.519489,61.927981],[84.678021,61.808272],[85.096967,61.752131],[85.492972,61.61736],[85.961256,61.545265],[85.640851,61.367235],[85.696689,61.283961],[84.263015,60.862339],[83.949809,60.836359],[83.477031,61.035817],[83.156773,61.026933],[82.376558,60.707019],[82.409692,60.608296],[82.167415,60.516481],[81.879634,60.639931],[81.45883,60.607277],[81.104295,60.64219],[81.052535,60.755861],[80.704951,60.802919],[80.201076,60.675458],[79.678274,60.681183],[79.398962,60.635976],[79.280321,60.807518],[78.684653,60.82357],[78.486829,60.764771],[78.195493,60.802613],[77.970055,60.740833],[77.704403,60.820125],[77.108026,60.858548],[77.042915,60.508127],[76.840215,60.468098],[76.866235,60.271551],[76.772535,60.065813],[76.74033,59.710989],[76.664976,59.571306],[76.177247,59.530132],[75.841281,59.280344],[75.639772,59.211712],[75.727695,59.015503],[75.635476,58.912479],[75.131262,58.664047],[74.792805,58.72901],[74.175433,58.726238],[73.718874,58.856343],[73.500233,58.824958],[73.024903,58.875059],[73.100035,58.951818],[72.91129,59.154128],[72.55346,59.138886],[72.442209,59.300164],[72.025204,59.551862],[71.258064,59.788843],[70.743199,59.88479],[70.396447,59.839474],[70.201153,59.938245],[69.651177,59.909944],[69.267874,59.989759],[69.072215,59.904786],[69.30858,59.769866],[68.728691,59.568519],[68.573097,59.588452],[68.402921,59.306233],[68.104168,59.210683],[67.793908,59.21022],[67.612797,59.104987],[67.052505,58.927951],[66.772548,58.923402],[66.785314,58.656665],[66.291306,58.595005],[65.950231,58.614897],[65.655872,58.658728],[65.371595,58.900243],[65.238136,59.204655],[65.074391,59.310413],[64.486708,59.376896],[64.020523,59.381973],[63.874365,59.461413],[63.795085,59.816855],[63.605994,60.101817],[63.180884,60.224585],[63.225773,60.294317],[62.867428,60.653935],[62.760209,60.853433],[62.825071,61.001425],[62.483603,61.261084],[61.886549,61.436689],[61.22951,61.654606],[60.514648,61.735808],[59.993358,61.718466],[59.972532,61.882905],[59.486733,61.946175],[59.40016,62.157216],[59.612677,62.366543],[59.625185,62.544675],[59.44265,62.566059],[59.448209,62.918112],[59.204875,63.028515],[59.36628,63.266275],[59.377975,63.422157],[59.53318,63.71417],[59.561313,63.908659],[59.83696,64.087249],[59.567231,64.237005],[59.651194,64.433251],[59.507171,64.490543],[59.655024,64.657161],[59.624965,64.785058],[60.001147,64.940018],[60.033908,65.028425],[60.417475,65.066388],[60.609575,64.920605],[60.946266,65.013172],[61.626763,65.56201],[62.000501,65.71787],[62.26528,65.632446],[62.459216,65.337952],[62.872118,65.290692],[62.823749,65.054711],[62.695239,64.872928],[62.811554,64.736559],[62.557652,64.558652],[62.913461,64.467804],[63.247345,64.520527],[63.477537,64.456254],[63.611282,64.270622],[64.043336,64.359466],[64.48236,64.371195],[64.603844,64.442788],[65.178615,64.468236],[65.376397,64.555353],[65.933105,64.555363],[66.197851,64.591302],[66.454962,64.527305],[66.970304,64.508188],[66.837698,64.212505],[67.17303,64.121463],[67.83623,64.048028],[68.448861,64.28781],[68.914806,64.226035],[68.858497,64.438653],[69.279739,64.475691],[69.393711,64.388807],[69.725,64.396029],[69.888572,64.321813],[70.293562,64.343971],[70.663682,64.238984],[70.76655,64.11249],[70.558928,64.015399],[70.922744,63.702913],[71.455914,63.683431],[71.646344,63.192108],[72.128346,63.296907],[72.663126,63.281645],[73.054353,63.426916],[73.498259,63.188084],[74.253244,63.173152],[74.524385,63.036492],[74.941607,63.02545],[75.312628,63.097203],[75.893434,63.106609],[76.340124,62.951474],[76.667001,63.034939],[77.026434,62.972429],[77.136886,62.811553],[77.378179,62.708029],[77.870487,62.576079],[78.092973,62.464228],[78.406028,62.560485],[78.739553,62.602346],[79.843517,62.608689],[79.908419,62.78517],[80.093115,62.818073],[80.588882,63.010348],[80.588467,63.078277],[80.922025,63.156771],[81.391387,62.817079],[81.84139,62.695998],[82.159401,62.813143],[82.28944,62.766436],[82.761967,62.749588],[82.759096,62.660097],[83.023594,62.526478],[83.324358,62.458173],[83.814141,62.570017],[83.999585,62.414996],[84.239174,62.381611],[84.441097,62.195905]]]}},{"type":"Feature","properties":{"name":"Пермский край"},"geometry":{"type":"Polygon","coordinates":[[[57.403823,56.342782],[57.162914,56.16114],[56.925032,56.105368],[56.474366,56.36377],[56.078434,56.295884],[55.920252,56.449407],[55.770741,56.444852],[55.384605,56.317245],[55.022695,56.325334],[54.667676,56.500606],[54.53512,56.509768],[54.377631,56.378806],[54.051016,56.603697],[53.885021,56.662667],[54.08791,56.810855],[54.153465,56.981016],[54.311447,57.084117],[54.310458,57.305355],[54.141871,57.316111],[54.143907,57.484064],[53.992255,57.588327],[54.155072,57.714453],[54.136548,57.958104],[53.785483,58.23674],[53.88674,58.314485],[53.792541,58.455683],[53.702679,58.602221],[53.905456,58.75496],[53.753691,58.964795],[53.819638,59.111445],[53.384067,59.15277],[53.222781,59.358553],[53.357777,59.462623],[53.449735,59.702942],[53.597811,59.687521],[53.685874,60.00155],[53.625664,60.114328],[53.372664,60.155704],[52.920562,60.153873],[52.444479,60.184962],[52.317313,60.227285],[52.34896,60.438404],[52.152836,60.541334],[51.77156,60.580001],[51.89381,60.881788],[52.360968,60.82927],[52.431455,60.97651],[52.806488,60.937837],[52.870587,61.090714],[53.413867,61.032251],[53.35297,60.882119],[53.812812,60.83279],[53.875997,60.982928],[54.976883,60.860008],[55.199995,60.991662],[55.272504,61.146121],[55.730586,61.091808],[55.813111,61.246877],[56.274526,61.191958],[56.378295,61.443223],[56.653152,61.524397],[57.09272,61.501953],[58.843911,61.495146],[59.3486,61.663986],[59.369264,61.392975],[59.257583,61.313143],[59.395105,60.942221],[59.482769,60.831628],[59.423687,60.635579],[59.1756,60.349884],[59.029842,60.015339],[58.479089,59.711775],[58.364768,59.464016],[58.524982,59.435131],[58.624783,59.298073],[59.196829,59.147237],[59.080085,58.906202],[59.153627,58.717652],[59.415622,58.662964],[59.453676,58.478162],[59.287515,58.419397],[59.186288,58.278693],[58.924744,58.281114],[58.663325,58.105354],[58.638628,58.004902],[58.801168,57.725939],[58.535546,57.563956],[58.444077,57.673722],[58.150219,57.683091],[57.939636,57.316245],[58.03216,57.113473],[57.676125,56.920613],[57.315885,56.928546],[57.22944,56.856102],[57.399153,56.640655],[57.323412,56.394321],[57.403823,56.342782]]]}},{"type":"Feature","properties":{"name":"Саратовская область"},"geometry":{"type":"Polygon","coordinates":[[[48.428231,52.814969],[48.350357,52.662298],[48.693389,52.639389],[48.7274,52.542593],[48.960489,52.492596],[49.252666,52.497627],[49.310326,52.400942],[49.637986,52.340144],[49.798224,52.172431],[49.985891,52.171752],[50.352475,51.981641],[50.701788,51.933069],[50.766086,51.773923],[50.816907,51.647001],[50.5886,51.644699],[50.549799,51.478199],[50.250699,51.285896],[50.047804,51.255804],[49.780897,51.111298],[49.388799,51.093997],[49.419802,50.851703],[49.121302,50.788002],[48.829502,50.596803],[48.659804,50.571901],[48.731499,50.254198],[48.901602,50.022798],[48.7485,49.922702],[48.451005,49.834902],[48.2319,49.897102],[47.830302,50.330003],[47.533699,50.4575],[47.425545,50.377214],[47.271579,50.378635],[47.205386,50.509097],[46.912611,50.489508],[46.742181,50.658805],[46.568153,50.690538],[46.459195,50.553096],[46.057117,50.52675],[46.034155,50.665205],[45.744299,50.757392],[45.70918,50.587078],[45.192625,50.585724],[45.326225,50.860943],[45.188667,51.044531],[44.994041,51.146853],[44.499435,51.205267],[44.210935,51.181849],[44.185049,51.093371],[43.916356,51.160683],[43.357147,50.998919],[43.183004,51.11407],[42.885298,51.230551],[42.747978,51.49275],[42.520449,51.596177],[42.523331,51.721342],[42.712668,51.8857],[42.775157,52.181251],[43.039944,52.370767],[43.142186,52.439023],[43.3363,52.373803],[43.669887,52.393707],[44.314586,52.30624],[44.401284,52.429412],[44.85319,52.44779],[44.893025,52.356598],[45.442574,52.400235],[45.604642,52.472924],[45.961076,52.396867],[46.004188,52.511058],[46.325971,52.680919],[46.57169,52.702259],[46.801441,52.621348],[47.20617,52.547316],[47.54037,52.610588],[47.722478,52.570709],[48.195558,52.769124],[48.428231,52.814969]]]}},{"type":"Feature","properties":{"name":"Кабардино-Балкария"},"geometry":{"type":"Polygon","coordinates":[[[44.291532,43.810475],[44.319096,43.679229],[44.47509,43.582343],[44.098334,43.267282],[43.829976,43.323356],[43.572403,42.943185],[43.398547,42.896893],[43.184872,42.938666],[43.042612,43.087835],[42.859798,43.178902],[42.672279,43.144216],[42.414092,43.256809],[42.456171,43.62118],[42.681471,43.716132],[42.678388,43.809784],[42.854801,43.80198],[42.970535,43.897427],[43.147805,43.895159],[43.3177,43.799634],[43.473971,43.865708],[43.743537,43.821326],[43.77021,43.926644],[43.923239,44.018943],[44.270804,43.9174],[44.291532,43.810475]]]}},{"type":"Feature","properties":{"name":"Воронежская область"},"geometry":{"type":"Polygon","coordinates":[[[40.534138,51.94659],[40.933143,51.88887],[41.000914,51.71718],[41.600265,51.767031],[41.735874,51.705884],[42.070407,51.657387],[42.192852,51.728953],[42.342602,51.589401],[42.520449,51.596177],[42.747978,51.49275],[42.885298,51.230551],[42.654838,51.22417],[42.594463,51.151845],[42.083649,51.148254],[41.925059,51.195863],[41.743767,51.006398],[41.468239,50.949611],[41.347316,50.710535],[41.52245,50.361892],[41.400649,50.202744],[41.297773,50.021715],[41.08128,49.944237],[40.922689,49.703133],[40.646202,49.683669],[40.54996,49.581008],[40.135509,49.616663],[39.80604,49.557948],[39.591291,49.718282],[39.285225,49.755361],[39.180219,49.888479],[39.218792,50.046736],[38.984757,50.4348],[39.092858,50.515558],[39.051471,50.651877],[38.705659,50.801681],[38.804985,50.983603],[38.387954,51.076472],[38.433597,51.285775],[38.288727,51.296372],[38.297558,51.5218],[38.1398,51.628432],[38.464056,51.741373],[38.399927,51.937982],[38.293283,51.966975],[38.875414,52.096549],[39.01606,51.985329],[39.291676,52.102531],[39.47174,52.072628],[39.490145,51.973786],[39.838528,51.923102],[40.12861,51.985738],[40.534138,51.94659]]]}},{"type":"Feature","properties":{"name":"Карачаево-Черкесия"},"geometry":{"type":"Polygon","coordinates":[[[42.678388,43.809784],[42.681471,43.716132],[42.456171,43.62118],[42.414092,43.256809],[42.336221,43.219683],[41.801789,43.203539],[41.588849,43.234735],[41.219204,43.381023],[40.896209,43.455492],[40.713331,43.532034],[40.675309,43.715546],[40.795615,43.902883],[41.084926,44.094464],[41.264295,44.095092],[41.35949,43.977146],[41.54506,44.040685],[41.74019,44.273802],[41.634414,44.377451],[41.73822,44.473402],[41.933325,44.496223],[42.029498,44.352832],[42.341487,44.310973],[42.60866,44.311935],[42.303447,44.029233],[42.50273,44.026481],[42.660296,43.937521],[42.678388,43.809784]]]}},{"type":"Feature","properties":{"name":"Амурская область"},"geometry":{"type":"Polygon","coordinates":[[[130.953089,55.712488],[131.335538,55.651194],[131.636483,55.709091],[131.89745,55.669378],[132.25837,55.740755],[132.558445,55.710121],[132.763555,55.456471],[132.7739,55.348017],[132.61179,55.235445],[132.337462,55.222504],[132.435436,55.091546],[132.127699,55.06684],[132.011556,54.933525],[131.395181,54.737458],[131.286939,54.658992],[131.134435,54.367648],[130.759672,54.302177],[130.511465,54.122595],[130.391309,53.920149],[131.345565,53.783197],[131.491709,53.602533],[131.45155,53.510294],[131.533732,53.333841],[131.44184,53.221496],[132.454733,53.218434],[132.861507,53.235452],[133.139466,53.307853],[133.165756,53.410416],[133.599298,53.551472],[133.716548,53.467381],[134.195595,53.482413],[134.531524,53.621665],[134.890577,53.43565],[134.892617,53.214087],[134.594894,52.901058],[134.752458,52.679858],[134.622134,52.574007],[134.623911,52.439117],[134.292704,52.461357],[133.998802,52.540542],[133.87,52.514676],[133.317482,52.681252],[133.229578,52.616851],[133.420751,52.233881],[133.092988,52.15331],[132.818499,52.163007],[132.424763,51.981059],[132.264515,51.80028],[131.604609,51.666146],[131.390429,51.59485],[131.467932,51.486404],[131.043149,51.239306],[130.845676,50.879306],[130.717548,50.791196],[130.764249,50.656578],[131.026746,50.57764],[130.933498,50.495278],[131.310327,50.322994],[131.442465,50.20302],[131.387687,49.97609],[131.520829,49.903649],[131.368795,49.718352],[131.524368,49.572496],[131.419788,49.255838],[131.132899,49.240995],[131.013391,48.96804],[130.827832,48.985875],[130.632137,48.880465],[130.42114,48.902694],[130.224189,48.863932],[129.927685,49.031407],[129.710365,49.289777],[129.536549,49.396718],[129.174432,49.387218],[128.802016,49.548993],[128.552783,49.600662],[128.335785,49.540844],[127.798153,49.592116],[127.648214,49.775136],[127.525291,49.817772],[127.501384,50.058191],[127.601381,50.236612],[127.367391,50.290608],[127.365312,50.582052],[127.134948,50.911158],[126.920882,51.052081],[126.894107,51.202042],[126.972723,51.296489],[126.832986,51.533087],[126.708546,51.567348],[126.714902,51.726889],[126.464675,51.936448],[126.556111,52.120167],[126.299925,52.206271],[126.396415,52.280254],[126.20125,52.530028],[126.067362,52.603318],[125.829077,52.895464],[125.604684,53.081678],[125.157549,53.203449],[124.823668,53.14277],[124.434052,53.212228],[124.232094,53.37749],[124.061128,53.39843],[123.621608,53.545025],[123.273266,53.562152],[122.849522,53.455771],[122.429477,53.442433],[122.341701,53.501623],[122.112109,53.431678],[121.948263,53.616504],[121.97373,53.703559],[121.849081,53.952346],[121.626775,54.096553],[121.766138,54.176143],[121.665198,54.377211],[121.912536,54.377318],[122.14609,54.458934],[121.930136,54.569259],[121.880176,54.803201],[121.667473,54.834676],[121.959895,55.000714],[121.914129,55.119701],[121.999985,55.434055],[121.89977,55.619694],[121.697005,55.614433],[121.60775,55.525951],[121.336563,55.530333],[121.337354,55.82186],[121.2129,56.028054],[120.856098,56.021816],[120.633432,55.930745],[120.34055,55.88283],[120.083443,55.93546],[120.032803,56.109083],[120.173856,56.206503],[120.539512,56.26645],[120.089443,56.501004],[119.833429,56.566183],[119.706732,56.829585],[119.856256,56.896219],[120.035699,56.910117],[120.329599,57.021264],[120.905751,57.060685],[121.459583,56.970688],[121.683788,56.759775],[122.164197,56.746369],[122.461019,56.599795],[122.571862,56.485576],[122.90218,56.556816],[123.194306,56.440848],[123.921078,56.388042],[124.033028,56.256184],[124.394553,56.05281],[124.91134,55.842048],[125.253617,55.907941],[125.617125,55.779621],[125.994105,55.767566],[126.088021,55.668132],[126.414707,55.560206],[126.693071,55.666892],[126.971929,55.701596],[127.542749,55.665016],[128.304934,55.69069],[128.512721,55.544958],[129.011766,55.497683],[129.048164,55.692855],[129.668088,55.778011],[130.001369,55.713461],[130.625125,55.762626],[130.953089,55.712488]]]}},{"type":"Feature","properties":{"name":"Брянская область"},"geometry":{"type":"Polygon","coordinates":[[[35.13354,53.280691],[35.125206,53.138992],[35.240845,52.993114],[34.875812,52.917574],[34.830427,52.86408],[35.031213,52.69648],[34.848491,52.398112],[34.924239,52.370067],[34.941128,52.313729],[34.743195,52.088166],[34.545612,52.071542],[34.36371,51.940373],[34.386747,51.843756],[34.098465,52.004151],[34.109863,52.143794],[33.835238,52.361422],[33.604819,52.333768],[33.169432,52.373557],[32.903897,52.249068],[32.551659,52.326146],[32.392034,52.252869],[32.290072,52.103444],[32.065643,52.034844],[31.782495,52.113035],[31.585351,52.319724],[31.586986,52.793773],[31.371889,52.933583],[31.33421,53.091858],[31.418407,53.187637],[31.643966,53.220517],[31.919666,53.101473],[32.166936,53.087739],[32.325642,53.143193],[32.510093,53.294679],[32.733499,53.332532],[32.763097,53.424025],[33.219668,53.792047],[33.247488,53.888543],[33.504634,54.016648],[33.715766,54.024041],[33.806272,53.896456],[34.026595,53.859266],[34.200624,53.911317],[34.477926,53.637163],[34.570983,53.428779],[35.024797,53.361339],[35.13354,53.280691]]]}},{"type":"Feature","properties":{"name":"Чувашия"},"geometry":{"type":"Polygon","coordinates":[[[48.396094,55.827815],[48.226503,55.682695],[48.083438,55.689119],[47.91106,55.428906],[48.104679,55.148821],[47.990901,55.098591],[47.977092,54.953085],[47.784929,54.865287],[47.449158,54.8661],[47.269246,54.672397],[47.034145,54.705581],[46.826239,54.632154],[46.441851,54.761721],[46.215239,55.084908],[46.061894,55.047689],[46.028429,55.149429],[46.173632,55.236759],[46.317325,55.501867],[46.112794,55.55348],[45.912703,55.695929],[46.113898,55.822718],[46.080312,55.948979],[46.185157,56.0318],[46.382266,56.102826],[46.918437,56.213183],[47.150602,56.315085],[47.392326,56.324207],[47.425929,56.156906],[47.87902,56.125877],[48.047109,55.945774],[48.396094,55.827815]]]}},{"type":"Feature","properties":{"name":"Ямало-Ненецкий АО"},"geometry":{"type":"MultiPolygon","coordinates":[[[[71.298267,73.296745],[71.64621,73.174528],[70.894663,73.114742],[70.439245,73.020139],[69.921868,73.073197],[69.985209,73.387147],[70.786887,73.491855],[71.269621,73.428693],[71.298267,73.296745]]],[[[74.675833,73.092779],[74.544102,72.847193],[74.072189,72.988223],[74.326073,73.113021],[74.675833,73.092779]]],[[[78.616431,72.277365],[78.625824,72.17146],[79.092664,72.073444],[79.673679,72.052201],[80.379042,71.878814],[80.072701,71.827116],[80.159806,71.707007],[79.824355,71.585905],[79.377048,71.609122],[79.13374,71.393388],[79.996968,71.116586],[80.583998,71.043316],[80.649841,70.687518],[80.81707,70.621828],[80.617688,70.454043],[80.414215,70.460677],[79.755107,70.275839],[79.507402,70.111932],[79.165159,70.021942],[78.962561,69.878909],[79.132924,69.68554],[79.510776,69.629264],[79.647299,69.474313],[79.917887,69.352426],[80.236677,69.366112],[80.762206,69.306504],[81.010263,69.209674],[81.961187,69.352677],[81.844449,69.195188],[82.395972,69.173986],[82.594583,68.807157],[82.872781,68.674452],[82.648816,68.608953],[82.714896,68.405207],[82.552259,68.167201],[82.347832,68.124098],[82.335685,67.933482],[81.973925,67.959664],[81.728728,67.900328],[82.094177,67.721168],[82.030117,67.643739],[82.397434,67.521896],[82.304037,67.333456],[82.133252,67.219033],[83.145028,66.830415],[83.253147,66.623169],[83.076296,66.46303],[83.539218,66.187582],[83.269522,66.049365],[83.548724,65.902509],[83.563468,65.762117],[83.966588,65.792388],[84.509505,65.477576],[84.542502,65.244494],[84.288448,65.1042],[84.371338,64.901817],[84.846564,64.944852],[84.959682,64.835996],[85.364374,64.79518],[85.527972,64.852358],[85.833793,64.784473],[86.007365,64.272226],[85.967147,64.048645],[85.364871,63.851732],[85.302236,63.513981],[85.567958,63.283826],[85.4991,63.153158],[85.619934,63.034612],[85.214342,62.798651],[84.922649,62.476217],[84.698241,62.39066],[84.441097,62.195905],[84.239174,62.381611],[83.999585,62.414996],[83.814141,62.570017],[83.324358,62.458173],[83.023594,62.526478],[82.759096,62.660097],[82.761967,62.749588],[82.28944,62.766436],[82.159401,62.813143],[81.84139,62.695998],[81.391387,62.817079],[80.922025,63.156771],[80.588467,63.078277],[80.588882,63.010348],[80.093115,62.818073],[79.908419,62.78517],[79.843517,62.608689],[78.739553,62.602346],[78.406028,62.560485],[78.092973,62.464228],[77.870487,62.576079],[77.378179,62.708029],[77.136886,62.811553],[77.026434,62.972429],[76.667001,63.034939],[76.340124,62.951474],[75.893434,63.106609],[75.312628,63.097203],[74.941607,63.02545],[74.524385,63.036492],[74.253244,63.173152],[73.498259,63.188084],[73.054353,63.426916],[72.663126,63.281645],[72.128346,63.296907],[71.646344,63.192108],[71.455914,63.683431],[70.922744,63.702913],[70.558928,64.015399],[70.76655,64.11249],[70.663682,64.238984],[70.293562,64.343971],[69.888572,64.321813],[69.725,64.396029],[69.393711,64.388807],[69.279739,64.475691],[68.858497,64.438653],[68.914806,64.226035],[68.448861,64.28781],[67.83623,64.048028],[67.17303,64.121463],[66.837698,64.212505],[66.970304,64.508188],[66.454962,64.527305],[66.197851,64.591302],[65.933105,64.555363],[65.376397,64.555353],[65.178615,64.468236],[64.603844,64.442788],[64.48236,64.371195],[64.043336,64.359466],[63.611282,64.270622],[63.477537,64.456254],[63.247345,64.520527],[62.913461,64.467804],[62.557652,64.558652],[62.811554,64.736559],[62.695239,64.872928],[62.823749,65.054711],[62.872118,65.290692],[62.459216,65.337952],[62.26528,65.632446],[62.000501,65.71787],[62.799674,65.857799],[62.869197,66.0644],[63.331254,66.413269],[63.802103,66.531964],[63.975459,66.632697],[64.261558,66.645535],[64.553326,66.796757],[65.139147,66.907829],[65.081865,67.03938],[65.698559,67.380905],[66.010172,67.409217],[65.822669,67.538705],[65.845703,67.667686],[66.220688,67.684992],[65.920662,67.960941],[65.432151,67.909762],[65.274655,68.234671],[65.472545,68.417995],[65.670512,68.563736],[65.212827,68.81561],[64.62461,68.932839],[64.538899,69.028895],[65.081518,69.256412],[65.773179,69.107025],[66.401552,68.927607],[67.065617,68.786498],[67.20073,68.692219],[67.695407,68.540643],[67.815268,68.444153],[68.171777,68.387294],[68.186102,68.241257],[68.51043,68.248927],[69.128803,68.819312],[69.044854,68.89404],[68.484092,68.968446],[68.113864,69.221859],[68.042941,69.471001],[67.054038,69.690688],[66.805522,69.703441],[66.885045,69.960404],[67.258944,69.957716],[67.434386,70.029452],[67.125861,70.21236],[67.352383,70.454927],[67.206561,70.528959],[67.378671,70.667236],[67.179017,70.833291],[66.717863,70.76804],[66.640529,70.855757],[66.910809,71.010126],[66.76652,71.106926],[66.957624,71.263649],[67.518295,71.381533],[68.260848,71.638434],[68.50676,71.827105],[68.748848,72.244279],[68.933289,72.657017],[69.313608,72.923295],[69.593643,72.850723],[71.552709,72.885857],[72.628252,72.731616],[72.785432,72.629063],[72.816559,72.26235],[72.697407,72.206498],[72.333785,71.707334],[71.834891,71.488252],[72.031819,71.293414],[72.552027,71.152171],[72.588596,71.00517],[72.825578,70.872499],[72.711811,70.54716],[72.759072,70.388179],[72.40536,70.258097],[72.575857,70.145097],[72.488074,69.989646],[72.681553,69.760678],[72.516463,69.632083],[72.685318,69.496417],[72.638703,69.274216],[72.485684,69.092518],[72.581827,68.92474],[72.808356,68.798324],[73.473168,68.57791],[73.427937,68.371487],[73.128351,68.244485],[73.041207,68.079506],[73.186719,67.951116],[73.120752,67.730414],[72.602112,67.578267],[72.248333,67.179791],[71.817439,66.95017],[71.321446,66.873933],[71.200373,66.86905],[71.060888,66.8081],[70.870273,66.817062],[70.787657,66.770185],[70.481846,66.73123],[70.104209,66.738469],[69.115751,66.906665],[69.011609,66.763799],[69.129814,66.617383],[69.384651,66.505879],[69.824996,66.453029],[70.389139,66.321166],[71.006725,66.351556],[71.417933,66.336815],[71.820559,66.235231],[72.250876,66.251449],[72.418214,66.352608],[72.362307,66.507165],[72.476491,66.580448],[72.927495,66.64109],[73.087555,66.736119],[73.504324,66.823456],[73.809487,66.967796],[74.098991,67.413479],[74.706826,67.654486],[74.802845,68.01305],[74.588904,68.252417],[74.31314,68.364665],[74.46443,68.532277],[74.437509,68.663565],[74.608361,68.766012],[75.447261,68.906239],[76.185146,68.99503],[76.553368,68.988645],[76.610831,68.754694],[77.172809,68.565148],[77.313253,68.233362],[77.188486,68.122964],[77.27174,67.88541],[77.086384,67.75224],[77.685061,67.57271],[77.651015,67.436597],[78.227882,67.560548],[78.722112,67.495247],[78.945823,67.58836],[77.632593,67.71041],[77.444548,67.760764],[77.476465,68.114468],[77.768623,68.230386],[78.147963,68.26145],[77.78537,68.517127],[77.648963,68.884401],[76.942686,69.021092],[76.711558,69.132698],[76.110885,69.236978],[75.511981,69.266029],[75.162784,69.120139],[74.791749,69.101631],[74.504618,69.152124],[73.889551,69.097175],[73.776236,69.206837],[73.908435,69.427041],[73.629538,69.621569],[73.797317,70.056882],[73.692042,70.107324],[74.067285,70.307358],[74.311833,70.562986],[73.963909,70.80987],[73.925347,70.944899],[73.60884,71.177236],[72.98673,71.400086],[73.419873,71.587577],[73.54944,71.804604],[74.526506,71.988343],[74.992518,72.172326],[75.071671,72.287905],[74.98691,72.60522],[74.764313,72.795226],[74.96591,72.869419],[75.630932,72.535528],[75.474267,72.486362],[75.678913,72.262526],[75.506696,72.199521],[75.214666,71.775676],[75.490539,71.516012],[75.200683,71.415036],[75.390358,71.289582],[75.892142,71.198203],[77.774573,71.111525],[77.910269,70.964774],[78.392608,70.896202],[78.218464,71.10389],[78.275406,71.23948],[77.294492,71.319936],[77.128598,71.400301],[76.328042,71.56235],[76.053419,71.90253],[76.471461,72.02331],[76.8838,72.056393],[77.504255,71.835899],[77.826772,71.812874],[78.245473,71.951962],[78.038359,72.089965],[77.392347,72.10598],[77.882126,72.310271],[78.274669,72.34658],[78.616431,72.277365]]],[[[78.339073,72.461],[77.642692,72.295629],[76.925686,72.272953],[77.61253,72.603749],[78.192067,72.554715],[78.339073,72.461]]],[[[71.501438,66.878022],[71.541323,66.624044],[70.968532,66.59576],[70.626768,66.683757],[70.873657,66.804826],[71.07962,66.796596],[71.211137,66.854102],[71.501438,66.878022]]],[[[70.687608,66.665618],[71.000176,66.582683],[70.695761,66.489861],[70.335285,66.566646],[70.687608,66.665618]]]]}},{"type":"Feature","properties":{"name":"Ростовская область"},"geometry":{"type":"Polygon","coordinates":[[[41.400649,50.202744],[41.619321,49.958635],[41.878656,49.906488],[42.184701,49.673665],[42.027396,49.34238],[42.02172,49.134401],[42.338657,49.13883],[42.407456,48.999103],[42.680675,48.936698],[42.74159,48.774247],[42.703573,48.617406],[42.478872,48.513648],[42.313899,48.516015],[42.085733,48.415099],[42.18262,48.276873],[42.04464,48.027323],[42.525285,48.018731],[42.718974,47.879872],[42.925865,47.517662],[43.064001,47.553478],[43.309463,47.44666],[43.711063,47.47481],[43.793582,47.267906],[43.939598,47.25884],[43.96422,47.400319],[44.310892,47.478619],[44.319331,47.141019],[44.256479,46.8992],[43.915428,46.715169],[43.895022,46.30034],[43.745874,46.363518],[43.623246,46.17792],[43.333159,46.169276],[42.930748,46.447045],[42.59854,46.383966],[42.410622,46.502223],[42.200448,46.558487],[42.047196,46.541529],[42.099157,46.374028],[41.962434,46.29702],[41.86264,46.143655],[41.641135,46.153808],[41.714174,45.982037],[41.471786,45.997668],[41.161469,45.950471],[41.064044,46.119897],[40.926282,46.229651],[40.743834,46.284608],[40.323192,46.282979],[40.220705,46.538023],[40.064014,46.536091],[40.065171,46.771478],[39.262312,46.798373],[39.211129,46.619927],[38.902558,46.634191],[38.89512,46.826729],[38.686526,46.870322],[39.103108,47.033723],[39.312773,47.06053],[39.199909,47.284594],[38.941874,47.25625],[38.860234,47.173445],[38.233894,47.11546],[38.220753,47.30541],[38.303318,47.39176],[38.35095,47.616198],[38.61548,47.643667],[38.789981,47.736969],[38.877696,47.87361],[39.737551,47.827778],[39.936854,48.180712],[39.942678,48.34568],[39.848435,48.569528],[39.68759,48.586862],[39.704586,48.707199],[39.852389,48.890529],[39.767418,49.040218],[39.938047,49.082276],[40.196236,49.239692],[40.200349,49.34595],[40.029536,49.453579],[40.135509,49.616663],[40.54996,49.581008],[40.646202,49.683669],[40.922689,49.703133],[41.08128,49.944237],[41.297773,50.021715],[41.400649,50.202744]]]}},{"type":"Feature","properties":{"name":"Приморский край"},"geometry":{"type":"Polygon","coordinates":[[[139.041047,47.393346],[138.598448,47.058478],[138.39001,46.746694],[138.343267,46.527161],[138.191573,46.448213],[138.11311,46.235407],[137.775388,45.935591],[137.691807,45.799896],[137.420426,45.641815],[137.146239,45.3674],[136.804665,45.189668],[136.476141,44.835302],[136.352275,44.787833],[136.1546,44.496273],[135.886816,44.403827],[135.803094,44.266075],[135.660583,44.173299],[135.636341,44.031178],[135.533312,43.99691],[135.484989,43.819404],[135.281392,43.683126],[135.150449,43.508868],[134.348092,43.109675],[134.18937,43.068342],[133.926663,42.868112],[133.657603,42.858947],[133.062625,42.685309],[132.992094,42.806397],[132.815759,42.761151],[132.582448,42.834958],[132.450558,42.929267],[132.302334,42.944796],[132.38145,43.215551],[132.264505,43.259103],[131.970914,43.074463],[131.925236,43.20372],[131.759877,43.192696],[131.267885,42.775437],[131.253362,42.68749],[130.985557,42.643356],[130.838853,42.561102],[130.74171,42.342873],[130.560998,42.517802],[130.622809,42.601396],[130.43619,42.751901],[130.828593,42.883101],[131.034996,42.867901],[131.116209,43.060096],[131.204789,43.134002],[131.296195,43.468804],[131.204091,43.519302],[131.210306,43.822697],[131.302901,44.058601],[131.10361,44.706096],[130.978802,44.865797],[131.15011,44.946397],[131.47841,44.967599],[131.680298,45.1127],[131.681305,45.219601],[131.912594,45.3363],[132.03226,45.249302],[132.798173,45.082799],[132.969604,45.0222],[133.115905,45.126497],[133.098207,45.3141],[133.187904,45.500899],[133.403657,45.596121],[133.460655,45.835928],[133.605147,45.898233],[133.734609,46.054316],[133.680784,46.137928],[133.909721,46.263711],[133.844668,46.481338],[134.004764,46.656013],[134.388019,46.675583],[134.407726,46.861186],[134.66244,47.124477],[135.08562,47.213587],[135.421876,47.05635],[135.344701,46.929987],[135.683027,46.965682],[135.836974,46.82878],[136.054395,46.867628],[136.234493,46.775648],[136.401584,46.82113],[136.625236,46.798456],[136.895013,46.956883],[136.94831,47.16651],[137.081622,47.304196],[137.465486,47.209635],[137.593511,47.313986],[137.737054,47.330294],[138.078171,47.512165],[138.049705,47.679819],[137.776914,47.720729],[137.482732,47.857133],[137.611262,47.899183],[137.336333,48.056515],[137.451633,48.203147],[137.678492,48.248472],[137.834865,48.20951],[138.099452,48.328038],[138.236353,48.443526],[138.396884,48.444129],[138.46295,48.318959],[138.701826,48.118123],[138.575191,48.047823],[138.773181,47.882969],[138.738044,47.77007],[138.506997,47.677238],[138.630716,47.604414],[138.537158,47.482167],[138.863002,47.469783],[139.041047,47.393346]]]}},{"type":"Feature","properties":{"name":"Севастополь"},"geometry":{"type":"Polygon","coordinates":[[[33.567153,44.838601],[33.776971,44.690265],[33.924438,44.423187],[33.761857,44.38953],[33.400461,44.559272],[33.544169,44.662331],[33.567153,44.838601]]]}},{"type":"Feature","properties":{"name":"Татарстан"},"geometry":{"type":"Polygon","coordinates":[[[51.438731,56.128891],[51.419578,55.96428],[51.813274,55.927137],[52.456793,56.077624],[52.671316,56.006465],[52.871179,56.11502],[52.584605,56.221388],[52.800562,56.399926],[53.063964,56.130749],[53.333487,56.061434],[53.303783,56.249433],[53.575366,56.237034],[53.566397,56.124202],[53.295857,55.947329],[53.265418,55.85937],[53.697395,55.92518],[53.988724,55.846224],[54.246143,55.680705],[53.964754,55.524652],[53.862744,55.365819],[53.408096,55.225021],[53.169715,55.104017],[53.47693,54.977129],[53.632675,54.724976],[53.427581,54.569873],[53.425472,54.23056],[53.501634,54.056592],[53.350874,54.002581],[53.236237,54.113599],[53.084386,54.093276],[52.95336,54.234325],[52.703125,54.36003],[52.568287,54.340257],[52.48417,54.466123],[52.064789,54.417388],[51.907668,54.537855],[51.383283,54.587839],[51.169873,54.652714],[51.006539,54.544231],[50.953709,54.392638],[50.675323,54.393802],[50.520214,54.3245],[50.387852,54.483068],[50.101538,54.506085],[49.704421,54.577809],[49.557592,54.56452],[49.476034,54.7771],[49.287973,54.891546],[49.120304,54.797746],[48.88283,54.793257],[48.885082,54.62518],[48.463521,54.625012],[48.098746,54.74186],[47.706731,54.712315],[47.535761,54.527847],[47.269246,54.672397],[47.449158,54.8661],[47.784929,54.865287],[47.977092,54.953085],[47.990901,55.098591],[48.104679,55.148821],[47.91106,55.428906],[48.083438,55.689119],[48.226503,55.682695],[48.396094,55.827815],[48.473126,55.935977],[48.665021,55.938867],[48.984438,56.198734],[49.052264,56.341934],[49.333888,56.329395],[49.567635,56.503273],[49.750856,56.463034],[50.159198,56.530018],[50.081717,56.611381],[50.345991,56.674601],[50.633115,56.339437],[50.823594,56.348478],[50.875139,56.19553],[51.207574,56.122568],[51.438731,56.128891]]]}},{"type":"Feature","properties":{"name":"Калужская область"},"geometry":{"type":"Polygon","coordinates":[[[36.936503,55.240984],[37.054862,55.143591],[37.268799,54.841847],[37.246469,54.708478],[37.077401,54.54516],[36.854981,54.478843],[36.965591,54.290808],[36.545287,54.277449],[36.372503,54.204274],[35.921581,53.851307],[35.991231,53.626339],[35.615343,53.538893],[35.13354,53.280691],[35.024797,53.361339],[34.570983,53.428779],[34.477926,53.637163],[34.200624,53.911317],[34.026595,53.859266],[33.806272,53.896456],[33.715766,54.024041],[33.504634,54.016648],[33.604239,54.242474],[33.594773,54.398018],[33.775865,54.567641],[34.119564,54.562549],[34.418574,54.513736],[34.518349,54.661317],[34.906765,54.767809],[34.999398,54.916494],[35.207098,55.062019],[35.334516,55.271214],[35.447478,55.229063],[35.743301,55.295929],[35.840571,55.234308],[36.297512,55.181119],[36.388418,55.295614],[36.618534,55.324769],[36.936503,55.240984]]]}},{"type":"Feature","properties":{"name":"Астраханская область"},"geometry":{"type":"Polygon","coordinates":[[[46.620244,48.669311],[46.492298,48.437199],[47.124603,48.269702],[47.052095,47.990299],[47.195201,47.761101],[47.386295,47.681899],[47.414503,47.831703],[47.671198,47.756297],[48.116599,47.750403],[48.210402,47.693201],[48.446198,47.4191],[48.516799,47.412402],[48.720606,47.078602],[49.017999,46.762898],[48.750202,46.686699],[48.513995,46.736497],[48.562501,46.559599],[49.169905,46.374782],[49.026024,46.167739],[48.736882,45.926481],[48.359195,45.825949],[48.275523,45.736891],[47.940214,45.715693],[47.649758,45.611736],[47.586071,45.478924],[47.387925,45.667883],[47.211951,45.618606],[46.970399,45.621903],[46.813811,45.568013],[46.501449,45.680191],[46.539283,45.783134],[46.290496,45.91006],[46.453494,45.961752],[46.449964,46.171819],[46.663544,46.440845],[46.966442,46.445909],[46.865913,46.619468],[46.957855,46.718455],[46.961865,46.973892],[46.740129,47.073427],[46.537533,47.403052],[46.872978,47.54669],[46.686882,47.600914],[46.399497,47.413163],[46.267516,47.420313],[46.014772,47.560211],[45.739798,47.83044],[45.709322,48.031712],[45.538629,48.000253],[45.263003,48.105392],[45.163358,48.220768],[44.962636,48.272085],[45.014638,48.42364],[45.20363,48.539098],[45.555823,48.580893],[45.808309,48.683769],[46.039341,48.862987],[46.30876,48.821109],[46.620244,48.669311]]]}},{"type":"Feature","properties":{"name":"Ставропольский край"},"geometry":{"type":"Polygon","coordinates":[[[45.705112,44.977299],[45.655629,44.80378],[45.412428,44.594256],[45.260817,44.589432],[45.226837,44.467609],[45.429186,44.428896],[45.371606,44.290233],[45.503718,44.175891],[45.488766,44.009629],[45.437972,43.875729],[45.20027,43.876403],[45.054771,43.958462],[45.063245,43.719057],[44.853451,43.667286],[44.852025,43.673355],[44.853446,43.695619],[44.843834,43.683273],[44.832534,43.682048],[44.803041,43.805034],[44.596934,43.829661],[44.291532,43.810475],[44.270804,43.9174],[43.923239,44.018943],[43.77021,43.926644],[43.743537,43.821326],[43.473971,43.865708],[43.3177,43.799634],[43.147805,43.895159],[42.970535,43.897427],[42.854801,43.80198],[42.678388,43.809784],[42.660296,43.937521],[42.50273,44.026481],[42.303447,44.029233],[42.60866,44.311935],[42.341487,44.310973],[42.029498,44.352832],[41.933325,44.496223],[41.73822,44.473402],[41.589437,44.515285],[41.426654,44.708766],[41.559221,44.73896],[41.654023,44.985534],[41.458095,44.987856],[41.348615,45.090353],[41.349131,45.223303],[41.038613,45.224021],[40.84956,45.693851],[41.168761,45.674157],[41.271814,45.75946],[41.161469,45.950471],[41.471786,45.997668],[41.714174,45.982037],[42.083551,45.965796],[42.171035,46.111985],[42.329764,46.135302],[42.319962,45.968535],[42.55476,46.006491],[42.931872,46.236145],[43.001836,46.169408],[43.310455,46.089969],[43.46983,45.988973],[43.918202,45.945076],[44.181312,45.635498],[44.319138,45.551387],[44.552653,45.499445],[45.193852,45.283957],[45.586425,45.121212],[45.705112,44.977299]]]}},{"type":"Feature","properties":{"name":"Ингушетия"},"geometry":{"type":"Polygon","coordinates":[[[44.789411,43.554588],[44.802467,43.554468],[44.847939,43.565534],[45.017776,43.523093],[45.131748,43.418404],[45.133102,43.193994],[45.239833,42.891547],[45.086794,42.712221],[44.678593,42.756345],[44.67866,42.75654],[44.676787,42.765848],[44.663968,42.824759],[44.664846,42.831975],[44.662322,42.834547],[44.659622,42.837134],[44.655617,42.841128],[44.705773,42.858128],[44.733991,42.852128],[44.740929,42.846481],[44.754805,42.850597],[44.763426,42.850703],[44.76679,42.850834],[44.770448,42.854364],[44.773483,42.855297],[44.777144,42.85989],[44.865393,42.864828],[44.865277,42.871887],[44.862576,42.877646],[44.862339,42.882],[44.863987,42.888818],[44.870096,42.888108],[44.875156,42.885644],[44.942073,42.97915],[44.941495,42.98054],[44.934782,42.980914],[44.939603,42.991379],[44.937369,42.9962],[44.934665,42.99961],[44.934195,43.001496],[44.935252,43.010987],[44.953887,43.052554],[44.947957,43.054838],[44.842224,43.131202],[44.845283,43.132546],[44.798349,43.146437],[44.799881,43.149345],[44.800614,43.149978],[44.800712,43.151239],[44.800248,43.153711],[44.800129,43.155707],[44.574255,43.341871],[44.578061,43.416455],[44.489454,43.439055],[44.493314,43.442878],[44.489159,43.496289],[44.488569,43.498409],[44.481754,43.507348],[44.480932,43.511462],[44.502037,43.557968],[44.503441,43.587939],[44.551416,43.597825],[44.588444,43.605455],[44.633732,43.615056],[44.789411,43.554588]]]}},{"type":"Feature","properties":{"name":"Москва"},"geometry":{"type":"Polygon","coordinates":[[[37.054862,55.143591],[36.936503,55.240984],[36.816053,55.508359],[37.127097,55.487376],[37.095727,55.600114],[37.413729,55.681746],[37.331087,55.845371],[37.556014,55.909822],[37.83737,55.82249],[37.886971,55.705215],[37.405205,55.336151],[37.054862,55.143591]]]}},{"type":"Feature","properties":{"name":"Чечня"},"geometry":{"type":"Polygon","coordinates":[[[45.488766,44.009629],[46.072499,43.930079],[46.217187,43.858743],[46.345341,43.980187],[46.341999,43.982193],[46.342109,43.982523],[46.34227,43.982997],[46.342799,43.98353],[46.341733,43.985269],[46.344001,43.9859],[46.344485,43.986054],[46.345474,43.986608],[46.344406,43.988478],[46.339327,43.990088],[46.33652,43.992556],[46.333835,43.996639],[46.326612,43.99798],[46.32327,44.004264],[46.322734,44.007342],[46.321667,44.00935],[46.436084,43.994029],[46.431128,43.990014],[46.427656,43.988811],[46.438718,43.97576],[46.432606,43.972892],[46.433597,43.970964],[46.437321,43.970195],[46.444889,43.968015],[46.450414,43.903683],[46.450506,43.901343],[46.451194,43.897523],[46.617455,43.849419],[46.61786,43.845671],[46.631774,43.771827],[46.629232,43.769153],[46.519329,43.71296],[46.514915,43.704265],[46.504084,43.699719],[46.489766,43.688346],[46.456431,43.662675],[46.450342,43.652643],[46.447733,43.641689],[46.455148,43.630788],[46.413831,43.59371],[46.429843,43.579503],[46.431486,43.568227],[46.409909,43.518956],[46.410695,43.506108],[46.402095,43.498148],[46.384923,43.496578],[46.382578,43.494473],[46.388021,43.4794],[46.380745,43.476622],[46.356331,43.469623],[46.330371,43.419814],[46.33229,43.409852],[46.416567,43.261414],[46.415099,43.259009],[46.409609,43.233021],[46.409066,43.231854],[46.40707,43.228389],[46.394559,43.209009],[46.393024,43.208119],[46.393091,43.206181],[46.408576,43.159252],[46.395735,43.151297],[46.489952,43.08936],[46.491087,43.089961],[46.499114,43.089357],[46.512398,43.028873],[46.521289,43.02927],[46.521157,43.023322],[46.518081,43.023054],[46.517978,43.023147],[46.512195,43.026062],[46.506306,43.023583],[46.507109,43.018232],[46.506837,43.016815],[46.502898,43.017098],[46.4948,43.018567],[46.480828,43.017969],[46.475405,43.016564],[46.475069,43.009335],[46.476004,43.008333],[46.47895,43.006797],[46.47895,43.001794],[46.478351,42.997717],[46.495743,42.97504],[46.497213,42.967081],[46.498749,42.962398],[46.498484,42.961131],[46.49497,42.953784],[46.493838,42.948655],[46.496511,42.944759],[46.505472,42.939272],[46.509727,42.935943],[46.514773,42.932517],[46.520725,42.93011],[46.529453,42.925146],[46.532567,42.922815],[46.530359,42.919408],[46.528553,42.917868],[46.526141,42.91666],[46.51092,42.915946],[46.499454,42.9132],[46.48942,42.910125],[46.482931,42.906981],[46.467614,42.897011],[46.457648,42.895139],[46.445373,42.888147],[46.436407,42.881994],[46.441297,42.879321],[46.425838,42.857578],[46.422828,42.856976],[46.422801,42.856974],[46.406217,42.855064],[46.398822,42.854437],[46.369049,42.862929],[46.364439,42.866876],[46.354267,42.873967],[46.345273,42.883971],[46.339185,42.891123],[46.336243,42.893597],[46.327549,42.895608],[46.294536,42.873965],[46.287847,42.877646],[46.151059,42.843345],[46.145774,42.837526],[46.13815,42.830036],[46.133463,42.824611],[46.164338,42.769653],[46.166575,42.76418],[46.17495,42.743854],[46.177077,42.743109],[46.179365,42.742583],[46.17776,42.738302],[46.175619,42.734154],[46.168663,42.731278],[46.163801,42.730875],[46.159453,42.73141],[46.114436,42.719872],[46.108511,42.723465],[46.098758,42.725071],[46.09875,42.722061],[46.098282,42.720857],[46.077335,42.68116],[46.065908,42.682128],[46.028416,42.680154],[46.020456,42.678013],[45.961391,42.579642],[45.956779,42.581786],[45.955508,42.58399],[45.886848,42.540309],[45.883773,42.536968],[45.774201,42.488554],[45.325539,42.565217],[45.086794,42.712221],[45.239833,42.891547],[45.133102,43.193994],[45.131748,43.418404],[45.017776,43.523093],[44.847939,43.565534],[44.832534,43.682048],[44.843834,43.683273],[44.853446,43.695619],[44.852025,43.673355],[44.853451,43.667286],[45.063245,43.719057],[45.054771,43.958462],[45.20027,43.876403],[45.437972,43.875729],[45.488766,44.009629]]]}},{"type":"Feature","properties":{"name":"Чукотка"},"geometry":{"type":"MultiPolygon","coordinates":[[[[180,70.974663],[179.588014,70.866331],[179.238578,70.874841],[178.833324,70.790768],[178.616199,71.074137],[178.881985,71.215633],[179.442987,71.40416],[180,71.526466],[180,70.974663]]],[[[-179.995778,71.528242],[-179.11136,71.586411],[-178.328363,71.524648],[-177.454448,71.218889],[-177.58828,71.108074],[-177.920558,71.026156],[-179.481968,70.885228],[-179.99589,70.974858],[-179.995778,71.528242]]],[[[168.518359,69.985384],[169.419715,69.860889],[169.218754,69.554314],[168.383342,69.630549],[167.785404,69.804284],[167.919981,69.911031],[168.356745,70.018998],[168.518359,69.985384]]],[[[174.445416,61.824837],[174.452323,62.02404],[174.159311,62.085036],[174.055074,62.288038],[174.151532,62.337988],[173.672624,62.546955],[173.176712,62.447579],[173.070446,62.3832],[172.201723,62.461077],[171.411238,62.298789],[171.244658,62.340442],[170.782629,62.252742],[170.544664,62.303943],[170.299089,62.275985],[170.082601,62.436034],[170.007296,62.676624],[169.833166,62.659608],[169.109626,62.980211],[168.922678,62.943716],[168.466792,63.083624],[168.745411,63.180157],[168.827872,63.305081],[169.177277,63.477931],[169.47994,63.565562],[169.60908,63.662753],[169.572121,63.80781],[169.387934,63.940205],[169.102439,63.940971],[168.652457,64.193822],[168.562928,64.289104],[167.936291,64.282443],[167.687706,64.323369],[167.358149,64.490641],[167.248036,64.60325],[166.999497,64.538551],[166.63562,64.521604],[166.135108,64.606993],[165.847274,64.551509],[165.685484,64.75045],[165.40338,64.743938],[165.02445,64.838472],[164.797466,64.767991],[164.270436,64.92713],[163.908163,64.848171],[163.491998,64.870201],[163.133141,64.786747],[163.265411,64.693523],[162.752884,64.662333],[162.650534,64.741116],[162.319403,64.743799],[161.848533,64.824786],[161.718495,65.003149],[161.318131,65.148631],[160.675155,65.149432],[160.209242,65.36233],[160.093106,65.502369],[158.95226,65.727373],[158.898654,65.813993],[159.260722,66.164245],[159.215955,66.216369],[158.54358,66.335389],[158.504807,66.463047],[158.711629,66.689223],[158.935278,66.768891],[158.712171,67.038536],[158.39881,67.100324],[157.811789,67.308467],[157.908146,67.420592],[157.731,67.51814],[157.937936,67.718177],[158.364654,67.724896],[158.103989,67.914162],[158.372828,68.0763],[158.902226,68.10314],[159.365576,68.188148],[160.064258,68.267275],[160.732158,68.248125],[161.327731,68.368721],[161.957179,68.359832],[162.394204,68.27472],[162.564253,68.483484],[162.752135,68.584088],[162.59206,68.777767],[162.799817,68.82299],[162.580007,68.96134],[162.53237,69.105766],[162.772941,69.181479],[162.514191,69.327904],[162.325049,69.529568],[162.465414,69.650303],[162.887656,69.636015],[163.193492,69.692789],[163.85771,69.6818],[164.014551,69.747328],[164.42533,69.611282],[164.906014,69.55366],[165.204582,69.583861],[165.838265,69.561428],[166.241686,69.500831],[166.967594,69.474451],[167.75568,69.764302],[168.283491,69.54635],[168.239257,69.28705],[168.358946,69.208203],[168.740581,69.199648],[169.415601,69.057129],[169.445286,68.858904],[169.638971,68.760183],[170.365043,68.806436],[171.069442,69.05055],[170.900074,69.174183],[170.944035,69.287383],[170.580426,69.594609],[170.260499,69.676901],[170.630978,69.751248],[170.619744,70.040363],[170.99549,70.088783],[172.841572,69.901409],[173.131019,69.835932],[173.493407,69.935174],[173.776473,69.807357],[174.087516,69.866577],[175.120504,69.837673],[176.130668,69.873457],[176.367847,69.75753],[176.894297,69.637102],[177.478484,69.585055],[178.291274,69.420791],[178.82468,69.386195],[179.423482,69.223045],[180,68.981234],[180,65.026376],[179.536883,64.799823],[178.767188,64.669166],[178.332413,64.637368],[177.723074,64.688261],[177.317894,64.908701],[177.185012,64.762057],[176.679101,64.850435],[176.328101,64.760163],[176.524939,64.66282],[176.880029,64.593199],[177.085017,64.702446],[177.537125,64.715125],[177.425581,64.555134],[177.490198,64.42066],[177.816327,64.251702],[178.061197,64.193679],[178.337235,64.335944],[178.670858,63.993986],[178.844079,63.483786],[179.101563,63.262048],[179.455048,63.107762],[179.269314,62.993661],[179.521657,62.860015],[179.63134,62.681476],[179.367317,62.468658],[179.114743,62.414268],[179.175922,62.306736],[178.451725,62.426692],[178.082886,62.520901],[177.565605,62.553052],[177.12679,62.531724],[176.547066,62.408058],[176.243902,62.275288],[175.575632,62.152163],[175.273087,62.025917],[174.742363,61.857265],[174.445416,61.824837]]],[[[-180,68.981234],[-179.473574,68.917052],[-178.827692,68.744837],[-178.533277,68.603766],[-177.40726,68.245822],[-175.254831,67.647856],[-175.237401,67.543928],[-174.888922,67.414837],[-174.906101,67.082365],[-174.702962,66.770592],[-174.914913,66.689307],[-174.80994,66.592376],[-174.419073,66.522668],[-174.362095,66.335636],[-174.025908,66.468902],[-174.187509,66.552611],[-173.910805,66.676233],[-174.086011,67.085656],[-173.619743,67.112912],[-172.658583,67.004187],[-171.687334,66.947121],[-171.646945,66.847424],[-171.335084,66.757817],[-171.35024,66.672523],[-170.725829,66.446641],[-170.56645,66.351258],[-170.195705,66.279033],[-170.105109,66.183666],[-169.7468,66.161991],[-169.65522,66.083085],[-170.146145,66.015876],[-170.525503,65.866203],[-170.506457,65.651947],[-171.256844,65.526359],[-171.734175,65.501043],[-172.142698,65.531327],[-172.208976,65.321669],[-172.114718,65.042688],[-172.384165,64.916546],[-172.749591,64.837864],[-172.857049,64.662189],[-172.403569,64.515265],[-172.273811,64.426963],[-173.16412,64.251603],[-173.976059,64.422599],[-174.033883,64.539042],[-174.921355,64.798945],[-175.379245,64.856247],[-175.83462,64.984656],[-175.720719,65.14515],[-175.906595,65.412995],[-176.865347,65.593907],[-177.092729,65.591113],[-177.304343,65.484652],[-177.747508,65.443214],[-178.252026,65.446719],[-178.526734,65.498455],[-178.388811,65.694883],[-178.576019,65.731481],[-178.855222,65.902377],[-178.647233,66.017569],[-178.712054,66.186846],[-179.741854,66.082539],[-179.767657,65.896023],[-179.577912,65.722029],[-179.266988,65.619612],[-179.256058,65.529791],[-179.46934,65.405883],[-179.663449,65.130118],[-180,65.026376],[-180,68.981234]]]]}}]}'),pt=JSON.parse('{"p":[{"ce":"Smolensk","cr":"Смоленск","d":"27.02","re":"Smolensk region","rr":"Смоленская область","t":"полиция","p":"54.78278,32.04528"},{"ce":"Lukhovitsy","cr":"Луховицы","d":"28.02","re":"Moscow region","rr":"Московская область","t":"военкомат","p":"54.96667,39.02500"},{"ce":"Voronezh","cr":"Воронеж","d":"02.03","re":"Voronezh region","rr":"Воронежская область","t":"военкомат","p":"51.67167,39.21056"},{"ce":"Berezovsky","cr":"Березовский","d":"05.03","re":"Sverdlovsk region","rr":"Свердловская область","t":"военкомат","p":"56.90000,60.80000"},{"ce":"Shuya","cr":"Шуя","d":"19.03","re":"Ivanovo region","rr":"Ивановская область","t":"военкомат","p":"56.85000,41.36667"},{"ce":"Zubova Polyana","cr":"Зубова Поляна","d":"18.04","re":"Mordovia","rr":"Республика Мордовия","t":"военкомат","p":"54.08333,42.81667"},{"ce":"Moscow","cr":"Москва","d":"25.04","re":"Moscow","rr":"Москва","t":"полиция","p":"55.75583,37.61778"},{"ce":"Nizhnevartovsk","cr":"Нижневартовск","d":"04.05","re":"Yugra","rr":"ХМАО - Югра","t":"военкомат","p":"60.95000,76.60000"},{"ce":"Cherepovets","cr":"Череповец","d":"08.05","re":"Vologda region","rr":"Вологодская область","t":"военкомат","p":"59.13333,37.91667"},{"ce":"Balashikha","cr":"Балашиха","d":"09.05","re":"Moscow region","rr":"Московская область","t":"военкомат","p":"55.80000,37.93333"},{"ce":"Omsk","cr":"Омск","d":"13.05","re":"Omsk region","rr":"Омская область","t":"военкомат","p":"54.96667,73.38333"},{"ce":"Volgograd","cr":"Волгоград","d":"15.05","re":"Volgograd region","rr":"Волгоградская область","t":"военкомат","p":"48.80611,44.59306"},{"ce":"Gukovo","cr":"Гуково","d":"15.05","re":"Rostov region","rr":"Ростовская область","t":"военкомат","p":"48.05000,39.93333"},{"ce":"Pronsk","cr":"Пронск","d":"15.05","re":"Ryazan region","rr":"Рязанская область","t":"военкомат","p":"54.11944,39.59194"},{"ce":"Evpatoria","cr":"Евпатория","d":"16.05","re":"Crimea","rr":"Крым","t":"администрация","p":"45.20000,33.35833"},{"ce":"Schelkovo","cr":"Щелково","d":"18.05","re":"Moscow region","rr":"Московская область","t":"военкомат","p":"55.91667,38.00000"},{"ce":"Zheleznogorsk-Ilimsky","cr":"Железногорск-Илимский","d":"20.05","re":"Irkutsk region","rr":"Иркутская область","t":"военкомат","p":"56.58333,104.11667"},{"ce":"Igra","cr":"Игра","d":"21.05","re":"Udmurtia","rr":"Удмуртия","t":"призывной пункт","p":"57.55000,53.08611"},{"ce":"Igra","cr":"Игра","d":"23.05","re":"Udmurtia","rr":"Удмуртия","t":"военкомат","p":"57.55000,53.08611"},{"ce":"Simferopol","cr":"Симферополь","d":"30.05","re":"Simferopol","rr":"Симферополь","t":"военкомат","p":"44.94806,34.10417"},{"ce":"Yasnogorsk","cr":"Ясногорск","d":"31.05","re":"Tula region","rr":"Тульская область","t":"военкомат","p":"54.4793833,37.6933556"},{"ce":"Komsomolsk-on-Amur","cr":"Комсомольск-на-Амуре","d":"04.06","re":"Khabarovsk region","rr":"Хабаровский край","t":"росгвардия","p":"50.55000,137.00000"},{"ce":"Vladivostok","cr":"Владивосток","d":"08.06","re":"Primorsky krai","rr":"Приморский край","t":"военкомат","p":"43.11667,131.90000"},{"ce":"Gedzhukh","cr":"Геджух","d":"14.06","re":"Dagestan","rr":"Дагестан","t":"полиция","p":"42.12472,48.06222"},{"ce":"Krasnodar","cr":"Краснодар","d":"15.06","re":"Krasnodar krai","rr":"Краснодарский край","t":"здание ФСБ","p":"45.03333,38.98333"},{"ce":"Belgorod","cr":"Белгород","d":"24.06","re":"Belgorod region","rr":"Белгородская область","t":"военкомат","p":"50.60000,36.60000"},{"ce":"Perm","cr":"Пермь","d":"24.06","re":"Perm region","rr":"Пермский край","t":"военкомат","p":"58.01389,56.24889"},{"ce":"Nizhny Novgorod","cr":"Нижний Новгород","d":"30.06","re":"Nizhny Novgorod region","rr":"Нижегородская область","t":"здание ФСБ","p":"56.32694,44.00750"},{"ce":"St. Petersburg","cr":"Санкт-Петербург","d":"02.07","re":"St. Petersburg","rr":"Санкт-Петербург","t":"военкомат","p":"59.95000,30.31667"},{"ce":"Vladivostok","cr":"Владивосток","d":"15.07","re":"Primorsky krai","rr":"Приморский край","t":"полиция","p":"43.11667,131.90000"},{"ce":"Mozhaisk","cr":"Можайск","d":"18.07","re":"Moscow region","rr":"Московская область","t":"военкомат","p":"55.50000,36.03333"},{"ce":"Uglich","cr":"Углич","d":"20.07","re":"Yaroslavl region","rr":"Ярославская область","t":"военкомат","p":"57.53333,38.33333"},{"ce":"Oryol","cr":"Орёл","d":"24.08","re":"Oryol region","rr":"Орловская область","t":"администрация","p":"52.96667,36.08333"},{"ce":"Izhevsk","cr":"Ижевск","d":"03.09","re":"Udmurtia","rr":"Удмуртия","t":"полиция","p":"56.85306,53.21222"},{"ce":"Nizhny Novgorod","cr":"Нижний Новгород","d":"21.09","re":"Nizhny Novgorod region","rr":"Нижегородская область","t":"военкомат","p":"56.32694,44.00750"},{"ce":"Gay","cr":"Гай","d":"22.09","re":"Orenburg region","rr":"Оренбургская область","t":"военкомат","p":"51.46667,58.45000"},{"ce":"Kyra","cr":"Кыра","d":"22.09","re":"Zabaykalsky krai","rr":"Забайкальский край","t":"военкомат","p":"49.57806,111.97472"},{"ce":"Lomonosov","cr":"Ломоносов","d":"22.09","re":"St. Petersburg","rr":"Санкт-Петербург","t":"военкомат","p":"59.91457, 29.77462"},{"ce":"Tolyatti","cr":"Тольятти","d":"22.09","re":"Samara Region","rr":"Самарская область","t":"администрация","p":"53.51667,49.41667"},{"ce":"Kamyshin","cr":"Камышин","d":"23.09","re":"Volgograd region","rr":"Волгоградская область","t":"администрация","p":"50.08333,45.40000"},{"ce":"Svobodny","cr":"Свободный","d":"23.09","re":"Amur region","rr":"Амурская область","t":"военкомат","p":"51.38333,128.13333"},{"ce":"Khabarovsk","cr":"Хабаровск","d":"23.09","re":"Khabarovsk region","rr":"Хабаровский край","t":"военкомат","p":"48.48333,135.06667"},{"ce":"Arseniev","cr":"Арсеньев","d":"24.09","re":"Primorsky krai","rr":"Приморский край","t":"военкомат","p":"44.16667,133.26667"},{"ce":"Balakhna","cr":"Балахна","d":"24.09","re":"Nizhny Novgorod region","rr":"Нижегородская область","t":"администрация","p":"56.48083,43.54028"},{"ce":"Kansk","cr":"Канск","d":"24.09","re":"Krasnoyarsk region","rr":"Красноярский край","t":"военкомат","p":"56.20000,95.70000"},{"ce":"Kirovsk","cr":"Кировск","d":"25.09","re":"Leningrad region","rr":"Ленинградская область","t":"военкомат","p":"59.875330,30.981457"},{"ce":"Ruzaevka","cr":"Рузаевка","d":"25.09","re":"Mordovia","rr":"Мордовия","t":"военкомат","p":"54.06667,44.95000"},{"ce":"Salavat","cr":"Салават","d":"25.09","re":"Bashkortostan","rr":"Башкортостан","t":"офис «Единой России»","p":"53.36667,55.93333"},{"ce":"Syaskelevo","cr":"Сяськелево","d":"25.09","re":"Leningrad region","rr":"Ленинградская область","t":"администрация","p":"59.551168,29.843237"},{"ce":"Tarusa","cr":"Таруса","d":"25.09","re":"Kaluga region","rr":"Калужская область","t":"военкомат","p":"54.71667,37.18333"},{"ce":"Chernyakhovsk","cr":"Черняховск","d":"25.09","re":"Kaliningrad region","rr":"Калининградская область","t":"военкомат","p":"54.63333,21.81667"},{"ce":"Krasnodar","cr":"Краснодар","d":"25.09","re":"Krasnodar krai","rr":"Краснодарский край","t":"военкомат","p":"45.03333,38.98333"}],"d":"25.09.2022"}'),ft=pt.p,yt=window.mz_lang||"ru",[dt,ht,gt]=pt.d.split(".").map((e=>parseInt(e,10))),mt={ru:`${dt} ${["января","ферваля","марта","апреля","мая","июня","июля","августа","сентября","октября","ноября","декабря"][ht-1]}`,en:`${["January","February","March","April","May","June","July","August","September","October","November","December"][ht-1]} ${dt}`}[yt],vt="#1B1C22",wt={военкомат:"Army recruitment office",администрация:"Local administration",полиция:"Police station",прокуратура:"Prosecutor’s office","здание ФСБ":"FSB office","призывной пункт":"Draft center","офис «Единой России»":"United Russia party branch",росгвардия:"Rosgvardia (National guard)","офис КПРФ":"KPRF office","офис газеты «Красная звезда»":"Krasnaya Zvezda newspaper office"};function xt(e,t){var r=Math.PI/180*65,n=Math.PI/180*100,o=Math.PI/180*40,i=Math.PI/180*69,a=.5*(Math.sin(o)+Math.sin(i)),s=Math.cos(o),l=s*s+2*a*Math.sin(o),c=Math.sqrt(l-2*a*Math.sin(r))/a,u=a*(t*Math.PI/180-n),p=Math.sqrt(l-2*a*Math.sin(e*Math.PI/180))/a;return[p*Math.sin(u),c-p*Math.cos(u)]}function _t(e,t){let r=5+1.05*(566+750*e),n=(r-0)/960;return r=0+960*(.2*(1-(1-n)*(1-n)*(1-n))+.8*n),[r,0+1.05*(320-750*t)]}let bt=[],Ct=[0,0];for(let e=0;e<ft.length;e++){let t={ru:ft[e].cr,en:ft[e].ce}[yt],r={ru:ft[e].rr,en:ft[e].re}[yt],n=parseInt(ft[e].d.split(".")[0]),o=parseInt(ft[e].d.split(".")[1]),i=ft[e].t.split(";"),a=[];"ru"===yt?a=i:"en"===yt&&(a=i.map((function(e){return e in wt?wt[e]:(console.log("TRANSLATE "+e),"???")})));let s=ft[e].p.split(",")[0],l=ft[e].p.split(",")[1],c=n>20&&9===o||o>9;Ct[c?1:0]+=1;let u=e>=ft.length-0;bt.push({city:t,region:r,date:ft[e].d,day:n,month:o,targets:a,lat:s,long:l,afterMob:c,hightlight:u})}const Pt=fe(".voen-map__svg");Pt.attr("viewBox","0 0 960 660"),document.getElementById("ru-map-svg");const At=fe(".voen-map__tooltip").node(),Vt=fe(".voen-map__tooltip__body"),Mt=fe(".voen-map__tooltip__arrow").node();function Ft(e,t,r,n=10){((e,t,r)=>(async(e,t,r)=>{const{placement:n="bottom",strategy:o="absolute",middleware:i=[],platform:a}=r,s=await(null==a.isRTL?void 0:a.isRTL(t));let l=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:c,y:u}=me(l,n,s),p=n,f={},y=0;for(let r=0;r<i.length;r++){const{name:d,fn:h}=i[r],{x:g,y:m,data:v,reset:w}=await h({x:c,y:u,initialPlacement:n,placement:p,strategy:o,middlewareData:f,rects:l,platform:a,elements:{reference:e,floating:t}});c=null!=g?g:c,u=null!=m?m:u,f={...f,[d]:{...f[d],...v}},w&&y<=50&&(y++,"object"==typeof w&&(w.placement&&(p=w.placement),w.rects&&(l=!0===w.rects?await a.getElementRects({reference:e,floating:t,strategy:o}):w.rects),({x:c,y:u}=me(l,p,s))),r=-1)}return{x:c,y:u,placement:p,strategy:o,middlewareData:f}})(e,t,{platform:lt,...r}))(e,t,{placement:"top",middleware:[Se(),ke(n),Pe({element:r}),Le({padding:10})]}).then((({x:e,y:n,placement:o,middlewareData:i})=>{Object.assign(t.style,{left:`${e}px`,top:`${n}px`});const{x:a,y:s}=i.arrow,l={top:"bottom",right:"left",bottom:"top",left:"right"}[o.split("-")[0]];Object.assign(r.style,{left:null!=a?`${a}px`:"",top:null!=s?`${s}px`:"",right:"",bottom:"",[l]:"-4px"})}))}Pt.style("background-color",vt);for(let e=0;e<ut.R.length;e++){let t=[],r=[];if("MultiPolygon"===ut.R[e].geometry.type)for(let n=0;n<ut.R[e].geometry.coordinates.length;n++)for(let o=0;o<ut.R[e].geometry.coordinates[n].length;o++){let i=[];for(let r=0;r<ut.R[e].geometry.coordinates[n][o].length;r++)t.push(ut.R[e].geometry.coordinates[n][o][r]),i.push(ut.R[e].geometry.coordinates[n][o][r]);r.push(i)}else for(let n=0;n<ut.R[e].geometry.coordinates.length;n++){let o=[];for(let r=0;r<ut.R[e].geometry.coordinates[n].length;r++)t.push(ut.R[e].geometry.coordinates[n][r]),o.push(ut.R[e].geometry.coordinates[n][r]);r.push(o)}}let Ht=[],Rt=[];for(let e=0;e<ut.R.length;e++)if("MultiPolygon"===ut.R[e].geometry.type)for(let t=0;t<ut.R[e].geometry.coordinates.length;t++)for(let r=0;r<ut.R[e].geometry.coordinates[t].length;r++){let n={name:ut.R[e].properties.name,coords:[]};for(let o=0;o<ut.R[e].geometry.coordinates[t][r].length;o++)Ht.push(ut.R[e].geometry.coordinates[t][r][o]),n.coords.push(ut.R[e].geometry.coordinates[t][r][o]);Rt.push(n)}else for(let t=0;t<ut.R[e].geometry.coordinates.length;t++){let r={name:ut.R[e].properties.name,coords:[]};for(let n=0;n<ut.R[e].geometry.coordinates[t].length;n++)Ht.push(ut.R[e].geometry.coordinates[t][n]),r.coords.push(ut.R[e].geometry.coordinates[t][n]);Rt.push(r)}const St=Pt.append("g").attr("transform","translate(-20, 0)");for(let e=0;e<Rt.length;e++)St.append("polygon").attr("points",function(e){return e.map((function(e){let t=xt(e[1],e[0]);return _t(t[0],t[1]).join(",")})).join(" ")}(Rt[e].coords)).style("fill","Крым"===Rt[e].name?"#862a2a":"#374546").attr("stroke",vt).attr("stroke-width",2);function kt(e,t,r,n,o){e.append("text").attr("text-anchor","start").attr("x",r).attr("y",n).selectAll("tspan").data(t.split("\n")).join("tspan").classed(o,!0).attr("x",r).attr("dy",((e,t)=>(t?1.4:0)+"em")).style("fill","white").text((e=>e))}const Lt={ru:52,en:48}[yt];Pt.append("g").classed("mz_chart-logo",!0).attr("transform",`translate(760, ${Lt}) scale(${150/255})`).html('<rect width=255 height="84" fill="rgba(255,255,255,0)"/>\n'+{ru:'<g transform="scale(0.7)"><path d="M0 45.5832H12.9354V18.6796L23.1812 45.5832H28.048L38.4859 18.6796V45.5832H52.8941V0H34.4516L26.5751 22.1222L18.8267 0H0V45.5832Z" fill="#ffffff"/>\n<path d="M76.475 46.412C87.1051 46.412 92.9324 41.9493 93.957 34.299H82.1743C81.7901 36.2116 80.4453 37.8691 76.9233 37.8691C73.3373 37.8691 70.9679 35.7015 70.6477 31.6851H93.893V28.625C93.893 16.6395 85.8884 11.2842 76.475 11.2842C66.2292 11.2842 57.9045 17.9783 57.9045 28.8162V29.3263C57.9045 40.3555 65.781 46.412 76.475 46.412ZM70.7118 25.1186C71.2241 21.3572 73.4013 19.3808 76.475 19.3808C79.869 19.3808 81.598 21.5484 81.726 25.1186H70.7118Z" fill="#ffffff"/>\n<path d="M111.536 29.135C111.664 26.7761 111.792 23.971 111.856 20.8471H118.068V36.8491H109.935C110.768 34.809 111.28 32.2589 111.536 29.135ZM106.861 45.5832H123.959L124.087 53.6798H134.973V36.8491H130.491V12.2405H101.418C101.418 19.4446 101.29 24.6086 100.97 28.115C100.458 33.4064 99.3691 35.9565 97.5761 36.8491H95.8471V53.6798H106.733L106.861 45.5832Z" fill="#ffffff"/>\n<path d="M150.973 45.5832L160.451 27.0312V45.5832H172.938V12.2405H160.643L151.166 30.8563V12.2405H138.678V45.5832H150.973Z" fill="#ffffff"/>\n<path d="M193.229 37.9966C190.923 37.9966 189.707 36.9766 189.707 35.3828C189.707 33.0239 191.243 32.1951 195.47 32.1951H198.159V33.9165C198.159 36.4028 196.11 37.9966 193.229 37.9966ZM188.682 46.412C194.125 46.412 197.071 44.0531 198.48 41.758V45.5832H210.646V24.0348C210.646 15.2369 204.755 11.2842 195.022 11.2842C185.416 11.2842 179.012 15.4282 178.5 23.5885H190.283C190.475 21.8672 191.371 20.0184 194.253 20.0184C197.647 20.0184 198.159 22.0584 198.159 24.8636V25.4373H195.278C183.687 25.4373 177.283 28.4975 177.283 36.3391C177.283 43.4794 182.663 46.412 188.682 46.412Z" fill="#ffffff"/>\n<path d="M246.12 20.4009C246.12 15.2369 240.741 11.2842 231.008 11.2842C222.619 11.2842 216.023 15.4282 215.062 23.7798H226.013C226.589 21.4847 228.126 20.1459 230.431 20.1459C232.737 20.1459 233.569 21.1022 233.569 22.441V22.6322C233.569 24.1623 232.48 25.1186 230.367 25.1186H227.037V31.9401H230.623C233.249 31.9401 234.273 32.9602 234.273 34.6815V34.8727C234.273 36.8491 233.057 37.9966 230.815 37.9966C227.934 37.9966 226.333 36.4666 225.564 33.5977H214.486C215.639 41.503 220.826 46.412 231.136 46.412C241.381 46.412 246.953 41.758 246.953 35.829V35.6378C246.953 31.2388 244.071 28.8162 239.396 28.115C243.751 27.2862 246.12 24.9273 246.12 20.5921V20.4009Z" fill="#ffffff"/>\n<path d="M268.525 46.412C278.963 46.412 287.16 39.973 287.16 29.0075V28.4975C287.16 17.787 279.027 11.348 268.589 11.348C258.023 11.348 249.89 17.9783 249.89 28.8162V29.3263C249.89 40.2917 258.087 46.412 268.525 46.412ZM268.589 37.1678C264.555 37.1678 262.634 34.3627 262.634 28.9437V28.4337C262.634 23.206 264.747 20.5921 268.589 20.5921C272.495 20.5921 274.352 23.3973 274.352 28.625V29.0712C274.352 34.3627 272.431 37.1678 268.589 37.1678Z" fill="#ffffff"/>\n<path d="M312.965 45.5832H325.516V12.2405H312.965V24.3535H304.192V12.2405H291.641V45.5832H304.192V33.0877H312.965V45.5832Z" fill="#ffffff"/>\n<path d="M345.815 37.9966C343.51 37.9966 342.293 36.9766 342.293 35.3828C342.293 33.0239 343.83 32.1951 348.057 32.1951H350.746V33.9165C350.746 36.4028 348.697 37.9966 345.815 37.9966ZM341.269 46.412C346.712 46.412 349.658 44.0531 351.066 41.758V45.5832H363.233V24.0348C363.233 15.2369 357.342 11.2842 347.608 11.2842C338.003 11.2842 331.599 15.4282 331.087 23.5885H342.87C343.062 21.8672 343.958 20.0184 346.84 20.0184C350.234 20.0184 350.746 22.0584 350.746 24.8636V25.4373H347.865C336.274 25.4373 329.87 28.4975 329.87 36.3391C329.87 43.4794 335.249 46.412 341.269 46.412Z" fill="#ffffff"/>\n</g>',en:'<g transform="scale(1.21)"><path d="M0 30.32H7.32V12.52L14.24 30.32H16.96L23.96 12.52V30.32H32.12V1.72H21.64L16.16 16.96L10.68 1.72H0V30.32Z" fill="#ffffff"/>\n<path d="M46.64 30.8C52.96 30.8 56.6 28.12 57.24 23.4H50.52C50.24 24.8 49.24 25.88 46.88 25.88C44.32 25.88 42.72 24.28 42.52 21.52H57.24V19.64C57.24 12.12 52.32 8.84 46.6 8.84C40.28 8.84 35.28 13.08 35.28 19.8V20.12C35.28 26.96 40.08 30.8 46.64 30.8ZM42.6 17.48C42.96 14.96 44.44 13.56 46.6 13.56C48.92 13.56 50.16 14.96 50.28 17.48H42.6Z" fill="#ffffff"/>\n<path d="M71.3066 25.32C68.8266 25.32 67.2666 23.52 67.2666 20V19.68C67.2666 16.04 68.7066 14.24 71.3866 14.24C74.0266 14.24 75.5066 16.12 75.5066 19.64V19.96C75.5066 23.52 73.9066 25.32 71.3066 25.32ZM68.7866 30.8C71.9466 30.8 74.2666 29.08 75.3066 26.92V30.32H82.4666V0.2H75.3066V12.36C74.1066 10.24 72.1466 8.84 68.8666 8.84C63.9066 8.84 59.9866 12.64 59.9866 19.76V20.08C59.9866 27.32 63.9466 30.8 68.7866 30.8Z" fill="#ffffff"/>\n<path d="M90.1903 7.4C92.4303 7.4 94.1503 5.84 94.1503 3.72C94.1503 1.6 92.4303 0 90.1903 0C87.9503 0 86.2703 1.6 86.2703 3.72C86.2703 5.84 87.9503 7.4 90.1903 7.4ZM86.6303 30.32H93.7903V9.4H86.6303V30.32Z" fill="#ffffff"/>\n<path d="M106.587 25.96C104.907 25.96 104.107 25.2 104.107 24C104.107 22.28 105.387 21.72 108.267 21.72H110.147V23C110.147 24.8 108.627 25.96 106.587 25.96ZM104.107 30.8C107.467 30.8 109.307 29.4 110.307 27.88V30.32H117.267V16.76C117.267 11.2 113.587 8.84 107.827 8.84C102.107 8.84 98.1472 11.32 97.8272 16.36H104.547C104.707 15.04 105.427 13.88 107.387 13.88C109.667 13.88 110.147 15.2 110.147 17.2V17.68H108.147C101.187 17.68 97.0272 19.6 97.0272 24.52C97.0272 28.96 100.347 30.8 104.107 30.8Z" fill="#ffffff"/>\n<path d="M119.84 30.32H138.76V24.92H129.84L139.24 10.16V9.4H120.8V14.8H129L119.84 29.6V30.32Z" fill="#ffffff"/>\n<path d="M151.594 30.8C158.034 30.8 163.034 26.72 163.034 19.92V19.6C163.034 12.96 158.074 8.84 151.634 8.84C145.154 8.84 140.154 13.08 140.154 19.8V20.12C140.154 26.88 145.154 30.8 151.594 30.8ZM151.634 25.48C148.874 25.48 147.474 23.52 147.474 19.92V19.6C147.474 16.08 148.954 14.2 151.634 14.2C154.354 14.2 155.754 16.16 155.754 19.68V20C155.754 23.48 154.314 25.48 151.634 25.48Z" fill="#ffffff"/>\n<path d="M166.157 30.32H173.317V18.6C173.317 15.92 174.757 14.64 176.877 14.64C178.957 14.64 179.877 15.8 179.877 18.16V30.32H187.037V16.72C187.037 11.36 184.237 8.84 180.197 8.84C176.717 8.84 174.437 10.6 173.317 12.76V9.4H166.157V30.32Z" fill="#ffffff"/>\n<path d="M199.478 25.96C197.798 25.96 196.998 25.2 196.998 24C196.998 22.28 198.278 21.72 201.158 21.72H203.038V23C203.038 24.8 201.518 25.96 199.478 25.96ZM196.998 30.8C200.358 30.8 202.198 29.4 203.198 27.88V30.32H210.158V16.76C210.158 11.2 206.478 8.84 200.718 8.84C194.998 8.84 191.038 11.32 190.718 16.36H197.438C197.598 15.04 198.318 13.88 200.278 13.88C202.558 13.88 203.038 15.2 203.038 17.2V17.68H201.038C194.078 17.68 189.918 19.6 189.918 24.52C189.918 28.96 193.238 30.8 196.998 30.8Z" fill="#ffffff"/>\n</g>'}[yt]),kt(Pt,{ru:"Поджоги в России с начала войны",en:"Government Offices Burning Across Russia"}[yt],50,70,{ru:"voen-map__header",en:"voen-map__header_small"}[yt]);const Et={ru:bt.length+" "+(Nt=bt.length,(Nt%100>=10&&Nt%100<=20?"поджогов":["поджогов","поджог","поджога","поджога","поджога","поджогов","поджогов","поджогов","поджогов","поджогов"][Nt%10])+" военкоматов и административных зданий"),en:"Since February 24, "+bt.length+" army recruitment centers and\ngovernment offices have been set on fire"}[yt];var Nt;kt(Pt,Et,50,110,{ru:"voen-map__sub_header",en:"voen-map__sub_header_small"}[yt]),kt(Pt,{ru:"Источник: «Медиазона», другие СМИ\nДанные на "+mt,en:"Source: Mediazona, other news media\nAs of "+mt}[yt],50,612,"voen-map__description");const Tt={ru:["До объявления мобилизации","После объявления мобилизации"],en:["Before the mobilization announcement","After the mobilization announcement"]}[yt];for(let e=0;e<2;e++)kt(Pt,Tt[e]+" ("+Ct[e]+")",75,540+30*e,"voen-map__legend"),Pt.append("g").attr("transform",`translate(50, ${540+30*e-18}) scale(0.17)`).html(`<use href="#${1===e?"fireIcon2":"fireIcon1"}"/>`);let Ot={};for(let e=0;e<bt.length;e++){let t=bt[e].city+bt[e].region;if(!(t in Ot)){let r=xt(bt[e].lat,bt[e].long),n=_t(r[0],r[1]),o=n[0],i=n[1];Ot[t]={x:o,ox:o,oy:i,y:i,afterMob:!1,events:[]}}Ot[t].events.push(bt[e]),bt[e].afterMob&&(Ot[t].afterMob=!0)}let Bt=[];for(const[e,t]of Object.entries(Ot))Bt.push(t);for(let e=0;e<20;e++)for(let e=0;e<Bt.length;e++)for(let t=0;t<e;t++)if((Bt[e].x-Bt[t].x)*(Bt[e].x-Bt[t].x)+(Bt[e].y-Bt[t].y)*(Bt[e].y-Bt[t].y)<250){let r=Bt[e].x-Bt[t].x,n=Bt[e].y-Bt[e].y;Bt[e].x+=r/3,Bt[e].y+=n/3,Bt[t].x-=r/3,Bt[t].y-=n/3}const It=fe(".voen-map");for(let e=0;e<Bt.length;e++){let t=Bt[e].afterMob?(Bt[e].ox+Bt[e].x)/2:Bt[e].x,r=Bt[e].afterMob?(Bt[e].oy+Bt[e].y)/2:Bt[e].y,n=`<p class="voen-map__p_city">${Bt[e].events[0].city}</p>`;Bt[e].events[0].city!==Bt[e].events[0].region&&(n+=`<p class="voen-map__p_region">${Bt[e].events[0].region}</p>`);for(let t=0;t<Bt[e].events.length;t++){n+=`<p class="voen-map__fire_header" style="color: ${Bt[e].events[t].afterMob?"#ff5000":"#007bbf"}">${Bt[e].events[t].date}</p>`;for(let r=0;r<Bt[e].events[t].targets.length;r++)n+=`<p class="voen-map__fire_target">${Bt[e].events[t].targets[r]}</p>`}let o=!1;for(let t=0;t<Bt[e].events.length;t++)Bt[e].events[t].hightlight&&(o=!0);let i=St.append("g").attr("transform",`translate(${t-10}, ${r-10}) scale(0.2)`).html(`<use href="#${Bt[e].afterMob?"fireIcon2":"fireIcon1"}"/>`).on("mouseleave",(function(e){At.style.display="none"})).on("mouseenter",(function(e){At.style.display="block",Vt.html(n),Ft(this,At,Mt)}));o&&document.addEventListener("DOMContentLoaded",(function(){const t=It.append("div");t.classed("voen-map__highlight",!0),t.style("display","block");const r=t.append("div");r.classed("voen-map__highlight__body",!0);const n=t.append("div");n.classed("voen-map__highlight__arrow",!0),r.html(`<p class="voen-map__p_city">${Bt[e].events[0].city}</p>`),Ft(i.node(),t.node(),n.node())}))}window.ssave=()=>(0,ct.saveSvgAsPng)(Pt.node(),"map",{scale:2.4})})()})();