.mb{
	display: none;
}

.site .button{
  position: relative;
  width: 64px;
  float: left;
  margin: 20px;
  text-align: center;
}
.site .button a{
  text-align: center;
  color: black;
  text-decoration: none;
}
.site .menu{
  width: 100%;
  height: 20px;
  
  padding-bottom: 5px;

}
.site .menu ul{
  list-style: none;
  padding-left: 10px;
  margin: 0px;
  
}
.site .menu ul a{
  font-size: 14px;
  text-decoration: none;
}
.site .menu ul li{
  margin: 3px 6px;
  float: left;
}

.site .menu ul a:hover{
  //text-decoration: underline;
  color: #f0f0f1;
}

ul.horizontal{
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
ul.horizontal li{
  float: left;

  margin-right: 10px;
}
ul.horizontal a{
  color: #0099FF;
  font-size: 12px;

}

/*.menu .cart.full a{
	color: #fba233;
}*/

/*.menu .cart.full .info{
	display: block;
}*/
.site .work .navigation{
  font-size: 12px;
  color: #d1d1d2;
  margin: 5px 0px;
  
}









}
.footer{
	width: 100%;
	height: 100px;

}


.TranslitSoutce{
  font-size: 11px;
  color: #333333;
}

.question{
  width: 100%;
}
.question .hd{
  width: 600px;
  height: 60px;
}
.question .qs{
  width: 260px;
  height: 60px;
}
a.but_delete{
	color: red;
}

/* PAGE USER */
.user-item{
  width: 320px;
  border: solid 1px #CCCCCC;
  position: relative;
  padding: 4px;
  border-radius: 2px;
  overflow: hidden;
}
.user-item:hover{
  background: #EEEEEE;
}

.user-item .name{
  width: 300px;
  float: left;

}
.user-item .name a{
  font-size: 12px;
  color: #0099FF;
}

.user-item .delete{
  width: 50px;
  float: left;
  width: 14px;
  height: 14px;
  background: url(../image/Icon_delete.png);
  cursor: pointer;
}

.add-block{
  border: solid 1px #BBBBBB;
  border-radius: 5px;
  padding: 4px;
  font-size: 14px;
}
/* PAGE LANGUAGE PACK */
.language-pack-item{
  width: 600px;
  border: solid 1px #CCCCCC;
  position: relative;
  padding: 4px;
  border-radius: 2px;
  overflow: hidden;
}
.language-pack-item:hover{
  background: #EEEEEE;
}

.language-pack-item .name{
  width: 150px;
  float: left;
  border-right: solid 1px #CCCCCC;

}
.language-pack-item .name a{
  font-size: 12px;
  color: #0099FF;
}
.language-pack-item .value{
  width: 250px;
  float: left;
  border-right: solid 1px #CCCCCC;
  font-size: 12px;

}
.language-pack-item .lang{
  float: left;
  height: 12px;
  width: 100px;
}

.language-pack-item .lang a{
  font-size: 12px;
}

.language-pack-item .delete{
  width: 50px;
  width: 14px;
  height: 14px;
  background: url(../image/Icon_delete.png);
  cursor: pointer;
  position: absolute;
  right: 2px;
}
/* PAGE LETTERS */
.tabLetters{
  margin-top: 20px;
}
.tabLetters .item.main{
  border: solid 1px #555555;
  margin-bottom: 5px;
}

.tabLetters .item{
  width: 600px;
  border: solid 1px #CCCCCC;
  position: relative;
  padding: 4px;
  border-radius: 2px;
  overflow: hidden;
  height: 14px;
  line-height: 14px;

}
.tabLetters .item:hover{
  background: #EEEEEE;
}
.tabLetters .but{
  width: 16px;
  height: 16px;
  background: url(img/start.png) no-repeat;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  display: block;
}


.tabLetters .title{
  width: 150px;
  float: left;
  border-right: solid 1px #CCCCCC;
  float: left;
}
.tabLetters .title a{
  font-size: 12px;
  color: #0099FF;
}
.language-pack-item .value{
  width: 250px;
  float: left;
  border-right: solid 1px #CCCCCC;
  font-size: 12px;

}
.tabLetters .lang{
  float: left;

  width: 100px;
}

.tabLetters .lang a{
  font-size: 12px;
  float: left;
  margin: 0px 5px 0px 5px;
}

.tabLetters .delete{
  width: 50px;
  width: 14px;
  height: 14px;
  background: url(../image/Icon_delete.png);
  cursor: pointer;
  position: absolute;
  right: 2px;
}



.valiable{
  width: 360px;
}

.valiable-value{
  width: 360px;
  height: 100px;
}
.default-value{
  max-width: 360px;
  font-size: 14px;
}
/* COLOR */
.color-item{
  width: 320px;
  border: solid 1px #CCCCCC;
  position: relative;
  padding: 4px;
  border-radius: 2px;
  overflow: hidden;
}
.color-item:hover{
  background: #EEEEEE;
}

.color-item .cview{
  width: 14px;
  height: 14px;
  position: relative;
  float: left;
  margin-right: 2px;
  border: solid 1px #555555;
  border-radius: 3px;
}

.color-item .name{
  width: 100px;
  float: left;
  border-right: solid 1px #CCCCCC;

}
.color-item .name a{
  font-size: 12px;
  color: #0099FF;
}

.color-item .lang{
  float: left;
  height: 12px;
  width: 100px;
}

.color-item .lang a{
  font-size: 12px;
}

.color-item .delete{
  width: 50px;
  float: left;
  width: 14px;
  height: 14px;
  background: url(../image/Icon_delete.png);
  cursor: pointer;
  position: absolute;
  right: 2px;
}

/* TEST */
.qst-item{
  width: 450px;
  border: solid 1px #CCCCCC;
  position: relative;
  padding: 4px;
  border-radius: 2px;
  overflow: hidden;
}
.qst-item:hover{
  background: #EEEEEE;
}


.qst-item .name{
  width: 300px;
  float: left;
  border-right: solid 1px #CCCCCC;

}
.qst-item .name a{
  font-size: 12px;
  color: #0099FF;
}

.qst-item .lang{
  float: left;
  height: 12px;
  width: 100px;
}

.qst-item .lang a{
  font-size: 12px;
}

.qst-item .delete{
  width: 50px;
  float: left;
  width: 14px;
  height: 14px;
  background: url(../image/Icon_delete.png);
  cursor: pointer;
  position: absolute;
  right: 2px;
}
.qst-name{
  width: 300px;
  height: 100px;
}

/* Рассылка */
.newsletter .submit{
  background: #0099FF;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.newsletter input[name=subject]{
  width: 500px;
  padding: 4px;
}

.newsletter .mt input{
  font-size: 18px;
  padding: 2px;
  border-radius: 5px;
}
.attention{
  color: red;
}

.newsletter .progress{
  display: none;
}

.mailDSP{
  border: solid 1px #555555;
  border-radius: 6px;
  margin-top: 30px;
}

.butDispatch{
  color: #fff;
  background: #0099FF;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: solid 1px #0667a7;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.butDispatch.Pause{
  display: none;
}
.butDispatchTest{
  color: #fff;
  background: #18ca3e;
  width: 180px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  border: solid 1px #0667a7;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}

.MesError{
  margin-top: 10px;
  background: #FF6666;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}
.Mes{
  margin-top: 10px;
  background: #a2f9a2;
  color: #00;
  padding: 10px;
  border-radius: 6px;
}

/*Statistics*/


.Page_Statisctics .srow{
	overflow: hidden;
}


.Tariff5 .Page_Statisctics .srow{
	width: 1200px;
}
.Page_Statisctics .srow h4{
	z-index: 100;
	position: relative;
}

.ChartComparison .Select table.tmain{
	width: 445px;
}
.Page_Statisctics table.tmain th{background: #d2d2d2;}
/*.Page_Statisctics table td{
	border: solid 1px #d2d2d2;
}*/
.Page_Statisctics table.tmain td.percent{
	text-align: center;
}
.Page_Statisctics table.tmain td.percent span{
	background: #fff;
	border-radius: 5px;
	color: #000;
}


/*.Page_Statisctics .scol rect{
	fill: #28292b !important;
}*/





select{
	border-radius: 6px;
}

.graphic{
  background-color: #000000;
  width: 900px;
  font-size: 14px;
}


.mobTable{
	display: none;
}
/*
.graphic tr td{
  min-width: 100px;
  max-width: 100px;
  width: 100px;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.graphic tr{
	width: 900px;
}
.graphic img{
	width: 100%;
	height: 100%;
}

.color{
  text-transform: capitalize;
}
.wrap-tb{
  padding: 0;
  background-color: #000000;
  color: #FFFFFF;
}
.pr
{
  min-width:100px;
  float:left;
}
.gpr{
  width:100%;
  height:40px;
  border-top:solid 1px #FFFFFF;
  border-bottom:solid 1px #FFFFFF;
  padding-top: 8px;
  line-height: 30px;

}
.ght{
  padding-left:30px;
}

.graphic b{
  font-size: 16px;
}

.PercentImg{
	position: absolute;
	top: 200px;
	color: #000;
}
.PercentImg .vp{
	float: left;
	width: 102px;
	text-align: center;
}

@media (max-width: 1000px) {
  .graphic tr td{
    min-width: 99px;
    max-width: 99px;
  }
  .graphic tr td:first-child{
    width: 110px;
    max-width: 1100px;
  }
  .graphic img{
    height: 385px;
  }

}
*/
.PageViewstatistics{
	/*overflow: hidden;*/

}
.Page_Statisctics a{color: #000;}

.Page_Statisctics .filter button{
	display: none;
}
.Page_Statisctics .filter label{
	font-size: 12px;
}
/*.Page_Statisctics .butFilterTible{
	display: none;
}
.FilterTible{
	position: fixed;
	top: 50px;
	right: 0px;
	width: 180px;
	border: solid 1px #d2d2d2;
	background: #fff;
	padding: 2px 0px 10px 0px;
	z-index: 5000;
}
.FilterTible a{
	font-size: 10px;
	text-decoration: none;
	color: #000;
	
}
.FilterTible a:hover{
	color: #000;
	text-decoration: underline;
}

.FilterTible .ev{
	width: 16px;
	height: 16px;
	background:url(img/eye.png)no-repeat center;
	background-size: cover;
	cursor: pointer;
}
.FilterTible .but{
	float: right;
	cursor: pointer;
}*/


/*****************************************************************/


.TriffDetail .ListTime{
	margin-top: 10px;
	padding: 0px 5px;
}

.TriffDetail .ListTime .RadioBox{
	width: 30px;
	height: 30px;
	border-radius: 10px;
	border: solid 2px #e2e2e1;
	background: #6c6f6b;
	margin: 22px 10px 0px 20px;
}
.TriffDetail .ListTime .price{
	/*margin: 22px 10px 0px 20px; */
	margin: 0px 10px 0px 10px; 
	font-size: 30px;
	font-weight: bold;
	color: #cbeff9;
	width: 172px;
	display: flex;
	align-items: center;

}
.TriffDetail .date{
	/*margin: 25px 10px;*/
	font-size: 20px;
	width: 160px;
	display: flex;
	align-items: center;
	
}
.TriffDetail .desc{
	width: 435px;
	max-width: 435px;
	height: 62px;
	/*line-height: 62px;*/
	/*margin-top: 10px;*/

	border-radius: 2px;
	display: table;
	
	
	
}

.TriffDetail .desc p{

	margin-top: 8px;
	/*margin-left: 20px;*/
	line-height: 25px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.TriffDetail .buy{
	margin-left: 10px;
	margin-top: 10px;
	/*float: left;*/
}
/*****************************************************************/



