@font-face {
	font-family: 'Myriad-Pro-Light';
	src: url('/fonts/MyriadPro-Light.eot'); /* IE */
	src: local('Myriad-Pro-Light'), url('/fonts/MyriadPro-Light.otf') format('opentype'); /* non-IE */
}
@font-face {
	font-family: 'Myriad-Pro';
	src: url('/fonts/Myriad-Pro.eot'); /* IE */
	src: local('Myriad-Pro'), url('/fonts/Myriad-Pro.otf') format('opentype'); /* non-IE */
}
@font-face {
	font-family: 'MyriadPro-Semibold';
	src: url('/fonts/MyriadPro-Semibold.eot'); /* IE */
	src: local('MyriadPro-Semibold'), url('/fonts/MyriadPro-Semibold.ttf') format('truetype'); /* non-IE */
}
@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('/fonts/MyriadPro-Bold.eot'); /* IE */
	src: local('MyriadPro-Bold'), url('/fonts/MyriadPro-Bold.ttf') format('truetype'); /* non-IE */
}


@font-face {
 font-family: MyAgoraLiItal;
 src: url("/fonts/PFAgoraSansPro-LightItal.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyAgoraLiItal;
 src: url("/fonts/PFAgoraSansPro-LightItal.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
	 font-family: MyPlumbBoldC;
	 src: url("fonts/PlumbBoldC.otf.eot")
}
@font-face {
	 font-family: MyPlumbBoldC;
	 src: url("fonts/PlumbBoldC.otf")
}
@font-face {
	 font-family: MyAgoraMed;
	 src: url("fonts/PFAgoraSansPro-Medium.ttf.eot")
}
@font-face {
	 font-family: MyAgoraMed;
	 src: url("fonts/PFAgoraSansPro-Medium.ttf")
}
@font-face {
	 font-family: MyAgoraReg;
	 src: url("fonts/PFAgoraSansPro-Reg.ttf.eot")
}
@font-face {
	 font-family: MyAgoraReg;
	 src: url("fonts/PFAgoraSansPro-Reg.ttf")
}
@font-face {
	 font-family: MyAgoraBold;
	 src: url("/fonts/PFAgoraSansPro-Bold.ttf.eot")
}
@font-face {
	 font-family: MyAgoraBold;
	 src: url("/fonts/PFAgoraSansPro-Bold.ttf")
}
@font-face {
	 font-family: MyAgoraThin;
	 src: url("/fonts/PFAgoraSansPro-Thin.eot")
}
@font-face {
	 font-family: MyAgoraThin;
	 src: url("/fonts/PFAgoraSansPro-Thin.ttf")
}
@font-face {
	 font-family: MyAgoraXThin;
	 src: url("/fonts/PFAgoraSansPro-XThin.eot")
}
@font-face {
	 font-family: MyAgoraXThin;
	 src: url("/fonts/PFAgoraSansPro-XThin.ttf")
}
@font-face {
	 font-family: MyHelveticaBold;
	 src: url("/fonts/HelveticaNeue-Bold.ttf.eot")
}
@font-face {
	 font-family: MyHelveticaBold;
	 src: url("/fonts/HelveticaNeue-Bold.ttf")
}

@font-face {
 font-family: MyEpsilonCTT;
 src: url("/fonts/EpsilonCTT_Normal.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyEpsilonCTT;
 src: url("/fonts/EpsilonCTT.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
	 font-family: MyPea;
	 src: url("/fonts/heyyyy.eot") /* EOT file for IE */
}
@font-face {
	 font-family: MyPea;
	 src: url("/fonts/heyyyy.ttf") /* TTF file for CSS3 browsers */
}
/* custom fonts */
.agora-thin {
	font-family: MyAgoraThin, Tahoma, sans-serif;
}
.agora-reg {
	font-family: MyAgoraReg, Tahoma, sans-serif;
}
.agora-med {
	font-family: MyAgoraMed, Tahoma, sans-serif;
}
.agora-bold {
	font-family: MyAgoraBold, Tahoma, sans-serif;
}
.agora-li-ital {
	font-family: MyAgoraLiItal, Tahoma, sans-serif;
}
.plumb {
	font-family: MyPlumbBoldC, Tahoma, sans-serif;
}
.myriad-light {
	font-family: Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, 'Myriad Pro', sans-serif;
}
.myriad-semibold {
	font-family: MyriadPro-Semibold, Myriad-Pro, 'Myriad Pro', sans-serif;
}
.epsilon {
	font-family: MyEpsilonCTT, Arial,sans-serif;
}
.pea {
	font-family: MyPea, Arial,sans-serif;
}
/*animation*/
.shake {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.8s;
    -webkit-transform-origin:50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-name: shake;
    animation-duration: 0.8s;
    transform-origin:50% 50%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

body {
	margin: 0;
	padding: 0;
	/*background: #fff url('../images/top-gradient.png') 0 5px repeat-x;*/
	font-size: 13px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #333;
	line-height: 19px;
}

a img {
	border: 0;
}

h1, h2, h3, .like-h1, .like-h2, .like-h3 {
	color: #f60;
	font-weight: normal;
	line-height: 25px;
}
h1 img {
	height: 24px;
}

div.pantar {
	margin: 10px 0;
	font-weight: normal;
	font-size: 14px;
	color: #f60;
}
div.pantart {
	font-weight: normal;
	font-size: 14px;
	color: #ccc;
	padding-top: 5px;
}

div.pantar a {
	font-weight: normal;
	font-size: 14px;
	color: #f60 !important;
}

div.oldtariff {
	padding-top:35px;
	padding-bottom:30px;
	padding-left: 10px;
	width:95%;
	height: 100px;
	display:block;
	font-weight: bold;
	font-size: 26px;
	color: #f60;
	border: 4px solid #f60;
	border-radius: 10px;
}

a {
	color: #111;
}

a:hover {
	color: #c60;
}

h1, .like-h1 {
	font-size: 26px;
}

h1.fpage {
	color: #4D4D4D;
	font-family: Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, sans-serif;
	font-weight: 400;
	font-size: 28px;
}

h2.fpage {
	color: #4D4D4D;
	font-family: Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, sans-serif;
	font-weight: 400;
	font-size: 24px;
}


h2, .like-h2 {
	font-size: 17px;
}
.like-h3 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

h4, h5 {
	font-size: 13px;
	color: #333;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	color: #222;
	font-weight: bold;
}

.fa-rub, .fa-ruble {
    vertical-align: text-bottom;
}
#wrap {
	margin: 0px auto;
	width: 100%;
	background: #fff;
}
.clear {
	clear: both;
}

.tooltip {
    position:absolute;
    z-index:100; /* подсказка должна перекрывать другие элементы */
    padding: 10px 20px;

    /* красивости... */
    border: 1px solid #b3c9ce;
    border-radius: 4px;
    text-align: center;
    font: normal 14px/1.3 arial, sans-serif;
    color: #333;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
  }

.box {
  -moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari and Chrome */
  border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

  -moz-box-shadow: 10px 10px 20px #000; /* Firefox */
  -webkit-box-shadow: 10px 10px 20px #000; /* Safari and Chrome */
  box-shadow: 10px 10px 20px #000; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */

}

.about a {
	text-decoration: none;
	color:  #555;
	border: 1px solid #ccc;
	padding: 2px 15px;
	border-radius: 10px;
	display: block;
	width: 170px;
  	margin: 0 0 0 auto !important;
}

.connect {
	padding-top: 8px;
	border-top: 1px dashed #ccc;
}

.connect td {
	text-align: center;
}

#footer {
	margin-top: 27px;
	padding-top: 20px;
	color: #fff;
	border-top: 6px solid #ccc;
	background: #fafafa;
}
#art-content {
	float: right;
	width: 73%;
	/*padding-top: 12px;*/
	padding-left: 2%;
	padding-right: 2%;
	margin-right: 0;
	position: relative;
}

#content {
	float: left;
	width: 75%;
	margin-right: 0;
	padding: 12px 0 0 20px;
	position: relative;
}
#text-after, .num-text-wrap {
	text-align: justify;
}

#footer .content {
	font-size: 12px;
	margin: 0 auto;
	color: #777;
	position: relative;
}

#footer #counters {
	position: absolute;
	top: 0px;
	right: 100px;
}

#header {
	position: relative;
	margin: 0 auto 0;
	width: 100%;
	max-width: 1250px;
	min-width: 1000px;
}

#tariffs-block ul h3 {
	color: #c60;
	font-weight: normal;
	font-size: 15px;
    margin: 0 0 10px 47px;
}

#tariffs-block ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 10px 2px 10px 8px;
    border-radius: 3px;
	width: 246px;
	box-shadow: 0 1px 3px #ccc;
	background: #fcfcfc;
}

#tariffs-block li {
	display: block;
	list-style: none;
	color: #49595f;
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	width: 220px;
	font-family: Verdana, Arial, sans-serif;
}

#tariffs-block li a {
	display: block;
	padding: 4px 0 4px 7px;
	color: #666;
	}

#tariffs-block li a:hover {
	color: #a00;
	background: #f9f9f9;
}

#banner-top {
	border: 1px solid #ccc;
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 20px;
	border-radius: 10px;
	width: 256px;
	box-shadow: 0 0 3px #ccc;
	background: url('../images/action.png') -1px 0px no-repeat;
	height: 190px;
	position: relative;
}
#banner-top div a.link {
display: block;
	width: 100%;
	height: 100%;
}

#banner-topx {
	border: 1px solid #ccc;
	margin-top: 20px;
	margin-left: 0;
	margin-bottom: 20px;
	border-radius: 10px;
	width: 256px;
	box-shadow: 0 0 3px #ccc;
	background: url('../images/action.png') -1px 0px no-repeat;
	height: 166px;
	position: relative;
}
#banner-topx div a.link {
display: block;
	width: 100%;
	height: 100%;
}


.right_col_block {
	background: #fcfcfc;
	margin: 20px 0 20px 0;
	border-radius: 3px;
	padding: 10px 15px 10px;
	width: 255px;
	font-size: 10px;
	box-shadow: 0 1px 3px #888;
	position: relative;
}
.right_col_block div.tariffs-img img{
	height: 100px;
}
.right_col_block div.tariffs-img{
    position: absolute;
    right: 0;
    top: -10px;
}
.right_col_block div a.link {
color: #000;
}

.right_col_block div a {
color: #000;
}

.right_col_block div h3 {
	font-size: 10px;
}
.right_col_block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.right_col_block li {
	list-style: none;
	color: #49595f;
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	width: 220px;
	font-family: Verdana, Arial, sans-serif;
}
.right_col_block li a {
	display: block;
	padding: 4px 0 4px 7px;
	color: #666;
}
.right_col_block .hdr {
	font-size: 14px;
	padding-bottom: 0px;
	color: #f60;
}
.right_col_block .hdr img{
	float: right;
}
.right_col_block .hdr a{
	color: #f60;
	text-decoration: none;
	font-size: 20px;
}
/*Yandex search bar*/
#panels #ya-site-form0 .ya-site-form__search-input {
    padding: 0;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    border-radius: 4px;
    padding: 5px 5px;
}
/*5 reasons to connect in right column*/
.reasons5 ul{
	margin: 0px 0 0 0;
	font-size: 14px;
	text-align: left;
	padding: 5px 0 0 15px;
	position: relative;
}
#content .reasons5 ul{
	padding-left: 16px;
}
.reasons5 ul li{
	width: 205px;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 12px 0;
	padding: 0 0 0 5px;
    list-style: disc url('/assets/images/VSliDisk.png');
    position: relative;
	border: none;

}
#content .reasons5 ul li{
	width: initial;
}
.reasons5 ul li span {
	font-family: arial;
	position: relative;
	color: #0075ba;
	cursor: pointer;
	border-bottom: 1px dotted #0075ba;
	font-weight: bold;
}
#content .reasons5 ul li span {
	font-weight: normal;
}
.reasons5  ul li span:hover {
	color: #f60;
	border-bottom: 1px dotted #f60;
}
.reasons5 ul li>div {
	font-family: Myriad-Pro, 'Myriad Pro', sans-serif;
	left: -1px;
	top: -5px;
	padding: 5px 5px 10px 10px;
	z-index: 1000;
	background: #fff;
	display: none;
	width: 215px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 10px #ccc;
	position: absolute;
}
.reasons5 ul li>div p {
	margin: 0 15px 10px 1px;
}
.reasons5 ul li>div.active {
	width: 215px;
	display: block;
}
#content .reasons5 ul li>div.active {
	width: 340px;
}
.reasons5 ul li a{
	display: inline;
	color: #428bca;
	padding: 0;
}

#nice-number-choice {
	margin-top: -20px;
	margin-left: 0;
	margin-bottom: 20px;
	width: 256px;
	background: url('/assets/images/VSniceNumber.png') 10px 15px no-repeat;
	height: 124px;
	position: relative;
}

#nice-number-choice a {
	letter-spacing: -0.4px;
	top: 71px;
	left: 21px;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	text-align: center;
	position: absolute;
}

ul {
	padding-left: 30px;
	list-style-type: disc;
	list-style-image: url('../images/lin.png');
}

ul li{
	list-style-type: disc;
	list-style-image: url('../images/lin.png');
}

.input {
	width: 150px;
	margin-left: 0px;
	border: 1px solid #ccc;
	padding: 4px 5px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	color: #622;
	box-shadow: 0 0 6px #ccc;
}


*:focus {
	outline: none;
}


#dealers-form *:focus {
	box-shadow: 0 0 6px #f66;
}

div.tariflnk{
	border: 1px solid #aaa;
	border-radius: 10px;
	padding: 5px 20px;
	background: url('../images/tabs-bg.png') repeat-x;
	box-shadow: 1px 1px 4px #aaa;
	margin-left: 10px;
	font-size: 14px;
    background: #ff6600;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff7900), to(#ff4600));
    background: -moz-linear-gradient(#ff7900, #ff4600);
    background: linear-gradient(#ff7900, #ff4600);
    color: #fff !important;
    text-shadow: 0 -1px 0 #e95d00;




}
.close {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 24px;
    height: 24px;
    text-indent: -10000px;
    outline: none;
    background: url("/assets/images/VS2close.png") no-repeat !important;
}


.submit, .button, input[type='button'], input[type='submit'], button[type='submit'] {
	line-height: 25px;
	font-size: 18px;
	text-shadow: 0px 1px 0 #fee7a7;
	box-shadow: 0px 1px 4px #ccc;
	border-radius: 6px;
	border: 1px solid #ffe416;
	background: url(/assets/images/VSfilterNumbersButtonBg.png) center top repeat-x;
	position: relative;
	cursor: pointer;
}

.submit:hover, .button:hover, input[type='button']:hover, input[type='submit']:hover, button[type='button']:hover, button[type='submit']:hover {
	cursor: pointer;
}


input:-webkit-autofill {
	background: #f4f4f4 !important;
}

.mail-item {
	padding-left: 25px;
	background: url('../images/mail-item.png') no-repeat;
	font-size: 13px;
}

.phone-item {
	padding-left: 25px;
	background: url('../images/phone-item.png') no-repeat;
	font-size: 13px;
}

.fax-item {
	padding-left: 25px;
	background: url('../images/fax-item.png') no-repeat;
	font-size: 13px;
}


.adress-item {
	padding-left: 25px;
	background: url('../images/adress-item.png') 0 20px no-repeat;
	font-size: 13px;
}

.info-item {
	padding-left: 25px;
	background: url('../images/info-item.png') no-repeat;
	font-size: 13px;
}

.map-item {
	padding-left: 25px;
	background: url('../images/map-item.png') no-repeat;
	font-size: 13px;
}

#contacts-form .input {
	width: 400px;
}

textarea.input {
	height: 100px;
width: 300px;
}


.tab {
	margin-left: 30px;
	height: 22px;
	width: 139px;
	text-align: center;
	box-shadow: 0 -1px 5px #ccc;
	border-radius: 10px 10px 0 0;
	border: 1px solid #ccc;
	background: #fff url('../images/tabs-bg.png') repeat-x;
	float: left;
	font-size: 13px;
	color: #444;
	padding-top: 5px;
}

.tab.active {
	background: #ff5a00;
}

.tab a {
	text-decoration: none;
	color: #444;
}

.tab.active a {
	color: #fff;
}

#numbers {
	z-index: 4;
	border: 1px solid #ccc;
	background: #fbfbfb;
	box-shadow: 0 0 10px #ccc;
	border-radius: 10px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	min-height: 600px;
	margin-top: 99px;
    text-align: justify;
}

.number {
	min-width: 155px;
	height: 34px;
	color: #333;
	display: block;
	float: left;
	padding: 7px 50px 7px 9px;
	position: relative;
}


.tariff-about-table {
    border-collapse: collapse;
    border: none;

}

.tariff-about-table  td{
    padding: 2px 4px;
    border-bottom:1px solid #CCC;
}

.tariff-big-header {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-shadow: 0 -1px 0 #e95d00;
    background: #ff6600;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff7900), to(#ff4600));
    background: -moz-linear-gradient(#ff7900, #ff4600);
    background: linear-gradient(#ff7900, #ff4600);
}

.tariff-header {
    font-weight: bold;
    background-color: #eee;
}

.tariff-header-value  {
    text-align: center;
    background-color: #eee;
}

.tariff-price-item {
    width: 150px;
    text-align: center;
}

.tariff-price-item2 {
    text-align: center;
}

.tariff-small {
    font-size: 10px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-style: italic;
}

.tariff-red-item {
    color: #d72222;
}

.tariff-price-item  span{
    font-size: 10px;
}

.tariff-about-table td.tariff-left-red {
    padding-left: 10px;
    color: #d72222;
}

.small {
    font-size: 11px;
    line-height: 17px;
    font-family: Arial, sans-serif;
}

.small strong{
    color: #666 ;
}

.tariff-main {
    border: 1px solid silver;
    padding: 20px;
    background-color: #f7f7f7;
}

.news-content {
	padding-top: 0;
	margin-top: 0;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	text-align: justify;
}
/*left col in Articles*/
div.art-left{
	border: 1px solid #ccc;
	border-radius: 8px 8px 8px 8px;
	float: left;
	width: 170px;
	position: relative;
	margin-left: 0px;
	margin-top: 10px;
	padding: 10px;
	min-height: 200px;

}

div.art-left div.art-div{
	border-radius: 15px 15px 15px 15px;
	background-color: #ff6600;
	color: #ffffff;
	font-size: 13px;
	width: 110px;
    padding: 5px;
}

.art-item div.art-pantart a {
	font-size: 12px;
    margin: 0;
	display: block;
    padding: 3px 3px 3px 8px;
    color: #000000;
}

.art-item div.art-pantart a:hover {
	font-size: 12px;
    margin: 0;
	display: block;
    padding: 3px 3px 3px 8px;
    color: #ff6600;
}
.art-item div.art-pantart a.active {
	font-size: 12px;
	display: block;
    padding: 3px 3px 3px 8px;
    margin: 0;
	color: #fff;
	border: 1px solid #ccc;
	background-color: #ff6600;
	border-radius: 8px 8px 8px 8px;
}
/*right col mini items*/
.art2-item div.art2-pantart2 a {
	text-decoration: none;
	font-weight: 600;
	font-size: 22px;
	color: #000000;
}

.art2-item div.art2-pantart2 a:hover {
	text-decoration: none;
	font-weight: 600;
	font-size: 22px;
	color: #ff6600;
}

.art2-item  .art2-date {
	padding-top: 5px;
    font-size: 10px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}
.art2-content {
	padding-top: 0;
	margin-top: 5px;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	text-align: justify;
}

.news-item div.pantart a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
.news-item h3 a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
.news-item h3 {
	margin-top: 20px;
	margin-bottom: 3px;
}

.news-content {
	margin-top: 3px;
}

.news-content p {
	margin: 5px 0;
}

.news-item .date {
	padding: 0;
	margin: 0;
}

/*frontpage useful and abonent mini blocks*/
.fpage_block h2 {
	font-size: 26px;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
}
.useful-mini {
	font-size: 12px;
	float: left;
	width: 29%;
	padding: 5px 0px 5px 6%;
}
.useful-mini:nth-child(2) {
	padding: 5px 0px 5px 0px;
}
.useful-mini p{
	margin: 5px 0;
}
.useful-mini img{
	padding: 0 10px 0 0;
	float: left;
	max-width: 50px;
}
.useful-mini .date {
	margin: 0 0 0 60px;
	font-size: 10px;
	color: #777;
}
.useful-mini .hdr{
	margin: 0 0 0 60px;
}
.useful-mini .hdr a:hover{
	color: #f60;
}
.useful-mini .hdr a{
	color: #0075ba;
	text-decoration: none;
}
#faq-email, #faq-question {
	width: 400px;
}

#dealers-email, #dealers-comment, #dealers-fullname, #dealers-phone {
	width: 400px;
}

#corporate-email, #corporate-comment, #corporate-name, #corporate-phone, #corporate-title, #corporate-company {
	width:400px;
}

.error {
	color: #f42;
}

.query-result {
	border: 1px dashed #f50;
	padding: 5px 20px;
}

.hidden-numbers {
	display: none;
}
.hidden-numbers.visible {
	display: block;
}
.hide-event {
	color: #0075ba;
	clear: both;
	margin: 10px 0 10px 10px;
	float: left;
}
.hide-event span {
	cursor: pointer;
	border-bottom: 1px dashed #aaa;
	line-height: 1.3;
}
#mask-patterns {
	position: relative;
}
#mask-patterns span {
	cursor: pointer;
	border-bottom: 1px dashed #aaa;
}
#mask-patterns em {
	font-style: normal;
	border-bottom: 1px solid #aaa;
}

.p4 {
	color: #070;
}

/* CSS rules */

.tooltip {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
   background: #fff;
   padding: 4px 10px;
   border-radius: 4px;
   border: 1px solid #ccc;
   width: 270px;
   text-align: left;
}

.manager-form-error, .call-me-form-error {
   color: #d22;
   font-size: 11px;
}

/*table with orders*/
.order-table-controls span{
	cursor: pointer;
	color: #0075ba;
	padding: 0 10px;
}
.order-tab {
	border-collapse: collapse;
	border-radius: 10px;
}
.order-tab .control {
	cursor: pointer;
}
.order-tab .even {
	background: #f5f5f5;
}
.order-tab th {
	border: 1px solid #ccc;
	padding: 3px 10px;
	color: #777;
	font-weight: normal;
	font-size: 12px;
	background: #fefafb
}
.order-tab td {
	border: 1px solid #ccc;
	padding: 3px 10px;
}
.change-status {
	display: none;
	text-decoration: underline;
	cursor: pointer;
}
.change-status:hover {
	color: #f60;
}

/*news page*/
.left-news {
	float: left;
	width: 48%;
	margin-right: 4%;
}
.right-news {
	float: left;
	width: 48%;
}


#content .quip-comment-alt{
	background: #fff;
}



div.hiddenn {
	cursor: pointer;
	display: none;
	background-repeat:no-repeat;
}

div.hiddenn2 {
	display: none;
	background-repeat:no-repeat;
	margin-top: -5px;
	padding-left: 20px;
}

div.frame {
	cursor: pointer;
    background: transparent url('../images/plus.gif') no-repeat 0px 3px;
    color: #444;
	padding-left: 22px;
    font-size: 18px;
}

div.hidspec {
	display: none;
    border-radius: 10px 10px 10px 10px;
	border: 2px solid #ccc;
	text-align:center;
    margin-top: -200px;
    background: #fff no-repeat;
    padding: 5px 5px 5px 0px;
    position:absolute;
	top: 30px;
	left: 30px;
	width:100%;
	z-index: 50;
}

div.hidspecs {
    display: none;
    border-radius: 10px 10px 10px 10px;
	border: 2px solid #f60;
	text-align:center;
	padding: 20px;
	margin-top: 0;
    background: #fff no-repeat;
    position:absolute;
	top: 30px;
	left: 100px;
	width:100%;
	z-index: 50;
}

div.dertem {
	color: #fff;
	width: 40%;
	border: 1px solid #CCCCCC;
	border-radius: 10px 10px 10px 10px;
	background-color: #f60;
	cursor: pointer;
    height:60px;
    padding: 27px 3px 3px;
}

div.frame2 {
	color: #fff;
	cursor: pointer;
	border-radius: 10px 10px 0px 0px;
	border: 1px solid #ccc;
	text-align:center;
	padding: 5px;
	background-color: #666;
}
div.frame3 {
	color: #444;
	cursor: pointer;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #ccc;
	text-align:center;
	background-color:#ffffff;
}

div.frametab {
    border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
    padding: 10px;
}

div.frametar {
    border-radius: 10px;
	margin-top: -6px;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
    padding: 5px;
}
div.frametab2 {
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
	padding: 30px;
}
div.frod {
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
	padding: 30px;
}


div.frametabnews {
	padding-left: 10px;
	padding-right: 10px;
	box-shadow: 0 0 10px #ccc;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}
div.knop {
	width: 120px;
	height: 30px;
	padding-top: 12px;
	font-weight:450;
	background: #f60;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-align:center;
	border-radius: 10px 10px 10px 10px
}
div.acti {font-size: 18px; font-weight:450; color: #fff;}
div.acti span {color: #f60; background: url(http://www.mtset.ru/assets/images/liner.png) 0px 19px no-repeat;}

div.knop2 {
	width: 120px;
	height: 24px;
	padding-top: 6px;
	font-weight:450;
	background: #f60;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	text-align:center;
	border-radius: 10px 10px 10px 10px
}
div.acti2 {font-size: 22px; font-weight:450; color: #fff;}
div.acti2 span {color: #f60; background: url(http://www.mtset.ru/assets/images/liner.png) 0px 22px no-repeat;}


div.knop3 {
width: 130px;
 height: 40px;
padding-top: 6px;
font-weight:450;
background: #f60;
font-size: 16px;
color: #fff;
cursor: pointer;
text-align:center;
border-radius: 10px 10px 10px 10px
}


div.acti3 {font-size: 16px; font-weight:450; color: #fff;}
div.acti3 span {color: #f60; background: url(http://www.mtset.ru/assets/images/liner.png) 0px 22px no-repeat;}


      #nupe-common {
	padding: 0px;
	position: relative;
	width: 100%;
}
      #nupe {
	position: absolute;
	top: 50px;
	left: -35px;
	height: 300px;
	width: 35px;

}

#n1{
	background: url('../images/federal2.png') 0 -10px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

#n2 {
	background: url('../images/direct2.png') 0 -180px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}
  #h1{
	background: url('../images/federal.png') 0 -10px no-repeat;
	height: 160px;
	/*width: 37px;*/
	cursor: pointer;
}

#h2 {
	background: url('../images/direct.png') 0 -180px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

#nq1{
	background: url('../images/federal.png') 0 -10px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

#nq2 {
	background: url('../images/direct.png') 0 -180px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}
  #hq1{
	background: url('../images/federal.png') 0 -10px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

#hq2 {
	background: url('../images/direct.png') 0 -180px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

#nw1{
	background: url('../images/federal.png') 0 -10px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

#nw2 {
	background: url('../images/direct.png') 0 -180px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}
  #hw1{
	background: url('../images/federal.png') 0 -10px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

#hw2 {
	background: url('../images/direct.png') 0 -180px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

#ne1{
	background: url('../images/federal.png') 0 -10px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

#ne2 {
	background: url('../images/direct.png') 0 -180px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}
  #he1{
	background: url('../images/federal.png') 0 -10px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

#he2 {
	background: url('../images/direct.png') 0 -180px no-repeat;
	height: 160px;
	width: 37px;
	cursor: pointer;
}

div.prise-down {
width: 120px; height: 40px; padding: 5px; border-radius: 10px;
background: #ff6600;
  	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff6600), to(#D85600));
 	background: -moz-linear-gradient(#ff6600, #D85600);
  	background: linear-gradient(#ff6600, #D85600);
  	-webkit-box-shadow: inset 0 -1px 0 #ff6600;
  	color: #fff !important;
  	font-size: 12px;
  	text-shadow: 0 -1px 0 #f60;

}

div.prise-down-int {
width: 140px; height: 20px; padding: 5px; border-radius: 10px;
background: #ff6600;
  	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff6600), to(#D85600));
 	background: -moz-linear-gradient(#ff6600, #D85600);
  	background: linear-gradient(#ff6600, #D85600);
  	-webkit-box-shadow: inset 0 -1px 0 #ff6600;
  	color: #fff !important;
  	font-size: 12px;
  	text-shadow: 0 -1px 0 #f60;

}

#numbersFade {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 600px;
	border-radius: 10px;
	z-index: 10;
	opacity: 0.4;
	background: #bbb;
	height: 100%;
	width: 100%;
	display: none;
	overflow: hidden;
}

#tariffs-pop {
	width: 100%;
	background: #fff;
}


.hidden-numbers {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	clear: both;
}
.hidden-numbers.first{
	border-top: none;
}

#linker {
	font-size:14px;
}


#linker ul li.B_firstCrumb {
	padding: 5px 5px 5px 0;
}
#linker ul li {
    display: inline;
    padding: 5px 10px;
}

/*Legacy ends here*/

/* New design */
a.make_order, button.make_order {
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	text-shadow: 0 1px #fee7a7;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	padding: 18px 42px;
	border-radius: 3px;
	border: 0;
	background: url(/assets/images/VS1clickButtonBg.png) center top repeat-x;
	text-decoration: none;
	color: black;
	display: inline-block;
}
button.make_order {
	line-height: 18px;
	cursor: pointer;
}
/*Toggle link*/
.toggleCollapse {
	line-height: 26px;
	margin: 20px 0 20px 74px;
}
.toggleCollapse a {
	color: #428bca;
}
.toggleCollapse a:hover {
	color: #c60;
}
.toggleCollapse a .fa {
	  color: #73cf31;
	  font-size: 22px;
	  vertical-align: middle;
	  margin: 0 10px 0 0;
}
.toggleCollapse a:hover .fa {
	color: #c60;
}
/*popup styles*/
.orange {
	color: #ff6603;
}
.red {
	color: #d71313;
}
.gray {
	color: #ccc;
}
.popup_operator {
	font-size: 24px;
	line-height: 24px;
}
.popup_operator  img{
	height: 40px;
}
.operator img {
	vertical-align: bottom;
}
.popup_tarif {
	font-size: 24px;
	position: relative;
}
.popup_tarif img, .popup_number img {
	top: -6px;
	left: -31px;
	position: absolute;
	height: 25px;
}
.popup_number.medal img {
	top: 2px;
	left: -34px;
	position: absolute;
	height: 35px;
}
.popup_number {
	font-size: 24px;
	position: relative;
}
.popup_number strong, .popup_tarif strong{
	font-weight: normal;
	font-family: MyriadPro-Semibold, Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, 'Myriad Pro', sans-serif;
}
.popup_number .code {
	font-size: 18px;
	color: #7d7d7d;
}

.numberPrice, .connectPrice {
	font-family: MyriadPro-Semibold, Myriad-Pro, 'Myriad Pro', sans-serif;
}
#simplemodal-container-oo {
	display: none;
	margin: 0 0 0 -360px;
	position: fixed;
	z-index: 1002;
	left: 50%;
	top: 43.5px;
	border-radius: 3px;
	box-shadow: 1px 1px 10px #ccc;
	width: 733px;
	border: 1px solid #f15a22;
	padding: 17px 20px;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma;
	background-color: #fefefe;
}
#simplemodal-container-oo a {

}

#simplemodal-container-oo h2 {
	text-align: center;
	font-size: 36px;
	margin: 20px 0 20px 0;
	color: #55585d;
}

#simplemodal-container-oo a.modalCloseImg {
	cursor: pointer;
	display: inline;
	position: absolute;
	width: 10px;
	height: 10px;
	right: 19px;
	top: 19px;
	background: url('/assets/images/VSremoveIco.png') right center no-repeat;
}

/*new header*/
#logo {
    float: left;
    width: 300px;
    height: 94px;
    padding: 20px 0 20px 22px;
}
#logo img {
	float: left;
    height: 57px;
}
.logo-text {
    font-family: Myriad-Pro, 'Myriad Pro', Arial, Tahoma, sans-serif;
    padding: 0 0 0 20px;
    margin: 11px 0 0 20px;
    border-left: 1px solid #666;
    color: #999;
    font-size: 13px;
    line-height: 14px;
    float: left;
    width: 100px;
}

.showbr .maintext, .showbr .maintext a{
	margin: 6px 0 0 0;
	font-size: 25px;
	color: #ff6400;
	text-decoration: none;
}
.showbr .hdr{
	font-size: 14px;
	margin: 0;
	color: #777
}
.showbr {
	text-align: center;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 8px 0px 8px 0px;
	margin: 13px 0 13px -220px;
	height: 51px;
	width: 320px;
	position: absolute;
	left: 50%;
	float: left;
}
.clientsCounter {
	font-weight: bold;
	height: 51px;
	width: 208px;
	font-size: 24px;
	letter-spacing: 27px;
	line-height: 51px;
	padding: 0px 0px 0px 18px;
	margin: 20px 0 20px -210px;
	background: url(/assets/images/VScounterBg.png) center top no-repeat;
	color: #000;
	position: absolute;
	left: 50%;
}
.clientsCounter a{
	color: #000;
	text-decoration: none;
}
.clientsWhy {
    font-family: Myriad-Pro, 'Myriad Pro', Arial, Tahoma, sans-serif;
	line-height: 11px;
	font-size: 12px;
	width: 100px;
	position: absolute;
	left: 50%;
	margin: 25px 0 25px 0px;
}
.clientsWhy a:hover {
	color: #f60;
}
.clientsWhy a {
	display: block;
	padding: 5px 0 0 0;
	letter-spacing: 0;
	color: #0075ba;
	text-decoration: underline;
	font-size: 13px;
}
.clientsAskTablet {
	display: none;
}
#contacts-panel-vs {
	padding: 29px 20px 5px 0;
	color: #444;
	font-size: 14px;
	float: right;
	position: relative;
/*	width: 290px;*/
}
#contacts-panel-vs .phone-div-vs{
	color: #babbbd;
	font-size: 14px;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-style: italic;
}

.phone-div-vs .phone .comment{
	color: #55585d;
	font-size: 21pt;
	font-family: MyAgoraMed, Tahoma, sans-serif;
}
.phone-div-vs .phone .code{
	color: #55585d;
	font-size: 21pt;
	font-family: MyAgoraMed, Tahoma, sans-serif;
}
.phone-div-vs .phone {
	font-style: normal;
	font-size: 43pt;
	color: #ff6400;
	letter-spacing: -3px;
	line-height: 25pt;
	font-family: MyAgoraMed, Tahoma, sans-serif;
}
.phone-div-vs .work_24h {
	font-style: normal;
	font-size: 13px;
	color: #000;
	text-align : left;
}
.ico24h {
	margin: 28px 10px 0 0;
	float: right;
}
.phone-div-vs .write2us {
	font-size: 13px;
	float: right;
	color: #0075ba;
	font-style: normal;
	cursor: pointer;
	text-decoration: underline;
}

.phone-div-vs .write2us1 {
	font-size: 14px;
	color: #000;
	font-style: normal;
	cursor: pointer;
	padding-right: 10px;

	font-family: Arial, Tahoma, sans-serif;
}
.phone-div-vs .write2us1 a {
	font-size: 14px;
	color: #000;
	font-style: normal;
	font-family: Arial, Tahoma, sans-serif;
	text-decoration: underline;
}
.phone-div-vs .write2us2 {
	font-size: 14px;
	color: #15AF00;
	font-style: normal;
	cursor: pointer;
	padding-right: 10px;
	padding-left: 10px;

	font-family: Arial, Tahoma, sans-serif;
}
.phone-div-vs .write2us2 a {
	font-size: 14px;
	color: #15AF00;
	font-style: normal;
	font-family: Arial, Tahoma, sans-serif;
	text-decoration: underline;
}

.phone-div-vs .write2us3 {
	font-size: 14px;
	color: #AF0000;
	font-style: normal;
	padding-left: 10px;
	cursor: pointer;

	font-family: Arial, Tahoma, sans-serif;
}

.phone-div-vs .write2us3 a {
	font-size: 14px;
	color: #AF0000;
	font-style: normal;
	font-family: Arial, Tahoma;
	text-decoration: underline;
}

.err{
position: absolute;
top: 95px;
left: 30px;
float: left;
clear: both;
height: 59px;
padding: 0 27px 0 0;
background: url('/assets/images/err_r.png') no-repeat top right;
}

p.err span {
display: block;
height: 38px;
padding: 21px 0 0 27px;
background: url('/assets/images/err_l.png') no-repeat 0 0;
font-size: 12px;
color: #ffffff;
line-height: 12px;
white-space: nowrap;
float: left;
}




/*new menu*/
#menu-vs {
	/*background: url(/assets/images/VSmenuBg.png) center top repeat-x;*/
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #bbb;
	display: block;
	position: relative;
	font-size: 16px;
	margin-top: 0;
}
#menu-vs .wrap {
	background: none;
}

#menu-vs>div>ul {
	padding: 0 0 0 20px;
	margin: 0;
}

#menu-vs li.promoItem{
	position: relative;
}
#menu-vs li.promoItem a{
	margin: 0;padding: 0;
}
#menu-vs li.promoItem a img{
	position: absolute;
	height: 75px;
	top: -1px;
	right: 78px;
}
#menu-vs li.promoItem.december a img, #menu-vs li.promoItem.february a img{
	position: absolute;
	height: 40px;
	top: 9px;
}
#menu-vs>div>ul>li{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	min-width: 0px;
	text-align: center;
	position: relative;
}
#menu-vs>div>ul>li.first {
	border-left: 0px;
}

#menu-vs>div>ul>li.last {
	border-right: 0px;

}

#menu-vs>div>ul>li.last a {
	border-right: 0px;

}

#menu-vs>div>ul>li a {
	color: #55585d;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 20px 10px;
	margin-left: 7px;
	margin-right: 7px;
}
#menu-vs>div>ul>li:hover div.level1 {
	height: 57px;
	position: relative;
	z-index: 1501;
	overflow: hidden;
	padding: 5px 5px 0 5px;
}
#menu-vs>div>ul>li:hover div.level1 a {
	padding: 10px 7px 20px 10px;
	margin: 5px 5px 0 2px;
	background: #fff;
	box-shadow: 0 0 10px 0px #ccc;
	height: 51px;
}
#menu-tarifs, #menu-numbers, #menu-info, #menu-detailed   {
	text-align: left;
	background: #fff;
	position: absolute;
	z-index: 900;
	margin: 0;
	padding: 30px 0 30px 30px;
	display: none;
	width: 850px;
	box-shadow: 0 0 10px 0px #ccc;
}
#menu-tarifs {
	top: 57px;
	left: 7px;
}
#menu-numbers {
	top: 57px;
	left: -201px;
}
#menu-info {
	top: 57px;
	left: 7px;
	width: 220px;
	padding: 20px 0 20px 20px;
}
#menu-detailed {
	top: 57px;
	left: -381px;
}
#menu-tarifs>div, #menu-numbers>div, #menu-info>div, #menu-detailed>div{
	float: left;
	color: #000;
	font-family: Arial, Tahoma, sans-serif;
}
#menu-tarifs .submenuitem {
	margin: 15px 0 15px 40px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 10px;
	text-shadow: none;
}
#menu-tarifs .submenuitem span{
	text-shadow: none;
	padding: 3px;
	background: #f2f2f2;
}
#menu-tarifs .submenuitem a{
	display: inline;
	margin: 0;
	font-size: 10px;
	text-shadow: none;
	padding: 3px;
	background: #f2f2f2;
}
#menu-tarifs>div {
	margin: 0 15px 0 33px;
}
#menu-numbers>div {
	margin: 0 0 0 33px;
}
#menu-info div ul{
	padding: 0;
 }
#menu-detailed>div{
	margin: 0 0 0 30px;
 }
#menu-tarifs>div p.menuitem, #menu-numbers>div p.menuitem, #menu-info>div p.menuitem, #menu-detailed>div p.menuitem{
	margin: 0 0 10px 0px;
	text-align: left;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
}
#menu-tarifs>div p.menuitem a, #menu-numbers>div p.menuitem a, #menu-info>div p.menuitem a, #menu-detailed>div p.menuitem a{
	color: #000;
	padding: 0;
	margin: 0;
	text-shadow: none;
}
#menu-tarifs>div p img, #menu-numbers>div p img, #menu-info>div p img, #menu-detailed>div p img{
	margin: 0 10px 0 0;
	float: left;
}
#menu-info li {
	line-height: 30px
}
#menu-info li img{
	margin: 0px 10px 0px 0;
	float: left;
}
#menu-vs ul li>ul {
	background: #fff;
	position: absolute;
	z-index: 900;
	padding: 0;
	margin: 0;
	padding-top: 1px;
	display: none;
	width: 850px;
	box-shadow: 0 0 8px 2px #888;
}
#menu-vs ul li>ul {
	padding: 0 0 0 10px;
}

#menu-vs ul li li {
	display: block;
	text-align: left;
	font-size: 14px;
	text-shadow: 0 -1px 0 #fcfdfd;
	margin-bottom: 1px;
	border-left: 0;
	border-right: 0;
}

#menu-vs ul li li a {
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #0075ba;
}
#menu-vs ul li:hover #menu-tarifs,#menu-vs ul li:hover #menu-numbers,#menu-vs ul li:hover #menu-info,#menu-vs ul li:hover #menu-detailed  {
	display: block;
}
#menu-vs img.check {
	padding: 0 0 2px 10px;
}
#menu-numbers>div.beutifulSubmenu {
	width: 631px;
	margin: 0 0 10px 35px;
	display: none;
	border-bottom: 1px solid #efefef;
	float: none;
	padding: 0 0 10px 0;
}
#menu-numbers>div.beutifulSubmenu ul {
	padding: 0;
}
#menu-numbers>div.beutifulSubmenu ul li {
	float:left;
}
#menu-vs li .medal {
	height: 19px;
	float: left;
	margin: 0 0 0 -20px;
}

#menu-vs ul li.cabinet {
    margin: 0px 20px 0px 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    height: 59px;
}
#menu-vs ul li.cabinet i  {
    font-size: 28px;
}
#menu-vs ul li.cabinet span  {
    border-bottom: 1px dashed #000;
    position: relative;
    font-size: 20px;
    left: 9px;
    top: -4px;
}
/* Mobile menu */
#menu-vs .navbar-toggle {
	border-color: #ddd;
	float: left;
	margin: 13px 15px 13px 20px;
}
#menu-vs .navbar-toggle .icon-bar {
	background-color: #888;
}
#menu-mob #navbar {
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
#menu-mob .navbar-collapse {
	padding-right: 20px;
	padding-left: 20px;
}
@media screen and (min-width: 768px) {
	#menu-mob .navbar-collapse.collapse {
		display: none !important;
	}
}
/*right col*/
#panels {
	float: right;
	width: 275px;
	padding-right: 20px;
}

.wrap {
	margin: 0px auto;
	background: #fff;
}
#footer .content {
	padding-left: 20px;
}

.f-nav{
	z-index: 1500;
	position: fixed;
	top: 0;
	width: 100%;
}

.input {
	border-radius: 3px;
}

.orderComplete {
	margin: 0 auto;
	width: 335px;
	padding: 50px 35px;
	background: url(/assets/images/VSorderCompleteBg.jpg) center top no-repeat;
	text-align: center;
	font-size: 14px;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma;
}

.order1click, .order1click:hover {
	cursor: pointer;
	margin-top: 10px;
	border-bottom: 1px dotted #0075ba;
	text-decoration: none;
	color: #0075ba;
}
.oneClickCountrySelect {
	display: none;
	left: 0;
	top: 128px;
	background: #fff;
	position: absolute;
	width: 166px;
	height: 55px;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
}
.b-tooltip-item {
	font-size: 18px;
	cursor: pointer;
	padding: 2px 5px;
	height: 21px;
}
.b-tooltip-item:hover {
	color: #fff;
	background-color: #0073b8;
}
/*
moscow metro
*/
#simplemodal-container-addr .ui-state-default .ui-icon {
	background: none;
}
#simplemodal-container-addr .custom-combobox-toggle {
	margin: 0 0 0 -4px;
	width: 33px;
	background: url(/assets/images/VScutomSelectOpenBg.png) center top no-repeat;
	height: 30px;
	border: 1px solid #f2eae1;
}
#simplemodal-container-addr .input.gradient {
	background: url(/assets/images/VSaddInputBg.png) center top repeat-x;
}
#simplemodal-container-addr .input.metro {
	float: left;
	width: 390px;
}
#simplemodal-container-addr .ui-datepicker-trigger {
	width: 33px;
	background: url(/assets/images/VScutomSelectOpenBg.png) center top no-repeat;
	height: 30px;
	border: 1px solid #f2eae1;
	margin: 0 0 0 -5px;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}
#simplemodal-container-addr .left #shipping-date {
	float: left;
	margin: 0;
	padding: 7px 10px 7px 30px;
	background: url(/assets/images/VScalendarInputBg.png) center top no-repeat;
	width: 131px;
}
.custom-combobox {
    position: relative;
    display: inline-block;
  }
.custom-combobox-toggle {
height: 24px;
position: absolute;
top: 2px;
bottom: 0;
margin-left: -1px;
padding: 0;
right: 1px;
width: 22px;
/* support: IE7 */
*height: 1.7em;
*top: 0.1em;
}
.ui-icon-triangle-vaso {
	background-position: -62px -12px;
}
  .custom-combobox-input {
    margin: 0;
    padding: 0.3em;
  }
/* calculator */
/* frontpage calculator */
.frame_footer {
    padding: 10px;
    background: #f9f9f9;
    border-top: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
}
.calculator .section:first-child {
    border-left: 0;
}
.calculator .section:last-child,
.calculator .section.active:last-child {
    margin-right: -5px;
    border-right: 0;
    width: 40%;
}
.calculator .section.active {
    margin-right: 0;
    border-right: 2px solid #ff6300;
}
.calculator .section {
    width: 30%;
    float: left;
    height: 270px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin: -15px 1px -11px 0;
    padding: 15px;
}
.calculator .section h4 {
    color: #737373;
    font-size: 18px;
}
.calculator .section_content .item:first-child {
    border: none;
}
.calculator .section .item {
    border-top: 1px dotted #ccc;
    font-size: 18px;
    line-height: 22px;
    padding: 13px 0;
    font-family: 'Myriad Pro', 'Myriad-Pro', 'Arial', 'sans-serif';
}
.calculator .section.active .item {
    opacity: 0.7;
}
.calculator .section .item.active .triangle{
    border: 5px solid transparent;
    border-left: 8px solid #ff6300;
    margin: 5px 0 5px -13px;
    float: right;
}
.calculator .section .item.active {
    opacity: 1;
    color: #ff6300;
}
.calculator .section .item img{
    margin: -5px 10px 0 0;
    float: left;
}
.calculator .section .item .text {
    margin: 0 50px 0 45px;
}
.calculator .section .item .jq-radio {
    float: right;
    margin: 0 25px 0 0;
}
.calculator .make_order {
    font-family: MyPlumbBoldC, Tahoma, sans-serif;
    font-size: 17px;
    padding: 11px 13px;
    background: #ffd811;
    float: right;
}
/* frontpage calculator END */
/* frontpage advantages */
.advantages {
    margin: 25px 0;
}
.advantages h3.name {
    margin: 10px 0;
}
.advantages h3.name a {
    font-size: 17px;
    color: #0075ba;
    font-family: Myriad-Pro, 'Myriad Pro', Tahoma;
    letter-spacing: -1px;
}
.advantages p.text {
    font-size: 14px;
    color: #585858;
}
/* frontpage advantages END */
#menu-vs ul li.cart-micro-orders-container {
	display: none;
}
#menu-vs ul li.openCalc {
	margin: 0px 20px 0px 0;
	padding: 0px 0px 0px 0;
	float: right;
	cursor: pointer;
	position: relative;
	height: 59px;
	background: url(http://www.mtset.ru/assets/images/openCalc.jpg) center top no-repeat;
	width: 255px;
}
#menu-vs ul li.openCalc span  {
	position: relative;
	line-height: 18px;
	font-size: 17px;
	color:  #fff;
	left: 17px;
	top: 20px;
}

#calc-wrap {
	display: none;
	max-height: 300px;
	margin: 0 auto 0;
}
#wrap #calc {
	margin: 0;
}
#calc {
	background: url(/assets/images/VScalcBg.png) right top no-repeat;
	margin: 15px 20px 0;
	position: relative;
	padding: 15px 20px;
	height: 260px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	box-shadow: 1px 1px 0 #ccc;
	-moz-box-shadow: 1px 1px 0 #ccc;
	-webkit-box-shadow: 1px 1px 0 #ccc;
}
#calc .calc-h1 {
	font-size: 25pt;
	margin: 5px 0 17px;
	line-height: 20pt;
	color: #55585d;
}
#calc .calc-choose-text {
	top: 18px;
	left: 443px;
	position: absolute;
	font-size: 14px;
	color: #8f8f8f;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	display: none;
}
#calc .operators {
	-moz-box-shadow: -10px -6px 6px -9px #555 inset;
	-webkit-box-shadow: -10px -6px 6px -9px #555 inset;
	box-shadow: -10px -6px 6px -9px #555 inset;
	width: 165px;
	float: left;
}
#calc .operator .jq-checkbox{
	margin: 4px 10px 0 0;
	float: right;
}
#calc .operator img{
	margin: 0 10px 0 0;
	float: left;
}
#calc .operator p{
	margin: 0;
	padding: 18px 0 19px 10px;
	text-align: left;
	line-height: 28px;
	font-size: 14px;
}
#calc .operator.active{
	background: #ffc300 url(/assets/images/VScalcOperatorActiveBg.png) center top repeat-x;
}
#calc .operator {
	cursor: pointer;
	border-bottom: 1px solid #9b9b9b;
	box-shadow: -1px 1px 3px 0px #CCC;
	margin: 0 0 4px 0;
	background: #fafafa url(/assets/images/VScalcOperatorBg.png) center top repeat-x;
	width: 163px;
	height: 61px;
}
#calc .grayBlock .innerBlock {
	padding: 10px 15px;
}
#calc .grayBlock.shadow{
	box-shadow: -10px 0px 12px -9px #555;
}
#calc .grayBlock {
	margin: 0 6px 0 0;
	height: 196px;
	background: url('/assets/images/VScalcGrayBg.png');
	width: 245px;
	float: left;
}

#slider, #slider2 {
	position: relative;
}
#calc .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 24px;
	height: 24px;
	cursor: default;
	top: -1px;
	margin-left: -4px;
}
#calc .ui-slider {
	float: left;
	margin: 0 20px 0 20px;
	width: 46px;
	height: 20px;
	border: none;
	background: url(/assets/images/VSsliderBg.png) 50% 50% no-repeat;
}

#calc .ui-state-active,#calc .ui-state-hover, #calc .ui-state-default{
	border: none;
	background: url(/assets/images/VSsliderHandle.png) 50% 50% no-repeat;
	font-weight: normal;
	color: #212121;
}
#calc .ui-widget-header {
	border: none;
	background: url(/assets/images/VSsliderBg.png) 50% 50% no-repeat;
	color: #222222;
	font-weight: bold;
}
#calc .separator {
	height: 2px;
	background: url('/assets/images/VSseparatorBg.png') center top repeat-x;
}
#calc .optionsHdr {
	text-align: left;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #000;
}
#calc .optionsText, #calc .checkbox-label{
	text-align: left;
	margin: 0;
	font-size: 12px;
	color: #000;
	font-family: Arial, Tahoma, sans-serif;
}
#calc .usageText.line2 {
	line-height: 12px;
	padding: 0 0 0 0px;
	display: inline-block;
}
#calc .usageText {
	width: 131px;
	float: right;
}
#calc-number-type, #calc-where {
	display: none;
}
#calc .checkbox-label{
	display: block;
	margin: 2px 0;
}
#calc #cur-costs {
	background: #FFF url(/assets/images/VScalcMinutesBg.jpg) 74px 6px no-repeat;
	font-family: MyriadPro-Semibold, Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, 'Myriad Pro', Tahoma;
	font-size: 24px;
	border: 1px solid red;
	border-radius: 4px;
	float: none;
	width: 110px;
	padding: 2px 14px;
}

#calc .make_order {
	width: 150px;
	text-transform: none;
	font-family: MyPlumbBoldC, Tahoma, sans-serif;
	margin: 10px 0 0 0;
	display: block;
	font-size: 14px;
	padding: 11px 10px;
	background: url(/assets/images/orderButtonBg.jpg) center top repeat-x;
	box-shadow: 0px 1px 1px 1px #ccc;
}

#calc .textBlock .innerBlock {
	padding: 10px 15px;
}
#calc .textBlock.shadow{
	box-shadow: -10px 0px 12px -9px #555;
}
#calc .textBlock {
	margin: 0 0px 0 630px;
	height: 196px;
	position: relative;
}
#cur-minutes {
	line-height: 50px;
	margin: 0;
	font-size: 67px;
	color: #f15a22;
	font-weight: normal;
	font-family: MyriadPro-Semibold, Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, 'Myriad Pro', Tahoma;

}
#calc .textBlock .text1 {
	line-height: 22px;
	margin: 0;
	font-size: 22px;
	color: #000;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma;
}

#calc .defaultBlock  {
	position: absolute;
	top: -0px;
}
#calc .textBlock .defaultBlock .text2 {
	line-height: 18px;
	font-size: 16px;
	margin: 3px 0;
}
#calc .textBlock .text2 {
	font-size: 14px;
	color: #000;
}
#calc .minutesBlock {
	display: none;
}

.noorderHdr {
	margin: 15px 0 20px 0;
	line-height: 20px;
	color: #ff6400;
	font-size: 22px;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma;
}
/*tarifs tabs*/
div.frametar {
	min-height: 450px;
	position: relative;
	margin-left: 37px;
}
#content #constructor-menu {
	margin-bottom: 2px;
}
#tarifs-type {
	position: absolute;
	top: 50px;
	left: -38px;
	height: 300px;
	width: 37px;
}
#tarifs-type a {
	position: relative;
	display: block;
	height: 100%;
	width: 35px;
}
#tarifs-special {
	background: url('/assets/images/VStarifTabsBg.jpg') 0 0px no-repeat;
	height: 100px;
	width: 37px;
	cursor: pointer;
}
#tarifs-special.active {
	background-position: 0 -100px;
}
#tarifs-mini {
	background: url('/assets/images/VStarifTabsBg.jpg') 0 -202px no-repeat;
	height: 55px;
	width: 37px;
	cursor: pointer;
}
#tarifs-mini.active {
	background-position: 0 -255px;
}
#tarifs-russia {
	background: url('/assets/images/VStarifTabsBg.jpg') 0 -312px no-repeat;
	height: 63px;
	width: 37px;
	cursor: pointer;
}
#tarifs-russia.active {
	background-position: 0 -376px;
}
#tarifs-moscow {
	background: url('/assets/images/VStarifTabsBg.jpg') 0 -445px no-repeat;
	height: 61px;
	width: 37px;
	cursor: pointer;
}
#tarifs-moscow.active {
	background-position: 0 -509px;
}
#tarifs-all {
	background: url('/assets/images/VStarifTabsBg.jpg') 0 -573px no-repeat;
	height: 92px;
	width: 37px;
	cursor: pointer;
}
#tarifs-all.active {
	background-position: 0 -663px;
}

#tariffs-block ul {
	padding: 10px 2px 0 5px;
}
/*
div.hiddenn2 {
	padding-left: 0;
}*/
#content ul.B_crumbBox {
	padding-left: 0px;
}
#linker ul li.B_lastCrumb {
	display: none;
}
/*footer*/
#footer #counters {
	right: 20px;
}
#footer #content {
padding-left: 20px;
}

/*layout*/
#menu-vs, #footer {
	min-width: 1005px;
}
body {
	min-width: 1005px;
}
#header , .wrap, #calc-wrap, #wrap, #headerPromo{
	max-width: 1250px;
	min-width: 1005px;
}
#footer .content {
	max-width: 1250px;
	min-width: 1005px;
}
/*why us*/
#simplemodal-overlay {
	background-color:#000;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1001;
}
#simplemodal-container-wu{
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma;
	border-radius: 3px;
	width: 890px;
	padding: 35px 0;
	background-color: #fefefe;
	min-height: 530px;
	overflow: auto;
}
#simplemodal-container-wu  h2 {
	width: 700px;
	line-height: 30px;
	font-size: 28px;
	color: #000;
	margin: 0 0 10px 0;
}
#simplemodal-container-wu  h2.opt_subheader {
	line-height: 24px;
	font-size: 20px;
	color: #f60;
	margin: 30px 0 30px 25px;
}
#simplemodal-container-wu a.modalCloseImg {
	height: 25px;
	width: 25px;
	padding-bottom: 4px;
	line-height: 20px;
	font-size: 14px;
	background: url('/assets/images/close.gif') right center no-repeat;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 10px;
	right: 13px;
	cursor: pointer;
}
#simplemodal-container-wu  .opt_wrapper{
	width: 600px;
}

#simplemodal-container-wu  .whyUs .opt_wrapper{
	width: 610px;
}

#simplemodal-container-wu  .opt_separator {
	height: 0px;
}
#simplemodal-container-wu  .opt_header {
	color: #0075ba;
	font-size: 18px;
	font-family: MyriadPro-Semibold, Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, 'Myriad Pro', sans-serif;
	border-bottom: 1px dotted #0075ba;
	cursor: pointer;
}
#simplemodal-container-wu  .opt_header img{
	margin: 0 0 0 5px;
}
#simplemodal-container-wu  .opt_content {
	color: #000;
	font-size: 14px;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma;
}
#simplemodal-container-wu  .opt_content ul {
	margin: 5px 0;
}
#simplemodal-container-wu  .opt_content p {
	margin: 6px 0;
}
#simplemodal-container-wu .simplemodal-wrap {
	padding: 0 35px;
}
#simplemodal-container-wu ul li {
	margin: 0 0 10px 0;
	font-size: 16px;
}
.whyUs {
	width: 610px;
}
.line_through {
	color: #a0a0a0;
	text-decoration: line-through;
}
.blueLink {
	cursor: pointer;
	color: #0075ba;
}
.blueLink:hover {
	color: #f60;
}
.onTop {
	z-index: 1500;
}

/*News styles new_desing*/
#content div.news {
    padding-left: 30px;
    padding-top: 5px;
}
#content div.news ul {
	padding-left: 30px;
    list-style: none url('../images/lin.png');
    font-size: 12px;
}
.newsbord {
    border: 1px solid #f60;
}

.newsbord tr td {
    padding: 4px;
    border: 1px solid #f60;
}

.news ul {
	padding-left: 30px;
    list-style: none url('../images/lin.png');
    font-size: 12px;
}

.news ul li{
    list-style: none url('../images/lin.png');
    font-size: 12px;
}


#content div.news ul li{
    list-style: none url('../images/lin.png');
    font-size: 12px;
}

#content div.news h1, div.news h2, div.news h3 {
	color: #4D4D4D;
}

div.news h1, div.news h2, div.news h3 {
	color: #4D4D4D;
}


#content div.news strong {
	color: #f60;
	font-size: 14px;
	font-weight: 300;
}

div.news strong {
	color: #f60;
	font-size: 14px;
	font-weight: 300;
}


#content div.news h1.news {
	font-size: 28px;
	font-weight: 500;
	line-height: 28px;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.17em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin-bottom:3px;

}

div.news h1.news {
	font-size: 28px;
	font-weight: 500;
    line-height: 28px;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.17em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin-bottom:3px;

}
div.news a {
font-size: 12px;
padding: 0;
margin: 0;
color: #0075ba;
text-decoration: none;

}

div.news a:hover {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #ff6600;
    text-decoration: none;
}

div.news h2 {
	font-size: 24px;
	font-weight: 500;
	font-family: MyAgoraMed, Tahoma, sans-serif;
}

#content div.news h2 {
	font-size: 24px;
	font-weight: 600;
	font-family: MyAgoraMed, Tahoma, sans-serif;
}

#content div.news a {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #0075ba;

}

#content div.news a:hover {
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #ff6600;
}

#content div.news small.date {
    font-size: 10px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}

#headerPromo {
	height: 33px;
	text-align: center;
	margin: 0 auto;
}
.headerPromo, .headerPromo>div {
	display: none;
}
#headerPromo .wrap {
	background: #fb7305;
	z-index: 1001;
	width: 100%;
	position: fixed;
}
#headerPromo .promoBg {
	position: fixed;
	z-index: 1000;
	top: -8px;
	left: 0;
	width: 100%;
	height: 33px;
	margin-top: 8px;
	background: #fb7305;
}
#headerPromo a {
	line-height: 33px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
.headerPromo img.close {
	top: 3px;
	cursor: pointer;
	position: absolute;
	right: 6px;
}

.numbersTypeHeader span {
	font-size: 21px;
}
.numbersTypeHeader span.totalDiscountPrice{
	font-size: 24px;
	color: #000;
}
.numbersTypeHeader .totalNewPrice {
	left: 15px;
}
.numbersTypeHeader {
	font-family: Myriad-Pro, 'Myriad Pro', sans-serif;
	color: #f60;
	clear: both;
	margin: 15px 0 10px 10px;
	font-size: 24px;
}
.numbersTypeHeader.tall {
	margin: 44px 0 10px 10px;
}
.numbersTypeHeaderComment {
	font-family: Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, 'Myriad Pro', sans-serif;
	color: #aaa;
	margin: -10px 0 10px 10px;
	font-size: 14px;
}
.numbersTypeHeaderComment a {
	color: #0075ba;
}
.julyPromoCart  {
	position: absolute;
	font-size: 16px;
	width: 158px;
	right: 17px;
	bottom: 56px;
}
#content  .counter {
	width: 250px;
}
.rightcolPromo {
	width: 255px;
	padding: 0px 0px 0px;
	text-align: center;
}

.rightcolPromo .counter {
	width: 250px;
}
.rightcolPromo .err {
	top: -60px;
	left: 0;
}
.rightcolPromo .hdr {
	font-size: 18px;
	margin: 10px 0;
	font-family: MyriadPro-Semibold, Myriad-Pro, 'Myriad Pro', sans-serif;
}
.rightcolPromo .text {
	font-size: 16px;
	margin: 5px 0;
	font-family: Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, 'Myriad Pro', sans-serif;
}
.rightcolPromo .input {
	width: 185px;
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 6px 13px;
}
.rightcolPromo .make_order {
	margin: 10px 0 15px;
	line-height: 38px;
	font-size: 16px;
	padding: 0 16px 0;
	background: url(/assets/images/VStariffsListOrderButtonBg.png) center top repeat-x;
}
.desc {
	height: 17px;
	margin: 5px 3px 10px;
}
.desc div {
	line-height: 14px;
	text-align: center;
	float: left;
	width: 56px;
	margin: 0 0px 0 5px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
.desc div.first {
	font-size: 14px;
	margin: 0;
}
.desc div.last {
	font-size: 10px;
	text-align: right;
	margin: 0 0px 0 -6px;
}
.cntSeparator {
	font-size: 20px;
	margin: 11px 0px;
	color: #000;
}

.choosePromo {
	width: 245px;
	padding: 10px 5px 10px;
	text-align: center;
}
.choosePromo .hdr {
	font-size: 29px;
	margin: 10px 0;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
}
.choosePromo .text {
	font-size: 16px;
	margin: 10px 0;
	font-family: Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
}
.choosePromo .text a {
	color: #0075ba;
}

.linethrough{
	color: #ccc;
	text-decoration: line-through;
}
.number:hover .buy-button {
	display: block;
	opacity: 1;
}
.number sup {
    font-family: Myriad-Pro-Light, 'Myriad Pro Light', sans-serif;
	color: #f60;
    left: 100px;
	top: 7px;
	position: absolute;
}
.number:hover sup {
    display: none;
}
.number .buy-button {
	position: absolute;
	background: transparent url('/assets/images/VSnumberActiveBg.png') center top no-repeat;
	height: 33px;
	left: 3px;
	width: 153px;
	top: 0px;
	display: none;
	z-index: 2;
}
.number a {
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Myriad-Pro, 'Myriad Pro', sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.number a .code {
	font-family: Myriad-Pro-Light, 'Myriad Pro Light', sans-serif;
	font-size: 14px;
}

.number.ordered a {
	text-decoration: line-through;
	color: #999;
	position: relative;
	cursor: default;
}
.OSX .number.ordered .check {
	top: 0;
}
.number.ordered .check {
	position: absolute;
	background: transparent url('/assets/images/VSnumberOrderedBg.png') center top no-repeat;
	height: 16px;
	width: 16px;
	right: -22px;
	top: 4px;
}
.triselect{
	width: 205px;
	padding: 5px 5px;
	background: url(/assets/images/VStriSliderBg.png) center top repeat-x;
	border-radius: 7px;
	display: inline-block;
}
.triselect ul, #content .triselect ul {
	margin: 0;
    padding: 0;
    list-style: none none;
}
.triselect ul li, #content .triselect ul li{
	text-align: center;
	display: block;
	width: 31%;
	padding: 2px 0px 2px 0px;
	float: left;
    list-style: none none;

}
.triselect ul li.active{
	background: #e6e7e8;
	border-radius: 6px;
	box-shadow: 1px 1px #9d5200;
}
.triselect ul li span{
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px dotted #fff;
}
.triselect ul li.active span{
	color: #000;
	border-bottom: none;
}
.triselect ul li input{
	display: none;
}
/****NUMBERS LISTS****/
.number-type-container{
	
}
.number-type-header {
	border-bottom: 1px solid #ccc;
}
.number-type-header .medal {
	height: 30px;
}
.number-type-header .sale {
	position: absolute;
	top: -33px;
    height: 110px;
    left: 500px;
}
.number-type-header span {
/* 	font-family: Myriad-Pro, 'Myriad Pro', sans-serif; */
	color: #f60;
	font-size: 18px;
	background: #efefef;
	padding: 6px 15px;
	line-height: 30px;
	border-radius: 4px 4px 0 0;
}
.number-price-header {
	margin: 5px 0 20px;
	font-family: Myriad-Pro, 'Myriad Pro', sans-serif;
}
.number-price-header .text {  
	font-size: 21px;
/* 	color: #f60; */
    color: #000;
/* 	margin: 0 15px 0 0; */
}
.number-price-header .price {
	font-family: Myriad-Pro, 'Myriad Pro', sans-serif;
/* 	font-size: 18px; */
    font-size: 21px;
}
.number-price-header .old-price {
	font-size: 21px;
    text-decoration: none;
    margin-right: 10px;
/*
	font-size: 14px;
	text-decoration: line-through;
*/
}
.number-block-container {
	margin: 20px 0 0;
}

@media screen and (min-width: 992px) {
	.number-block-container.even {
		border-left: 1px solid #ccc;
	}
}
.number-block {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.number-block.first {
	border-top: none;
}
.number-hide-event {
	color: #0075ba;
	clear: both;
	margin: 0px 0 15px 10px;
}
.number-hide-event span {
	cursor: pointer;
	border-bottom: 1px dashed #aaa;
	line-height: 1.3;
}
/****NUMBERS LISTS****/
/*Premium numbers page*/
.premium {
	font-size: 16px;
}
.premium h1{
	line-height: 34px;
	font-size: 34px;
}
.premium h1 img{
	height: 34px;
	float: left;
	margin: 0 5px 0 0;
}
.premium h2{
	margin-left: 40px;
	color: #000;
	font-size: 24px;
}
.premium a{
	color: #0075ba;
}
.premium a:hover{
	color: #c60;
}
/*Premium numbers page END*/

/* ask us forms */
#simplemodal-container-ask {
	background: #fff;
	box-shadow: 1px 1px 3px #ccc;
	padding: 0 25px 0 25px;
	border: 1px solid #3e3e3e;
	border-radius: 3px;
	width: 575px;
}
#simplemodal-container-ask .simplemodal-data{
    margin: 15px 0;
}

#simplemodal-container-ask a {
	text-decoration: underline;
	color: #0075ba;
	cursor: pointer;
}

#simplemodal-container-ask h2 {
	text-align: left;
	font-size: 30px;
	color: #fa6703;
	margin: 10px 0 0px 0px;
}
#simplemodal-container-ask h3 {
	font-weight: normal;
	margin: 10px 0 10px 0px;
	line-height: 14px;
}

#simplemodal-container-ask a.modalCloseImg {
	background: url('/assets/images/VScloseIco3.png') right center no-repeat;
	width: 26px;
	height: 26px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 8px;
	right: 15px;
}
#simplemodal-container-ask p {
	margin: 10px 0;
	text-align: left;
	font-size: 14px;
}
#simplemodal-container-ask .ask-image {
	position: absolute;
	right: 40px;
	bottom: -30px;
}
#simplemodal-container-ask .input {
	width: 240px;
	color: rgb(174, 174, 174);
	border-radius: 4px;
}
#simplemodal-container-ask input[type='submit'].submit {
	background: url(/assets/images/VSorderButtonBg.png) center top repeat-x;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color: #000 !important;
	text-shadow: 0 1px 0 #fee7a7;
	border-radius: 2px;
	box-shadow: 1px 1px 6px #ccc;
	padding: 0 20px;
	float: left;
}
.ask-us ,.compliment ,.complain {
	font-size: 12px;
	font-family: Arial, Tahoma, sans-serif;
	padding: 0 12px 0 12px;
	cursor: pointer;
	font-style: normal;
}
.ask-us {
	color: #0075ba;
}
.compliment {
	color: #54ac32;
}
.complain {
	color: #a00000;
}

.community_head {
  display: block;
  height: 22px;
  font-weight: bold;
  padding: 6px;
  vertical-align: middle;
  line-height: 1.81em;
  color: #000000;
}

span.wcommunity_name {
   color: #000000;
}


.community_head a{
   color: #000000;
}

/*new tariffs cart*/
h1 .operator_logo {
	float: left;
	margin: 0 5px 0 0;
}
.new_tariffs_frame {
	position: relative;
	border-radius: 7px;
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}
.new_tariffs_corner {
	left: -4px;
	position: absolute;
	top: -4px;
}
.new_tariffs_list {
	margin: 15px 5px 10px 10px;
}
.new_tariffs_list .tariff-block {
	margin: 0 0 10px 0;
	position: relative;
	border-radius: 4px;
	width: 285px;
	padding: 15px;
	float: left;
	background: #f9f9f9;
	border: 1px solid #dedede;
	box-shadow: 0px 1px #9b9b9b;
}
.new_tariffs_list .tariff-block .promoCorner{
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
}

.new_tariffs_list.col2  .tariff-block {
	margin: 0 45px 10px;
}
.new_tariffs_list.col3  .tariff-block:nth-child(3n-1) {
	margin: 0px 8px 10px 8px;
}
.new_tariffs_list .tariff-name {
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	margin: 0 0 0 35px;
	min-height: 30px;
	font-size: 18px;
}
.new_tariffs_list .tariff-name a {
	text-decoration: none;
	color: #fa6703;
}
.new_tariffs_list .tariff-name img {
	float: left;
	width: 25px;
	margin: -2px 0 0 -35px;
}
.new_tariffs_list .tariff-price {
	font-family: 'MyriadPro-Bold', 'Myriad Pro', sans-serif;
	font-size: 36px;
	color: #3d3d3d;
	position: absolute;
	right: 43px;
	top: 50px;
}
.new_tariffs_list .tariff-price-text {
	line-height: 14px;
	font-family: 'Myriad-Pro', 'Myriad Pro', sans-serif;
	font-size: 14px;
	color: #3d3d3d;
	position: absolute;
	right: 17px;
	top: 31px;
	width: 22px;
}
.new_tariffs_list .description_hdr {
	padding: 3px 0;
	font-weight: bold;
	font-size: 12px;
	background: #eaeaea;
	color: #656565;
	text-align: center;
	height: 19px;
}
.new_tariffs_list .description_text {
	color: #000;
	font-size: 13px;
	min-height: 134px;
}
.new_tariffs_list .description_text ul {
    list-style: disc url('/assets/images/VSliDisk.png');
}
.new_tariffs_list .detailsLink {
	line-height: 39px;
	float: left;
	margin: 0 0 0 0;
	color: #0075ba;
	font-size: 18px;
	text-decoration: underline;
	font-family: Myriad-Pro-Light, 'Myriad Pro Light', sans-serif;
	cursor: pointer;
}
.new_tariffs_list .tariff-details .make_order {
	text-decoration: none;
	line-height: 38px;
	font-size: 16px;
	float: right;
	padding: 0 16px 0;
	color: black;
	background: url(/assets/images/VStariffsListOrderButtonBg.png) center top repeat-x;
}
.new_tariffs_operator {
	padding: 15px 0;
	position: relative;
	font-family: Arial, Tahoma, sans-serif;
}
.new_tariffs_type {
	font-family: Arial, Tahoma, sans-serif;
	padding: 20px 20px;
	background: #f9f9f9;
	border-bottom: 1px solid #ccc;
	border-radius: 10px 10px 0 0;
}
.new_tariffs_type ul , .new_tariffs_operator ul{
	padding: 0 !important;
	margin: 0;
}
.new_tariffs_type ul li, .new_tariffs_operator ul li{
    list-style: none none !important;
    float: left;
}
.new_tariffs_operator ul li, #content .new_tariffs_operator.mtabs ul li {
	border-bottom: 2px solid #fff;
	padding: 0 0 3px 0;
	margin: 0 20px 0 0;
}
.new_tariffs_type ul li {
	padding: 4px 10px;
	margin: 0 10px 0 0;
}
.new_tariffs_type ul li:first-child {
	padding: 4px 10px 4px 0;
}
.new_tariffs_type ul li.active{
	padding: 4px 10px 4px;
	border-left: 1px solid #ec5314;
	border-right: 1px solid #ec5314;
	background: url(/assets/images/VStariffTypeMenuActiveBg.png) center top repeat-x;
	border-radius: 3px;
}
.new_tariffs_operator ul li a{
	color: #0075ba;
	text-decoration: none;
	font-size: 14px;
}
.new_tariffs_type ul li a.selected{
	color: #fff;
	padding: 6px 10px 7px;
	border-left: 1px solid #ec5314;
	border-right: 1px solid #ec5314;
	background: url(/assets/images/VStariffTypeMenuActiveBg.png) center top repeat-x;
	border-radius: 3px;
}
.new_tariffs_type ul li a{
	color: #0075ba;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
    position: relative;
}
.new_tariffs_type a .discount {
    font-family: Myriad-Pro-Light, 'Myriad Pro Light', sans-serif;
    font-size: 14px;
    position: absolute;
    top: -10px;
    color: #ff6600;
    left: 118px;
}
.new_tariffs_type li.active a .discount {
    left: 132px;
}
.new_tariffs_type a.selected .discount {
	 left: 144px;
	 top: -5px;
}
.new_tariffs_type ul li.active a{
	color: #fff;
}
.new_tariffs_operator ul li.active{
	line-height: 16px;
	border-bottom: 2px solid #ff5a16;
}
.new_tariffs_operator ul li.active a{
	color: #ff5a16;
}
.new_tariffs_operator ul li a.selected{
	border-bottom: 2px solid #ff5a16;
	color: #ff5a16;
}
.new_tariffs_operator ul li:hover a {
	color: #ff5a16;
}
.new_tariffs_operator ul li img{
	float: left;
	margin: 0 5px 0 0;
	height: 18px;
}
.new_tariffs_inner {
	margin: 20px;
}
.new_tariffs_inner  h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.new_tariff_about_table {
	vertical-align: middle;
	font-size: 12px;
	border-collapse: collapse;
	border: none;
}
.new_tariff_about_table th {
	font-weight: normal;
	border-bottom: 1px solid #ff5a16;
}
.new_tariff_about_table th, .new_tariff_about_table  td {
	text-align: left;
}
.new_tariff_about_table td.center, .new_tariff_about_table th.center {
	text-align: center;
}
.new_tariff_about_table.stripped tr:nth-child(odd) td {
	background: #f6f6f6;
}
.new_tariff_about_table td {
	border-bottom: 1px solid #CCC;
	padding: 9px 4px;
}
.new_tariff_about_table img.codeIco {
	margin: 0 2px;
	vertical-align: bottom;
}
.new_tariff_about_table td:last-child:not(:first-child) {
	border-left: 1px solid #CCC;
}
.new_tariff_about_table.internet td {
    border-bottom: 1px solid #ff5a16;
}
.new_tariff_about_table.internet td:last-child:not(:first-child) {
    border-left: none;
}
.new_tariff_about_table.internet {
    font-size: 16px;
}
.new_tariff_about_table.internet h2 {
    font-size: 24px;
    line-height: 19px;
    font-weight: normal;
    text-transform: uppercase;
}
.on_off {
	color: #a1a1a1;
}
.upper {
	text-transform: uppercase;
}
.new_tariff_short_descr {
	font-size: 18px;
}
.reduceCostText, .cart-price .reduceCostText {
	font-size: 14px;
	font-family: Myriad-Pro-Light, 'Myriad Pro Light', Myriad-Pro, 'Myriad Pro', sans-serif;
	text-align: center;
}
.reduceCostLink {
	color: #0075ba;
}
.reduceCostLink:hover {
	color: #f60;
}
.new_tariff_short_descr p{
	margin: 9px 0;
}
/*cart*/
.ui-autocomplete {
    z-index: 2003;
}
.cart #content {
	padding: 0;
	width: 100%;
}
#cart-separator {
	height: 3px;
	background: url(/assets/images/VSmenuBg.png) center top repeat-x;
}
.cart-operator {
	font-size: 24px;
	line-height: 24px;
}
.cart-operator  img{
	float: left;
	height: 24px;
	margin: 0 10px 0 0;
}

.operator img {
	vertical-align: bottom;
}
.cart-tarif {
	position: relative;
	font-size: 30px;
}
.cart-number {
	position: relative;
	font-size: 30px;
    line-height: 24px;
}
.cart-number.medal {
	margin: 0 0 10px 37px;
}
.cart-number.medal img {
	top: 2px;
	left: -37px;
	position: absolute;
	height: 35px;
}
.cart-number .code {
	font-size: 22px;
	color: #7d7d7d;
}

.cart-order {
	margin: 20px 0 20px;
	position: relative;
	border-radius: 3px;
	box-shadow: 1px 1px 10px #ccc;
	border: 1px solid #f15a22;
	padding: 17px 20px;
}
.cart-order .remove {
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma;
	color: #b2b2b2;
	font-size: 14px;
	display: inline;
	position: absolute;
	text-decoration: none;
	width: 70px;
	right: 19px;
	top: 19px;
	background: url('/assets/images/VS2removeIco.png') right center no-repeat;
}

.cart-order .remove:hover {
	color: #f60;
}
.cart-order .change {
	right: 19px;
	bottom: 19px;
}
.cart-order p {
	margin: 0 0 10px 0;
}

.cart-order .select_number.medal {
	margin: 0 0 0 37px;
}
.cart-order .right-wrap {
	margin: 15px 0px 15px 0px;
	width: 450px;
}
.cart-order .number-text {
	float: left;
	max-width: 610px;
}
.cart-order .oldConnectPrice {
	color: #ccc;
	font-size: 16px;
	top: -24px;
	position: absolute;
	right: 4px;
	text-decoration: line-through;
}
.cart-order .connectPrice , .cart-order .numberPrice {
	display: inline-block;
	white-space: nowrap;
}
.cart-order .totalDiscountPrice:before{
	position: absolute;
	background: url(/assets/images/VSlinethroughCustomLong.png) center top no-repeat;
	width: 114px;
	content: "";
	height: 17px;
}
.cart-order .discountPrice{
	color: #f60;
}
.cart-order .showbannerPrice{
	color: #ccc;
	text-decoration: line-through;
}
.dots {
	width: 0;
	float: left;
	margin: 0 30px;
	height: 20px;
	border-bottom: 1px solid #ccc;
	display: block;
}
.cart-order .reduceCost, .tariff_options .reduceCost {
	margin: 0 0 0 0;
	color: #777;
	font-size: 14px;
}
.tariff_options .reduceCost {
	color: #000;
}

.cart-orders-container .addToOrder a{
	color: #0075ba;
}

.cart-order .jq-checkbox {
	float: left;
	margin: 0 10px 0 0;
}
.cart-order ul li  .jq-checkbox span, .cart-order ul li span.jq-checkbox   {
	border: none;
}
.cart-order .cart-price.up{
	bottom: -40px;
}
.cart-price {
	bottom: -71px;
	position: absolute;
	right: 0;
	height: 59px;
}
.blackline {
	-webkit-box-shadow: 0 0 2px #000;
	-moz-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
	margin: 0 0 0 -10px;
	border-top: 1px solid black;
}
.cart-order .cart-price h3 {
	text-align: right;
	margin: 10px 16px 10px 0;
	line-height: 24px;
    font-weight: normal;
	font-family: MyriadPro-Semibold, Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	font-size: 30px;
}
.cart-price .discountAmount {
	padding: 0 20px 0 0;
	margin: 0 -20px 0 0;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 33px;
	height: 33px;
	width: 255px;
	background: url(/assets/images/VSdiscountAmountBg.png) center top no-repeat;
}
.cart-price p {
	font-family: 'Myriad-Pro', Tahoma, sans-serif;
	font-size: 14px;
	color: black;
	text-shadow: none;
	line-height: 14px;
}
.number_type, .service_type {
	font-size: 24px;
	position: relative;
	font-family: 'Myriad-Pro', 'Myriad Pro', Tahoma, sans-serif;
}
.number_type img {
	margin: 0 0 0 17px;
	height: 40px;
	position: absolute;
	bottom: -9px;
}
ul li>div .cross {
	width: 7px;
	height: 7px;
	background: url('/assets/images/VSoperatorCrossIco.png') right center no-repeat;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 10px;
	right: 13px;
	cursor: pointer;
}
.cart-order ul {
	margin: 0 0 0 0;
	font-size: 14px;
	list-style-type: none;
	text-align: left;
	padding: 5px 0 0 0;
	position: relative;
}
.cart-order ul li {
	line-height: 20px;
	margin: 0 0 12px 0;
    list-style: none none;

    position: relative;
}
.cart-order ul li span:hover {
	color: #f60;
	border-bottom: 1px dotted #f60;
}
.cart-order ul li a {
	color: #0075ba;
}
.cart-order ul li span {
	position: relative;
	color: #0075ba;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 1px dotted #0075ba;
}
.cart-order ul li span img {
	top: 7px;
	left: -18px;
	position: absolute;
	display: none;
}
.cart-order ul li>div p {
	margin: 0 0 10px 20px;
}
.cart-order ul li>div {
	left: -1px;
	top: -5px;
	padding: 5px 5px 10px 10px;
	z-index: 1000;
	background: #fff;
	display: none;
	width: 185px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 10px #ccc;
	position: absolute;
}
.liOffice {
	display: none;
}

.cart-order .select_number {
	text-decoration: underline;
	color: #0075ba;
	cursor: pointer;
    font-size: 18px;
    font-family: MyriadPro-Bold, 'MyriadPro-Bold', sans-serif;
}
.cart-order ul li>div.active {
	width: 450px;

	/*display: block;*/
}
/*cart END*/
/*Order options in modal START*/
.tariff_options {
	display: none;
}
.tariff_options .make_order {
	float: right;
	margin: 20px 20px 0 0;
}
.tariff_options p {
	margin: 0 0 10px 0;
}
#content .tariff_options ul {
	padding: 0;
	width: 470px;
}
.tariff_options ul {
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	margin: 15px 0 15px 0;
	font-size: 16px;
	list-style-type: none;
	text-align: left;
	padding: 5px 0 0 0;
	position: relative;
}
#content .tariff_options ul li {
	line-height: 20px;
	margin: 0 0 12px 0;
    list-style: none none;
    position: relative;
}
.tariff_options .jq-checkbox {
	float: left;
	margin: 0 10px 0 0;
}
.tariff_options ul li .jq-checkbox span, .tariff_options ul li span.jq-checkbox {
	border: none;
}
.tariff_options ul li span:hover {
	color: #f60;
	border-bottom: 1px dotted #f60;
}
.tariff_options ul li a {
	color: #0075ba;
}
.tariff_options ul li span {
	position: relative;
	color: #0075ba;
	cursor: pointer;
	border-bottom: 1px dotted #0075ba;
}
.tariff_options ul li span img {
	top: 7px;
	left: -18px;
	position: absolute;
	display: none;
}
.tariff_options ul li>div p {
	margin: 0 0 10px 20px;
}
.tariff_options ul li>div {
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	left: -1px;
	top: -5px;
	padding: 5px 5px 10px 10px;
	z-index: 1000;
	background: #fff;
	display: none;
	width: 440px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 10px #ccc;
	position: absolute;
}
.tariff-info-block {
	position: relative;
}
.tariff-text {
	float: left;
	max-width: 610px;
}
/*Order options in modal END*/
#content .new_tariff_short_descr ul{
	padding: 0 0 0 15px;
	margin: 9px 0;
}
#content .new_tariff_short_descr ul li{
	margin: 5px 0 10px 0;
}

#content ul.additional-opts{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#content ul.additional-opts li{
    list-style: none none;
}

.new_tariff_price_month {
	font-size: 30px;
	line-height: 30px;
	color: #ff5a16;
}

.new_tariff_short_descr span.strong{
	color: #ff5a16;
	font-family: MyAgoraBold, MyAgoraReg, Arial, Tahoma, sans-serif;
}
.new_tariff_description {
	text-align: center;
	font-size: 14px;
}
.new_tariff_description .advantage_images img:nth-child(odd) {
	margin: 0 35px;
}
#content .new_tariff_short_descr .advantage_images li {
    float: left;
    list-style-type: none;
    list-style-image: none;
}

#content .new_tariff_short_descr .advantage_images li:first-child {
	margin-left: 0;
}
#content .new_tariff_short_descr .advantage_images li {
	margin-left: 35px;
}
#content .new_tariff_short_descr .advantage_images li:not(.active) img.active,
#content .new_tariff_short_descr .advantage_images li:not(.active):hover img:not(.active) {
	display: none;
}
#content .new_tariff_short_descr .advantage_images li:not(.active):hover img.active {
	display: initial;
}

#content .new_tariff_short_descr .advantage_images li.active img:not(.active) {
	display: none;
}

#content .tariff_navigation {
    margin-bottom: 15px;
}
#content .tariff_navigation ul {
	padding: 0;
}

#content .tariff_navigation li:last-child {
	margin-right: 0;
}

#content .tariff_navigation li {
    float: left;
    list-style-type: none;
    list-style-image: none;
	margin-right: 15px;
	height: 24px;
}

#content .tariff_navigation li.active {
    border-bottom: 2px solid #f60;
}
#content .tariff_navigation li a {
	color: #428bca;
	font-size: 14px;
}
#content .tariff_navigation li.active a, #content .tariff_navigation li a:hover {
	color: #f60;
	text-decoration: none;
}
	
.new_tariff_connect_price {
	margin: 15px 0 10px;
}
.tariff_fee {
}
.tariff_fee.discount{
	background: #f60;
	color: #fff;
	padding: 3px 5px;
}
.how2changeLink {
    line-height: 14px;
    padding: 15px 10px 15px 50px;
    position: absolute;
    width: 206px;
    height: 58px;
	background: url(/assets/images/VShowToChangeNumberBg.png) center top no-repeat;
	right: 0;
	bottom: 20px;
}
.how2changeLink a{
	color: #0075ba;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.availableNumbersDownload {
	margin: 20px 0 20px 10px;
	box-shadow: 1px 1px 3px #dbdbdb;
	line-height: 14px;
	padding: 21px 10px 21px 100px;
	width: 516px;
	height: 70px;
	background: url(/assets/images/VSavailableNumbersDownloadBg.png) left top no-repeat;
	font-size: 12px;
}
.availableNumbersDownload a{
	line-height: 25px;
	border-bottom: 1px solid #c7c7c7;
	color: #000;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.availableNumbersDownload a:hover {
	border-bottom: none;
	color: #0075ba;
}

.if-resign {
	margin: 0;
	padding: 10px 0;
	color: #ccc;
}
#mask-search-form {
    margin: -7px 0 -20px 0;
	position: relative;
	color: #000;
	float: right;
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
}
#mask-search-form input.submit {
	line-height: 25px;
	font-size: 12px;
	box-shadow: 0px 1px 4px #ccc;
	border-radius: 0 6px 6px 0;
	border: none;
	height: 29px;
	width: 51px;
	background: url(/assets/images/VS1clickButtonBg.png) center top repeat-x;
	position: relative;
	cursor: pointer;
	margin: 0 0 0 -5px;
	padding: 0 8px;
}
#mask-search-form input.search-text {
    margin: 0 0 0 0px;
    line-height: 25px;
    border-radius: 3px;
    height: 27px;
    background: #fff;
    position: relative;
    width: 160px;
    border: none;
	border-top: 1px solid #969697;
	border-left: 1px solid #d6d6d8;
    padding: 4px 5px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
.cart-mini-orders-container {
	margin: 20px 0 20px 0;
	border-radius: 3px;
	width: 255px;
	font-size: 10px;
	position: relative;
}
.cart-mini-orders-container p{
	margin: 10px 0 10px;
}
.cart-mini-orders-container .cart-mini-orders-header{
	line-height: 40px;
	padding: 0 0 0 41px;
	background: url(/assets/images/VScartMiniHeaderBg.png) center top no-repeat;
	font-size: 16px;
	width: 121px;
	height: 39px;
}
.cart-mini-orders-container .cart-mini-orders-header a {
	text-decoration: none;
	color: #000;
}

.cart-mini-orders-container .cart-mini-orders-item{
	position: relative;
	border: 1px solid #d2d2d2;
	border-top: 1px solid #fff;
	padding: 15px 50px 15px 15px;
	background: #f5f5f5;
}
.cart-mini-orders-container .cart-mini-orders-item.first{
	border: 1px solid #d2d2d2;
	border-radius: 0 4px 0 0;
}
.cart-mini-orders-container .cart-mini-name  {
	font-size: 16px;
	margin: 5px 0 11px;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	text-transform: uppercase;
	color: #000;
}
.cart-mini-orders-container .cart-mini-name img{
	width: 20px;
	float: left;
	margin: 0 5px 0 0;
}
.cart-mini-orders-container .cart-mini-number {
	color: #fff;
	padding: 5px 10px;
	background: #ff751e;
	letter-spacing: 0;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}
.cart-mini-orders-container .cart-mini-number .code {
	font-size: 14px;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
}
.cart-mini-orders-container .cart-mini-orders-item .remove{
	position: absolute;
	right: 30px;
	top: 21px;
}
.cart-mini-orders-container .cart-mini-price {
	font-family: MyriadPro-Semibold, Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.cart-mini-orders-container a.cart-mini-select {
	font-size: 14px;
	text-decoration: underline;
	color: #0075ba;
	cursor: pointer;
}
.cart-mini-orders-container .cart-mini-orders-checkout{
	box-shadow: 0 1px 2px #ccc;
	border-radius: 0 0 4px 4px;
	border: 1px solid #d2d2d2;
	border-top: 1px dashed #a1a1a1;
	padding: 15px;
	background: #f5f5f5;

}
.cart-mini-orders-container .make_order {
	line-height: initial;
	box-shadow: 1px 1px 6px #ccc;
	padding: 11px 20px;
}

.quickOrderButton.make_order {
	text-shadow: none;
	color: #fff;
	padding: 16px 26px;
	border: 1px solid #df6a1b;
	background: url(/assets/images/VStariffInnerOrderBg.png) center top repeat-x;
}

.callMeBack {
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	top: 150px;
	left: 150px;
	-webkit-border-radius: 5px;
	display: none;
	position: absolute;
	background-color: #fbfbfb;
	width: 200px;
	height: 130px;
	-moz-box-shadow: 0 2px 12px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.3);
	box-shadow: 0 2px 12px rgba(0,0,0,0.3);
	white-space: nowrap;
	z-index: 1002;
}
.callMeBack p {
	margin: 0 0 6px 0;
	font-size: 14px;
}
.callMeBack div {
	border-spacing: 0;
}

.callMeBack .err {
	top: -15px;
	left: 0;
}
.callme__phone {
	color: #777;
	width: 160px;
	height: 20px;
	margin: 0 0 10px;
	padding-right: 23px;
	padding-left: 0.3em;
	position: relative;
}
.callMeBack p.worktime {
	font-size: 13px;
	margin-top: 0;
}
.callMeBackButton_ok-disabled {
	background: none !important;
	border-color: #d1d1d1;
	filter: none;
	opacity: 0.5;
}
button[type='button'].callMeBackButton {
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	color: black;
	line-height: 14px;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
	border: 1px solid #dec286;
	width: 60px;
	height: 24px;
	margin-right: 10px;
	cursor: pointer;
}
button[type='button'].callMeBackButton_no {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0…kdGg9IjExMCUiIGhlaWdodD0iMTEwJSIgc3R5bGU9ImZpbGw6dXJsKCNnKSIvPjwvc3ZnPg==');
	background-image: -webkit-linear-gradient(top, #f8f8f8, #d8d8d8);
	background-image: -moz-linear-gradient(top, #f8f8f8, #d8d8d8);
	background-image: -o-linear-gradient(top, #f8f8f8, #d8d8d8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr = '#f8f8f8', EndColorStr = '#d8d8d8');
	border: 1px solid #d1d1d1;
}
button[type='button'].callMeBackButton_ok {
	margin: 0 10px 0 0;
	text-shadow: 0 1px #fee7a7;
	border: 0;
	background: url(/assets/images/VS1clickButtonBg.png) center top repeat-x;
}
/*tariff slider*/
#sliderSelect4, #sliderSelect6 {
	display: none;
}
#slider4, #slider6 {
	position: relative;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 30px;
	height: 25px;
	cursor: default;
	top: 2px;
	margin: 0 2px 0 2px;
}
.sliderSelect4Wrap .ui-slider {
	float: left;
	margin: 0 20px 0 20px;
	width: 64px;
	height: 29px;
	border: none;
	background: url(/assets/images/VSsliderBgT.png) 50% 50% no-repeat;
}

.sliderSelect4Wrap .ui-state-active,.sliderSelect4Wrap .ui-state-hover, .sliderSelect4Wrap .ui-widget-content  .ui-state-default{
	border: none;
	background: url(/assets/images/VSsliderHandleT.png) 50% 50% no-repeat;
	font-weight: normal;
	color: #212121;
}
.sliderSelect4Wrap .ui-widget-header {
	border: none;
	background: url(/assets/images/VSsliderBgT.png) 50% 50% no-repeat;
	color: #222222;
	font-weight: bold;
}
.sliderSelect4Wrap .optionsText{
	text-align: left;
	margin: 0;
	font-size: 12px;
	color: #000;
	font-family: Arial, Tahoma, sans-serif;
	cursor: pointer;
}
.sliderSelect4Wrap .optionsText:hover{
	color: #f60;
}
.sliderSelect4Wrap {
	margin: 15px 0 25px;
	width: 235px;
	line-height: 29px;
}

.sliderSelect4Wrap.sliderSelect6Wrap {
	width: 500px;
}
.sliderSelect4Wrap.sliderSelect6Wrap  .optionsText{
	font-size: 16px;
}

.totalDiscountPrice {
	position: relative;
}
.totalDiscountPrice:before{
	position: absolute;
	background: url(/assets/images/VSlinethroughCustom.png) center top no-repeat;
	width: 51px;
	content: "";
	height: 17px;
}
.long.totalDiscountPrice:before{
	background: url(/assets/images/VSlinethroughCustomLong.png) center top no-repeat;
	width: 114px;
}
.new_tariff_short_descr .totalDiscountPrice .totalNewPrice {
	display: block;
}
.new_tariff_short_descr .totalNewPrice {
	display: none;
}
.totalNewPrice {
	width: 125px;
	color: #ff5a16;
	left: 25px;
	position: absolute;
	top: -30px;
	text-align: left;
}

.pp4you.like-h1 {
	color: rgb(252, 79,8);
	font-size: 26px;
}
.pp4you {
	font-size: 14px;
}
.pp4you a {
	color: #0075ba;
}
.pp4you a:hover {
	color: #f60;
}
.pp4you strong {
	font-size: 16px;
}
.pp4you  .totalDiscountPrice{
	position: relative;
}
.pp4you .newPrice {
	left: 0;
	position: absolute;
	top: -30px;
}
.text4you {
	font-size: 18px;
	vertical-align: top;
	color: #777;
}
.hdr4you {
	color: #0075ba;
	font-size: 24px;
	text-decoration: underline;
	font-family: Arial, Tahoma, sans-serif;
}
.ready4you {
	text-align: center;
}
.ready4you td {
	position: relative;
}
.ready4you td div{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 8px 15px 0;
}

/*frontpage tariffs category*/
.fpage-tariff-category {
	text-align: center;
	width: 100%;
}
.fpage-tariff-category a{
	color: #0075ba;
	font-size: 14px;
}
.fpage-tariff-category a:hover{
	color: #f60;
}
/*frontpage tariffs category*/
/*frontpage banner*/
.fpage-slider {
	overflow: hidden;
	position: relative;
	min-width: 700px;
	z-index: 1;
	margin: 0 23px 0 0;
	padding: 0;
	box-shadow: 0 5px 10px 0 #ccc;
}
.fpage-slider.slider3 {
	height: 330px;
}
.fpage-slider.slider4 {
	height: 373px;
}

.fpage-slider .bannerslide {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
    background: #eeeeee center;
}
.fpage-slider .banner-slide {
	height: 100%;
	width: 100%;
}
.fpage-slider .banner-link {
	display: block;
	height: 100%;
    background: no-repeat center;
}
.fpage-slider  > span:hover {
	background-position: 0 bottom;
	margin-right: -252px !important;
}
.fpage-slider  .banner-active {
	background-position: 0 bottom !important;
	margin-right: -252px !important;
}
.fpage-slider > span {
	display: block;
	width: 252px;
	position: absolute;
	right: 100%;
	margin-right: -240px;
	cursor: pointer;
	z-index: 1000;
    background: no-repeat -248px bottom;
}
/*frontpage banner*/
/*frontpage numbers*/
.fpage-numbers-h2 {
	color: #000;
	font-size: 20px;
	font-family: MyriadPro-Semibold,  Myriad-Pro,'Myriad Pro', Tahoma, sans-serif;
}
.fpage-numbers-text {
	float: left;
	margin: 0;
}
.fpage-numbers-wrap {
	float: left;
	width: 100%;
}
.fpage-numbers {
	border-radius: 5px;
	padding: 10px 0 10px 46px;
}
.fpage-numbers table.col2 {
}
.fpage-numbers table.col2 th, .fpage-numbers table.col2 td {
	padding: 5px 0 5px 70px;
}
.fpage-numbers table {
	text-align: left;
	width: 100%;
}
.fpage-numbers th .operator-col {
	font-family: MyriadPro-Bold, Myriad-Pro, 'Myriad Pro', sans-serif;
	font-size: 20px;
	line-height: 24px;
}
/*
.fpage-numbers th:first-child img {
	margin: 0 13px 0 10px;
}
*/
.fpage-numbers th img {
	width: 25px;
	float: left;
	margin: 0 13px 0 7px;
}
.fpage-numbers td {
	padding: 5px 0;
}
a.seeAll {
	text-decoration: none;
	font-size: 14px;
	color: #0075ba;
	border-bottom: 1px dotted #0075ba;
}
a.seeAll:hover {
	color: #f60;
	border-bottom: 1px dotted #f60;
}

.loading_overlay {
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2003;
	background-color: #000;
}
.loading_overlay img {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 75px;
}

.november_promo {
	position: relative;
}
.november_promo .october_counter_wrap{
	float: right;
	margin: 21px 0 0;
	padding: 0 5px;
}
.october_counter_wrap.december .counter{
	float: left;
	margin: 0 10px;
}
.october_counter_wrap.december  p {
	float: left;
	font-size: 20px;
	line-height: 40px;
}
.october_counter_wrap{
	text-align: center;
	padding: 10px 5px;
}
.october_counter_wrap .counter{
	margin: 0 auto;
	width: 84px !important;
	height: 40px;
	overflow: hidden;
}
.october_counter_wrap .counter .cntDigit{
	height: 2400px;
	float: left;
    width: 28px;
    background: url(/assets/images/digits40.png) initial initial initial initial;
}
.october_counter_wrap p{
	margin: 5px 0;
	font-size: 19px;
	font-weight: bold;
}
.november_promo .rating_wrap{
	text-align: center;
	top: -8px;
	position: absolute;
	right: 20px;
}
.november_promo h2{
	font-weight: bold;
	font-size: 18px;
}
.november_promo .quick{
	margin: 30px 0;
	padding: 6px 30px;
	border: 1px solid red;
	box-shadow: 0 1px 4px #f00;
}
.november_promo h2 a {
	color: #0075ba;
}
.november_promo p a, .november_promo .ask-us{
	color: #0075ba;
	font-size: 14px;
	text-decoration: underline;
}
.november_promo .new_tariffs_list .tariff-name a {
	font-size: 18px;
}
.november_promo a:hover, .november_promo .ask-us:hover {
	color: #f60;
}
.november_promo p{
	font-size: 14px;
}
.november_promo .opt_wrapper {
	margin: 10px 0;
}
.november_promo .opt_header {
	color: #0075ba;
	font-size: 18px;
	font-family: MyriadPro-Semibold, 'Myriad Pro Light', Myriad-Pro, 'Myriad Pro', Tahoma;
	border-bottom: 1px dotted #0075ba;
	cursor: pointer;
}
.november_promo .opt_header img {
	margin: 0 0 0 5px;
}
.november_promo .opt_content {
	color: #000;
	font-size: 14px;
	font-family: Myriad-Pro, 'Myriad Pro', Tahoma, sans-serif;
}
.november_promo .opt_content p {
	margin: 5px 0;
}


.december_promo_operator {
	padding: 0 0 15px;
	position: relative;
	font-family: Arial, Tahoma, sans-serif;
}
.december_promo_operator ul{
	padding: 0 !important;
	margin: 0;
}
.december_promo_operator ul li{
    list-style: none none !important;
    float: left;
	margin: 0 20px 0 0;
}
.december_promo_operator ul li a{
	display: block;
	padding: 16px 28px 22px;
	text-align: center;
	color: #0075ba;
	text-decoration: none;
	font-size: 14px;
}
.december_promo_operator ul li a.selected, .december_promo_operator ul li a:hover{
	border-radius: 5px;
	background: url(/assets/images/VSdecemberPromoOperatorBg.png) center top no-repeat;
	padding: 16px 28px 22px;
	color: #3d3d3d;
}
.december_promo_operator ul li a.selected p, .december_promo_operator ul li a:hover p{
	border-bottom: none;
}

.december_promo_operator ul li p{
	margin: 3px 0 0;
	border-bottom: 1px dotted #0075ba;
}
.december_promo_operator ul li img{
	height: 40px;
}

.new_tariffs_operator .december_promo img{
	margin: -12px 0 0 0;
	height: 38px;
}
.december-friday {
	width: 964px;
	margin: 0 0 -55px 0;
	font-size: 20px;
	padding: 30px 0 0 20px;
	color: #fff;
	height: 114px;
	background: url(/assets/images/VSpromoDecemberFridayLine.png) center top no-repeat;
}

.february_price {
	line-height: 18px;
	color: #000;
}
/* mtset/conditions */

#conditions{
	font-size: 14px;
}
#conditions .navigationLink{
	text-decoration: none;
	color: #ff5a16;
	border-bottom: 1px dotted #ff5a16;
	font-size: 18px;
	cursor: pointer;
}
#conditions .conditions-wrap{
	position: relative;
	padding: 20px 0 0 60px;
}
#conditions .bigtext{
	color: #000;
	font-size: 18px;
}
#conditions  .bigtext .ask-us {
	font-family: MyAgoraReg, Tahoma, sans-serif;
	font-size: 18px;
	padding: 0;
}
#conditions h2 {
	margin: 50px 0 0;
	position: relative;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
#conditions li{
	margin: 5px 0;
}
#conditions .ownNumberTab {
	border-collapse: collapse;
}
#conditions .ownNumberTab th {
	padding: 15px 15px;
}
#conditions .ownNumberTab td {
	padding: 10px 22px;
}
#conditions .ownNumberTab td, #conditions .ownNumberTab th {
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
}
#conditions .ownNumberTab th p {
	margin: 0;
}
#conditions .step-separator{
	padding: 77px 25px;
	float: left;
}
#conditions .step{
	float: left;
	text-align: center;
	border-radius: 3px;
	padding: 10px 0 0;
	border: 1px solid #ccc;
	width: 160px;
	height: 160px;
	line-height: 14px;
	font-size: 12px;
	color: #000;
}
#conditions p{
	margin: 20px 0;
}
#conditions .step p{
	margin: 5px 0;
}
#conditions a{
	color: #0075ba;
}
#conditions a:hover{
	color: #f60;
}

#conditions .callMe span{
	float: left;
	color: #0075ba;
	border-bottom: 1px dotted #0075ba;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
}
#conditions .callMe img{
	float: left;
	margin: 0 0 0 10px;
}
#conditions h2 .listNumber{
	top: -6px;
	font-weight: normal;
	left: -60px;
	border: 1px solid #000;
	position: absolute;
	padding: 5px 13px;
	border-radius: 30px;
}
/* Emphasize block*/
.bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout .date {
	margin: 0 0 0 0px;
	font-size: 10px;
	color: #777;
}

.bs-callout code {
    background-color: #fff;
    border-radius: 3px;
}

.bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #d9534f;
}

.bs-callout-danger h4 {
    color: #d9534f;
}

.bs-callout-warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}

.bs-callout-warning h4 {
    color: #000;
}

.bs-callout-success {
    background-color: #dff0d8;
    border-color: #5cb85c;
}

.bs-callout-success h4 {
    color: #5cb85c;
}

.bs-callout-info, .bs-callout-warning.faq1 {
    background-color: #f4f8fa;
    border-color: #5bc0de;
}

.bs-callout-info h4, .bs-callout-warning.faq1 h4 {
    color: #000;
}
/* Emphasize block END*/
.clearfix:before, .clearfix:after{
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

/*subscription*/
.subscription-content {
	background: url(/assets/images/vs_subscription_bg.jpg) center top no-repeat;
}
.subscription-wrap {
	margin: 0 auto;
	width: 980px;
}
.subscription-left {
	float: left;
	width: 47%;
}
.subscription-right {
	float: right;
	width: 45%;
}
.subscription-header {
	padding: 58px 0;
	height: 164px;
}
.subscription-header h1{
	font-size: 48px;
	color: #fff;
	text-shadow: 0 0 10px #333;
}
.subscription-header h2{
	font-size: 30px;
	color: #fff;
	text-shadow: 0 0 10px #333;
}

.subscription-why-us {
	padding: 85px 0;
	height: 260px;
}
.subscription-why-us ul{
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 500px;
}
.subscription-why-us ul li{
    background: url('/assets/images/vs_subscription_icons.png') no-repeat;
    padding: 20px 0 20px 90px;
	font-size: 18px;
	height: 25px;
}
.subscription-why-us ul .online {
	background-position: 0 18px;
}
.subscription-why-us ul .optimize{
	background-position: 0 -49px;
}
.subscription-why-us ul .comfort{
	background-position: 0 -106px;
}
.subscription-why-us ul .notify{
	background-position: 0 -164px;
}
.subscription-text{
	height: 266px;
	padding: 10px 0;
}
.subscription-text h2{
	color: #000;
	font-size: 24px;
}
.subscription-text p{
	font-size: 15px;
}

#subscription-form {
	position: relative;
}
#subscription-form  p.err {
	display: none;
	position: absolute;
	top: -62px;
	left: 164px;
	float: left;
	clear: both;
	height: 59px;
	padding: 0 27px 0 0;
	background: url('/assets/images/err_bg_r.png') no-repeat top right;
}
#subscription-form  p.err span {
	display: block;
	height: 38px;
	padding: 21px 0 0 27px;
	background: url('/assets/images/err_bg_l.png') no-repeat 0 0;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
	white-space: nowrap;
	float: left;
}
#subscription-form input[type='text']{
	background: #f9f7f1;
	border: 1px solid #f1eee9;
	padding: 8px 10px;
	color: rgb(174, 174, 174);
	border-radius: 3px;
	box-shadow: 0 -1px 0 0 #ccc;
	width: 175px;
}
#subscription-form input[type='submit']{
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	text-shadow: 0 -1px 1px #555;
	color: #fff;
	border: 1px solid #df6a1b;
	background: url(/assets/images/vs_subscription_submit_bg.png) center top repeat-x;
	font-style: italic;
	padding: 4px 10px;
}
.subscription-form {
	border: 1px solid #c5c5c6;
	border-radius: 5px;
	box-shadow: 0px 5px 10px 0px #ccc;
	width: 520px;
	padding: 40px;
	margin: 40px auto;
}
.subscription-form .promise{
	width: 362px;
	margin: 17px auto 0;
	text-align: center;
}
.subscription-form .promise img{
	float: left;
}
.subscription-form .promise h2{
	color: #000;
	font-size: 18px;
	margin: 0px 0;
}
.subscription-form .promise p{
	margin: 0;
	font-size: 12px;
}
#simplemodal-container-su{
	border-radius: 3px;
	width: 608px;
	background: #ff5a16 url(/assets/images/vs_subscription_thanks.jpg) center top no-repeat;
	overflow: hidden;
}
#subscribe-modal {
	padding: 12px 40px;
}
#subscribe-modal .up  h2 {
	font-size: 60px;
	color: #ff5a16;
}
#subscribe-modal .up  {
	padding: 117px 0 35px;
	height: 160px;
}
#subscribe-modal .down  {
	padding: 32px 0 0;
	height: 75px;
	font-size: 16px;
}
#subscribe-modal .down  p{
	margin: 0;
}
#subscribe-modal .down  img{
	float: right;
}
#simplemodal-container-su a.modalCloseImg {
	height: 25px;
	width: 25px;
	padding-bottom: 4px;
	line-height: 20px;
	font-size: 14px;
	background: url('/assets/images/close.gif') right center no-repeat;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 10px;
	right: 13px;
	cursor: pointer;
}
/*subscription END*/

/*Adaptive START*/
.ontablet {
	display: none;
}

@media screen and (max-width: 1215px) {
	.number {
        min-width: 160px;
	}
}
@media screen and (max-width: 1115px) {
    .clear-adaptive {
        clear: both;
    }
    .clear-adaptive + #mask-search-form {
        margin: 3px 0 0 0;
        float: left;
    }
	#content {
		width: 720px;
	}
	.new_tariffs_list.col2 .tariff-block {
		margin: 0 22px 10px 10px;
	}
	.new_tariffs_list.col2 .tariff-block:nth-child(2) {
/* 		margin: 0 10px 10px 22px; */
	}
	.cart-orders-container {
		width: 775px;
	}
	.cart-orders-container.onepage h1 img {
		margin: 0 48px;
	}
	.cart-orders-container.onepage {
		width: 700px;
		float: none;
		margin: 0 auto;
	}
	#order-form-container-wrap.onepage {
		float: none;
		margin: 0 auto 25px;
		width: 700px;
	}
	.onepage .order-form-container {
		width: 670px;
		text-align: center;
	}
	.onepage  .order-form-container .userdata {
		float: left;
	}
	.onepage  .order-form-container .controls {
		float: right;
	}
	.availableNumbersDownload {
		width: 480px;
	}
	.december-img1 img{
		width: 320px;
	}
	.december-img2 img{
		width: 370px;
	}
}

@media screen and (max-width: 1005px) {
	.ondesktop {
		display: none;
	}
	.ontablet {
		display: initial;
	}
	#panels, #counters,
	 .clientsCounter, .clientsWhy, .ico24h, .ask-us, .compliment, .complain {
		display: none !important;
	}

	.clientsAskTablet {
		height: 67px;
		width: 183px;
		position: absolute;
		left: 50%;
		display: block;
		padding: 0;
		margin: 14px 0 14px -130px;
		cursor: pointer;
	}
	/*MENU*/
	.openCalc{
		display: none !important;
	}
    .cabinet.has-cart {
        display: none !important;
    }
	.promoItem {
		display: none !important;
	}
	#menu-vs ul li:hover #menu-tarifs, #menu-vs ul li:hover #menu-numbers, #menu-vs ul li:hover #menu-info,  #menu-vs ul li:hover #menu-detailed,
	#menu-vs>div>ul>li div.level1.adapt img	{
		display: none;
	}
	#menu-vs>div>ul>li:hover div.level1.adapt {
		padding: 0;
	}
	#menu-vs>div>ul>li:hover div.level1.adapt a {
		padding: 20px 10px;
		margin: 0 0 0 0;
		background: none;
		box-shadow: none;
		height: 19px;
	}
	#menu-vs>div>ul>li:hover>div.level1 a {
		padding: 10px 5px 20px 5px;
		margin: 5px 0 0 0;
	}
	#menu-vs>div>ul>li a {
		margin: 0;
	}

	#menu-tarifs>div {
		margin: 0 15px 0 10px;
	}
	#menu-tarifs {
		left: -57px;
		padding: 30px 0 30px 0;
		width: 720px;
	}
	#menu-numbers {
		width: 720px;
	}
	#menu-detailed {
        left: -480px;
        width: 720px;
        padding: 30px 0 30px 0;
	}
	#menu-detailed>div {
		margin: 0 0 0 50px !important;
	}

	#menu-vs ul li.cart-micro-orders-container {
		background: #ff6400;
		display: block;
		float: right;
		width: 151px;
		padding: 18px 12px 17px 18px;
	}
	#menu-vs ul li.cart-micro-orders-container  img  {
		float: left;
	}
	#menu-vs ul li.cart-micro-orders-container  a  {
		display: inline;
		line-height: 23px;
		padding: 0;
		font-size: 16px;
		color: #fff;
		margin: 0;
	}
	#menu-vs ul li.cart-micro-orders-container  a .quantity  {
		color: #55585d;
	}

	/*MENU END*/
	.fpage-slider {
		max-width: 878px;
		margin: 0;
	}
	#content{
		float: none;
		padding: 20px 20px 0;
		width: initial;
		margin: 0 auto;
		max-width: 900px;
	}
	#menu-vs, #menu-mob, #footer, #header, .wrap, #calc-wrap, #wrap {
		min-width: 700px;
	}
	#art-content-wrap {
		min-width: 700px;
	}
	#art-content {
		width: initial;
		float: none;
	}
	.art-left {
		display: none;
	}
	.calculator .section {
        width: 100%;
	    float: none;
	    height: initial;
	    border: none;
	    margin: 0;
	}
	.calculator .section:last-child, .calculator .section.active:last-child {
	    margin: 0;
	    width: 100%;
	}
}
@media screen and (max-width: 920px) {
	#calc {
		height: 300px;
	}
	#calc  .text1, #calc .text2{
		display: none;
	}
	#calc .textBlock {
		float: left;
		margin: 0 50px 0 0;
		height: initial;
	}
	#calc .make_order  {
		margin: 0;
	}
	#calc .defaultBlock {
		position: relative;
	}
}
@media screen and (max-width: 900px) {
	.number {
        min-width: 155px;
	}
}

@media screen and (max-width: 850px) {
	.number {
        min-width: 148px;
	}
	.promoItem, .clientsAskTablet {
		display: none !important;
	}
}
@media screen and (max-width: 780px) {
	.number {
        min-width: 155px;
	}
	#content {
		width: 700px;
	}
	#simplemodal-container-oo {
		width: 650px;
	}
	.fpage-slider {
		max-width: 700px;
	}
	.cart-orders-container h1 img {
		margin: 0 10px;
	}
	.cart-orders-container {
		width: 700px;
	}
}
/*Adaptive END*/
