@charset "UTF-8";
@font-face {
    font-family: 'roadnumbersregular';
    src: url('fonts/roadnumbers2.0-webfont.eot');
    src: url('fonts/roadnumbers2.0-webfont.eot@') format('embedded-opentype'),
         url('fonts/roadnumbers2.0-webfont.woff') format('woff'),
         url('fonts/roadnumbers2.0-webfont.ttf') format('truetype'),
         url('fonts/roadnumbers2.0-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}

b, strong{
	font-weight: bold;
}
i, em{
	font-style: italic;
}
u, ins{
	text-decoration: underline;
}
.fancybox-lock body {
    overflow: visible !important;
}

html, body{
	height: 100%;
	width: 100%;
	position: relative;
	min-width: 320px;
}
#cnt{
	min-height: 100%;
	background-image: url(../images/header3.jpg);
	/*background-position: center top;*/
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #F6F7FB;
}
.hFooter {
	clear: both;
	height: 120px;
}
.body{
	width:940px;
	margin:0 auto;
	/* text-align: center; */
}
#header{
	clear:both;
	max-width: 940px;
	margin: 0 auto;
	height: 55px;
	padding-top: 414px;
	position: relative;
}
#cnt:before{
	width: 40%;
	position: absolute;
	height: 364px;
	background-color: rgba(4,8,7,0.5);
	top: 0;
	left: 54%;
	margin-left: -70px;
	content: " ";
	display: block;
	padding-right: 37px;
}
#info{
	position: absolute;
	display: block;
	width: 463px;
	z-index: 5;
	top: 38px;
	left: 478px;
	color: #fff;
	font-family: "PT Sans", helvetica, Arial;
	font-weight: bold;
}
#info .item{
	height: 41px;
	clear: both;
	margin-bottom: 5px;
	vertical-align: middle;
	width: 100%;
	display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}
#info .item.phone{
	font-size: 22px;
}
#info .icon{
	height: 41px;
	width: 86px;
	display: inline-block;
	margin-right: 30px;
	background-image: url(../images/list-bg2.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-width: 86px;
}
#info .icon-item{
	height: 41px;
	width: 74px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}
#info .icon-item.gs{
	background-image: url(../images/icon-1.png);
}
#info .icon-item.lp{
	background-image: url(../images/icon-2.png);
}
#info .icon-item.gai{
	background-image: url(../images/icon-3.png);
}
#info .icon-item.law{
	background-image: url(../images/icon-4.png);
}
#info .icon-item.it{
	background-image: url(../images/icon-vk1.png);
}
#info .icon-item.ph{
	background-image: url(../images/icon-6.png);
}
#info .item:hover .icon{
	background-position: top left;
	-webkit-animation: swing 1s ease;
  animation: swing 1s ease;
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
}
#info a{
	color: #fff;
	text-decoration: underline;
}
#info a:hover{
	text-decoration: none;
}
@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
 
@keyframes swing {
  15% {
    -webkit-transform: translateX(9px);
    transform: translateX(9px);
  }
  30% {
    -webkit-transform: translateX(-9px);
    transform: translateX(-9px);
  }
  40% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
#phone{
	position: absolute;
	right: 0;
	text-align: right;
	color: #FFFFFF !important;
	top:2px;
	font-family: "PT Sans", helvetica, Arial;
	font-size: 17px;
	line-height: 18px;
	z-index: 1;
	opacity: 0;
}
#phone span{
	color: #bebebe;
	font-size: 18px;
	padding: 0;
	line-height: 21px;
}
#phone a{
	color: #fff;
	text-decoration: none;
}
#top-menu{
	width: 100%;
	background: url(../images/top-menu.png) top;
	margin: 0 auto;
	height: 55px;
}
.menu_top{
	z-index: 9;
	display: table;
	position: relative;
	/*background: url(../images/top-menu.png) top;*/
	height: 55px;
	width: 100%;
	text-align: center;
}
.menu_top li{
	list-style: none;
	float: left;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	/* text-align: center; */
}
.menu_top li a{
	font-family: Helvetica, Arial;
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0px 0px 5px #000000;
	text-decoration: none;
	line-height: 55px;
	height: 55px;
	display: block;
	padding: 0 25px;
}
.menu_top li.active a{
	/*background: linear-gradient(to bottom, #1D7102 0%,#3B8224 100%);*/
	background: linear-gradient(to bottom, #0d389d 0%, #3563cf 100%);
}
.menu_top li a:hover{
	/*background: linear-gradient(to bottom, #1D7102 0%,#3B8224 100%);*/
	background: linear-gradient(to bottom, #0d389d 0%, #3563cf 100%);
}
#content{
	padding: 30px 0;
	display: table;
	position: relative;
	color: #373636;
	font-size: 14px;
	font-family: 'pf_dindisplay_proregular', helvetica, Arial;
}
#content.fixedmenu{
	padding-top: 80px;
}
#footer{
	width: 100%;
	background: url(../images/footer.png) top repeat-x #1e1e20;
	padding: 30px 0;
	margin: 0 auto;
	clear: both;
	display: table;
	margin-top: -120px;
}
#footer div{
	color: #9d9d9f;
	font-size: 15px;
	font-family: "PT Sans", helvetica, Arial;
}
#content .right{
	float: right;
	width: 250px;
	padding: 0px;
	position: table;
	font-family: "PT Sans", helvetica, Arial;
	margin-left: -300px;
}
#content .right table{
	margin-top: 20px;
}
#content>.right table>tbody>tr:hover{
	cursor: pointer;
}
#content .right a{
	color: #c7c6c6;
}
a:hover{
	text-decoration: none;
}
#content .left{
	float: left;
	display: block;
	margin-right: 330px;
	height: 100%;
	max-width: 600px;
}
.right table tr td:first-child{
	width: 94px;
	vertical-align: middle;
	color: #73aee6;
	font-size: 16px;
	height: 42px;
}
#content table td{
	vertical-align: middle;
}
.right h2{
	font-size: 20px;
	color: #fff;
}
.menu{
	display: table;
	padding: 0 0 20px 0;
	margin: 0 auto;
}
.menu li{
	list-style: none;
	float: left;
	padding: 0 19px;
}
.menu li a{
	font-family: helvetica, Arial;
	font-size: 15px;
	color: #ffffff;
	text-shadow: 0px 0px 5px #000;
	text-decoration: none;
}
.menu li a:hover{
	color: #73aee6
}
.left .sigProContainer{
	clear: both;
	width: 940px;
}
.ekran{
	position: fixed;
	top: -100%;
	width: 100%;
	height: 100%;
	z-index: 50;
	left: 0;
	opacity: 0;
	background: rgba(0,0,0,.3);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.ekran.active{
	top: 0;
	opacity: 1;
}
.ekran.pu{
	z-index: 114;
}
.popup{
	display: block;
	position: fixed;
	top: -100%;
	opacity: 0;
	left: 50%;
	width: 270px;
	height: 180px;
	background: url(../images/popup.jpg) top left no-repeat #E7E8EC;
	margin: -115px 0 0 -285px;
	z-index: 115;
	padding: 50px 0 0 300px;
	box-shadow: 0px 0 20px rgba(0,0,0,.7);
	font-family: "PT Sans", helvetica, Arial;
	font-weight: bold;
	-webkit-transition: 0.5s;
	-moz-transition:  0.5s;
	-o-transition:  0.5s;
	transition:  0.5s;
	-webkit-text-size-adjust: none;
}
.popup.active{
	top: 50%;
	opacity: 1;
}
.popup .phone{
	font-size: 23px;
	 -webkit-text-size-adjust: none;
}
.popup .phone a{
	color: #000;
	text-decoration: underline;
}
.iMess{
	width: 23px;
	height: 23px;
	margin-left: 5px;
	line-height: 23px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 23px;
	overflow: hidden;
	font-size: 23px;
	text-indent: -999px;
	display: inline-block;
}
.iMess.ws{
	background-image: url(../images/icon-whatsapp.png);
}
.iMess.vb{
	background-image: url(../images/icon-viber.png);
}

.popup .head{
	font-size: 20px;
	 -webkit-text-size-adjust: none;
}
.popup .desc{
	padding: 15px 0;
	 -webkit-text-size-adjust: none;
	line-height: 1;
	font-weight: 300;
	font-size: 16px;
	color: #6c6c6c;
}
.nomer{
	overflow: hidden;
	position: absolute;
	width: 89px;
	height: 21px;
	border-radius: 2px;
	top: 130px;
	left: 108px;
}
.nomer img{
	width: 89px;
}
.popup .close{
	display: block;
	background: url(../images/close.png) center #8B0123 no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
}
.popup .close:hover{
background: url(../images/close.png) center #50000B no-repeat;
}
#top-menu.sticky{
	position: fixed;
  	top: 0;
  	z-index: 1001;
  	width: 100%;
  	left: 0;
  }
 #top-menu .body{position: relative;/* text-align: center; */}
 #top-menu .body:after{
 	clear: both;
 	display: block;
 	content: " ";
 	height: 0px;
 	width: 100%;
 }
 .sticky ul {
 	float: left;
 	width: 740px;
 }
  .sticky ul li {
  
  }
 .sticky ul li a{
	font-size: 13px;
 }
  .sticky #phone{
  	opacity: 1;
  }
  h1, h2, h3{
  	clear: both;
  	font-size: 20px;
  	color: #404040;
  	font-weight: bold;
  	font-family: "PT Sans", helvetica, Arial;
  }
 .blog>h2{
 	margin-bottom: 30px;
 }
#nomers > thead > tr{
  	/*background: linear-gradient(to bottom, #1D7102 0%,#3B8224 100%);*/
  	background: linear-gradient(to bottom, #0d389d 0%, #3563cf 100%);
  	font-size: 16px;
  	font-weight: bold;
  	color: #ffffff;
  	font-family: Arial;
  }
 #nomers > thead > tr > td{
	padding: 10px;
	text-align: center;
  }
#nomers tr td{
  	padding: 4px 10px 4px 10px;
  	font-size: 16px;
  	text-align: center;
 }
 #nomers>tbody>tr{
   background: #ffffff url(../images/border-hor-grey.png) left top repeat-x;
   /* background: linear-gradient(to top, #D5D4D9, #EAE9EE); */
}
#nomers>tbody>tr.zebra{
	/* background: #D6DBDF; */
	/* background: linear-gradient(to top, #F0F0F2, #fff); */
	background: url(../images/border-hor-grey.png) left top repeat-x;
}
 #nomers > tbody > tr:hover{
 	background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
 	cursor: pointer;
 	color: #fff;
 }
.reg-name{
	color: #9b2d30;
	border-bottom: 1px dashed #9b2d30;
	padding: 0;
	cursor: pointer;
	margin-right: 10px;
}
.reg-value{
	display: none;
}
.cost{
	width: 70px;
	padding: 2px 5px
}
select.text, select.num{
	width: 30px;
	height: 55px !important;
	font-family: 'roadnumbersregular', Arial;
	font-size: 50px;
	overflow: hidden;
	border-radius: 0px;
	border: none;
	margin: 0;
	display: block;
	position: relative;
	float: left;
	padding: 0 !important;
	background-color: transparent; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	margin-left: 3px;
	background-color: none;
	/* for FF */
	-moz-appearance: none;
	text-indent: 0px; 
	text-overflow: '';
	/* for IE */
	-ms-appearance: none;
	appearance: none!important;
	text-align: left;
	outline: none;
	margin-top: 15px;
	cursor: pointer;
}
select.num{
	font-size: 60px;
	height: 65px !important;
	margin-top: 5px;
	letter-spacing: 5px;
}
select::-ms-expand {
  display: none;
}
select.text *, select.num *{
	font-family: Arial !important;
	font-size: 14px !important;
	letter-spacing: 0 !important;
	text-align: center !important;
}
*:focus {
    outline: none;
    border-color: inherit;
	-webkit-box-shadow: none;
  box-shadow: none;
}
select:focus, option:focus, select::-moz-focus-inner, option::-moz-focus-inner {
    outline: none !important;
    border: none !important;
}
#rcode{
	float: right;
	height: 60px !important;
	font-size: 46px;
	margin-right: 5px;
	text-align: left !important;
	letter-spacing: 5px;
	margin-top: 0px;
	width: 80px;
}
.number:after{
	content: " ";
	display: block;
	clear: both;
	height: 0px;
	width: 100%;
}
#filter:after, .nomer-form:after, .related-ads:after, .wp-nomer-detlis:after, ul.sigProSleek:after{
	display: block;
	content: " ";
	clear: both;
	width: 100%;
	height: 0px;
}
.nomer-form{
	display: block;
	clear: both;
	padding-bottom: 10px;
}
input[type="radio"]:checked+label{
	border: none;
	color: #000000;
}
#none{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding: 30px;
	display: none;
}
#resetForm{
	cursor: pointer;
	margin-bottom: -3px;
	margin-left: 10px;
	display: none;
}
.custom > form > .number{
	clear: both;
	display: block;
	padding: 20px 0;
	height: 40px;
}
.custom > form > p{
	clear: both;
	padding: 10px 0;
	font-size: 16px;
}
.name-p{
	float: left;
	width: 100px;
	line-height: 30px;
}
.custom > form > p > input{
	padding: 4px 10px;
	font-size: 14px;
	border: 1px #929292 solid;
	width: 150px;
}
/*#send-form, .btn{
	clear: both;
	display: block;
	width: 150px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma;
	margin-top: 20px;
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
	cursor: pointer;
	border: none;
}*/
#send-form, .btn{
display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#send-form:hover, .btn:hover{
    box-shadow: inset 0px 1px 0px 0px #2d1c1a;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #131313), color-stop(1, #686868));
	background:-moz-linear-gradient(top, #131313 5%, #686868 100%);
	/*background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);*/
	background:-webkit-linear-gradient(top, #131313 5%, #686868 100%);
	background:-o-linear-gradient(top, #131313 5%, #686868 100%);
	background:-ms-linear-gradient(top, #131313 5%, #686868 100%);
	background:linear-gradient(to bottom, #131313 5%, #686868 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#686868',GradientType=0);
	background-color:#131313;
}
#send-form:active, .btn:active {
	position:relative;
	top:1px;
}


/*#send-form:hover, .btn:hover{
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%);
}*/
.send{
	font-size: 28px;
	padding: 50px 0;
	text-align: center;
	color: #9b2d30;
	font-weight: bold;
}
.send span{
	color: #000;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial;
}
.red-c{
	color: #9b2d30
}
.no-valid-phone, .no-valid-cost, .no-valid-number{
	color: #9b2d30;
	padding-left: 20px;
	font-size: 16px;
	display: none;
}
.no-valid-number{
	line-height: 30px;
}
.red-input{
	-webkit-animation: color  1s ease;
	animation: color  1s ease;
}
@-webkit-keyframes color {
	from {color: #000;}
	50% {color: #9b2d30;}
	to {color: #000;}
}
@keyframes color {
	from {color: #000;}
	50% {color: #9b2d30;}
	to {color: #000;}
}
#message{
	width: 350px;
	padding: 10px;
	border: 1px #929292 solid;
	font-size: 14px;
}
.mobile-menu{
	display: none;
}
table.home{
	width: 100% !important;
	margin-bottom: 30px;
}
table.oformlenie{
	width: 70% !important;
	margin: 20px auto;
	font-size: 16px;
}
table.oformlenie tr:first-child{
	font-weight: bold;
}
ul.sigProSleek{
	width: 100%;
	margin: 0;
	padding: 0;
}
ul.sigProSleek li.sigProThumb{
	width: 195px;
	float: left;
	list-style: none;
	margin: 2px;
	padding: 0;
	overflow: hidden;
	border: 6px solid #222;
	box-sizing: border-box;
}
ul.sigProSleek li.sigProThumb:hover{
	border: 6px solid #3B8224;
}
ul.sigProSleek li.sigProThumb a.sigProLink{
	width: 100%;
	height: 125px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg{
	width: 100%;
	height: 125px;
	background-size: cover;
	max-width: 100%;
	vertical-align: bottom;
}
.fancybox-wrap{
	padding: 3px !important;
	background: #222;
}
.fancybox-inner{
	box-shadow: none !important;
	border: none !important;
	margin: 0 !important;
}
.displayname{display: none;}
.eventgallery-tiles-list .wrapper img{
	border: 7px solid #373636;
	box-sizing: border-box;
}
.moduletable_yandex{
	float: right;
	width: 60%;
	margin-top: -25px;
} 
.moduletable_yandex h3{
	padding-bottom: 20px;
}
.random-article-wrapper{
	width: 100%;
	display: block;
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding-top: 30px;
}
.items-leading{
	width: 100%;
	display: block;
}
.random-article-wrapper .column, .items-leading .leading{
	width: 24% !important;
	margin-right: 1.3%;
	overflow: hidden;
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.items-leading .leading:hover .page-header a{
	padding-bottom: 20px;
}
.random-article-wrapper .col-4, .items-leading .leading:nth-child(4n){
	margin-right: 0;
}
.random-article-wrapper .introimage, .random-article-wrapper .random-article, .items-leading .item-image, .img-intro- {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
}
.random-article-wrapper .introimage img, .items-leading .item-image img {
	vertical-align: bottom;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	max-height: 100%;
}
.random-article-wrapper .introimage a{
	display: block;
	position: relative;
	height: 100%;
}
.random-article-wrapper .introimage a:after, .items-leading .item-image a:after{
	display: block;
	width: 100%;
	height: 100%;
	clear: both;
	background-color: rgba(0,0,0,.25);
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	transition: background 0.5s;
	cursor: pointer;
}
.random-article:hover .introimage a:after, .items-leading .item-image a:hover:after,  .items-leading .leading:hover .item-image a:after{
	background: transparent;
}
.random-article-wrapper .title, .items-leading .page-header{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
.random-article-wrapper .title h4, .items-leading h2{
	display: table;
	 width: 100%;
}
.random-article-wrapper .title a, .items-leading .page-header a{
	text-decoration: none;
	color: #fff;
	font-family: Tahoma, Arial;
	font-weight: 300;
	line-height: 1.2;
	font-size: 13px;
	display: block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%,  rgba(0,0,0,0.65) 50%,  rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	height: 45px;
	display: table-cell;
	vertical-align: bottom;
	padding: 5%;
	width: 90% !important;
	transition: .5s;
}
.random-article-wrapper .random-article:hover .title a, .items-leading .page-header a:hover{
	padding-bottom: 20px;
}

.nomer-filter{
	display: block;
	background-image: url(../images/nomer.png);
	background-repeat: no-repeat;
	background-size: 330px 76px;
	width: 330px;
	height: 76px;
	float: left;
	position: relative;
	z-index: 15;
}
.nomer-filter .number{
  	padding: 11px 6px;
  	display: block;
  	height: 54px;
  	width: 236px;
  	margin-left: 9px;
  	float: left;
}
.nomer-filter .number .let, .nomer-filter .number .num{
	width: 35px;
	background: #D5D4D9;
	background: -webkit-linear-gradient(bottom, #D5D4D9, #D6DBDF);
	background: -o-linear-gradient(bottom, #D5D4D9, #D6DBDF);
	background: linear-gradient(to top, #D5D4D9, #D6DBDF);
	float: left;
	border-radius: 3px;
	margin: 0 1px;
	cursor: pointer;
}
#region-code{
	float: right;
	margin: 11px 14px 0 0;
	height: 34px;
	width: 60px;
	background: #D5D4D9;
	background: -webkit-linear-gradient(bottom, #D5D4D9, #D6DBDF);
	background: -o-linear-gradient(bottom, #D5D4D9, #D6DBDF);
	background: linear-gradient(to top, #D5D4D9, #D6DBDF);
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}
#region-code span{
	width: 20px;
	height: 34px;
	margin: 0;
	display: inline-block;
	background-image: url(../images/allnumber.png);
	background-repeat: no-repeat;
	background-size: 285px auto;
}
.nomer-filter .number .let:hover, .nomer-filter .number .num:hover, #region-code:hover{
	background: #500f10;
}
.nomer-filter .number .num.active, .nomer-filter .number .let.active, #region-code.active{
	background: none;
}
.nomer-filter .number .num.active span, .nomer-filter .number .let.active span{
	background-image: url(../images/allnumber.png);
	background-repeat: no-repeat;
	background-size: 435px 103px;
	background-color: transparent;
	display: block;
	width: 35px;
	height: 44px;
}
.nomer-filter .number .num, .nomer-filter .number .num.active span{
	height: 54px;
}
.nomer-filter .number .let{
	height: 44px;
	margin-top: 10px;
}
.nomer-filter .number .num .null{
	background-position: 0px 0px;
}
.nomer-filter .number .num .one{
	background-position: -40px 0px;
}
.nomer-filter .number .num .two{
	background-position: -80px 0px;
}
.nomer-filter .number .num .three{
	background-position: -120px 0px;
}
.nomer-filter .number .num .four{
	background-position: -160px 0px;
}
.nomer-filter .number .num .five{
	background-position: -200px 0px;
}
.nomer-filter .number .num .six{
	background-position: -240px 0px;
}
.nomer-filter .number .num .seven{
	background-position: -280px 0px;
}
.nomer-filter .number .num .eight{
	background-position: -320px 0px;
}
.nomer-filter .number .num .nine{
	background-position: -360px 0px;
}
.nomer-filter .number .let .A{
	background-position: 0px -60px;
}
.nomer-filter .number .let .B{
	background-position: -40px -60px;
}
.nomer-filter .number .let .C{
	background-position: -80px -60px;
}
.nomer-filter .number .let .E{
	background-position: -120px -60px;
}
.nomer-filter .number .let .H{
	background-position: -160px -60px;
}
.nomer-filter .number .let .K{
	background-position: -200px -60px;
}
.nomer-filter .number .let .M{
	background-position: -240px -60px;
}
.nomer-filter .number .let .O{
	background-position: -280px -60px;
}
.nomer-filter .number .let .P{
	background-position: -320px -60px;
}
.nomer-filter .number .let .T{
	background-position: -360px -60px;
}
.nomer-filter .number .let .Y{
	background-position: -400px -60px;
}
.nomer-filter .number .let .X{
	background-position: -400px -10px;
}
#region-code .null{
	background-position: -2px 0px;
}
#region-code .one{
	background-position: -27px 0px;
}
#region-code .two{
	background-position: -54px 0px;
}
#region-code .three{
	background-position: -81px 0px;
}
#region-code .four{
	background-position: -106px 0px;
}
#region-code .five{
	background-position: -132px 0px;
}
#region-code .six{
	background-position: -159px 0px;
}
#region-code .seven{
	background-position: -185px 0px;
}
#region-code .eight{
	background-position: -211px 0px;
}
#region-code .nine{
	background-position: -237px 0px;
}
.symbol-wrapper, .region-wrapper{
	position: absolute;
	top: 78px;
	width: 330px;
	left: 0px;
	background-image: url(../images/top-menu.png);
	background-position: top left;
	background-size: 2px;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-radius:5px;
	display: none;
}
.region-wrapper{
	background-size: 4px;
}
.symbol-wrapper.active, .region-wrapper.active{
	display: block;
	z-index: 9;
}
.symbol-wrapper .symbol, .region-wrapper .symbol, .region-wrapper .ok{
	width: 35px;
	line-height: 35px;
	height: 35px;
	margin: 5px;
	display: inline-block;
	font-family: Arial;
	font-size: 24px;
	color: #666;
	border-radius: 3px;
	background: -webkit-linear-gradient(bottom, #D5D4D9, #EAE9EE);
	background: -o-linear-gradient(bottom, #D5D4D9, #EAE9EE);
	background: linear-gradient(to top, #D5D4D9, #EAE9EE);
	cursor: pointer;
	font-weight: bold;
}
.cln{display: block; height: 15px;}
.region-wrapper .ok span{
	font-size: 18px;
	line-height: 30px;
}
.symbol-wrapper.letters .symbol{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
}
.symbol-wrapper .symbol:hover, .region-wrapper .symbol:hover, .region-wrapper .ok:hover{
	background: -webkit-linear-gradient(bottom, #500f10, #941e3a);
	background: -o-linear-gradient(bottom, #500f10, #941e3a);
	background: linear-gradient(to top, #500f10, #941e3a);
	color: #fff;
}

.region-wrapper .array{
	width: 40px;
	line-height: 30px;
	height: 30px;
	margin: 5px;
	display: inline-block;
	font-family: Arial;
	font-size: 18px;
	color: #555;
	border-radius: 3px;
	background: -webkit-linear-gradient(bottom, #D5D4D9, #D6DBDF);
	background: -o-linear-gradient(bottom, #D5D4D9, #D6DBDF);
	background: linear-gradient(to top, #D5D4D9, #D6DBDF);
	cursor: pointer;
	font-weight: bold;
}
.region-wrapper .array:hover{
	background: -webkit-linear-gradient(bottom, #500f10, #941e3a);
	background: -o-linear-gradient(bottom, #500f10, #941e3a);
	background: linear-gradient(to top, #500f10, #941e3a);
	color: #fff;
}

.filter-other{
	float: left;
	padding-left: 30px;
}
.filter-row{
	margin: 10px 0;
}
.nomer-info{
	width: 24px;
	height: 24px;
	background-image: url(../images/cart.png);
	background-repeat: no-repeat;
	background-size: 24px auto;
	display: inline-block;
	opacity: 0.3;
	pointer-events: auto;
	transition: 0.5s;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 10px;
}
.nomer-info:hover{
	opacity: 1;
}
.related-ads{
	background: -webkit-linear-gradient(bottom, #dfdfe2, #eeeeee);
	background: -o-linear-gradient(bottom, #dfdfe2, #eeeeee);
	background: linear-gradient(to top, #dfdfe2, #eeeeee);
	border: 1px solid #dfdfe2;
	box-sizing: border-box;
	border-top: none;
}
.related-ads h3{
	text-align: center;
	padding: 15px 0;
}
.related-ads .nomer-item{
	width: 25%;
	display: block;
	float: left;
	text-align: center;
	height: 75px;
}
.related-ads .nomer-item p{
	color: #333;
	font-size: 16px;
	font-family: "PT Sans", helvetica, Arial;
}
.related-ads .nomer-item a{
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 3px;
}
.related-ads .nomer-item img{
	vertical-align: bottom;
}
.related-ads .nomer-item a:after{
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%,  rgba(0,0,0,0.2) 50%,  rgba(0,0,0,.6) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%,rgba(0,0,0,.6) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,.6) 100%);
	transition: 0.5s;
}
.related-ads .nomer-item a:hover:after{
	opacity: 0;
}
.wp-nomer-detlis{
	padding: 17px;
	margin-top: 20px;
	background: -webkit-linear-gradient(bottom, #F0F0F2, #fff);
	background: -o-linear-gradient(bottom, #F0F0F2, #fff);
	background: linear-gradient(to top, #F0F0F2, #fff);
	box-sizing: border-box;
	border: 1px solid #dfdfe2;
	border-bottom: none;
}
.nomer-fields_list{
	width: 30%;
	float: left;
	list-style: none;
}
.wp-nomer-detlis h3{
	padding-bottom: 20px;
}
.nomer-fields_list li{
	padding: 15px 20px;
	font-family: Arial;
	font-size: 16px;
	border-bottom: 1px solid #e3e3e3;
}
.nomer-fields_list li.nm{
	text-align: center;
}
.nomer-fields_list li img{
	vertical-align: bottom;
}
.nomer-fields_list li:last-child{
	padding: 0;
	background: none;
	border: none;
}
.nomer-description{
	float: right;
	width: 65%;
}
.nomer-description p{
	margin-bottom: 5px;
	font-size: 16px;
}
.btn{
	margin-left: auto;
	margin-right: auto;
}
a.fancybox-close{
	top: -50px;
	right: -7px;
}
.fancybox-default-overlay{
	background-color: #111;
	opacity: 0.9;
}
a.fancybox-next{right: 10px;}
a.fancybox-prev{left: 10px;}
.fancybox-expand{display: none !important;}
#nomers tr td.region-t{
	position: relative;
}
.btn-head-mobile{display: none;}
@media (max-width : 950px) {
	#phone{right: 15px;}
	#cnt:before{
		padding-right: 177px;
		margin-left: -176px;
		width: 71%;
	}
	#info{
		left: 50%;
		right: 0;
		width: auto;
		margin-left: -140px;
	}
	.wp-nomer-detlis, .related-ads{
		margin-left: 20px;
		margin-right: 20px;
	}
	#content>h3{
		padding-left: 15px;
	}
	table.region, table.graph{
		width: 100% !important;
	}
	table.table-4{
		width: 100% !important;
	}
	table.table-4 img {
		max-width: 100% !important;
	}
	table.oformlenie{
		width: 90% !important;
	}
	.table-4 td{
		padding: 0;
		width: 25%;
		display: block;
		float: left;
		box-sizing: border-box;
		height: 190px;
	}
	.table-4 td img{
		width: 100%;
	}
	#top-menu.sticky{
		left: 0;
		margin: 0 !important;
		display: block;
		width: 100%;
		top: 0;
	}
	#top-menu .menu_top{
		display: block;
		position: fixed;
		left: -100%;
		top: 0;
		width: 280px;
		margin: 0;
		height: 100%;
		background: rgba(6,11,7,.9);
		float: none;
		z-index: 102;
		transition: 0.5s;
	}
	#phone{
	  	opacity: 1 !important;
	  	position: relative;
	  	display: block;
	  	float: right;
	  	width: 200px;
	  	margin-top: 3px;
	  }
	#top-menu.sticky .menu_top{
		top: 55px;
	}
	#top-menu .menu_top.active{
		max-width: 280px;
		left: 0;
	}
	#top-menu .menu_top li{
		float: none;
		clear: both;
		width: 100%;
	}
	#top-menu .menu_top li:last-child{
		margin-bottom: 55px;
	}
	#top-menu .menu_top li a{
		text-align: left;
		padding: 0 20px;
		font-size: 18px;
	}
	.mobile-menu{
		display: block;
		color: #fff;
		font-size: 18px;
		float: left;
		margin-left: 20px;
		height: 30px;
		line-height: 30px;
		margin-top: 12px;
		font-family: helvetica, Arial;
		cursor: pointer;
	}
	.mobile-menu span{
		background: #fff;
		height: 2px;
		margin-top: 14px;
		width: 30px;
		display: block;
		float: left;
		margin-right: 15px;
		position: relative;
	}
	.mobile-menu span:after, .mobile-menu span:before{
		content: " ";
		display: block;
		height: 2px;
		width: 30px;
		background: #fff;
		position: absolute;
		left: 0;
		transition: 0.2s;
	}
	.mobile-menu span:after{
		top: -10px;
	}
	.mobile-menu span:before{
		top: 10px;
	}
	.mobile-menu.active span{
		background: none;
	}
	.mobile-menu.active span:after{
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: transform 0.3s, margin .05s;
	}
	.mobile-menu.active span:before{
		top: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		transition: transform 0.3s, margin .05s;
	}
	.body{
		width: 100%;
	}
	#top-menu{
		width: 100%;
		box-shadow: none;
	}
	.menu_top li{
		width: 14.2857%;
	}
	.menu_top li a{
		font-size: 14px;
	}
	.menu li{
		padding: 0 10px;
	}
	.menu li a{
		font-size: 14px;
	}
	.item-page, .blog{
		padding: 0 15px;
	}
	.random-article-wrapper {
		padding-left: 15px;
		padding-right: 15px;
		width: auto;
	}
	.item-page img{
		max-width: 90%;
		height: auto;
	}
	#filter{
		padding-left: 15px;
		clear: both;
		display: block;
	}
	#content .left{
		margin-right: 300px;
	}
	ul.sigProSleek li.sigProThumb{
		width: 31%;
		margin: 1%;
	}
	ul.sigProSleek li.sigProThumb a.sigProLink{
		width: 100%;
		height: 180px;
		box-sizing: border-box;
		overflow: hidden;
	}
	ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg{
		width: auto;
		min-width: 100%;
		background-size: cover;
	}
	.wp-nomer-detlis{
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.nomer-fields_list li{
		font-size: 15px;
	}
	.fancybox-wrap{
		margin: 0 !important;
	}
	.fancybox-nav{
		display: none;
	}
	 #nomers > tbody > tr:hover{
	 	color: #000;
	 }
}
@media (max-width : 767px) {
	.table-4 td{
		width: 50%;
		padding-bottom: 10px;
		height: 280px;
	}
	#xmap{
	    padding:0 0 0 40px;
	  }
	#cnt {
    background-position: 0% top;
} 
	#content .left{
		clear: both;
		margin: 0;
		float: none;
		max-width: 100%;
	}
	#content .right{
		width: 90%;
		clear: both;
		padding: 5%;
		margin-bottom: 20px;
		overflow: hidden;
		-webkit-transition: 0.5s;
     	-moz-transition: 0.5s;
     	-o-transition: 0.5s;
     	transition: 0.5s;
	}
	#content .right table{
		width: 100%;
		opacity: 0;
		-webkit-transition: 1s;
     	-moz-transition: 1s;
     	-o-transition: 1s;
     	transition: 1s;
	}
	#content .right table tr{
		display: block;
		float: left;
		width: 50%;
	}
	#content .right table tr td{
		padding-right: 20px;
	}
	#content .right h2:after{
		content: " ";
		float: right;
		margin-top: 8px;
		border: 12px solid transparent; border-top: 12px solid #9b2d30;
	}
	#content .right.active{
		max-height: 1000px;
	}
	#content .right.active table{
		opacity: 1;
	}
	#content .right.active h2:after{
		border: 12px solid transparent; border-bottom: 12px solid #9b2d30;
		margin-top: -4px;
	}
	#info .item{font-size: 15px;}
	#info .item.phone {
		font-size: 25px;
	}
	#info .icon{margin-right: 20px;}
	.menu_top{display: none;}
	.menu{
		text-align: center;
	}
	.menu li{
		display: inline-block;
		padding-bottom: 15px;
		float: none;
	}
	ul.sigProSleek li.sigProThumb{
		width: 48%;
		margin: 1%;
	}
	ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg{
		height: auto;
	}
	.random-article-wrapper .column, .items-leading .leading{
		width: 48% !important;
		margin-right: 4%;
		overflow: hidden;
		float: left;
		margin-bottom: 30px;
		position: relative;
	}
	.random-article-wrapper .column:nth-child(2n), .items-leading .leading:nth-child(2n){
		margin-right: 0;
	}
	.random-article-wrapper .introimage, .random-article-wrapper .random-article, .items-leading .item-image, .img-intro-{
		height: 210px
	}
	.filter-other{
		padding-left: 15px;
	}
	
  	select.num{
  		font-size: 48px;
  		height: 50px !important;
  		margin-top: 5px;
  		width: 29px;
  	}
  	select.text{
  		font-size: 40px;
  		width: 25px;
  		height: 45px !important;
  		margin-top: 13px;
  	}
  	#rcode{
  		height: 50px !important;
		font-size: 42px;
		width: 75px;
  	}
  	.nomer-fields_list{
  		width: 40%;
  	}
  	.nomer-description{
  		width: 55%;
  	}
  	.nomer-description p{
  		font-size: 15px;
  	}
}
@media all and (max-width : 680px) {
	.table-4 td{
		height: 250px;
	}
	#content{
		display: block;
		width: 100%;
	}
	#content .right table tr td{
		padding: 0;
	}
	#content .right table tr td img{
		width: 130px;
		margin-left: 20px;
	}
	#info .item{font-size: 15px;}
	#info .item.phone {
		font-size: 22px;
	}
	#info .icon{margin-right: 20px;}
	.moduletable_yandex{
		float: none;
		width: 100%;
		clear: both;
		padding-top: 20px;
	}
	.filter-other{
		padding-left: 0;
		padding-top: 20px;
		clear: both;
		float: none;
		display: block;
		text-align: center;
	}
	.nomer-filter{
		clear: both;
		float: none;
		margin: 0 auto;
	}
	.nomer-fields_list{
  		width: 100%;
  		float: none;
  		clear: both;
  		padding-bottom: 50px;
  	}
  	.nomer-description{
  		width: 100%;
  		float: none;
  		clear: both;
  	}
  	.nomer-description p{
  		font-size: 15px;
  	}
  	.related-ads .nomer-item{
  		width: 50%;
  	}
  	#filter{
  		padding-right: 15px;
  		text-align: center;
  	}
  	.wp-nomer-detlis{
  		padding-top: 0px;
  		padding-bottom: 15px;
  	}
  	.nomer-fields_list{
  		padding-bottom: 20px;
  	}
}
  @media all and (max-width : 570px) {
  	.table-4 td{
		height: 210px;
	}
	#content .right table tr{
		width: 100%
	}
	#content .right table tr td{
		width: 50%;
		float: left;
	}
	#content .right table tr td img{
		width: 156px;
		margin: 0;
	}
	.popup{
		width: 300px;
		padding: 210px 0 0 0;
		height: 150px;
		text-align: center;
		margin: -170px 0 0 -150px;
	}
	#info, #cnt:before{margin-left: -92px;width: 64%;padding-left: 46px;}
	#info .item{font-size: 14px;}
	#info .item.phone {
		font-size: 19px;
	}
	#cnt{
		background-position: 0% top;
	}
  }
@media all and (max-width : 500px) {
	.popup .head{
		font-size: 18px;
	}
	table.region td{
		font-size: 15px !important;
		text-align:left !important;
	}
	.table-4 td{
		height: 185px;
	}
	#filter{padding-top: 0; clear: both; display: block;}
	#filter:after{
		content: " ";
		height: 1px;
		width: 100%;
		clear: both;
		display: block;
	}
	#filter b{
		display: block;
		clear: both;
		padding-bottom: 10px;
	}
	#filter label{
		margin: 5px 15px 25px 0;
	}
	#nomers > thead > tr > td{
		padding: 10px 0;
		font-size: 14px;
	}
	#nomers tr td{
		padding: 3px 0 0 0;
		font-size: 14px;
	}
	.nm-img img{
		width: 120px;
	}
	#nomers tr td:nth-child(2){
		min-width: 50px;
	}
	#message{
		max-width: 90%;
	}
	.custom > form > p > input{
		max-width: 130px;
	}
	#info .phone, #info{display: none;}
	#info .item{
		color: #000;
		font-size: 14px;
		-webkit-text-size-adjust: none;
	}
	#info a{color: #000;}
	body.homepage #info{
		top: 200px;
		width: auto;
		margin: 0px 15px;
		display: block;
		left: 0;
		/* display: block; */
		/* padding-bottom: 30px; */
	}
	body.homepage #content{
		margin-top: 250px;
	}
	#cnt{
		/*background-position: left 42% top 14px;*/
		background-position: left 0% top 14px;
		background-size: auto 180px;
	}
	#cnt:before{display: none;}
	#header{
		padding-top: 160px;
	}
	.btn-head-mobile{
		display: block;
		position: absolute;
		z-index: 9;
		right: 30px;
		top: 55px;
	}
	.btn-head-mobile .link{
		width: 170px;
		display: block;
		box-sizing: border-box;
		text-align: center;
		height: 40px;
		line-height: 40px;
		color: #fff;
		text-decoration: none;
		font-family: "PT Sans", helvetica, Arial;
		margin-top: 15px;
		background: url(../images/top-menu.jpg) bottom;
	}
	.btn-head-mobile .link.sale{
		/* background: none; */
		/* border: 1px solid #930128; */
	}
}
 @media all and (max-width : 480px) {
    #nomers tr td:nth-child(3){
		display:none;
	}

 	table.home{
		width: 100% !important;
		margin-top: 20px;
	}
	table.home td{
		display: block;
		width: 100%;
	}
 	#phone{
 		font-size: 20px;
 	}
 	#phone span{
 		font-size: 16px;
        line-height: 21px;
 	}
	ul.sigProSleek li.sigProThumb{
		width: 98%;
	}
	table.graph td{
		display: block;
		clear: both;
		width: 100%;
		box-sizing: border-box;
	}
	table.graph td:first-child{
		font-weight: bold;
		padding: 15px 0;
	}
	table.oformlenie{
		width: 100% !important;
		max-width: 100% !important;
	}
	.random-article-wrapper .column, .items-leading .leading{
		width: 100% !important;
		margin-right: 0 !important;
		overflow: hidden;
		float: left;
		margin-bottom: 30px;
		position: relative;
	}
	.random-article-wrapper .introimage, .random-article-wrapper .random-article, .items-leading .item-image {
		height: 210px
	}
	.wp-nomer-detlis, .related-ads{
		margin-left: 5px;
		margin-right: 5px;
	}
 }
  @media all and (max-width : 479px) {
  	.table-4 td{
  		width: 100%;
		height: auto;
	}
	#content .right table tr td:first-child{
		width: 42%;
	}
  }
  @media all and (max-width : 440px) {
	#nomers tr td.region-t{
		padding-right: 24px;
	}
	.nomer-info{
		right: 5px;
	}
  }
   @media all and (max-width : 375px) {
	.filter-other{
	  	display: none;
	}
	.nomer-description img{
		width: 100%;
		height: auto;
	}
	.btn-head-mobile{
		right: 15px;
	}
   }
  @media all and (max-width : 360px) {
	#info .item{font-size: 13px;font-weight: 300;}
	.related-ads .nomer-item{
		width: 100%;
		float: none;
		clear: both;
	}
  }
  @media all and (max-width : 320px) {
	#info .icon{margin-right: 10px;}
	.nomer-filter{
		transform: scale(.9);
		margin-left: -20px;
	}
  }
 #swipebox-overlay {
    background: rgba(5,5,6, .9);
}