inputmask-multi-rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,40 @@
1
+ /*
2
+ Input Mask plugin for jquery
3
+ http://github.com/RobinHerbots/jquery.inputmask
4
+ Copyright (c) 2010 - 2013 Robin Herbots
5
+ Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6
+ Version: 1.3.22
7
+ */
8
+ (function(f){void 0==f.fn.inputmask&&(f.inputmask={defaults:{placeholder:"_",optionalmarker:{start:"[",end:"]"},escapeChar:"\\",mask:null,oncomplete:f.noop,onincomplete:f.noop,oncleared:f.noop,repeat:0,greedy:!0,autoUnmask:!1,clearMaskOnLostFocus:!0,insertMode:!0,clearIncomplete:!1,aliases:{},onKeyUp:f.noop,onKeyDown:f.noop,showMaskOnFocus:!0,showMaskOnHover:!0,onKeyValidation:f.noop,numericInput:!1,radixPoint:"",rightAlignNumerics:!0,definitions:{9:{validator:"[0-9]",cardinality:1},a:{validator:"[A-Za-z\u0410-\u044f\u0401\u0451]",
9
+ cardinality:1},"*":{validator:"[A-Za-z\u0410-\u044f\u0401\u04510-9]",cardinality:1}},keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91},ignorables:[9,13,19,27,33,34,35,36,37,
10
+ 38,39,40,45,46,93,112,113,114,115,116,117,118,119,120,121,122,123],getMaskLength:function(f,A,L){var I=f.length;!A&&1<L&&(I+=f.length*(L-1));return I}},val:f.fn.val,escapeRegex:function(f){return f.replace(RegExp("(\\/|\\.|\\*|\\+|\\?|\\||\\(|\\)|\\[|\\]|\\{|\\}|\\\\)","gim"),"\\$1")}},f.fn.inputmask=function(u,A){var L,I;function H(e,b){var c=a.aliases[e];return c?(c.alias&&H(c.alias),f.extend(!0,a,c),f.extend(!0,a,b),!0):!1}function J(){var e=!1,b=0,c=a.mask.toString();1==c.length&&!1==a.greedy&&
11
+ (a.placeholder="");for(var c=f.map(c.split(""),function(c){var f=[];if(c==a.escapeChar)e=true;else if(c!=a.optionalmarker.start&&c!=a.optionalmarker.end||e){var D=a.definitions[c];if(D&&!e)for(c=0;c<D.cardinality;c++)f.push(y(b+c));else{f.push(c);e=false}b=b+f.length;return f}}),D=c.slice(),n=1;n<a.repeat&&a.greedy;n++)D=D.concat(c.slice());return D}function O(){var e=!1,b=!1,c=!1;return f.map(a.mask.toString().split(""),function(f){var n=[];if(f==a.escapeChar)b=!0;else if(f==a.optionalmarker.start&&
12
+ !b)c=e=!0;else if(f==a.optionalmarker.end&&!b)e=!1,c=!0;else{var g=a.definitions[f];if(g&&!b){for(var h=g.prevalidator,j=h?h.length:0,k=1;k<g.cardinality;k++){var m=j>=k?h[k-1]:[],d=m.validator,m=m.cardinality;n.push({fn:d?"string"==typeof d?RegExp(d):new function(){this.test=d}:/./,cardinality:m?m:1,optionality:e,newBlockMarker:!0==e?c:!1,offset:0,casing:g.casing,def:g.definitionSymbol|f});!0==e&&(c=!1)}n.push({fn:g.validator?"string"==typeof g.validator?RegExp(g.validator):new function(){this.test=
13
+ g.validator}:/./,cardinality:g.cardinality,optionality:e,newBlockMarker:c,offset:0,casing:g.casing,def:g.definitionSymbol|f})}else n.push({fn:null,cardinality:0,optionality:e,newBlockMarker:c,offset:0,casing:null,def:f}),b=!1;c=!1;return n}})}function B(e,b,c,f){var g=!1;if(0<=e&&e<p(c)){for(var l=e%h.length,s=b?1:0,j="",k=h[l].cardinality;k>s;k--)j+=v(c,l-(k-1));b&&(j+=b);g=null!=h[l].fn?h[l].fn.test(j,c,e,f,a):!1}setTimeout(function(){a.onKeyValidation.call(this,g,a)},0);return g}function s(e){e=
14
+ h[e%h.length];return void 0!=e?e.fn:!1}function y(e){return a.placeholder.charAt(e%a.placeholder.length)}function p(e){return a.getMaskLength(g,a.greedy,a.repeat,e,a)}function w(e,a){var c=p(e);if(a>=c)return c;for(var f=a;++f<c&&!s(f););return f}function M(e,a){var c=a;if(0>=c)return 0;for(;0<--c&&!s(c););return c}function E(e,a,c){var f=h[a%h.length],g=c;if(void 0!=g)switch(f.casing){case "upper":g=c.toUpperCase();break;case "lower":g=c.toLowerCase()}e[a]=g}function v(a,b,c){c&&(b=S(a,b));return a[b]}
15
+ function S(a,b,c){if(c)for(;0>b&&a.length<p(a);){c=g.length-1;for(b=g.length;void 0!==g[c];)a.unshift(g[c--])}else for(;void 0==a[b]&&a.length<p(a);)for(c=0;void 0!==g[c];)a.push(g[c++]);return b}function z(a,b,c){a._valueSet(b.join(""));void 0!=c&&l(a,c)}function T(a,b,c){for(var f=p(a);b<c&&b<f;b++)E(a,b,v(g.slice(),b))}function K(a,b){E(a,b,v(g,b%h.length))}function o(e,b,c,D){var n=f(e).data("inputmask").isRTL,l=P(e._valueGet(),n).split(""),o=p(b);if(n){var j=l.reverse();j.length=o;for(var k=
16
+ 0;k<o;k++){var m=(o-(k+1))%h.length;null==h[m].fn&&j[k]!=v(g,m)?(j.splice(k,0,v(g,m)),j.length=o):j[k]=j[k]||v(g,m)}l=j.reverse()}T(b,0,b.length);b.length=g.length;for(var d=j=-1,t,u=l.length,m=0==u?o:-1,k=0;k<u;k++)for(var q=d+1;q<o;q++)if(s(q)){var F=l[k];!1!==(t=B(q,F,b,!c))?(!0!==t&&(q=void 0!=t.pos?t.pos:q,F=void 0!=t.c?t.c:F),E(b,q,F),j=d=q):(K(b,q),F==y(q)&&(m=d=q));break}else if(K(b,q),j==d&&(j=q),d=q,l[k]==v(b,q))break;if(!1==a.greedy){k=P(b.join(""),n).split("");l=k.length;for(d=0;d<l;d++)b[d]=
17
+ k[d];b.length=k.length}c&&z(e,b);return n?a.numericInput?""!=a.radixPoint&&-1!=f.inArray(a.radixPoint,b)&&!0!==D?f.inArray(a.radixPoint,b):w(b,o):w(b,m):w(b,j)}function W(a){return f.inputmask.escapeRegex.call(this,a)}function P(a,b){return b?a.replace(RegExp("^("+W(g.join(""))+")*"),""):a.replace(RegExp("("+W(g.join(""))+")*$"),"")}function U(a,b){o(a,b,!1);var c=b.slice(),g,n;if(f(a).data("inputmask").isRTL)for(n=0;n<=c.length-1;n++)if(g=n%h.length,h[g].optionality)if(!s(n)||!B(n,b[n],b,!0))c.splice(0,
18
+ 1);else break;else break;else for(n=c.length-1;0<=n;n--)if(g=n%h.length,h[g].optionality)if(!s(n)||!B(n,b[n],b,!0))c.pop();else break;else break;z(a,c)}function X(a,b){var c=a[0];if(h&&(!0===b||!a.hasClass("hasDatepicker"))){var l=g.slice();o(c,l);return f.map(l,function(a,b){return s(b)&&B(b,a,l,!0)?a:null}).join("")}return c._valueGet()}function l(e,b,c){var g=e.jquery&&0<e.length?e[0]:e;if("number"==typeof b)f(e).is(":visible")&&(c="number"==typeof c?c:b,!1==a.insertMode&&b==c&&c++,g.setSelectionRange?
19
+ Q?(setTimeout(function(){g.selectionStart=b;g.selectionEnd=Q?b:c},10),L=b,I=c):(g.selectionStart=b,g.selectionEnd=c):g.createTextRange&&(e=g.createTextRange(),e.collapse(!0),e.moveEnd("character",c),e.moveStart("character",b),e.select()));else{if(!f(e).is(":visible"))return{begin:0,end:0};g.setSelectionRange?(b=g.selectionStart,c=g.selectionEnd):document.selection&&document.selection.createRange&&(e=document.selection.createRange(),b=0-e.duplicate().moveStart("character",-1E5),c=b+e.text.length);
20
+ return{begin:b,end:c}}}function R(a){for(var b=!0,a=a._valueGet(),c=a.length,f=0;f<c;f++)if(s(f)&&a.charAt(f)==y(f)){b=!1;break}return b}function V(e){function b(a){a=f._data(a).events;f.each(a,function(a,d){f.each(d,function(a,d){if("inputmask"==d.namespace){var b=d.handler;d.handler=function(){return this.readOnly||this.disabled?!1:b.apply(this,arguments)}}})})}function c(a){var d;Object.getOwnPropertyDescriptor&&(d=Object.getOwnPropertyDescriptor(a,"value"));if(d&&d.get)a._valueGet||(a._valueGet=
21
+ d.get,a._valueSet=d.set,Object.defineProperty(a,"value",{get:function(){var a=f(this),d=f(this).data("inputmask");return d&&d.autoUnmask?a.inputmask("unmaskedvalue"):this._valueGet()!=d._buffer.join("")?this._valueGet():""},set:function(a){this._valueSet(a);f(this).triggerHandler("setvalue.inputmask")}}));else if(document.__lookupGetter__&&a.__lookupGetter__("value"))a._valueGet||(a._valueGet=a.__lookupGetter__("value"),a._valueSet=a.__lookupSetter__("value"),a.__defineGetter__("value",function(){var a=
22
+ f(this),d=f(this).data("inputmask");return d&&d.autoUnmask?a.inputmask("unmaskedvalue"):this._valueGet()!=d._buffer.join("")?this._valueGet():""}),a.__defineSetter__("value",function(a){this._valueSet(a);f(this).triggerHandler("setvalue.inputmask")}));else if(a._valueGet||(a._valueGet=function(){return this.value},a._valueSet=function(a){this.value=a}),!0!=f.fn.val.inputmaskpatch)f.fn.val=function(){if(arguments.length==0){var a=f(this);if(a.data("inputmask")){if(a.data("inputmask").autoUnmask)return a.inputmask("unmaskedvalue");
23
+ var d=f.inputmask.val.apply(a);return d!=a.data("inputmask")._buffer.join("")?d:""}return f.inputmask.val.apply(a)}var b=arguments;return this.each(function(){var a=f(this),d=f.inputmask.val.apply(a,b);a.data("inputmask")&&a.triggerHandler("setvalue.inputmask");return d})},f.extend(f.fn.val,{inputmaskpatch:!0})}function u(d,b){if(a.numericInput&&""!=a.radixPoint){var c=d._valueGet().indexOf(a.radixPoint);x=b.begin<=c||b.end<=c||-1==c}}function n(a,b,c){for(;!s(a)&&0<=a-1;)a--;for(var f=a;f<b&&f<p(d);f++)if(s(f)){K(d,
24
+ f);var e=w(d,f),i=v(d,e);if(i!=y(e))if(e<p(d)&&!1!==B(f,i,d,!0)&&h[f%h.length].def==h[e%h.length].def)E(d,f,v(d,e)),K(d,e);else{if(s(f))break}else if(void 0==c)break}else K(d,f);void 0!=c&&E(d,x?b:M(d,b),c);d=P(d.join(""),x).split("");0==d.length&&(d=g.slice());return a}function A(a,b,c,f){for(;a<=b&&a<p(d);a++)if(s(a)){var e=v(d,a);E(d,a,c);if(e!=y(a))if(c=w(d,a),c<p(d))if(!1!==B(c,e,d,!0)&&h[a%h.length].def==h[c%h.length].def)c=e;else if(s(c))break;else c=e;else break;else if(!0!==f)break}else K(d,
25
+ a);f=d.length;d=P(d.join(""),x).split("");0==d.length&&(d=g.slice());return b-(f-d.length)}function H(b){q=!1;var c=this,e=b.keyCode,h=l(c);u(c,h);if(e==a.keyCode.BACKSPACE||e==a.keyCode.DELETE||Z&&127==e){var r=p(d);if(0==h.begin&&h.end==r)d=g.slice(),z(c,d),l(c,o(c,d,!1));else if(1<h.end-h.begin||1==h.end-h.begin&&a.insertMode)T(d,h.begin,h.end),z(c,d,x?o(c,d,!1):h.begin);else{var i=Y?h.end:h.begin;e==a.keyCode.DELETE?(i<C&&(i=C),i<r&&(a.numericInput&&""!=a.radixPoint&&d[i]==a.radixPoint?(i=d.length-
26
+ 1==i?i:w(d,i),i=n(i,r)):x?(i=A(C,i,y(i),!0),i=w(d,i)):i=n(i,r),z(c,d,i))):e==a.keyCode.BACKSPACE&&i>C&&(i-=1,a.numericInput&&""!=a.radixPoint&&d[i]==a.radixPoint?(i=A(C,d.length-1==i?i:i-1,y(i),!0),i++):x?(i=A(C,i,y(i),!0),i=d[i+1]==a.radixPoint?i+1:w(d,i)):i=n(i,r),z(c,d,i))}c._valueGet()==g.join("")&&f(c).trigger("cleared");b.preventDefault()}else e==a.keyCode.END||e==a.keyCode.PAGE_DOWN?setTimeout(function(){var e=o(c,d,!1,!0);!a.insertMode&&(e==p(d)&&!b.shiftKey)&&e--;l(c,b.shiftKey?h.begin:e,
27
+ e)},0):e==a.keyCode.HOME&&!b.shiftKey||e==a.keyCode.PAGE_UP?l(c,0,b.shiftKey?h.begin:0):e==a.keyCode.ESCAPE?(c._valueSet(N),l(c,0,o(c,d))):e==a.keyCode.INSERT?(a.insertMode=!a.insertMode,l(c,!a.insertMode&&h.begin==p(d)?h.begin-1:h.begin)):b.ctrlKey&&88==e?setTimeout(function(){l(c,o(c,d,!0))},0):a.insertMode||(e==a.keyCode.RIGHT?(r=h.begin==h.end?h.end+1:h.end,r=r<p(d)?r:h.end,l(c,b.shiftKey?h.begin:r,b.shiftKey?r+1:r)):e==a.keyCode.LEFT&&(r=h.begin-1,r=0<r?r:0,l(c,r,b.shiftKey?h.end:r)));a.onKeyDown.call(this,
28
+ b,d,a);F=-1!=f.inArray(e,a.ignorables)}function j(c){if(q)return!1;q=!0;var b=this,e=f(b),c=c||window.event,g=c.which||c.charCode||c.keyCode,h=String.fromCharCode(g);if(a.numericInput&&h==a.radixPoint){var i=b._valueGet().indexOf(a.radixPoint);l(b,w(d,-1!=i?i:p(d)))}if(c.metaKey||F)return!0;if(g){var k=l(b),m=p(d),g=!0;T(d,k.begin,k.end);if(x){var i=M(d,k.end),j;if(!1!==(j=B(i==m||v(d,i)==a.radixPoint?M(d,i):i,h,d,!1))){!0!==j&&(i=void 0!=j.pos?j.pos:i,h=void 0!=j.c?j.c:h);m=p(d);j=C;if(!0==a.insertMode){if(!0==
29
+ a.greedy)for(var o=d.slice();v(o,j,!0)!=y(j)&&j<=i;)j=j==m?m+1:w(d,j);j<=i&&(a.greedy||d.length<m)?(d[C]!=y(C)&&d.length<m&&(o=S(d,-1,x),0!=k.end&&(i+=o),m=d.length),n(j,i,h)):g=!1}else E(d,i,h);g&&(z(b,d,a.numericInput?i+1:i),setTimeout(function(){R(b)&&e.trigger("complete")},0))}}else if(i=w(d,k.begin-1),S(d,i,x),!1!==(j=B(i,h,d,!1))){!0!==j&&(i=void 0!=j.pos?j.pos:i,h=void 0!=j.c?j.c:h);if(!0==a.insertMode){k=p(d);for(o=d.slice();v(o,k,!0)!=y(k)&&k>=i;)k=0==k?-1:M(d,k);k>=i?A(i,d.length,h):g=!1}else E(d,
30
+ i,h);g&&(h=w(d,i),z(b,d,h),setTimeout(function(){R(b)&&e.trigger("complete")},0))}Q&&l(b,L,I);c.preventDefault()}}function k(c){var b=f(this),e=c.keyCode;a.onKeyUp.call(this,c,d,a);e==a.keyCode.TAB&&(b.hasClass("focus.inputmask")&&0==this._valueGet().length&&a.showMaskOnFocus)&&(d=g.slice(),z(this,d),x||l(this,0),N=this._valueGet())}var m=f(e);if(m.is(":input")){var d=g.slice();a.greedy=a.greedy?a.greedy:0==a.repeat;var t=m.prop("maxLength");p(d)>t&&-1<t&&(t<g.length&&(g.length=t),!1==a.greedy&&(a.repeat=
31
+ Math.round(t/g.length)),m.prop("maxLength",2*p(d)));m.data("inputmask",{tests:h,_buffer:g,greedy:a.greedy,repeat:a.repeat,autoUnmask:a.autoUnmask,definitions:a.definitions,isRTL:!1});c(e);var N=e._valueGet(),q=!1,F=!1,G=-1,C=w(d,-1);M(d,p(d));var x=!1;if("rtl"==e.dir||a.numericInput)("rtl"==e.dir||a.numericInput&&a.rightAlignNumerics)&&m.css("text-align","right"),e.dir="ltr",m.removeAttr("dir"),t=m.data("inputmask"),t.isRTL=!0,m.data("inputmask",t),x=!0;m.unbind(".inputmask");m.removeClass("focus.inputmask");
32
+ m.bind("mouseenter.inputmask",function(){if(!f(this).hasClass("focus.inputmask")&&a.showMaskOnHover){var c=this._valueGet().length;c<d.length&&(0==c&&(d=g.slice()),z(this,d))}}).bind("blur.inputmask",function(){var c=f(this),b=this._valueGet();c.removeClass("focus.inputmask");b!=N&&c.change();a.clearMaskOnLostFocus&&""!=b&&(b==g.join("")?this._valueSet(""):U(this,d));R(this)||(c.trigger("incomplete"),a.clearIncomplete&&(a.clearMaskOnLostFocus?this._valueSet(""):(d=g.slice(),z(this,d))))}).bind("focus.inputmask",
33
+ function(){var c=f(this),b=this._valueGet();if(a.showMaskOnFocus&&!c.hasClass("focus.inputmask")&&(!a.showMaskOnHover||a.showMaskOnHover&&""==b))b=b.length,b<d.length&&(0==b&&(d=g.slice()),l(this,o(this,d,!0)));c.addClass("focus.inputmask");N=this._valueGet()}).bind("mouseleave.inputmask",function(){var c=f(this);a.clearMaskOnLostFocus&&(c.hasClass("focus.inputmask")||(this._valueGet()==g.join("")||""==this._valueGet()?this._valueSet(""):U(this,d)))}).bind("click.inputmask",function(){var a=this;
34
+ setTimeout(function(){var c=l(a);if(c.begin==c.end){var b=c.begin;G=o(a,d,!1);u(a,c);x?l(a,b>G&&(!1!==B(b,d[b],d,!0)||!s(b))?b:G):l(a,b<G&&(!1!==B(b,d[b],d,!0)||!s(b))?b:G)}},0)}).bind("dblclick.inputmask",function(){var a=this;setTimeout(function(){l(a,0,G)},0)}).bind("keydown.inputmask",H).bind("keypress.inputmask",j).bind("keyup.inputmask",k).bind($+".inputmask dragdrop.inputmask drop.inputmask",function(){var a=this;setTimeout(function(){l(a,o(a,d,!0))},0)}).bind("setvalue.inputmask",function(){N=
35
+ this._valueGet();o(this,d,!0);this._valueGet()==g.join("")&&this._valueSet("")}).bind("complete.inputmask",a.oncomplete).bind("incomplete.inputmask",a.onincomplete).bind("cleared.inputmask",a.oncleared);var G=o(e,d,!0),J;try{J=document.activeElement}catch(O){}J===e?(m.addClass("focus.inputmask"),l(e,G)):a.clearMaskOnLostFocus&&(e._valueGet()==g.join("")?e._valueSet(""):U(e,d));b(e)}}var a=f.extend(!0,{},f.inputmask.defaults,A),$=function(a){var b=document.createElement("input"),a="on"+a,c=a in b;
36
+ c||(b.setAttribute(a,"return;"),c="function"==typeof b[a]);return c}("paste")?"paste":"input",Z=null!=navigator.userAgent.match(/iphone/i),Q=null!=navigator.userAgent.match(/android.*safari.*/i),Y;if(Q){var aa=navigator.userAgent.match(/safari.*/i);Y=533>=parseInt(RegExp(/[0-9]+/).exec(aa))}if("string"==typeof u)switch(u){case "mask":H(a.alias,A);var g=J(),h=O();return this.each(function(){V(this)});case "unmaskedvalue":return h=this.data("inputmask").tests,g=this.data("inputmask")._buffer,a.greedy=
37
+ this.data("inputmask").greedy,a.repeat=this.data("inputmask").repeat,a.definitions=this.data("inputmask").definitions,X(this);case "remove":return this.each(function(){var e=f(this),b=this;setTimeout(function(){if(e.data("inputmask")){h=e.data("inputmask").tests;g=e.data("inputmask")._buffer;a.greedy=e.data("inputmask").greedy;a.repeat=e.data("inputmask").repeat;a.definitions=e.data("inputmask").definitions;b._valueSet(X(e,!0));e.removeData("inputmask");e.unbind(".inputmask");e.removeClass("focus.inputmask");
38
+ var c;Object.getOwnPropertyDescriptor&&(c=Object.getOwnPropertyDescriptor(b,"value"));c&&c.get?b._valueGet&&Object.defineProperty(b,"value",{get:b._valueGet,set:b._valueSet}):document.__lookupGetter__&&b.__lookupGetter__("value")&&b._valueGet&&(b.__defineGetter__("value",b._valueGet),b.__defineSetter__("value",b._valueSet));delete b._valueGet;delete b._valueSet}},0)});case "getemptymask":return this.data("inputmask")?this.data("inputmask")._buffer.join(""):"";case "hasMaskedValue":return this.data("inputmask")?
39
+ !this.data("inputmask").autoUnmask:!1;case "isComplete":return h=this.data("inputmask").tests,g=this.data("inputmask")._buffer,a.greedy=this.data("inputmask").greedy,a.repeat=this.data("inputmask").repeat,a.definitions=this.data("inputmask").definitions,R(this[0]);default:return H(u,A)||(a.mask=u),g=J(),h=O(),this.each(function(){V(this)})}else{if("object"==typeof u)return a=f.extend(!0,{},f.inputmask.defaults,u),H(a.alias,u),g=J(),h=O(),this.each(function(){V(this)});if(void 0==u)return this.each(function(){var e=
40
+ f(this).attr("data-inputmask");if(e&&""!=e)try{var e=e.replace(RegExp("'","g"),'"'),b=f.parseJSON("{"+e+"}");a=f.extend(!0,{},f.inputmask.defaults,b);H(a.alias,b);a.alias=void 0;f(this).inputmask(a)}catch(c){}})}return this})})(jQuery);
@@ -0,0 +1,292 @@
1
+ [
2
+ { "mask": "+247-####", "cc": "AC", "name_en": "Ascension", "desc_en": "", "name_ru": "Остров Вознесения", "desc_ru": "" },
3
+ { "mask": "+376-###-###", "cc": "AD", "name_en": "Andorra", "desc_en": "", "name_ru": "Андорра", "desc_ru": "" },
4
+ { "mask": "+971-5#-###-####", "cc": "AE", "name_en": "United Arab Emirates", "desc_en": "mobile", "name_ru": "Объединенные Арабские Эмираты", "desc_ru": "мобильные" },
5
+ { "mask": "+971-#-###-####", "cc": "AE", "name_en": "United Arab Emirates", "desc_en": "", "name_ru": "Объединенные Арабские Эмираты", "desc_ru": "" },
6
+ { "mask": "+93-##-###-####", "cc": "AF", "name_en": "Afghanistan", "desc_en": "", "name_ru": "Афганистан", "desc_ru": "" },
7
+ { "mask": "+1(268)###-####", "cc": "AG", "name_en": "Antigua & Barbuda", "desc_en": "", "name_ru": "Антигуа и Барбуда", "desc_ru": "" },
8
+ { "mask": "+1(264)###-####", "cc": "AI", "name_en": "Anguilla", "desc_en": "", "name_ru": "Ангилья", "desc_ru": "" },
9
+ { "mask": "+355(###)###-###", "cc": "AL", "name_en": "Albania", "desc_en": "", "name_ru": "Албания", "desc_ru": "" },
10
+ { "mask": "+374-##-###-###", "cc": "AM", "name_en": "Armenia", "desc_en": "", "name_ru": "Армения", "desc_ru": "" },
11
+ { "mask": "+599-###-####", "cc": "AN", "name_en": "Caribbean Netherlands", "desc_en": "", "name_ru": "Карибские Нидерланды", "desc_ru": "" },
12
+ { "mask": "+599-###-####", "cc": "AN", "name_en": "Netherlands Antilles", "desc_en": "", "name_ru": "Нидерландские Антильские острова", "desc_ru": "" },
13
+ { "mask": "+599-9###-####", "cc": "AN", "name_en": "Netherlands Antilles", "desc_en": "Curacao", "name_ru": "Нидерландские Антильские острова", "desc_ru": "Кюрасао" },
14
+ { "mask": "+244(###)###-###", "cc": "AO", "name_en": "Angola", "desc_en": "", "name_ru": "Ангола", "desc_ru": "" },
15
+ { "mask": "+672-1##-###", "cc": "AQ", "name_en": "Australian bases in Antarctica", "desc_en": "", "name_ru": "Австралийская антарктическая база", "desc_ru": "" },
16
+ { "mask": "+54(###)###-####", "cc": "AR", "name_en": "Argentina", "desc_en": "", "name_ru": "Аргентина", "desc_ru": "" },
17
+ { "mask": "+1(684)###-####", "cc": "AS", "name_en": "American Samoa", "desc_en": "", "name_ru": "Американское Самоа", "desc_ru": "" },
18
+ { "mask": "+43(###)###-####", "cc": "AT", "name_en": "Austria", "desc_en": "", "name_ru": "Австрия", "desc_ru": "" },
19
+ { "mask": "+61-#-####-####", "cc": "AU", "name_en": "Australia", "desc_en": "", "name_ru": "Австралия", "desc_ru": "" },
20
+ { "mask": "+297-###-####", "cc": "AW", "name_en": "Aruba", "desc_en": "", "name_ru": "Аруба", "desc_ru": "" },
21
+ { "mask": "+994-##-###-##-##", "cc": "AZ", "name_en": "Azerbaijan", "desc_en": "", "name_ru": "Азербайджан", "desc_ru": "" },
22
+ { "mask": "+387-##-#####", "cc": "BA", "name_en": "Bosnia and Herzegovina", "desc_en": "", "name_ru": "Босния и Герцеговина", "desc_ru": "" },
23
+ { "mask": "+387-##-####", "cc": "BA", "name_en": "Bosnia and Herzegovina", "desc_en": "", "name_ru": "Босния и Герцеговина", "desc_ru": "" },
24
+ { "mask": "+1(246)###-####", "cc": "BB", "name_en": "Barbados", "desc_en": "", "name_ru": "Барбадос", "desc_ru": "" },
25
+ { "mask": "+880-##-###-###", "cc": "BD", "name_en": "Bangladesh", "desc_en": "", "name_ru": "Бангладеш", "desc_ru": "" },
26
+ { "mask": "+32(###)###-###", "cc": "BE", "name_en": "Belgium", "desc_en": "", "name_ru": "Бельгия", "desc_ru": "" },
27
+ { "mask": "+226-##-##-####", "cc": "BF", "name_en": "Burkina Faso", "desc_en": "", "name_ru": "Буркина Фасо", "desc_ru": "" },
28
+ { "mask": "+359(###)###-###", "cc": "BG", "name_en": "Bulgaria", "desc_en": "", "name_ru": "Болгария", "desc_ru": "" },
29
+ { "mask": "+973-####-####", "cc": "BH", "name_en": "Bahrain", "desc_en": "", "name_ru": "Бахрейн", "desc_ru": "" },
30
+ { "mask": "+257-##-##-####", "cc": "BI", "name_en": "Burundi", "desc_en": "", "name_ru": "Бурунди", "desc_ru": "" },
31
+ { "mask": "+229-##-##-####", "cc": "BJ", "name_en": "Benin", "desc_en": "", "name_ru": "Бенин", "desc_ru": "" },
32
+ { "mask": "+1(441)###-####", "cc": "BM", "name_en": "Bermuda", "desc_en": "", "name_ru": "Бермудские острова", "desc_ru": "" },
33
+ { "mask": "+673-###-####", "cc": "BN", "name_en": "Brunei Darussalam", "desc_en": "", "name_ru": "Бруней-Даруссалам", "desc_ru": "" },
34
+ { "mask": "+591-#-###-####", "cc": "BO", "name_en": "Bolivia", "desc_en": "", "name_ru": "Боливия", "desc_ru": "" },
35
+ { "mask": "+55-##-####-####", "cc": "BR", "name_en": "Brazil", "desc_en": "", "name_ru": "Бразилия", "desc_ru": "" },
36
+ { "mask": "+1(242)###-####", "cc": "BS", "name_en": "Bahamas", "desc_en": "", "name_ru": "Багамские Острова", "desc_ru": "" },
37
+ { "mask": "+975-17-###-###", "cc": "BT", "name_en": "Bhutan", "desc_en": "", "name_ru": "Бутан", "desc_ru": "" },
38
+ { "mask": "+975-#-###-###", "cc": "BT", "name_en": "Bhutan", "desc_en": "", "name_ru": "Бутан", "desc_ru": "" },
39
+ { "mask": "+267-##-###-###", "cc": "BW", "name_en": "Botswana", "desc_en": "", "name_ru": "Ботсвана", "desc_ru": "" },
40
+ { "mask": "+375(##)###-##-##", "cc": "BY", "name_en": "Belarus", "desc_en": "", "name_ru": "Беларусь (Белоруссия)", "desc_ru": "" },
41
+ { "mask": "+501-###-####", "cc": "BZ", "name_en": "Belize", "desc_en": "", "name_ru": "Белиз", "desc_ru": "" },
42
+ { "mask": "+243(###)###-###", "cc": "CD", "name_en": "Dem. Rep. Congo", "desc_en": "", "name_ru": "Дем. Респ. Конго (Киншаса)", "desc_ru": "" },
43
+ { "mask": "+236-##-##-####", "cc": "CF", "name_en": "Central African Republic", "desc_en": "", "name_ru": "Центральноафриканская Республика", "desc_ru": "" },
44
+ { "mask": "+242-##-###-####", "cc": "CG", "name_en": "Congo (Brazzaville)", "desc_en": "", "name_ru": "Конго (Браззавиль)", "desc_ru": "" },
45
+ { "mask": "+41-##-###-####", "cc": "CH", "name_en": "Switzerland", "desc_en": "", "name_ru": "Швейцария", "desc_ru": "" },
46
+ { "mask": "+225-##-###-###", "cc": "CI", "name_en": "Cote d’Ivoire (Ivory Coast)", "desc_en": "", "name_ru": "Кот-д’Ивуар", "desc_ru": "" },
47
+ { "mask": "+682-##-###", "cc": "CK", "name_en": "Cook Islands", "desc_en": "", "name_ru": "Острова Кука", "desc_ru": "" },
48
+ { "mask": "+56-#-####-####", "cc": "CL", "name_en": "Chile", "desc_en": "", "name_ru": "Чили", "desc_ru": "" },
49
+ { "mask": "+237-####-####", "cc": "CM", "name_en": "Cameroon", "desc_en": "", "name_ru": "Камерун", "desc_ru": "" },
50
+ { "mask": "+86(###)####-####", "cc": "CN", "name_en": "China (PRC)", "desc_en": "", "name_ru": "Китайская Н.Р.", "desc_ru": "" },
51
+ { "mask": "+86(###)####-###", "cc": "CN", "name_en": "China (PRC)", "desc_en": "", "name_ru": "Китайская Н.Р.", "desc_ru": "" },
52
+ { "mask": "+86-##-#####-#####", "cc": "CN", "name_en": "China (PRC)", "desc_en": "", "name_ru": "Китайская Н.Р.", "desc_ru": "" },
53
+ { "mask": "+57(###)###-####", "cc": "CO", "name_en": "Colombia", "desc_en": "", "name_ru": "Колумбия", "desc_ru": "" },
54
+ { "mask": "+506-####-####", "cc": "CR", "name_en": "Costa Rica", "desc_en": "", "name_ru": "Коста-Рика", "desc_ru": "" },
55
+ { "mask": "+53-#-###-####", "cc": "CU", "name_en": "Cuba", "desc_en": "", "name_ru": "Куба", "desc_ru": "" },
56
+ { "mask": "+238(###)##-##", "cc": "CV", "name_en": "Cape Verde", "desc_en": "", "name_ru": "Кабо-Верде", "desc_ru": "" },
57
+ { "mask": "+599-###-####", "cc": "CW", "name_en": "Curacao", "desc_en": "", "name_ru": "Кюрасао", "desc_ru": "" },
58
+ { "mask": "+357-##-###-###", "cc": "CY", "name_en": "Cyprus", "desc_en": "", "name_ru": "Кипр", "desc_ru": "" },
59
+ { "mask": "+420(###)###-###", "cc": "CZ", "name_en": "Czech Republic", "desc_en": "", "name_ru": "Чехия", "desc_ru": "" },
60
+ { "mask": "+49(####)###-####", "cc": "DE", "name_en": "Germany", "desc_en": "", "name_ru": "Германия", "desc_ru": "" },
61
+ { "mask": "+49(###)###-####", "cc": "DE", "name_en": "Germany", "desc_en": "", "name_ru": "Германия", "desc_ru": "" },
62
+ { "mask": "+49(###)##-####", "cc": "DE", "name_en": "Germany", "desc_en": "", "name_ru": "Германия", "desc_ru": "" },
63
+ { "mask": "+49(###)##-###", "cc": "DE", "name_en": "Germany", "desc_en": "", "name_ru": "Германия", "desc_ru": "" },
64
+ { "mask": "+49(###)##-##", "cc": "DE", "name_en": "Germany", "desc_en": "", "name_ru": "Германия", "desc_ru": "" },
65
+ { "mask": "+49-###-###", "cc": "DE", "name_en": "Germany", "desc_en": "", "name_ru": "Германия", "desc_ru": "" },
66
+ { "mask": "+253-##-##-##-##", "cc": "DJ", "name_en": "Djibouti", "desc_en": "", "name_ru": "Джибути", "desc_ru": "" },
67
+ { "mask": "+45-##-##-##-##", "cc": "DK", "name_en": "Denmark", "desc_en": "", "name_ru": "Дания", "desc_ru": "" },
68
+ { "mask": "+1(767)###-####", "cc": "DM", "name_en": "Dominica", "desc_en": "", "name_ru": "Доминика", "desc_ru": "" },
69
+ { "mask": "+1(###)###-####", "cc": "DO", "name_en": "Dominican Republic", "desc_en": "", "name_ru": "Доминиканская Республика", "desc_ru": "" },
70
+ { "mask": "+213-##-###-###", "cc": "DZ", "name_en": "Algeria", "desc_en": "", "name_ru": "Алжир", "desc_ru": "" },
71
+ { "mask": "+593-##-###-####", "cc": "EC", "name_en": "Ecuador ", "desc_en": "mobile", "name_ru": "Эквадор ", "desc_ru": "мобильные" },
72
+ { "mask": "+593-#-###-####", "cc": "EC", "name_en": "Ecuador", "desc_en": "", "name_ru": "Эквадор", "desc_ru": "" },
73
+ { "mask": "+372-####-####", "cc": "EE", "name_en": "Estonia ", "desc_en": "mobile", "name_ru": "Эстония ", "desc_ru": "мобильные" },
74
+ { "mask": "+372-###-####", "cc": "EE", "name_en": "Estonia", "desc_en": "", "name_ru": "Эстония", "desc_ru": "" },
75
+ { "mask": "+20(###)###-####", "cc": "EG", "name_en": "Egypt", "desc_en": "", "name_ru": "Египет", "desc_ru": "" },
76
+ { "mask": "+291-#-###-###", "cc": "ER", "name_en": "Eritrea", "desc_en": "", "name_ru": "Эритрея", "desc_ru": "" },
77
+ { "mask": "+34(###)###-###", "cc": "ES", "name_en": "Spain", "desc_en": "", "name_ru": "Испания", "desc_ru": "" },
78
+ { "mask": "+251-##-###-####", "cc": "ET", "name_en": "Ethiopia", "desc_en": "", "name_ru": "Эфиопия", "desc_ru": "" },
79
+ { "mask": "+358(###)###-##-##", "cc": "FI", "name_en": "Finland", "desc_en": "", "name_ru": "Финляндия", "desc_ru": "" },
80
+ { "mask": "+679-##-#####", "cc": "FJ", "name_en": "Fiji", "desc_en": "", "name_ru": "Фиджи", "desc_ru": "" },
81
+ { "mask": "+500-#####", "cc": "FK", "name_en": "Falkland Islands", "desc_en": "", "name_ru": "Фолклендские острова", "desc_ru": "" },
82
+ { "mask": "+691-###-####", "cc": "FM", "name_en": "F.S. Micronesia", "desc_en": "", "name_ru": "Ф.Ш. Микронезии", "desc_ru": "" },
83
+ { "mask": "+298-###-###", "cc": "FO", "name_en": "Faroe Islands", "desc_en": "", "name_ru": "Фарерские острова", "desc_ru": "" },
84
+ { "mask": "+262-#####-####", "cc": "FR", "name_en": "Mayotte", "desc_en": "", "name_ru": "Майотта", "desc_ru": "" },
85
+ { "mask": "+33(###)###-###", "cc": "FR", "name_en": "France", "desc_en": "", "name_ru": "Франция", "desc_ru": "" },
86
+ { "mask": "+508-##-####", "cc": "FR", "name_en": "St Pierre & Miquelon", "desc_en": "", "name_ru": "Сен-Пьер и Микелон", "desc_ru": "" },
87
+ { "mask": "+590(###)###-###", "cc": "FR", "name_en": "Guadeloupe", "desc_en": "", "name_ru": "Гваделупа", "desc_ru": "" },
88
+ { "mask": "+241-#-##-##-##", "cc": "GA", "name_en": "Gabon", "desc_en": "", "name_ru": "Габон", "desc_ru": "" },
89
+ { "mask": "+1(473)###-####", "cc": "GD", "name_en": "Grenada", "desc_en": "", "name_ru": "Гренада", "desc_ru": "" },
90
+ { "mask": "+995(###)###-###", "cc": "GE", "name_en": "Rep. of Georgia", "desc_en": "", "name_ru": "Грузия", "desc_ru": "" },
91
+ { "mask": "+594-#####-####", "cc": "GF", "name_en": "Guiana (French)", "desc_en": "", "name_ru": "Фр. Гвиана", "desc_ru": "" },
92
+ { "mask": "+233(###)###-###", "cc": "GH", "name_en": "Ghana", "desc_en": "", "name_ru": "Гана", "desc_ru": "" },
93
+ { "mask": "+350-###-#####", "cc": "GI", "name_en": "Gibraltar", "desc_en": "", "name_ru": "Гибралтар", "desc_ru": "" },
94
+ { "mask": "+299-##-##-##", "cc": "GL", "name_en": "Greenland", "desc_en": "", "name_ru": "Гренландия", "desc_ru": "" },
95
+ { "mask": "+220(###)##-##", "cc": "GM", "name_en": "Gambia", "desc_en": "", "name_ru": "Гамбия", "desc_ru": "" },
96
+ { "mask": "+224-##-###-###", "cc": "GN", "name_en": "Guinea", "desc_en": "", "name_ru": "Гвинея", "desc_ru": "" },
97
+ { "mask": "+240-##-###-####", "cc": "GQ", "name_en": "Equatorial Guinea", "desc_en": "", "name_ru": "Экваториальная Гвинея", "desc_ru": "" },
98
+ { "mask": "+30(###)###-####", "cc": "GR", "name_en": "Greece", "desc_en": "", "name_ru": "Греция", "desc_ru": "" },
99
+ { "mask": "+502-#-###-####", "cc": "GT", "name_en": "Guatemala", "desc_en": "", "name_ru": "Гватемала", "desc_ru": "" },
100
+ { "mask": "+1(671)###-####", "cc": "GU", "name_en": "Guam", "desc_en": "", "name_ru": "Гуам", "desc_ru": "" },
101
+ { "mask": "+245-#-######", "cc": "GW", "name_en": "Guinea-Bissau", "desc_en": "", "name_ru": "Гвинея-Бисау", "desc_ru": "" },
102
+ { "mask": "+592-###-####", "cc": "GY", "name_en": "Guyana", "desc_en": "", "name_ru": "Гайана", "desc_ru": "" },
103
+ { "mask": "+852-####-####", "cc": "HK", "name_en": "Hong Kong", "desc_en": "", "name_ru": "Гонконг", "desc_ru": "" },
104
+ { "mask": "+504-####-####", "cc": "HN", "name_en": "Honduras", "desc_en": "", "name_ru": "Гондурас", "desc_ru": "" },
105
+ { "mask": "+385-##-###-###", "cc": "HR", "name_en": "Croatia", "desc_en": "", "name_ru": "Хорватия", "desc_ru": "" },
106
+ { "mask": "+509-##-##-####", "cc": "HT", "name_en": "Haiti", "desc_en": "", "name_ru": "Гаити", "desc_ru": "" },
107
+ { "mask": "+36(###)###-###", "cc": "HU", "name_en": "Hungary", "desc_en": "", "name_ru": "Венгрия", "desc_ru": "" },
108
+ { "mask": "+62(8##)###-####", "cc": "ID", "name_en": "Indonesia ", "desc_en": "mobile", "name_ru": "Индонезия ", "desc_ru": "мобильные" },
109
+ { "mask": "+62-##-###-##", "cc": "ID", "name_en": "Indonesia", "desc_en": "", "name_ru": "Индонезия", "desc_ru": "" },
110
+ { "mask": "+62-##-###-###", "cc": "ID", "name_en": "Indonesia", "desc_en": "", "name_ru": "Индонезия", "desc_ru": "" },
111
+ { "mask": "+62-##-###-####", "cc": "ID", "name_en": "Indonesia", "desc_en": "", "name_ru": "Индонезия", "desc_ru": "" },
112
+ { "mask": "+62(8##)###-###", "cc": "ID", "name_en": "Indonesia ", "desc_en": "mobile", "name_ru": "Индонезия ", "desc_ru": "мобильные" },
113
+ { "mask": "+62(8##)###-##-###", "cc": "ID", "name_en": "Indonesia ", "desc_en": "mobile", "name_ru": "Индонезия ", "desc_ru": "мобильные" },
114
+ { "mask": "+353(###)###-###", "cc": "IE", "name_en": "Ireland", "desc_en": "", "name_ru": "Ирландия", "desc_ru": "" },
115
+ { "mask": "+972-5#-###-####", "cc": "IL", "name_en": "Israel ", "desc_en": "mobile", "name_ru": "Израиль ", "desc_ru": "мобильные" },
116
+ { "mask": "+972-#-###-####", "cc": "IL", "name_en": "Israel", "desc_en": "", "name_ru": "Израиль", "desc_ru": "" },
117
+ { "mask": "+91(####)###-###", "cc": "IN", "name_en": "India", "desc_en": "", "name_ru": "Индия", "desc_ru": "" },
118
+ { "mask": "+246-###-####", "cc": "IO", "name_en": "Diego Garcia", "desc_en": "", "name_ru": "Диего-Гарсия", "desc_ru": "" },
119
+ { "mask": "+964(###)###-####", "cc": "IQ", "name_en": "Iraq", "desc_en": "", "name_ru": "Ирак", "desc_ru": "" },
120
+ { "mask": "+98(###)###-####", "cc": "IR", "name_en": "Iran", "desc_en": "", "name_ru": "Иран", "desc_ru": "" },
121
+ { "mask": "+354-###-####", "cc": "IS", "name_en": "Iceland", "desc_en": "", "name_ru": "Исландия", "desc_ru": "" },
122
+ { "mask": "+39(###)####-###", "cc": "IT", "name_en": "Italy", "desc_en": "", "name_ru": "Италия", "desc_ru": "" },
123
+ { "mask": "+1(876)###-####", "cc": "JM", "name_en": "Jamaica", "desc_en": "", "name_ru": "Ямайка", "desc_ru": "" },
124
+ { "mask": "+962-#-####-####", "cc": "JO", "name_en": "Jordan", "desc_en": "", "name_ru": "Иордания", "desc_ru": "" },
125
+ { "mask": "+81-##-####-####", "cc": "JP", "name_en": "Japan ", "desc_en": "mobile", "name_ru": "Япония ", "desc_ru": "мобильные" },
126
+ { "mask": "+81(###)###-###", "cc": "JP", "name_en": "Japan", "desc_en": "", "name_ru": "Япония", "desc_ru": "" },
127
+ { "mask": "+254-###-######", "cc": "KE", "name_en": "Kenya", "desc_en": "", "name_ru": "Кения", "desc_ru": "" },
128
+ { "mask": "+996(###)###-###", "cc": "KG", "name_en": "Kyrgyzstan", "desc_en": "", "name_ru": "Киргизия", "desc_ru": "" },
129
+ { "mask": "+855-##-###-###", "cc": "KH", "name_en": "Cambodia", "desc_en": "", "name_ru": "Камбоджа", "desc_ru": "" },
130
+ { "mask": "+686-##-###", "cc": "KI", "name_en": "Kiribati", "desc_en": "", "name_ru": "Кирибати", "desc_ru": "" },
131
+ { "mask": "+269-##-#####", "cc": "KM", "name_en": "Comoros", "desc_en": "", "name_ru": "Коморы", "desc_ru": "" },
132
+ { "mask": "+1(869)###-####", "cc": "KN", "name_en": "Saint Kitts & Nevis", "desc_en": "", "name_ru": "Сент-Китс и Невис", "desc_ru": "" },
133
+ { "mask": "+850-191-###-####", "cc": "KP", "name_en": "DPR Korea (North) ", "desc_en": "mobile", "name_ru": "Корейская НДР ", "desc_ru": "мобильные" },
134
+ { "mask": "+850-##-###-###", "cc": "KP", "name_en": "DPR Korea (North)", "desc_en": "", "name_ru": "Корейская НДР", "desc_ru": "" },
135
+ { "mask": "+850-###-####-###", "cc": "KP", "name_en": "DPR Korea (North)", "desc_en": "", "name_ru": "Корейская НДР", "desc_ru": "" },
136
+ { "mask": "+850-###-###", "cc": "KP", "name_en": "DPR Korea (North)", "desc_en": "", "name_ru": "Корейская НДР", "desc_ru": "" },
137
+ { "mask": "+850-####-####", "cc": "KP", "name_en": "DPR Korea (North)", "desc_en": "", "name_ru": "Корейская НДР", "desc_ru": "" },
138
+ { "mask": "+850-####-#############", "cc": "KP", "name_en": "DPR Korea (North)", "desc_en": "", "name_ru": "Корейская НДР", "desc_ru": "" },
139
+ { "mask": "+82-##-###-####", "cc": "KR", "name_en": "Korea (South)", "desc_en": "", "name_ru": "Респ. Корея", "desc_ru": "" },
140
+ { "mask": "+965-####-####", "cc": "KW", "name_en": "Kuwait", "desc_en": "", "name_ru": "Кувейт", "desc_ru": "" },
141
+ { "mask": "+1(345)###-####", "cc": "KY", "name_en": "Cayman Islands", "desc_en": "", "name_ru": "Каймановы острова", "desc_ru": "" },
142
+ { "mask": "+7(6##)###-##-##", "cc": "KZ", "name_en": "Kazakhstan", "desc_en": "", "name_ru": "Казахстан", "desc_ru": "" },
143
+ { "mask": "+7(7##)###-##-##", "cc": "KZ", "name_en": "Kazakhstan", "desc_en": "", "name_ru": "Казахстан", "desc_ru": "" },
144
+ { "mask": "+856(20##)###-###", "cc": "LA", "name_en": "Laos ", "desc_en": "mobile", "name_ru": "Лаос ", "desc_ru": "мобильные" },
145
+ { "mask": "+856-##-###-###", "cc": "LA", "name_en": "Laos", "desc_en": "", "name_ru": "Лаос", "desc_ru": "" },
146
+ { "mask": "+961-##-###-###", "cc": "LB", "name_en": "Lebanon ", "desc_en": "mobile", "name_ru": "Ливан ", "desc_ru": "мобильные" },
147
+ { "mask": "+961-#-###-###", "cc": "LB", "name_en": "Lebanon", "desc_en": "", "name_ru": "Ливан", "desc_ru": "" },
148
+ { "mask": "+1(758)###-####", "cc": "LC", "name_en": "Saint Lucia", "desc_en": "", "name_ru": "Сент-Люсия", "desc_ru": "" },
149
+ { "mask": "+423(###)###-####", "cc": "LI", "name_en": "Liechtenstein", "desc_en": "", "name_ru": "Лихтенштейн", "desc_ru": "" },
150
+ { "mask": "+94-##-###-####", "cc": "LK", "name_en": "Sri Lanka", "desc_en": "", "name_ru": "Шри-Ланка", "desc_ru": "" },
151
+ { "mask": "+231-##-###-###", "cc": "LR", "name_en": "Liberia", "desc_en": "", "name_ru": "Либерия", "desc_ru": "" },
152
+ { "mask": "+266-#-###-####", "cc": "LS", "name_en": "Lesotho", "desc_en": "", "name_ru": "Лесото", "desc_ru": "" },
153
+ { "mask": "+370(###)##-###", "cc": "LT", "name_en": "Lithuania", "desc_en": "", "name_ru": "Литва", "desc_ru": "" },
154
+ { "mask": "+352(###)###-###", "cc": "LU", "name_en": "Luxembourg", "desc_en": "", "name_ru": "Люксембург", "desc_ru": "" },
155
+ { "mask": "+371-##-###-###", "cc": "LV", "name_en": "Latvia", "desc_en": "", "name_ru": "Латвия", "desc_ru": "" },
156
+ { "mask": "+218-##-###-###", "cc": "LY", "name_en": "Libya", "desc_en": "", "name_ru": "Ливия", "desc_ru": "" },
157
+ { "mask": "+218-21-###-####", "cc": "LY", "name_en": "Libya", "desc_en": "Tripoli", "name_ru": "Ливия", "desc_ru": "Триполи" },
158
+ { "mask": "+212-##-####-###", "cc": "MA", "name_en": "Morocco", "desc_en": "", "name_ru": "Марокко", "desc_ru": "" },
159
+ { "mask": "+377(###)###-###", "cc": "MC", "name_en": "Monaco", "desc_en": "", "name_ru": "Монако", "desc_ru": "" },
160
+ { "mask": "+377-##-###-###", "cc": "MC", "name_en": "Monaco", "desc_en": "", "name_ru": "Монако", "desc_ru": "" },
161
+ { "mask": "+373-####-####", "cc": "MD", "name_en": "Moldova", "desc_en": "", "name_ru": "Молдова", "desc_ru": "" },
162
+ { "mask": "+382-##-###-###", "cc": "ME", "name_en": "Montenegro", "desc_en": "", "name_ru": "Черногория", "desc_ru": "" },
163
+ { "mask": "+261-##-##-#####", "cc": "MG", "name_en": "Madagascar", "desc_en": "", "name_ru": "Мадагаскар", "desc_ru": "" },
164
+ { "mask": "+692-###-####", "cc": "MH", "name_en": "Marshall Islands", "desc_en": "", "name_ru": "Маршалловы Острова", "desc_ru": "" },
165
+ { "mask": "+389-##-###-###", "cc": "MK", "name_en": "Republic of Macedonia", "desc_en": "", "name_ru": "Респ. Македония", "desc_ru": "" },
166
+ { "mask": "+223-##-##-####", "cc": "ML", "name_en": "Mali", "desc_en": "", "name_ru": "Мали", "desc_ru": "" },
167
+ { "mask": "+95-##-###-###", "cc": "MM", "name_en": "Burma (Myanmar)", "desc_en": "", "name_ru": "Бирма (Мьянма)", "desc_ru": "" },
168
+ { "mask": "+95-#-###-###", "cc": "MM", "name_en": "Burma (Myanmar)", "desc_en": "", "name_ru": "Бирма (Мьянма)", "desc_ru": "" },
169
+ { "mask": "+95-###-###", "cc": "MM", "name_en": "Burma (Myanmar)", "desc_en": "", "name_ru": "Бирма (Мьянма)", "desc_ru": "" },
170
+ { "mask": "+976-##-##-####", "cc": "MN", "name_en": "Mongolia", "desc_en": "", "name_ru": "Монголия", "desc_ru": "" },
171
+ { "mask": "+853-####-####", "cc": "MO", "name_en": "Macau", "desc_en": "", "name_ru": "Макао", "desc_ru": "" },
172
+ { "mask": "+1(670)###-####", "cc": "MP", "name_en": "Northern Mariana Islands", "desc_en": "", "name_ru": "Северные Марианские острова Сайпан", "desc_ru": "" },
173
+ { "mask": "+596(###)##-##-##", "cc": "MQ", "name_en": "Martinique", "desc_en": "", "name_ru": "Мартиника", "desc_ru": "" },
174
+ { "mask": "+222-##-##-####", "cc": "MR", "name_en": "Mauritania", "desc_en": "", "name_ru": "Мавритания", "desc_ru": "" },
175
+ { "mask": "+1(664)###-####", "cc": "MS", "name_en": "Montserrat", "desc_en": "", "name_ru": "Монтсеррат", "desc_ru": "" },
176
+ { "mask": "+356-####-####", "cc": "MT", "name_en": "Malta", "desc_en": "", "name_ru": "Мальта", "desc_ru": "" },
177
+ { "mask": "+230-###-####", "cc": "MU", "name_en": "Mauritius", "desc_en": "", "name_ru": "Маврикий", "desc_ru": "" },
178
+ { "mask": "+960-###-####", "cc": "MV", "name_en": "Maldives", "desc_en": "", "name_ru": "Мальдивские острова", "desc_ru": "" },
179
+ { "mask": "+265-1-###-###", "cc": "MW", "name_en": "Malawi", "desc_en": "Telecom Ltd", "name_ru": "Малави", "desc_ru": "Telecom Ltd" },
180
+ { "mask": "+265-#-####-####", "cc": "MW", "name_en": "Malawi", "desc_en": "", "name_ru": "Малави", "desc_ru": "" },
181
+ { "mask": "+52(###)###-####", "cc": "MX", "name_en": "Mexico", "desc_en": "", "name_ru": "Мексика", "desc_ru": "" },
182
+ { "mask": "+52-##-##-####", "cc": "MX", "name_en": "Mexico", "desc_en": "", "name_ru": "Мексика", "desc_ru": "" },
183
+ { "mask": "+60-##-###-####", "cc": "MY", "name_en": "Malaysia ", "desc_en": "mobile", "name_ru": "Малайзия ", "desc_ru": "мобильные" },
184
+ { "mask": "+60(###)###-###", "cc": "MY", "name_en": "Malaysia", "desc_en": "", "name_ru": "Малайзия", "desc_ru": "" },
185
+ { "mask": "+60-##-###-###", "cc": "MY", "name_en": "Malaysia", "desc_en": "", "name_ru": "Малайзия", "desc_ru": "" },
186
+ { "mask": "+60-#-###-###", "cc": "MY", "name_en": "Malaysia", "desc_en": "", "name_ru": "Малайзия", "desc_ru": "" },
187
+ { "mask": "+258-##-###-###", "cc": "MZ", "name_en": "Mozambique", "desc_en": "", "name_ru": "Мозамбик", "desc_ru": "" },
188
+ { "mask": "+264-##-###-####", "cc": "NA", "name_en": "Namibia", "desc_en": "", "name_ru": "Намибия", "desc_ru": "" },
189
+ { "mask": "+687-##-####", "cc": "NC", "name_en": "New Caledonia", "desc_en": "", "name_ru": "Новая Каледония", "desc_ru": "" },
190
+ { "mask": "+227-##-##-####", "cc": "NE", "name_en": "Niger", "desc_en": "", "name_ru": "Нигер", "desc_ru": "" },
191
+ { "mask": "+672-3##-###", "cc": "NF", "name_en": "Norfolk Island", "desc_en": "", "name_ru": "Норфолк (остров)", "desc_ru": "" },
192
+ { "mask": "+234(###)###-####", "cc": "NG", "name_en": "Nigeria", "desc_en": "", "name_ru": "Нигерия", "desc_ru": "" },
193
+ { "mask": "+234-##-###-###", "cc": "NG", "name_en": "Nigeria", "desc_en": "", "name_ru": "Нигерия", "desc_ru": "" },
194
+ { "mask": "+234-##-###-##", "cc": "NG", "name_en": "Nigeria", "desc_en": "", "name_ru": "Нигерия", "desc_ru": "" },
195
+ { "mask": "+234(###)###-####", "cc": "NG", "name_en": "Nigeria ", "desc_en": "mobile", "name_ru": "Нигерия ", "desc_ru": "мобильные" },
196
+ { "mask": "+505-####-####", "cc": "NI", "name_en": "Nicaragua", "desc_en": "", "name_ru": "Никарагуа", "desc_ru": "" },
197
+ { "mask": "+31-##-###-####", "cc": "NL", "name_en": "Netherlands", "desc_en": "", "name_ru": "Нидерланды", "desc_ru": "" },
198
+ { "mask": "+47(###)##-###", "cc": "NO", "name_en": "Norway", "desc_en": "", "name_ru": "Норвегия", "desc_ru": "" },
199
+ { "mask": "+977-##-###-###", "cc": "NP", "name_en": "Nepal", "desc_en": "", "name_ru": "Непал", "desc_ru": "" },
200
+ { "mask": "+674-###-####", "cc": "NR", "name_en": "Nauru", "desc_en": "", "name_ru": "Науру", "desc_ru": "" },
201
+ { "mask": "+683-####", "cc": "NU", "name_en": "Niue", "desc_en": "", "name_ru": "Ниуэ", "desc_ru": "" },
202
+ { "mask": "+64(###)###-###", "cc": "NZ", "name_en": "New Zealand", "desc_en": "", "name_ru": "Новая Зеландия", "desc_ru": "" },
203
+ { "mask": "+64-##-###-###", "cc": "NZ", "name_en": "New Zealand", "desc_en": "", "name_ru": "Новая Зеландия", "desc_ru": "" },
204
+ { "mask": "+64(###)###-####", "cc": "NZ", "name_en": "New Zealand", "desc_en": "", "name_ru": "Новая Зеландия", "desc_ru": "" },
205
+ { "mask": "+968-##-###-###", "cc": "OM", "name_en": "Oman", "desc_en": "", "name_ru": "Оман", "desc_ru": "" },
206
+ { "mask": "+507-###-####", "cc": "PA", "name_en": "Panama", "desc_en": "", "name_ru": "Панама", "desc_ru": "" },
207
+ { "mask": "+51(###)###-###", "cc": "PE", "name_en": "Peru", "desc_en": "", "name_ru": "Перу", "desc_ru": "" },
208
+ { "mask": "+689-##-##-##", "cc": "PF", "name_en": "French Polynesia", "desc_en": "", "name_ru": "Французская Полинезия (Таити)", "desc_ru": "" },
209
+ { "mask": "+675(###)##-###", "cc": "PG", "name_en": "Papua New Guinea", "desc_en": "", "name_ru": "Папуа-Новая Гвинея", "desc_ru": "" },
210
+ { "mask": "+63(###)###-####", "cc": "PH", "name_en": "Philippines", "desc_en": "", "name_ru": "Филиппины", "desc_ru": "" },
211
+ { "mask": "+92(###)###-####", "cc": "PK", "name_en": "Pakistan", "desc_en": "", "name_ru": "Пакистан", "desc_ru": "" },
212
+ { "mask": "+48(###)###-###", "cc": "PL", "name_en": "Poland", "desc_en": "", "name_ru": "Польша", "desc_ru": "" },
213
+ { "mask": "+970-##-###-####", "cc": "PS", "name_en": "Palestine", "desc_en": "", "name_ru": "Палестина", "desc_ru": "" },
214
+ { "mask": "+351-##-###-####", "cc": "PT", "name_en": "Portugal", "desc_en": "", "name_ru": "Португалия", "desc_ru": "" },
215
+ { "mask": "+680-###-####", "cc": "PW", "name_en": "Palau", "desc_en": "", "name_ru": "Палау", "desc_ru": "" },
216
+ { "mask": "+595(###)###-###", "cc": "PY", "name_en": "Paraguay", "desc_en": "", "name_ru": "Парагвай", "desc_ru": "" },
217
+ { "mask": "+974-####-####", "cc": "QA", "name_en": "Qatar", "desc_en": "", "name_ru": "Катар", "desc_ru": "" },
218
+ { "mask": "+262-#####-####", "cc": "RE", "name_en": "Reunion", "desc_en": "", "name_ru": "Реюньон", "desc_ru": "" },
219
+ { "mask": "+40-##-###-####", "cc": "RO", "name_en": "Romania", "desc_en": "", "name_ru": "Румыния", "desc_ru": "" },
220
+ { "mask": "+381-##-###-####", "cc": "RS", "name_en": "Serbia", "desc_en": "", "name_ru": "Сербия", "desc_ru": "" },
221
+ { "mask": "+7(###)###-##-##", "cc": "RU", "name_en": "Russia", "desc_en": "", "name_ru": "Россия", "desc_ru": "" },
222
+ { "mask": "+250(###)###-###", "cc": "RW", "name_en": "Rwanda", "desc_en": "", "name_ru": "Руанда", "desc_ru": "" },
223
+ { "mask": "+966-5-####-####", "cc": "SA", "name_en": "Saudi Arabia ", "desc_en": "mobile", "name_ru": "Саудовская Аравия ", "desc_ru": "мобильные" },
224
+ { "mask": "+966-#-###-####", "cc": "SA", "name_en": "Saudi Arabia", "desc_en": "", "name_ru": "Саудовская Аравия", "desc_ru": "" },
225
+ { "mask": "+677-###-####", "cc": "SB", "name_en": "Solomon Islands ", "desc_en": "mobile", "name_ru": "Соломоновы Острова ", "desc_ru": "мобильные" },
226
+ { "mask": "+677-#####", "cc": "SB", "name_en": "Solomon Islands", "desc_en": "", "name_ru": "Соломоновы Острова", "desc_ru": "" },
227
+ { "mask": "+248-#-###-###", "cc": "SC", "name_en": "Seychelles", "desc_en": "", "name_ru": "Сейшелы", "desc_ru": "" },
228
+ { "mask": "+249-##-###-####", "cc": "SD", "name_en": "Sudan", "desc_en": "", "name_ru": "Судан", "desc_ru": "" },
229
+ { "mask": "+46-##-###-####", "cc": "SE", "name_en": "Sweden", "desc_en": "", "name_ru": "Швеция", "desc_ru": "" },
230
+ { "mask": "+65-####-####", "cc": "SG", "name_en": "Singapore", "desc_en": "", "name_ru": "Сингапур", "desc_ru": "" },
231
+ { "mask": "+290-####", "cc": "SH", "name_en": "Saint Helena", "desc_en": "", "name_ru": "Остров Святой Елены", "desc_ru": "" },
232
+ { "mask": "+290-####", "cc": "SH", "name_en": "Tristan da Cunha", "desc_en": "", "name_ru": "Тристан-да-Кунья", "desc_ru": "" },
233
+ { "mask": "+386-##-###-###", "cc": "SI", "name_en": "Slovenia", "desc_en": "", "name_ru": "Словения", "desc_ru": "" },
234
+ { "mask": "+421(###)###-###", "cc": "SK", "name_en": "Slovakia", "desc_en": "", "name_ru": "Словакия", "desc_ru": "" },
235
+ { "mask": "+232-##-######", "cc": "SL", "name_en": "Sierra Leone", "desc_en": "", "name_ru": "Сьерра-Леоне", "desc_ru": "" },
236
+ { "mask": "+378-####-######", "cc": "SM", "name_en": "San Marino", "desc_en": "", "name_ru": "Сан-Марино", "desc_ru": "" },
237
+ { "mask": "+221-##-###-####", "cc": "SN", "name_en": "Senegal", "desc_en": "", "name_ru": "Сенегал", "desc_ru": "" },
238
+ { "mask": "+252-##-###-###", "cc": "SO", "name_en": "Somalia", "desc_en": "", "name_ru": "Сомали", "desc_ru": "" },
239
+ { "mask": "+252-#-###-###", "cc": "SO", "name_en": "Somalia", "desc_en": "", "name_ru": "Сомали", "desc_ru": "" },
240
+ { "mask": "+252-#-###-###", "cc": "SO", "name_en": "Somalia ", "desc_en": "mobile", "name_ru": "Сомали ", "desc_ru": "мобильные" },
241
+ { "mask": "+597-###-####", "cc": "SR", "name_en": "Suriname ", "desc_en": "mobile", "name_ru": "Суринам ", "desc_ru": "мобильные" },
242
+ { "mask": "+597-###-###", "cc": "SR", "name_en": "Suriname", "desc_en": "", "name_ru": "Суринам", "desc_ru": "" },
243
+ { "mask": "+211-##-###-####", "cc": "SS", "name_en": "South Sudan", "desc_en": "", "name_ru": "Южный Судан", "desc_ru": "" },
244
+ { "mask": "+239-##-#####", "cc": "ST", "name_en": "Sao Tome and Principe", "desc_en": "", "name_ru": "Сан-Томе и Принсипи", "desc_ru": "" },
245
+ { "mask": "+503-##-##-####", "cc": "SV", "name_en": "El Salvador", "desc_en": "", "name_ru": "Сальвадор", "desc_ru": "" },
246
+ { "mask": "+1(721)###-####", "cc": "SX", "name_en": "Sint Maarten", "desc_en": "", "name_ru": "Синт-Маартен", "desc_ru": "" },
247
+ { "mask": "+963-##-####-###", "cc": "SY", "name_en": "Syrian Arab Republic", "desc_en": "", "name_ru": "Сирийская арабская республика", "desc_ru": "" },
248
+ { "mask": "+268-##-##-####", "cc": "SZ", "name_en": "Swaziland", "desc_en": "", "name_ru": "Свазиленд", "desc_ru": "" },
249
+ { "mask": "+1(649)###-####", "cc": "TC", "name_en": "Turks & Caicos", "desc_en": "", "name_ru": "Тёркс и Кайкос", "desc_ru": "" },
250
+ { "mask": "+235-##-##-##-##", "cc": "TD", "name_en": "Chad", "desc_en": "", "name_ru": "Чад", "desc_ru": "" },
251
+ { "mask": "+228-##-###-###", "cc": "TG", "name_en": "Togo", "desc_en": "", "name_ru": "Того", "desc_ru": "" },
252
+ { "mask": "+66-##-###-####", "cc": "TH", "name_en": "Thailand ", "desc_en": "mobile", "name_ru": "Таиланд ", "desc_ru": "мобильные" },
253
+ { "mask": "+66-##-###-###", "cc": "TH", "name_en": "Thailand", "desc_en": "", "name_ru": "Таиланд", "desc_ru": "" },
254
+ { "mask": "+992-##-###-####", "cc": "TJ", "name_en": "Tajikistan", "desc_en": "", "name_ru": "Таджикистан", "desc_ru": "" },
255
+ { "mask": "+690-####", "cc": "TK", "name_en": "Tokelau", "desc_en": "", "name_ru": "Токелау", "desc_ru": "" },
256
+ { "mask": "+670-###-####", "cc": "TL", "name_en": "East Timor", "desc_en": "", "name_ru": "Восточный Тимор", "desc_ru": "" },
257
+ { "mask": "+670-77#-#####", "cc": "TL", "name_en": "East Timor", "desc_en": "Timor Telecom", "name_ru": "Восточный Тимор", "desc_ru": "Timor Telecom" },
258
+ { "mask": "+670-78#-#####", "cc": "TL", "name_en": "East Timor", "desc_en": "Timor Telecom", "name_ru": "Восточный Тимор", "desc_ru": "Timor Telecom" },
259
+ { "mask": "+993-#-###-####", "cc": "TM", "name_en": "Turkmenistan", "desc_en": "", "name_ru": "Туркменистан", "desc_ru": "" },
260
+ { "mask": "+216-##-###-###", "cc": "TN", "name_en": "Tunisia", "desc_en": "", "name_ru": "Тунис", "desc_ru": "" },
261
+ { "mask": "+676-#####", "cc": "TO", "name_en": "Tonga", "desc_en": "", "name_ru": "Тонга", "desc_ru": "" },
262
+ { "mask": "+90(###)###-####", "cc": "TR", "name_en": "Turkey", "desc_en": "", "name_ru": "Турция", "desc_ru": "" },
263
+ { "mask": "+1(868)###-####", "cc": "TT", "name_en": "Trinidad & Tobago", "desc_en": "", "name_ru": "Тринидад и Тобаго", "desc_ru": "" },
264
+ { "mask": "+688-90####", "cc": "TV", "name_en": "Tuvalu ", "desc_en": "mobile", "name_ru": "Тувалу ", "desc_ru": "мобильные" },
265
+ { "mask": "+688-2####", "cc": "TV", "name_en": "Tuvalu", "desc_en": "", "name_ru": "Тувалу", "desc_ru": "" },
266
+ { "mask": "+886-#-####-####", "cc": "TW", "name_en": "Taiwan", "desc_en": "", "name_ru": "Тайвань", "desc_ru": "" },
267
+ { "mask": "+886-####-####", "cc": "TW", "name_en": "Taiwan", "desc_en": "", "name_ru": "Тайвань", "desc_ru": "" },
268
+ { "mask": "+255-##-###-####", "cc": "TZ", "name_en": "Tanzania", "desc_en": "", "name_ru": "Танзания", "desc_ru": "" },
269
+ { "mask": "+380(##)###-##-##", "cc": "UA", "name_en": "Ukraine", "desc_en": "", "name_ru": "Украина", "desc_ru": "" },
270
+ { "mask": "+256(###)###-###", "cc": "UG", "name_en": "Uganda", "desc_en": "", "name_ru": "Уганда", "desc_ru": "" },
271
+ { "mask": "+44-##-####-####", "cc": "UK", "name_en": "United Kingdom", "desc_en": "", "name_ru": "Великобритания", "desc_ru": "" },
272
+ { "mask": "+598-#-###-##-##", "cc": "UY", "name_en": "Uruguay", "desc_en": "", "name_ru": "Уругвай", "desc_ru": "" },
273
+ { "mask": "+998-##-###-####", "cc": "UZ", "name_en": "Uzbekistan", "desc_en": "", "name_ru": "Узбекистан", "desc_ru": "" },
274
+ { "mask": "+39-6-698-#####", "cc": "VA", "name_en": "Vatican City", "desc_en": "", "name_ru": "Ватикан", "desc_ru": "" },
275
+ { "mask": "+1(784)###-####", "cc": "VC", "name_en": "Saint Vincent & the Grenadines", "desc_en": "", "name_ru": "Сент-Винсент и Гренадины", "desc_ru": "" },
276
+ { "mask": "+58(###)###-####", "cc": "VE", "name_en": "Venezuela", "desc_en": "", "name_ru": "Венесуэла", "desc_ru": "" },
277
+ { "mask": "+1(284)###-####", "cc": "VG", "name_en": "British Virgin Islands", "desc_en": "", "name_ru": "Британские Виргинские острова", "desc_ru": "" },
278
+ { "mask": "+1(340)###-####", "cc": "VI", "name_en": "US Virgin Islands", "desc_en": "", "name_ru": "Американские Виргинские острова", "desc_ru": "" },
279
+ { "mask": "+84-##-####-###", "cc": "VN", "name_en": "Vietnam", "desc_en": "", "name_ru": "Вьетнам", "desc_ru": "" },
280
+ { "mask": "+84(###)####-###", "cc": "VN", "name_en": "Vietnam", "desc_en": "", "name_ru": "Вьетнам", "desc_ru": "" },
281
+ { "mask": "+678-##-#####", "cc": "VU", "name_en": "Vanuatu ", "desc_en": "mobile", "name_ru": "Вануату ", "desc_ru": "мобильные" },
282
+ { "mask": "+678-#####", "cc": "VU", "name_en": "Vanuatu", "desc_en": "", "name_ru": "Вануату", "desc_ru": "" },
283
+ { "mask": "+681-##-####", "cc": "WF", "name_en": "Wallis and Futuna", "desc_en": "", "name_ru": "Уоллис и Футуна", "desc_ru": "" },
284
+ { "mask": "+685-##-####", "cc": "WS", "name_en": "Samoa", "desc_en": "", "name_ru": "Самоа", "desc_ru": "" },
285
+ { "mask": "+967-###-###-###", "cc": "YE", "name_en": "Yemen ", "desc_en": "mobile", "name_ru": "Йемен ", "desc_ru": "мобильные" },
286
+ { "mask": "+967-#-###-###", "cc": "YE", "name_en": "Yemen", "desc_en": "", "name_ru": "Йемен", "desc_ru": "" },
287
+ { "mask": "+967-##-###-###", "cc": "YE", "name_en": "Yemen", "desc_en": "", "name_ru": "Йемен", "desc_ru": "" },
288
+ { "mask": "+27-##-###-####", "cc": "ZA", "name_en": "South Africa", "desc_en": "", "name_ru": "Южно-Африканская Респ.", "desc_ru": "" },
289
+ { "mask": "+260-##-###-####", "cc": "ZM", "name_en": "Zambia", "desc_en": "", "name_ru": "Замбия", "desc_ru": "" },
290
+ { "mask": "+263-#-######", "cc": "ZW", "name_en": "Zimbabwe", "desc_en": "", "name_ru": "Зимбабве", "desc_ru": "" },
291
+ { "mask": "+1(###)###-####", "cc": ["US", "CA"], "name_en": "USA and Canada", "desc_en": "", "name_ru": "США и Канада", "desc_ru": "" }
292
+ ]
@@ -0,0 +1,2403 @@
1
+ [
2
+ { "mask": "+7(301)###-##-##", "region": "Бурятия", "city": "", "operator": "", "desc": "" },
3
+ { "mask": "+7(3012)##-##-##", "region": "Бурятия", "city": "Улан-Удэ", "operator": "", "desc": "" },
4
+ { "mask": "+7(30130)#-##-##", "region": "Бурятия", "city": ["Нижнеангарск", "Северобайкальск"], "operator": "", "desc": "" },
5
+ { "mask": "+7(30131)#-##-##", "region": "Бурятия", "city": "Баргузин", "operator": "", "desc": "" },
6
+ { "mask": "+7(30132)#-##-##", "region": "Бурятия", "city": "Таксимо", "operator": "", "desc": "" },
7
+ { "mask": "+7(30133)#-##-##", "region": "Бурятия", "city": "Бичура", "operator": "", "desc": "" },
8
+ { "mask": "+7(30134)#-##-##", "region": "Бурятия", "city": "Петропавловка", "operator": "", "desc": "" },
9
+ { "mask": "+7(30135)#-##-##", "region": "Бурятия", "city": "Сосново-Озёрское", "operator": "", "desc": "" },
10
+ { "mask": "+7(30136)#-##-##", "region": "Бурятия", "city": "Заиграево", "operator": "", "desc": "" },
11
+ { "mask": "+7(30137)#-##-##", "region": "Бурятия", "city": "Закаменск", "operator": "", "desc": "" },
12
+ { "mask": "+7(30138)#-##-##", "region": "Бурятия", "city": "Кабанск", "operator": "", "desc": "" },
13
+ { "mask": "+7(30140)#-##-##", "region": "Бурятия", "city": "Иволгинск", "operator": "", "desc": "" },
14
+ { "mask": "+7(30141)#-##-##", "region": "Бурятия", "city": "Кижинга", "operator": "", "desc": "" },
15
+ { "mask": "+7(30142)#-##-##", "region": "Бурятия", "city": "Кяхта", "operator": "", "desc": "" },
16
+ { "mask": "+7(30143)#-##-##", "region": "Бурятия", "city": "Мухоршибирь", "operator": "", "desc": "" },
17
+ { "mask": "+7(30144)#-##-##", "region": "Бурятия", "city": "Турунтаево", "operator": "", "desc": "" },
18
+ { "mask": "+7(30145)#-##-##", "region": "Бурятия", "city": "Гусиноозёрск", "operator": "", "desc": "" },
19
+ { "mask": "+7(30146)#-##-##", "region": "Бурятия", "city": "Тарбагатай", "operator": "", "desc": "" },
20
+ { "mask": "+7(30147)#-##-##", "region": "Бурятия", "city": "Кырен", "operator": "", "desc": "" },
21
+ { "mask": "+7(30148)#-##-##", "region": "Бурятия", "city": "Хоринск", "operator": "", "desc": "" },
22
+ { "mask": "+7(30149)#-##-##", "region": "Бурятия", "city": "Курумкан", "operator": "", "desc": "" },
23
+ { "mask": "+7(30150)#-##-##", "region": "Бурятия", "city": "Орлик", "operator": "", "desc": "" },
24
+ { "mask": "+7(30153)#-##-##", "region": "Бурятия", "city": "Багдарин", "operator": "", "desc": "" },
25
+ { "mask": "+7(302)###-##-##", "region": "Забайкальский край", "city": "", "operator": "", "desc": "" },
26
+ { "mask": "+7(3022)##-##-##", "region": "Забайкальский край", "city": "Чита", "operator": "", "desc": "" },
27
+ { "mask": "+7(30230)#-##-##", "region": "Забайкальский край", "city": "Красный Чикой", "operator": "", "desc": "" },
28
+ { "mask": "+7(30231)#-##-##", "region": "Забайкальский край", "city": "Акша", "operator": "", "desc": "" },
29
+ { "mask": "+7(30232)#-##-##", "region": "Забайкальский край", "city": "Балей", "operator": "", "desc": "" },
30
+ { "mask": "+7(30233)#-##-##", "region": "Забайкальский край", "city": "Борзя", "operator": "", "desc": "" },
31
+ { "mask": "+7(30234)#-##-##", "region": "Забайкальский край", "city": "Карымское", "operator": "", "desc": "" },
32
+ { "mask": "+7(30235)#-##-##", "region": "Забайкальский край", "city": "Кыра", "operator": "", "desc": "" },
33
+ { "mask": "+7(30236)#-##-##", "region": "Забайкальский край", "city": "Петровск-Забайкальский", "operator": "", "desc": "" },
34
+ { "mask": "+7(30237)#-##-##", "region": "Забайкальский край", "city": "Хилок", "operator": "", "desc": "" },
35
+ { "mask": "+7(30238)#-##-##", "region": "Забайкальский край", "city": "Улёты", "operator": "", "desc": "" },
36
+ { "mask": "+7(30239)#-##-##", "region": "Забайкальский край", "city": "Агинское", "operator": "", "desc": "" },
37
+ { "mask": "+7(30240)#-##-##", "region": "Забайкальский край", "city": "Александровский Завод", "operator": "", "desc": "" },
38
+ { "mask": "+7(30241)#-##-##", "region": "Забайкальский край", "city": "Могоча", "operator": "", "desc": "" },
39
+ { "mask": "+7(30242)#-##-##", "region": "Забайкальский край", "city": "Нерчинск", "operator": "", "desc": "" },
40
+ { "mask": "+7(30243)#-##-##", "region": "Забайкальский край", "city": "Приаргунск", "operator": "", "desc": "" },
41
+ { "mask": "+7(30244)#-##-##", "region": "Забайкальский край", "city": "Шилка", "operator": "", "desc": "" },
42
+ { "mask": "+7(30245)#-##-##", "region": "Забайкальский край", "city": "Краснокаменск", "operator": "", "desc": "" },
43
+ { "mask": "+7(30246)#-##-##", "region": "Забайкальский край", "city": "Сретенск", "operator": "", "desc": "" },
44
+ { "mask": "+7(30247)#-##-##", "region": "Забайкальский край", "city": "Газимурский Завод", "operator": "", "desc": "" },
45
+ { "mask": "+7(30248)#-##-##", "region": "Забайкальский край", "city": "Нерчинский Завод", "operator": "", "desc": "" },
46
+ { "mask": "+7(30249)#-##-##", "region": "Забайкальский край", "city": "Калга", "operator": "", "desc": "" },
47
+ { "mask": "+7(30251)#-##-##", "region": "Забайкальский край", "city": "Забайкальск", "operator": "", "desc": "" },
48
+ { "mask": "+7(30252)#-##-##", "region": "Забайкальский край", "city": "Нижний Цасучей", "operator": "", "desc": "" },
49
+ { "mask": "+7(30253)#-##-##", "region": "Забайкальский край", "city": "Оловянная", "operator": "", "desc": "" },
50
+ { "mask": "+7(30255)#-##-##", "region": "Забайкальский край", "city": "Могойтуй", "operator": "", "desc": "" },
51
+ { "mask": "+7(30256)#-##-##", "region": "Забайкальский край", "city": "Дульдурга", "operator": "", "desc": "" },
52
+ { "mask": "+7(30257)#-##-##", "region": "Забайкальский край", "city": "Горный", "operator": "", "desc": "" },
53
+ { "mask": "+7(30261)#-##-##", "region": "Забайкальский край", "city": ["Калар", "Чара"], "operator": "", "desc": "" },
54
+ { "mask": "+7(30262)#-##-##", "region": "Забайкальский край", "city": "Первомайский", "operator": "", "desc": "" },
55
+ { "mask": "+7(30264)#-##-##", "region": "Забайкальский край", "city": "Верх-Усугли", "operator": "", "desc": "" },
56
+ { "mask": "+7(30265)#-##-##", "region": "Забайкальский край", "city": "Чернышевск", "operator": "", "desc": "" },
57
+ { "mask": "+7(30266)#-##-##", "region": "Забайкальский край", "city": "Шелопугино", "operator": "", "desc": "" },
58
+ { "mask": "+7(341)###-##-##", "region": "Удмуртская Республика", "city": "", "operator": "", "desc": "" },
59
+ { "mask": "+7(3412)##-##-##", "region": "Удмуртская Республика", "city": "Ижевск", "operator": "", "desc": "" },
60
+ { "mask": "+7(34126)#-##-##", "region": "Удмуртская Республика", "city": "Завьялово", "operator": "", "desc": "" },
61
+ { "mask": "+7(34130)#-##-##", "region": "Удмуртская Республика", "city": "Ува", "operator": "", "desc": "" },
62
+ { "mask": "+7(34132)#-##-##", "region": "Удмуртская Республика", "city": "Каракулино", "operator": "", "desc": "" },
63
+ { "mask": "+7(34133)#-##-##", "region": "Удмуртская Республика", "city": "Киясово", "operator": "", "desc": "" },
64
+ { "mask": "+7(34134)#-##-##", "region": "Удмуртская Республика", "city": "Игра", "operator": "", "desc": "" },
65
+ { "mask": "+7(34136)#-##-##", "region": "Удмуртская Республика", "city": "Шаркан", "operator": "", "desc": "" },
66
+ { "mask": "+7(34138)#-##-##", "region": "Удмуртская Республика", "city": "Малая Пурга", "operator": "", "desc": "" },
67
+ { "mask": "+7(34139)#-##-##", "region": "Удмуртская Республика", "city": "Можга", "operator": "", "desc": "" },
68
+ { "mask": "+7(34141)#-##-##", "region": "Удмуртская Республика", "city": "Глазов", "operator": "", "desc": "" },
69
+ { "mask": "+7(34145)#-##-##", "region": "Удмуртская Республика", "city": "Воткинск", "operator": "", "desc": "" },
70
+ { "mask": "+7(34147)#-##-##", "region": "Удмуртская Республика", "city": "Сарапул", "operator": "", "desc": "" },
71
+ { "mask": "+7(34150)#-##-##", "region": "Удмуртская Республика", "city": "Алнаши", "operator": "", "desc": "" },
72
+ { "mask": "+7(34151)#-##-##", "region": "Удмуртская Республика", "city": "Дебёсы", "operator": "", "desc": "" },
73
+ { "mask": "+7(34152)#-##-##", "region": "Удмуртская Республика", "city": "Сюмси", "operator": "", "desc": "" },
74
+ { "mask": "+7(34153)#-##-##", "region": "Удмуртская Республика", "city": "Камбарка", "operator": "", "desc": "" },
75
+ { "mask": "+7(34154)#-##-##", "region": "Удмуртская Республика", "city": "Кизнер", "operator": "", "desc": "" },
76
+ { "mask": "+7(34155)#-##-##", "region": "Удмуртская Республика", "city": "Вавож", "operator": "", "desc": "" },
77
+ { "mask": "+7(34157)#-##-##", "region": "Удмуртская Республика", "city": "Яр", "operator": "", "desc": "" },
78
+ { "mask": "+7(34158)#-##-##", "region": "Удмуртская Республика", "city": "Кез", "operator": "", "desc": "" },
79
+ { "mask": "+7(34159)#-##-##", "region": "Удмуртская Республика", "city": "Селты", "operator": "", "desc": "" },
80
+ { "mask": "+7(34161)#-##-##", "region": "Удмуртская Республика", "city": "Юкаменское", "operator": "", "desc": "" },
81
+ { "mask": "+7(34162)#-##-##", "region": "Удмуртская Республика", "city": "Якшур-Бодья", "operator": "", "desc": "" },
82
+ { "mask": "+7(34163)#-##-##", "region": "Удмуртская Республика", "city": "Грахово", "operator": "", "desc": "" },
83
+ { "mask": "+7(34164)#-##-##", "region": "Удмуртская Республика", "city": "Красногорское", "operator": "", "desc": "" },
84
+ { "mask": "+7(34166)#-##-##", "region": "Удмуртская Республика", "city": "Балезино", "operator": "", "desc": "" },
85
+ { "mask": "+7(342)###-##-##", "region": "Пермский край", "city": "", "operator": "", "desc": "" },
86
+ { "mask": "+7(342)2##-##-##", "region": "Пермский край", "city": "Пермь", "operator": "", "desc": "" },
87
+ { "mask": "+7(342)3##-##-##", "region": "Пермский край", "city": "Пермь", "operator": "", "desc": "" },
88
+ { "mask": "+7(3424)2#-##-##", "region": "Пермский край", "city": "Березники", "operator": "", "desc": "" },
89
+ { "mask": "+7(34240)#-##-##", "region": "Пермский край", "city": "Чердынь", "operator": "", "desc": "" },
90
+ { "mask": "+7(34241)#-##-##", "region": "Пермский край", "city": "Чайковский", "operator": "", "desc": "" },
91
+ { "mask": "+7(34243)#-##-##", "region": "Пермский край", "city": "Красновишерск", "operator": "", "desc": "" },
92
+ { "mask": "+7(34244)#-##-##", "region": "Пермский край", "city": "Усолье", "operator": "", "desc": "" },
93
+ { "mask": "+7(34245)#-##-##", "region": "Пермский край", "city": "Гайны", "operator": "", "desc": "" },
94
+ { "mask": "+7(34246)#-##-##", "region": "Пермский край", "city": "Юсьва", "operator": "", "desc": "" },
95
+ { "mask": "+7(34248)#-##-##", "region": "Пермский край", "city": "Губаха", "operator": "", "desc": "" },
96
+ { "mask": "+7(34249)#-##-##", "region": "Пермский край", "city": "Лысьва", "operator": "", "desc": "" },
97
+ { "mask": "+7(34250)#-##-##", "region": "Пермский край", "city": "Гремячинск", "operator": "", "desc": "" },
98
+ { "mask": "+7(34251)#-##-##", "region": "Пермский край", "city": "Березовка", "operator": "", "desc": "" },
99
+ { "mask": "+7(34252)#-##-##", "region": "Пермский край", "city": "Усть-Кишерть", "operator": "", "desc": "" },
100
+ { "mask": "+7(34253)#-##-##", "region": "Пермский край", "city": "Соликамск", "operator": "", "desc": "" },
101
+ { "mask": "+7(34254)#-##-##", "region": "Пермский край", "city": "Верещагино", "operator": "", "desc": "" },
102
+ { "mask": "+7(34255)#-##-##", "region": "Пермский край", "city": "Кизел", "operator": "", "desc": "" },
103
+ { "mask": "+7(34256)#-##-##", "region": "Пермский край", "city": "Чусовой", "operator": "", "desc": "" },
104
+ { "mask": "+7(34257)#-##-##", "region": "Пермский край", "city": "Большая Соснова", "operator": "", "desc": "" },
105
+ { "mask": "+7(34258)#-##-##", "region": "Пермский край", "city": "Орда", "operator": "", "desc": "" },
106
+ { "mask": "+7(34259)#-##-##", "region": "Пермский край", "city": "Уинское", "operator": "", "desc": "" },
107
+ { "mask": "+7(34260)#-##-##", "region": "Пермский край", "city": "Кудымкар", "operator": "", "desc": "" },
108
+ { "mask": "+7(34261)#-##-##", "region": "Пермский край", "city": "Чернушка", "operator": "", "desc": "" },
109
+ { "mask": "+7(34262)#-##-##", "region": "Пермский край", "city": "Куеда", "operator": "", "desc": "" },
110
+ { "mask": "+7(34263)#-##-##", "region": "Пермский край", "city": "Звёздный", "operator": "", "desc": "" },
111
+ { "mask": "+7(34265)#-##-##", "region": "Пермский край", "city": "Добрянка", "operator": "", "desc": "" },
112
+ { "mask": "+7(34266)#-##-##", "region": "Пермский край", "city": "Октябрьский", "operator": "", "desc": "" },
113
+ { "mask": "+7(34268)#-##-##", "region": "Пермский край", "city": "Частые", "operator": "", "desc": "" },
114
+ { "mask": "+7(34269)#-##-##", "region": "Пермский край", "city": "Горнозаводск", "operator": "", "desc": "" },
115
+ { "mask": "+7(34271)#-##-##", "region": "Пермский край", "city": "Кунгур", "operator": "", "desc": "" },
116
+ { "mask": "+7(34272)#-##-##", "region": "Пермский край", "city": "Нытва", "operator": "", "desc": "" },
117
+ { "mask": "+7(34273)#-##-##", "region": "Пермский край", "city": "Краснокамск", "operator": "", "desc": "" },
118
+ { "mask": "+7(34274)#-##-##", "region": "Пермский край", "city": "Александровск", "operator": "", "desc": "" },
119
+ { "mask": "+7(34275)#-##-##", "region": "Пермский край", "city": "Суксун", "operator": "", "desc": "" },
120
+ { "mask": "+7(34276)#-##-##", "region": "Пермский край", "city": "Ильинский", "operator": "", "desc": "" },
121
+ { "mask": "+7(34277)#-##-##", "region": "Пермский край", "city": "Сива", "operator": "", "desc": "" },
122
+ { "mask": "+7(34278)#-##-##", "region": "Пермский край", "city": "Очер", "operator": "", "desc": "" },
123
+ { "mask": "+7(34279)#-##-##", "region": "Пермский край", "city": "Оханск", "operator": "", "desc": "" },
124
+ { "mask": "+7(34291)#-##-##", "region": "Пермский край", "city": "Оса", "operator": "", "desc": "" },
125
+ { "mask": "+7(34292)#-##-##", "region": "Пермский край", "city": "Барда", "operator": "", "desc": "" },
126
+ { "mask": "+7(34293)#-##-##", "region": "Пермский край", "city": "Кочёво", "operator": "", "desc": "" },
127
+ { "mask": "+7(34294)#-##-##", "region": "Пермский край", "city": "Юрла", "operator": "", "desc": "" },
128
+ { "mask": "+7(34296)#-##-##", "region": "Пермский край", "city": "Елово", "operator": "", "desc": "" },
129
+ { "mask": "+7(34297)#-##-##", "region": "Пермский край", "city": "Карагай", "operator": "", "desc": "" },
130
+ { "mask": "+7(34298)#-##-##", "region": "Пермский край", "city": "Коса", "operator": "", "desc": "" },
131
+ { "mask": "+7(343)###-##-##", "region": "Свердловская область", "city": "", "operator": "", "desc": "" },
132
+ { "mask": "+7(343)2##-##-##", "region": "Свердловская область", "city": "Екатеринбург", "operator": "", "desc": "" },
133
+ { "mask": "+7(343)3##-##-##", "region": "Свердловская область", "city": "Екатеринбург", "operator": "", "desc": "" },
134
+ { "mask": "+7(34341)#-##-##", "region": "Свердловская область", "city": "Качканар", "operator": "", "desc": "" },
135
+ { "mask": "+7(34342)2-##-##", "region": "Свердловская область", "city": "Нижняя Тура", "operator": "", "desc": "" },
136
+ { "mask": "+7(34342)3-##-##", "region": "Свердловская область", "city": "Лесной", "operator": "", "desc": "" },
137
+ { "mask": "+7(34342)5-##-##", "region": "Свердловская область", "city": "Лесной", "operator": "", "desc": "" },
138
+ { "mask": "+7(34342)6-##-##", "region": "Свердловская область", "city": "Лесной", "operator": "", "desc": "" },
139
+ { "mask": "+7(34343)#-##-##", "region": "Свердловская область", "city": "Красноуральск", "operator": "", "desc": "" },
140
+ { "mask": "+7(34344)#-##-##", "region": "Свердловская область", "city": "Кушва", "operator": "", "desc": "" },
141
+ { "mask": "+7(34345)#-##-##", "region": "Свердловская область", "city": "Верхняя Салда", "operator": "", "desc": "" },
142
+ { "mask": "+7(34346)#-##-##", "region": "Свердловская область", "city": "Алапаевск", "operator": "", "desc": "" },
143
+ { "mask": "+7(34347)#-##-##", "region": "Свердловская область", "city": "Таборы", "operator": "", "desc": "" },
144
+ { "mask": "+7(34349)#-##-##", "region": "Свердловская область", "city": "Туринск", "operator": "", "desc": "" },
145
+ { "mask": "+7(3435)##-##-##", "region": "Свердловская область", "city": "Нижний Тагил", "operator": "", "desc": "" },
146
+ { "mask": "+7(34350)#-##-##", "region": "Свердловская область", "city": "Полевской", "operator": "", "desc": "" },
147
+ { "mask": "+7(34355)#-##-##", "region": "Свердловская область", "city": "Ирбит", "operator": "", "desc": "" },
148
+ { "mask": "+7(34356)#-##-##", "region": "Свердловская область", "city": "Невьянск", "operator": "", "desc": "" },
149
+ { "mask": "+7(34357)#-##-##", "region": "Свердловская область", "city": "Кировград", "operator": "", "desc": "" },
150
+ { "mask": "+7(34358)#-##-##", "region": "Свердловская область", "city": "Шаля", "operator": "", "desc": "" },
151
+ { "mask": "+7(34360)#-##-##", "region": "Свердловская область", "city": "Тавда", "operator": "", "desc": "" },
152
+ { "mask": "+7(34361)#-##-##", "region": "Свердловская область", "city": "Туринская Слобода", "operator": "", "desc": "" },
153
+ { "mask": "+7(34362)#-##-##", "region": "Свердловская область", "city": "Байкалово", "operator": "", "desc": "" },
154
+ { "mask": "+7(34363)#-##-##", "region": "Свердловская область", "city": "Артемовский", "operator": "", "desc": "" },
155
+ { "mask": "+7(34364)#-##-##", "region": "Свердловская область", "city": "Реж", "operator": "", "desc": "" },
156
+ { "mask": "+7(34365)#-##-##", "region": "Свердловская область", "city": "Асбест", "operator": "", "desc": "" },
157
+ { "mask": "+7(34367)#-##-##", "region": "Свердловская область", "city": "Тугулым", "operator": "", "desc": "" },
158
+ { "mask": "+7(34368)#-##-##", "region": "Свердловская область", "city": "Верхняя Пышма", "operator": "", "desc": "" },
159
+ { "mask": "+7(34369)#-##-##", "region": "Свердловская область", "city": "Берёзовский", "operator": "", "desc": "" },
160
+ { "mask": "+7(34370)#-##-##", "region": "Свердловская область", "city": "Новоуральск", "operator": "", "desc": "" },
161
+ { "mask": "+7(34371)#-##-##", "region": "Свердловская область", "city": "Талица", "operator": "", "desc": "" },
162
+ { "mask": "+7(34372)#-##-##", "region": "Свердловская область", "city": "Пышма", "operator": "", "desc": "" },
163
+ { "mask": "+7(34373)#-##-##", "region": "Свердловская область", "city": "Сухой Лог", "operator": "", "desc": "" },
164
+ { "mask": "+7(34374)#-##-##", "region": "Свердловская область", "city": "Сысерть", "operator": "", "desc": "" },
165
+ { "mask": "+7(34375)#-##-##", "region": "Свердловская область", "city": "Камышлов", "operator": "", "desc": "" },
166
+ { "mask": "+7(34376)#-##-##", "region": "Свердловская область", "city": "Богданович", "operator": "", "desc": "" },
167
+ { "mask": "+7(34377)#-##-##", "region": "Свердловская область", "city": "Белоярский", "operator": "", "desc": "" },
168
+ { "mask": "+7(34380)#-##-##", "region": "Свердловская область", "city": "Североуральск", "operator": "", "desc": "" },
169
+ { "mask": "+7(34383)#-##-##", "region": "Свердловская область", "city": "Карпинск", "operator": "", "desc": "" },
170
+ { "mask": "+7(34383)5-##-##", "region": "Свердловская область", "city": "Волчанск", "operator": "", "desc": "" },
171
+ { "mask": "+7(34384)#-##-##", "region": "Свердловская область", "city": "Краснотурьинск", "operator": "", "desc": "" },
172
+ { "mask": "+7(34385)#-##-##", "region": "Свердловская область", "city": "Серов", "operator": "", "desc": "" },
173
+ { "mask": "+7(34386)#-##-##", "region": "Свердловская область", "city": "Ивдель", "operator": "", "desc": "" },
174
+ { "mask": "+7(34387)#-##-##", "region": "Свердловская область", "city": "Гари", "operator": "", "desc": "" },
175
+ { "mask": "+7(34388)#-##-##", "region": "Свердловская область", "city": "Новая Ляля", "operator": "", "desc": "" },
176
+ { "mask": "+7(34389)#-##-##", "region": "Свердловская область", "city": "Верхотурье", "operator": "", "desc": "" },
177
+ { "mask": "+7(3439)2#-##-##", "region": "Свердловская область", "city": "Первоуральск", "operator": "", "desc": "" },
178
+ { "mask": "+7(3439)3#-##-##", "region": "Свердловская область", "city": "Каменск-Уральский", "operator": "", "desc": "" },
179
+ { "mask": "+7(3439)54-##-##", "region": "Свердловская область", "city": "Каменск-Уральский", "operator": "", "desc": "" },
180
+ { "mask": "+7(3439)6#-##-##", "region": "Свердловская область", "city": "Первоуральск", "operator": "", "desc": "" },
181
+ { "mask": "+7(34391)#-##-##", "region": "Свердловская область", "city": "Ачит", "operator": "", "desc": "" },
182
+ { "mask": "+7(34394)#-##-##", "region": "Свердловская область", "city": "Красноуфимск", "operator": "", "desc": "" },
183
+ { "mask": "+7(34395)#-##-##", "region": "Свердловская область", "city": "Арти", "operator": "", "desc": "" },
184
+ { "mask": "+7(34397)#-##-##", "region": "Свердловская область", "city": "Ревда", "operator": "", "desc": "" },
185
+ { "mask": "+7(34398)#-##-##", "region": "Свердловская область", "city": "Нижние Серги", "operator": "", "desc": "" },
186
+ { "mask": "+7(345)###-##-##", "region": "Тюменская область", "city": "", "operator": "", "desc": "" },
187
+ { "mask": "+7(3452)##-##-##", "region": "Тюменская область", "city": "Тюмень", "operator": "", "desc": "" },
188
+ { "mask": "+7(34531)#-##-##", "region": "Тюменская область", "city": "Ярково", "operator": "", "desc": "" },
189
+ { "mask": "+7(34533)#-##-##", "region": "Тюменская область", "city": "Нижняя Тавда", "operator": "", "desc": "" },
190
+ { "mask": "+7(34535)#-##-##", "region": "Тюменская область", "city": "Ялуторовск", "operator": "", "desc": "" },
191
+ { "mask": "+7(34537)#-##-##", "region": "Тюменская область", "city": "Исетское", "operator": "", "desc": "" },
192
+ { "mask": "+7(34539)#-##-##", "region": "Тюменская область", "city": "Вагай", "operator": "", "desc": "" },
193
+ { "mask": "+7(34541)#-##-##", "region": "Тюменская область", "city": "Упорово", "operator": "", "desc": "" },
194
+ { "mask": "+7(34542)#-##-##", "region": "Тюменская область", "city": "Заводоуковск", "operator": "", "desc": "" },
195
+ { "mask": "+7(34543)#-##-##", "region": "Тюменская область", "city": "Юргинское", "operator": "", "desc": "" },
196
+ { "mask": "+7(34544)#-##-##", "region": "Тюменская область", "city": "Омутинское", "operator": "", "desc": "" },
197
+ { "mask": "+7(34545)#-##-##", "region": "Тюменская область", "city": "Аромашево", "operator": "", "desc": "" },
198
+ { "mask": "+7(34546)#-##-##", "region": "Тюменская область", "city": "Голышманово", "operator": "", "desc": "" },
199
+ { "mask": "+7(34547)#-##-##", "region": "Тюменская область", "city": "Армизонское", "operator": "", "desc": "" },
200
+ { "mask": "+7(34550)#-##-##", "region": "Тюменская область", "city": "Большое Сорокино", "operator": "", "desc": "" },
201
+ { "mask": "+7(34551)#-##-##", "region": "Тюменская область", "city": "Ишим", "operator": "", "desc": "" },
202
+ { "mask": "+7(34553)#-##-##", "region": "Тюменская область", "city": "Казанское", "operator": "", "desc": "" },
203
+ { "mask": "+7(34554)#-##-##", "region": "Тюменская область", "city": "Бердюжье", "operator": "", "desc": "" },
204
+ { "mask": "+7(34555)#-##-##", "region": "Тюменская область", "city": "Сладково", "operator": "", "desc": "" },
205
+ { "mask": "+7(34556)#-##-##", "region": "Тюменская область", "city": "Абатский", "operator": "", "desc": "" },
206
+ { "mask": "+7(34557)#-##-##", "region": "Тюменская область", "city": "Викулово", "operator": "", "desc": "" },
207
+ { "mask": "+7(3456)##-##-##", "region": "Тюменская область", "city": "Тобольск", "operator": "", "desc": "" },
208
+ { "mask": "+7(34561)#-##-##", "region": "Тюменская область", "city": "Уват", "operator": "", "desc": "" },
209
+ { "mask": "+7(346)###-##-##", "region": "Ханты-Мансийский автономный округ", "city": "", "operator": "", "desc": "" },
210
+ { "mask": "+7(3462)##-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Сургут", "operator": "", "desc": "" },
211
+ { "mask": "+7(3463)##-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Нефтеюганск", "operator": "", "desc": "" },
212
+ { "mask": "+7(34634)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Пыть-Ях", "operator": "", "desc": "" },
213
+ { "mask": "+7(34638)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Лянтор", "operator": "", "desc": "" },
214
+ { "mask": "+7(34643)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Мегион", "operator": "", "desc": "" },
215
+ { "mask": "+7(3466)##-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Нижневартовск", "operator": "", "desc": "" },
216
+ { "mask": "+7(34667)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Когалым", "operator": "", "desc": "" },
217
+ { "mask": "+7(34668)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Радужный", "operator": "", "desc": "" },
218
+ { "mask": "+7(34669)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Лангепас", "operator": "", "desc": "" },
219
+ { "mask": "+7(34670)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Белоярский", "operator": "", "desc": "" },
220
+ { "mask": "+7(34672)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Нягань", "operator": "", "desc": "" },
221
+ { "mask": "+7(34673)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Ханты-Мансийск", "operator": "", "desc": "" },
222
+ { "mask": "+7(34674)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Берёзово", "operator": "", "desc": "" },
223
+ { "mask": "+7(34675)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Советский", "operator": "", "desc": "" },
224
+ { "mask": "+7(34676)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Урай", "operator": "", "desc": "" },
225
+ { "mask": "+7(34677)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Кондинское", "operator": "", "desc": "" },
226
+ { "mask": "+7(34678)#-##-##", "region": "Ханты-Мансийский автономный округ", "city": "Октябрьское", "operator": "", "desc": "" },
227
+ { "mask": "+7(347)###-##-##", "region": "Республика Башкортостан", "city": "", "operator": "", "desc": "" },
228
+ { "mask": "+7(347)2##-##-##", "region": "Республика Башкортостан", "city": "Уфа", "operator": "", "desc": "" },
229
+ { "mask": "+7(3473)##-##-##", "region": "Республика Башкортостан", "city": "Стерлитамак", "operator": "", "desc": "" },
230
+ { "mask": "+7(34731)#-##-##", "region": "Республика Башкортостан", "city": "Агидель", "operator": "", "desc": "" },
231
+ { "mask": "+7(34739)#-##-##", "region": "Республика Башкортостан", "city": "Стерлибашево", "operator": "", "desc": "" },
232
+ { "mask": "+7(34740)#-##-##", "region": "Республика Башкортостан", "city": "Красноусольский", "operator": "", "desc": "" },
233
+ { "mask": "+7(34741)#-##-##", "region": "Республика Башкортостан", "city": "Ермекеево", "operator": "", "desc": "" },
234
+ { "mask": "+7(34742)#-##-##", "region": "Республика Башкортостан", "city": "Бакалы", "operator": "", "desc": "" },
235
+ { "mask": "+7(34743)#-##-##", "region": "Республика Башкортостан", "city": "Бижбуляк", "operator": "", "desc": "" },
236
+ { "mask": "+7(34744)#-##-##", "region": "Республика Башкортостан", "city": "Караидель", "operator": "", "desc": "" },
237
+ { "mask": "+7(34745)#-##-##", "region": "Республика Башкортостан", "city": "Толбазы", "operator": "", "desc": "" },
238
+ { "mask": "+7(34746)#-##-##", "region": "Республика Башкортостан", "city": "Фёдоровка", "operator": "", "desc": "" },
239
+ { "mask": "+7(34747)#-##-##", "region": "Республика Башкортостан", "city": "Языково", "operator": "", "desc": "" },
240
+ { "mask": "+7(34748)#-##-##", "region": "Республика Башкортостан", "city": "Верхние Киги", "operator": "", "desc": "" },
241
+ { "mask": "+7(34749)#-##-##", "region": "Республика Башкортостан", "city": "Мишкино", "operator": "", "desc": "" },
242
+ { "mask": "+7(34750)#-##-##", "region": "Республика Башкортостан", "city": "Новобелокатай", "operator": "", "desc": "" },
243
+ { "mask": "+7(34751)#-##-##", "region": "Республика Башкортостан", "city": "Баймак", "operator": "", "desc": "" },
244
+ { "mask": "+7(34752)#-##-##", "region": "Республика Башкортостан", "city": "Зилаир", "operator": "", "desc": "" },
245
+ { "mask": "+7(34753)#-##-##", "region": "Республика Башкортостан", "city": "Старобалтачево", "operator": "", "desc": "" },
246
+ { "mask": "+7(34754)#-##-##", "region": "Республика Башкортостан", "city": "Раевский", "operator": "", "desc": "" },
247
+ { "mask": "+7(34755)#-##-##", "region": "Республика Башкортостан", "city": "Старосубхангулово", "operator": "", "desc": "" },
248
+ { "mask": "+7(34756)#-##-##", "region": "Республика Башкортостан", "city": "Бураево", "operator": "", "desc": "" },
249
+ { "mask": "+7(34757)#-##-##", "region": "Республика Башкортостан", "city": "Ермолаево", "operator": "", "desc": "" },
250
+ { "mask": "+7(34758)#-##-##", "region": "Республика Башкортостан", "city": "Акъяр", "operator": "", "desc": "" },
251
+ { "mask": "+7(34759)#-##-##", "region": "Республика Башкортостан", "city": "Николо-Березовка", "operator": "", "desc": "" },
252
+ { "mask": "+7(34760)#-##-##", "region": "Республика Башкортостан", "city": "Янаул", "operator": "", "desc": "" },
253
+ { "mask": "+7(34761)#-##-##", "region": "Республика Башкортостан", "city": "Кумертау", "operator": "", "desc": "" },
254
+ { "mask": "+7(34762)#-##-##", "region": "Республика Башкортостан", "city": "Верхнеяркеево", "operator": "", "desc": "" },
255
+ { "mask": "+7(34763)#-##-##", "region": "Республика Башкортостан", "city": "Салават", "operator": "", "desc": "" },
256
+ { "mask": "+7(34764)#-##-##", "region": "Республика Башкортостан", "city": "Мелеуз", "operator": "", "desc": "" },
257
+ { "mask": "+7(34765)#-##-##", "region": "Республика Башкортостан", "city": "Кармаскалы", "operator": "", "desc": "" },
258
+ { "mask": "+7(34766)#-##-##", "region": "Республика Башкортостан", "city": "Благовещенск", "operator": "", "desc": "" },
259
+ { "mask": "+7(34767)#-##-##", "region": "Республика Башкортостан", "city": "Октябрьский", "operator": "", "desc": "" },
260
+ { "mask": "+7(34768)#-##-##", "region": "Республика Башкортостан", "city": "Давлеканово", "operator": "", "desc": "" },
261
+ { "mask": "+7(34769)#-##-##", "region": "Республика Башкортостан", "city": "Шаран", "operator": "", "desc": "" },
262
+ { "mask": "+7(34770)#-##-##", "region": "Республика Башкортостан", "city": "Большеустьикинское", "operator": "", "desc": "" },
263
+ { "mask": "+7(34771)#-##-##", "region": "Республика Башкортостан", "city": "Аскино", "operator": "", "desc": "" },
264
+ { "mask": "+7(34772)#-##-##", "region": "Республика Башкортостан", "city": "Аскарово", "operator": "", "desc": "" },
265
+ { "mask": "+7(34773)#-##-##", "region": "Республика Башкортостан", "city": "Буздяк", "operator": "", "desc": "" },
266
+ { "mask": "+7(34774)#-##-##", "region": "Республика Башкортостан", "city": "Архангельское", "operator": "", "desc": "" },
267
+ { "mask": "+7(34775)#-##-##", "region": "Республика Башкортостан", "city": "Сибай", "operator": "", "desc": "" },
268
+ { "mask": "+7(34776)#-##-##", "region": "Республика Башкортостан", "city": "Красная Горка", "operator": "", "desc": "" },
269
+ { "mask": "+7(34777)#-##-##", "region": "Республика Башкортостан", "city": "Малояз", "operator": "", "desc": "" },
270
+ { "mask": "+7(34778)#-##-##", "region": "Республика Башкортостан", "city": "Верхние Татышлы", "operator": "", "desc": "" },
271
+ { "mask": "+7(34779)#-##-##", "region": "Республика Башкортостан", "city": "Калтасы", "operator": "", "desc": "" },
272
+ { "mask": "+7(34780)#-##-##", "region": "Республика Башкортостан", "city": "Кушнаренково", "operator": "", "desc": "" },
273
+ { "mask": "+7(34781)#-##-##", "region": "Республика Башкортостан", "city": "Межгорье", "operator": "", "desc": "" },
274
+ { "mask": "+7(34782)#-##-##", "region": "Республика Башкортостан", "city": "Туймазы", "operator": "", "desc": "" },
275
+ { "mask": "+7(34783)#-##-##", "region": "Республика Башкортостан", "city": "Нефтекамск", "operator": "", "desc": "" },
276
+ { "mask": "+7(34784)#-##-##", "region": "Республика Башкортостан", "city": "Бирск", "operator": "", "desc": "" },
277
+ { "mask": "+7(34785)#-##-##", "region": "Республика Башкортостан", "city": "Исянгулово", "operator": "", "desc": "" },
278
+ { "mask": "+7(34786)#-##-##", "region": "Республика Башкортостан", "city": "Белебей", "operator": "", "desc": "" },
279
+ { "mask": "+7(34787)#-##-##", "region": "Республика Башкортостан", "city": "Дюртюли", "operator": "", "desc": "" },
280
+ { "mask": "+7(34788)#-##-##", "region": "Республика Башкортостан", "city": "Киргиз-Мияки", "operator": "", "desc": "" },
281
+ { "mask": "+7(34789)#-##-##", "region": "Республика Башкортостан", "city": "Мраково", "operator": "", "desc": "" },
282
+ { "mask": "+7(34791)#-##-##", "region": "Республика Башкортостан", "city": "Учалы", "operator": "", "desc": "" },
283
+ { "mask": "+7(34792)#-##-##", "region": "Республика Башкортостан", "city": "Белорецк", "operator": "", "desc": "" },
284
+ { "mask": "+7(34794)#-##-##", "region": "Республика Башкортостан", "city": "Ишимбай", "operator": "", "desc": "" },
285
+ { "mask": "+7(34795)#-##-##", "region": "Республика Башкортостан", "city": "Иглино", "operator": "", "desc": "" },
286
+ { "mask": "+7(34796)#-##-##", "region": "Республика Башкортостан", "city": "Чекмагуш", "operator": "", "desc": "" },
287
+ { "mask": "+7(34797)#-##-##", "region": "Республика Башкортостан", "city": "Чишмы", "operator": "", "desc": "" },
288
+ { "mask": "+7(34798)#-##-##", "region": "Республика Башкортостан", "city": "Месягутово", "operator": "", "desc": "" },
289
+ { "mask": "+7(349)###-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "", "operator": "", "desc": "" },
290
+ { "mask": "+7(34922)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Салехард", "operator": "", "desc": "" },
291
+ { "mask": "+7(34932)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Красноселькуп", "operator": "", "desc": "" },
292
+ { "mask": "+7(34934)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Уренгой", "operator": "", "desc": "" },
293
+ { "mask": "+7(34936)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Губкинский", "operator": "", "desc": "" },
294
+ { "mask": "+7(34938)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Муравленко", "operator": "", "desc": "" },
295
+ { "mask": "+7(3494)##-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Новый Уренгой", "operator": "", "desc": "" },
296
+ { "mask": "+7(34940)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Тазовский", "operator": "", "desc": "" },
297
+ { "mask": "+7(34948)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Харп", "operator": "", "desc": "" },
298
+ { "mask": "+7(34949)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Ямбург", "operator": "", "desc": "" },
299
+ { "mask": "+7(3496)##-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Ноябрьск", "operator": "", "desc": "" },
300
+ { "mask": "+7(34992)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Лабытнанги", "operator": "", "desc": "" },
301
+ { "mask": "+7(34993)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Аксарка", "operator": "", "desc": "" },
302
+ { "mask": "+7(34994)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Мужи", "operator": "", "desc": "" },
303
+ { "mask": "+7(34995)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Надым", "operator": "", "desc": "" },
304
+ { "mask": "+7(34996)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Яр-Сале", "operator": "", "desc": "" },
305
+ { "mask": "+7(34997)#-##-##", "region": "Ямало-Ненецкий автономный округ", "city": "Тарко-Сале", "operator": "", "desc": "" },
306
+ { "mask": "+7(351)###-##-##", "region": "Челябинская область", "city": "", "operator": "", "desc": "" },
307
+ { "mask": "+7(351)2##-##-##", "region": "Челябинская область", "city": "Челябинск", "operator": "", "desc": "" },
308
+ { "mask": "+7(351)301-##-##", "region": "Челябинская область", "city": "Челябинск", "operator": "", "desc": "" },
309
+ { "mask": "+7(351)7##-##-##", "region": "Челябинская область", "city": "Челябинск", "operator": "", "desc": "" },
310
+ { "mask": "+7(351)90#-##-##", "region": "Челябинская область", "city": "", "operator": "Ростелеком", "desc": "мобильные телефоны с зоновыми номерами" },
311
+ { "mask": "+7(3513)2#-##-##", "region": "Челябинская область", "city": "Миасс", "operator": "", "desc": "" },
312
+ { "mask": "+7(3513)5#-##-##", "region": "Челябинская область", "city": "Миасс", "operator": "", "desc": "" },
313
+ { "mask": "+7(3513)6#-##-##", "region": "Челябинская область", "city": "Златоуст", "operator": "", "desc": "" },
314
+ { "mask": "+7(3513)7#-##-##", "region": "Челябинская область", "city": "Златоуст", "operator": "", "desc": "" },
315
+ { "mask": "+7(35130)2-##-##", "region": "Челябинская область", "city": "Озёрск", "operator": "", "desc": "" },
316
+ { "mask": "+7(35130)4-##-##", "region": "Челябинская область", "city": "Озёрск", "operator": "", "desc": "" },
317
+ { "mask": "+7(35130)6-##-##", "region": "Челябинская область", "city": "Озёрск", "operator": "", "desc": "" },
318
+ { "mask": "+7(35130)7-##-##", "region": "Челябинская область", "city": "Озёрск", "operator": "", "desc": "" },
319
+ { "mask": "+7(35130)9-##-##", "region": "Челябинская область", "city": "Озёрск", "operator": "", "desc": "" },
320
+ { "mask": "+7(35131)#-##-##", "region": "Челябинская область", "city": "Аргаяш", "operator": "", "desc": "" },
321
+ { "mask": "+7(35133)#-##-##", "region": "Челябинская область", "city": "Карталы", "operator": "", "desc": "" },
322
+ { "mask": "+7(35134)#-##-##", "region": "Челябинская область", "city": "Южноуральск", "operator": "", "desc": "" },
323
+ { "mask": "+7(35138)#-##-##", "region": "Челябинская область", "city": "Еманжелинск", "operator": "", "desc": "" },
324
+ { "mask": "+7(35139)#-##-##", "region": "Челябинская область", "city": "Копейск", "operator": "", "desc": "" },
325
+ { "mask": "+7(35140)#-##-##", "region": "Челябинская область", "city": "Агаповка", "operator": "", "desc": "" },
326
+ { "mask": "+7(35141)#-##-##", "region": "Челябинская область", "city": "Бреды", "operator": "", "desc": "" },
327
+ { "mask": "+7(35142)#-##-##", "region": "Челябинская область", "city": "Варна", "operator": "", "desc": "" },
328
+ { "mask": "+7(35143)#-##-##", "region": "Челябинская область", "city": "Верхнеуральск", "operator": "", "desc": "" },
329
+ { "mask": "+7(35144)#-##-##", "region": "Челябинская область", "city": "Долгодеревенское", "operator": "", "desc": "" },
330
+ { "mask": "+7(35145)#-##-##", "region": "Челябинская область", "city": "Еткуль", "operator": "", "desc": "" },
331
+ { "mask": "+7(35146)#-##-##", "region": "Челябинская область", "city": "Снежинск", "operator": "", "desc": "" },
332
+ { "mask": "+7(35147)#-##-##", "region": "Челябинская область", "city": ["Катав-Ивановск", "Юрюзань"], "operator": "", "desc": "" },
333
+ { "mask": "+7(35148)#-##-##", "region": "Челябинская область", "city": "Кунашак", "operator": "", "desc": "" },
334
+ { "mask": "+7(35149)#-##-##", "region": "Челябинская область", "city": "Касли", "operator": "", "desc": "" },
335
+ { "mask": "+7(35150)#-##-##", "region": "Челябинская область", "city": "Миасское", "operator": "", "desc": "" },
336
+ { "mask": "+7(35151)#-##-##", "region": "Челябинская область", "city": "Кыштым", "operator": "", "desc": "" },
337
+ { "mask": "+7(35152)#-##-##", "region": "Челябинская область", "city": "Коркино", "operator": "", "desc": "" },
338
+ { "mask": "+7(35153)#-##-##", "region": "Челябинская область", "city": "Карабаш", "operator": "", "desc": "" },
339
+ { "mask": "+7(35154)#-##-##", "region": "Челябинская область", "city": "Куса", "operator": "", "desc": "" },
340
+ { "mask": "+7(35155)#-##-##", "region": "Челябинская область", "city": "Кизильское", "operator": "", "desc": "" },
341
+ { "mask": "+7(35156)#-##-##", "region": "Челябинская область", "city": "Нязепетровск", "operator": "", "desc": "" },
342
+ { "mask": "+7(35157)#-##-##", "region": "Челябинская область", "city": "Фершампенуаз", "operator": "", "desc": "" },
343
+ { "mask": "+7(35158)#-##-##", "region": "Челябинская область", "city": "Октябрьское", "operator": "", "desc": "" },
344
+ { "mask": "+7(35159)#-##-##", "region": "Челябинская область", "city": "Аша", "operator": "", "desc": "" },
345
+ { "mask": "+7(35160)#-##-##", "region": "Челябинская область", "city": "Пласт", "operator": "", "desc": "" },
346
+ { "mask": "+7(35161)#-##-##", "region": "Челябинская область", "city": "Сатка", "operator": "", "desc": "" },
347
+ { "mask": "+7(35163)#-##-##", "region": "Челябинская область", "city": "Троицк", "operator": "", "desc": "" },
348
+ { "mask": "+7(35164)#-##-##", "region": "Челябинская область", "city": "Верхний Уфалей", "operator": "", "desc": "" },
349
+ { "mask": "+7(35165)#-##-##", "region": "Челябинская область", "city": "Уйское", "operator": "", "desc": "" },
350
+ { "mask": "+7(35166)#-##-##", "region": "Челябинская область", "city": "Увельский", "operator": "", "desc": "" },
351
+ { "mask": "+7(35167)#-##-##", "region": "Челябинская область", "city": "Усть-Катав", "operator": "", "desc": "" },
352
+ { "mask": "+7(35168)#-##-##", "region": "Челябинская область", "city": "Чебаркуль", "operator": "", "desc": "" },
353
+ { "mask": "+7(35169)#-##-##", "region": "Челябинская область", "city": "Чесма", "operator": "", "desc": "" },
354
+ { "mask": "+7(3519)##-##-##", "region": "Челябинская область", "city": "Магнитогорск", "operator": "", "desc": "" },
355
+ { "mask": "+7(35191)#-##-##", "region": "Челябинская область", "city": "Трёхгорный", "operator": "", "desc": "" },
356
+ { "mask": "+7(352)###-##-##", "region": "Курганская область", "city": "", "operator": "", "desc": "" },
357
+ { "mask": "+7(3522)##-##-##", "region": "Курганская область", "city": "Курган", "operator": "", "desc": "" },
358
+ { "mask": "+7(35230)#-##-##", "region": "Курганская область", "city": "Частоозерье", "operator": "", "desc": "" },
359
+ { "mask": "+7(35231)#-##-##", "region": "Курганская область", "city": "Кетово", "operator": "", "desc": "" },
360
+ { "mask": "+7(35232)#-##-##", "region": "Курганская область", "city": "Белозерское", "operator": "", "desc": "" },
361
+ { "mask": "+7(35233)#-##-##", "region": "Курганская область", "city": "Варгаши", "operator": "", "desc": "" },
362
+ { "mask": "+7(35234)#-##-##", "region": "Курганская область", "city": "Мокроусово", "operator": "", "desc": "" },
363
+ { "mask": "+7(35235)#-##-##", "region": "Курганская область", "city": "Петухово", "operator": "", "desc": "" },
364
+ { "mask": "+7(35236)#-##-##", "region": "Курганская область", "city": "Макушино", "operator": "", "desc": "" },
365
+ { "mask": "+7(35237)#-##-##", "region": "Курганская область", "city": "Лебяжье", "operator": "", "desc": "" },
366
+ { "mask": "+7(35238)#-##-##", "region": "Курганская область", "city": "Половинное", "operator": "", "desc": "" },
367
+ { "mask": "+7(35239)#-##-##", "region": "Курганская область", "city": "Глядянское", "operator": "", "desc": "" },
368
+ { "mask": "+7(35240)#-##-##", "region": "Курганская область", "city": "Звериноголовское", "operator": "", "desc": "" },
369
+ { "mask": "+7(35241)#-##-##", "region": "Курганская область", "city": "Целинное", "operator": "", "desc": "" },
370
+ { "mask": "+7(35242)#-##-##", "region": "Курганская область", "city": "Альменево", "operator": "", "desc": "" },
371
+ { "mask": "+7(35243)#-##-##", "region": "Курганская область", "city": "Сафакулево", "operator": "", "desc": "" },
372
+ { "mask": "+7(35244)#-##-##", "region": "Курганская область", "city": "Щучье", "operator": "", "desc": "" },
373
+ { "mask": "+7(35245)#-##-##", "region": "Курганская область", "city": "Шумиха", "operator": "", "desc": "" },
374
+ { "mask": "+7(35247)#-##-##", "region": "Курганская область", "city": "Мишкино", "operator": "", "desc": "" },
375
+ { "mask": "+7(35248)#-##-##", "region": "Курганская область", "city": "Юргамыш", "operator": "", "desc": "" },
376
+ { "mask": "+7(35249)#-##-##", "region": "Курганская область", "city": "Куртамыш", "operator": "", "desc": "" },
377
+ { "mask": "+7(35251)#-##-##", "region": "Курганская область", "city": "Катайск", "operator": "", "desc": "" },
378
+ { "mask": "+7(35252)#-##-##", "region": "Курганская область", "city": "Далматово", "operator": "", "desc": "" },
379
+ { "mask": "+7(35253)#-##-##", "region": "Курганская область", "city": "Шадринск", "operator": "", "desc": "" },
380
+ { "mask": "+7(35256)#-##-##", "region": "Курганская область", "city": "Каргаполье", "operator": "", "desc": "" },
381
+ { "mask": "+7(35257)#-##-##", "region": "Курганская область", "city": "Шатрово", "operator": "", "desc": "" },
382
+ { "mask": "+7(353)###-##-##", "region": "Оренбургская область", "city": "", "operator": "", "desc": "" },
383
+ { "mask": "+7(3532)##-##-##", "region": "Оренбургская область", "city": "Оренбург", "operator": "", "desc": "" },
384
+ { "mask": "+7(35330)#-##-##", "region": "Оренбургская область", "city": "Октябрьское", "operator": "", "desc": "" },
385
+ { "mask": "+7(35331)#-##-##", "region": "Оренбургская область", "city": "Сакмара", "operator": "", "desc": "" },
386
+ { "mask": "+7(35332)#-##-##", "region": "Оренбургская область", "city": "Тюльган", "operator": "", "desc": "" },
387
+ { "mask": "+7(35333)#-##-##", "region": "Оренбургская область", "city": "Саракташ", "operator": "", "desc": "" },
388
+ { "mask": "+7(35334)#-##-##", "region": "Оренбургская область", "city": "Беляевка", "operator": "", "desc": "" },
389
+ { "mask": "+7(35335)#-##-##", "region": "Оренбургская область", "city": "Акбулак", "operator": "", "desc": "" },
390
+ { "mask": "+7(35336)#-##-##", "region": "Оренбургская область", "city": "Соль-Илецк", "operator": "", "desc": "" },
391
+ { "mask": "+7(35337)#-##-##", "region": "Оренбургская область", "city": "Илек", "operator": "", "desc": "" },
392
+ { "mask": "+7(35338)#-##-##", "region": "Оренбургская область", "city": "Переволоцкий", "operator": "", "desc": "" },
393
+ { "mask": "+7(35339)#-##-##", "region": "Оренбургская область", "city": "Новосергиевка", "operator": "", "desc": "" },
394
+ { "mask": "+7(35341)#-##-##", "region": "Оренбургская область", "city": "Курманаевка", "operator": "", "desc": "" },
395
+ { "mask": "+7(35342)#-##-##", "region": "Оренбургская область", "city": "Бузулук", "operator": "", "desc": "" },
396
+ { "mask": "+7(35344)#-##-##", "region": "Оренбургская область", "city": "Грачёвка", "operator": "", "desc": "" },
397
+ { "mask": "+7(35345)#-##-##", "region": "Оренбургская область", "city": "Плешаново", "operator": "", "desc": "" },
398
+ { "mask": "+7(35346)#-##-##", "region": "Оренбургская область", "city": "Сорочинск", "operator": "", "desc": "" },
399
+ { "mask": "+7(35347)#-##-##", "region": "Оренбургская область", "city": "Ташла", "operator": "", "desc": "" },
400
+ { "mask": "+7(35348)#-##-##", "region": "Оренбургская область", "city": "Первомайский", "operator": "", "desc": "" },
401
+ { "mask": "+7(35349)#-##-##", "region": "Оренбургская область", "city": "Тоцкое", "operator": "", "desc": "" },
402
+ { "mask": "+7(35351)#-##-##", "region": "Оренбургская область", "city": "Асекеево", "operator": "", "desc": "" },
403
+ { "mask": "+7(35352)#-##-##", "region": "Оренбургская область", "city": "Бугуруслан", "operator": "", "desc": "" },
404
+ { "mask": "+7(35354)#-##-##", "region": "Оренбургская область", "city": "Северное", "operator": "", "desc": "" },
405
+ { "mask": "+7(35355)#-##-##", "region": "Оренбургская область", "city": "Абдулино", "operator": "", "desc": "" },
406
+ { "mask": "+7(35356)#-##-##", "region": "Оренбургская область", "city": "Матвеевка", "operator": "", "desc": "" },
407
+ { "mask": "+7(35357)#-##-##", "region": "Оренбургская область", "city": "Пономаревка", "operator": "", "desc": "" },
408
+ { "mask": "+7(35358)#-##-##", "region": "Оренбургская область", "city": "Шарлык", "operator": "", "desc": "" },
409
+ { "mask": "+7(35359)#-##-##", "region": "Оренбургская область", "city": "Александровка", "operator": "", "desc": "" },
410
+ { "mask": "+7(35361)#-##-##", "region": "Оренбургская область", "city": "Кувандык", "operator": "", "desc": "" },
411
+ { "mask": "+7(35362)#-##-##", "region": "Оренбургская область", "city": "Гай", "operator": "", "desc": "" },
412
+ { "mask": "+7(35363)#-##-##", "region": "Оренбургская область", "city": "Новоорск", "operator": "", "desc": "" },
413
+ { "mask": "+7(35364)#-##-##", "region": "Оренбургская область", "city": "Кваркено", "operator": "", "desc": "" },
414
+ { "mask": "+7(35365)#-##-##", "region": "Оренбургская область", "city": "Адамовка", "operator": "", "desc": "" },
415
+ { "mask": "+7(35366)#-##-##", "region": "Оренбургская область", "city": "Светлый", "operator": "", "desc": "" },
416
+ { "mask": "+7(35367)#-##-##", "region": "Оренбургская область", "city": "Домбаровский", "operator": "", "desc": "" },
417
+ { "mask": "+7(35368)#-##-##", "region": "Оренбургская область", "city": "Ясный", "operator": "", "desc": "" },
418
+ { "mask": "+7(3537)2#-##-##", "region": "Оренбургская область", "city": "Орск", "operator": "", "desc": "" },
419
+ { "mask": "+7(3537)3#-##-##", "region": "Оренбургская область", "city": "Орск", "operator": "", "desc": "" },
420
+ { "mask": "+7(3537)4#-##-##", "region": "Оренбургская область", "city": "Орск", "operator": "", "desc": "" },
421
+ { "mask": "+7(3537)6#-##-##", "region": "Оренбургская область", "city": "Новотроицк", "operator": "", "desc": "" },
422
+ { "mask": "+7(35379)#-##-##", "region": "Оренбургская область", "city": "Медногорск", "operator": "", "desc": "" },
423
+ { "mask": "+7(381)###-##-##", "region": "Омская область", "city": "", "operator": "", "desc": "" },
424
+ { "mask": "+7(3812)##-##-##", "region": "Омская область", "city": "Омск", "operator": "", "desc": "" },
425
+ { "mask": "+7(38141)#-##-##", "region": "Омская область", "city": "Азово", "operator": "", "desc": "" },
426
+ { "mask": "+7(38150)#-##-##", "region": "Омская область", "city": "Усть-Ишим", "operator": "", "desc": "" },
427
+ { "mask": "+7(38151)#-##-##", "region": "Омская область", "city": "Таврическое", "operator": "", "desc": "" },
428
+ { "mask": "+7(38152)#-##-##", "region": "Омская область", "city": "Нововаршавка", "operator": "", "desc": "" },
429
+ { "mask": "+7(38153)#-##-##", "region": "Омская область", "city": "Черлак", "operator": "", "desc": "" },
430
+ { "mask": "+7(38154)#-##-##", "region": "Омская область", "city": "Тевриз", "operator": "", "desc": "" },
431
+ { "mask": "+7(38155)#-##-##", "region": "Омская область", "city": "Калачинск", "operator": "", "desc": "" },
432
+ { "mask": "+7(38156)#-##-##", "region": "Омская область", "city": "Русская Поляна", "operator": "", "desc": "" },
433
+ { "mask": "+7(38157)#-##-##", "region": "Омская область", "city": "Горьковское", "operator": "", "desc": "" },
434
+ { "mask": "+7(38158)#-##-##", "region": "Омская область", "city": "Муромцево", "operator": "", "desc": "" },
435
+ { "mask": "+7(38159)#-##-##", "region": "Омская область", "city": "Одесское", "operator": "", "desc": "" },
436
+ { "mask": "+7(38160)#-##-##", "region": "Омская область", "city": "Колосовка", "operator": "", "desc": "" },
437
+ { "mask": "+7(38161)#-##-##", "region": "Омская область", "city": "Называевск", "operator": "", "desc": "" },
438
+ { "mask": "+7(38162)#-##-##", "region": "Омская область", "city": "Большие Уки", "operator": "", "desc": "" },
439
+ { "mask": "+7(38163)#-##-##", "region": "Омская область", "city": "Полтавка", "operator": "", "desc": "" },
440
+ { "mask": "+7(38164)#-##-##", "region": "Омская область", "city": "Седельниково", "operator": "", "desc": "" },
441
+ { "mask": "+7(38165)#-##-##", "region": "Омская область", "city": "Нижняя Омка", "operator": "", "desc": "" },
442
+ { "mask": "+7(38166)#-##-##", "region": "Омская область", "city": "Оконешниково", "operator": "", "desc": "" },
443
+ { "mask": "+7(38167)#-##-##", "region": "Омская область", "city": "Крутинка", "operator": "", "desc": "" },
444
+ { "mask": "+7(38168)#-##-##", "region": "Омская область", "city": "Марьяновка", "operator": "", "desc": "" },
445
+ { "mask": "+7(38169)#-##-##", "region": "Омская область", "city": "Большеречье", "operator": "", "desc": "" },
446
+ { "mask": "+7(38170)#-##-##", "region": "Омская область", "city": "Кормиловка", "operator": "", "desc": "" },
447
+ { "mask": "+7(38171)#-##-##", "region": "Омская область", "city": "Тара", "operator": "", "desc": "" },
448
+ { "mask": "+7(38172)#-##-##", "region": "Омская область", "city": "Павлоградка", "operator": "", "desc": "" },
449
+ { "mask": "+7(38173)#-##-##", "region": "Омская область", "city": "Исилькуль", "operator": "", "desc": "" },
450
+ { "mask": "+7(38174)#-##-##", "region": "Омская область", "city": "Москаленки", "operator": "", "desc": "" },
451
+ { "mask": "+7(38175)#-##-##", "region": "Омская область", "city": "Любинский", "operator": "", "desc": "" },
452
+ { "mask": "+7(38176)#-##-##", "region": "Омская область", "city": "Тюкалинск", "operator": "", "desc": "" },
453
+ { "mask": "+7(38177)#-##-##", "region": "Омская область", "city": "Шербакуль", "operator": "", "desc": "" },
454
+ { "mask": "+7(38178)#-##-##", "region": "Омская область", "city": "Саргатское", "operator": "", "desc": "" },
455
+ { "mask": "+7(38179)#-##-##", "region": "Омская область", "city": "Знаменское", "operator": "", "desc": "" },
456
+ { "mask": "+7(382)###-##-##", "region": "Томская область", "city": "", "operator": "", "desc": "" },
457
+ { "mask": "+7(3822)##-##-##", "region": "Томская область", "city": "Томск", "operator": "", "desc": "" },
458
+ { "mask": "+7(3823)##-##-##", "region": "Томская область", "city": "Северск", "operator": "", "desc": "" },
459
+ { "mask": "+7(38241)#-##-##", "region": "Томская область", "city": "Асино", "operator": "", "desc": "" },
460
+ { "mask": "+7(38243)#-##-##", "region": "Томская область", "city": "Зырянское", "operator": "", "desc": "" },
461
+ { "mask": "+7(38244)#-##-##", "region": "Томская область", "city": "Кожевниково", "operator": "", "desc": "" },
462
+ { "mask": "+7(38245)#-##-##", "region": "Томская область", "city": "Первомайское", "operator": "", "desc": "" },
463
+ { "mask": "+7(38246)#-##-##", "region": "Томская область", "city": "Тегульдет", "operator": "", "desc": "" },
464
+ { "mask": "+7(38247)#-##-##", "region": "Томская область", "city": "Мельниково", "operator": "", "desc": "" },
465
+ { "mask": "+7(38249)#-##-##", "region": "Томская область", "city": "Бакчар", "operator": "", "desc": "" },
466
+ { "mask": "+7(38250)#-##-##", "region": "Томская область", "city": "Кедровый", "operator": "", "desc": "" },
467
+ { "mask": "+7(38251)#-##-##", "region": "Томская область", "city": "Кривошеино", "operator": "", "desc": "" },
468
+ { "mask": "+7(38252)#-##-##", "region": "Томская область", "city": "Парабель", "operator": "", "desc": "" },
469
+ { "mask": "+7(38253)#-##-##", "region": "Томская область", "city": "Каргасок", "operator": "", "desc": "" },
470
+ { "mask": "+7(38254)#-##-##", "region": "Томская область", "city": "Колпашево", "operator": "", "desc": "" },
471
+ { "mask": "+7(38255)#-##-##", "region": "Томская область", "city": "Александровское", "operator": "", "desc": "" },
472
+ { "mask": "+7(38256)#-##-##", "region": "Томская область", "city": "Молчаново", "operator": "", "desc": "" },
473
+ { "mask": "+7(38257)#-##-##", "region": "Томская область", "city": "Подгорное", "operator": "", "desc": "" },
474
+ { "mask": "+7(38258)#-##-##", "region": "Томская область", "city": "Белый Яр", "operator": "", "desc": "" },
475
+ { "mask": "+7(38259)#-##-##", "region": "Томская область", "city": "Стрежевой", "operator": "", "desc": "" },
476
+ { "mask": "+7(383)###-##-##", "region": "Новосибирская область", "city": "Новосибирск", "operator": "", "desc": "" },
477
+ { "mask": "+7(38340)#-##-##", "region": "Новосибирская область", "city": "Тогучин", "operator": "", "desc": "" },
478
+ { "mask": "+7(38341)#-##-##", "region": "Новосибирская область", "city": "Бердск", "operator": "", "desc": "" },
479
+ { "mask": "+7(38343)#-##-##", "region": "Новосибирская область", "city": "Искитим", "operator": "", "desc": "" },
480
+ { "mask": "+7(38345)#-##-##", "region": "Новосибирская область", "city": "Черепаново", "operator": "", "desc": "" },
481
+ { "mask": "+7(38346)#-##-##", "region": "Новосибирская область", "city": "Сузун", "operator": "", "desc": "" },
482
+ { "mask": "+7(38347)#-##-##", "region": "Новосибирская область", "city": "Маслянино", "operator": "", "desc": "" },
483
+ { "mask": "+7(38348)#-##-##", "region": "Новосибирская область", "city": "Мошково", "operator": "", "desc": "" },
484
+ { "mask": "+7(38349)#-##-##", "region": "Новосибирская область", "city": "Болотное", "operator": "", "desc": "" },
485
+ { "mask": "+7(38350)#-##-##", "region": "Новосибирская область", "city": "Чулым", "operator": "", "desc": "" },
486
+ { "mask": "+7(38351)#-##-##", "region": "Новосибирская область", "city": "Коченево", "operator": "", "desc": "" },
487
+ { "mask": "+7(38352)#-##-##", "region": "Новосибирская область", "city": "Колывань", "operator": "", "desc": "" },
488
+ { "mask": "+7(38353)#-##-##", "region": "Новосибирская область", "city": "Баган", "operator": "", "desc": "" },
489
+ { "mask": "+7(38354)#-##-##", "region": "Новосибирская область", "city": "Довольное", "operator": "", "desc": "" },
490
+ { "mask": "+7(38355)#-##-##", "region": "Новосибирская область", "city": "Карасук", "operator": "", "desc": "" },
491
+ { "mask": "+7(38356)#-##-##", "region": "Новосибирская область", "city": "Кочки", "operator": "", "desc": "" },
492
+ { "mask": "+7(38357)#-##-##", "region": "Новосибирская область", "city": "Краснозерское", "operator": "", "desc": "" },
493
+ { "mask": "+7(38358)#-##-##", "region": "Новосибирская область", "city": "Купино", "operator": "", "desc": "" },
494
+ { "mask": "+7(38359)#-##-##", "region": "Новосибирская область", "city": "Ордынское", "operator": "", "desc": "" },
495
+ { "mask": "+7(38360)#-##-##", "region": "Новосибирская область", "city": "Северное", "operator": "", "desc": "" },
496
+ { "mask": "+7(38361)#-##-##", "region": "Новосибирская область", "city": "Барабинск", "operator": "", "desc": "" },
497
+ { "mask": "+7(38362)#-##-##", "region": "Новосибирская область", "city": "Куйбышев", "operator": "", "desc": "" },
498
+ { "mask": "+7(38363)#-##-##", "region": "Новосибирская область", "city": "Здвинск", "operator": "", "desc": "" },
499
+ { "mask": "+7(38364)#-##-##", "region": "Новосибирская область", "city": "Татарск", "operator": "", "desc": "" },
500
+ { "mask": "+7(38365)#-##-##", "region": "Новосибирская область", "city": "Каргат", "operator": "", "desc": "" },
501
+ { "mask": "+7(38366)#-##-##", "region": "Новосибирская область", "city": "Убинское", "operator": "", "desc": "" },
502
+ { "mask": "+7(38367)#-##-##", "region": "Новосибирская область", "city": "Чаны", "operator": "", "desc": "" },
503
+ { "mask": "+7(38368)#-##-##", "region": "Новосибирская область", "city": "Чистоозерное", "operator": "", "desc": "" },
504
+ { "mask": "+7(38369)#-##-##", "region": "Новосибирская область", "city": "Венгерово", "operator": "", "desc": "" },
505
+ { "mask": "+7(38371)#-##-##", "region": "Новосибирская область", "city": "Кыштовка", "operator": "", "desc": "" },
506
+ { "mask": "+7(38372)#-##-##", "region": "Новосибирская область", "city": "Усть-Тарка", "operator": "", "desc": "" },
507
+ { "mask": "+7(38373)#-##-##", "region": "Новосибирская область", "city": "Обь", "operator": "", "desc": "" },
508
+ { "mask": "+7(384)###-##-##", "region": "Кемеровская область", "city": "", "operator": "", "desc": "" },
509
+ { "mask": "+7(3842)##-##-##", "region": "Кемеровская область", "city": "Кемерово", "operator": "", "desc": "" },
510
+ { "mask": "+7(3843)##-##-##", "region": "Кемеровская область", "city": "Новокузнецк", "operator": "", "desc": "" },
511
+ { "mask": "+7(38441)#-##-##", "region": "Кемеровская область", "city": "Яя", "operator": "", "desc": "" },
512
+ { "mask": "+7(38442)#-##-##", "region": "Кемеровская область", "city": "Промышленная", "operator": "", "desc": "" },
513
+ { "mask": "+7(38443)#-##-##", "region": "Кемеровская область", "city": "Мариинск", "operator": "", "desc": "" },
514
+ { "mask": "+7(38444)#-##-##", "region": "Кемеровская область", "city": "Верх-Чебула", "operator": "", "desc": "" },
515
+ { "mask": "+7(38445)#-##-##", "region": "Кемеровская область", "city": "Берёзовский", "operator": "", "desc": "" },
516
+ { "mask": "+7(38446)#-##-##", "region": "Кемеровская область", "city": "Крапивинский", "operator": "", "desc": "" },
517
+ { "mask": "+7(38447)#-##-##", "region": "Кемеровская область", "city": "Тисуль", "operator": "", "desc": "" },
518
+ { "mask": "+7(38448)#-##-##", "region": "Кемеровская область", "city": "Тайга", "operator": "", "desc": "" },
519
+ { "mask": "+7(38449)#-##-##", "region": "Кемеровская область", "city": "Тяжинский", "operator": "", "desc": "" },
520
+ { "mask": "+7(38451)#-##-##", "region": "Кемеровская область", "city": "Юрга", "operator": "", "desc": "" },
521
+ { "mask": "+7(38452)#-##-##", "region": "Кемеровская область", "city": "Белово", "operator": "", "desc": "" },
522
+ { "mask": "+7(38453)#-##-##", "region": "Кемеровская область", "city": "Анжеро-Судженск", "operator": "", "desc": "" },
523
+ { "mask": "+7(38454)#-##-##", "region": "Кемеровская область", "city": "Топки", "operator": "", "desc": "" },
524
+ { "mask": "+7(38455)#-##-##", "region": "Кемеровская область", "city": "Яшкино", "operator": "", "desc": "" },
525
+ { "mask": "+7(38456)#-##-##", "region": "Кемеровская область", "city": "Ленинск-Кузнецкий", "operator": "", "desc": "" },
526
+ { "mask": "+7(38459)#-##-##", "region": "Кемеровская область", "city": "Ижморский", "operator": "", "desc": "" },
527
+ { "mask": "+7(3846)##-##-##", "region": "Кемеровская область", "city": "Прокопьевск", "operator": "", "desc": "" },
528
+ { "mask": "+7(38463)#-##-##", "region": "Кемеровская область", "city": "Гурьевск", "operator": "", "desc": "" },
529
+ { "mask": "+7(38464)#-##-##", "region": "Кемеровская область", "city": "Киселевск", "operator": "", "desc": "" },
530
+ { "mask": "+7(38471)#-##-##", "region": "Кемеровская область", "city": "Осинники", "operator": "", "desc": "" },
531
+ { "mask": "+7(38472)#-##-##", "region": "Кемеровская область", "city": "Калтан", "operator": "", "desc": "" },
532
+ { "mask": "+7(38473)#-##-##", "region": "Кемеровская область", "city": "Таштагол", "operator": "", "desc": "" },
533
+ { "mask": "+7(38474)#-##-##", "region": "Кемеровская область", "city": "Мыски", "operator": "", "desc": "" },
534
+ { "mask": "+7(38475)#-##-##", "region": "Кемеровская область", "city": "Междуреченск", "operator": "", "desc": "" },
535
+ { "mask": "+7(385)###-##-##", "region": "Алтайский край", "city": "", "operator": "", "desc": "" },
536
+ { "mask": "+7(3852)##-##-##", "region": "Алтайский край", "city": "Барнаул", "operator": "", "desc": "" },
537
+ { "mask": "+7(38530)#-##-##", "region": "Алтайский край", "city": "Зональное", "operator": "", "desc": "" },
538
+ { "mask": "+7(38531)#-##-##", "region": "Алтайский край", "city": "Косиха", "operator": "", "desc": "" },
539
+ { "mask": "+7(38532)#-##-##", "region": "Алтайский край", "city": "Новоалтайск", "operator": "", "desc": "" },
540
+ { "mask": "+7(38533)#-##-##", "region": "Алтайский край", "city": "Солтон", "operator": "", "desc": "" },
541
+ { "mask": "+7(38534)#-##-##", "region": "Алтайский край", "city": "Троицкое", "operator": "", "desc": "" },
542
+ { "mask": "+7(38535)#-##-##", "region": "Алтайский край", "city": "Красногорское", "operator": "", "desc": "" },
543
+ { "mask": "+7(38536)#-##-##", "region": "Алтайский край", "city": "Смоленское", "operator": "", "desc": "" },
544
+ { "mask": "+7(38537)#-##-##", "region": "Алтайский край", "city": "Алтайское", "operator": "", "desc": "" },
545
+ { "mask": "+7(38538)#-##-##", "region": "Алтайский край", "city": "Верх-Суетка", "operator": "", "desc": "" },
546
+ { "mask": "+7(38539)#-##-##", "region": "Алтайский край", "city": "Гальбштадт", "operator": "", "desc": "" },
547
+ { "mask": "+7(3854)##-##-##", "region": "Алтайский край", "city": "Бийск", "operator": "", "desc": "" },
548
+ { "mask": "+7(38550)#-##-##", "region": "Алтайский край", "city": "Шипуново", "operator": "", "desc": "" },
549
+ { "mask": "+7(38551)#-##-##", "region": "Алтайский край", "city": "Калманка", "operator": "", "desc": "" },
550
+ { "mask": "+7(38552)#-##-##", "region": "Алтайский край", "city": "Топчиха", "operator": "", "desc": "" },
551
+ { "mask": "+7(38553)#-##-##", "region": "Алтайский край", "city": "Алейск", "operator": "", "desc": "" },
552
+ { "mask": "+7(38554)#-##-##", "region": "Алтайский край", "city": "Усть-Чарышская Пристань", "operator": "", "desc": "" },
553
+ { "mask": "+7(38555)#-##-##", "region": "Алтайский край", "city": "Новичиха", "operator": "", "desc": "" },
554
+ { "mask": "+7(38556)#-##-##", "region": "Алтайский край", "city": "Поспелиха", "operator": "", "desc": "" },
555
+ { "mask": "+7(38557)#-##-##", "region": "Алтайский край", "city": "Рубцовск", "operator": "", "desc": "" },
556
+ { "mask": "+7(38558)#-##-##", "region": "Алтайский край", "city": "Шелаболиха", "operator": "", "desc": "" },
557
+ { "mask": "+7(38559)#-##-##", "region": "Алтайский край", "city": "Староалейское", "operator": "", "desc": "" },
558
+ { "mask": "+7(38560)#-##-##", "region": "Алтайский край", "city": "Новоегорьевское", "operator": "", "desc": "" },
559
+ { "mask": "+7(38561)#-##-##", "region": "Алтайский край", "city": "Романово", "operator": "", "desc": "" },
560
+ { "mask": "+7(38562)#-##-##", "region": "Алтайский край", "city": "Завьялово", "operator": "", "desc": "" },
561
+ { "mask": "+7(38563)#-##-##", "region": "Алтайский край", "city": "Родино", "operator": "", "desc": "" },
562
+ { "mask": "+7(38564)#-##-##", "region": "Алтайский край", "city": "Благовещенка", "operator": "", "desc": "" },
563
+ { "mask": "+7(38565)#-##-##", "region": "Алтайский край", "city": "Волчиха", "operator": "", "desc": "" },
564
+ { "mask": "+7(38566)#-##-##", "region": "Алтайский край", "city": "Кулунда", "operator": "", "desc": "" },
565
+ { "mask": "+7(38567)#-##-##", "region": "Алтайский край", "city": "Табуны", "operator": "", "desc": "" },
566
+ { "mask": "+7(38568)#-##-##", "region": "Алтайский край", "city": "Славгород", "operator": "", "desc": "" },
567
+ { "mask": "+7(38569)#-##-##", "region": "Алтайский край", "city": "Хабары", "operator": "", "desc": "" },
568
+ { "mask": "+7(38570)#-##-##", "region": "Алтайский край", "city": "Михайловка", "operator": "", "desc": "" },
569
+ { "mask": "+7(38571)#-##-##", "region": "Алтайский край", "city": "Быстрый Исток", "operator": "", "desc": "" },
570
+ { "mask": "+7(38572)#-##-##", "region": "Алтайский край", "city": "Бурла", "operator": "", "desc": "" },
571
+ { "mask": "+7(38573)#-##-##", "region": "Алтайский край", "city": "Петропавловское", "operator": "", "desc": "" },
572
+ { "mask": "+7(38574)#-##-##", "region": "Алтайский край", "city": "Чарышское", "operator": "", "desc": "" },
573
+ { "mask": "+7(38575)#-##-##", "region": "Алтайский край", "city": "Краснощеково", "operator": "", "desc": "" },
574
+ { "mask": "+7(38576)#-##-##", "region": "Алтайский край", "city": "Курья", "operator": "", "desc": "" },
575
+ { "mask": "+7(38577)#-##-##", "region": "Алтайский край", "city": "Белокуриха", "operator": "", "desc": "" },
576
+ { "mask": "+7(38578)#-##-##", "region": "Алтайский край", "city": "Ключи", "operator": "", "desc": "" },
577
+ { "mask": "+7(38579)#-##-##", "region": "Алтайский край", "city": "Угловское", "operator": "", "desc": "" },
578
+ { "mask": "+7(38580)#-##-##", "region": "Алтайский край", "city": "Панкрушиха", "operator": "", "desc": "" },
579
+ { "mask": "+7(38581)#-##-##", "region": "Алтайский край", "city": "Павловск", "operator": "", "desc": "" },
580
+ { "mask": "+7(38582)#-##-##", "region": "Алтайский край", "city": "Ребриха", "operator": "", "desc": "" },
581
+ { "mask": "+7(38583)#-##-##", "region": "Алтайский край", "city": "Мамонтово", "operator": "", "desc": "" },
582
+ { "mask": "+7(38584)#-##-##", "region": "Алтайский край", "city": "Камень-на-Оби", "operator": "", "desc": "" },
583
+ { "mask": "+7(38585)#-##-##", "region": "Алтайский край", "city": "Баево", "operator": "", "desc": "" },
584
+ { "mask": "+7(38586)#-##-##", "region": "Алтайский край", "city": "Горняк", "operator": "", "desc": "" },
585
+ { "mask": "+7(38587)#-##-##", "region": "Алтайский край", "city": "Змеиногорск", "operator": "", "desc": "" },
586
+ { "mask": "+7(38588)#-##-##", "region": "Алтайский край", "city": "Тюменцево", "operator": "", "desc": "" },
587
+ { "mask": "+7(38589)#-##-##", "region": "Алтайский край", "city": "Крутиха", "operator": "", "desc": "" },
588
+ { "mask": "+7(38590)#-##-##", "region": "Алтайский край", "city": "Кытманово", "operator": "", "desc": "" },
589
+ { "mask": "+7(38591)#-##-##", "region": "Алтайский край", "city": "Тальменка", "operator": "", "desc": "" },
590
+ { "mask": "+7(38592)#-##-##", "region": "Алтайский край", "city": "Залесово", "operator": "", "desc": "" },
591
+ { "mask": "+7(38593)#-##-##", "region": "Алтайский край", "city": "Ельцовка", "operator": "", "desc": "" },
592
+ { "mask": "+7(38594)#-##-##", "region": "Алтайский край", "city": "Солонешное", "operator": "", "desc": "" },
593
+ { "mask": "+7(38595)#-##-##", "region": "Алтайский край", "city": "Заринск", "operator": "", "desc": "" },
594
+ { "mask": "+7(38596)#-##-##", "region": "Алтайский край", "city": "Целинное", "operator": "", "desc": "" },
595
+ { "mask": "+7(38597)#-##-##", "region": "Алтайский край", "city": "Тогул", "operator": "", "desc": "" },
596
+ { "mask": "+7(38598)#-##-##", "region": "Алтайский край", "city": "Советское", "operator": "", "desc": "" },
597
+ { "mask": "+7(38599)#-##-##", "region": "Алтайский край", "city": "Усть-Калманка", "operator": "", "desc": "" },
598
+ { "mask": "+7(388)###-##-##", "region": "Республика Алтай", "city": "", "operator": "", "desc": "" },
599
+ { "mask": "+7(3882)##-##-##", "region": "Республика Алтай", "city": "Горно-Алтайск", "operator": "", "desc": "" },
600
+ { "mask": "+7(38840)#-##-##", "region": "Республика Алтай", "city": "Чоя", "operator": "", "desc": "" },
601
+ { "mask": "+7(38841)#-##-##", "region": "Республика Алтай", "city": "Чемал", "operator": "", "desc": "" },
602
+ { "mask": "+7(38842)#-##-##", "region": "Республика Алтай", "city": "Кош-Агач", "operator": "", "desc": "" },
603
+ { "mask": "+7(38843)#-##-##", "region": "Республика Алтай", "city": "Турочак", "operator": "", "desc": "" },
604
+ { "mask": "+7(38844)#-##-##", "region": "Республика Алтай", "city": "Майма", "operator": "", "desc": "" },
605
+ { "mask": "+7(38845)#-##-##", "region": "Республика Алтай", "city": "Онгудай", "operator": "", "desc": "" },
606
+ { "mask": "+7(38846)#-##-##", "region": "Республика Алтай", "city": "Акташ", "operator": "", "desc": "" },
607
+ { "mask": "+7(38847)#-##-##", "region": "Республика Алтай", "city": "Усть-Кан", "operator": "", "desc": "" },
608
+ { "mask": "+7(38848)#-##-##", "region": "Республика Алтай", "city": "Усть-Кокса", "operator": "", "desc": "" },
609
+ { "mask": "+7(38849)#-##-##", "region": "Республика Алтай", "city": "Шебалино", "operator": "", "desc": "" },
610
+ { "mask": "+7(390)###-##-##", "region": "Хакасия", "city": "", "operator": "", "desc": "" },
611
+ { "mask": "+7(3902)##-##-##", "region": "Хакасия", "city": "Абакан", "operator": "", "desc": "" },
612
+ { "mask": "+7(39031)#-##-##", "region": "Хакасия", "city": "Черногорск", "operator": "", "desc": "" },
613
+ { "mask": "+7(39032)#-##-##", "region": "Хакасия", "city": "Усть-Абакан", "operator": "", "desc": "" },
614
+ { "mask": "+7(39033)#-##-##", "region": "Хакасия", "city": "Сорск", "operator": "", "desc": "" },
615
+ { "mask": "+7(39034)#-##-##", "region": "Хакасия", "city": "Боград", "operator": "", "desc": "" },
616
+ { "mask": "+7(39035)#-##-##", "region": "Хакасия", "city": "Шира", "operator": "", "desc": "" },
617
+ { "mask": "+7(39036)#-##-##", "region": "Хакасия", "city": "Копьёво", "operator": "", "desc": "" },
618
+ { "mask": "+7(39041)#-##-##", "region": "Хакасия", "city": "Белый Яр", "operator": "", "desc": "" },
619
+ { "mask": "+7(39042)#-##-##", "region": "Хакасия", "city": "Саяногорск", "operator": "", "desc": "" },
620
+ { "mask": "+7(39044)#-##-##", "region": "Хакасия", "city": "Бея", "operator": "", "desc": "" },
621
+ { "mask": "+7(39045)#-##-##", "region": "Хакасия", "city": "Аскиз", "operator": "", "desc": "" },
622
+ { "mask": "+7(39046)#-##-##", "region": "Хакасия", "city": "Таштып", "operator": "", "desc": "" },
623
+ { "mask": "+7(39047)#-##-##", "region": "Хакасия", "city": "Абаза", "operator": "", "desc": "" },
624
+ { "mask": "+7(391)###-##-##", "region": "Красноярский край", "city": "", "operator": "", "desc": "" },
625
+ { "mask": "+7(391)2##-##-##", "region": "Красноярский край", "city": "Красноярск", "operator": "", "desc": "" },
626
+ { "mask": "+7(39131)#-##-##", "region": "Красноярский край", "city": "Сосновоборск", "operator": "", "desc": "" },
627
+ { "mask": "+7(39132)#-##-##", "region": "Красноярский край", "city": "Минусинск", "operator": "", "desc": "" },
628
+ { "mask": "+7(39133)#-##-##", "region": "Красноярский край", "city": "Емельяново", "operator": "", "desc": "" },
629
+ { "mask": "+7(39134)#-##-##", "region": "Красноярский край", "city": "Краснотуранск", "operator": "", "desc": "" },
630
+ { "mask": "+7(39135)#-##-##", "region": "Красноярский край", "city": "Идринское", "operator": "", "desc": "" },
631
+ { "mask": "+7(39136)#-##-##", "region": "Красноярский край", "city": "Курагино", "operator": "", "desc": "" },
632
+ { "mask": "+7(39137)#-##-##", "region": "Красноярский край", "city": "Каратузское", "operator": "", "desc": "" },
633
+ { "mask": "+7(39138)#-##-##", "region": "Красноярский край", "city": "Ермаковское", "operator": "", "desc": "" },
634
+ { "mask": "+7(39139)#-##-##", "region": "Красноярский край", "city": "Шушенское", "operator": "", "desc": "" },
635
+ { "mask": "+7(39140)#-##-##", "region": "Красноярский край", "city": "Партизанское", "operator": "", "desc": "" },
636
+ { "mask": "+7(39141)#-##-##", "region": "Красноярский край", "city": "Мотыгино", "operator": "", "desc": "" },
637
+ { "mask": "+7(39142)#-##-##", "region": "Красноярский край", "city": "Агинское", "operator": "", "desc": "" },
638
+ { "mask": "+7(39143)#-##-##", "region": "Красноярский край", "city": "Кодинск", "operator": "", "desc": "" },
639
+ { "mask": "+7(39144)#-##-##", "region": "Красноярский край", "city": "Дивногорск", "operator": "", "desc": "" },
640
+ { "mask": "+7(39145)#-##-##", "region": "Красноярский край", "city": "Лесосибирск", "operator": "", "desc": "" },
641
+ { "mask": "+7(39146)#-##-##", "region": "Красноярский край", "city": "Уяр", "operator": "", "desc": "" },
642
+ { "mask": "+7(39147)#-##-##", "region": "Красноярский край", "city": "Новоселово", "operator": "", "desc": "" },
643
+ { "mask": "+7(39148)#-##-##", "region": "Красноярский край", "city": "Балахта", "operator": "", "desc": "" },
644
+ { "mask": "+7(39149)#-##-##", "region": "Красноярский край", "city": "Шалинское", "operator": "", "desc": "" },
645
+ { "mask": "+7(39150)#-##-##", "region": "Красноярский край", "city": "Новобирилюссы", "operator": "", "desc": "" },
646
+ { "mask": "+7(39151)#-##-##", "region": "Красноярский край", "city": "Ачинск", "operator": "", "desc": "" },
647
+ { "mask": "+7(39152)#-##-##", "region": "Красноярский край", "city": "Диксон", "operator": "", "desc": "" },
648
+ { "mask": "+7(39153)#-##-##", "region": "Красноярский край", "city": "Шарыпово", "operator": "", "desc": "" },
649
+ { "mask": "+7(39154)#-##-##", "region": "Красноярский край", "city": "Козулька", "operator": "", "desc": "" },
650
+ { "mask": "+7(39155)#-##-##", "region": "Красноярский край", "city": "Назарово", "operator": "", "desc": "" },
651
+ { "mask": "+7(39156)#-##-##", "region": "Красноярский край", "city": "Ужур", "operator": "", "desc": "" },
652
+ { "mask": "+7(39157)#-##-##", "region": "Красноярский край", "city": "Боготол", "operator": "", "desc": "" },
653
+ { "mask": "+7(39158)#-##-##", "region": "Красноярский край", "city": "Тюхтет", "operator": "", "desc": "" },
654
+ { "mask": "+7(39159)#-##-##", "region": "Красноярский край", "city": "Большой Улуй", "operator": "", "desc": "" },
655
+ { "mask": "+7(39160)#-##-##", "region": "Красноярский край", "city": "Северо-Енисейский", "operator": "", "desc": "" },
656
+ { "mask": "+7(39161)#-##-##", "region": "Красноярский край", "city": "Канск", "operator": "", "desc": "" },
657
+ { "mask": "+7(39162)#-##-##", "region": "Красноярский край", "city": "Богучаны", "operator": "", "desc": "" },
658
+ { "mask": "+7(39163)#-##-##", "region": "Красноярский край", "city": "Абан", "operator": "", "desc": "" },
659
+ { "mask": "+7(39164)#-##-##", "region": "Красноярский край", "city": "Тасеево", "operator": "", "desc": "" },
660
+ { "mask": "+7(39165)#-##-##", "region": "Красноярский край", "city": "Заозерный", "operator": "", "desc": "" },
661
+ { "mask": "+7(39166)#-##-##", "region": "Красноярский край", "city": "Пировское", "operator": "", "desc": "" },
662
+ { "mask": "+7(39167)#-##-##", "region": "Красноярский край", "city": "Дзержинское", "operator": "", "desc": "" },
663
+ { "mask": "+7(39168)#-##-##", "region": "Красноярский край", "city": "Бородино", "operator": "", "desc": "" },
664
+ { "mask": "+7(39169)#-##-##", "region": "Красноярский край", "city": "Зеленогорск", "operator": "", "desc": "" },
665
+ { "mask": "+7(39170)#-##-##", "region": "Красноярский край", "city": "Тура", "operator": "", "desc": "" },
666
+ { "mask": "+7(39171)#-##-##", "region": "Красноярский край", "city": "Нижний Ингаш", "operator": "", "desc": "" },
667
+ { "mask": "+7(39172)#-##-##", "region": "Красноярский край", "city": "Игарка", "operator": "", "desc": "" },
668
+ { "mask": "+7(39173)#-##-##", "region": "Красноярский край", "city": "Иланский", "operator": "", "desc": "" },
669
+ { "mask": "+7(39174)#-##-##", "region": "Красноярский край", "city": "Ирбейское", "operator": "", "desc": "" },
670
+ { "mask": "+7(39175)#-##-##", "region": "Красноярский край", "city": "Берёзовка", "operator": "", "desc": "" },
671
+ { "mask": "+7(39176)#-##-##", "region": "Красноярский край", "city": "Хатанга", "operator": "", "desc": "" },
672
+ { "mask": "+7(39177)#-##-##", "region": "Красноярский край", "city": "Ванавара", "operator": "", "desc": "" },
673
+ { "mask": "+7(39178)#-##-##", "region": "Красноярский край", "city": "Байкит", "operator": "", "desc": "" },
674
+ { "mask": "+7(39179)#-##-##", "region": "Красноярский край", "city": "Караул", "operator": "", "desc": "" },
675
+ { "mask": "+7(3919)2#-##-##", "region": "Красноярский край", "city": "Норильск", "operator": "", "desc": "" },
676
+ { "mask": "+7(3919)4#-##-##", "region": "Красноярский край", "city": "Норильск", "operator": "", "desc": "" },
677
+ { "mask": "+7(39190)#-##-##", "region": "Красноярский край", "city": "Туруханск", "operator": "", "desc": "" },
678
+ { "mask": "+7(39191)#-##-##", "region": "Красноярский край", "city": "Дудинка", "operator": "", "desc": "" },
679
+ { "mask": "+7(39193)#-##-##", "region": "Красноярский край", "city": "Снежногорск", "operator": "", "desc": "" },
680
+ { "mask": "+7(39195)#-##-##", "region": "Красноярский край", "city": "Енисейск", "operator": "", "desc": "" },
681
+ { "mask": "+7(39196)#-##-##", "region": "Красноярский край", "city": "Казачинское", "operator": "", "desc": "" },
682
+ { "mask": "+7(39197)#-##-##", "region": "Красноярский край", "city": "Железногорск", "operator": "", "desc": "" },
683
+ { "mask": "+7(39198)#-##-##", "region": "Красноярский край", "city": "Большая Мурта", "operator": "", "desc": "" },
684
+ { "mask": "+7(39199)#-##-##", "region": "Красноярский край", "city": "Сухобузимское", "operator": "", "desc": "" },
685
+ { "mask": "+7(394)###-##-##", "region": "Республика Тыва", "city": "", "operator": "", "desc": "" },
686
+ { "mask": "+7(3942)##-##-##", "region": "Республика Тыва", "city": "Кызыл", "operator": "", "desc": "" },
687
+ { "mask": "+7(39432)#-##-##", "region": "Республика Тыва", "city": "Сарыг-Сеп", "operator": "", "desc": "" },
688
+ { "mask": "+7(39433)#-##-##", "region": "Республика Тыва", "city": "Ак-Довурак", "operator": "", "desc": "" },
689
+ { "mask": "+7(39434)#-##-##", "region": "Республика Тыва", "city": "Чадан", "operator": "", "desc": "" },
690
+ { "mask": "+7(39435)#-##-##", "region": "Республика Тыва", "city": "Туран", "operator": "", "desc": "" },
691
+ { "mask": "+7(39436)#-##-##", "region": "Республика Тыва", "city": "Шагонар", "operator": "", "desc": "" },
692
+ { "mask": "+7(39437)#-##-##", "region": "Республика Тыва", "city": "Бай-Хаак", "operator": "", "desc": "" },
693
+ { "mask": "+7(39438)#-##-##", "region": "Республика Тыва", "city": "Самагалтай", "operator": "", "desc": "" },
694
+ { "mask": "+7(39439)#-##-##", "region": "Республика Тыва", "city": "Эрзин", "operator": "", "desc": "" },
695
+ { "mask": "+7(39441)#-##-##", "region": "Республика Тыва", "city": "Кызыл-Мажалык", "operator": "", "desc": "" },
696
+ { "mask": "+7(39442)#-##-##", "region": "Республика Тыва", "city": "Тээли", "operator": "", "desc": "" },
697
+ { "mask": "+7(39444)#-##-##", "region": "Республика Тыва", "city": "Хандагайты", "operator": "", "desc": "" },
698
+ { "mask": "+7(39445)#-##-##", "region": "Республика Тыва", "city": "Суг-Аксы", "operator": "", "desc": "" },
699
+ { "mask": "+7(39450)#-##-##", "region": "Республика Тыва", "city": "Тоора-Хем", "operator": "", "desc": "" },
700
+ { "mask": "+7(39451)#-##-##", "region": "Республика Тыва", "city": "Мугур-Аксы", "operator": "", "desc": "" },
701
+ { "mask": "+7(395)###-##-##", "region": "Иркутская область", "city": "", "operator": "", "desc": "" },
702
+ { "mask": "+7(3952)##-##-##", "region": "Иркутская область", "city": "Иркутск", "operator": "", "desc": "" },
703
+ { "mask": "+7(3953)##-##-##", "region": "Иркутская область", "city": "Братск", "operator": "", "desc": "" },
704
+ { "mask": "+7(39530)#-##-##", "region": "Иркутская область", "city": "Тулун", "operator": "", "desc": "" },
705
+ { "mask": "+7(39535)#-##-##", "region": "Иркутская область", "city": "Усть-Илимск", "operator": "", "desc": "" },
706
+ { "mask": "+7(39536)#-##-##", "region": "Иркутская область", "city": "Куйтун", "operator": "", "desc": "" },
707
+ { "mask": "+7(39537)#-##-##", "region": "Иркутская область", "city": "Баяндай", "operator": "", "desc": "" },
708
+ { "mask": "+7(39538)#-##-##", "region": "Иркутская область", "city": "Бохан", "operator": "", "desc": "" },
709
+ { "mask": "+7(39539)#-##-##", "region": "Иркутская область", "city": "Оса", "operator": "", "desc": "" },
710
+ { "mask": "+7(39540)#-##-##", "region": "Иркутская область", "city": "Качуг", "operator": "", "desc": "" },
711
+ { "mask": "+7(39541)#-##-##", "region": "Иркутская область", "city": "Усть-Ордынский", "operator": "", "desc": "" },
712
+ { "mask": "+7(39542)#-##-##", "region": "Иркутская область", "city": "Байкальск", "operator": "", "desc": "" },
713
+ { "mask": "+7(39543)#-##-##", "region": "Иркутская область", "city": "Усолье-Сибирское", "operator": "", "desc": "" },
714
+ { "mask": "+7(39544)#-##-##", "region": "Иркутская область", "city": "Слюдянка", "operator": "", "desc": "" },
715
+ { "mask": "+7(39545)#-##-##", "region": "Иркутская область", "city": "Усть-Уда", "operator": "", "desc": "" },
716
+ { "mask": "+7(39546)#-##-##", "region": "Иркутская область", "city": "Черемхово", "operator": "", "desc": "" },
717
+ { "mask": "+7(39548)#-##-##", "region": "Иркутская область", "city": "Балаганск", "operator": "", "desc": "" },
718
+ { "mask": "+7(39549)#-##-##", "region": "Иркутская область", "city": "Новонукутский", "operator": "", "desc": "" },
719
+ { "mask": "+7(3955)##-##-##", "region": "Иркутская область", "city": "Ангарск", "operator": "", "desc": "" },
720
+ { "mask": "+7(39550)#-##-##", "region": "Иркутская область", "city": "Шелехов", "operator": "", "desc": "" },
721
+ { "mask": "+7(39551)#-##-##", "region": "Иркутская область", "city": "Жигалово", "operator": "", "desc": "" },
722
+ { "mask": "+7(39552)#-##-##", "region": "Иркутская область", "city": "Залари", "operator": "", "desc": "" },
723
+ { "mask": "+7(39553)#-##-##", "region": "Иркутская область", "city": "Саянск", "operator": "", "desc": "" },
724
+ { "mask": "+7(39554)#-##-##", "region": "Иркутская область", "city": "Зима", "operator": "", "desc": "" },
725
+ { "mask": "+7(39557)#-##-##", "region": "Иркутская область", "city": "Нижнеудинск", "operator": "", "desc": "" },
726
+ { "mask": "+7(39558)#-##-##", "region": "Иркутская область", "city": "Ольхонск", "operator": "", "desc": "" },
727
+ { "mask": "+7(39559)#-##-##", "region": "Иркутская область", "city": "Еланцы", "operator": "", "desc": "" },
728
+ { "mask": "+7(39560)#-##-##", "region": "Иркутская область", "city": "Ербогачен", "operator": "", "desc": "" },
729
+ { "mask": "+7(39561)#-##-##", "region": "Иркутская область", "city": "Бодайбо", "operator": "", "desc": "" },
730
+ { "mask": "+7(39562)#-##-##", "region": "Иркутская область", "city": "Казачинское", "operator": "", "desc": "" },
731
+ { "mask": "+7(39563)#-##-##", "region": "Иркутская область", "city": "Тайшет", "operator": "", "desc": "" },
732
+ { "mask": "+7(39564)#-##-##", "region": "Иркутская область", "city": "Кутулик", "operator": "", "desc": "" },
733
+ { "mask": "+7(39565)#-##-##", "region": "Иркутская область", "city": "Усть-Кут", "operator": "", "desc": "" },
734
+ { "mask": "+7(39566)#-##-##", "region": "Иркутская область", "city": "Железногорск-Илимский", "operator": "", "desc": "" },
735
+ { "mask": "+7(39567)#-##-##", "region": "Иркутская область", "city": "Чунский", "operator": "", "desc": "" },
736
+ { "mask": "+7(39568)#-##-##", "region": "Иркутская область", "city": "Киренск", "operator": "", "desc": "" },
737
+ { "mask": "+7(39569)#-##-##", "region": "Иркутская область", "city": "Мама", "operator": "", "desc": "" },
738
+ { "mask": "+7(401)###-##-##", "region": "Калининградская область", "city": "", "operator": "", "desc": "" },
739
+ { "mask": "+7(4012)##-##-##", "region": "Калининградская область", "city": "Калининград", "operator": "", "desc": "" },
740
+ { "mask": "+7(40141)#-##-##", "region": "Калининградская область", "city": "Черняховск", "operator": "", "desc": "" },
741
+ { "mask": "+7(40142)#-##-##", "region": "Калининградская область", "city": "Озёрск", "operator": "", "desc": "" },
742
+ { "mask": "+7(40143)#-##-##", "region": "Калининградская область", "city": "Гусев", "operator": "", "desc": "" },
743
+ { "mask": "+7(40144)#-##-##", "region": "Калининградская область", "city": "Нестеров", "operator": "", "desc": "" },
744
+ { "mask": "+7(40145)#-##-##", "region": "Калининградская область", "city": "Балтийск", "operator": "", "desc": "" },
745
+ { "mask": "+7(40150)#-##-##", "region": "Калининградская область", "city": "Зеленоградск", "operator": "", "desc": "" },
746
+ { "mask": "+7(40151)#-##-##", "region": "Калининградская область", "city": "Гурьевск", "operator": "", "desc": "" },
747
+ { "mask": "+7(40152)#-##-##", "region": "Калининградская область", "city": "Светлый", "operator": "", "desc": "" },
748
+ { "mask": "+7(40153)#-##-##", "region": "Калининградская область", "city": "Светлогорск", "operator": "", "desc": "" },
749
+ { "mask": "+7(40155)#-##-##", "region": "Калининградская область", "city": "Пионерский", "operator": "", "desc": "" },
750
+ { "mask": "+7(40156)#-##-##", "region": "Калининградская область", "city": "Багратионовск", "operator": "", "desc": "" },
751
+ { "mask": "+7(40157)#-##-##", "region": "Калининградская область", "city": "Правдинск", "operator": "", "desc": "" },
752
+ { "mask": "+7(40158)#-##-##", "region": "Калининградская область", "city": "Полесск", "operator": "", "desc": "" },
753
+ { "mask": "+7(40159)#-##-##", "region": "Калининградская область", "city": "Гвардейск", "operator": "", "desc": "" },
754
+ { "mask": "+7(40161)#-##-##", "region": "Калининградская область", "city": "Советск", "operator": "", "desc": "" },
755
+ { "mask": "+7(40162)#-##-##", "region": "Калининградская область", "city": "Неман", "operator": "", "desc": "" },
756
+ { "mask": "+7(40163)#-##-##", "region": "Калининградская область", "city": "Славск", "operator": "", "desc": "" },
757
+ { "mask": "+7(40164)#-##-##", "region": "Калининградская область", "city": "Краснознаменск", "operator": "", "desc": "" },
758
+ { "mask": "+7(411)###-##-##", "region": "Якутия", "city": "", "operator": "", "desc": "" },
759
+ { "mask": "+7(4112)##-##-##", "region": "Якутия", "city": "Якутск", "operator": "", "desc": "" },
760
+ { "mask": "+7(41131)#-##-##", "region": "Якутия", "city": "Бердигестях", "operator": "", "desc": "" },
761
+ { "mask": "+7(41132)#-##-##", "region": "Якутия", "city": "Вилюйск", "operator": "", "desc": "" },
762
+ { "mask": "+7(41133)#-##-##", "region": "Якутия", "city": "Верхневилюйск", "operator": "", "desc": "" },
763
+ { "mask": "+7(41134)#-##-##", "region": "Якутия", "city": "Нюрба", "operator": "", "desc": "" },
764
+ { "mask": "+7(41135)#-##-##", "region": "Якутия", "city": "Сунтар", "operator": "", "desc": "" },
765
+ { "mask": "+7(41136)#-##-##", "region": "Якутия", "city": "Мирный", "operator": "", "desc": "" },
766
+ { "mask": "+7(41137)#-##-##", "region": "Якутия", "city": "Ленск", "operator": "", "desc": "" },
767
+ { "mask": "+7(41138)#-##-##", "region": "Якутия", "city": "Олёкминск", "operator": "", "desc": "" },
768
+ { "mask": "+7(41140)#-##-##", "region": "Якутия", "city": "Солнечный", "operator": "", "desc": "" },
769
+ { "mask": "+7(41141)#-##-##", "region": "Якутия", "city": "Усть-Мая", "operator": "", "desc": "" },
770
+ { "mask": "+7(41142)#-##-##", "region": "Якутия", "city": "Амга", "operator": "", "desc": "" },
771
+ { "mask": "+7(41143)#-##-##", "region": "Якутия", "city": "Майя", "operator": "", "desc": "" },
772
+ { "mask": "+7(41144)#-##-##", "region": "Якутия", "city": "Покровск", "operator": "", "desc": "" },
773
+ { "mask": "+7(41145)#-##-##", "region": "Якутия", "city": "Алдан", "operator": "", "desc": "" },
774
+ { "mask": "+7(41147)#-##-##", "region": "Якутия", "city": "Нерюнгри", "operator": "", "desc": "" },
775
+ { "mask": "+7(41150)#-##-##", "region": "Якутия", "city": "Хонуу", "operator": "", "desc": "" },
776
+ { "mask": "+7(41151)#-##-##", "region": "Якутия", "city": "Чурапча", "operator": "", "desc": "" },
777
+ { "mask": "+7(41152)#-##-##", "region": "Якутия", "city": "Ытык-Кюёль", "operator": "", "desc": "" },
778
+ { "mask": "+7(41153)#-##-##", "region": "Якутия", "city": "Хандыга", "operator": "", "desc": "" },
779
+ { "mask": "+7(41154)#-##-##", "region": "Якутия", "city": "Усть-Нера", "operator": "", "desc": "" },
780
+ { "mask": "+7(41155)#-##-##", "region": "Якутия", "city": "Зырянка", "operator": "", "desc": "" },
781
+ { "mask": "+7(41156)#-##-##", "region": "Якутия", "city": "Среднеколымск", "operator": "", "desc": "" },
782
+ { "mask": "+7(41157)#-##-##", "region": "Якутия", "city": "Черский", "operator": "", "desc": "" },
783
+ { "mask": "+7(41158)#-##-##", "region": "Якутия", "city": "Чокурдах", "operator": "", "desc": "" },
784
+ { "mask": "+7(41159)#-##-##", "region": "Якутия", "city": "Белая Гора", "operator": "", "desc": "" },
785
+ { "mask": "+7(41160)#-##-##", "region": "Якутия", "city": "Батагай-Алыта", "operator": "", "desc": "" },
786
+ { "mask": "+7(41161)#-##-##", "region": "Якутия", "city": "Борогонцы", "operator": "", "desc": "" },
787
+ { "mask": "+7(41162)#-##-##", "region": "Якутия", "city": "Намцы", "operator": "", "desc": "" },
788
+ { "mask": "+7(41163)#-##-##", "region": "Якутия", "city": "Сангар", "operator": "", "desc": "" },
789
+ { "mask": "+7(41164)#-##-##", "region": "Якутия", "city": "Жиганск", "operator": "", "desc": "" },
790
+ { "mask": "+7(41165)#-##-##", "region": "Якутия", "city": "Батагай", "operator": "", "desc": "" },
791
+ { "mask": "+7(41166)#-##-##", "region": "Якутия", "city": "Депутатский", "operator": "", "desc": "" },
792
+ { "mask": "+7(41167)#-##-##", "region": "Якутия", "city": "Тикси", "operator": "", "desc": "" },
793
+ { "mask": "+7(41168)#-##-##", "region": "Якутия", "city": "Саскылах", "operator": "", "desc": "" },
794
+ { "mask": "+7(41169)#-##-##", "region": "Якутия", "city": "Оленёк", "operator": "", "desc": "" },
795
+ { "mask": "+7(413)###-##-##", "region": "Магаданская область", "city": "", "operator": "", "desc": "" },
796
+ { "mask": "+7(4132)##-##-##", "region": "Магаданская область", "city": "Магадан", "operator": "", "desc": "" },
797
+ { "mask": "+7(41341)#-##-##", "region": "Магаданская область", "city": "Ола", "operator": "", "desc": "" },
798
+ { "mask": "+7(41342)#-##-##", "region": "Магаданская область", "city": "Палатка", "operator": "", "desc": "" },
799
+ { "mask": "+7(41343)#-##-##", "region": "Магаданская область", "city": "Ягодное", "operator": "", "desc": "" },
800
+ { "mask": "+7(41344)#-##-##", "region": "Магаданская область", "city": "Усть-Омчуг", "operator": "", "desc": "" },
801
+ { "mask": "+7(41345)#-##-##", "region": "Магаданская область", "city": "Сусуман", "operator": "", "desc": "" },
802
+ { "mask": "+7(41346)#-##-##", "region": "Магаданская область", "city": "Омсукчан", "operator": "", "desc": "" },
803
+ { "mask": "+7(41347)#-##-##", "region": "Магаданская область", "city": "Сеймчан", "operator": "", "desc": "" },
804
+ { "mask": "+7(41348)#-##-##", "region": "Магаданская область", "city": "Эвенск", "operator": "", "desc": "" },
805
+ { "mask": "+7(415)###-##-##", "region": "Камчатский край", "city": "", "operator": "", "desc": "" },
806
+ { "mask": "+7(4152)##-##-##", "region": "Камчатский край", "city": "Петропавловск-Камчатский", "operator": "", "desc": "" },
807
+ { "mask": "+7(41531)#-##-##", "region": "Камчатский край", "city": "Елизово", "operator": "", "desc": "" },
808
+ { "mask": "+7(41532)#-##-##", "region": "Камчатский край", "city": "Усть-Большерецк", "operator": "", "desc": "" },
809
+ { "mask": "+7(41533)#-##-##", "region": "Камчатский край", "city": "Мильково", "operator": "", "desc": "" },
810
+ { "mask": "+7(41534)#-##-##", "region": "Камчатский край", "city": "Усть-Камчатск", "operator": "", "desc": "" },
811
+ { "mask": "+7(41535)#-##-##", "region": "Камчатский край", "city": "Вилючинск", "operator": "", "desc": "" },
812
+ { "mask": "+7(41536)#-##-##", "region": "Камчатский край", "city": "Соболево", "operator": "", "desc": "" },
813
+ { "mask": "+7(41537)#-##-##", "region": "Камчатский край", "city": "Тигиль", "operator": "", "desc": "" },
814
+ { "mask": "+7(41538)#-##-##", "region": "Камчатский край", "city": "Вилючинск-3", "operator": "", "desc": "" },
815
+ { "mask": "+7(41539)#-##-##", "region": "Камчатский край", "city": "Усть-Хайрюзово", "operator": "", "desc": "" },
816
+ { "mask": "+7(41541)#-##-##", "region": "Камчатский край", "city": "Ключи", "operator": "", "desc": "" },
817
+ { "mask": "+7(41542)#-##-##", "region": "Камчатский край", "city": "Эссо", "operator": "", "desc": "" },
818
+ { "mask": "+7(41543)#-##-##", "region": "Камчатский край", "city": "Палана", "operator": "", "desc": "" },
819
+ { "mask": "+7(41544)#-##-##", "region": "Камчатский край", "city": "Тиличики", "operator": "", "desc": "" },
820
+ { "mask": "+7(41545)#-##-##", "region": "Камчатский край", "city": "Оссора", "operator": "", "desc": "" },
821
+ { "mask": "+7(41546)#-##-##", "region": "Камчатский край", "city": "Каменское", "operator": "", "desc": "" },
822
+ { "mask": "+7(41547)#-##-##", "region": "Камчатский край", "city": "Никольское", "operator": "", "desc": "" },
823
+ { "mask": "+7(41548)#-##-##", "region": "Камчатский край", "city": "Козыревск", "operator": "", "desc": "" },
824
+ { "mask": "+7(416)###-##-##", "region": "Амурская область", "city": "", "operator": "", "desc": "" },
825
+ { "mask": "+7(4162)##-##-##", "region": "Амурская область", "city": ["Благовещенск", "Благовещенский район"], "operator": "", "desc": "" },
826
+ { "mask": "+7(41631)2-0#-##", "region": "Амурская область", "city": "Ивановский район", "operator": "Транссвязьтелеком", "desc": "" },
827
+ { "mask": "+7(41632)3-0#-##", "region": "Амурская область", "city": "Октябрьский район", "operator": "Транссвязьтелеком", "desc": "" },
828
+ { "mask": "+7(41633)3-0#-##", "region": "Амурская область", "city": "Райчихинск", "operator": "Транссвязьтелеком", "desc": "" },
829
+ { "mask": "+7(41634)#-##-##", "region": "Амурская область", "city": "Бурейский район", "operator": "", "desc": "" },
830
+ { "mask": "+7(41636)#-##-##", "region": "Амурская область", "city": "Завитинский район", "operator": "", "desc": "" },
831
+ { "mask": "+7(41637)#-##-##", "region": "Амурская область", "city": "Михайловский район", "operator": "", "desc": "" },
832
+ { "mask": "+7(41638)#-##-##", "region": "Амурская область", "city": "Тамбовский район", "operator": "", "desc": "" },
833
+ { "mask": "+7(41639)#-##-##", "region": "Амурская область", "city": "Константиновский район", "operator": "", "desc": "" },
834
+ { "mask": "+7(41641)#-##-##", "region": "Амурская область", "city": "Белогорский район", "operator": "", "desc": "" },
835
+ { "mask": "+7(41642)#-##-##", "region": "Амурская область", "city": "Серышевский район", "operator": "", "desc": "" },
836
+ { "mask": "+7(41643)#-##-##", "region": "Амурская область", "city": "Свободненский район", "operator": "", "desc": "" },
837
+ { "mask": "+7(41644)#-##-##", "region": "Амурская область", "city": "Мазановский район", "operator": "", "desc": "" },
838
+ { "mask": "+7(41645)#-##-##", "region": "Амурская область", "city": "Ромненский район", "operator": "", "desc": "" },
839
+ { "mask": "+7(41646)#-##-##", "region": "Амурская область", "city": "Селемджинский район", "operator": "", "desc": "" },
840
+ { "mask": "+7(41647)#-##-##", "region": "Амурская область", "city": "Райчихинск", "operator": "", "desc": "" },
841
+ { "mask": "+7(41648)#-##-##", "region": "Амурская область", "city": "Архаринский район", "operator": "", "desc": "" },
842
+ { "mask": "+7(41649)#-##-##", "region": "Амурская область", "city": "Ивановский район", "operator": "", "desc": "" },
843
+ { "mask": "+7(41651)#-##-##", "region": "Амурская область", "city": "Шимановский район", "operator": "", "desc": "" },
844
+ { "mask": "+7(41652)#-##-##", "region": "Амурская область", "city": "Октябрьский район", "operator": "", "desc": "" },
845
+ { "mask": "+7(41653)#-##-##", "region": "Амурская область", "city": "Магдагачинский район", "operator": "", "desc": "" },
846
+ { "mask": "+7(41654)#-##-##", "region": "Амурская область", "city": "Сковородинский район", "operator": "", "desc": "" },
847
+ { "mask": "+7(41655)#-##-##", "region": "Амурская область", "city": "Селемджинский район", "operator": "", "desc": "" },
848
+ { "mask": "+7(41656)#-##-##", "region": "Амурская область", "city": "Тындинский район", "operator": "", "desc": "" },
849
+ { "mask": "+7(41658)#-##-##", "region": "Амурская область", "city": "Зейский район", "operator": "", "desc": "" },
850
+ { "mask": "+7(421)###-##-##", "region": "Хабаровский край", "city": "", "operator": "", "desc": "" },
851
+ { "mask": "+7(4212)##-##-##", "region": "Хабаровский край", "city": "Хабаровск", "operator": "", "desc": "" },
852
+ { "mask": "+7(42135)#-##-##", "region": "Хабаровский край", "city": "Николаевск-на-Амуре", "operator": "", "desc": "" },
853
+ { "mask": "+7(42137)#-##-##", "region": "Хабаровский край", "city": "Ванино", "operator": "", "desc": "" },
854
+ { "mask": "+7(42138)#-##-##", "region": "Хабаровский край", "city": "Советская Гавань", "operator": "", "desc": "" },
855
+ { "mask": "+7(42141)#-##-##", "region": "Хабаровский край", "city": "Охотск", "operator": "", "desc": "" },
856
+ { "mask": "+7(42142)#-##-##", "region": "Хабаровский край", "city": "Амурск", "operator": "", "desc": "" },
857
+ { "mask": "+7(42143)#-##-##", "region": "Хабаровский край", "city": "Чумикан", "operator": "", "desc": "" },
858
+ { "mask": "+7(42144)#-##-##", "region": "Хабаровский край", "city": "им. Полины Осипенко", "operator": "", "desc": "" },
859
+ { "mask": "+7(42146)#-##-##", "region": "Хабаровский край", "city": "Солнечный", "operator": "", "desc": "" },
860
+ { "mask": "+7(42147)#-##-##", "region": "Хабаровский край", "city": "Аян", "operator": "", "desc": "" },
861
+ { "mask": "+7(42149)#-##-##", "region": "Хабаровский край", "city": "Чегдомын", "operator": "", "desc": "" },
862
+ { "mask": "+7(42151)#-##-##", "region": "Хабаровский край", "city": "Богородское", "operator": "", "desc": "" },
863
+ { "mask": "+7(42153)#-##-##", "region": "Хабаровский край", "city": "Вяземский", "operator": "", "desc": "" },
864
+ { "mask": "+7(42154)#-##-##", "region": "Хабаровский край", "city": "Переяславка", "operator": "", "desc": "" },
865
+ { "mask": "+7(42155)#-##-##", "region": "Хабаровский край", "city": "Бикин", "operator": "", "desc": "" },
866
+ { "mask": "+7(42156)#-##-##", "region": "Хабаровский край", "city": "Троицкое", "operator": "", "desc": "" },
867
+ { "mask": "+7(4217)##-##-##", "region": "Хабаровский край", "city": "Комсомольск-на-Амуре", "operator": "", "desc": "" },
868
+ { "mask": "+7(423)###-##-##", "region": "Приморский край", "city": "Владивосток", "operator": "", "desc": "" },
869
+ { "mask": "+7(42331)#-##-##", "region": "Приморский край", "city": "Славянка", "operator": "", "desc": "" },
870
+ { "mask": "+7(42334)#-##-##", "region": "Приморский край", "city": ["Вольно-Надеждинское", "Раздольное"], "operator": "", "desc": "" },
871
+ { "mask": "+7(42335)#-##-##", "region": "Приморский край", "city": "Большой Камень", "operator": "", "desc": "" },
872
+ { "mask": "+7(42337)#-##-##", "region": "Приморский край", "city": "Артем", "operator": "", "desc": "" },
873
+ { "mask": "+7(42339)#-##-##", "region": "Приморский край", "city": "Фокино", "operator": "", "desc": "" },
874
+ { "mask": "+7(4234)##-##-##", "region": "Приморский край", "city": "Уссурийск", "operator": "", "desc": "" },
875
+ { "mask": "+7(42344)#-##-##", "region": "Приморский край", "city": "Покровка", "operator": "", "desc": "" },
876
+ { "mask": "+7(42345)#-##-##", "region": "Приморский край", "city": "Пограничный", "operator": "", "desc": "" },
877
+ { "mask": "+7(42346)#-##-##", "region": "Приморский край", "city": "Михайловка", "operator": "", "desc": "" },
878
+ { "mask": "+7(42347)#-##-##", "region": "Приморский край", "city": "Хороль", "operator": "", "desc": "" },
879
+ { "mask": "+7(42349)#-##-##", "region": "Приморский край", "city": "Камень-Рыболов", "operator": "", "desc": "" },
880
+ { "mask": "+7(42351)#-##-##", "region": "Приморский край", "city": "Черниговка", "operator": "", "desc": "" },
881
+ { "mask": "+7(42352)#-##-##", "region": "Приморский край", "city": "Спасск-Дальний", "operator": "", "desc": "" },
882
+ { "mask": "+7(42354)#-##-##", "region": "Приморский край", "city": "Кировский", "operator": "", "desc": "" },
883
+ { "mask": "+7(42355)#-##-##", "region": "Приморский край", "city": "Лесозаводск", "operator": "", "desc": "" },
884
+ { "mask": "+7(42356)#-##-##", "region": "Приморский край", "city": "Дальнереченск", "operator": "", "desc": "" },
885
+ { "mask": "+7(42357)#-##-##", "region": "Приморский край", "city": "Лучегорск", "operator": "", "desc": "" },
886
+ { "mask": "+7(42359)#-##-##", "region": "Приморский край", "city": "Новопокровка", "operator": "", "desc": "" },
887
+ { "mask": "+7(4236)##-##-##", "region": "Приморский край", "city": ["Находка", "Порт Восточный"], "operator": "", "desc": "" },
888
+ { "mask": "+7(42361)#-##-##", "region": "Приморский край", "city": "Арсеньев", "operator": "", "desc": "" },
889
+ { "mask": "+7(42362)#-##-##", "region": "Приморский край", "city": "Анучино", "operator": "", "desc": "" },
890
+ { "mask": "+7(42363)#-##-##", "region": "Приморский край", "city": "Партизанск", "operator": "", "desc": "" },
891
+ { "mask": "+7(42365)#-##-##", "region": "Приморский край", "city": "Владимиро-Александровское", "operator": "", "desc": "" },
892
+ { "mask": "+7(42371)#-##-##", "region": "Приморский край", "city": "Яковлевка", "operator": "", "desc": "" },
893
+ { "mask": "+7(42372)#-##-##", "region": "Приморский край", "city": "Чугуевка", "operator": "", "desc": "" },
894
+ { "mask": "+7(42373)#-##-##", "region": "Приморский край", "city": "Дальнегорск", "operator": "", "desc": "" },
895
+ { "mask": "+7(42374)#-##-##", "region": "Приморский край", "city": "Терней", "operator": "", "desc": "" },
896
+ { "mask": "+7(42375)#-##-##", "region": "Приморский край", "city": "Кавалерово", "operator": "", "desc": "" },
897
+ { "mask": "+7(42376)#-##-##", "region": "Приморский край", "city": "Ольга", "operator": "", "desc": "" },
898
+ { "mask": "+7(42377)#-##-##", "region": "Приморский край", "city": "Лазо", "operator": "", "desc": "" },
899
+ { "mask": "+7(424)###-##-##", "region": "Сахалинская область", "city": "", "operator": "", "desc": "" },
900
+ { "mask": "+7(4242)##-##-##", "region": "Сахалинская область", "city": "Южно-Сахалинск", "operator": "", "desc": "" },
901
+ { "mask": "+7(42431)#-##-##", "region": "Сахалинская область", "city": "Поронайск", "operator": "", "desc": "" },
902
+ { "mask": "+7(42432)#-##-##", "region": "Сахалинская область", "city": "Углегорск", "operator": "", "desc": "" },
903
+ { "mask": "+7(42433)#-##-##", "region": "Сахалинская область", "city": "Холмск", "operator": "", "desc": "" },
904
+ { "mask": "+7(42434)#-##-##", "region": "Сахалинская область", "city": "Александровск-Сахалинский", "operator": "", "desc": "" },
905
+ { "mask": "+7(42435)#-##-##", "region": "Сахалинская область", "city": "Корсаков", "operator": "", "desc": "" },
906
+ { "mask": "+7(42436)#-##-##", "region": "Сахалинская область", "city": "Невельск", "operator": "", "desc": "" },
907
+ { "mask": "+7(42437)#-##-##", "region": "Сахалинская область", "city": "Оха", "operator": "", "desc": "" },
908
+ { "mask": "+7(42441)#-##-##", "region": "Сахалинская область", "city": "Анива", "operator": "", "desc": "" },
909
+ { "mask": "+7(42442)#-##-##", "region": "Сахалинская область", "city": "Долинск", "operator": "", "desc": "" },
910
+ { "mask": "+7(42443)#-##-##", "region": "Сахалинская область", "city": "Макаров", "operator": "", "desc": "" },
911
+ { "mask": "+7(42444)#-##-##", "region": "Сахалинская область", "city": "Ноглики", "operator": "", "desc": "" },
912
+ { "mask": "+7(42446)#-##-##", "region": "Сахалинская область", "city": "Томари", "operator": "", "desc": "" },
913
+ { "mask": "+7(42447)#-##-##", "region": "Сахалинская область", "city": "Тымовское", "operator": "", "desc": "" },
914
+ { "mask": "+7(42452)#-##-##", "region": "Сахалинская область", "city": "Смирных", "operator": "", "desc": "" },
915
+ { "mask": "+7(42453)#-##-##", "region": "Сахалинская область", "city": "Северо-Курильск", "operator": "", "desc": "" },
916
+ { "mask": "+7(42454)#-##-##", "region": "Сахалинская область", "city": "Курильск", "operator": "", "desc": "" },
917
+ { "mask": "+7(42455)#-##-##", "region": "Сахалинская область", "city": "Южно-Курильск", "operator": "", "desc": "" },
918
+ { "mask": "+7(426)###-##-##", "region": "Еврейская автономная область", "city": "", "operator": "", "desc": "" },
919
+ { "mask": "+7(42622)#-##-##", "region": "Еврейская автономная область", "city": "Биробиджан", "operator": "", "desc": "" },
920
+ { "mask": "+7(42632)#-##-##", "region": "Еврейская автономная область", "city": "Смидович", "operator": "", "desc": "" },
921
+ { "mask": "+7(42663)#-##-##", "region": "Еврейская автономная область", "city": "Ленинское", "operator": "", "desc": "" },
922
+ { "mask": "+7(42665)#-##-##", "region": "Еврейская автономная область", "city": "Амурзет", "operator": "", "desc": "" },
923
+ { "mask": "+7(42666)#-##-##", "region": "Еврейская автономная область", "city": "Облучье", "operator": "", "desc": "" },
924
+ { "mask": "+7(427)###-##-##", "region": "Чукотский автономный округ", "city": "", "operator": "", "desc": "" },
925
+ { "mask": "+7(42722)#-##-##", "region": "Чукотский автономный округ", "city": "Анадырь", "operator": "", "desc": "" },
926
+ { "mask": "+7(42732)#-##-##", "region": "Чукотский автономный округ", "city": "Угольные Копи", "operator": "", "desc": "" },
927
+ { "mask": "+7(42733)#-##-##", "region": "Чукотский автономный округ", "city": "Беринговский", "operator": "", "desc": "" },
928
+ { "mask": "+7(42734)#-##-##", "region": "Чукотский автономный округ", "city": "Эгвекинот", "operator": "", "desc": "" },
929
+ { "mask": "+7(42735)#-##-##", "region": "Чукотский автономный округ", "city": "Провидения", "operator": "", "desc": "" },
930
+ { "mask": "+7(42736)#-##-##", "region": "Чукотский автономный округ", "city": "Лаврентия", "operator": "", "desc": "" },
931
+ { "mask": "+7(42737)#-##-##", "region": "Чукотский автономный округ", "city": "Певек", "operator": "", "desc": "" },
932
+ { "mask": "+7(42738)#-##-##", "region": "Чукотский автономный округ", "city": "Билибино", "operator": "", "desc": "" },
933
+ { "mask": "+7(42739)#-##-##", "region": "Чукотский автономный округ", "city": "Мыс Шмидта", "operator": "", "desc": "" },
934
+ { "mask": "+7(471)###-##-##", "region": "Курская область", "city": "", "operator": "", "desc": "" },
935
+ { "mask": "+7(4712)##-##-##", "region": "Курская область", "city": "Курск", "operator": "", "desc": "" },
936
+ { "mask": "+7(47131)#-##-##", "region": "Курская область", "city": "Курчатов", "operator": "", "desc": "" },
937
+ { "mask": "+7(47132)#-##-##", "region": "Курская область", "city": "Глушково", "operator": "", "desc": "" },
938
+ { "mask": "+7(47133)#-##-##", "region": "Курская область", "city": "Горшечное", "operator": "", "desc": "" },
939
+ { "mask": "+7(47134)#-##-##", "region": "Курская область", "city": "Пристень", "operator": "", "desc": "" },
940
+ { "mask": "+7(47135)#-##-##", "region": "Курская область", "city": "Поныри", "operator": "", "desc": "" },
941
+ { "mask": "+7(47136)#-##-##", "region": "Курская область", "city": "Большое Солдатское", "operator": "", "desc": "" },
942
+ { "mask": "+7(47137)#-##-##", "region": "Курская область", "city": "Хомутовка", "operator": "", "desc": "" },
943
+ { "mask": "+7(47140)#-##-##", "region": "Курская область", "city": "Льгов", "operator": "", "desc": "" },
944
+ { "mask": "+7(47141)#-##-##", "region": "Курская область", "city": "Обоянь", "operator": "", "desc": "" },
945
+ { "mask": "+7(47142)#-##-##", "region": "Курская область", "city": "Прямицыно", "operator": "", "desc": "" },
946
+ { "mask": "+7(47143)#-##-##", "region": "Курская область", "city": "Суджа", "operator": "", "desc": "" },
947
+ { "mask": "+7(47144)#-##-##", "region": "Курская область", "city": "Фатеж", "operator": "", "desc": "" },
948
+ { "mask": "+7(47145)#-##-##", "region": "Курская область", "city": "Щигры", "operator": "", "desc": "" },
949
+ { "mask": "+7(47146)#-##-##", "region": "Курская область", "city": "Медвенка", "operator": "", "desc": "" },
950
+ { "mask": "+7(47147)#-##-##", "region": "Курская область", "city": "Коренево", "operator": "", "desc": "" },
951
+ { "mask": "+7(47148)#-##-##", "region": "Курская область", "city": "Железногорск", "operator": "", "desc": "" },
952
+ { "mask": "+7(47149)#-##-##", "region": "Курская область", "city": "Белая", "operator": "", "desc": "" },
953
+ { "mask": "+7(47150)#-##-##", "region": "Курская область", "city": "Дмитриев-Льговский", "operator": "", "desc": "" },
954
+ { "mask": "+7(47151)#-##-##", "region": "Курская область", "city": "Золотухино", "operator": "", "desc": "" },
955
+ { "mask": "+7(47152)#-##-##", "region": "Курская область", "city": "Рыльск", "operator": "", "desc": "" },
956
+ { "mask": "+7(47153)#-##-##", "region": "Курская область", "city": "Тим", "operator": "", "desc": "" },
957
+ { "mask": "+7(47154)#-##-##", "region": "Курская область", "city": "Солнцево", "operator": "", "desc": "" },
958
+ { "mask": "+7(47155)#-##-##", "region": "Курская область", "city": "Мантурово", "operator": "", "desc": "" },
959
+ { "mask": "+7(47156)#-##-##", "region": "Курская область", "city": "Конышевка", "operator": "", "desc": "" },
960
+ { "mask": "+7(47157)#-##-##", "region": "Курская область", "city": "Касторное", "operator": "", "desc": "" },
961
+ { "mask": "+7(47158)#-##-##", "region": "Курская область", "city": "Кшенский", "operator": "", "desc": "" },
962
+ { "mask": "+7(47159)#-##-##", "region": "Курская область", "city": "Черемисиново", "operator": "", "desc": "" },
963
+ { "mask": "+7(472)###-##-##", "region": "Белгородская область", "city": "", "operator": "", "desc": "" },
964
+ { "mask": "+7(4722)##-##-##", "region": "Белгородская область", "city": "Белгород", "operator": "", "desc": "" },
965
+ { "mask": "+7(47231)#-##-##", "region": "Белгородская область", "city": "Короча", "operator": "", "desc": "" },
966
+ { "mask": "+7(47232)#-##-##", "region": "Белгородская область", "city": "Чернянка", "operator": "", "desc": "" },
967
+ { "mask": "+7(47233)#-##-##", "region": "Белгородская область", "city": "Новый Оскол", "operator": "", "desc": "" },
968
+ { "mask": "+7(47234)#-##-##", "region": "Белгородская область", "city": "Алексеевка", "operator": "", "desc": "" },
969
+ { "mask": "+7(47235)#-##-##", "region": "Белгородская область", "city": "Волоконовка", "operator": "", "desc": "" },
970
+ { "mask": "+7(47236)#-##-##", "region": "Белгородская область", "city": "Валуйки", "operator": "", "desc": "" },
971
+ { "mask": "+7(47237)#-##-##", "region": "Белгородская область", "city": "Вейделевка", "operator": "", "desc": "" },
972
+ { "mask": "+7(47238)#-##-##", "region": "Белгородская область", "city": "Ровеньки", "operator": "", "desc": "" },
973
+ { "mask": "+7(47241)#-##-##", "region": "Белгородская область", "city": "Губкин", "operator": "", "desc": "" },
974
+ { "mask": "+7(47242)#-##-##", "region": "Белгородская область", "city": "Прохоровка", "operator": "", "desc": "" },
975
+ { "mask": "+7(47243)#-##-##", "region": "Белгородская область", "city": "Ивня", "operator": "", "desc": "" },
976
+ { "mask": "+7(47244)#-##-##", "region": "Белгородская область", "city": "Строитель", "operator": "", "desc": "" },
977
+ { "mask": "+7(47245)#-##-##", "region": "Белгородская область", "city": "Ракитное", "operator": "", "desc": "" },
978
+ { "mask": "+7(47246)#-##-##", "region": "Белгородская область", "city": "Борисовка", "operator": "", "desc": "" },
979
+ { "mask": "+7(47247)#-##-##", "region": "Белгородская область", "city": "Красногвардейское", "operator": "", "desc": "" },
980
+ { "mask": "+7(47248)#-##-##", "region": "Белгородская область", "city": "Шебекино", "operator": "", "desc": "" },
981
+ { "mask": "+7(4725)##-##-##", "region": "Белгородская область", "city": "Старый Оскол", "operator": "", "desc": "" },
982
+ { "mask": "+7(47261)#-##-##", "region": "Белгородская область", "city": "Грайворон", "operator": "", "desc": "" },
983
+ { "mask": "+7(47262)#-##-##", "region": "Белгородская область", "city": "Красное", "operator": "", "desc": "" },
984
+ { "mask": "+7(47263)#-##-##", "region": "Белгородская область", "city": "Красная Яруга", "operator": "", "desc": "" },
985
+ { "mask": "+7(473)###-##-##", "region": "Воронежская область", "city": "Воронеж", "operator": "", "desc": "" },
986
+ { "mask": "+7(47340)#-##-##", "region": "Воронежская область", "city": "Рамонь", "operator": "", "desc": "" },
987
+ { "mask": "+7(47341)#-##-##", "region": "Воронежская область", "city": "Новая Усмань", "operator": "", "desc": "" },
988
+ { "mask": "+7(47342)#-##-##", "region": "Воронежская область", "city": "Каширское", "operator": "", "desc": "" },
989
+ { "mask": "+7(47343)#-##-##", "region": "Воронежская область", "city": "Верхняя Хава", "operator": "", "desc": "" },
990
+ { "mask": "+7(47344)#-##-##", "region": "Воронежская область", "city": "Панино", "operator": "", "desc": "" },
991
+ { "mask": "+7(47345)#-##-##", "region": "Воронежская область", "city": "Эртиль", "operator": "", "desc": "" },
992
+ { "mask": "+7(47346)#-##-##", "region": "Воронежская область", "city": "Анна", "operator": "", "desc": "" },
993
+ { "mask": "+7(47347)#-##-##", "region": "Воронежская область", "city": "Терновка", "operator": "", "desc": "" },
994
+ { "mask": "+7(47348)#-##-##", "region": "Воронежская область", "city": "Грибановский", "operator": "", "desc": "" },
995
+ { "mask": "+7(47350)#-##-##", "region": "Воронежская область", "city": "Бобров", "operator": "", "desc": "" },
996
+ { "mask": "+7(47352)#-##-##", "region": "Воронежская область", "city": "Таловая", "operator": "", "desc": "" },
997
+ { "mask": "+7(47353)#-##-##", "region": "Воронежская область", "city": "Новохоперск", "operator": "", "desc": "" },
998
+ { "mask": "+7(47354)#-##-##", "region": "Воронежская область", "city": "Борисоглебск", "operator": "", "desc": "" },
999
+ { "mask": "+7(47355)#-##-##", "region": "Воронежская область", "city": "Верхний Мамон", "operator": "", "desc": "" },
1000
+ { "mask": "+7(47356)#-##-##", "region": "Воронежская область", "city": "Воробьёвка", "operator": "", "desc": "" },
1001
+ { "mask": "+7(47357)#-##-##", "region": "Воронежская область", "city": "Каменка", "operator": "", "desc": "" },
1002
+ { "mask": "+7(47361)#-##-##", "region": "Воронежская область", "city": "Бутурлиновка", "operator": "", "desc": "" },
1003
+ { "mask": "+7(47362)#-##-##", "region": "Воронежская область", "city": "Павловск", "operator": "", "desc": "" },
1004
+ { "mask": "+7(47363)#-##-##", "region": "Воронежская область", "city": "Калач", "operator": "", "desc": "" },
1005
+ { "mask": "+7(47364)#-##-##", "region": "Воронежская область", "city": "Нововоронеж", "operator": "", "desc": "" },
1006
+ { "mask": "+7(47365)#-##-##", "region": "Воронежская область", "city": "Петропавловка", "operator": "", "desc": "" },
1007
+ { "mask": "+7(47366)#-##-##", "region": "Воронежская область", "city": "Богучар", "operator": "", "desc": "" },
1008
+ { "mask": "+7(47367)#-##-##", "region": "Воронежская область", "city": "Кантемировка", "operator": "", "desc": "" },
1009
+ { "mask": "+7(47370)#-##-##", "region": "Воронежская область", "city": "Нижнедевицк", "operator": "", "desc": "" },
1010
+ { "mask": "+7(47371)#-##-##", "region": "Воронежская область", "city": "Хохольский", "operator": "", "desc": "" },
1011
+ { "mask": "+7(47372)#-##-##", "region": "Воронежская область", "city": ["Семилуки", "Семилукский район"], "operator": "", "desc": "" },
1012
+ { "mask": "+7(47374)#-##-##", "region": "Воронежская область", "city": "Репьевка", "operator": "", "desc": "" },
1013
+ { "mask": "+7(47375)#-##-##", "region": "Воронежская область", "city": "Острогожск", "operator": "", "desc": "" },
1014
+ { "mask": "+7(47376)#-##-##", "region": "Воронежская область", "city": "Поворино", "operator": "", "desc": "" },
1015
+ { "mask": "+7(47391)#-##-##", "region": "Воронежская область", "city": "Лиски", "operator": "", "desc": "" },
1016
+ { "mask": "+7(47394)#-##-##", "region": "Воронежская область", "city": "Подгоренский", "operator": "", "desc": "" },
1017
+ { "mask": "+7(47395)#-##-##", "region": "Воронежская область", "city": "Ольховатка", "operator": "", "desc": "" },
1018
+ { "mask": "+7(47396)#-##-##", "region": "Воронежская область", "city": "Россошь", "operator": "", "desc": "" },
1019
+ { "mask": "+7(474)###-##-##", "region": "Липецкая область", "city": "", "operator": "", "desc": "" },
1020
+ { "mask": "+7(4742)##-##-##", "region": "Липецкая область", "city": "Липецк", "operator": "", "desc": "" },
1021
+ { "mask": "+7(47461)#-##-##", "region": "Липецкая область", "city": "Грязи", "operator": "", "desc": "" },
1022
+ { "mask": "+7(47462)#-##-##", "region": "Липецкая область", "city": "Добринка", "operator": "", "desc": "" },
1023
+ { "mask": "+7(47463)#-##-##", "region": "Липецкая область", "city": "Доброе", "operator": "", "desc": "" },
1024
+ { "mask": "+7(47464)#-##-##", "region": "Липецкая область", "city": "Лев Толстой", "operator": "", "desc": "" },
1025
+ { "mask": "+7(47465)#-##-##", "region": "Липецкая область", "city": "Данков", "operator": "", "desc": "" },
1026
+ { "mask": "+7(47466)#-##-##", "region": "Липецкая область", "city": "Лебедянь", "operator": "", "desc": "" },
1027
+ { "mask": "+7(47467)#-##-##", "region": "Липецкая область", "city": "Елец", "operator": "", "desc": "" },
1028
+ { "mask": "+7(47468)#-##-##", "region": "Липецкая область", "city": "Долгоруково", "operator": "", "desc": "" },
1029
+ { "mask": "+7(47469)#-##-##", "region": "Липецкая область", "city": "Красное", "operator": "", "desc": "" },
1030
+ { "mask": "+7(47471)#-##-##", "region": "Липецкая область", "city": "Задонск", "operator": "", "desc": "" },
1031
+ { "mask": "+7(47472)#-##-##", "region": "Липецкая область", "city": "Усмань", "operator": "", "desc": "" },
1032
+ { "mask": "+7(47473)#-##-##", "region": "Липецкая область", "city": "Волово", "operator": "", "desc": "" },
1033
+ { "mask": "+7(47474)#-##-##", "region": "Липецкая область", "city": "Тербуны", "operator": "", "desc": "" },
1034
+ { "mask": "+7(47475)#-##-##", "region": "Липецкая область", "city": "Чаплыгин", "operator": "", "desc": "" },
1035
+ { "mask": "+7(47476)#-##-##", "region": "Липецкая область", "city": "Становое", "operator": "", "desc": "" },
1036
+ { "mask": "+7(47477)#-##-##", "region": "Липецкая область", "city": "Хлевное", "operator": "", "desc": "" },
1037
+ { "mask": "+7(47478)#-##-##", "region": "Липецкая область", "city": "Измалково", "operator": "", "desc": "" },
1038
+ { "mask": "+7(475)###-##-##", "region": "Тамбовская область", "city": "", "operator": "", "desc": "" },
1039
+ { "mask": "+7(4752)##-##-##", "region": "Тамбовская область", "city": "Тамбов", "operator": "", "desc": "" },
1040
+ { "mask": "+7(47531)#-##-##", "region": "Тамбовская область", "city": "Рассказово", "operator": "", "desc": "" },
1041
+ { "mask": "+7(47532)#-##-##", "region": "Тамбовская область", "city": "Сосновка", "operator": "", "desc": "" },
1042
+ { "mask": "+7(47533)#-##-##", "region": "Тамбовская область", "city": "Моршанск", "operator": "", "desc": "" },
1043
+ { "mask": "+7(47534)#-##-##", "region": "Тамбовская область", "city": "Бондари", "operator": "", "desc": "" },
1044
+ { "mask": "+7(47535)#-##-##", "region": "Тамбовская область", "city": "Жердевка", "operator": "", "desc": "" },
1045
+ { "mask": "+7(47536)#-##-##", "region": "Тамбовская область", "city": "Дмитриевка", "operator": "", "desc": "" },
1046
+ { "mask": "+7(47537)#-##-##", "region": "Тамбовская область", "city": "Кирсанов", "operator": "", "desc": "" },
1047
+ { "mask": "+7(47541)#-##-##", "region": "Тамбовская область", "city": "Котовск", "operator": "", "desc": "" },
1048
+ { "mask": "+7(47542)#-##-##", "region": "Тамбовская область", "city": "Мордово", "operator": "", "desc": "" },
1049
+ { "mask": "+7(47543)#-##-##", "region": "Тамбовская область", "city": "Староюрьево", "operator": "", "desc": "" },
1050
+ { "mask": "+7(47544)#-##-##", "region": "Тамбовская область", "city": "Петровское", "operator": "", "desc": "" },
1051
+ { "mask": "+7(47545)#-##-##", "region": "Тамбовская область", "city": "Мичуринск", "operator": "", "desc": "" },
1052
+ { "mask": "+7(47546)#-##-##", "region": "Тамбовская область", "city": "Мучкапский", "operator": "", "desc": "" },
1053
+ { "mask": "+7(47548)#-##-##", "region": "Тамбовская область", "city": "Первомайский", "operator": "", "desc": "" },
1054
+ { "mask": "+7(47551)#-##-##", "region": "Тамбовская область", "city": "Гавриловка Вторая", "operator": "", "desc": "" },
1055
+ { "mask": "+7(47552)#-##-##", "region": "Тамбовская область", "city": "Знаменка", "operator": "", "desc": "" },
1056
+ { "mask": "+7(47553)#-##-##", "region": "Тамбовская область", "city": "Инжавино", "operator": "", "desc": "" },
1057
+ { "mask": "+7(47554)#-##-##", "region": "Тамбовская область", "city": "Пичаево", "operator": "", "desc": "" },
1058
+ { "mask": "+7(47555)#-##-##", "region": "Тамбовская область", "city": "Ржакса", "operator": "", "desc": "" },
1059
+ { "mask": "+7(47556)#-##-##", "region": "Тамбовская область", "city": "Сатинка", "operator": "", "desc": "" },
1060
+ { "mask": "+7(47557)#-##-##", "region": "Тамбовская область", "city": "Токарёвка", "operator": "", "desc": "" },
1061
+ { "mask": "+7(47558)#-##-##", "region": "Тамбовская область", "city": "Уварово", "operator": "", "desc": "" },
1062
+ { "mask": "+7(47559)#-##-##", "region": "Тамбовская область", "city": "Умёт", "operator": "", "desc": "" },
1063
+ { "mask": "+7(481)###-##-##", "region": "Смоленская область", "city": "", "operator": "", "desc": "" },
1064
+ { "mask": "+7(4812)##-##-##", "region": "Смоленская область", "city": "Смоленск", "operator": "", "desc": "" },
1065
+ { "mask": "+7(48130)#-##-##", "region": "Смоленская область", "city": "Сычевка", "operator": "", "desc": "" },
1066
+ { "mask": "+7(48131)#-##-##", "region": "Смоленская область", "city": "Вязьма", "operator": "", "desc": "" },
1067
+ { "mask": "+7(48132)#-##-##", "region": "Смоленская область", "city": "Велиж", "operator": "", "desc": "" },
1068
+ { "mask": "+7(48133)#-##-##", "region": "Смоленская область", "city": "Шумячи", "operator": "", "desc": "" },
1069
+ { "mask": "+7(48134)#-##-##", "region": "Смоленская область", "city": "Рославль", "operator": "", "desc": "" },
1070
+ { "mask": "+7(48135)#-##-##", "region": "Смоленская область", "city": "Гагарин", "operator": "", "desc": "" },
1071
+ { "mask": "+7(48136)#-##-##", "region": "Смоленская область", "city": "Тёмкино", "operator": "", "desc": "" },
1072
+ { "mask": "+7(48137)#-##-##", "region": "Смоленская область", "city": "Угра", "operator": "", "desc": "" },
1073
+ { "mask": "+7(48138)#-##-##", "region": "Смоленская область", "city": "Новодугино", "operator": "", "desc": "" },
1074
+ { "mask": "+7(48139)#-##-##", "region": "Смоленская область", "city": "Холм-Жирковский", "operator": "", "desc": "" },
1075
+ { "mask": "+7(48140)#-##-##", "region": "Смоленская область", "city": "Хиславичи", "operator": "", "desc": "" },
1076
+ { "mask": "+7(48141)#-##-##", "region": "Смоленская область", "city": "Рудня", "operator": "", "desc": "" },
1077
+ { "mask": "+7(48142)#-##-##", "region": "Смоленская область", "city": "Сафоново", "operator": "", "desc": "" },
1078
+ { "mask": "+7(48143)#-##-##", "region": "Смоленская область", "city": "Ярцево", "operator": "", "desc": "" },
1079
+ { "mask": "+7(48144)#-##-##", "region": "Смоленская область", "city": "Дорогобуж", "operator": "", "desc": "" },
1080
+ { "mask": "+7(48145)#-##-##", "region": "Смоленская область", "city": "Красный", "operator": "", "desc": "" },
1081
+ { "mask": "+7(48146)#-##-##", "region": "Смоленская область", "city": "Ельня", "operator": "", "desc": "" },
1082
+ { "mask": "+7(48147)#-##-##", "region": "Смоленская область", "city": "Демидов", "operator": "", "desc": "" },
1083
+ { "mask": "+7(48148)#-##-##", "region": "Смоленская область", "city": "Монастырщина", "operator": "", "desc": "" },
1084
+ { "mask": "+7(48149)#-##-##", "region": "Смоленская область", "city": "Починок", "operator": "", "desc": "" },
1085
+ { "mask": "+7(48153)#-##-##", "region": "Смоленская область", "city": "Десногорск", "operator": "", "desc": "" },
1086
+ { "mask": "+7(48155)#-##-##", "region": "Смоленская область", "city": "Ершичи", "operator": "", "desc": "" },
1087
+ { "mask": "+7(48165)#-##-##", "region": "Смоленская область", "city": "Глинка", "operator": "", "desc": "" },
1088
+ { "mask": "+7(48166)#-##-##", "region": "Смоленская область", "city": "Духовщина", "operator": "", "desc": "" },
1089
+ { "mask": "+7(48167)#-##-##", "region": "Смоленская область", "city": "Кардымово", "operator": "", "desc": "" },
1090
+ { "mask": "+7(482)###-##-##", "region": "Тверская область", "city": "", "operator": "", "desc": "" },
1091
+ { "mask": "+7(4822)##-##-##", "region": "Тверская область", "city": "Тверь", "operator": "", "desc": "" },
1092
+ { "mask": "+7(48230)#-##-##", "region": "Тверская область", "city": "Пено", "operator": "", "desc": "" },
1093
+ { "mask": "+7(48231)#-##-##", "region": "Тверская область", "city": "Бежецк", "operator": "", "desc": "" },
1094
+ { "mask": "+7(48232)#-##-##", "region": "Тверская область", "city": "Ржев", "operator": "", "desc": "" },
1095
+ { "mask": "+7(48233)#-##-##", "region": "Тверская область", "city": "Вышний Волочек", "operator": "", "desc": "" },
1096
+ { "mask": "+7(48234)#-##-##", "region": "Тверская область", "city": "Кашин", "operator": "", "desc": "" },
1097
+ { "mask": "+7(48235)#-##-##", "region": "Тверская область", "city": "Осташков", "operator": "", "desc": "" },
1098
+ { "mask": "+7(48236)#-##-##", "region": "Тверская область", "city": "Кимры", "operator": "", "desc": "" },
1099
+ { "mask": "+7(48237)#-##-##", "region": "Тверская область", "city": "Красный Холм", "operator": "", "desc": "" },
1100
+ { "mask": "+7(48238)#-##-##", "region": "Тверская область", "city": "Бологое", "operator": "", "desc": "" },
1101
+ { "mask": "+7(48239)#-##-##", "region": "Тверская область", "city": "Фирово", "operator": "", "desc": "" },
1102
+ { "mask": "+7(48242)#-##-##", "region": "Тверская область", "city": "Конаково", "operator": "", "desc": "" },
1103
+ { "mask": "+7(48244)#-##-##", "region": "Тверская область", "city": "Рамешки", "operator": "", "desc": "" },
1104
+ { "mask": "+7(48246)#-##-##", "region": "Тверская область", "city": "Сонково", "operator": "", "desc": "" },
1105
+ { "mask": "+7(48249)#-##-##", "region": "Тверская область", "city": "Калязин", "operator": "", "desc": "" },
1106
+ { "mask": "+7(48250)#-##-##", "region": "Тверская область", "city": "Белый", "operator": "", "desc": "" },
1107
+ { "mask": "+7(48251)#-##-##", "region": "Тверская область", "city": "Торжок", "operator": "", "desc": "" },
1108
+ { "mask": "+7(48253)#-##-##", "region": "Тверская область", "city": "Максатиха", "operator": "", "desc": "" },
1109
+ { "mask": "+7(48255)#-##-##", "region": "Тверская область", "city": "Удомля", "operator": "", "desc": "" },
1110
+ { "mask": "+7(48257)#-##-##", "region": "Тверская область", "city": "Кувшиново", "operator": "", "desc": "" },
1111
+ { "mask": "+7(48258)#-##-##", "region": "Тверская область", "city": "Оленино", "operator": "", "desc": "" },
1112
+ { "mask": "+7(48261)#-##-##", "region": "Тверская область", "city": "Лихославль", "operator": "", "desc": "" },
1113
+ { "mask": "+7(48262)#-##-##", "region": "Тверская область", "city": "Зубцов", "operator": "", "desc": "" },
1114
+ { "mask": "+7(48263)#-##-##", "region": "Тверская область", "city": "Старица", "operator": "", "desc": "" },
1115
+ { "mask": "+7(48264)#-##-##", "region": "Тверская область", "city": "Весьегонск", "operator": "", "desc": "" },
1116
+ { "mask": "+7(48265)#-##-##", "region": "Тверская область", "city": "Западная Двина", "operator": "", "desc": "" },
1117
+ { "mask": "+7(48266)#-##-##", "region": "Тверская область", "city": "Нелидово", "operator": "", "desc": "" },
1118
+ { "mask": "+7(48267)#-##-##", "region": "Тверская область", "city": "Андреаполь", "operator": "", "desc": "" },
1119
+ { "mask": "+7(48268)#-##-##", "region": "Тверская область", "city": "Торопец", "operator": "", "desc": "" },
1120
+ { "mask": "+7(48269)#-##-##", "region": "Тверская область", "city": "Селижарово", "operator": "", "desc": "" },
1121
+ { "mask": "+7(48271)#-##-##", "region": "Тверская область", "city": "Лесное", "operator": "", "desc": "" },
1122
+ { "mask": "+7(48272)#-##-##", "region": "Тверская область", "city": "Сандово", "operator": "", "desc": "" },
1123
+ { "mask": "+7(48273)#-##-##", "region": "Тверская область", "city": "Жарковский", "operator": "", "desc": "" },
1124
+ { "mask": "+7(48274)#-##-##", "region": "Тверская область", "city": "Кесова Гора", "operator": "", "desc": "" },
1125
+ { "mask": "+7(48275)#-##-##", "region": "Тверская область", "city": "Молоково", "operator": "", "desc": "" },
1126
+ { "mask": "+7(48276)#-##-##", "region": "Тверская область", "city": "Спирово", "operator": "", "desc": "" },
1127
+ { "mask": "+7(483)###-##-##", "region": "Брянская область", "city": "", "operator": "", "desc": "" },
1128
+ { "mask": "+7(4832)##-##-##", "region": "Брянская область", "city": ["Брянск", "Сельцо", "Белые Берега"], "operator": "", "desc": "" },
1129
+ { "mask": "+7(48330)#-##-##", "region": "Брянская область", "city": "Сураж", "operator": "", "desc": "" },
1130
+ { "mask": "+7(48331)#-##-##", "region": "Брянская область", "city": "Рогнедино", "operator": "", "desc": "" },
1131
+ { "mask": "+7(48332)#-##-##", "region": "Брянская область", "city": "Дубровка", "operator": "", "desc": "" },
1132
+ { "mask": "+7(48333)#-##-##", "region": "Брянская область", "city": ["Дятьково", "Фокино"], "operator": "", "desc": "" },
1133
+ { "mask": "+7(48334)#-##-##", "region": "Брянская область", "city": "Жуковка", "operator": "", "desc": "" },
1134
+ { "mask": "+7(48335)#-##-##", "region": "Брянская область", "city": "Карачев", "operator": "", "desc": "" },
1135
+ { "mask": "+7(48336)#-##-##", "region": "Брянская область", "city": "Клинцы", "operator": "", "desc": "" },
1136
+ { "mask": "+7(48338)#-##-##", "region": "Брянская область", "city": "Клетня", "operator": "", "desc": "" },
1137
+ { "mask": "+7(48339)#-##-##", "region": "Брянская область", "city": "Мглин", "operator": "", "desc": "" },
1138
+ { "mask": "+7(48340)#-##-##", "region": "Брянская область", "city": "Гордеевка", "operator": "", "desc": "" },
1139
+ { "mask": "+7(48341)#-##-##", "region": "Брянская область", "city": "Выгоничи", "operator": "", "desc": "" },
1140
+ { "mask": "+7(48342)#-##-##", "region": "Брянская область", "city": "Навля", "operator": "", "desc": "" },
1141
+ { "mask": "+7(48343)#-##-##", "region": "Брянская область", "city": "Новозыбков", "operator": "", "desc": "" },
1142
+ { "mask": "+7(48344)#-##-##", "region": "Брянская область", "city": "Жирятино", "operator": "", "desc": "" },
1143
+ { "mask": "+7(48345)#-##-##", "region": "Брянская область", "city": "Почеп", "operator": "", "desc": "" },
1144
+ { "mask": "+7(48346)#-##-##", "region": "Брянская область", "city": "Красная Гора", "operator": "", "desc": "" },
1145
+ { "mask": "+7(48347)#-##-##", "region": "Брянская область", "city": "Климово", "operator": "", "desc": "" },
1146
+ { "mask": "+7(48348)#-##-##", "region": "Брянская область", "city": "Стародуб", "operator": "", "desc": "" },
1147
+ { "mask": "+7(48349)#-##-##", "region": "Брянская область", "city": "Погар", "operator": "", "desc": "" },
1148
+ { "mask": "+7(48351)#-##-##", "region": "Брянская область", "city": "Унеча", "operator": "", "desc": "" },
1149
+ { "mask": "+7(48352)#-##-##", "region": "Брянская область", "city": "Трубчевск", "operator": "", "desc": "" },
1150
+ { "mask": "+7(48353)#-##-##", "region": "Брянская область", "city": "Суземка", "operator": "", "desc": "" },
1151
+ { "mask": "+7(48354)#-##-##", "region": "Брянская область", "city": "Локоть", "operator": "", "desc": "" },
1152
+ { "mask": "+7(48355)#-##-##", "region": "Брянская область", "city": "Комаричи", "operator": "", "desc": "" },
1153
+ { "mask": "+7(48356)#-##-##", "region": "Брянская область", "city": "Севск", "operator": "", "desc": "" },
1154
+ { "mask": "+7(48358)#-##-##", "region": "Брянская область", "city": "Злынка", "operator": "", "desc": "" },
1155
+ { "mask": "+7(484)###-##-##", "region": "Калужская область", "city": "", "operator": "", "desc": "" },
1156
+ { "mask": "+7(4842)##-##-##", "region": "Калужская область", "city": "Калуга", "operator": "", "desc": "" },
1157
+ { "mask": "+7(48431)#-##-##", "region": "Калужская область", "city": "Малоярославец", "operator": "", "desc": "" },
1158
+ { "mask": "+7(48432)#-##-##", "region": "Калужская область", "city": "Жуков", "operator": "", "desc": "" },
1159
+ { "mask": "+7(48433)#-##-##", "region": "Калужская область", "city": "Медынь", "operator": "", "desc": "" },
1160
+ { "mask": "+7(48434)#-##-##", "region": "Калужская область", "city": "Кондрово", "operator": "", "desc": "" },
1161
+ { "mask": "+7(48435)#-##-##", "region": "Калужская область", "city": "Таруса", "operator": "", "desc": "" },
1162
+ { "mask": "+7(48436)#-##-##", "region": "Калужская область", "city": "Юхнов", "operator": "", "desc": "" },
1163
+ { "mask": "+7(48437)#-##-##", "region": "Калужская область", "city": "Ферзиково", "operator": "", "desc": "" },
1164
+ { "mask": "+7(48438)2-##-##", "region": "Калужская область", "city": "Балабаново", "operator": "", "desc": "" },
1165
+ { "mask": "+7(48438)4-##-##", "region": "Калужская область", "city": "Боровск", "operator": "", "desc": "" },
1166
+ { "mask": "+7(48438)6-##-##", "region": "Калужская область", "city": "Балабаново", "operator": "", "desc": "" },
1167
+ { "mask": "+7(48439)#-##-##", "region": "Калужская область", "city": "Обнинск", "operator": "", "desc": "" },
1168
+ { "mask": "+7(48441)#-##-##", "region": "Калужская область", "city": "Перемышль", "operator": "", "desc": "" },
1169
+ { "mask": "+7(48442)#-##-##", "region": "Калужская область", "city": "Козельск", "operator": "", "desc": "" },
1170
+ { "mask": "+7(48443)#-##-##", "region": "Калужская область", "city": "Ульяново", "operator": "", "desc": "" },
1171
+ { "mask": "+7(48444)#-##-##", "region": "Калужская область", "city": "Людиново", "operator": "", "desc": "" },
1172
+ { "mask": "+7(48445)#-##-##", "region": "Калужская область", "city": "Жиздра", "operator": "", "desc": "" },
1173
+ { "mask": "+7(48446)#-##-##", "region": "Калужская область", "city": "Мещовск", "operator": "", "desc": "" },
1174
+ { "mask": "+7(48447)#-##-##", "region": "Калужская область", "city": "Думиничи", "operator": "", "desc": "" },
1175
+ { "mask": "+7(48448)#-##-##", "region": "Калужская область", "city": "Бабынино", "operator": "", "desc": "" },
1176
+ { "mask": "+7(48449)#-##-##", "region": "Калужская область", "city": "Износки", "operator": "", "desc": "" },
1177
+ { "mask": "+7(48451)#-##-##", "region": "Калужская область", "city": "Сухиничи", "operator": "", "desc": "" },
1178
+ { "mask": "+7(48452)#-##-##", "region": "Калужская область", "city": "Мосальск", "operator": "", "desc": "" },
1179
+ { "mask": "+7(48453)#-##-##", "region": "Калужская область", "city": "Хвастовичи", "operator": "", "desc": "" },
1180
+ { "mask": "+7(48454)#-##-##", "region": "Калужская область", "city": "Барятино", "operator": "", "desc": "" },
1181
+ { "mask": "+7(48455)#-##-##", "region": "Калужская область", "city": "Спас-Деменск", "operator": "", "desc": "" },
1182
+ { "mask": "+7(48456)#-##-##", "region": "Калужская область", "city": "Киров", "operator": "", "desc": "" },
1183
+ { "mask": "+7(48457)#-##-##", "region": "Калужская область", "city": "Бетлица", "operator": "", "desc": "" },
1184
+ { "mask": "+7(485)###-##-##", "region": "Ярославская область", "city": "", "operator": "", "desc": "" },
1185
+ { "mask": "+7(4852)##-##-##", "region": "Ярославская область", "city": "Ярославль", "operator": "", "desc": "" },
1186
+ { "mask": "+7(48531)#-##-##", "region": "Ярославская область", "city": "Некрасовское", "operator": "", "desc": "" },
1187
+ { "mask": "+7(48532)#-##-##", "region": "Ярославская область", "city": "Углич", "operator": "", "desc": "" },
1188
+ { "mask": "+7(48533)#-##-##", "region": "Ярославская область", "city": "Тутаев", "operator": "", "desc": "" },
1189
+ { "mask": "+7(48534)#-##-##", "region": "Ярославская область", "city": "Гаврилов Ям", "operator": "", "desc": "" },
1190
+ { "mask": "+7(48535)#-##-##", "region": "Ярославская область", "city": "Переславль-Залесский", "operator": "", "desc": "" },
1191
+ { "mask": "+7(48536)#-##-##", "region": "Ярославская область", "city": "Ростов", "operator": "", "desc": "" },
1192
+ { "mask": "+7(48538)#-##-##", "region": "Ярославская область", "city": "Данилов", "operator": "", "desc": "" },
1193
+ { "mask": "+7(48539)#-##-##", "region": "Ярославская область", "city": "Борисоглебский", "operator": "", "desc": "" },
1194
+ { "mask": "+7(48542)#-##-##", "region": "Ярославская область", "city": "Большое Село", "operator": "", "desc": "" },
1195
+ { "mask": "+7(48543)#-##-##", "region": "Ярославская область", "city": "Любим", "operator": "", "desc": "" },
1196
+ { "mask": "+7(48544)#-##-##", "region": "Ярославская область", "city": "Мышкин", "operator": "", "desc": "" },
1197
+ { "mask": "+7(48545)#-##-##", "region": "Ярославская область", "city": "Брейтово", "operator": "", "desc": "" },
1198
+ { "mask": "+7(48546)#-##-##", "region": "Ярославская область", "city": "Пошехонье", "operator": "", "desc": "" },
1199
+ { "mask": "+7(48547)#-##-##", "region": "Ярославская область", "city": "Новый Некоуз", "operator": "", "desc": "" },
1200
+ { "mask": "+7(48549)#-##-##", "region": "Ярославская область", "city": "Пречистое", "operator": "", "desc": "" },
1201
+ { "mask": "+7(4855)##-##-##", "region": "Ярославская область", "city": "Рыбинск", "operator": "", "desc": "" },
1202
+ { "mask": "+7(486)###-##-##", "region": "Орловская область", "city": "", "operator": "", "desc": "" },
1203
+ { "mask": "+7(4862)##-##-##", "region": "Орловская область", "city": ["Орёл", "Орловский район"], "operator": "", "desc": "" },
1204
+ { "mask": "+7(48640)#-##-##", "region": "Орловская область", "city": "Болхов", "operator": "", "desc": "" },
1205
+ { "mask": "+7(48642)#-##-##", "region": "Орловская область", "city": "Хотынец", "operator": "", "desc": "" },
1206
+ { "mask": "+7(48643)#-##-##", "region": "Орловская область", "city": "Кромы", "operator": "", "desc": "" },
1207
+ { "mask": "+7(48644)#-##-##", "region": "Орловская область", "city": "Шаблыкино", "operator": "", "desc": "" },
1208
+ { "mask": "+7(48645)#-##-##", "region": "Орловская область", "city": "Змиевка", "operator": "", "desc": "" },
1209
+ { "mask": "+7(48646)#-##-##", "region": "Орловская область", "city": "Мценск", "operator": "", "desc": "" },
1210
+ { "mask": "+7(48647)#-##-##", "region": "Орловская область", "city": "Нарышкино", "operator": "", "desc": "" },
1211
+ { "mask": "+7(48648)#-##-##", "region": "Орловская область", "city": "Залегощь", "operator": "", "desc": "" },
1212
+ { "mask": "+7(48649)#-##-##", "region": "Орловская область", "city": "Дмитровск", "operator": "", "desc": "" },
1213
+ { "mask": "+7(48661)#-##-##", "region": "Орловская область", "city": "", "operator": "МТС", "desc": "мобильные телефоны с зоновыми номерами" },
1214
+ { "mask": "+7(48662)#-##-##", "region": "Орловская область", "city": "Знаменское", "operator": "", "desc": "" },
1215
+ { "mask": "+7(48663)#-##-##", "region": "Орловская область", "city": "Красная Заря", "operator": "", "desc": "" },
1216
+ { "mask": "+7(48664)#-##-##", "region": "Орловская область", "city": "Покровское", "operator": "", "desc": "" },
1217
+ { "mask": "+7(48665)#-##-##", "region": "Орловская область", "city": "Сосково", "operator": "", "desc": "" },
1218
+ { "mask": "+7(48666)#-##-##", "region": "Орловская область", "city": "Тросна", "operator": "", "desc": "" },
1219
+ { "mask": "+7(48667)#-##-##", "region": "Орловская область", "city": "Корсаково", "operator": "", "desc": "" },
1220
+ { "mask": "+7(48672)#-##-##", "region": "Орловская область", "city": "Долгое", "operator": "", "desc": "" },
1221
+ { "mask": "+7(48673)#-##-##", "region": "Орловская область", "city": "Новосиль", "operator": "", "desc": "" },
1222
+ { "mask": "+7(48674)#-##-##", "region": "Орловская область", "city": "Колпны", "operator": "", "desc": "" },
1223
+ { "mask": "+7(48675)#-##-##", "region": "Орловская область", "city": "Глазуновка", "operator": "", "desc": "" },
1224
+ { "mask": "+7(48676)#-##-##", "region": "Орловская область", "city": "Верховье", "operator": "", "desc": "" },
1225
+ { "mask": "+7(48677)#-##-##", "region": "Орловская область", "city": "Ливны", "operator": "", "desc": "" },
1226
+ { "mask": "+7(48678)#-##-##", "region": "Орловская область", "city": "Хомутово", "operator": "", "desc": "" },
1227
+ { "mask": "+7(48679)#-##-##", "region": "Орловская область", "city": "Малоархангельск", "operator": "", "desc": "" },
1228
+ { "mask": "+7(487)###-##-##", "region": "Тульская область", "city": "", "operator": "", "desc": "" },
1229
+ { "mask": "+7(4872)##-##-##", "region": "Тульская область", "city": "Тула", "operator": "", "desc": "" },
1230
+ { "mask": "+7(48731)#-##-##", "region": "Тульская область", "city": "Узловая", "operator": "", "desc": "" },
1231
+ { "mask": "+7(48732)#-##-##", "region": "Тульская область", "city": "Дубна", "operator": "", "desc": "" },
1232
+ { "mask": "+7(48733)#-##-##", "region": "Тульская область", "city": "Арсеньево", "operator": "", "desc": "" },
1233
+ { "mask": "+7(48734)#-##-##", "region": "Тульская область", "city": "Заокский", "operator": "", "desc": "" },
1234
+ { "mask": "+7(48735)#-##-##", "region": "Тульская область", "city": "Кимовск", "operator": "", "desc": "" },
1235
+ { "mask": "+7(48736)#-##-##", "region": "Тульская область", "city": "Одоев", "operator": "", "desc": "" },
1236
+ { "mask": "+7(48741)#-##-##", "region": "Тульская область", "city": "Ефремов", "operator": "", "desc": "" },
1237
+ { "mask": "+7(48742)#-##-##", "region": "Тульская область", "city": "Белев", "operator": "", "desc": "" },
1238
+ { "mask": "+7(48743)#-##-##", "region": "Тульская область", "city": "Куркино", "operator": "", "desc": "" },
1239
+ { "mask": "+7(48744)#-##-##", "region": "Тульская область", "city": "Архангельское", "operator": "", "desc": "" },
1240
+ { "mask": "+7(48745)#-##-##", "region": "Тульская область", "city": "Венев", "operator": "", "desc": "" },
1241
+ { "mask": "+7(48746)#-##-##", "region": "Тульская область", "city": "Донской", "operator": "", "desc": "" },
1242
+ { "mask": "+7(48751)#-##-##", "region": "Тульская область", "city": "Щекино", "operator": "", "desc": "" },
1243
+ { "mask": "+7(48752)#-##-##", "region": "Тульская область", "city": "Плавск", "operator": "", "desc": "" },
1244
+ { "mask": "+7(48753)#-##-##", "region": "Тульская область", "city": "Алексин", "operator": "", "desc": "" },
1245
+ { "mask": "+7(48754)#-##-##", "region": "Тульская область", "city": "Киреевск", "operator": "", "desc": "" },
1246
+ { "mask": "+7(48755)#-##-##", "region": "Тульская область", "city": "Тёплое", "operator": "", "desc": "" },
1247
+ { "mask": "+7(48756)#-##-##", "region": "Тульская область", "city": "Чернь", "operator": "", "desc": "" },
1248
+ { "mask": "+7(48761)#-##-##", "region": "Тульская область", "city": "Богородицк", "operator": "", "desc": "" },
1249
+ { "mask": "+7(48762)#-##-##", "region": "Тульская область", "city": "Новомосковск", "operator": "", "desc": "" },
1250
+ { "mask": "+7(48763)#-##-##", "region": "Тульская область", "city": "Суворов", "operator": "", "desc": "" },
1251
+ { "mask": "+7(48766)#-##-##", "region": "Тульская область", "city": "Ясногорск", "operator": "", "desc": "" },
1252
+ { "mask": "+7(48767)#-##-##", "region": "Тульская область", "city": "Ленинский", "operator": "", "desc": "" },
1253
+ { "mask": "+7(48768)#-##-##", "region": "Тульская область", "city": "Волово", "operator": "", "desc": "" },
1254
+ { "mask": "+7(491)###-##-##", "region": "Рязанская область", "city": "", "operator": "", "desc": "" },
1255
+ { "mask": "+7(4912)##-##-##", "region": "Рязанская область", "city": ["Рязань", "Солотча"], "operator": "", "desc": "" },
1256
+ { "mask": "+7(49130)#-##-##", "region": "Рязанская область", "city": "Михайлов", "operator": "", "desc": "" },
1257
+ { "mask": "+7(49131)#-##-##", "region": "Рязанская область", "city": "Касимов", "operator": "", "desc": "" },
1258
+ { "mask": "+7(49132)#-##-##", "region": "Рязанская область", "city": "Ряжск", "operator": "", "desc": "" },
1259
+ { "mask": "+7(49133)#-##-##", "region": "Рязанская область", "city": "Сасово", "operator": "", "desc": "" },
1260
+ { "mask": "+7(49135)#-##-##", "region": "Рязанская область", "city": "Спасск-Рязанский", "operator": "", "desc": "" },
1261
+ { "mask": "+7(49136)#-##-##", "region": "Рязанская область", "city": "Шилово", "operator": "", "desc": "" },
1262
+ { "mask": "+7(49137)#-##-##", "region": "Рязанская область", "city": "Рыбное", "operator": "", "desc": "" },
1263
+ { "mask": "+7(49138)#-##-##", "region": "Рязанская область", "city": "Чучково", "operator": "", "desc": "" },
1264
+ { "mask": "+7(49139)#-##-##", "region": "Рязанская область", "city": "Кадом", "operator": "", "desc": "" },
1265
+ { "mask": "+7(49141)#-##-##", "region": "Рязанская область", "city": "Новомичуринск", "operator": "", "desc": "" },
1266
+ { "mask": "+7(49142)#-##-##", "region": "Рязанская область", "city": "Спас-Клепики", "operator": "", "desc": "" },
1267
+ { "mask": "+7(49143)#-##-##", "region": "Рязанская область", "city": "Кораблино", "operator": "", "desc": "" },
1268
+ { "mask": "+7(49144)#-##-##", "region": "Рязанская область", "city": "Ермишь", "operator": "", "desc": "" },
1269
+ { "mask": "+7(49145)#-##-##", "region": "Рязанская область", "city": "Пителино", "operator": "", "desc": "" },
1270
+ { "mask": "+7(49146)#-##-##", "region": "Рязанская область", "city": "Путятино", "operator": "", "desc": "" },
1271
+ { "mask": "+7(49147)#-##-##", "region": "Рязанская область", "city": "Шацк", "operator": "", "desc": "" },
1272
+ { "mask": "+7(49148)#-##-##", "region": "Рязанская область", "city": "Сараи", "operator": "", "desc": "" },
1273
+ { "mask": "+7(49151)#-##-##", "region": "Рязанская область", "city": "Старожилово", "operator": "", "desc": "" },
1274
+ { "mask": "+7(49152)#-##-##", "region": "Рязанская область", "city": "Сапожок", "operator": "", "desc": "" },
1275
+ { "mask": "+7(49153)#-##-##", "region": "Рязанская область", "city": "Захарово", "operator": "", "desc": "" },
1276
+ { "mask": "+7(49154)#-##-##", "region": "Рязанская область", "city": "Ухолово", "operator": "", "desc": "" },
1277
+ { "mask": "+7(49155)#-##-##", "region": "Рязанская область", "city": "Пронск", "operator": "", "desc": "" },
1278
+ { "mask": "+7(49156)#-##-##", "region": "Рязанская область", "city": "Скопин", "operator": "", "desc": "" },
1279
+ { "mask": "+7(49157)#-##-##", "region": "Рязанская область", "city": "Милославское", "operator": "", "desc": "" },
1280
+ { "mask": "+7(49158)#-##-##", "region": "Рязанская область", "city": "Александро-Невский", "operator": "", "desc": "" },
1281
+ { "mask": "+7(492)###-##-##", "region": "Владимирская область", "city": "", "operator": "", "desc": "" },
1282
+ { "mask": "+7(4922)##-##-##", "region": "Владимирская область", "city": "Владимир", "operator": "", "desc": "" },
1283
+ { "mask": "+7(49231)#-##-##", "region": "Владимирская область", "city": "Суздаль", "operator": "", "desc": "" },
1284
+ { "mask": "+7(49232)#-##-##", "region": "Владимирская область", "city": "Ковров", "operator": "", "desc": "" },
1285
+ { "mask": "+7(49233)#-##-##", "region": "Владимирская область", "city": "Вязники", "operator": "", "desc": "" },
1286
+ { "mask": "+7(49234)#-##-##", "region": "Владимирская область", "city": "Муром", "operator": "", "desc": "" },
1287
+ { "mask": "+7(49235)#-##-##", "region": "Владимирская область", "city": "Судогда", "operator": "", "desc": "" },
1288
+ { "mask": "+7(49236)#-##-##", "region": "Владимирская область", "city": "Красная Горбатка", "operator": "", "desc": "" },
1289
+ { "mask": "+7(49237)#-##-##", "region": "Владимирская область", "city": "Киржач", "operator": "", "desc": "" },
1290
+ { "mask": "+7(49238)#-##-##", "region": "Владимирская область", "city": "Гороховец", "operator": "", "desc": "" },
1291
+ { "mask": "+7(49241)#-##-##", "region": "Владимирская область", "city": "Гусь-Хрустальный", "operator": "", "desc": "" },
1292
+ { "mask": "+7(49242)#-##-##", "region": "Владимирская область", "city": "Собинка", "operator": "", "desc": "" },
1293
+ { "mask": "+7(49243)2-##-##", "region": "Владимирская область", "city": "Петушки", "operator": "", "desc": "" },
1294
+ { "mask": "+7(49243)6-##-##", "region": "Владимирская область", "city": "Покров", "operator": "", "desc": "" },
1295
+ { "mask": "+7(49244)#-##-##", "region": "Владимирская область", "city": "Александров", "operator": "", "desc": "" },
1296
+ { "mask": "+7(49245)#-##-##", "region": "Владимирская область", "city": "Кольчугино", "operator": "", "desc": "" },
1297
+ { "mask": "+7(49246)#-##-##", "region": "Владимирская область", "city": "Юрьев-Польский", "operator": "", "desc": "" },
1298
+ { "mask": "+7(49247)#-##-##", "region": "Владимирская область", "city": "Меленки", "operator": "", "desc": "" },
1299
+ { "mask": "+7(49248)#-##-##", "region": "Владимирская область", "city": "Камешково", "operator": "", "desc": "" },
1300
+ { "mask": "+7(49254)#-##-##", "region": "Владимирская область", "city": "Радужный", "operator": "", "desc": "" },
1301
+ { "mask": "+7(493)###-##-##", "region": "Ивановская область", "city": "", "operator": "", "desc": "" },
1302
+ { "mask": "+7(4932)##-##-##", "region": "Ивановская область", "city": "Иваново", "operator": "", "desc": "" },
1303
+ { "mask": "+7(49331)#-##-##", "region": "Ивановская область", "city": "Кинешма", "operator": "", "desc": "" },
1304
+ { "mask": "+7(49333)#-##-##", "region": "Ивановская область", "city": "Заволжск", "operator": "", "desc": "" },
1305
+ { "mask": "+7(49334)#-##-##", "region": "Ивановская область", "city": "Палех", "operator": "", "desc": "" },
1306
+ { "mask": "+7(49336)#-##-##", "region": "Ивановская область", "city": "Родники", "operator": "", "desc": "" },
1307
+ { "mask": "+7(49337)#-##-##", "region": "Ивановская область", "city": "Юрьевец", "operator": "", "desc": "" },
1308
+ { "mask": "+7(49339)#-##-##", "region": "Ивановская область", "city": "Приволжск", "operator": "", "desc": "" },
1309
+ { "mask": "+7(49341)#-##-##", "region": "Ивановская область", "city": "Фурманов", "operator": "", "desc": "" },
1310
+ { "mask": "+7(49343)#-##-##", "region": "Ивановская область", "city": "Тейково", "operator": "", "desc": "" },
1311
+ { "mask": "+7(49344)#-##-##", "region": "Ивановская область", "city": "Лух", "operator": "", "desc": "" },
1312
+ { "mask": "+7(49345)#-##-##", "region": "Ивановская область", "city": "Пучеж", "operator": "", "desc": "" },
1313
+ { "mask": "+7(49346)#-##-##", "region": "Ивановская область", "city": "Пестяки", "operator": "", "desc": "" },
1314
+ { "mask": "+7(49347)#-##-##", "region": "Ивановская область", "city": "Южа", "operator": "", "desc": "" },
1315
+ { "mask": "+7(49349)#-##-##", "region": "Ивановская область", "city": "Верхний Ландех", "operator": "", "desc": "" },
1316
+ { "mask": "+7(49351)#-##-##", "region": "Ивановская область", "city": "Шуя", "operator": "", "desc": "" },
1317
+ { "mask": "+7(49352)#-##-##", "region": "Ивановская область", "city": "Комсомольск", "operator": "", "desc": "" },
1318
+ { "mask": "+7(49353)#-##-##", "region": "Ивановская область", "city": "Ильинское-Хованское", "operator": "", "desc": "" },
1319
+ { "mask": "+7(49354)#-##-##", "region": "Ивановская область", "city": "Вичуга", "operator": "", "desc": "" },
1320
+ { "mask": "+7(49355)#-##-##", "region": "Ивановская область", "city": "Гаврилов Посад", "operator": "", "desc": "" },
1321
+ { "mask": "+7(49356)#-##-##", "region": "Ивановская область", "city": "Савино", "operator": "", "desc": "" },
1322
+ { "mask": "+7(49357)#-##-##", "region": "Ивановская область", "city": "Лежнево", "operator": "", "desc": "" },
1323
+ { "mask": "+7(494)###-##-##", "region": "Костромская область", "city": "", "operator": "", "desc": "" },
1324
+ { "mask": "+7(4942)##-##-##", "region": "Костромская область", "city": "Кострома", "operator": "", "desc": "" },
1325
+ { "mask": "+7(49430)#-##-##", "region": "Костромская область", "city": "Антропово", "operator": "", "desc": "" },
1326
+ { "mask": "+7(49431)#-##-##", "region": "Костромская область", "city": "Нерехта", "operator": "", "desc": "" },
1327
+ { "mask": "+7(49432)#-##-##", "region": "Костромская область", "city": "Красное-на-Волге", "operator": "", "desc": "" },
1328
+ { "mask": "+7(49433)#-##-##", "region": "Костромская область", "city": "Судиславль", "operator": "", "desc": "" },
1329
+ { "mask": "+7(49434)#-##-##", "region": "Костромская область", "city": "Сусанино", "operator": "", "desc": "" },
1330
+ { "mask": "+7(49435)#-##-##", "region": "Костромская область", "city": "Буй", "operator": "", "desc": "" },
1331
+ { "mask": "+7(49436)#-##-##", "region": "Костромская область", "city": "Солигалич", "operator": "", "desc": "" },
1332
+ { "mask": "+7(49437)#-##-##", "region": "Костромская область", "city": "Галич", "operator": "", "desc": "" },
1333
+ { "mask": "+7(49438)#-##-##", "region": "Костромская область", "city": "Островское", "operator": "", "desc": "" },
1334
+ { "mask": "+7(49439)#-##-##", "region": "Костромская область", "city": "Павино", "operator": "", "desc": "" },
1335
+ { "mask": "+7(49440)#-##-##", "region": "Костромская область", "city": "Парфеньево", "operator": "", "desc": "" },
1336
+ { "mask": "+7(49441)#-##-##", "region": "Костромская область", "city": "Чухлома", "operator": "", "desc": "" },
1337
+ { "mask": "+7(49442)#-##-##", "region": "Костромская область", "city": "Кадый", "operator": "", "desc": "" },
1338
+ { "mask": "+7(49443)#-##-##", "region": "Костромская область", "city": "Кологрив", "operator": "", "desc": "" },
1339
+ { "mask": "+7(49444)#-##-##", "region": "Костромская область", "city": "Нея", "operator": "", "desc": "" },
1340
+ { "mask": "+7(49445)#-##-##", "region": "Костромская область", "city": "Макарьев", "operator": "", "desc": "" },
1341
+ { "mask": "+7(49446)#-##-##", "region": "Костромская область", "city": "Мантурово", "operator": "", "desc": "" },
1342
+ { "mask": "+7(49447)#-##-##", "region": "Костромская область", "city": "Георгиевское", "operator": "", "desc": "" },
1343
+ { "mask": "+7(49448)#-##-##", "region": "Костромская область", "city": "Поназырево", "operator": "", "desc": "" },
1344
+ { "mask": "+7(49449)#-##-##", "region": "Костромская область", "city": "Шарья", "operator": "", "desc": "" },
1345
+ { "mask": "+7(49450)#-##-##", "region": "Костромская область", "city": "Вохма", "operator": "", "desc": "" },
1346
+ { "mask": "+7(49451)#-##-##", "region": "Костромская область", "city": "Боговарово", "operator": "", "desc": "" },
1347
+ { "mask": "+7(49452)#-##-##", "region": "Костромская область", "city": "Пыщуг", "operator": "", "desc": "" },
1348
+ { "mask": "+7(49453)#-##-##", "region": "Костромская область", "city": "Волгореченск", "operator": "", "desc": "" },
1349
+ { "mask": "+7(495)###-##-##", "region": "Москва и ближнее Подмосковье", "city": "", "operator": "", "desc": "" },
1350
+ { "mask": "+7(495)323-8#-##", "region": "Москва и ближнее Подмосковье", "city": "Аэропорт Домодедово", "operator": "ЦентрТелеком", "desc": "" },
1351
+ { "mask": "+7(495)323-9#-##", "region": "Москва и ближнее Подмосковье", "city": "Аэропорт Домодедово", "operator": "ЦентрТелеком", "desc": "" },
1352
+ { "mask": "+7(495)338-##-##", "region": "Москва и ближнее Подмосковье", "city": "Мосрентген", "operator": "МГТС", "desc": "часть номеров АТС" },
1353
+ { "mask": "+7(495)339-##-##", "region": "Москва и ближнее Подмосковье", "city": "Мосрентген", "operator": "МГТС", "desc": "часть номеров АТС" },
1354
+ { "mask": "+7(495)355-9#-##", "region": "Москва и ближнее Подмосковье", "city": "Развилка", "operator": "ОАО «Газпромсвязь»", "desc": "" },
1355
+ { "mask": "+7(495)408-##-##", "region": "Москва и ближнее Подмосковье", "city": "Долгопрудный", "operator": "ЦентрТелеком", "desc": "" },
1356
+ { "mask": "+7(495)439-##-##", "region": "Москва и ближнее Подмосковье", "city": "Московский", "operator": "ЦентрТелеком", "desc": "часть номеров АТС" },
1357
+ { "mask": "+7(495)50#-##-##", "region": "Москва и ближнее Подмосковье", "city": "Люберцы", "operator": "ЦентрТелеком", "desc": "" },
1358
+ { "mask": "+7(495)500-##-##", "region": "Москва и ближнее Подмосковье", "city": "Москва", "operator": ["Мегафон", "Центральный Телеграф"], "desc": "" },
1359
+ { "mask": "+7(495)51#-##-##", "region": "Москва и ближнее Подмосковье", "city": ["Королёв", "Юбилейный"], "operator": "ЦентрТелеком", "desc": "" },
1360
+ { "mask": "+7(495)52#-##-##", "region": "Москва и ближнее Подмосковье", "city": ["Балашиха", "Железнодорожный", "Реутов"], "operator": "ЦентрТелеком", "desc": "" },
1361
+ { "mask": "+7(495)541-##-##", "region": "Москва и ближнее Подмосковье", "city": "Видное", "operator": "ЦентрТелеком", "desc": "" },
1362
+ { "mask": "+7(495)542-##-##", "region": "Москва и ближнее Подмосковье", "city": "Москва", "operator": ["Мегафон", "Центральный Телеграф"], "desc": "" },
1363
+ { "mask": "+7(495)543-##-##", "region": "Москва и ближнее Подмосковье", "city": "Москва", "operator": ["Мегафон", "Центральный Телеграф"], "desc": "" },
1364
+ { "mask": "+7(495)544-##-##", "region": "Москва и ближнее Подмосковье", "city": "Москва", "operator": ["Мегафон", "Центральный Телеграф"], "desc": "" },
1365
+ { "mask": "+7(495)545-##-##", "region": "Москва и ближнее Подмосковье", "city": "Москва", "operator": ["Мегафон", "Центральный Телеграф"], "desc": "" },
1366
+ { "mask": "+7(495)546-##-##", "region": "Москва и ближнее Подмосковье", "city": "Москва", "operator": "Ростелеком", "desc": "" },
1367
+ { "mask": "+7(495)546-1#-##", "region": "Москва и ближнее Подмосковье", "city": "Домодедово", "operator": "Ростелеком", "desc": "" },
1368
+ { "mask": "+7(495)546-6#-##", "region": "Москва и ближнее Подмосковье", "city": ["Видное", "Развилка"], "operator": "Ростелеком", "desc": "" },
1369
+ { "mask": "+7(495)546-8#-##", "region": "Москва и ближнее Подмосковье", "city": "Домодедово", "operator": "Ростелеком", "desc": "" },
1370
+ { "mask": "+7(495)548-0#-##", "region": "Москва и ближнее Подмосковье", "city": "Видное", "operator": "ЦентрТелеком", "desc": "" },
1371
+ { "mask": "+7(495)548-1#-##", "region": "Москва и ближнее Подмосковье", "city": "Видное", "operator": "ЦентрТелеком", "desc": "" },
1372
+ { "mask": "+7(495)548-4#-##", "region": "Москва и ближнее Подмосковье", "city": "Видное", "operator": "ЦентрТелеком", "desc": "" },
1373
+ { "mask": "+7(495)548-5#-##", "region": "Москва и ближнее Подмосковье", "city": "Видное", "operator": "ЦентрТелеком", "desc": "" },
1374
+ { "mask": "+7(495)548-6#-##", "region": "Москва и ближнее Подмосковье", "city": "Поселок совхоза им. Ленина", "operator": "ЦентрТелеком", "desc": "" },
1375
+ { "mask": "+7(495)548-7#-##", "region": "Москва и ближнее Подмосковье", "city": ["Поселок совхоза им. Ленина", "Поселок Володарского", "Горки Ленинские"], "operator": "ЦентрТелеком", "desc": "" },
1376
+ { "mask": "+7(495)548-8#-##", "region": "Москва и ближнее Подмосковье", "city": ["Поселок Володарского", "Горки Ленинские"], "operator": "ЦентрТелеком", "desc": "" },
1377
+ { "mask": "+7(495)548-9#-##", "region": "Москва и ближнее Подмосковье", "city": "Видное", "operator": "ЦентрТелеком", "desc": "промзона" },
1378
+ { "mask": "+7(495)549-##-##", "region": "Москва и ближнее Подмосковье", "city": ["Видное", "Московский", "пос. Ново-Дрожжино", "пос. Измайлово", "пос. Булатниково", "пос. Дубровский", "пос. Института Садоводства"], "operator": "ЦентрТелеком", "desc": "" },
1379
+ { "mask": "+7(495)55#-##-##", "region": "Москва и ближнее Подмосковье", "city": "Люберцы", "operator": "ЦентрТелеком", "desc": "" },
1380
+ { "mask": "+7(495)552-##-##", "region": "Москва и ближнее Подмосковье", "city": "Лыткарино", "operator": "ЦентрТелеком", "desc": "" },
1381
+ { "mask": "+7(495)555-##-##", "region": "Москва и ближнее Подмосковье", "city": "Лыткарино", "operator": "ЦентрТелеком", "desc": "" },
1382
+ { "mask": "+7(495)56#-##-##", "region": "Москва и ближнее Подмосковье", "city": "Красногорск", "operator": "ЦентрТелеком", "desc": "" },
1383
+ { "mask": "+7(495)57#-##-##", "region": "Москва и ближнее Подмосковье", "city": ["Королёв", "Мытищи", "Юбилейный"], "operator": "ЦентрТелеком", "desc": "" },
1384
+ { "mask": "+7(495)573-##-##", "region": "Москва и ближнее Подмосковье", "city": "Химки", "operator": "ЦентрТелеком", "desc": "" },
1385
+ { "mask": "+7(495)576-##-##", "region": "Москва и ближнее Подмосковье", "city": "Долгопрудный", "operator": "ЦентрТелеком", "desc": "" },
1386
+ { "mask": "+7(495)577-##-##", "region": "Москва и ближнее Подмосковье", "city": "Лобня", "operator": "ЦентрТелеком", "desc": "" },
1387
+ { "mask": "+7(495)578-##-##", "region": "Москва и ближнее Подмосковье", "city": ["Лобня", "Международный аэропорт «Шереметьево»"], "operator": "Порт-Телеком", "desc": "" },
1388
+ { "mask": "+7(495)579-##-##", "region": "Москва и ближнее Подмосковье", "city": ["Долгопрудный", "Лобня"], "operator": "", "desc": "" },
1389
+ { "mask": "+7(495)58#-##-##", "region": "Москва и ближнее Подмосковье", "city": "Химки", "operator": "ЦентрТелеком", "desc": "" },
1390
+ { "mask": "+7(495)585-##-##", "region": "Москва и ближнее Подмосковье", "city": "Москва", "operator": ["Мегафон", "Центральный Телеграф"], "desc": "" },
1391
+ { "mask": "+7(495)589-##-##", "region": "Москва и ближнее Подмосковье", "city": "Москва", "operator": ["Мегафон", "Центральный Телеграф"], "desc": "" },
1392
+ { "mask": "+7(495)59#-##-##", "region": "Москва и ближнее Подмосковье", "city": "Одинцово", "operator": "ЦентрТелеком", "desc": "" },
1393
+ { "mask": "+7(495)597-##-##", "region": "Москва и ближнее Подмосковье", "city": "Москва", "operator": ["Центральный Телеграф", "ЦентрТелеком"], "desc": "" },
1394
+ { "mask": "+7(496)###-##-##", "region": "Московская область", "city": "", "operator": "", "desc": "" },
1395
+ { "mask": "+7(496)20#-##-##", "region": "Московская область", "city": "Талдом", "operator": "", "desc": "" },
1396
+ { "mask": "+7(496)21#-##-##", "region": "Московская область", "city": "Дубна", "operator": "", "desc": "" },
1397
+ { "mask": "+7(496)22#-##-##", "region": "Московская область", "city": "Дмитров", "operator": "", "desc": "" },
1398
+ { "mask": "+7(496)24#-##-##", "region": "Московская область", "city": "Клин", "operator": "", "desc": "" },
1399
+ { "mask": "+7(496)25#-##-##", "region": "Московская область", "city": "Щёлковский район", "operator": "", "desc": "" },
1400
+ { "mask": "+7(496)26#-##-##", "region": "Московская область", "city": "Солнечногорск", "operator": "", "desc": "" },
1401
+ { "mask": "+7(496)27#-##-##", "region": "Московская область", "city": "Руза", "operator": "", "desc": "" },
1402
+ { "mask": "+7(496)28#-##-##", "region": "Московская область", "city": "Лотошино", "operator": "", "desc": "" },
1403
+ { "mask": "+7(496)30#-##-##", "region": "Московская область", "city": "ЗАО Калита-Телеком", "operator": "", "desc": "" },
1404
+ { "mask": "+7(496)31#-##-##", "region": "Московская область", "city": "Истра", "operator": "", "desc": "" },
1405
+ { "mask": "+7(496)34#-##-##", "region": "Московская область", "city": "Наро-Фоминск", "operator": "", "desc": "" },
1406
+ { "mask": "+7(496)36#-##-##", "region": "Московская область", "city": "Волоколамск", "operator": "", "desc": "" },
1407
+ { "mask": "+7(496)37#-##-##", "region": "Московская область", "city": "Шаховская", "operator": "", "desc": "" },
1408
+ { "mask": "+7(496)38#-##-##", "region": "Московская область", "city": "Можайск", "operator": "", "desc": "" },
1409
+ { "mask": "+7(496)40#-##-##", "region": "Московская область", "city": "Егорьевск", "operator": "", "desc": "" },
1410
+ { "mask": "+7(496)41#-##-##", "region": "Московская область", "city": "Орехово-Зуево", "operator": "", "desc": "" },
1411
+ { "mask": "+7(496)42#-##-##", "region": "Московская область", "city": "Орехово-Зуево", "operator": "", "desc": "" },
1412
+ { "mask": "+7(496)43#-##-##", "region": "Московская область", "city": "Павловский Посад", "operator": "", "desc": "" },
1413
+ { "mask": "+7(496)44#-##-##", "region": "Московская область", "city": "Воскресенск", "operator": "", "desc": "" },
1414
+ { "mask": "+7(496)45#-##-##", "region": "Московская область", "city": "Шатура", "operator": "", "desc": "" },
1415
+ { "mask": "+7(496)46#-##-##", "region": "Московская область", "city": "Раменское", "operator": "", "desc": "" },
1416
+ { "mask": "+7(496)51#-##-##", "region": "Московская область", "city": "Ногинск", "operator": "", "desc": "" },
1417
+ { "mask": "+7(496)52#-##-##", "region": "Московская область", "city": "Черноголовка", "operator": "", "desc": "" },
1418
+ { "mask": "+7(496)53#-##-##", "region": "Московская область", "city": "Пушкино", "operator": "", "desc": "" },
1419
+ { "mask": "+7(496)54#-##-##", "region": "Московская область", "city": "Сергиев Посад", "operator": "", "desc": "" },
1420
+ { "mask": "+7(496)55#-##-##", "region": "Московская область", "city": "Сергиев Посад", "operator": "", "desc": "" },
1421
+ { "mask": "+7(496)56#-##-##", "region": "Московская область", "city": "Щелково", "operator": "", "desc": "" },
1422
+ { "mask": "+7(496)57#-##-##", "region": "Московская область", "city": "Электросталь", "operator": "", "desc": "" },
1423
+ { "mask": "+7(496)61#-##-##", "region": "Московская область", "city": "Коломна", "operator": "", "desc": "" },
1424
+ { "mask": "+7(496)63#-##-##", "region": "Московская область", "city": "Луховицы", "operator": "", "desc": "" },
1425
+ { "mask": "+7(496)64#-##-##", "region": "Московская область", "city": "Ступино", "operator": "", "desc": "" },
1426
+ { "mask": "+7(496)66#-##-##", "region": "Московская область", "city": "Зарайск", "operator": "", "desc": "" },
1427
+ { "mask": "+7(496)67#-##-##", "region": "Московская область", "city": "Серебряные Пруды", "operator": "", "desc": "" },
1428
+ { "mask": "+7(496)69#-##-##", "region": "Московская область", "city": "Кашира", "operator": "", "desc": "" },
1429
+ { "mask": "+7(496)70#-##-##", "region": "Московская область", "city": "Озеры", "operator": "", "desc": "" },
1430
+ { "mask": "+7(496)72#-##-##", "region": "Московская область", "city": "Чехов", "operator": "", "desc": "" },
1431
+ { "mask": "+7(496)73#-##-##", "region": "Московская область", "city": "Серпухов", "operator": "", "desc": "" },
1432
+ { "mask": "+7(496)75#-##-##", "region": "Московская область", "city": "Подольск", "operator": "", "desc": "" },
1433
+ { "mask": "+7(496)76#-##-##", "region": "Московская область", "city": "Подольск", "operator": "", "desc": "" },
1434
+ { "mask": "+7(496)77#-##-##", "region": "Московская область", "city": "Серпухов", "operator": "", "desc": "" },
1435
+ { "mask": "+7(496)79#-##-##", "region": "Московская область", "city": "Домодедово", "operator": "", "desc": "" },
1436
+ { "mask": "+7(498)###-##-##", "region": "Лесопарковый защитный пояс Москвы", "city": "", "operator": "", "desc": "" },
1437
+ { "mask": "+7(498)48#-##-##", "region": "Лесопарковый защитный пояс Москвы", "city": "Жуковский", "operator": "", "desc": "" },
1438
+ { "mask": "+7(498)54#-##-##", "region": "Лесопарковый защитный пояс Москвы", "city": ["Видное", "Ленинский район"], "operator": "ЦентрТелеком", "desc": "" },
1439
+ { "mask": "+7(498)617-##-##", "region": "Лесопарковый защитный пояс Москвы", "city": ["Газопровод", "Коммунарка"], "operator": "ЗАО «Газтелеком»", "desc": "Ленинский район" },
1440
+ { "mask": "+7(498)657-##-##", "region": "Лесопарковый защитный пояс Москвы", "city": "Развилка", "operator": "ООО «Газпром связь»", "desc": "Ленинский район" },
1441
+ { "mask": "+7(498)664-##-##", "region": "Лесопарковый защитный пояс Москвы", "city": "Железнодорожный", "operator": "", "desc": "" },
1442
+ { "mask": "+7(498)68#-##-##", "region": "Лесопарковый защитный пояс Москвы", "city": "Лобня", "operator": "", "desc": "" },
1443
+ { "mask": "+7(498)713-##-##", "region": "Лесопарковый защитный пояс Москвы", "city": "Долгопрудный", "operator": "", "desc": "" },
1444
+ { "mask": "+7(498)744-##-##", "region": "Лесопарковый защитный пояс Москвы", "city": "Долгопрудный", "operator": "", "desc": "" },
1445
+ { "mask": "+7(499)###-##-##", "region": "Москва", "city": "", "operator": "", "desc": "" },
1446
+ { "mask": "+7(499)39#-##-##", "region": "Москва", "city": "Москва", "operator": "МегаФон", "desc": "" },
1447
+ { "mask": "+7(499)50#-##-##", "region": "Москва", "city": "Москва", "operator": "Центральный Телеграф", "desc": "" },
1448
+ { "mask": "+7(499)755-##-##", "region": "Москва", "city": "Москва", "operator": "МегаФон", "desc": "" },
1449
+ { "mask": "+7(811)###-##-##", "region": "Псковская область", "city": "", "operator": "", "desc": "" },
1450
+ { "mask": "+7(8112)##-##-##", "region": "Псковская область", "city": "Псков", "operator": "", "desc": "" },
1451
+ { "mask": "+7(81131)#-##-##", "region": "Псковская область", "city": "Гдов", "operator": "", "desc": "" },
1452
+ { "mask": "+7(81132)#-##-##", "region": "Псковская область", "city": "Струги Красные", "operator": "", "desc": "" },
1453
+ { "mask": "+7(81133)#-##-##", "region": "Псковская область", "city": "Плюсса", "operator": "", "desc": "" },
1454
+ { "mask": "+7(81134)#-##-##", "region": "Псковская область", "city": "Порхов", "operator": "", "desc": "" },
1455
+ { "mask": "+7(81135)#-##-##", "region": "Псковская область", "city": "Дно", "operator": "", "desc": "" },
1456
+ { "mask": "+7(81136)#-##-##", "region": "Псковская область", "city": "Дедовичи", "operator": "", "desc": "" },
1457
+ { "mask": "+7(81137)#-##-##", "region": "Псковская область", "city": "Красногородск", "operator": "", "desc": "" },
1458
+ { "mask": "+7(81138)#-##-##", "region": "Псковская область", "city": "Опочка", "operator": "", "desc": "" },
1459
+ { "mask": "+7(81139)#-##-##", "region": "Псковская область", "city": "Локня", "operator": "", "desc": "" },
1460
+ { "mask": "+7(81140)#-##-##", "region": "Псковская область", "city": "Себеж", "operator": "", "desc": "" },
1461
+ { "mask": "+7(81141)#-##-##", "region": "Псковская область", "city": "Бежаницы", "operator": "", "desc": "" },
1462
+ { "mask": "+7(81142)#-##-##", "region": "Псковская область", "city": "Пустошка", "operator": "", "desc": "" },
1463
+ { "mask": "+7(81143)#-##-##", "region": "Псковская область", "city": "Новоржев", "operator": "", "desc": "" },
1464
+ { "mask": "+7(81144)#-##-##", "region": "Псковская область", "city": "Новосокольники", "operator": "", "desc": "" },
1465
+ { "mask": "+7(81145)#-##-##", "region": "Псковская область", "city": "Палкино", "operator": "", "desc": "" },
1466
+ { "mask": "+7(81146)#-##-##", "region": "Псковская область", "city": "Пушкинские Горы", "operator": "", "desc": "" },
1467
+ { "mask": "+7(81147)#-##-##", "region": "Псковская область", "city": "Пыталово", "operator": "", "desc": "" },
1468
+ { "mask": "+7(81148)#-##-##", "region": "Псковская область", "city": "Печоры", "operator": "", "desc": "" },
1469
+ { "mask": "+7(81149)#-##-##", "region": "Псковская область", "city": "Кунья", "operator": "", "desc": "" },
1470
+ { "mask": "+7(81150)#-##-##", "region": "Псковская область", "city": "Усвяты", "operator": "", "desc": "" },
1471
+ { "mask": "+7(81151)#-##-##", "region": "Псковская область", "city": "Невель", "operator": "", "desc": "" },
1472
+ { "mask": "+7(81152)#-##-##", "region": "Псковская область", "city": "Остров", "operator": "", "desc": "" },
1473
+ { "mask": "+7(81153)#-##-##", "region": "Псковская область", "city": "Великие Луки", "operator": "", "desc": "" },
1474
+ { "mask": "+7(812)###-##-##", "region": "Санкт-Петербург", "city": "", "operator": "", "desc": "" },
1475
+ { "mask": "+7(813)###-##-##", "region": "Ленинградская область", "city": "", "operator": "", "desc": "" },
1476
+ { "mask": "+7(81361)#-##-##", "region": "Ленинградская область", "city": "Тосно", "operator": "", "desc": "" },
1477
+ { "mask": "+7(81362)#-##-##", "region": "Ленинградская область", "city": ["Кировск", "Шлиссельбург"], "operator": "", "desc": "" },
1478
+ { "mask": "+7(81363)#-##-##", "region": "Ленинградская область", "city": ["Волхов", "Новая Ладога", "Сясьстрой"], "operator": "", "desc": "" },
1479
+ { "mask": "+7(81364)#-##-##", "region": "Ленинградская область", "city": "Лодейное Поле", "operator": "", "desc": "" },
1480
+ { "mask": "+7(81365)#-##-##", "region": "Ленинградская область", "city": "Подпорожье", "operator": "", "desc": "" },
1481
+ { "mask": "+7(81366)#-##-##", "region": "Ленинградская область", "city": ["Бокситогорск", "Пикалёво"], "operator": "", "desc": "" },
1482
+ { "mask": "+7(81367)#-##-##", "region": "Ленинградская область", "city": "Тихвин", "operator": "", "desc": "" },
1483
+ { "mask": "+7(81368)#-##-##", "region": "Ленинградская область", "city": ["Кириши", "Будогощь"], "operator": "", "desc": "" },
1484
+ { "mask": "+7(81369)#-##-##", "region": "Ленинградская область", "city": "Сосновый Бор", "operator": "", "desc": "" },
1485
+ { "mask": "+7(81370)#-##-##", "region": "Ленинградская область", "city": ["Всеволожск", "Токсово"], "operator": "", "desc": "" },
1486
+ { "mask": "+7(81371)#-##-##", "region": "Ленинградская область", "city": ["Гатчина", "Вырица", "Коммунар"], "operator": "", "desc": "" },
1487
+ { "mask": "+7(81372)#-##-##", "region": "Ленинградская область", "city": "Луга", "operator": "", "desc": "" },
1488
+ { "mask": "+7(81373)#-##-##", "region": "Ленинградская область", "city": "Волосово", "operator": "", "desc": "" },
1489
+ { "mask": "+7(81374)#-##-##", "region": "Ленинградская область", "city": "Сланцы", "operator": "", "desc": "" },
1490
+ { "mask": "+7(81375)#-##-##", "region": "Ленинградская область", "city": ["Кингисепп", "Ивангород"], "operator": "", "desc": "" },
1491
+ { "mask": "+7(81376)#-##-##", "region": "Ленинградская область", "city": "Ломоносов", "operator": "", "desc": "" },
1492
+ { "mask": "+7(81378)#-##-##", "region": "Ленинградская область", "city": ["Выборг", "Высоцк", "Приморск", "Светогорск"], "operator": "", "desc": "" },
1493
+ { "mask": "+7(81379)#-##-##", "region": "Ленинградская область", "city": "Приозерск", "operator": "", "desc": "" },
1494
+ { "mask": "+7(814)###-##-##", "region": "Карелия", "city": "", "operator": "", "desc": "" },
1495
+ { "mask": "+7(8142)##-##-##", "region": "Карелия", "city": "Петрозаводск", "operator": "", "desc": "" },
1496
+ { "mask": "+7(81430)#-##-##", "region": "Карелия", "city": "Сортавала", "operator": "", "desc": "" },
1497
+ { "mask": "+7(81430)3-##-##", "region": "Карелия", "city": "Вяртсиля", "operator": "", "desc": "" },
1498
+ { "mask": "+7(81430)3-1#-##", "region": "Карелия", "city": "Хелюля", "operator": "", "desc": "" },
1499
+ { "mask": "+7(81430)3-3#-##", "region": "Карелия", "city": "Рускеала", "operator": "", "desc": "" },
1500
+ { "mask": "+7(81430)3-4#-##", "region": "Карелия", "city": "Пуйккола", "operator": "", "desc": "" },
1501
+ { "mask": "+7(81430)3-5#-##", "region": "Карелия", "city": "Хаапалампи", "operator": "", "desc": "" },
1502
+ { "mask": "+7(81430)3-6#-##", "region": "Карелия", "city": "Кааламо", "operator": "", "desc": "" },
1503
+ { "mask": "+7(81430)3-7#-##", "region": "Карелия", "city": ["Заозёрный", "Ламберг", "Сортавала", "Хюмпеля"], "operator": "", "desc": "" },
1504
+ { "mask": "+7(81431)#-##-##", "region": "Карелия", "city": "Сегежа", "operator": "", "desc": "" },
1505
+ { "mask": "+7(81431)3-0#-##", "region": "Карелия", "city": "Кочкома", "operator": "", "desc": "" },
1506
+ { "mask": "+7(81431)3-1#-##", "region": "Карелия", "city": ["Олений", "Пертозеро", "Черный Порог"], "operator": "", "desc": "" },
1507
+ { "mask": "+7(81431)3-2#-##", "region": "Карелия", "city": "Валдай", "operator": "", "desc": "" },
1508
+ { "mask": "+7(81431)3-3#-##", "region": "Карелия", "city": ["Волдозеро", "Идель", "Кяргозеро", "Попов Порог"], "operator": "", "desc": "" },
1509
+ { "mask": "+7(81431)3-6#-##", "region": "Карелия", "city": "Каменный Бор", "operator": "", "desc": "" },
1510
+ { "mask": "+7(81431)3-7#-##", "region": "Карелия", "city": "Полга", "operator": "", "desc": "" },
1511
+ { "mask": "+7(81431)3-8#-##", "region": "Карелия", "city": "Надвоицы", "operator": "", "desc": "" },
1512
+ { "mask": "+7(81433)#-##-##", "region": "Карелия", "city": "Питкяранта", "operator": "", "desc": "" },
1513
+ { "mask": "+7(81433)2-4#-##", "region": "Карелия", "city": ["Ляскеля", "Рауталахти", "Харлу", "Хийденсельга"], "operator": "", "desc": "" },
1514
+ { "mask": "+7(81433)2-5#-##", "region": "Карелия", "city": ["Ряймяля", "Салми"], "operator": "", "desc": "" },
1515
+ { "mask": "+7(81433)2-6#-##", "region": "Карелия", "city": "Импилахти", "operator": "", "desc": "" },
1516
+ { "mask": "+7(81433)2-7#-##", "region": "Карелия", "city": ["Леппясилта", "Уукса"], "operator": "", "desc": "" },
1517
+ { "mask": "+7(81434)#-##-##", "region": "Карелия", "city": "Медвежьегорск", "operator": "", "desc": "" },
1518
+ { "mask": "+7(81434)3-3#-##", "region": "Карелия", "city": "Толвуя", "operator": "", "desc": "" },
1519
+ { "mask": "+7(81434)3-4#-##", "region": "Карелия", "city": "Шуньга", "operator": "", "desc": "" },
1520
+ { "mask": "+7(81434)3-5#-##", "region": "Карелия", "city": ["Великая Губа", "Великая Нива", "Кижи", "Космозеро", "Ламбасручей", "Сенная Губа"], "operator": "", "desc": "" },
1521
+ { "mask": "+7(81434)3-8#-##", "region": "Карелия", "city": ["Кумса", "Лавас Губа", "Лумбуши", "Чебино"], "operator": "", "desc": "" },
1522
+ { "mask": "+7(81434)3-9#-##", "region": "Карелия", "city": ["Волозеро", "Габсельга", "Сосновка", "Челмужи"], "operator": "", "desc": "" },
1523
+ { "mask": "+7(81434)4-2#-##", "region": "Карелия", "city": ["Огорелыши", "Сергиево"], "operator": "", "desc": "" },
1524
+ { "mask": "+7(81434)4-3#-##", "region": "Карелия", "city": "Повенец", "operator": "", "desc": "" },
1525
+ { "mask": "+7(81434)4-4#-##", "region": "Карелия", "city": "Пиндуши", "operator": "", "desc": "" },
1526
+ { "mask": "+7(81434)4-7#-##", "region": "Карелия", "city": "Паданы", "operator": "", "desc": "" },
1527
+ { "mask": "+7(81436)#-##-##", "region": "Карелия", "city": "Олонец", "operator": "", "desc": "" },
1528
+ { "mask": "+7(81436)2-3#-##", "region": "Карелия", "city": "Ильинский", "operator": "", "desc": "" },
1529
+ { "mask": "+7(81436)2-4#-##", "region": "Карелия", "city": ["Верхний Олонец", "Ковера", "Речная Сельга", "Сяндеба", "Тулокса"], "operator": "", "desc": "" },
1530
+ { "mask": "+7(81436)2-5#-##", "region": "Карелия", "city": "Михайловское", "operator": "", "desc": "" },
1531
+ { "mask": "+7(81436)2-6#-##", "region": "Карелия", "city": ["Алексала", "Мегрега", "Рыпушкалица", "Тукса"], "operator": "", "desc": "" },
1532
+ { "mask": "+7(81436)2-7#-##", "region": "Карелия", "city": "Видлица", "operator": "", "desc": "" },
1533
+ { "mask": "+7(81436)2-8#-##", "region": "Карелия", "city": "Коткозеро", "operator": "", "desc": "" },
1534
+ { "mask": "+7(81436)2-9#-##", "region": "Карелия", "city": "Куйтежа", "operator": "", "desc": "" },
1535
+ { "mask": "+7(81437)#-##-##", "region": "Карелия", "city": "Беломорск", "operator": "", "desc": "" },
1536
+ { "mask": "+7(81437)3-0#-##", "region": "Карелия", "city": "Сумский Посад", "operator": "", "desc": "" },
1537
+ { "mask": "+7(81437)3-4#-##", "region": "Карелия", "city": "Золотец", "operator": "", "desc": "" },
1538
+ { "mask": "+7(81437)3-5#-##", "region": "Карелия", "city": ["Колежма", "Лапино", "Лехта", "Маленьга", "Новое Машозеро", "Нюхча", "Тунгуза", "Хвойный", "Шуерецкое"], "operator": "", "desc": "" },
1539
+ { "mask": "+7(81437)3-6#-##", "region": "Карелия", "city": "Сосновец", "operator": "", "desc": "" },
1540
+ { "mask": "+7(81437)3-7#-##", "region": "Карелия", "city": "Лесобиржа", "operator": "", "desc": "" },
1541
+ { "mask": "+7(81437)3-8#-##", "region": "Карелия", "city": ["Вирандозеро", "Летнереченский"], "operator": "", "desc": "" },
1542
+ { "mask": "+7(81437)3-9#-##", "region": "Карелия", "city": "Пушной", "operator": "", "desc": "" },
1543
+ { "mask": "+7(81439)#-##-##", "region": "Карелия", "city": "Лоухи", "operator": "", "desc": "" },
1544
+ { "mask": "+7(81439)2-6#-##", "region": "Карелия", "city": "Кестеньга", "operator": "", "desc": "" },
1545
+ { "mask": "+7(81439)2-7#-##", "region": "Карелия", "city": ["Софпорог", "Тунгозеро"], "operator": "", "desc": "" },
1546
+ { "mask": "+7(81439)2-8#-##", "region": "Карелия", "city": "Пяозерский", "operator": "", "desc": "" },
1547
+ { "mask": "+7(81439)3-3#-##", "region": "Карелия", "city": ["Амбарный", "Плотина", "Сосновый", "Энгозеро"], "operator": "", "desc": "" },
1548
+ { "mask": "+7(81439)4-1#-##", "region": "Карелия", "city": "Чупа", "operator": "", "desc": "" },
1549
+ { "mask": "+7(81439)4-4#-##", "region": "Карелия", "city": "Чкаловский", "operator": "", "desc": "" },
1550
+ { "mask": "+7(81439)45#-##", "region": "Карелия", "city": "Тэдино", "operator": "", "desc": "" },
1551
+ { "mask": "+7(81450)#-##-##", "region": "Карелия", "city": "Лахденпохья", "operator": "", "desc": "" },
1552
+ { "mask": "+7(81450)2-3#-##", "region": "Карелия", "city": ["Ихала", "Мийнала", "Яккима"], "operator": "", "desc": "" },
1553
+ { "mask": "+7(81450)2-4#-##", "region": "Карелия", "city": ["Куркиёки", "Хийтола"], "operator": "", "desc": "" },
1554
+ { "mask": "+7(81450)2-6#-##", "region": "Карелия", "city": "Элисенваара", "operator": "", "desc": "" },
1555
+ { "mask": "+7(81451)#-##-##", "region": "Карелия", "city": "Кондопога", "operator": "", "desc": "" },
1556
+ { "mask": "+7(81451)2-4#-##", "region": "Карелия", "city": "Кедрозеро", "operator": "", "desc": "" },
1557
+ { "mask": "+7(81451)3-1#-##", "region": "Карелия", "city": ["Гирвас", "Тивдия", "Эльмус"], "operator": "", "desc": "" },
1558
+ { "mask": "+7(81451)3-2#-##", "region": "Карелия", "city": "Спасская Губа", "operator": "", "desc": "" },
1559
+ { "mask": "+7(81451)3-3#-##", "region": "Карелия", "city": ["Кивач", "Новинка"], "operator": "", "desc": "" },
1560
+ { "mask": "+7(81451)3-4#-##", "region": "Карелия", "city": ["Кяпесельга", "Нелгомозеро"], "operator": "", "desc": "" },
1561
+ { "mask": "+7(81451)3-5#-##", "region": "Карелия", "city": "Кончезеро", "operator": "", "desc": "" },
1562
+ { "mask": "+7(81451)3-7#-##", "region": "Карелия", "city": "Берёзовка", "operator": "", "desc": "" },
1563
+ { "mask": "+7(81451)3-9#-##", "region": "Карелия", "city": ["Суна", "Янишполе"], "operator": "", "desc": "" },
1564
+ { "mask": "+7(81452)#-##-##", "region": "Карелия", "city": "Пудож", "operator": "", "desc": "" },
1565
+ { "mask": "+7(81452)2-3#-##", "region": "Карелия", "city": ["Бочилово", "Каршево", "Колово", "Колодозеро", "Семёново"], "operator": "", "desc": "" },
1566
+ { "mask": "+7(81452)2-4#-##", "region": "Карелия", "city": ["Водла", "Кубово", "Онежский", "Рагнукса"], "operator": "", "desc": "" },
1567
+ { "mask": "+7(81452)2-5#-##", "region": "Карелия", "city": ["Кривцы", "Приречный"], "operator": "", "desc": "" },
1568
+ { "mask": "+7(81452)2-6#-##", "region": "Карелия", "city": "Авдеево", "operator": "", "desc": "" },
1569
+ { "mask": "+7(81452)2-7#-##", "region": "Карелия", "city": "Подпорожье", "operator": "", "desc": "" },
1570
+ { "mask": "+7(81452)2-8#-##", "region": "Карелия", "city": "Шала", "operator": "", "desc": "" },
1571
+ { "mask": "+7(81452)2-9#-##", "region": "Карелия", "city": "Пяльма", "operator": "", "desc": "" },
1572
+ { "mask": "+7(81454)#-##-##", "region": "Карелия", "city": "Калевала", "operator": "", "desc": "" },
1573
+ { "mask": "+7(81454)5-3#-##", "region": "Карелия", "city": "Кепа", "operator": "", "desc": "" },
1574
+ { "mask": "+7(81454)5-4#-##", "region": "Карелия", "city": "Юшкозеро", "operator": "", "desc": "" },
1575
+ { "mask": "+7(81454)5-7#-##", "region": "Карелия", "city": ["Войница", "Куусиниеми", "Луусалми"], "operator": "", "desc": "" },
1576
+ { "mask": "+7(81455)#-##-##", "region": "Карелия", "city": "Муезерский", "operator": "", "desc": "" },
1577
+ { "mask": "+7(81455)2-3#-##", "region": "Карелия", "city": "Тикша", "operator": "", "desc": "" },
1578
+ { "mask": "+7(81455)2-4#-##", "region": "Карелия", "city": "Реболы", "operator": "", "desc": "" },
1579
+ { "mask": "+7(81455)2-5#-##", "region": "Карелия", "city": "Ригозеро", "operator": "", "desc": "" },
1580
+ { "mask": "+7(81455)2-6#-##", "region": "Карелия", "city": ["Волома", "Пенинга"], "operator": "", "desc": "" },
1581
+ { "mask": "+7(81455)2-7#-##", "region": "Карелия", "city": "Суккозеро", "operator": "", "desc": "" },
1582
+ { "mask": "+7(81455)2-8#-##", "region": "Карелия", "city": "Ледмозеро", "operator": "", "desc": "" },
1583
+ { "mask": "+7(81455)2-9#-##", "region": "Карелия", "city": "Лендеры", "operator": "", "desc": "" },
1584
+ { "mask": "+7(81456)#-##-##", "region": "Карелия", "city": "Пряжа", "operator": "", "desc": "" },
1585
+ { "mask": "+7(81456)2-3#-##", "region": "Карелия", "city": ["Вилла Гора", "Соддер", "Сяпся", "Эссойла"], "operator": "", "desc": "" },
1586
+ { "mask": "+7(81456)2-4#-##", "region": "Карелия", "city": ["Ведлозеро", "Кинелахта", "Койвусельга", "Колатсельга", "Савиново"], "operator": "", "desc": "" },
1587
+ { "mask": "+7(81456)2-5#-##", "region": "Карелия", "city": "Чална", "operator": "", "desc": "" },
1588
+ { "mask": "+7(81456)2-6#-##", "region": "Карелия", "city": "Матросы", "operator": "", "desc": "" },
1589
+ { "mask": "+7(81456)2-7#-##", "region": "Карелия", "city": "Верхние Важины", "operator": "", "desc": "" },
1590
+ { "mask": "+7(81456)2-8#-##", "region": "Карелия", "city": "Крошнозеро", "operator": "", "desc": "" },
1591
+ { "mask": "+7(81456)2-9#-##", "region": "Карелия", "city": "Святозеро", "operator": "", "desc": "" },
1592
+ { "mask": "+7(81457)#-##-##", "region": "Карелия", "city": "Суоярви", "operator": "", "desc": "" },
1593
+ { "mask": "+7(81457)2-3#-##", "region": "Карелия", "city": "Лахколамби", "operator": "", "desc": "" },
1594
+ { "mask": "+7(81457)2-4#-##", "region": "Карелия", "city": "Поросозеро", "operator": "", "desc": "" },
1595
+ { "mask": "+7(81457)2-5#-##", "region": "Карелия", "city": "Найстеньярви", "operator": "", "desc": "" },
1596
+ { "mask": "+7(81457)2-6#-##", "region": "Карелия", "city": ["Вегарус", "Суоёки", "Тойвола", "Хаутоваара"], "operator": "", "desc": "" },
1597
+ { "mask": "+7(81457)2-7#-##", "region": "Карелия", "city": ["Вешкелица", "Лоймола", "Пийтсиёки"], "operator": "", "desc": "" },
1598
+ { "mask": "+7(81457)2-9#-##", "region": "Карелия", "city": ["Леппясюрья", "Райконкоски", "Суйстамо"], "operator": "", "desc": "" },
1599
+ { "mask": "+7(81457)3-6#-##", "region": "Карелия", "city": "Леппяниеми", "operator": "", "desc": "" },
1600
+ { "mask": "+7(81458)#-##-##", "region": "Карелия", "city": "Кемь", "operator": "", "desc": "" },
1601
+ { "mask": "+7(81458)3-1#-##", "region": "Карелия", "city": "Калгалакша", "operator": "", "desc": "" },
1602
+ { "mask": "+7(81458)3-2#-##", "region": "Карелия", "city": ["Панозеро", "Поньгома"], "operator": "", "desc": "" },
1603
+ { "mask": "+7(81458)3-4#-##", "region": "Карелия", "city": ["Авнепорог", "Кривой Порог"], "operator": "", "desc": "" },
1604
+ { "mask": "+7(81458)3-5#-##", "region": "Карелия", "city": "Рабочеостровск", "operator": "", "desc": "" },
1605
+ { "mask": "+7(81458)3-6#-##", "region": "Карелия", "city": "Шомба", "operator": "", "desc": "" },
1606
+ { "mask": "+7(81458)3-7#-##", "region": "Карелия", "city": "Кузема", "operator": "", "desc": "" },
1607
+ { "mask": "+7(81458)3-8#-##", "region": "Карелия", "city": "Баб-Губа", "operator": "", "desc": "" },
1608
+ { "mask": "+7(81458)3-9#-##", "region": "Карелия", "city": "Сокол", "operator": "", "desc": "" },
1609
+ { "mask": "+7(81459)#-##-##", "region": "Карелия", "city": "Костомукша", "operator": "", "desc": "" },
1610
+ { "mask": "+7(81459)9-3#-##", "region": "Карелия", "city": "Контокки", "operator": "", "desc": "" },
1611
+ { "mask": "+7(81459)9-5#-##", "region": "Карелия", "city": "Вокнаволок", "operator": "", "desc": "" },
1612
+ { "mask": "+7(815)###-##-##", "region": "Мурманская область", "city": "", "operator": "", "desc": "" },
1613
+ { "mask": "+7(8152)##-##-##", "region": "Мурманская область", "city": "Мурманск", "operator": "", "desc": "" },
1614
+ { "mask": "+7(81530)#-##-##", "region": "Мурманская область", "city": "Снежногорск", "operator": "", "desc": "" },
1615
+ { "mask": "+7(81531)#-##-##", "region": "Мурманская область", "city": "Кировск", "operator": "", "desc": "" },
1616
+ { "mask": "+7(81532)#-##-##", "region": "Мурманская область", "city": "Полярные Зори", "operator": "", "desc": "" },
1617
+ { "mask": "+7(81533)#-##-##", "region": "Мурманская область", "city": "Кандалакша", "operator": "", "desc": "" },
1618
+ { "mask": "+7(81535)#-##-##", "region": "Мурманская область", "city": "Ковдор", "operator": "", "desc": "" },
1619
+ { "mask": "+7(81536)#-##-##", "region": "Мурманская область", "city": "Мончегорск", "operator": "", "desc": "" },
1620
+ { "mask": "+7(81537)#-##-##", "region": "Мурманская область", "city": "Североморск", "operator": "", "desc": "" },
1621
+ { "mask": "+7(81538)#-##-##", "region": "Мурманская область", "city": "Ловозеро", "operator": "", "desc": "" },
1622
+ { "mask": "+7(81539)#-##-##", "region": "Мурманская область", "city": "Гаджиево", "operator": "", "desc": "" },
1623
+ { "mask": "+7(81551)#-##-##", "region": "Мурманская область", "city": "Полярный", "operator": "", "desc": "" },
1624
+ { "mask": "+7(81552)#-##-##", "region": "Мурманская область", "city": "Оленегорск", "operator": "", "desc": "" },
1625
+ { "mask": "+7(81553)#-##-##", "region": "Мурманская область", "city": "Кола", "operator": "", "desc": "" },
1626
+ { "mask": "+7(81554)#-##-##", "region": "Мурманская область", "city": ["Заполярный", "Никель"], "operator": "", "desc": "" },
1627
+ { "mask": "+7(81555)#-##-##", "region": "Мурманская область", "city": "Апатиты", "operator": "", "desc": "" },
1628
+ { "mask": "+7(81556)#-##-##", "region": "Мурманская область", "city": "Заозерск", "operator": "", "desc": "" },
1629
+ { "mask": "+7(81558)#-##-##", "region": "Мурманская область", "city": "Островной", "operator": "", "desc": "" },
1630
+ { "mask": "+7(81559)#-##-##", "region": "Мурманская область", "city": "Умба", "operator": "", "desc": "" },
1631
+ { "mask": "+7(816)###-##-##", "region": "Новгородская область", "city": "", "operator": "", "desc": "" },
1632
+ { "mask": "+7(8162)##-##-##", "region": "Новгородская область", "city": "Великий Новгород", "operator": "", "desc": "" },
1633
+ { "mask": "+7(81650)#-##-##", "region": "Новгородская область", "city": "Парфино", "operator": "", "desc": "" },
1634
+ { "mask": "+7(81651)#-##-##", "region": "Новгородская область", "city": "Демянск", "operator": "", "desc": "" },
1635
+ { "mask": "+7(81652)#-##-##", "region": "Новгородская область", "city": "Старая Русса", "operator": "", "desc": "" },
1636
+ { "mask": "+7(81653)#-##-##", "region": "Новгородская область", "city": "Мошенское", "operator": "", "desc": "" },
1637
+ { "mask": "+7(81654)#-##-##", "region": "Новгородская область", "city": "Холм", "operator": "", "desc": "" },
1638
+ { "mask": "+7(81655)#-##-##", "region": "Новгородская область", "city": "Сольцы", "operator": "", "desc": "" },
1639
+ { "mask": "+7(81656)#-##-##", "region": "Новгородская область", "city": "Шимск", "operator": "", "desc": "" },
1640
+ { "mask": "+7(81657)#-##-##", "region": "Новгородская область", "city": "Окуловка", "operator": "", "desc": "" },
1641
+ { "mask": "+7(81658)#-##-##", "region": "Новгородская область", "city": "Поддорье", "operator": "", "desc": "" },
1642
+ { "mask": "+7(81659)#-##-##", "region": "Новгородская область", "city": "Крестцы", "operator": "", "desc": "" },
1643
+ { "mask": "+7(81660)#-##-##", "region": "Новгородская область", "city": "Малая Вишера", "operator": "", "desc": "" },
1644
+ { "mask": "+7(81661)#-##-##", "region": "Новгородская область", "city": "Батецкий", "operator": "", "desc": "" },
1645
+ { "mask": "+7(81662)#-##-##", "region": "Новгородская область", "city": "Волот", "operator": "", "desc": "" },
1646
+ { "mask": "+7(81663)#-##-##", "region": "Новгородская область", "city": "Марёво", "operator": "", "desc": "" },
1647
+ { "mask": "+7(81664)#-##-##", "region": "Новгородская область", "city": "Боровичи", "operator": "", "desc": "" },
1648
+ { "mask": "+7(81665)#-##-##", "region": "Новгородская область", "city": "Чудово", "operator": "", "desc": "" },
1649
+ { "mask": "+7(81666)#-##-##", "region": "Новгородская область", "city": "Валдай", "operator": "", "desc": "" },
1650
+ { "mask": "+7(81667)#-##-##", "region": "Новгородская область", "city": "Хвойная", "operator": "", "desc": "" },
1651
+ { "mask": "+7(81668)#-##-##", "region": "Новгородская область", "city": "Любытино", "operator": "", "desc": "" },
1652
+ { "mask": "+7(81669)#-##-##", "region": "Новгородская область", "city": "Пестово", "operator": "", "desc": "" },
1653
+ { "mask": "+7(817)###-##-##", "region": "Вологодская область", "city": "", "operator": "", "desc": "" },
1654
+ { "mask": "+7(8172)##-##-##", "region": "Вологодская область", "city": "Вологда", "operator": "", "desc": "" },
1655
+ { "mask": "+7(81732)#-##-##", "region": "Вологодская область", "city": "Харовск", "operator": "", "desc": "" },
1656
+ { "mask": "+7(81733)#-##-##", "region": "Вологодская область", "city": "Сокол", "operator": "", "desc": "" },
1657
+ { "mask": "+7(81737)#-##-##", "region": "Вологодская область", "city": "Устюжна", "operator": "", "desc": "" },
1658
+ { "mask": "+7(81738)#-##-##", "region": "Вологодская область", "city": "Великий Устюг", "operator": "", "desc": "" },
1659
+ { "mask": "+7(81739)#-##-##", "region": "Вологодская область", "city": "Тотьма", "operator": "", "desc": "" },
1660
+ { "mask": "+7(81740)#-##-##", "region": "Вологодская область", "city": "Кичменгский Городок", "operator": "", "desc": "" },
1661
+ { "mask": "+7(81741)#-##-##", "region": "Вологодская область", "city": "Чагода", "operator": "", "desc": "" },
1662
+ { "mask": "+7(81742)#-##-##", "region": "Вологодская область", "city": "Кадуй", "operator": "", "desc": "" },
1663
+ { "mask": "+7(81743)#-##-##", "region": "Вологодская область", "city": "Бабаево", "operator": "", "desc": "" },
1664
+ { "mask": "+7(81744)#-##-##", "region": "Вологодская область", "city": "Вожега", "operator": "", "desc": "" },
1665
+ { "mask": "+7(81745)#-##-##", "region": "Вологодская область", "city": "Село имени Бабушкина", "operator": "", "desc": "" },
1666
+ { "mask": "+7(81746)#-##-##", "region": "Вологодская область", "city": "Вытегра", "operator": "", "desc": "" },
1667
+ { "mask": "+7(81747)#-##-##", "region": "Вологодская область", "city": "Нюксеница", "operator": "", "desc": "" },
1668
+ { "mask": "+7(81748)#-##-##", "region": "Вологодская область", "city": "Тарногский Городок", "operator": "", "desc": "" },
1669
+ { "mask": "+7(81749)#-##-##", "region": "Вологодская область", "city": "Шуйское", "operator": "", "desc": "" },
1670
+ { "mask": "+7(81751)#-##-##", "region": "Вологодская область", "city": "Шексна", "operator": "", "desc": "" },
1671
+ { "mask": "+7(81752)#-##-##", "region": "Вологодская область", "city": "Сямжа", "operator": "", "desc": "" },
1672
+ { "mask": "+7(81753)#-##-##", "region": "Вологодская область", "city": "Устье", "operator": "", "desc": "" },
1673
+ { "mask": "+7(81754)#-##-##", "region": "Вологодская область", "city": "Никольск", "operator": "", "desc": "" },
1674
+ { "mask": "+7(81755)#-##-##", "region": "Вологодская область", "city": "Грязовец", "operator": "", "desc": "" },
1675
+ { "mask": "+7(81756)#-##-##", "region": "Вологодская область", "city": "Белозерск", "operator": "", "desc": "" },
1676
+ { "mask": "+7(81757)#-##-##", "region": "Вологодская область", "city": "Кириллов", "operator": "", "desc": "" },
1677
+ { "mask": "+7(81758)#-##-##", "region": "Вологодская область", "city": "Липин Бор", "operator": "", "desc": "" },
1678
+ { "mask": "+7(81759)#-##-##", "region": "Вологодская область", "city": "Верховажье", "operator": "", "desc": "" },
1679
+ { "mask": "+7(818)###-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Архангельск", "operator": "", "desc": "" },
1680
+ { "mask": "+7(81830)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Холмогоры", "operator": "", "desc": "" },
1681
+ { "mask": "+7(81831)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Березник", "operator": "", "desc": "" },
1682
+ { "mask": "+7(81832)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Плесецк", "operator": "", "desc": "" },
1683
+ { "mask": "+7(81833)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Лешуконское", "operator": "", "desc": "" },
1684
+ { "mask": "+7(81834)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Мирный", "operator": "", "desc": "" },
1685
+ { "mask": "+7(81835)9-0#-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Соловецкий", "operator": "", "desc": "" },
1686
+ { "mask": "+7(81836)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Вельск", "operator": "", "desc": "" },
1687
+ { "mask": "+7(81837)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Котлас", "operator": "", "desc": "" },
1688
+ { "mask": "+7(81838)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Няндома", "operator": "", "desc": "" },
1689
+ { "mask": "+7(81839)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Онега", "operator": "", "desc": "" },
1690
+ { "mask": "+7(81840)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Красноборск", "operator": "", "desc": "" },
1691
+ { "mask": "+7(81841)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Каргополь", "operator": "", "desc": "" },
1692
+ { "mask": "+7(81842)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Северодвинск", "operator": "", "desc": "" },
1693
+ { "mask": "+7(81843)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Ильинско-Подомское", "operator": "", "desc": "" },
1694
+ { "mask": "+7(81848)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Мезень", "operator": "", "desc": "" },
1695
+ { "mask": "+7(81850)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Коряжма", "operator": "", "desc": "" },
1696
+ { "mask": "+7(81851)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Шенкурск", "operator": "", "desc": "" },
1697
+ { "mask": "+7(81852)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Новодвинск", "operator": "", "desc": "" },
1698
+ { "mask": "+7(81853)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Нарьян-Мар", "operator": "", "desc": "" },
1699
+ { "mask": "+7(81854)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Верхняя Тойма", "operator": "", "desc": "" },
1700
+ { "mask": "+7(81855)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Октябрьский", "operator": "", "desc": "" },
1701
+ { "mask": "+7(81856)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Карпогоры", "operator": "", "desc": "" },
1702
+ { "mask": "+7(81858)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Коноша", "operator": "", "desc": "" },
1703
+ { "mask": "+7(81859)#-##-##", "region": ["Архангельская область", "Ненецкий автономный округ"], "city": "Яренск", "operator": "", "desc": "" },
1704
+ { "mask": "+7(820)###-##-##", "region": "Вологодская область", "city": "", "operator": "", "desc": "" },
1705
+ { "mask": "+7(8202)##-##-##", "region": "Вологодская область", "city": "Череповец", "operator": "", "desc": "" },
1706
+ { "mask": "+7(821)###-##-##", "region": "Республика Коми", "city": "", "operator": "", "desc": "" },
1707
+ { "mask": "+7(8212)##-##-##", "region": "Республика Коми", "city": "Сыктывкар", "operator": "", "desc": "" },
1708
+ { "mask": "+7(82130)#-##-##", "region": "Республика Коми", "city": "Выльгорт", "operator": "", "desc": "" },
1709
+ { "mask": "+7(82131)#-##-##", "region": "Республика Коми", "city": "Визинга", "operator": "", "desc": "" },
1710
+ { "mask": "+7(82132)#-##-##", "region": "Республика Коми", "city": "Койгородок", "operator": "", "desc": "" },
1711
+ { "mask": "+7(82133)#-##-##", "region": "Республика Коми", "city": "Объячево", "operator": "", "desc": "" },
1712
+ { "mask": "+7(82134)#-##-##", "region": "Республика Коми", "city": "Айкино", "operator": "", "desc": "" },
1713
+ { "mask": "+7(82135)#-##-##", "region": "Республика Коми", "city": "Усогорск", "operator": "", "desc": "" },
1714
+ { "mask": "+7(82136)#-##-##", "region": "Республика Коми", "city": "Корткерос", "operator": "", "desc": "" },
1715
+ { "mask": "+7(82137)#-##-##", "region": "Республика Коми", "city": "Усть-Кулом", "operator": "", "desc": "" },
1716
+ { "mask": "+7(82138)#-##-##", "region": "Республика Коми", "city": "Троицко-Печорск", "operator": "", "desc": "" },
1717
+ { "mask": "+7(82139)#-##-##", "region": "Республика Коми", "city": "Емва", "operator": "", "desc": "" },
1718
+ { "mask": "+7(82140)#-##-##", "region": "Республика Коми", "city": "Ижма", "operator": "", "desc": "" },
1719
+ { "mask": "+7(82141)#-##-##", "region": "Республика Коми", "city": "Усть-Цильма", "operator": "", "desc": "" },
1720
+ { "mask": "+7(82142)#-##-##", "region": "Республика Коми", "city": "Печора", "operator": "", "desc": "" },
1721
+ { "mask": "+7(82144)#-##-##", "region": "Республика Коми", "city": "Усинск", "operator": "", "desc": "" },
1722
+ { "mask": "+7(82145)#-##-##", "region": "Республика Коми", "city": "Инта", "operator": "", "desc": "" },
1723
+ { "mask": "+7(82146)#-##-##", "region": "Республика Коми", "city": "Вуктыл", "operator": "", "desc": "" },
1724
+ { "mask": "+7(82149)#-##-##", "region": "Республика Коми", "city": "Сосногорск", "operator": "", "desc": "" },
1725
+ { "mask": "+7(82151)#-##-##", "region": "Республика Коми", "city": "Воркута", "operator": "", "desc": "" },
1726
+ { "mask": "+7(8216)##-##-##", "region": "Республика Коми", "city": "Ухта", "operator": "", "desc": "" },
1727
+ { "mask": "+7(831)###-##-##", "region": "Нижегородская область", "city": "Нижний Новгород", "operator": "", "desc": "" },
1728
+ { "mask": "+7(8313)##-##-##", "region": "Нижегородская область", "city": "Дзержинск", "operator": "", "desc": "" },
1729
+ { "mask": "+7(83130)#-##-##", "region": "Нижегородская область", "city": "Саров", "operator": "", "desc": "" },
1730
+ { "mask": "+7(83134)#-##-##", "region": "Нижегородская область", "city": "Дивеево", "operator": "", "desc": "" },
1731
+ { "mask": "+7(83136)#-##-##", "region": "Нижегородская область", "city": "Володарск", "operator": "", "desc": "" },
1732
+ { "mask": "+7(83137)#-##-##", "region": "Нижегородская область", "city": "Сокольское", "operator": "", "desc": "" },
1733
+ { "mask": "+7(83138)#-##-##", "region": "Нижегородская область", "city": "Большое Болдино", "operator": "", "desc": "" },
1734
+ { "mask": "+7(83139)#-##-##", "region": "Нижегородская область", "city": "Первомайск", "operator": "", "desc": "" },
1735
+ { "mask": "+7(83140)#-##-##", "region": "Нижегородская область", "city": "Вад", "operator": "", "desc": "" },
1736
+ { "mask": "+7(83144)#-##-##", "region": "Нижегородская область", "city": "Балахна", "operator": "", "desc": "" },
1737
+ { "mask": "+7(83145)#-##-##", "region": "Нижегородская область", "city": "Кстово", "operator": "", "desc": "" },
1738
+ { "mask": "+7(83147)#-##-##", "region": "Нижегородская область", "city": "Арзамас", "operator": "", "desc": "" },
1739
+ { "mask": "+7(83148)#-##-##", "region": "Нижегородская область", "city": "Перевоз", "operator": "", "desc": "" },
1740
+ { "mask": "+7(83149)#-##-##", "region": "Нижегородская область", "city": "Лысково", "operator": "", "desc": "" },
1741
+ { "mask": "+7(83150)#-##-##", "region": "Нижегородская область", "city": "Ветлуга", "operator": "", "desc": "" },
1742
+ { "mask": "+7(83151)#-##-##", "region": "Нижегородская область", "city": "Тоншаево", "operator": "", "desc": "" },
1743
+ { "mask": "+7(83152)#-##-##", "region": "Нижегородская область", "city": "Шахунья", "operator": "", "desc": "" },
1744
+ { "mask": "+7(83153)#-##-##", "region": "Нижегородская область", "city": "Тонкино", "operator": "", "desc": "" },
1745
+ { "mask": "+7(83154)#-##-##", "region": "Нижегородская область", "city": "Урень", "operator": "", "desc": "" },
1746
+ { "mask": "+7(83155)#-##-##", "region": "Нижегородская область", "city": "Шаранга", "operator": "", "desc": "" },
1747
+ { "mask": "+7(83156)#-##-##", "region": "Нижегородская область", "city": "Красные Баки", "operator": "", "desc": "" },
1748
+ { "mask": "+7(83157)#-##-##", "region": "Нижегородская область", "city": "Ковернино", "operator": "", "desc": "" },
1749
+ { "mask": "+7(83158)#-##-##", "region": "Нижегородская область", "city": "Варнавино", "operator": "", "desc": "" },
1750
+ { "mask": "+7(83159)#-##-##", "region": "Нижегородская область", "city": "Бор", "operator": "", "desc": "" },
1751
+ { "mask": "+7(83160)#-##-##", "region": "Нижегородская область", "city": "Чкаловск", "operator": "", "desc": "" },
1752
+ { "mask": "+7(83161)#-##-##", "region": "Нижегородская область", "city": "Городец", "operator": "", "desc": "" },
1753
+ { "mask": "+7(83162)#-##-##", "region": "Нижегородская область", "city": "Семёнов", "operator": "", "desc": "" },
1754
+ { "mask": "+7(83163)#-##-##", "region": "Нижегородская область", "city": "Воскресенское", "operator": "", "desc": "" },
1755
+ { "mask": "+7(83164)#-##-##", "region": "Нижегородская область", "city": "Воротынец", "operator": "", "desc": "" },
1756
+ { "mask": "+7(83165)#-##-##", "region": "Нижегородская область", "city": "Спасское", "operator": "", "desc": "" },
1757
+ { "mask": "+7(83166)#-##-##", "region": "Нижегородская область", "city": "Княгинино", "operator": "", "desc": "" },
1758
+ { "mask": "+7(83167)#-##-##", "region": "Нижегородская область", "city": "Большое Мурашкино", "operator": "", "desc": "" },
1759
+ { "mask": "+7(83168)#-##-##", "region": "Нижегородская область", "city": "Дальнее Константиново", "operator": "", "desc": "" },
1760
+ { "mask": "+7(83169)#-##-##", "region": "Нижегородская область", "city": "Заволжье", "operator": "", "desc": "" },
1761
+ { "mask": "+7(83170)#-##-##", "region": "Нижегородская область", "city": "Богородск", "operator": "", "desc": "" },
1762
+ { "mask": "+7(83171)#-##-##", "region": "Нижегородская область", "city": ["Павлово", "Ворсма"], "operator": "", "desc": "" },
1763
+ { "mask": "+7(83172)#-##-##", "region": "Нижегородская область", "city": "Бутурлино", "operator": "", "desc": "" },
1764
+ { "mask": "+7(83173)#-##-##", "region": "Нижегородская область", "city": "Вача", "operator": "", "desc": "" },
1765
+ { "mask": "+7(83174)#-##-##", "region": "Нижегородская область", "city": "Сосновское", "operator": "", "desc": "" },
1766
+ { "mask": "+7(83175)#-##-##", "region": "Нижегородская область", "city": "Навашино", "operator": "", "desc": "" },
1767
+ { "mask": "+7(83176)#-##-##", "region": "Нижегородская область", "city": "Кулебаки", "operator": "", "desc": "" },
1768
+ { "mask": "+7(83177)#-##-##", "region": "Нижегородская область", "city": "Выкса", "operator": "", "desc": "" },
1769
+ { "mask": "+7(83178)#-##-##", "region": "Нижегородская область", "city": "Вознесенское", "operator": "", "desc": "" },
1770
+ { "mask": "+7(83179)#-##-##", "region": "Нижегородская область", "city": "Ардатов", "operator": "", "desc": "" },
1771
+ { "mask": "+7(83190)#-##-##", "region": "Нижегородская область", "city": "Шатки", "operator": "", "desc": "" },
1772
+ { "mask": "+7(83191)#-##-##", "region": "Нижегородская область", "city": "Сергач", "operator": "", "desc": "" },
1773
+ { "mask": "+7(83192)#-##-##", "region": "Нижегородская область", "city": "Пильна", "operator": "", "desc": "" },
1774
+ { "mask": "+7(83193)#-##-##", "region": "Нижегородская область", "city": "Сеченово", "operator": "", "desc": "" },
1775
+ { "mask": "+7(83194)#-##-##", "region": "Нижегородская область", "city": "Уразовка", "operator": "", "desc": "" },
1776
+ { "mask": "+7(83195)#-##-##", "region": "Нижегородская область", "city": "Гагино", "operator": "", "desc": "" },
1777
+ { "mask": "+7(83196)#-##-##", "region": "Нижегородская область", "city": "Лукоянов", "operator": "", "desc": "" },
1778
+ { "mask": "+7(83197)#-##-##", "region": "Нижегородская область", "city": "Починки", "operator": "", "desc": "" },
1779
+ { "mask": "+7(833)###-##-##", "region": "Кировская область", "city": "", "operator": "", "desc": "" },
1780
+ { "mask": "+7(8332)##-##-##", "region": "Кировская область", "city": "Киров", "operator": "", "desc": "" },
1781
+ { "mask": "+7(83330)#-##-##", "region": "Кировская область", "city": "Арбаж", "operator": "", "desc": "" },
1782
+ { "mask": "+7(83331)#-##-##", "region": "Кировская область", "city": "Афанасьево", "operator": "", "desc": "" },
1783
+ { "mask": "+7(83332)#-##-##", "region": "Кировская область", "city": "Фаленки", "operator": "", "desc": "" },
1784
+ { "mask": "+7(83333)#-##-##", "region": "Кировская область", "city": "Богородское", "operator": "", "desc": "" },
1785
+ { "mask": "+7(83334)#-##-##", "region": "Кировская область", "city": "Вятские Поляны", "operator": "", "desc": "" },
1786
+ { "mask": "+7(83335)#-##-##", "region": "Кировская область", "city": "Верхошижемье", "operator": "", "desc": "" },
1787
+ { "mask": "+7(83336)#-##-##", "region": "Кировская область", "city": "Даровской", "operator": "", "desc": "" },
1788
+ { "mask": "+7(83337)#-##-##", "region": "Кировская область", "city": "Зуевка", "operator": "", "desc": "" },
1789
+ { "mask": "+7(83338)#-##-##", "region": "Кировская область", "city": "Кильмезь", "operator": "", "desc": "" },
1790
+ { "mask": "+7(83339)#-##-##", "region": "Кировская область", "city": "Кирс", "operator": "", "desc": "" },
1791
+ { "mask": "+7(83340)#-##-##", "region": "Кировская область", "city": "Тужа", "operator": "", "desc": "" },
1792
+ { "mask": "+7(83341)#-##-##", "region": "Кировская область", "city": "Кикнур", "operator": "", "desc": "" },
1793
+ { "mask": "+7(83342)#-##-##", "region": "Кировская область", "city": "Котельнич", "operator": "", "desc": "" },
1794
+ { "mask": "+7(83343)#-##-##", "region": "Кировская область", "city": "Кумены", "operator": "", "desc": "" },
1795
+ { "mask": "+7(83344)#-##-##", "region": "Кировская область", "city": "Лебяжье", "operator": "", "desc": "" },
1796
+ { "mask": "+7(83345)#-##-##", "region": "Кировская область", "city": "Ленинское", "operator": "", "desc": "" },
1797
+ { "mask": "+7(83346)#-##-##", "region": "Кировская область", "city": "Луза", "operator": "", "desc": "" },
1798
+ { "mask": "+7(83347)#-##-##", "region": "Кировская область", "city": "Малмыж", "operator": "", "desc": "" },
1799
+ { "mask": "+7(83348)#-##-##", "region": "Кировская область", "city": "Мураши", "operator": "", "desc": "" },
1800
+ { "mask": "+7(83349)#-##-##", "region": "Кировская область", "city": "Нагорск", "operator": "", "desc": "" },
1801
+ { "mask": "+7(83350)#-##-##", "region": "Кировская область", "city": "Нема", "operator": "", "desc": "" },
1802
+ { "mask": "+7(83351)#-##-##", "region": "Кировская область", "city": "Подосиновец", "operator": "", "desc": "" },
1803
+ { "mask": "+7(83352)#-##-##", "region": "Кировская область", "city": "Омутнинск", "operator": "", "desc": "" },
1804
+ { "mask": "+7(83353)#-##-##", "region": "Кировская область", "city": "Опарино", "operator": "", "desc": "" },
1805
+ { "mask": "+7(83354)#-##-##", "region": "Кировская область", "city": "Оричи", "operator": "", "desc": "" },
1806
+ { "mask": "+7(83355)#-##-##", "region": "Кировская область", "city": "Пижанка", "operator": "", "desc": "" },
1807
+ { "mask": "+7(83357)#-##-##", "region": "Кировская область", "city": "Санчурск", "operator": "", "desc": "" },
1808
+ { "mask": "+7(83358)#-##-##", "region": "Кировская область", "city": "Свеча", "operator": "", "desc": "" },
1809
+ { "mask": "+7(83359)#-##-##", "region": "Кировская область", "city": "Уни", "operator": "", "desc": "" },
1810
+ { "mask": "+7(83361)#-##-##", "region": "Кировская область", "city": "Кирово-Чепецк", "operator": "", "desc": "" },
1811
+ { "mask": "+7(83362)#-##-##", "region": "Кировская область", "city": "Слободской", "operator": "", "desc": "" },
1812
+ { "mask": "+7(83363)#-##-##", "region": "Кировская область", "city": "Уржум", "operator": "", "desc": "" },
1813
+ { "mask": "+7(83364)#-##-##", "region": "Кировская область", "city": "Белая Холуница", "operator": "", "desc": "" },
1814
+ { "mask": "+7(83365)#-##-##", "region": "Кировская область", "city": "Орлов", "operator": "", "desc": "" },
1815
+ { "mask": "+7(83366)#-##-##", "region": "Кировская область", "city": "Юрья", "operator": "", "desc": "" },
1816
+ { "mask": "+7(83367)#-##-##", "region": "Кировская область", "city": "Яранск", "operator": "", "desc": "" },
1817
+ { "mask": "+7(83368)#-##-##", "region": "Кировская область", "city": "Нолинск", "operator": "", "desc": "" },
1818
+ { "mask": "+7(83369)#-##-##", "region": "Кировская область", "city": "Суна", "operator": "", "desc": "" },
1819
+ { "mask": "+7(83375)#-##-##", "region": "Кировская область", "city": "Советск", "operator": "", "desc": "" },
1820
+ { "mask": "+7(834)###-##-##", "region": "Мордовия", "city": "", "operator": "", "desc": "" },
1821
+ { "mask": "+7(8342)##-##-##", "region": "Мордовия", "city": "Саранск", "operator": "", "desc": "" },
1822
+ { "mask": "+7(83431)#-##-##", "region": "Мордовия", "city": "Ардатов", "operator": "", "desc": "" },
1823
+ { "mask": "+7(83432)#-##-##", "region": "Мордовия", "city": "Старое Шайгово", "operator": "", "desc": "" },
1824
+ { "mask": "+7(83433)#-##-##", "region": "Мордовия", "city": "Кемля", "operator": "", "desc": "" },
1825
+ { "mask": "+7(83434)#-##-##", "region": "Мордовия", "city": "Атяшево", "operator": "", "desc": "" },
1826
+ { "mask": "+7(83436)#-##-##", "region": "Мордовия", "city": "Большие Березники", "operator": "", "desc": "" },
1827
+ { "mask": "+7(83437)#-##-##", "region": "Мордовия", "city": "Чамзинка", "operator": "", "desc": "" },
1828
+ { "mask": "+7(83438)#-##-##", "region": "Мордовия", "city": "Ромоданово", "operator": "", "desc": "" },
1829
+ { "mask": "+7(83439)#-##-##", "region": "Мордовия", "city": "Кочкурово", "operator": "", "desc": "" },
1830
+ { "mask": "+7(83441)#-##-##", "region": "Мордовия", "city": "Лямбирь", "operator": "", "desc": "" },
1831
+ { "mask": "+7(83442)#-##-##", "region": "Мордовия", "city": "Большое Игнатово", "operator": "", "desc": "" },
1832
+ { "mask": "+7(83443)#-##-##", "region": "Мордовия", "city": "Краснослободск", "operator": "", "desc": "" },
1833
+ { "mask": "+7(83444)#-##-##", "region": "Мордовия", "city": "Ельники", "operator": "", "desc": "" },
1834
+ { "mask": "+7(83445)#-##-##", "region": "Мордовия", "city": "Темников", "operator": "", "desc": "" },
1835
+ { "mask": "+7(83446)#-##-##", "region": "Мордовия", "city": "Теньгушево", "operator": "", "desc": "" },
1836
+ { "mask": "+7(83447)#-##-##", "region": "Мордовия", "city": "Дубенки", "operator": "", "desc": "" },
1837
+ { "mask": "+7(83448)#-##-##", "region": "Мордовия", "city": "Кадошкино", "operator": "", "desc": "" },
1838
+ { "mask": "+7(83449)#-##-##", "region": "Мордовия", "city": "Инсар", "operator": "", "desc": "" },
1839
+ { "mask": "+7(83451)#-##-##", "region": "Мордовия", "city": "Рузаевка", "operator": "", "desc": "" },
1840
+ { "mask": "+7(83453)#-##-##", "region": "Мордовия", "city": "Ковылкино", "operator": "", "desc": "" },
1841
+ { "mask": "+7(83454)#-##-##", "region": "Мордовия", "city": "Атюрьево", "operator": "", "desc": "" },
1842
+ { "mask": "+7(83456)#-##-##", "region": "Мордовия", "city": "Торбеево", "operator": "", "desc": "" },
1843
+ { "mask": "+7(83457)#-##-##", "region": "Мордовия", "city": "Явас", "operator": "", "desc": "" },
1844
+ { "mask": "+7(83458)#-##-##", "region": "Мордовия", "city": "Зубова Поляна", "operator": "", "desc": "" },
1845
+ { "mask": "+7(835)###-##-##", "region": "Чувашия", "city": "", "operator": "", "desc": "" },
1846
+ { "mask": "+7(8352)##-##-##", "region": "Чувашия", "city": "Чебоксары", "operator": "", "desc": "" },
1847
+ { "mask": "+7(8352)7#-##-##", "region": "Чувашия", "city": "Новочебоксарск", "operator": "", "desc": "" },
1848
+ { "mask": "+7(83530)#-##-##", "region": "Чувашия", "city": "Красноармейское", "operator": "", "desc": "" },
1849
+ { "mask": "+7(83531)#-##-##", "region": "Чувашия", "city": "Алатырь", "operator": "", "desc": "" },
1850
+ { "mask": "+7(83532)#-##-##", "region": "Чувашия", "city": "Батырево", "operator": "", "desc": "" },
1851
+ { "mask": "+7(83533)#-##-##", "region": "Чувашия", "city": "Канаш", "operator": "", "desc": "" },
1852
+ { "mask": "+7(83534)#-##-##", "region": "Чувашия", "city": "Козловка", "operator": "", "desc": "" },
1853
+ { "mask": "+7(83535)#-##-##", "region": "Чувашия", "city": "Аликово", "operator": "", "desc": "" },
1854
+ { "mask": "+7(83536)#-##-##", "region": "Чувашия", "city": "Шумерля", "operator": "", "desc": "" },
1855
+ { "mask": "+7(83537)#-##-##", "region": "Чувашия", "city": "Вурнары", "operator": "", "desc": "" },
1856
+ { "mask": "+7(83538)#-##-##", "region": "Чувашия", "city": "Ибреси", "operator": "", "desc": "" },
1857
+ { "mask": "+7(83539)#-##-##", "region": "Чувашия", "city": "Комсомольское", "operator": "", "desc": "" },
1858
+ { "mask": "+7(83540)#-##-##", "region": "Чувашия", "city": "Кугеси", "operator": "", "desc": "" },
1859
+ { "mask": "+7(83541)#-##-##", "region": "Чувашия", "city": "Моргауши", "operator": "", "desc": "" },
1860
+ { "mask": "+7(83542)#-##-##", "region": "Чувашия", "city": "Мариинский Посад", "operator": "", "desc": "" },
1861
+ { "mask": "+7(83543)#-##-##", "region": "Чувашия", "city": "Порецкое", "operator": "", "desc": "" },
1862
+ { "mask": "+7(83544)#-##-##", "region": "Чувашия", "city": "Урмары", "operator": "", "desc": "" },
1863
+ { "mask": "+7(83545)#-##-##", "region": "Чувашия", "city": "Цивильск", "operator": "", "desc": "" },
1864
+ { "mask": "+7(83546)#-##-##", "region": "Чувашия", "city": "Шемурша", "operator": "", "desc": "" },
1865
+ { "mask": "+7(83547)#-##-##", "region": "Чувашия", "city": "Ядрин", "operator": "", "desc": "" },
1866
+ { "mask": "+7(83548)#-##-##", "region": "Чувашия", "city": "Янтиково", "operator": "", "desc": "" },
1867
+ { "mask": "+7(83549)#-##-##", "region": "Чувашия", "city": "Яльчики", "operator": "", "desc": "" },
1868
+ { "mask": "+7(83551)#-##-##", "region": "Чувашия", "city": "Красные Четаи", "operator": "", "desc": "" },
1869
+ { "mask": "+7(836)###-##-##", "region": "Марий Эл", "city": "", "operator": "", "desc": "" },
1870
+ { "mask": "+7(8362)##-##-##", "region": "Марий Эл", "city": "Йошкар-Ола", "operator": "", "desc": "" },
1871
+ { "mask": "+7(83631)#-##-##", "region": "Марий Эл", "city": "Волжск", "operator": "", "desc": "" },
1872
+ { "mask": "+7(83632)#-##-##", "region": "Марий Эл", "city": "Козьмодемьянск", "operator": "", "desc": "" },
1873
+ { "mask": "+7(83633)#-##-##", "region": "Марий Эл", "city": "Сернур", "operator": "", "desc": "" },
1874
+ { "mask": "+7(83634)#-##-##", "region": "Марий Эл", "city": "Мари-Турек", "operator": "", "desc": "" },
1875
+ { "mask": "+7(83635)#-##-##", "region": "Марий Эл", "city": "Морки", "operator": "", "desc": "" },
1876
+ { "mask": "+7(83636)#-##-##", "region": "Марий Эл", "city": "Новый Торъял", "operator": "", "desc": "" },
1877
+ { "mask": "+7(83637)#-##-##", "region": "Марий Эл", "city": "Куженер", "operator": "", "desc": "" },
1878
+ { "mask": "+7(83638)#-##-##", "region": "Марий Эл", "city": "Советский", "operator": "", "desc": "" },
1879
+ { "mask": "+7(83639)#-##-##", "region": "Марий Эл", "city": "Параньга", "operator": "", "desc": "" },
1880
+ { "mask": "+7(83641)#-##-##", "region": "Марий Эл", "city": "Оршанка", "operator": "", "desc": "" },
1881
+ { "mask": "+7(83643)#-##-##", "region": "Марий Эл", "city": "Килемары", "operator": "", "desc": "" },
1882
+ { "mask": "+7(83644)#-##-##", "region": "Марий Эл", "city": "Юрино", "operator": "", "desc": "" },
1883
+ { "mask": "+7(83645)#-##-##", "region": "Марий Эл", "city": "Звенигово", "operator": "", "desc": "" },
1884
+ { "mask": "+7(840)###-##-##", "region": "Абхазия", "city": "", "operator": "", "desc": "" },
1885
+ { "mask": "+7(840)22#-##-##", "region": "Абхазия", "city": "Сухум", "operator": "", "desc": "" },
1886
+ { "mask": "+7(840)23#-##-##", "region": "Абхазия", "city": "Гагра", "operator": "", "desc": "" },
1887
+ { "mask": "+7(840)24#-##-##", "region": "Абхазия", "city": "Гудаута", "operator": "", "desc": "" },
1888
+ { "mask": "+7(840)25#-##-##", "region": "Абхазия", "city": "Очамчыра", "operator": "", "desc": "" },
1889
+ { "mask": "+7(840)26#-##-##", "region": "Абхазия", "city": "Ткуарчал", "operator": "", "desc": "" },
1890
+ { "mask": "+7(840)27#-##-##", "region": "Абхазия", "city": "Гулрыпш", "operator": "", "desc": "" },
1891
+ { "mask": "+7(840)28#-##-##", "region": "Абхазия", "city": "Гал", "operator": "", "desc": "" },
1892
+ { "mask": "+7(841)###-##-##", "region": "Пензенская область", "city": "", "operator": "", "desc": "" },
1893
+ { "mask": "+7(8412)##-##-##", "region": "Пензенская область", "city": "Пенза", "operator": "", "desc": "" },
1894
+ { "mask": "+7(84140)#-##-##", "region": "Пензенская область", "city": "Бессоновка", "operator": "", "desc": "" },
1895
+ { "mask": "+7(84141)#-##-##", "region": "Пензенская область", "city": "Беково", "operator": "", "desc": "" },
1896
+ { "mask": "+7(84142)#-##-##", "region": "Пензенская область", "city": "Вадинск", "operator": "", "desc": "" },
1897
+ { "mask": "+7(84143)#-##-##", "region": "Пензенская область", "city": "Башмаково", "operator": "", "desc": "" },
1898
+ { "mask": "+7(84144)#-##-##", "region": "Пензенская область", "city": "Исса", "operator": "", "desc": "" },
1899
+ { "mask": "+7(84145)#-##-##", "region": "Пензенская область", "city": "Русский Камешкир", "operator": "", "desc": "" },
1900
+ { "mask": "+7(84146)#-##-##", "region": "Пензенская область", "city": "Колышлей", "operator": "", "desc": "" },
1901
+ { "mask": "+7(84147)#-##-##", "region": "Пензенская область", "city": "Кондоль", "operator": "", "desc": "" },
1902
+ { "mask": "+7(84148)#-##-##", "region": "Пензенская область", "city": "Лопатино", "operator": "", "desc": "" },
1903
+ { "mask": "+7(84150)#-##-##", "region": "Пензенская область", "city": "Мокшан", "operator": "", "desc": "" },
1904
+ { "mask": "+7(84151)#-##-##", "region": "Пензенская область", "city": "Спасск", "operator": "", "desc": "" },
1905
+ { "mask": "+7(84152)#-##-##", "region": "Пензенская область", "city": "Пачелма", "operator": "", "desc": "" },
1906
+ { "mask": "+7(84153)#-##-##", "region": "Пензенская область", "city": "Белинский", "operator": "", "desc": "" },
1907
+ { "mask": "+7(84154)#-##-##", "region": "Пензенская область", "city": "Нижний Ломов", "operator": "", "desc": "" },
1908
+ { "mask": "+7(84155)#-##-##", "region": "Пензенская область", "city": "Земетчино", "operator": "", "desc": "" },
1909
+ { "mask": "+7(84156)#-##-##", "region": "Пензенская область", "city": "Каменка", "operator": "", "desc": "" },
1910
+ { "mask": "+7(84157)#-##-##", "region": "Пензенская область", "city": "Кузнецк", "operator": "", "desc": "" },
1911
+ { "mask": "+7(84158)#-##-##", "region": "Пензенская область", "city": "Городище", "operator": "", "desc": "" },
1912
+ { "mask": "+7(84159)#-##-##", "region": "Пензенская область", "city": "Шемышейка", "operator": "", "desc": "" },
1913
+ { "mask": "+7(84161)#-##-##", "region": "Пензенская область", "city": "Лунино", "operator": "", "desc": "" },
1914
+ { "mask": "+7(84162)#-##-##", "region": "Пензенская область", "city": "Малая Сердоба", "operator": "", "desc": "" },
1915
+ { "mask": "+7(84163)#-##-##", "region": "Пензенская область", "city": "Наровчат", "operator": "", "desc": "" },
1916
+ { "mask": "+7(84164)#-##-##", "region": "Пензенская область", "city": "Неверкино", "operator": "", "desc": "" },
1917
+ { "mask": "+7(84165)#-##-##", "region": "Пензенская область", "city": "Никольск", "operator": "", "desc": "" },
1918
+ { "mask": "+7(84167)#-##-##", "region": "Пензенская область", "city": "Сердобск", "operator": "", "desc": "" },
1919
+ { "mask": "+7(84168)#-##-##", "region": "Пензенская область", "city": "Сосновоборск", "operator": "", "desc": "" },
1920
+ { "mask": "+7(84169)#-##-##", "region": "Пензенская область", "city": "Тамала", "operator": "", "desc": "" },
1921
+ { "mask": "+7(842)###-##-##", "region": "Ульяновская область", "city": "", "operator": "", "desc": "" },
1922
+ { "mask": "+7(8422)##-##-##", "region": "Ульяновская область", "city": "Ульяновск", "operator": "", "desc": "" },
1923
+ { "mask": "+7(84230)#-##-##", "region": "Ульяновская область", "city": "Старая Майна", "operator": "", "desc": "" },
1924
+ { "mask": "+7(84231)#-##-##", "region": "Ульяновская область", "city": "Чердаклы", "operator": "", "desc": "" },
1925
+ { "mask": "+7(84232)#-##-##", "region": "Ульяновская область", "city": "Новая Малыкла", "operator": "", "desc": "" },
1926
+ { "mask": "+7(84233)#-##-##", "region": "Ульяновская область", "city": "Сенгилей", "operator": "", "desc": "" },
1927
+ { "mask": "+7(84234)#-##-##", "region": "Ульяновская область", "city": "Тереньга", "operator": "", "desc": "" },
1928
+ { "mask": "+7(84235)#-##-##", "region": "Ульяновская область", "city": "Димитровград", "operator": "", "desc": "" },
1929
+ { "mask": "+7(84237)#-##-##", "region": "Ульяновская область", "city": "Кузоватово", "operator": "", "desc": "" },
1930
+ { "mask": "+7(84238)#-##-##", "region": "Ульяновская область", "city": "Новоспасское", "operator": "", "desc": "" },
1931
+ { "mask": "+7(84239)#-##-##", "region": "Ульяновская область", "city": "Радищево", "operator": "", "desc": "" },
1932
+ { "mask": "+7(84240)#-##-##", "region": "Ульяновская область", "city": "Базарный Сызган", "operator": "", "desc": "" },
1933
+ { "mask": "+7(84241)#-##-##", "region": "Ульяновская область", "city": "Инза", "operator": "", "desc": "" },
1934
+ { "mask": "+7(84242)#-##-##", "region": "Ульяновская область", "city": "Сурское", "operator": "", "desc": "" },
1935
+ { "mask": "+7(84243)#-##-##", "region": "Ульяновская область", "city": "Вешкайма", "operator": "", "desc": "" },
1936
+ { "mask": "+7(84244)#-##-##", "region": "Ульяновская область", "city": "Майна", "operator": "", "desc": "" },
1937
+ { "mask": "+7(84245)#-##-##", "region": "Ульяновская область", "city": "Большое Нагаткино", "operator": "", "desc": "" },
1938
+ { "mask": "+7(84246)#-##-##", "region": "Ульяновская область", "city": "Карсун", "operator": "", "desc": "" },
1939
+ { "mask": "+7(84247)#-##-##", "region": "Ульяновская область", "city": "Николаевка", "operator": "", "desc": "" },
1940
+ { "mask": "+7(84248)#-##-##", "region": "Ульяновская область", "city": "Павловка", "operator": "", "desc": "" },
1941
+ { "mask": "+7(84249)#-##-##", "region": "Ульяновская область", "city": "Старая Кулатка", "operator": "", "desc": "" },
1942
+ { "mask": "+7(84253)#-##-##", "region": "Ульяновская область", "city": "Барыш", "operator": "", "desc": "" },
1943
+ { "mask": "+7(84254)#-##-##", "region": "Ульяновская область", "city": "Ишеевка", "operator": "", "desc": "" },
1944
+ { "mask": "+7(84255)#-##-##", "region": "Ульяновская область", "city": "Новоульяновск", "operator": "", "desc": "" },
1945
+ { "mask": "+7(843)###-##-##", "region": "Татарстан", "city": "Казань", "operator": "", "desc": "" },
1946
+ { "mask": "+7(84341)#-##-##", "region": "Татарстан", "city": "Алексеевское", "operator": "", "desc": "" },
1947
+ { "mask": "+7(84342)#-##-##", "region": "Татарстан", "city": "Чистополь", "operator": "", "desc": "" },
1948
+ { "mask": "+7(84344)#-##-##", "region": "Татарстан", "city": "Аксубаево", "operator": "", "desc": "" },
1949
+ { "mask": "+7(84345)#-##-##", "region": "Татарстан", "city": "Нурлат", "operator": "", "desc": "" },
1950
+ { "mask": "+7(84346)#-##-##", "region": "Татарстан", "city": "Базарные Матаки", "operator": "", "desc": "" },
1951
+ { "mask": "+7(84347)#-##-##", "region": "Татарстан", "city": "Болгар", "operator": "", "desc": "" },
1952
+ { "mask": "+7(84348)#-##-##", "region": "Татарстан", "city": "Новошешминск", "operator": "", "desc": "" },
1953
+ { "mask": "+7(84360)#-##-##", "region": "Татарстан", "city": "Тюлячи", "operator": "", "desc": "" },
1954
+ { "mask": "+7(84361)#-##-##", "region": "Татарстан", "city": "Рыбная Слобода", "operator": "", "desc": "" },
1955
+ { "mask": "+7(84362)#-##-##", "region": "Татарстан", "city": "Богатые Сабы", "operator": "", "desc": "" },
1956
+ { "mask": "+7(84364)#-##-##", "region": "Татарстан", "city": "Кукмор", "operator": "", "desc": "" },
1957
+ { "mask": "+7(84365)#-##-##", "region": "Татарстан", "city": "Высокая Гора", "operator": "", "desc": "" },
1958
+ { "mask": "+7(84366)#-##-##", "region": "Татарстан", "city": "Арск", "operator": "", "desc": "" },
1959
+ { "mask": "+7(84367)#-##-##", "region": "Татарстан", "city": "Пестрецы", "operator": "", "desc": "" },
1960
+ { "mask": "+7(84368)#-##-##", "region": "Татарстан", "city": "Балтаси", "operator": "", "desc": "" },
1961
+ { "mask": "+7(84369)#-##-##", "region": "Татарстан", "city": "Большая Атня", "operator": "", "desc": "" },
1962
+ { "mask": "+7(84370)#-##-##", "region": "Татарстан", "city": "Большие Кайбицы", "operator": "", "desc": "" },
1963
+ { "mask": "+7(84371)#-##-##", "region": "Татарстан", "city": "Зеленодольск", "operator": "", "desc": "" },
1964
+ { "mask": "+7(84373)#-##-##", "region": "Татарстан", "city": "Тетюши", "operator": "", "desc": "" },
1965
+ { "mask": "+7(84374)#-##-##", "region": "Татарстан", "city": "Буинск", "operator": "", "desc": "" },
1966
+ { "mask": "+7(84375)#-##-##", "region": "Татарстан", "city": "Старое Дрожжаное", "operator": "", "desc": "" },
1967
+ { "mask": "+7(84376)#-##-##", "region": "Татарстан", "city": "Апастово", "operator": "", "desc": "" },
1968
+ { "mask": "+7(84377)#-##-##", "region": "Татарстан", "city": "Камское Устье", "operator": "", "desc": "" },
1969
+ { "mask": "+7(84378)#-##-##", "region": "Татарстан", "city": "Лаишево", "operator": "", "desc": "" },
1970
+ { "mask": "+7(84379)#-##-##", "region": "Татарстан", "city": "Верхний Услон", "operator": "", "desc": "" },
1971
+ { "mask": "+7(84396)#-##-##", "region": "Татарстан", "city": "Черемшан", "operator": "", "desc": "" },
1972
+ { "mask": "+7(844)###-##-##", "region": "Волгоградская область", "city": "", "operator": "", "desc": "" },
1973
+ { "mask": "+7(844)2##-##-##", "region": "Волгоградская область", "city": "Волгоград", "operator": "", "desc": "" },
1974
+ { "mask": "+7(844)70#-##-##", "region": "Волгоградская область", "city": "Волгоград", "operator": "", "desc": "" },
1975
+ { "mask": "+7(8443)##-##-##", "region": "Волгоградская область", "city": "Волжский", "operator": "", "desc": "" },
1976
+ { "mask": "+7(84442)#-##-##", "region": "Волгоградская область", "city": "Урюпинск", "operator": "", "desc": "" },
1977
+ { "mask": "+7(84443)#-##-##", "region": "Волгоградская область", "city": "Нехаевская", "operator": "", "desc": "" },
1978
+ { "mask": "+7(84444)#-##-##", "region": "Волгоградская область", "city": "Новониколаевский", "operator": "", "desc": "" },
1979
+ { "mask": "+7(84445)#-##-##", "region": "Волгоградская область", "city": "Преображенская", "operator": "", "desc": "" },
1980
+ { "mask": "+7(84446)#-##-##", "region": "Волгоградская область", "city": "Алексеевская", "operator": "", "desc": "" },
1981
+ { "mask": "+7(84447)#-##-##", "region": "Волгоградская область", "city": "Новоаннинский", "operator": "", "desc": "" },
1982
+ { "mask": "+7(84452)#-##-##", "region": "Волгоградская область", "city": "Елань", "operator": "", "desc": "" },
1983
+ { "mask": "+7(84453)#-##-##", "region": "Волгоградская область", "city": "Рудня", "operator": "", "desc": "" },
1984
+ { "mask": "+7(84454)#-##-##", "region": "Волгоградская область", "city": "Жирновск", "operator": "", "desc": "" },
1985
+ { "mask": "+7(84455)#-##-##", "region": "Волгоградская область", "city": "Котово", "operator": "", "desc": "" },
1986
+ { "mask": "+7(84456)#-##-##", "region": "Волгоградская область", "city": "Ольховка", "operator": "", "desc": "" },
1987
+ { "mask": "+7(84457)#-##-##", "region": "Волгоградская область", "city": "Камышин", "operator": "", "desc": "" },
1988
+ { "mask": "+7(84458)#-##-##", "region": "Волгоградская область", "city": "Дубовка", "operator": "", "desc": "" },
1989
+ { "mask": "+7(84461)#-##-##", "region": "Волгоградская область", "city": "Даниловка", "operator": "", "desc": "" },
1990
+ { "mask": "+7(84462)#-##-##", "region": "Волгоградская область", "city": "Кумылженская", "operator": "", "desc": "" },
1991
+ { "mask": "+7(84463)#-##-##", "region": "Волгоградская область", "city": "Михайловка", "operator": "", "desc": "" },
1992
+ { "mask": "+7(84464)#-##-##", "region": "Волгоградская область", "city": "Серафимович", "operator": "", "desc": "" },
1993
+ { "mask": "+7(84465)#-##-##", "region": "Волгоградская область", "city": "Фролово", "operator": "", "desc": "" },
1994
+ { "mask": "+7(84466)#-##-##", "region": "Волгоградская область", "city": "Клетская", "operator": "", "desc": "" },
1995
+ { "mask": "+7(84467)#-##-##", "region": "Волгоградская область", "city": "Иловля", "operator": "", "desc": "" },
1996
+ { "mask": "+7(84468)#-##-##", "region": "Волгоградская область", "city": "Городище", "operator": "", "desc": "" },
1997
+ { "mask": "+7(84472)#-##-##", "region": "Волгоградская область", "city": "Калач-на-Дону", "operator": "", "desc": "" },
1998
+ { "mask": "+7(84473)#-##-##", "region": "Волгоградская область", "city": "Суровикино", "operator": "", "desc": "" },
1999
+ { "mask": "+7(84474)#-##-##", "region": "Волгоградская область", "city": "Чернышковский", "operator": "", "desc": "" },
2000
+ { "mask": "+7(84475)#-##-##", "region": "Волгоградская область", "city": "Октябрьский", "operator": "", "desc": "" },
2001
+ { "mask": "+7(84476)#-##-##", "region": "Волгоградская область", "city": "Котельниково", "operator": "", "desc": "" },
2002
+ { "mask": "+7(84477)#-##-##", "region": "Волгоградская область", "city": "Светлый Яр", "operator": "", "desc": "" },
2003
+ { "mask": "+7(84478)#-##-##", "region": "Волгоградская область", "city": "Ленинск", "operator": "", "desc": "" },
2004
+ { "mask": "+7(84479)#-##-##", "region": "Волгоградская область", "city": "Средняя Ахтуба", "operator": "", "desc": "" },
2005
+ { "mask": "+7(84492)#-##-##", "region": "Волгоградская область", "city": "Палласовка", "operator": "", "desc": "" },
2006
+ { "mask": "+7(84493)#-##-##", "region": "Волгоградская область", "city": "Старая Полтавка", "operator": "", "desc": "" },
2007
+ { "mask": "+7(84494)#-##-##", "region": "Волгоградская область", "city": "Николаевск", "operator": "", "desc": "" },
2008
+ { "mask": "+7(84495)#-##-##", "region": "Волгоградская область", "city": "Быково", "operator": "", "desc": "" },
2009
+ { "mask": "+7(845)###-##-##", "region": "Саратовская область", "city": "", "operator": "", "desc": "" },
2010
+ { "mask": "+7(8452)##-##-##", "region": "Саратовская область", "city": "Саратов", "operator": "", "desc": "" },
2011
+ { "mask": "+7(8453)2#-##-##", "region": "Саратовская область", "city": "Балаково", "operator": "", "desc": "" },
2012
+ { "mask": "+7(8453)3#-##-##", "region": "Саратовская область", "city": "Балаково", "operator": "", "desc": "" },
2013
+ { "mask": "+7(8453)4#-##-##", "region": "Саратовская область", "city": "Балаково", "operator": "", "desc": "" },
2014
+ { "mask": "+7(8453)5#-##-##", "region": "Саратовская область", "city": "Энгельс", "operator": "", "desc": "" },
2015
+ { "mask": "+7(8453)7#-##-##", "region": "Саратовская область", "city": "Энгельс", "operator": "", "desc": "" },
2016
+ { "mask": "+7(8453)9#-##-##", "region": "Саратовская область", "city": "Энгельс", "operator": "", "desc": "" },
2017
+ { "mask": "+7(84540)#-##-##", "region": "Саратовская область", "city": "Ртищево", "operator": "", "desc": "" },
2018
+ { "mask": "+7(84542)#-##-##", "region": "Саратовская область", "city": "Аркадак", "operator": "", "desc": "" },
2019
+ { "mask": "+7(84543)#-##-##", "region": "Саратовская область", "city": "Турки", "operator": "", "desc": "" },
2020
+ { "mask": "+7(84544)#-##-##", "region": "Саратовская область", "city": "Романовка", "operator": "", "desc": "" },
2021
+ { "mask": "+7(84545)#-##-##", "region": "Саратовская область", "city": "Балашов", "operator": "", "desc": "" },
2022
+ { "mask": "+7(84548)#-##-##", "region": "Саратовская область", "city": "Самойловка", "operator": "", "desc": "" },
2023
+ { "mask": "+7(84549)#-##-##", "region": "Саратовская область", "city": "Калининск", "operator": "", "desc": "" },
2024
+ { "mask": "+7(84550)#-##-##", "region": "Саратовская область", "city": "Красноармейск", "operator": "", "desc": "" },
2025
+ { "mask": "+7(84551)#-##-##", "region": "Саратовская область", "city": "Лысые Горы", "operator": "", "desc": "" },
2026
+ { "mask": "+7(84552)#-##-##", "region": "Саратовская область", "city": "Аткарск", "operator": "", "desc": "" },
2027
+ { "mask": "+7(84554)#-##-##", "region": "Саратовская область", "city": "Екатериновка", "operator": "", "desc": "" },
2028
+ { "mask": "+7(84555)#-##-##", "region": "Саратовская область", "city": "Петровск", "operator": "", "desc": "" },
2029
+ { "mask": "+7(84557)#-##-##", "region": "Саратовская область", "city": "Новые Бурасы", "operator": "", "desc": "" },
2030
+ { "mask": "+7(84558)#-##-##", "region": "Саратовская область", "city": "Татищево", "operator": "", "desc": "" },
2031
+ { "mask": "+7(84560)#-##-##", "region": "Саратовская область", "city": "Красный Кут", "operator": "", "desc": "" },
2032
+ { "mask": "+7(84561)#-##-##", "region": "Саратовская область", "city": "Питерка", "operator": "", "desc": "" },
2033
+ { "mask": "+7(84562)#-##-##", "region": "Саратовская область", "city": "Новоузенск", "operator": "", "desc": "" },
2034
+ { "mask": "+7(84563)#-##-##", "region": "Саратовская область", "city": "Дергачи", "operator": "", "desc": "" },
2035
+ { "mask": "+7(84564)#-##-##", "region": "Саратовская область", "city": "Ершов", "operator": "", "desc": "" },
2036
+ { "mask": "+7(84565)#-##-##", "region": "Саратовская область", "city": "Мокроус", "operator": "", "desc": "" },
2037
+ { "mask": "+7(84566)#-##-##", "region": "Саратовская область", "city": "Степное", "operator": "", "desc": "" },
2038
+ { "mask": "+7(84567)#-##-##", "region": "Саратовская область", "city": "Маркс", "operator": "", "desc": "" },
2039
+ { "mask": "+7(84568)#-##-##", "region": "Саратовская область", "city": "Воскресенское", "operator": "", "desc": "" },
2040
+ { "mask": "+7(84573)#-##-##", "region": "Саратовская область", "city": "Духовницкое", "operator": "", "desc": "" },
2041
+ { "mask": "+7(84574)#-##-##", "region": "Саратовская область", "city": "Пугачёв", "operator": "", "desc": "" },
2042
+ { "mask": "+7(84575)#-##-##", "region": "Саратовская область", "city": "Перелюб", "operator": "", "desc": "" },
2043
+ { "mask": "+7(84576)#-##-##", "region": "Саратовская область", "city": "Озинки", "operator": "", "desc": "" },
2044
+ { "mask": "+7(84577)#-##-##", "region": "Саратовская область", "city": "Горный", "operator": "", "desc": "" },
2045
+ { "mask": "+7(84578)#-##-##", "region": "Саратовская область", "city": "Александров Гай", "operator": "", "desc": "" },
2046
+ { "mask": "+7(84579)#-##-##", "region": "Саратовская область", "city": "Ивантеевка", "operator": "", "desc": "" },
2047
+ { "mask": "+7(84591)#-##-##", "region": "Саратовская область", "city": "Базарный Карабулак", "operator": "", "desc": "" },
2048
+ { "mask": "+7(84592)#-##-##", "region": "Саратовская область", "city": "Балтай", "operator": "", "desc": "" },
2049
+ { "mask": "+7(84593)#-##-##", "region": "Саратовская область", "city": "Вольск", "operator": "", "desc": "" },
2050
+ { "mask": "+7(84595)#-##-##", "region": "Саратовская область", "city": "Хвалынск", "operator": "", "desc": "" },
2051
+ { "mask": "+7(84596)#-##-##", "region": "Саратовская область", "city": "Ровное", "operator": "", "desc": "" },
2052
+ { "mask": "+7(846)###-##-##", "region": "Самарская область", "city": "", "operator": "", "desc": "" },
2053
+ { "mask": "+7(846)2##-##-##", "region": "Самарская область", "city": "Самара", "operator": "", "desc": "" },
2054
+ { "mask": "+7(846)300-##-##", "region": "Самарская область", "city": "Самара", "operator": "", "desc": "" },
2055
+ { "mask": "+7(846)302-##-##", "region": "Самарская область", "city": "Самара", "operator": "", "desc": "" },
2056
+ { "mask": "+7(846)303-##-##", "region": "Самарская область", "city": "Самара", "operator": "", "desc": "" },
2057
+ { "mask": "+7(846)309-##-##", "region": "Самарская область", "city": "Самара", "operator": "", "desc": "" },
2058
+ { "mask": "+7(846)31#-##-##", "region": "Самарская область", "city": "Самара", "operator": "", "desc": "" },
2059
+ { "mask": "+7(846)33#-##-##", "region": "Самарская область", "city": "Самара", "operator": "", "desc": "" },
2060
+ { "mask": "+7(846)34#-##-##", "region": "Самарская область", "city": "Самара", "operator": "", "desc": "" },
2061
+ { "mask": "+7(846)37#-##-##", "region": "Самарская область", "city": "Самара", "operator": "", "desc": "" },
2062
+ { "mask": "+7(846)9##-##-##", "region": "Самарская область", "city": "Самара", "operator": "", "desc": "" },
2063
+ { "mask": "+7(84630)5-##-##", "region": "Самарская область", "city": "Волжский Утёс", "operator": "", "desc": "" },
2064
+ { "mask": "+7(84635)#-##-##", "region": "Самарская область", "city": "Новокуйбышевск", "operator": "", "desc": "" },
2065
+ { "mask": "+7(84639)#-##-##", "region": "Самарская область", "city": "Чапаевск", "operator": "", "desc": "" },
2066
+ { "mask": "+7(8464)3#-##-##", "region": "Самарская область", "city": "Сызрань", "operator": "", "desc": "" },
2067
+ { "mask": "+7(8464)4#-##-##", "region": "Самарская область", "city": "Сызрань", "operator": "", "desc": "" },
2068
+ { "mask": "+7(8464)9#-##-##", "region": "Самарская область", "city": "Сызрань", "operator": "", "desc": "" },
2069
+ { "mask": "+7(84646)#-##-##", "region": "Самарская область", "city": "Октябрьск", "operator": "", "desc": "" },
2070
+ { "mask": "+7(84647)#-##-##", "region": "Самарская область", "city": "Приволжье", "operator": "", "desc": "" },
2071
+ { "mask": "+7(84648)#-##-##", "region": "Самарская область", "city": "Шигоны", "operator": "", "desc": "" },
2072
+ { "mask": "+7(84650)#-##-##", "region": "Самарская область", "city": "Кошки", "operator": "", "desc": "" },
2073
+ { "mask": "+7(84651)#-##-##", "region": "Самарская область", "city": "Челно-Вершины", "operator": "", "desc": "" },
2074
+ { "mask": "+7(84652)#-##-##", "region": "Самарская область", "city": "Шентала", "operator": "", "desc": "" },
2075
+ { "mask": "+7(84653)#-##-##", "region": "Самарская область", "city": "Клявлино", "operator": "", "desc": "" },
2076
+ { "mask": "+7(84654)#-##-##", "region": "Самарская область", "city": "Исаклы", "operator": "", "desc": "" },
2077
+ { "mask": "+7(84655)#-##-##", "region": "Самарская область", "city": "Сергиевск", "operator": "", "desc": "" },
2078
+ { "mask": "+7(84656)#-##-##", "region": "Самарская область", "city": "Похвистнево", "operator": "", "desc": "" },
2079
+ { "mask": "+7(84657)#-##-##", "region": "Самарская область", "city": "Красный Яр", "operator": "", "desc": "" },
2080
+ { "mask": "+7(84658)#-##-##", "region": "Самарская область", "city": "Елховка", "operator": "", "desc": "" },
2081
+ { "mask": "+7(84660)#-##-##", "region": "Самарская область", "city": "Кинель-Черкассы", "operator": "", "desc": "" },
2082
+ { "mask": "+7(84661)#-##-##", "region": "Самарская область", "city": "Отрадный", "operator": "", "desc": "" },
2083
+ { "mask": "+7(84663)#-##-##", "region": "Самарская область", "city": "Кинель", "operator": "", "desc": "" },
2084
+ { "mask": "+7(84664)#-##-##", "region": "Самарская область", "city": "Камышла", "operator": "", "desc": "" },
2085
+ { "mask": "+7(84666)#-##-##", "region": "Самарская область", "city": "Богатое", "operator": "", "desc": "" },
2086
+ { "mask": "+7(84667)#-##-##", "region": "Самарская область", "city": "Борское", "operator": "", "desc": "" },
2087
+ { "mask": "+7(84670)#-##-##", "region": "Самарская область", "city": "Нефтегорск", "operator": "", "desc": "" },
2088
+ { "mask": "+7(84671)#-##-##", "region": "Самарская область", "city": "Алексеевка", "operator": "", "desc": "" },
2089
+ { "mask": "+7(84672)#-##-##", "region": "Самарская область", "city": "Большая Черниговка", "operator": "", "desc": "" },
2090
+ { "mask": "+7(84673)#-##-##", "region": "Самарская область", "city": "Большая Глушица", "operator": "", "desc": "" },
2091
+ { "mask": "+7(84674)#-##-##", "region": "Самарская область", "city": "Пестравка", "operator": "", "desc": "" },
2092
+ { "mask": "+7(84675)#-##-##", "region": "Самарская область", "city": "Красноармейское", "operator": "", "desc": "" },
2093
+ { "mask": "+7(84676)#-##-##", "region": "Самарская область", "city": "Безенчук", "operator": "", "desc": "" },
2094
+ { "mask": "+7(84677)#-##-##", "region": "Самарская область", "city": "Хворостянка", "operator": "", "desc": "" },
2095
+ { "mask": "+7(847)###-##-##", "region": "Калмыкия", "city": "", "operator": "", "desc": "" },
2096
+ { "mask": "+7(84722)#-##-##", "region": "Калмыкия", "city": "Элиста", "operator": "", "desc": "" },
2097
+ { "mask": "+7(84731)#-##-##", "region": "Калмыкия", "city": "Городовиковск", "operator": "", "desc": "" },
2098
+ { "mask": "+7(84732)#-##-##", "region": "Калмыкия", "city": "Ики-Бурул", "operator": "", "desc": "" },
2099
+ { "mask": "+7(84733)#-##-##", "region": "Калмыкия", "city": "Лагань", "operator": "", "desc": "" },
2100
+ { "mask": "+7(84734)#-##-##", "region": "Калмыкия", "city": "Малые Дербеты", "operator": "", "desc": "" },
2101
+ { "mask": "+7(84735)#-##-##", "region": "Калмыкия", "city": "Кетченеры", "operator": "", "desc": "" },
2102
+ { "mask": "+7(84736)#-##-##", "region": "Калмыкия", "city": "Приютное", "operator": "", "desc": "" },
2103
+ { "mask": "+7(84741)#-##-##", "region": "Калмыкия", "city": "Садовое", "operator": "", "desc": "" },
2104
+ { "mask": "+7(84742)#-##-##", "region": "Калмыкия", "city": "Троицкое", "operator": "", "desc": "" },
2105
+ { "mask": "+7(84743)#-##-##", "region": "Калмыкия", "city": "Комсомольский", "operator": "", "desc": "" },
2106
+ { "mask": "+7(84744)#-##-##", "region": "Калмыкия", "city": "Цаган Аман", "operator": "", "desc": "" },
2107
+ { "mask": "+7(84745)#-##-##", "region": "Калмыкия", "city": "Яшалта", "operator": "", "desc": "" },
2108
+ { "mask": "+7(84746)#-##-##", "region": "Калмыкия", "city": "Яшкуль", "operator": "", "desc": "" },
2109
+ { "mask": "+7(84747)#-##-##", "region": "Калмыкия", "city": "Большой Царын", "operator": "", "desc": "" },
2110
+ { "mask": "+7(848)###-##-##", "region": "Самарская область", "city": "", "operator": "", "desc": "" },
2111
+ { "mask": "+7(8482)##-##-##", "region": "Самарская область", "city": "Тольятти", "operator": "", "desc": "" },
2112
+ { "mask": "+7(84862)#-##-##", "region": "Самарская область", "city": "Жигулевск", "operator": "", "desc": "" },
2113
+ { "mask": "+7(851)###-##-##", "region": "Астраханская область", "city": "", "operator": "", "desc": "" },
2114
+ { "mask": "+7(8512)##-##-##", "region": "Астраханская область", "city": "Астрахань", "operator": "", "desc": "" },
2115
+ { "mask": "+7(85140)#-##-##", "region": "Астраханская область", "city": "Знаменск", "operator": "", "desc": "" },
2116
+ { "mask": "+7(85141)#-##-##", "region": "Астраханская область", "city": "Ахтубинск", "operator": "", "desc": "" },
2117
+ { "mask": "+7(85142)#-##-##", "region": "Астраханская область", "city": "Володарский", "operator": "", "desc": "" },
2118
+ { "mask": "+7(85143)#-##-##", "region": "Астраханская область", "city": "Енотаевка", "operator": "", "desc": "" },
2119
+ { "mask": "+7(85144)#-##-##", "region": "Астраханская область", "city": "Икряное", "operator": "", "desc": "" },
2120
+ { "mask": "+7(85145)#-##-##", "region": "Астраханская область", "city": "Камызяк", "operator": "", "desc": "" },
2121
+ { "mask": "+7(85146)#-##-##", "region": "Астраханская область", "city": "Красный Яр", "operator": "", "desc": "" },
2122
+ { "mask": "+7(85147)#-##-##", "region": "Астраханская область", "city": "Лиман", "operator": "", "desc": "" },
2123
+ { "mask": "+7(85148)#-##-##", "region": "Астраханская область", "city": "Харабали", "operator": "", "desc": "" },
2124
+ { "mask": "+7(85149)#-##-##", "region": "Астраханская область", "city": "Чёрный Яр", "operator": "", "desc": "" },
2125
+ { "mask": "+7(85171)#-##-##", "region": "Астраханская область", "city": "Нариманов", "operator": "", "desc": "" },
2126
+ { "mask": "+7(85172)#-##-##", "region": "Астраханская область", "city": "Началово", "operator": "", "desc": "" },
2127
+ { "mask": "+7(855)###-##-##", "region": "Татарстан", "city": "", "operator": "", "desc": "" },
2128
+ { "mask": "+7(8552)##-##-##", "region": "Татарстан", "city": "Набережные Челны", "operator": "", "desc": "" },
2129
+ { "mask": "+7(8553)##-##-##", "region": "Татарстан", "city": "Альметьевск", "operator": "", "desc": "" },
2130
+ { "mask": "+7(85549)#-##-##", "region": "Татарстан", "city": "Менделеевск", "operator": "", "desc": "" },
2131
+ { "mask": "+7(8555)3#-##-##", "region": "Татарстан", "city": "Нижнекамск", "operator": "", "desc": "" },
2132
+ { "mask": "+7(8555)4#-##-##", "region": "Татарстан", "city": "Нижнекамск", "operator": "", "desc": "" },
2133
+ { "mask": "+7(85551)#-##-##", "region": "Татарстан", "city": "Агрыз", "operator": "", "desc": "" },
2134
+ { "mask": "+7(85552)#-##-##", "region": "Татарстан", "city": "Актаныш", "operator": "", "desc": "" },
2135
+ { "mask": "+7(85555)#-##-##", "region": "Татарстан", "city": "Мензелинск", "operator": "", "desc": "" },
2136
+ { "mask": "+7(85556)#-##-##", "region": "Татарстан", "city": "Муслюмово", "operator": "", "desc": "" },
2137
+ { "mask": "+7(85557)#-##-##", "region": "Татарстан", "city": "Елабуга", "operator": "", "desc": "" },
2138
+ { "mask": "+7(85558)#-##-##", "region": "Татарстан", "city": "Заинск", "operator": "", "desc": "" },
2139
+ { "mask": "+7(85559)#-##-##", "region": "Татарстан", "city": "Сарманово", "operator": "", "desc": "" },
2140
+ { "mask": "+7(85563)#-##-##", "region": "Татарстан", "city": "Мамадыш", "operator": "", "desc": "" },
2141
+ { "mask": "+7(85569)#-##-##", "region": "Татарстан", "city": "Бавлы", "operator": "", "desc": "" },
2142
+ { "mask": "+7(8557)2#-##-##", "region": "Татарстан", "city": "Набережные Челны", "operator": "", "desc": "" },
2143
+ { "mask": "+7(8557)3#-##-##", "region": "Татарстан", "city": "Набережные Челны", "operator": "", "desc": "" },
2144
+ { "mask": "+7(85592)#-##-##", "region": "Татарстан", "city": "Азнакаево", "operator": "", "desc": "" },
2145
+ { "mask": "+7(85593)#-##-##", "region": "Татарстан", "city": "Уруссу", "operator": "", "desc": "" },
2146
+ { "mask": "+7(85594)#-##-##", "region": "Татарстан", "city": "Бугульма", "operator": "", "desc": "" },
2147
+ { "mask": "+7(85595)#-##-##", "region": "Татарстан", "city": "Лениногорск", "operator": "", "desc": "" },
2148
+ { "mask": "+7(861)###-##-##", "region": "Краснодарский край", "city": "Краснодар", "operator": "", "desc": "" },
2149
+ { "mask": "+7(86130)#-##-##", "region": "Краснодарский край", "city": "Тимашёвск", "operator": "", "desc": "" },
2150
+ { "mask": "+7(86131)#-##-##", "region": "Краснодарский край", "city": "Крымск", "operator": "", "desc": "" },
2151
+ { "mask": "+7(86132)#-##-##", "region": "Краснодарский край", "city": "Ейск", "operator": "", "desc": "" },
2152
+ { "mask": "+7(86133)#-##-##", "region": "Краснодарский край", "city": "Анапа", "operator": "", "desc": "" },
2153
+ { "mask": "+7(86135)#-##-##", "region": "Краснодарский край", "city": "Усть-Лабинск", "operator": "", "desc": "" },
2154
+ { "mask": "+7(86137)#-##-##", "region": "Краснодарский край", "city": "Армавир", "operator": "", "desc": "" },
2155
+ { "mask": "+7(86138)#-##-##", "region": "Краснодарский край", "city": "Кропоткин", "operator": "", "desc": "" },
2156
+ { "mask": "+7(86140)#-##-##", "region": "Краснодарский край", "city": "Успенское", "operator": "", "desc": "" },
2157
+ { "mask": "+7(86141)#-##-##", "region": "Краснодарский край", "city": "Геленджик", "operator": "", "desc": "" },
2158
+ { "mask": "+7(86142)#-##-##", "region": "Краснодарский край", "city": "Кореновск", "operator": "", "desc": "" },
2159
+ { "mask": "+7(86143)#-##-##", "region": "Краснодарский край", "city": "Приморско-Ахтарск", "operator": "", "desc": "" },
2160
+ { "mask": "+7(86144)#-##-##", "region": "Краснодарский край", "city": "Отрадная", "operator": "", "desc": "" },
2161
+ { "mask": "+7(86145)#-##-##", "region": "Краснодарский край", "city": "Ленинградская", "operator": "", "desc": "" },
2162
+ { "mask": "+7(86146)#-##-##", "region": "Краснодарский край", "city": "Славянск-на-Кубани", "operator": "", "desc": "" },
2163
+ { "mask": "+7(86147)#-##-##", "region": "Краснодарский край", "city": "Курганинск", "operator": "", "desc": "" },
2164
+ { "mask": "+7(86148)#-##-##", "region": "Краснодарский край", "city": "Темрюк", "operator": "", "desc": "" },
2165
+ { "mask": "+7(86149)#-##-##", "region": "Краснодарский край", "city": "Новопокровская", "operator": "", "desc": "" },
2166
+ { "mask": "+7(86150)#-##-##", "region": "Краснодарский край", "city": "Абинск", "operator": "", "desc": "" },
2167
+ { "mask": "+7(86151)#-##-##", "region": "Краснодарский край", "city": "Старощербиновская", "operator": "", "desc": "" },
2168
+ { "mask": "+7(86152)#-##-##", "region": "Краснодарский край", "city": "Апшеронск", "operator": "", "desc": "" },
2169
+ { "mask": "+7(86153)#-##-##", "region": "Краснодарский край", "city": "Староминская", "operator": "", "desc": "" },
2170
+ { "mask": "+7(86154)#-##-##", "region": "Краснодарский край", "city": "Белая Глина", "operator": "", "desc": "" },
2171
+ { "mask": "+7(86155)#-##-##", "region": "Краснодарский край", "city": "Белореченск", "operator": "", "desc": "" },
2172
+ { "mask": "+7(86156)#-##-##", "region": "Краснодарский край", "city": "Брюховецкая", "operator": "", "desc": "" },
2173
+ { "mask": "+7(86157)#-##-##", "region": "Краснодарский край", "city": "Выселки", "operator": "", "desc": "" },
2174
+ { "mask": "+7(86158)#-##-##", "region": "Краснодарский край", "city": "Тбилисская", "operator": "", "desc": "" },
2175
+ { "mask": "+7(86159)#-##-##", "region": "Краснодарский край", "city": "Горячий Ключ", "operator": "", "desc": "" },
2176
+ { "mask": "+7(86160)#-##-##", "region": "Краснодарский край", "city": "Гулькевичи", "operator": "", "desc": "" },
2177
+ { "mask": "+7(86161)#-##-##", "region": "Краснодарский край", "city": "Крыловская", "operator": "", "desc": "" },
2178
+ { "mask": "+7(86162)#-##-##", "region": "Краснодарский край", "city": "Динская", "operator": "", "desc": "" },
2179
+ { "mask": "+7(86163)#-##-##", "region": "Краснодарский край", "city": "Калининская", "operator": "", "desc": "" },
2180
+ { "mask": "+7(86164)#-##-##", "region": "Краснодарский край", "city": "Каневская", "operator": "", "desc": "" },
2181
+ { "mask": "+7(86165)#-##-##", "region": "Краснодарский край", "city": "Полтавская", "operator": "", "desc": "" },
2182
+ { "mask": "+7(86166)#-##-##", "region": "Краснодарский край", "city": "Северская", "operator": "", "desc": "" },
2183
+ { "mask": "+7(86167)#-##-##", "region": "Краснодарский край", "city": "Туапсе", "operator": "", "desc": "" },
2184
+ { "mask": "+7(86168)#-##-##", "region": "Краснодарский край", "city": "Кущёвская", "operator": "", "desc": "" },
2185
+ { "mask": "+7(86169)#-##-##", "region": "Краснодарский край", "city": "Лабинск", "operator": "", "desc": "" },
2186
+ { "mask": "+7(8617)##-##-##", "region": "Краснодарский край", "city": "Новороссийск", "operator": "", "desc": "" },
2187
+ { "mask": "+7(86191)#-##-##", "region": "Краснодарский край", "city": "Павловская", "operator": "", "desc": "" },
2188
+ { "mask": "+7(86192)#-##-##", "region": "Краснодарский край", "city": "Мостовской", "operator": "", "desc": "" },
2189
+ { "mask": "+7(86193)#-##-##", "region": "Краснодарский край", "city": "Кавказская", "operator": "", "desc": "" },
2190
+ { "mask": "+7(86195)#-##-##", "region": "Краснодарский край", "city": "Новокубанск", "operator": "", "desc": "" },
2191
+ { "mask": "+7(86196)#-##-##", "region": "Краснодарский край", "city": "Тихорецк", "operator": "", "desc": "" },
2192
+ { "mask": "+7(862)###-##-##", "region": "Краснодарский край", "city": "", "operator": "", "desc": "агломерация Большой Сочи" },
2193
+ { "mask": "+7(862)2##-##-##", "region": "Краснодарский край", "city": ["Аше", "Вардане", "Головинка", "Головинка", "Сочи", "Хоста"], "operator": "", "desc": "агломерация Большой Сочи" },
2194
+ { "mask": "+7(862)23#-##-##", "region": "Краснодарский край", "city": "", "operator": "МТС", "desc": "агломерация Большой Сочи" },
2195
+ { "mask": "+7(862)24#-##-##", "region": "Краснодарский край", "city": "Адлер", "operator": "", "desc": "агломерация Большой Сочи" },
2196
+ { "mask": "+7(862)247-##-##", "region": "Краснодарский край", "city": "Кудепста", "operator": "", "desc": "агломерация Большой Сочи" },
2197
+ { "mask": "+7(862)252-##-##", "region": "Краснодарский край", "city": ["Дагомыс", "Лоо"], "operator": "", "desc": "агломерация Большой Сочи" },
2198
+ { "mask": "+7(862)27#-##-##", "region": "Краснодарский край", "city": "Лазаревское", "operator": "", "desc": "агломерация Большой Сочи" },
2199
+ { "mask": "+7(862)295-##-##", "region": "Краснодарский край", "city": "", "operator": "МегаФон", "desc": "агломерация Большой Сочи" },
2200
+ { "mask": "+7(863)###-##-##", "region": "Ростовская область", "city": "", "operator": "", "desc": "" },
2201
+ { "mask": "+7(863)2##-##-##", "region": "Ростовская область", "city": "Ростов-на-Дону", "operator": "", "desc": "" },
2202
+ { "mask": "+7(863)3##-##-##", "region": "Ростовская область", "city": "Ростов-на-Дону", "operator": "", "desc": "" },
2203
+ { "mask": "+7(8634)3#-##-##", "region": "Ростовская область", "city": "Таганрог", "operator": "", "desc": "" },
2204
+ { "mask": "+7(8634)43-1#-##", "region": "Ростовская область", "city": "Таганрог", "operator": "", "desc": "" },
2205
+ { "mask": "+7(8634)6#-##-##", "region": "Ростовская область", "city": "Таганрог", "operator": "", "desc": "" },
2206
+ { "mask": "+7(86340)#-##-##", "region": "Ростовская область", "city": "Родионово-Несветайская", "operator": "", "desc": "" },
2207
+ { "mask": "+7(86341)#-##-##", "region": "Ростовская область", "city": "Матвеев-Курган", "operator": "", "desc": "" },
2208
+ { "mask": "+7(86342)#-##-##", "region": "Ростовская область", "city": "Азов", "operator": "", "desc": "" },
2209
+ { "mask": "+7(86345)#-##-##", "region": "Ростовская область", "city": "Кагальницкая", "operator": "", "desc": "" },
2210
+ { "mask": "+7(86347)#-##-##", "region": "Ростовская область", "city": "Покровское", "operator": "", "desc": "" },
2211
+ { "mask": "+7(86348)#-##-##", "region": "Ростовская область", "city": "Куйбышево", "operator": "", "desc": "" },
2212
+ { "mask": "+7(86349)#-##-##", "region": "Ростовская область", "city": "Чалтырь", "operator": "", "desc": "" },
2213
+ { "mask": "+7(8635)2#-##-##", "region": "Ростовская область", "city": "Новочеркасск", "operator": "", "desc": "" },
2214
+ { "mask": "+7(86350)#-##-##", "region": "Ростовская область", "city": "Аксай", "operator": "", "desc": "" },
2215
+ { "mask": "+7(86351)#-##-##", "region": "Ростовская область", "city": "Усть-Донецкий", "operator": "", "desc": "" },
2216
+ { "mask": "+7(86353)#-##-##", "region": "Ростовская область", "city": "Вёшенская", "operator": "", "desc": "" },
2217
+ { "mask": "+7(86354)#-##-##", "region": "Ростовская область", "city": "Батайск", "operator": "", "desc": "" },
2218
+ { "mask": "+7(86355)#-##-##", "region": "Ростовская область", "city": "Зверево", "operator": "", "desc": "" },
2219
+ { "mask": "+7(86356)#-##-##", "region": "Ростовская область", "city": "Семикаракорск", "operator": "", "desc": "" },
2220
+ { "mask": "+7(86357)#-##-##", "region": "Ростовская область", "city": "Багаевская", "operator": "", "desc": "" },
2221
+ { "mask": "+7(86358)#-##-##", "region": "Ростовская область", "city": "Весёлый", "operator": "", "desc": "" },
2222
+ { "mask": "+7(86359)#-##-##", "region": "Ростовская область", "city": "Зерноград", "operator": "", "desc": "" },
2223
+ { "mask": "+7(8636)2#-##-##", "region": "Ростовская область", "city": "Шахты", "operator": "", "desc": "" },
2224
+ { "mask": "+7(86360)#-##-##", "region": "Ростовская область", "city": "Каменоломни", "operator": "", "desc": "" },
2225
+ { "mask": "+7(86361)#-##-##", "region": "Ростовская область", "city": "Гуково", "operator": "", "desc": "" },
2226
+ { "mask": "+7(86363)#-##-##", "region": "Ростовская область", "city": "Советская", "operator": "", "desc": "" },
2227
+ { "mask": "+7(86364)#-##-##", "region": "Ростовская область", "city": "Казанская", "operator": "", "desc": "" },
2228
+ { "mask": "+7(86365)#-##-##", "region": "Ростовская область", "city": "Каменск-Шахтинский", "operator": "", "desc": "" },
2229
+ { "mask": "+7(86367)#-##-##", "region": "Ростовская область", "city": "Красный Сулин", "operator": "", "desc": "" },
2230
+ { "mask": "+7(86368)#-##-##", "region": "Ростовская область", "city": "Донецк", "operator": "", "desc": "" },
2231
+ { "mask": "+7(86369)#-##-##", "region": "Ростовская область", "city": "Новошахтинск", "operator": "", "desc": "" },
2232
+ { "mask": "+7(86370)#-##-##", "region": "Ростовская область", "city": "Егорлыкская", "operator": "", "desc": "" },
2233
+ { "mask": "+7(86371)#-##-##", "region": "Ростовская область", "city": "Целина", "operator": "", "desc": "" },
2234
+ { "mask": "+7(86372)#-##-##", "region": "Ростовская область", "city": "Сальск", "operator": "", "desc": "" },
2235
+ { "mask": "+7(86373)#-##-##", "region": "Ростовская область", "city": "Песчанокопское", "operator": "", "desc": "" },
2236
+ { "mask": "+7(86374)#-##-##", "region": "Ростовская область", "city": "Пролетарск", "operator": "", "desc": "" },
2237
+ { "mask": "+7(86375)#-##-##", "region": "Ростовская область", "city": "Орловский", "operator": "", "desc": "" },
2238
+ { "mask": "+7(86376)#-##-##", "region": "Ростовская область", "city": "Зимовники", "operator": "", "desc": "" },
2239
+ { "mask": "+7(86377)#-##-##", "region": "Ростовская область", "city": "Дубовское", "operator": "", "desc": "" },
2240
+ { "mask": "+7(86378)#-##-##", "region": "Ростовская область", "city": "Заветное", "operator": "", "desc": "" },
2241
+ { "mask": "+7(86379)#-##-##", "region": "Ростовская область", "city": "Ремонтное", "operator": "", "desc": "" },
2242
+ { "mask": "+7(86382)#-##-##", "region": "Ростовская область", "city": "Боковская", "operator": "", "desc": "" },
2243
+ { "mask": "+7(86383)#-##-##", "region": "Ростовская область", "city": "Белая Калитва", "operator": "", "desc": "" },
2244
+ { "mask": "+7(86384)#-##-##", "region": "Ростовская область", "city": "Морозовск", "operator": "", "desc": "" },
2245
+ { "mask": "+7(86385)#-##-##", "region": "Ростовская область", "city": "Миллерово", "operator": "", "desc": "" },
2246
+ { "mask": "+7(86386)#-##-##", "region": "Ростовская область", "city": "Тарасовский", "operator": "", "desc": "" },
2247
+ { "mask": "+7(86387)#-##-##", "region": "Ростовская область", "city": "Чертково", "operator": "", "desc": "" },
2248
+ { "mask": "+7(86388)#-##-##", "region": "Ростовская область", "city": "Кашары", "operator": "", "desc": "" },
2249
+ { "mask": "+7(86389)#-##-##", "region": "Ростовская область", "city": "Милютинская", "operator": "", "desc": "" },
2250
+ { "mask": "+7(8639)2#-##-##", "region": "Ростовская область", "city": "Волгодонск", "operator": "", "desc": "" },
2251
+ { "mask": "+7(86391)#-##-##", "region": "Ростовская область", "city": "Цимлянск", "operator": "", "desc": "" },
2252
+ { "mask": "+7(86393)#-##-##", "region": "Ростовская область", "city": "Константиновск", "operator": "", "desc": "" },
2253
+ { "mask": "+7(86394)#-##-##", "region": "Ростовская область", "city": "Романовская", "operator": "", "desc": "" },
2254
+ { "mask": "+7(86395)#-##-##", "region": "Ростовская область", "city": "Большая Мартыновка", "operator": "", "desc": "" },
2255
+ { "mask": "+7(86396)#-##-##", "region": "Ростовская область", "city": "Обливская", "operator": "", "desc": "" },
2256
+ { "mask": "+7(86397)#-##-##", "region": "Ростовская область", "city": "Тацинская", "operator": "", "desc": "" },
2257
+ { "mask": "+7(865)###-##-##", "region": "Ставропольский край", "city": "", "operator": "", "desc": "" },
2258
+ { "mask": "+7(8652)##-##-##", "region": "Ставропольский край", "city": "Ставрополь", "operator": "", "desc": "" },
2259
+ { "mask": "+7(86540)#-##-##", "region": "Ставропольский край", "city": "Грачёвка", "operator": "", "desc": "" },
2260
+ { "mask": "+7(86541)#-##-##", "region": "Ставропольский край", "city": "Красногвардейское", "operator": "", "desc": "" },
2261
+ { "mask": "+7(86542)#-##-##", "region": "Ставропольский край", "city": "Ипатово", "operator": "", "desc": "" },
2262
+ { "mask": "+7(86543)#-##-##", "region": "Ставропольский край", "city": "Левокумское", "operator": "", "desc": "" },
2263
+ { "mask": "+7(86544)#-##-##", "region": "Ставропольский край", "city": "Новоалександровск", "operator": "", "desc": "" },
2264
+ { "mask": "+7(86545)#-##-##", "region": "Ставропольский край", "city": "Изобильный", "operator": "", "desc": "" },
2265
+ { "mask": "+7(86546)#-##-##", "region": "Ставропольский край", "city": "Донское", "operator": "", "desc": "" },
2266
+ { "mask": "+7(86547)#-##-##", "region": "Ставропольский край", "city": "Светлоград", "operator": "", "desc": "" },
2267
+ { "mask": "+7(86548)#-##-##", "region": "Ставропольский край", "city": "Новоселицкое", "operator": "", "desc": "" },
2268
+ { "mask": "+7(86549)#-##-##", "region": "Ставропольский край", "city": "Благодарный", "operator": "", "desc": "" },
2269
+ { "mask": "+7(86550)#-##-##", "region": "Ставропольский край", "city": "Кочубеевское", "operator": "", "desc": "" },
2270
+ { "mask": "+7(86552)#-##-##", "region": "Ставропольский край", "city": "Зеленокумск", "operator": "", "desc": "" },
2271
+ { "mask": "+7(86553)#-##-##", "region": "Ставропольский край", "city": "Михайловск", "operator": "", "desc": "" },
2272
+ { "mask": "+7(86554)#-##-##", "region": "Ставропольский край", "city": "Невинномысск", "operator": "", "desc": "" },
2273
+ { "mask": "+7(86555)#-##-##", "region": "Ставропольский край", "city": "Дивное", "operator": "", "desc": "" },
2274
+ { "mask": "+7(86556)#-##-##", "region": "Ставропольский край", "city": "Курсавка", "operator": "", "desc": "" },
2275
+ { "mask": "+7(86557)#-##-##", "region": "Ставропольский край", "city": "Александровское", "operator": "", "desc": "" },
2276
+ { "mask": "+7(86558)#-##-##", "region": "Ставропольский край", "city": "Нефтекумск", "operator": "", "desc": "" },
2277
+ { "mask": "+7(86559)#-##-##", "region": "Ставропольский край", "city": "Буденновск", "operator": "", "desc": "" },
2278
+ { "mask": "+7(86560)#-##-##", "region": "Ставропольский край", "city": "Арзгир", "operator": "", "desc": "" },
2279
+ { "mask": "+7(86563)#-##-##", "region": "Ставропольский край", "city": "Степное", "operator": "", "desc": "" },
2280
+ { "mask": "+7(86565)#-##-##", "region": "Ставропольский край", "city": "Летняя Ставка", "operator": "", "desc": "" },
2281
+ { "mask": "+7(866)###-##-##", "region": "Кабардино-Балкария", "city": "", "operator": "", "desc": "" },
2282
+ { "mask": "+7(8662)##-##-##", "region": "Кабардино-Балкария", "city": "Нальчик", "operator": "", "desc": "" },
2283
+ { "mask": "+7(86630)#-##-##", "region": "Кабардино-Балкария", "city": "Чегем", "operator": "", "desc": "" },
2284
+ { "mask": "+7(86631)#-##-##", "region": "Кабардино-Балкария", "city": "Прохладный", "operator": "", "desc": "" },
2285
+ { "mask": "+7(86632)#-##-##", "region": "Кабардино-Балкария", "city": "Терек", "operator": "", "desc": "" },
2286
+ { "mask": "+7(86633)#-##-##", "region": "Кабардино-Балкария", "city": "Майский", "operator": "", "desc": "" },
2287
+ { "mask": "+7(86634)#-##-##", "region": "Кабардино-Балкария", "city": "Баксан", "operator": "", "desc": "" },
2288
+ { "mask": "+7(86635)#-##-##", "region": "Кабардино-Балкария", "city": "Нарткала", "operator": "", "desc": "" },
2289
+ { "mask": "+7(86636)#-##-##", "region": "Кабардино-Балкария", "city": "Кашхатау", "operator": "", "desc": "" },
2290
+ { "mask": "+7(86637)#-##-##", "region": "Кабардино-Балкария", "city": "Залукокоаже", "operator": "", "desc": "" },
2291
+ { "mask": "+7(86638)#-##-##", "region": "Кабардино-Балкария", "city": "Тырныауз", "operator": "", "desc": "" },
2292
+ { "mask": "+7(867)###-##-##", "region": "Северная Осетия", "city": "", "operator": "", "desc": "" },
2293
+ { "mask": "+7(8672)##-##-##", "region": "Северная Осетия", "city": "Владикавказ", "operator": "", "desc": "" },
2294
+ { "mask": "+7(86731)#-##-##", "region": "Северная Осетия", "city": "Алагир", "operator": "", "desc": "" },
2295
+ { "mask": "+7(86732)#-##-##", "region": "Северная Осетия", "city": "Ардон", "operator": "", "desc": "" },
2296
+ { "mask": "+7(86733)#-##-##", "region": "Северная Осетия", "city": "Дигора", "operator": "", "desc": "" },
2297
+ { "mask": "+7(86734)#-##-##", "region": "Северная Осетия", "city": "Чикола", "operator": "", "desc": "" },
2298
+ { "mask": "+7(86735)#-##-##", "region": "Северная Осетия", "city": "Эльхотово", "operator": "", "desc": "" },
2299
+ { "mask": "+7(86736)#-##-##", "region": "Северная Осетия", "city": "Моздок", "operator": "", "desc": "" },
2300
+ { "mask": "+7(86737)#-##-##", "region": "Северная Осетия", "city": "Беслан", "operator": "", "desc": "" },
2301
+ { "mask": "+7(86738)#-##-##", "region": "Северная Осетия", "city": "Октябрьское", "operator": "", "desc": "" },
2302
+ { "mask": "+7(86739)#-##-##", "region": "Северная Осетия", "city": "Архонская", "operator": "", "desc": "" },
2303
+ { "mask": "+7(871)###-##-##", "region": "Чеченская Республика", "city": "", "operator": "", "desc": "" },
2304
+ { "mask": "+7(8712)##-##-##", "region": "Чеченская Республика", "city": "Грозный", "operator": "", "desc": "" },
2305
+ { "mask": "+7(87132)#-##-##", "region": "Чеченская Республика", "city": "Знаменское", "operator": "", "desc": "" },
2306
+ { "mask": "+7(87134)#-##-##", "region": "Чеченская Республика", "city": "Ведено", "operator": "", "desc": "" },
2307
+ { "mask": "+7(87135)#-##-##", "region": "Чеченская Республика", "city": "Шатой", "operator": "", "desc": "" },
2308
+ { "mask": "+7(87136)#-##-##", "region": "Чеченская Республика", "city": "Шелковская", "operator": "", "desc": "" },
2309
+ { "mask": "+7(87142)#-##-##", "region": "Чеченская Республика", "city": "Ачхой-Мартан", "operator": "", "desc": "" },
2310
+ { "mask": "+7(87143)#-##-##", "region": "Чеченская Республика", "city": "Наурская", "operator": "", "desc": "" },
2311
+ { "mask": "+7(87145)#-##-##", "region": "Чеченская Республика", "city": "Урус-Мартан", "operator": "", "desc": "" },
2312
+ { "mask": "+7(87146)#-##-##", "region": "Чеченская Республика", "city": "Шали", "operator": "", "desc": "" },
2313
+ { "mask": "+7(87147)#-##-##", "region": "Чеченская Республика", "city": "Аргун", "operator": "", "desc": "" },
2314
+ { "mask": "+7(87148)#-##-##", "region": "Чеченская Республика", "city": "Ножай-Юрт", "operator": "", "desc": "" },
2315
+ { "mask": "+7(87152)#-##-##", "region": "Чеченская Республика", "city": "Гудермес", "operator": "", "desc": "" },
2316
+ { "mask": "+7(87154)#-##-##", "region": "Чеченская Республика", "city": "Серноводск", "operator": "", "desc": "" },
2317
+ { "mask": "+7(87155)#-##-##", "region": "Чеченская Республика", "city": "Курчалой", "operator": "", "desc": "" },
2318
+ { "mask": "+7(87156)#-##-##", "region": "Чеченская Республика", "city": ["Толстой-Юрт", "Старые Атаги"], "operator": "", "desc": "" },
2319
+ { "mask": "+7(87164)#-##-##", "region": "Чеченская Республика", "city": "Итум-Кале", "operator": "", "desc": "" },
2320
+ { "mask": "+7(872)###-##-##", "region": "Республика Дагестан", "city": "", "operator": "", "desc": "" },
2321
+ { "mask": "+7(8722)##-##-##", "region": "Республика Дагестан", "city": "Махачкала", "operator": "", "desc": "" },
2322
+ { "mask": "+7(87230)#-##-##", "region": "Республика Дагестан", "city": "Сергокала", "operator": "", "desc": "" },
2323
+ { "mask": "+7(87231)#-##-##", "region": "Республика Дагестан", "city": "Хасавюрт", "operator": "", "desc": "" },
2324
+ { "mask": "+7(87232)#-##-##", "region": "Республика Дагестан", "city": "Карабудахкент", "operator": "", "desc": "" },
2325
+ { "mask": "+7(87233)#-##-##", "region": "Республика Дагестан", "city": "Хунзах", "operator": "", "desc": "" },
2326
+ { "mask": "+7(87234)#-##-##", "region": "Республика Дагестан", "city": "Кизилюрт", "operator": "", "desc": "" },
2327
+ { "mask": "+7(87235)#-##-##", "region": "Республика Дагестан", "city": "Магарамкент", "operator": "", "desc": "" },
2328
+ { "mask": "+7(87236)#-##-##", "region": "Республика Дагестан", "city": "Касумкент", "operator": "", "desc": "" },
2329
+ { "mask": "+7(87237)#-##-##", "region": "Республика Дагестан", "city": "Буйнакск", "operator": "", "desc": "" },
2330
+ { "mask": "+7(87238)#-##-##", "region": "Республика Дагестан", "city": "Маджалис", "operator": "", "desc": "" },
2331
+ { "mask": "+7(87239)#-##-##", "region": "Республика Дагестан", "city": "Кизляр", "operator": "", "desc": "" },
2332
+ { "mask": "+7(87240)#-##-##", "region": "Республика Дагестан", "city": "Дербент", "operator": "", "desc": "" },
2333
+ { "mask": "+7(87242)#-##-##", "region": "Республика Дагестан", "city": "Новолакское", "operator": "", "desc": "" },
2334
+ { "mask": "+7(87243)#-##-##", "region": "Республика Дагестан", "city": ["Тпиг", "Агул"], "operator": "", "desc": "" },
2335
+ { "mask": "+7(87244)#-##-##", "region": "Республика Дагестан", "city": "Хив", "operator": "", "desc": "" },
2336
+ { "mask": "+7(87245)#-##-##", "region": "Республика Дагестан", "city": "Избербаш", "operator": "", "desc": "" },
2337
+ { "mask": "+7(87246)#-##-##", "region": "Республика Дагестан", "city": "Каспийск", "operator": "", "desc": "" },
2338
+ { "mask": "+7(87247)#-##-##", "region": "Республика Дагестан", "city": "Бабаюрт", "operator": "", "desc": "" },
2339
+ { "mask": "+7(87248)#-##-##", "region": "Республика Дагестан", "city": "Новокаякент", "operator": "", "desc": "" },
2340
+ { "mask": "+7(87249)#-##-##", "region": "Республика Дагестан", "city": "Хучни", "operator": "", "desc": "" },
2341
+ { "mask": "+7(87252)#-##-##", "region": "Республика Дагестан", "city": "Леваши", "operator": "", "desc": "" },
2342
+ { "mask": "+7(87254)#-##-##", "region": "Республика Дагестан", "city": "Уркарах", "operator": "", "desc": "" },
2343
+ { "mask": "+7(87255)#-##-##", "region": "Республика Дагестан", "city": "Гергебиль", "operator": "", "desc": "" },
2344
+ { "mask": "+7(87256)#-##-##", "region": "Республика Дагестан", "city": "Терекли-Мектеб", "operator": "", "desc": "" },
2345
+ { "mask": "+7(87257)#-##-##", "region": "Республика Дагестан", "city": "Унцукуль", "operator": "", "desc": "" },
2346
+ { "mask": "+7(87258)#-##-##", "region": "Республика Дагестан", "city": "Гуниб", "operator": "", "desc": "" },
2347
+ { "mask": "+7(87259)#-##-##", "region": "Республика Дагестан", "city": "Хебда", "operator": "", "desc": "" },
2348
+ { "mask": "+7(87260)#-##-##", "region": "Республика Дагестан", "city": "Акуша", "operator": "", "desc": "" },
2349
+ { "mask": "+7(87261)#-##-##", "region": "Республика Дагестан", "city": "Тарумовка", "operator": "", "desc": "" },
2350
+ { "mask": "+7(87262)#-##-##", "region": "Республика Дагестан", "city": "Курах", "operator": "", "desc": "" },
2351
+ { "mask": "+7(87263)#-##-##", "region": "Республика Дагестан", "city": "Ахты", "operator": "", "desc": "" },
2352
+ { "mask": "+7(87264)#-##-##", "region": "Республика Дагестан", "city": "Рутул", "operator": "", "desc": "" },
2353
+ { "mask": "+7(87265)#-##-##", "region": "Республика Дагестан", "city": "Тлярата", "operator": "", "desc": "" },
2354
+ { "mask": "+7(87266)#-##-##", "region": "Республика Дагестан", "city": "Цуриб", "operator": "", "desc": "" },
2355
+ { "mask": "+7(87267)#-##-##", "region": "Республика Дагестан", "city": "Кумух", "operator": "", "desc": "" },
2356
+ { "mask": "+7(87268)#-##-##", "region": "Республика Дагестан", "city": "Вачи", "operator": "", "desc": "" },
2357
+ { "mask": "+7(87271)#-##-##", "region": "Республика Дагестан", "city": "Ботлих", "operator": "", "desc": "" },
2358
+ { "mask": "+7(87272)#-##-##", "region": "Республика Дагестан", "city": "Мехельта", "operator": "", "desc": "" },
2359
+ { "mask": "+7(87273)#-##-##", "region": "Республика Дагестан", "city": "Агвали", "operator": "", "desc": "" },
2360
+ { "mask": "+7(87274)#-##-##", "region": "Республика Дагестан", "city": "Бежта", "operator": "", "desc": "" },
2361
+ { "mask": "+7(87275)#-##-##", "region": "Республика Дагестан", "city": "Дагестанские Огни", "operator": "", "desc": "" },
2362
+ { "mask": "+7(87276)#-##-##", "region": "Республика Дагестан", "city": "Южно-Сухокумск", "operator": "", "desc": "" },
2363
+ { "mask": "+7(87279)#-##-##", "region": "Республика Дагестан", "city": "Дылым", "operator": "", "desc": "" },
2364
+ { "mask": "+7(873)###-##-##", "region": "Республика Ингушетия", "city": "", "operator": "", "desc": "" },
2365
+ { "mask": "+7(8732)##-##-##", "region": "Республика Ингушетия", "city": "Назрань", "operator": "", "desc": "" },
2366
+ { "mask": "+7(87341)#-##-##", "region": "Республика Ингушетия", "city": "Орджоникидзевская", "operator": "", "desc": "" },
2367
+ { "mask": "+7(87342)#-##-##", "region": "Республика Ингушетия", "city": "Малгобек", "operator": "", "desc": "" },
2368
+ { "mask": "+7(87343)#-##-##", "region": "Республика Ингушетия", "city": "Джейрах", "operator": "", "desc": "" },
2369
+ { "mask": "+7(87344)#-##-##", "region": "Республика Ингушетия", "city": "Карабулак", "operator": "", "desc": "" },
2370
+ { "mask": "+7(87345)#-##-##", "region": "Республика Ингушетия", "city": "Магас", "operator": "", "desc": "" },
2371
+ { "mask": "+7(877)###-##-##", "region": "Республика Адыгея", "city": "", "operator": "", "desc": "" },
2372
+ { "mask": "+7(8772)##-##-##", "region": "Республика Адыгея", "city": "Майкоп", "operator": "", "desc": "" },
2373
+ { "mask": "+7(87770)#-##-##", "region": "Республика Адыгея", "city": "Кошехабль", "operator": "", "desc": "" },
2374
+ { "mask": "+7(87771)#-##-##", "region": "Республика Адыгея", "city": "Тахтамукай", "operator": "", "desc": "" },
2375
+ { "mask": "+7(87772)#-##-##", "region": "Республика Адыгея", "city": "Адыгейск", "operator": "", "desc": "" },
2376
+ { "mask": "+7(87773)#-##-##", "region": "Республика Адыгея", "city": "Хакуринохабль", "operator": "", "desc": "" },
2377
+ { "mask": "+7(87777)#-##-##", "region": "Республика Адыгея", "city": "Тульский", "operator": "", "desc": "" },
2378
+ { "mask": "+7(87778)#-##-##", "region": "Республика Адыгея", "city": "Красногвардейское", "operator": "", "desc": "" },
2379
+ { "mask": "+7(87779)#-##-##", "region": "Республика Адыгея", "city": "Гиагинская", "operator": "", "desc": "" },
2380
+ { "mask": "+7(878)###-##-##", "region": "Республика Карачаево-Черкесия", "city": "", "operator": "", "desc": "" },
2381
+ { "mask": "+7(8782)##-##-##", "region": "Республика Карачаево-Черкесия", "city": "Черкесск", "operator": "", "desc": "" },
2382
+ { "mask": "+7(87870)#-##-##", "region": "Республика Карачаево-Черкесия", "city": "Адыге-Хабль", "operator": "", "desc": "" },
2383
+ { "mask": "+7(87872)#-##-##", "region": "Республика Карачаево-Черкесия", "city": ["Теберда", "Домбай"], "operator": "", "desc": "" },
2384
+ { "mask": "+7(87873)#-##-##", "region": "Республика Карачаево-Черкесия", "city": "Хабез", "operator": "", "desc": "" },
2385
+ { "mask": "+7(87874)#-##-##", "region": "Республика Карачаево-Черкесия", "city": "Кавказский", "operator": "", "desc": "" },
2386
+ { "mask": "+7(87875)#-##-##", "region": "Республика Карачаево-Черкесия", "city": "Усть-Джегута", "operator": "", "desc": "" },
2387
+ { "mask": "+7(87876)#-##-##", "region": "Республика Карачаево-Черкесия", "city": "Преградная", "operator": "", "desc": "" },
2388
+ { "mask": "+7(87877)#-##-##", "region": "Республика Карачаево-Черкесия", "city": "Учкекен", "operator": "", "desc": "" },
2389
+ { "mask": "+7(87878)#-##-##", "region": "Республика Карачаево-Черкесия", "city": "Зеленчукская", "operator": "", "desc": "" },
2390
+ { "mask": "+7(87879)#-##-##", "region": "Республика Карачаево-Черкесия", "city": "Карачаевск", "operator": "", "desc": "" },
2391
+ { "mask": "+7(879)###-##-##", "region": "Ставропольский край", "city": "", "operator": "", "desc": "" },
2392
+ { "mask": "+7(87922)#-##-##", "region": "Ставропольский край", "city": "Минеральные Воды", "operator": "", "desc": "" },
2393
+ { "mask": "+7(8793)##-##-##", "region": "Ставропольский край", "city": "Пятигорск", "operator": "", "desc": "" },
2394
+ { "mask": "+7(87932)#-##-##", "region": "Ставропольский край", "city": "Железноводск", "operator": "", "desc": "" },
2395
+ { "mask": "+7(87934)#-##-##", "region": "Ставропольский край", "city": "Ессентуки", "operator": "", "desc": "" },
2396
+ { "mask": "+7(87935)#-##-##", "region": "Ставропольский край", "city": "Лермонтов", "operator": "", "desc": "" },
2397
+ { "mask": "+7(87937)#-##-##", "region": "Ставропольский край", "city": "Кисловодск", "operator": "", "desc": "" },
2398
+ { "mask": "+7(87938)#-##-##", "region": "Ставропольский край", "city": "Новопавловск", "operator": "", "desc": "" },
2399
+ { "mask": "+7(87951)#-##-##", "region": "Ставропольский край", "city": "Георгиевск", "operator": "", "desc": "" },
2400
+ { "mask": "+7(87961)#-##-##", "region": "Ставропольский край", "city": "Ессентукская", "operator": "", "desc": "" },
2401
+ { "mask": "+7(87964)#-##-##", "region": "Ставропольский край", "city": "Курская", "operator": "", "desc": "" },
2402
+ { "mask": "+7(9##)###-##-##", "type": "mobile" }
2403
+ ]