/******************************************************/
.bdo{
	direction: rtl;
  unicode-bidi: bidi-override;
} 
/******************************************************/
@media(max-width: 960px){
	.DefaultGraphicMScroll{
		overflow-x: scroll;
	}
}
/******************************************************/
.WinWait{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 90px;
	margin-left: -60px;
	margin-top: -45px;
	background: rgba(255,255,255,0.5);
	border: solid 1px #333;
	border-radius: 5px;
	text-align: center;
	box-shadow:  5px 5px 10px rgba(0,0,0,0.5);
	z-index: 1000;
}
.WinWait img{
	width: 80px;
	margin-top: 5px;
}
/******************************************************/
.TestStep{
	width: 240px;
	height: 25px;
	margin: auto;
	/*background: linear-gradient(to top, #86a7b6, #8fc6de);*/
	border-radius: 3px;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	margin-top: 10px;
}
.TestStep .Circle{
	width: 10px;
	height: 10px;
	border: solid 1px #929090;
	border-radius: 100%;
	margin-top: 2px;
}
.TestStep .Circle.selected{
	background: #6ca1b5;
	border: solid 1px #6ca1b5;
}
/******************************************************/

.but_vuca_page{
	text-decoration: none;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.5); 
	z-index: 500;
	text-align: center;
}
@media(max-width: 900px){
	.but_vuca_page{
		font-size: 28px;
	}
}
/******************************************************/
.attention_not_sent{
	margin: 10px 0px;
	padding: 10px;
	color: #000;
	background: rgba(255,0,0,0.1);
	border: solid 4px #f00;
	border-radius: 10px;
}
/******************************************************/
.prompt-pos{
	position: relative;
	
}
.prompt-pos .prompt{
	display: none;
}
.prompt-pos:hover .prompt{
	display: block;
	position: absolute;
	border: solid 1px #333;
	border-radius: 6px;
	padding: 5px;
	font-size: 11px;
	color: #000;
	background: linear-gradient(to top, #bbb, #fff);
	
	left:  calc(50% - 86px);
	top: -35px;
	width: 160px;
}
.prompt-pos:hover .prompt::after {
    content: ''; 
    position: absolute;
    left: 80px; 
    top: 24px;
    border: 8px solid transparent; border-top: 10px solid #bbb;
	
}
.prompt-pos:hover .prompt::before  {
    content: ''; 
    position: absolute;
    left: 80px; 
    top: 25px;
    border: 8px solid transparent; border-top: 10px solid #333;
	
}
/**********Tariffs Tible CN***********/
.TariffsCN{
	padding-bottom: 60px;
}
.TariffsCN .trf-slider{
	width: 100%;
	overflow: hidden;
}
.TariffsCN .trf-slider .pos-but-slider{
	display: flex;
	justify-content: end;
}
.TariffsCN .trf-slider .pos-but-slider .prev,.TariffsCN .trf-slider .pos-but-slider .next{
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: solid 1px #aaa;
    border-radius: 4px;
    background: linear-gradient(to top, #e2e2e2, #fff);
}
.TariffsCN .Row{
	display: flex;
	justify-content: space-between;
	margin-left: 0px;
}
.TariffsCN .Row a.butBuy{
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	background: #d83b01;
    color: #fff;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	font-weight: normal;
	font-size: 16px;
}
.TariffsCN .Row a.butBuy:hover{
	background: #d40808;
}
.TariffsCN .Row .buy_plug{
	display: block;
	width: 120px;
	height: 38px;
	line-height: 38px;
	background: #fff;
    color: #fff;
	text-align: center;
	margin: auto;
	margin-top: 10px;
}
.TariffsCN .TCel{
	text-align: center;
	max-width: 280px;
	min-width: 185px;
}
.TariffsCN .TCel .title{
	font-weight: bold;
	margin: 10px 0px;
}
.TariffsCN .TCel .title-list{
	font-weight: bold;
	margin: 10px 0px;
	border-radius: 5px;
	padding: 4px;
	font-size: 12px;
	text-align: center;
}
.TariffsCN .TCel  .TariffBody{
	display: none;
}
.TariffsCN .TCel  .TariffBody.active{
	display: block;
}
.TariffsCN .TCel  .TariffBody .ConteinerPrice{
	display: none;
}
.TariffsCN .TCel  .TariffBody .ConteinerPrice.active{
	display: block;
}
.TariffsCN .TCel .TatiffDescPrice{
	height: 46px;
	font-size: 12px;
}
.TariffsCN .TCel .poll-shop-description{
	font-size: 12px;
}
.TariffsCN .TCel select.tariff-price{
	margin-top: 15px;
	border-radius: 5px;
	padding: 4px;
	font-size: 12px;
	max-width: 184px;
}
.TariffsCN .TCel .SelectPtice{
	margin-top: 16px;
	padding: 2px;
	font-size: 12px;
	border-radius: 5px;
	border: solid 1px #999;
}
.TariffsCN .Detail .TriffList{
	font-size: 12px;
	text-align: left;
	padding: 8px;
	margin-top: 10px;
}
.TariffsCN a{
	color: #52595e;
}
/******************************************************/
.table-poll-shop td{
	padding: 4px;
}
.table-poll-shop .theader td{
	background: #e5e5e5;
}
.table-poll-shop .divide td{
	background: #9bf2fb;
}
/******************************************************/
table.DefaultGraphicTable{
	border-collapse: collapse;
}
table.DefaultGraphicTable tr td{
	border-left: solid 1px #888;
	border-bottom: solid 1px #888;
	font-size: 12px;
	text-align: center;
	padding: 4px 0px;
	width: 99px;
	max-width: 99px;
	word-wrap: break-word;
}
table.DefaultGraphicTable tr td:first-child{
	border-left: none;
}
.bdo table.DefaultGraphicTable tr td{
	border-left: solid 1px #888;
}
table.DefaultGraphicTable .PercentFilter{
	color: #0094FF;
}
table.DefaultGraphicTable .row-email td:first-child{
	font-size: 9px;
}
table.DefaultGraphicTable td span{
	padding: 0px 2px;
	max-width: 92px;
	display: block;
}
table.DefaultGraphicTable .row-email td span{
	padding: 0px 4px;

}
/******************************************************/
.win-modal .win-default{
	max-width: 1050px;
}
@media (max-width: 1000px){
	.win-modal .win-default{
		max-width: 95%;
		max-height: 50%;
	}
}

/******************************************************/
label.input-problem{
	color: red;
	font-size: 12px;
}
/******************************************************/

input.sdt-input{
	padding: 4px;
	text-indent: 10px;
	border-radius: 4px;
}
/******************************************************/

.ya_ludina{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.ya_ludina .najimalka{
	width: 16px;
	height: 16px;
	border: solid 2px #08831d;
	border-radius: 100%;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.ya_ludina .najimalka .najato{
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #109f49;
}
/******************************************************/
.fixed-content-width{
	width: 1100px;
}
/******************************************************/
.select-container-hide{
	display: none;
}

/******************************************************/
.pos-custom-title{
	position: relative;
}

.pos-custom-title .custom-title{
	position: absolute;
	display: none;
}
.pos-custom-title .custom-title .box{
	background: linear-gradient(to top, #b7b7b7, #fff);
	color:#000;
	margin-top: -26px;
	left: -50%;
	position: relative;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	padding: 4px 16px;
	width: auto;
	max-height: 25px;
	line-height: 12px;
}
.pos-custom-title .custom-title .arrow{
	border: 5px solid transparent; border-top: 8px solid #b7b7b7;
	width: 4px;
	height: 25px;
	position: absolute;
	top: -5px;
	left: -5px;
}
.pos-custom-title .custom-title .box label{
	display: block;
	white-space:nowrap;
}
/******************************************************/
.sdtTableChartAdaptability .rtg-buttons-switch{
	display: none;
}

.sdtTableChartAdaptability .rtg-mini-chart{
	display: none;
}

.sdtTableChartAdaptability{
    position: relative;
}
@media (max-width: 900px) {



	.sdtTableChartAdaptability .DefaultGraphicMScroll{
		padding-top: 0px;
	}


	.sdtTableChartAdaptability.rtg-mini .sdtTableGraphic{
		display: none;
	}
	.sdtTableChartAdaptability.rtg-mini .DefaultGraphicMScroll{
		display: none;
	}
	.sdtTableChartAdaptability.rtg-mini .rtg-mini-chart{
		display: block;
		width: 100%;
	}

	.sdtTableChartAdaptability .rtg-mini-chart svg{
		width: 100%;
	}

	.sdtTableChartAdaptability .rtg-mini-chart .min-height-auto svg{
		height: auto;
	}

	.sdtTableChartAdaptability .rtg-buttons-switch{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sdtTableChartAdaptability .rtg-buttons-switch .rtg-but{
		width: 50%;
		text-align: center;
		text-transform: uppercase;
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		border-bottom: solid 1px #444;
	}

	.sdtTableChartAdaptability .rtg-but.chart{
		background: #ebebeb;
	}

	.sdtTableChartAdaptability .rtg-but.table{
		background: linear-gradient(to top, #a5a5a5, #fff);
	}


	.sdtTableChartAdaptability.rtg-mini .rtg-but.chart{
		background: linear-gradient(to top, #a5a5a5, #fff);
	}

	.sdtTableChartAdaptability.rtg-mini .rtg-but.table{
		background: #ebebeb;
	}

	.sdtTableChartAdaptability .DefaultGraphic{
		position: static;
	}

	
}
/******************************************************/
.sdtest-main-desc{
	background: #e6e5e5;
    padding: 10px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    border-radius: 30px;
    text-align: center;
    margin: 10px 0px 15px 0px;
    font-size: 14px;
}

/******************************************************/
span.tag-a{
	cursor: pointer;
	text-decoration: underline;
}
/******************************************************/
