

body{
	margin: 0px;
	padding: 0px;
	background: #fff;

    font-family: 'Open Sans', sans-serif;

    font-weight: 300;
	
}
h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
}
.dn{
	display: none;
}
.w{
	max-width: 1100px;
	margin: auto;
}
.site-title h1, .site-title span{
	display: block;
}
@media (max-width: 1100px){
	.w{
		padding: 0px 20px;
	}
	.mob-scroll{
		width: 100%;
		overflow-x: scroll;
	}
}

.p-c{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}



@media (max-width: 1100px){
	.dv-d{
		display: none;
	}
}
@media (min-width: 1100px){
	.dv-m{
		display: none;
	}
}

.noselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;   
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-khtml-user-select: none;
}
.debug-point-time{
	text-align: center;
	font-size: 12px;
	color: #000;
	background: #fff;
	border: solid 1px #f00;
	border-radius: 3px;
	padding: 4px 0px;
}
header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: linear-gradient(to top, #235461, #52afc7);
	padding: 8px 0px 12px 0px;
	color: #fff;
	z-index: 600;
}
.site-title{
	
	font-size: 18px;
	font-weight: bold;
	min-height: 24px;

}
.site-title a, .site-title h1, .site-title span{
	font-size: 22px;
	font-weight: bold;
	line-height: 14px;
}
.site-title a{
	/*-color: #d4f7f2;*/

}
.header-top .left{
	display: flex;
	justify-content: left;
} 
.header-top .left img{
	width: 75px;
	position: relative;
	left: -7px;
	top: -7px;
}

.bdo .header-top .left img{
	left: 7px;
}
.header-top .site-logo{
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.bdo .header-top .site-logo{
	margin-left: 8px;
}
.site-pos-title{
	margin-left: 10px;
}
@media(max-width: 960px){
	.site-pos-title{display: none;}
}
.header-top{
	display: flex;
	justify-content: space-between;
	
}
.header-top .right{
	display: flex;
	justify-content: space-between;
}


.header-top a{
	color: #d4eff7;
	text-decoration: none;
}
.header-top a label.reg{
	font-size: 12px;
	vertical-align: super;
}
.header-top .logo-interview{
	margin-right: 10px;
}
.header-top .logo-interview img, .header-top .logo-interview canvas{
	height: 60px;
	max-width: 70px;
}
@media(max-width: 800px){
	.header-top .logo-interview img, .header-top .logo-interview canvas{
		max-height: 55px;
	}
}
@media(max-width: 400px){
	.header-top .logo-interview img, .header-top .logo-interview canvas{
		max-height: 50px;
	}
}
@media(max-width: 360px){
	.header-top .logo-interview img, .header-top .logo-interview canvas{
		max-height: 49px;
	}
}



.Button_Enter{
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	border: solid 1px #d4eff7;
	border-radius: 4px;
	font-size: 14px;
	width: 34px;
	height: 34px;
	min-height: 34px;
	-moz-transition: background 0.6s ease-out ;
	-ms-transition: background 0.6s ease-out ;
	-o-transition: background 0.6s ease-out ;
	-webkit-transition: background 0.6s ease-out ;
	transition: background 0.6s ease-out ;

}
.Button_Enter svg{
	width: 18px;
}
.Button_Enter svg path{
	fill: #fff;
}
.bdo .Button_Enter{
	margin-right: 0px;
}
.bdo .Button_Enter svg{
	transform: rotate(180deg);
}

.Button_Enter:hover{
	background: #fff;
	color: #2F6776;
}
@media (max-width: 450px){
	.Button_Enter{
		width: 28px;
		height: 28px;
		min-height: 28px;
	}
}
@media (max-width: 1100px){
	.Button_Enter{
		max-height: 25px;;
	}
}
.header-description{
	
	font-size: 8px;
	color: #d4eff7;
	max-width: 320px;
	line-height: 10px;
	max-height: 30px;
}
.header-description.txt-row-4{
	font-size: 6px;
	line-height: 8px;
}

/******************************************************/
@media(min-width: 1200px){
	body.big-stat-width{
		padding-top: 100px;
	}
	body.big-stat-width .mob-scroll{
		min-height: 7200px;
	}
	body.big-stat-width table.Table_Chart{
		position: absolute;
		left: 10px;
	}
	body.big-stat-width header{
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: 100;
	}
	body.big-stat-width .bg-max-top{
		background: linear-gradient(to top, #235461, #52afc7);
		position: absolute;
		top: 0px;
		left: 0px;
		min-width: 1750px;
		height: 80px;
		z-index: 1;
		
	}
	
	body.big-stat-width .site{
		padding-top: 95px;
	}
}
/******************************************************/
.MainPage .w{
	border-collapse: collapse;
    border-spacing: 0;
    display: table;
	width: 100%;
}


.MainPage .w .ViewTest{
	display: table-header-group;
}
.MainPage .w .PosViewHomeMaterials{
	display: table-footer-group;
}
.PosViewHomeMaterials .SiteInfo{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.PosViewHomeMaterials .SiteInfo .cell{
	margin: 0px 20px 10px 20px;
	
	color: #fff;
	background: #2F6776;
	padding: 10px 20px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5); 
	border-radius: 30px;
	font-size: 14px;
	min-width: 160px;
	/*text-align: center;*/
}
.PosViewHomeMaterials .SiteInfo span{
	display: inline-block;
	text-align: center;
}
.PosViewHomeMaterials .SiteInfo .cell i{
	margin-right: 8px;
	font-size: 16px;
}
/******************************************************/
.header-top .header-motto, .sdtest-main-info{
	width: 100%;
	text-align: center;
	margin-top: 5px;
	max-width: 800px;
}

.header-top .header-motto{
	margin: 6px 0px;
	font-size: 24px;
	font-weight: bold;
}

.lang-ny .header-top .header-motto{font-size: 22px;}
.lang-mg .header-top .header-motto{font-size: 20px;}
.lang-ml .header-top .header-motto{font-size: 18px;}
.lang-ky .header-top .header-motto{font-size: 18px;}
.lang-kn .header-top .header-motto{font-size: 16px;}
.lang-hy .header-top .header-motto{font-size: 16px;}
.lang-ta .header-top .header-motto{font-size: 16px;}
.lang-gd .header-top .header-motto{font-size: 22px;}


@media(max-width: 600px){
	.header-top .header-motto{
		font-size: 16px;
		padding: 0px 10px;
	}
}

@media(max-width: 320px){
	.header-top .header-motto{
		font-size: 14px;
		font-weight: normal;
	}
}


.sdtest-main-info{
	font-size: 14px;
}



.ViewTest .sdtest-main-info{display: none;}


@media(max-width: 960px){
	.header-top .sdtest-main-info{display: none;}

	.ViewTest .sdtest-main-info{
		display: block;
		font-weight: bold;
	}

	.header-top .center{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}



/******************************************************/
.PosViewHomeMaterials{
	color: #838586;
	


}
.PosViewHomeMaterials h1{
	
    margin: 10px 0px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}
.PosViewHomeMaterials .BText{
	margin: 20px 0px;
	font-size: 12px;
	text-align: center;
}
/******************************************************/
.lang_full{
	position: relative;
	margin-left: 10px;
	font-size: 25px;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.lang_full .icon-lang svg{
	position: absolute;
	top: 0px;
	max-width: 22px;
}
.lang_full .icon-lang path{
  fill: #fff;
}
.bdo .lang_full{
	margin-left: 0px;
	margin-right: 10px;
}
.lang_full i{
	
	cursor: pointer;
	
}
.lang_full .win_list_lang{
	
	padding: 10px;
	border-radius: 4px;
	border: solid 1px #aaa;
	position: absolute;
	top: 25px;
	right: 0px;
	width: 460px;
	background: #fff;
	z-index: 1000;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
	display: none;
	line-height: 20px;
	
}

.bdo .lang_full .win_list_lang{
	right: -460px;
}

@media(max-width: 600px){
	.bdo .lang_full .win_list_lang{
		right: 0px;
	}
	

}

@media(max-width: 960px) and (max-height: 750px){
	.lang_full .win_list_lang{
		overflow-y: scroll;
		max-height: calc(100vh - 50px);
		
	}

	.lang_full .win_list_lang .pos-button-left{
		padding-bottom: 70px;
	}
}

.lang_full .win_list_lang .lang-fl{
	display: flex;
	flex-direction: column; 
	flex-wrap: wrap;
	height: 560px;
}	

.lang_full .win_list_lang .item-lang{
	display: inline;
	height: 20px;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	/*display: flex;
	justify-content: start;*/
	/*width: 120px;*/
	page-break-inside: avoid;
	break-inside: avoid;
}
.bdo .lang_full .win_list_lang .item-lang{
	width: 110px;
}
.lang_full .win_list_lang .item-lang.selected{
	background: linear-gradient(to top, #1f627b, #6ca1b5);
}
.lang_full .win_list_lang a, .lang_full .win_list_lang .tag-a{
	color: #000;
	font-size: 12px;
	margin: 0px;

	padding: 4px;
	text-align: left;
	text-indent: 10px;
	text-decoration: none;
}



.lang_full .win_list_lang .item-lang.selected a, .lang_full .win_list_lang .item-lang.selected .tag-a{
	color: #fff;
}
.lang_full .pos-button{
	margin-top: 10px;
	display: flex;
	justify-content: right;
}
.lang_full a.button-translate{
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	background: linear-gradient(to top, #0274b3, #65b6e2);
	padding: 4px 12px;
}


@media (max-width: 450px){
	.lang_full{
		position: static;
	}

	.lang_full .icon-lang{
		position: relative;
	}

	.lang_full .win_list_lang{
		top: 30px;
		width: 100%;
		padding: 0px;
		
	}
	
	.lang_full .win_list_lang .lang-fl{
		height: 730px;
	}
	
	.lang_full .win_list_lang .item-lang{
		width: 33%;
		text-align: center;
	}

}

/******************************************************/

/******************************************************/

/******************************************************/






.workspace{
	margin-top: 105px;
	font-weight: 300;
    color: #52595e;
}
.test-regulations{
	background: #e6e5e5;
	padding: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5); 
	border-radius: 30px;
	text-align: center;
	
	font-weight: 100;
	font-size: 12px;
}

.Question-Text{
	color: #000;
	margin: 10px 0px;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}



.TestAttention, .TestAttentionHelp{
	font-size: 14px;
	text-align: center;
	color: #908f8f;
}
.sdtListQuestion{
	margin: 10px 0px;
}
.List-Select-Answers .butSelectAnswer{
	position: relative;
	background: #e6e5e5;

	padding: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5); 
	border-radius: 30px;
	font-weight: 100;
	font-size: 16px;
	
	cursor: pointer;
	text-indent: 25px;
	-moz-transition: background 0.6s ease-out ;
	-ms-transition: background 0.6s ease-out ;
	-o-transition: background 0.6s ease-out ;
	-webkit-transition: background 0.6s ease-out ;
	transition: background 0.6s ease-out ;
}
.List-Select-Answers .butSelectAnswer label{
	/*color: #000;*/
	font-weight: bold;
}

.List-Select-Answers .butSelectAnswer:hover{
	color: #fff;
	background: #9f9f9f;

}
.sdtListQuestion.active .butSelectAnswer{
	color: #fff;
	background: #2F6776;
}
.List-Select-Answers .butSelectAnswer:hover span{
	color: #fff;


}
.List-Select-Answers .butSelectAnswer .Answer-Text{
	padding-left: 15px;
}
.List-Select-Answers .butSelectAnswer .Answer-Icon{
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
	

}
.List-Select-Answers .butSelectAnswer .Answer-Icon i{
	font-size: 24px;
}

.sdtListQuestion .Answer-Icon i.fa-angle-down{
	display: inline-block;
}
.sdtListQuestion.active .Answer-Icon i.fa-angle-down{
	display: none;
}
.sdtListQuestion.active .Answer-Icon i.fa-angle-up{
	display: inline-block;
}
.sdtListQuestion .Answer-Icon i.fa-angle-up{
	display: none;
}
/*.position-answer{
	display: none;
	padding: 20px 0px;
	position: fixed;
	background: #fff;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}*/

.title-answer{
	background: #284a50;
	color: #fff;
	padding: 10px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5); 
	border-radius: 30px;
	text-align: center;
	
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}
.sdtListQuestion ul.List-Answers{
	max-height: 0px;
	
	-moz-transition: max-height 0.2s ease-out;
	-ms-transition: max-height 0.2s  ease-out;
	-o-transition: max-height 0.2s  ease-out;
	-webkit-transition: max-height 0.2s ease-out;
	transition: max-height 0.2s ease-out;
	overflow: hidden;
}
.sdtListQuestion.active{
	background: #e1dfdf;
	border-radius: 30px;
	padding-bottom: 20px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5); 
}
.sdtListQuestion.active ul.List-Answers{

	max-height: 1500px;
	-moz-transition: max-height 2s ease-in;
	-ms-transition: max-height 2s  ease-in;
	-o-transition: max-height 2s  ease-in;
	-webkit-transition: max-height 2s ease-in;
	transition: max-height 2s ease-in;
	
}
ul.List-Answers{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	
}
ul.List-Answers li{
	
	background: #f3f3f3;

	padding: 10px 20px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5); 
	border-radius: 30px;
	font-weight: 100;
	font-size: 16px;
	margin: 10px 0px ;
	cursor: pointer;
	
	-moz-transition: background 0.4s ease-in ;
	-ms-transition: background 0.4s ease-in ;
	-o-transition: background 0.4s ease-in ;
	-webkit-transition: background 0.4s ease-in ;
	transition: background 0.4s ease-in ;
	list-style: none;
}
ul.List-Answers li:hover{
	color: #fff;
	background: #7d888b;

}
.position-TestButtonNext{
	display: none;
}
/*
@media (max-width: 900px){
	.position-TestButtonNext{
		position: fixed;
		left: 0px;
		bottom: 0px;
		width: 100%;
		z-index: 500;
		background: #fff;
		/*background: rgba(255,255,255,0.7);*/
		/*padding: 8px 0px;
	}
}
*/
.TestButtonNext{
	
	background: linear-gradient(to top, #969595, #e6e5e5);
	padding: 15px 40px;
	border: solid 1px #908a8a;
	color: #000;
	border-radius: 25px;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
	margin-top: 20px;
}
.TestButtonNext:hover{
	color: #fff;
	background: linear-gradient(to top, #2F6776, #3e879a);
}
.ViewBlog{
	padding-bottom: 30px;
}
.ViewBlog h1{
	text-align: center;
	font-size: 24px;
	margin: 10px 0px 26px 0px;
}
.ViewBlog .breadcrumbs{
	font-size: 12px;
}

.BText .preview-image{
	text-align: center;
}
.BText .preview-image img{
	width: 300px;
}
@media (min-width: 600px){
	.BText .preview-image{
		width: 300px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	/*.BText ol li{
		position: relative;
		left: 40px;
	}*/
}

@media (max-width: 900px){
	.ViewBlog iframe{
		max-width: 90% !important;
	}
	.ViewBlog  span{
		white-space:normal !important;
	}
	.ViewBlog .BText{
		overflow-x: hidden;
	}
}
.ViewBlog a{
	color: #52595e;
}
.ViewBlog p{
	margin: 0px;
	padding: 0px;
}
footer{
	margin-top: 10px;
	color: #fff;
	background: linear-gradient(to top, #313435, #525a5e);
	padding-bottom: 30px;
	min-height: 200px;
}
.social-networks-link{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 10px;
}

.social-networks-link img{
	margin: 0px 6px;
}

.social-networks-link img{
	width: 26px;
}

.menu-bottom{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0px;
}
.menu-bottom ul{
	margin: 0px 0px;
	list-style: none;
	padding: 0px;

}
.menu-bottom li{
	padding: 2px 0px;
}
.menu-bottom  a{
	color: #fff;
	/*text-decoration: none;*/
	font-size: 14px;
}


.ViewBlog .ViewTest{
	margin: 20px 0px;
}
.ViewBlog .ViewTest .TestButtonNext{
	display: none;
}
/******************************************************/
@media(min-width: 1200px){
	body.big-stat-width header{
		position: absolute;
	}
	body.big-stat-width footer{
		position: absolute;
		z-index: 1000;
		min-width: 100%;
	}
	body.big-stat-width .pos-bg-max-footer{
		position: relative;
	}
	body.big-stat-width .bg-max-footer{
		background: linear-gradient(to top, #313435, #525a5e);
		position: absolute;
		top: 0px;
		left: 0px;
		min-width: 1750px;
		min-height: 60px;
		z-index: 1;
	}
}
/******************************************************/
.payment-systems{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 5px 0px;
}
.payment-systems .Fondy{
	border-radius: 4px;
}
/******************************************************/
.InfoErrorCorrection{
	font-size: 14px;
	padding: 10px;
	margin: 20px 0px 10px 0px;
	border: solid 1px #aaa;
	border-radius: 5px;
	color: #fff; 
}
.InfoErrorCorrection div{
	display: inline-block;
}
.InfoErrorCorrection .ButtonsKeyword{
	margin-left: 10px;
}
.InfoErrorCorrection .ButtonsKeyword .but{
	padding: 0px 5px;
	margin: 0px 2px;
	border: solid 1px #fff;
	border-radius: 5px;
	color: #fff; 
}
/******************************************************/
.MesAttention{

  font-size: 14px;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
  border: solid 1px #aaa;
  text-align:center;

}
.MesAttention .close{
  width: 10px;
  height: 10px;
  background: url(img/close.png);
  background-size: contain;
  position: absolute;
  right: 4px;
  top: 8px;
  cursor: pointer;

}
/******************************************************/

.SDTestEmail input.mail{
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	text-indent: 5px;
	border-radius: 10px;
	border: none;
	border: solid 2px #d2cdcd; 
	width: 400px;
	
}
.SDTestEmail input.mail:focus{
    outline: none;
}



.SDTestEmail .butSDTNext{
	display:inline-block;
	background: linear-gradient(to top, #86a7b6, #ebeeef);
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border: solid 1px #ccc;
}

.SDTestEmail .butSDTNext:hover{
	background: linear-gradient(to top, #21a3de, #ebeeef);
}
.SDTestEmail .butSDTNext.Loked, .SDTestEmail .butSDTNext.Loked:hover{
	background: linear-gradient(to top, #afafaf, #cdc8c8);
	color: #f9f9f9;
	cursor: wait;
}

@media (max-width: 1000px){
	.SDTestEmail input.mail{
		width: 100%;
	}
	.SDTestEmail .BEmail{
		padding: 15px 0px;
	}
	.SDTestEmail  .butSDTNext{
		width: 100%;
		text-align: center;
	}


	.SDTestEmail .BEmail .not_valid{
		margin-top: 15px;
	}
}

.SDTestEmail input.mail.bad{
	color: red;
}
.SDTestEmail .Attention{
	display: none;
}

.SDTestEmail .butSDTNextAnywey{
	
	display:none;
	background: linear-gradient(to top, #ff8f04, #f7e776);
    color: #000;
	padding: 4px 8px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	border: solid 1px #9a9a9a;
	margin: 5px 0px;
	text-align: center;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5); 
}
.SDTestEmail .butSDTNextAnywey:hover{
	background: linear-gradient(to top, #21a3de, #ebeeef);
}
.SDTestEmail .Freebie{
	display: none;
	/*border: solid 1px #ccc;*/
	border: solid 8px #f79494;
    border-radius: 10px;
	/*box-shadow: 5px 5px 5px rgba(0,0,0,0.5); */
	padding: 6px;
	font-size: 14px;
	margin-top: 5px;
}
.SDTestEmail .Freebie a{
	padding: 4px 8px;
	background: linear-gradient(to top, #dcb011, #ffe79d);
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
	border-radius: 4px;
}



.JWait{
	position: fixed;
	top: 100px;
	left: 50%;
	width: 260px;
	height: 80px;
	margin-left: -130px;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5); 
}
.JWait .Line{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 220px;
	margin: auto;
	height: 20px;
	margin-top: 20px;
}
.JWait .Line .c{
	background: linear-gradient(to top, #14520d, #bdcebe);
	width: 20px;
	height: 20xp;
	border-radius: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,0.5); 
}
.JWait .Line .c.on{
	background: linear-gradient(to top, #1bad0a, #a9f3ad);
}

.JWait .Text{
	text-align: center;
	margin-top: 10px;
}
.no-answere{
  color: red;
  font-weight: bold;
}

.ViewBlog img{
	max-width: 100%;
	//max-height: 200px;
}
.ViewBlog img.min{
	max-width: 200px;
}

.ViewCMail{
	text-align: center;
	font-size: 18px;
}
/* Module Window */

.modwin{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
}
.modwin .mwin{
  width: 320px;
  height: 380px;
  background: #fff;
  margin: auto;
  margin-top: -180px;;
  position: relative;
  top: 50%;
  padding-top: 50px;

}
.modwin .mwin .rq{
  text-align: center;

}
.modwin .mwin .rq img{
  max-width: 100%;
  max-height: 100%;
}

.modwin .close{
  width: 40px;
  height: 40px;
  background: url(img/close_black_thin.png);
  background-size: contain;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;

}

a.butVB{
  display: block;
  width: 280px;
  margin: auto;
  background: #8f5db7;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 4px;
}




.frmFeedback{
  border: solid 1px #0099FF;
  border-radius: 5px;
  padding: 10px;
  width: 320px;

}
.frmFeedback .inputtext{
  border-radius: 4px;
  border: solid 1px #999999;
}

.frmFeedback input{
  width: 202px;
  height: 24px;
  line-height: 24px;
}
.frmFeedback select{
  width: 205px;
  height: 24px;
  line-height: 24px;
}

.frmFeedback textarea{
  height: 100px;
  width: 200px;
}
.frmFeedback p{
  position: relative;
}

.frmFeedback label{
  display: inline-block;
  width: 80px;
  float: left;
}
.frmFeedback button{
  background: #0099FF;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 16px 10px 16px;
  cursor: pointer;
}

/* DONAT */



.donat{
	border-radius: 5px;
	border: solid 1px #aaa;
	width: 100%;
	color: #000;
}
.donat .donat-w{
	padding: 5px;
	text-align: center;
}
.donat p{
  font-style: italic;
  margin: 0px 0px 2px 0px;
}
@media(max-width: 900px){
	
}

.donat button{
	color: #fff;
	background: #00abf0;
	border: none;
	border-radius: 5px;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	cursor: pointer;
	font-size: 18px;
}
.donat .button{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
.donat .button a{
	color: #fff;
	background: #00abf0;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	display: block;
	text-decoration: none;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin: 5px 5px 5px 0px;
	padding: 0px 10px;
}
.donat .tabs{
	height: 51px;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	box-shadow: 0 5px 10px rgba(0,0,0,0.5); 
	
}
.donat .tabs .button{
	float: left;
	height: 45px;
	line-height: 45px;
	margin-top: 5px;
	border: solid 1px #888;
	width: 200px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px 4px 0px 0px;
}
.donat .InputText{
	height: 30px;
    line-height: 30px;
    text-indent: 10px;
    border: solid 1px #888;
    width: 200px;
    border-radius: 0px;
}
.donat .tabs #Fondy{
	background: url(img/Fondy.jpg)center no-repeat;
}
.donat .tabs #PayPal{
	background: url(img/Paypal.jpg)center no-repeat;
}
.donat .tabs #Tinkoff{
	background: url(img/tinkoff.jpg)center no-repeat;
}

.donat .tabs #Privat24{
	background: url(img/PrivatBank.png)center no-repeat;
	background-size: contain;
}
.donat .tabs .Activ{
	height: 50px;
	line-height: 50px;
	margin-top: 0px;
}
.donat .SysDonat .win{
	margin-top: 15px;
	display: none;
	padding-bottom: 10px;
	min-height: 100px;
	
}
.donat .SysDonat .Activ{
	display: block;
}

.donat .SysDonat #PayPal form{
	margin-right: 5px;
	margin-bottom: 10px;
}
.donat .SysDonat #Fondy button{
	margin-bottom: 10px;

	margin-right: 5px;
}

.donat .SysDonat #Tinkoff .frm{
	overflow: hidden;
	width: 100%;
}
.donat .FormsDonate{
	display: flex;
	align-items: center;
	justify-content: center;
}
.donat .FrmInput{
	width: 300px;
	height: 140px;
	margin: 0px 10px;
	border: solid 1px #aaa;
	padding: 4px;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4);
	float: left;	
}

.donat .FrmInput .title{
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #444;
}
.donat .FrmInput .Row{
	margin: 10px 0px;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	
}
.donat .FrmInput .Row .Cur{
	height: 42px;
	line-height: 42px;
	width: 60px;
	text-align: center;
	background: #ccc;
	color: #444;
	font-size: 22px;
	border-radius: 0px 6px 6px 0px;
}
.donat .FrmInput .Row .InputText{
	width: 230px;
	font-size: 20px;
	padding: 0px;
	text-indent: 10px;
	height: 40px;
	line-height: 40px;
	border-radius: 6px 0px 0px 6px ;
}

.donat .FrmInput button.butSubmit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(to top, #00b7ff, #8ad7f5);
}

.donat .FormFondy{
	width: 450px;
	border: solid 1px #aaa;
	padding: 10px;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.4); 
	float: left;
}
.donat .FormFondy .Row{
	overflow: hidden;
	margin: 5px 0px;
}
.donat .FormFondy .Price .Amouth{
	width: 350px;
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 26px;
	color: #59C341;
	font-weight: bold;
	
}
.donat .FormFondy .Cur{
	width: 86px;
	float: left;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #ccc;
	font-size: 22px;
	color: #444;
}
.donat .FormFondy .VM{
	width: 105px;
	height: 34px;
	margin: auto;
	background: url(img/card.png)no-repeat;
}
.donat .FormFondy .Row.Card input, .donat .FormFondy .Row.UN input{
	width: 430px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-indent: 10px;
}
.donat .FormFondy .Row .col{
	width: 30%;
	float: left;
	margin-right: 5px;
}
.donat .FormFondy .Row .col.date{
	width: 200px;
}
.donat .FormFondy .Row .col.date input{
	width: 40px;
}
.donat .FormFondy .Row .col.date span{
	font-size: 28px;
	color: #aaa;
}
.donat .FormFondy .Row .col.cvv{
	width: 100px;
}
.donat .FormFondy .Row .col input{
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
}

.donat .FormFondy .Row .col.cvv input{
	width: 60px;
}
.donat .FormFondy .butSubmit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(to top, #59C341, #87ec72);
	margin-top: 10px;

}
.donat .FormFondy .lbl{
	font-size: 11px;
}
.donat .FormFondy .lbl_nv{
	font-size: 11px;
	color: red;
	display: none;
}
.donat .FormFondy .lbl_nv.view{
	display: block;
}
@media(max-width: 500px){
	.donat .tabs.count-1 .button{
		width: 100%;
	}

	.donat .FrmInput{
		width: calc(100% - 15px);
		height: auto;
		margin: 0px;
	}
	.donat .FrmInput .Row{
		justify-content: center;
	}

	.donat .button a{
		width: calc(50% - 25px);
	}

	.donat .button a:nth-child(2){
		order: 3;
	}
	.donat .button a:nth-child(4){
		order: 4;
	}



	
}



.ViewOrder{
	text-align: center;
}
.ViewOrder .ImgOk{
	width: 100px;
	height: 100px;
	margin: auto;
	background: url(img/ok.png);
}
.ViewOrder p{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
.ViewOrder .pc{
	color: green;
	font-size: 18px;
	font-weight: bold;
}
.ViewOrder .Paypal{
	background: url(img/Paypal.jpg)center no-repeat;
	height: 52px;
	width: 200px;
	margin: auto;
}
.ViewOrder .Fondy{
	background: url(img/Fondy.jpg)center no-repeat;
	height: 52px;
	width: 200px;
	margin: auto;
}
/*********************************************/
.blog-title{
	min-height: 60px;
	padding-bottom: 18px;
}
.blog-title span{
	position: relative;
	top: 14px;
	/*display: block;
	padding-left: 35px;
	background: url(../img/logo.png) no-repeat 0px 0px;*/

}
.blog-title img{
	width: 65px;
	float: left;
}
/*********************************************/

.Attention{
	font-weight: bold;
	color: red;
}



.ViewError{
	text-align: center;
	font-size: 22px;
	color: red;
	border: solid 8px #f79494;
	border-radius: 10px;
	padding: 15px 0px;
}

@media(max-width: 960px){
	.Attention{
		text-align: center;
	}
	.ViewError{
		text-align: center;
	}
}

/*********Form Poll*********/
.FormPoll{
	margin: 10px 0px;
	border-radius: 5px;
    border: solid 1px #aaa;
    padding: 25px 0px 10px 0px;
	width: 100%;
}
.FormPoll .title{
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	line-height: 25px;
}
.FormPoll .Assessment{
	overflow: hidden;
	width: 700px;
	margin: auto;
	margin-top: 12px;
	margin-bottom: 8px;
	height:45px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.FormPoll .star{
	width: 40px;
	height: 40px;
	background: url(img/star.png);
	background-size: cover;
	cursor: pointer;
	margin: 0px 8px;
}
.FormPoll .star.activ{
	background: url(img/star_activ.png);
	background-size: cover;
}
.FormPoll .detail{
	display: none;
}

.FormPoll textarea{
	width: 90%;
	margin: auto;
	height: 80px;
	font-size: 18px;
	display: block;
}
@media(max-width: 700px){
	.FormPoll .Assessment{
		width: 100%;
	}
	.FormPoll .star{
		width: 20px;
		height: 20px;
		margin: 0px 4px;
	}
	.FormPoll textarea{
		width: 88%;
	}
}
@media(max-width: 400px){
	.FormPoll .Assessment{
		height:20px;
	}
}
.FormPoll .buttom{
	color: #fff;
    background: #00abf0;
    border: none;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    cursor: pointer;
    font-size: 18px;
	width: 100px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}
.FormPoll .Step-2 img{
	height: 80px;
}
.FormPoll .Step-2, .FormPoll .Step-3{
	display: none;
}

.PageNotFound{
	text-align: center;
}
.PageNotFound img{
	margin: 10px;
	max-width: 100%;
}
.PageNotFound h1{
	font-size: 26px;
	font-weight: bold;
}
.PageNotFound .Text{
	font-size: 18px;
	font-weight: 800;
	line-height: 30px;
}
.MenuBranch{
	padding: 0px 5px;
}
.MenuBranch ul{
	list-style: none;
	padding: 0px;
	max-width: 100%;
}
.MenuBranch ul ul{
	padding-left: 40px;
}
.MenuBranch li{
	display: block;
	/*width: 100%;*/
	background: #e6e5e5;

	
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5); 
	border-radius: 30px;
	font-weight: 100;
	font-size: 16px;
	margin: 10px 0px;
	cursor: pointer;
	text-indent: 25px;
	-moz-transition: background 2s ;
	-ms-transition: background 2s ;
	-o-transition: background 2s  ;
	-webkit-transition: background 2s  ;
	transition: background 2s ;
}
.MenuBranch li:hover{
	color: #fff;
	background: #2F6776;
}
.MenuBranch li:hover a{
	color: #fff;
}
.MenuBranch a{
	text-decoration: none;
	display: block;
	padding: 10px;
}

/******************************************************/
/****StyleElement***/
.seChk{
	float: left;
	width: 50px;
	height: 28px;
	background: #ccc;
	border: solid 1px #7f7f7f;
	border-radius: 16px;
	cursor: pointer;
	position: relative;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
.seChk .circle{
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: #fff;
	border: solid 1px #7f7f7f;
	position: absolute;
	top: -1px;
	left: 0px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
}
.seChk.Active{
	background: #13a2ce;
}
.seChk.Active .circle{
	right: 0px;
	left: auto;
}
/******************************************************/

/******************************************************/
/*Advertising Info For Page Result*/
.AInfo{
	width: 100%;
	padding: 8px 0px;
	/*background: linear-gradient(to top, #ff2f00, #f9be65);*/
	border: solid 1px #333;
	border-radius: 6px;
}
.AInfo p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px;
}
.AInfo .buttons{
	display: flex;
	align-items: center;
	justify-content: center;
}
.AInfo .buttons a{
	margin: 5px 5px;
	text-decoration: none;
	border-radius: 20px;
}
@media(max-device-width: 1000px){
	/*.AInfo p{
		font-size: 10px;
	}*/
	.AInfo .buttons a{
		display: block;
		width: 100%;
		margin: 5px 5px;
		text-align: center;
		font-size: 28px;
		padding-top: 0px;
		padding-bottom: 5px;
	}
}
/******************************************************/
.WinModFailedSender{
	border-radius: 4px;
	background: red;
	border-color: solid 2px #000;
	position: fixed;
	bottom: -200px;
	/*top: 180px;*/
	left: 50%;
	width: 760px;
	height: 320px;
	margin-left: -315px;
	display: none;
	padding-bottom: 10px;
}
.WinModFailedSender .Text{
	margin-top: 22px;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: yellow;
	padding: 0px 10px;
	text-align: center;
}
.WinModFailedSender .Close{
  width: 22px;
  height: 22px;
  background: url(img/close.png);
  background-size: contain;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
}
/******************************************************/
.CurrencySelect {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
	margin-top: 5px;
}
.CurrencySelect label {
    font-size: 12px;
    margin-top: 3px;
    margin-right: 4px;
}
.CurrencySelect .cur {
    font-size: 11px;
    border: solid 1px #aaa;
    cursor: pointer;
    margin-right: 2px;
    padding: 2px;
    background: #dcdcdb;
}
.CurrencySelect .cur.Active {
    background: linear-gradient(to top, #040404, #c1c1c1);
	color: #fff;
}

@media(max-device-width: 1000px){
	.CurrencySelect{
		justify-content: center;
	}
	
	.CurrencySelect label {
		display: none;
	}
	.CurrencySelect .cur {
		font-size: 14px;
		border: solid 1px #aaa;
		cursor: pointer;
		margin: 0px 10px;
		padding: 8px;
		background: #dcdcdb;
	}
}
@media(max-device-width: 400px){
	.CurrencySelect .cur {
		font-size: 18px;
		padding: 10px;
		margin: 0px 5px;
	}
	/*.CurrencySelect{
		justify-content: center;
	}
	.CurrencySelect .cur{
		min-width: 110px;
		margin: 10px 5px;
		text-align: center;
	}*/
}
/******************************************************/



/******************************************************/

.PayCard{

}
.PayCard img{
	width: 80px;
	
}

/******************************************************/
.ViewCreateIFrame .row{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 10px;
}
.ViewCreateIFrame  textarea{
	width: 100%;
	min-height: 100px;
}
.ViewCreateIFrame .butCreate{
	background: linear-gradient(to top, #21a3de, #ebeeef);
	line-height: 28px;
	height: 28px;
	padding: 0px 20px;
	cursor: pointer;
	margin-left: 10px;
}
.ViewCreateIFrame label{
	line-height: 28px;
	height: 28px;
	margin-right: 10px;
}
.ViewCreateIFrame .RowListLang{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border: solid 1px #ddd;
}
.ViewCreateIFrame .RowListLang .option{
	padding: 0px 8px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	border-right: solid 1px #ddd;
}
.ViewCreateIFrame .RowListLang .option.active{
	background: linear-gradient(to top, #15a6ea, #fff);
	color: #000;
}
/******************************************************/
.WinModal-FeedbackGrammaticalErrors{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -230px;
	width: 460px;
	min-height: 350px;
	background: #fff;
	padding: 15px;
	border: solid 1px #aaa;
	border-radius: 5px;
	display: none;
	z-index: 10000;
}
.WinModal-FeedbackGrammaticalErrors .Close{
	position:absolute;
	top: 5px;
	right: 5px;
	font-size: 30px;
	cursor: pointer;
}
.WinModal-FeedbackGrammaticalErrors .title{
	font-weight: bold;
	font-size: 20px;
	
}
.WinModal-FeedbackGrammaticalErrors .txtSelection{
	color: red;
	padding: 10px;
	border: solid 1px #aaa;
	border-radius: 5px;
	margin: 10px 0px;
	font-size: 16px;
}
.WinModal-FeedbackGrammaticalErrors textarea{
	width: 100%;
	min-height: 150px;
	border-radius: 5px;
}
.WinModal-FeedbackGrammaticalErrors .Buttons{
	display: flex;
	justify-content: space-evenly;
}
.WinModal-FeedbackGrammaticalErrors .Buttons>div{
	border: solid 1px #aaa;
	padding: 6px 25px;
	margin: 25px 0px;
	cursor: pointer;
	background: linear-gradient(to top, #dadada, #ffffff);
}
.WinModal-FeedbackGrammaticalErrors .lable{
	margin: 8px 0px;
}
.WinModal-FeedbackGrammaticalErrors .email input{
	border-radius: 3px;
	padding: 5px;
	width: 440px;
}



.WinModal-SiteRedirect{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -80px;
	margin-left: -165px;
	width: 300px;
	min-height: 160px;
	background: #fff;
	padding: 15px;
	border: solid 1px #aaa;
	border-radius: 5px;
	z-index: 10000;
}
.WinModal-SiteRedirect .WinWrapper{
	padding: 15px;
}
.WinModal-SiteRedirect .WinText{
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.WinModal-SiteRedirect .WinButtons{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.WinModal-SiteRedirect .WinButtons .but{
	background: linear-gradient(to top, #969595, #e6e5e5);
	border: solid 1px #908a8a;
	color: #000;
	border-radius: 4px;
	font-weight: 500;
	font-size: 20px;
	cursor: pointer;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.TriffDetail .ListTime .row.poll-shop-row .name{
	display: flex;
	align-items: center;
	font-weight: bold;
	margin-left: 10px;
}
.TriffDetail .ListTime .row.poll-shop-row .name  a{
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/**********Tariffs Tible***********/
@media (min-width: 900px){
.TriffTabs{
	overflow: hidden;
}
.TriffTabs .Tab{
	width: 14.2%;
	float: left;
	color: #d0cdcd;
	/*border: solid 1px #d5d8da;*/
	border-bottom: none;
	height: 50px;
	max-height: 50px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-top: 30px;
	/*border-radius: 5px 5px 0px 0px;*/
	background: #4a4a4a;
	box-shadow: inset 0 10px 20px rgba(255,255,255,0.7);
}
.TriffTabs .title{
	margin-top: 10px;
}
.TriffTabs .Tab.Select{
	color: #e4e4e4;
	background: #222;
	height: 55px;
	max-height: 55px;

	margin-top: 25px;
	
}
.TriffTabs .Tab .Price{
	font-size: 11px;
}
.TriffDetail{
	width: 100%;
	border-top: solid 1px #d5d8da;
	background: #000;
	color: #d0cdcd;
	box-shadow: inset 0px 10px 20px rgba(255,255,255,0.5);
}
.TriffDetail a{
	color: #d0cdcd;
}
.TriffDetail .Detail{
	display: none;
}
.TriffDetail .Detail .title{
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #fff;

	margin: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #d5d8da;
}

.TriffDetail .Detail .title-list{
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: solid 1px #d5d8da;
}
.TriffDetail .Detail .title-list .level{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.TriffDetail .Detail .title-list .item{
	padding: 2px 8px;
	cursor: pointer;
}
.TriffDetail .Detail .title-list .item.active{
	background: linear-gradient(to top, #040404, #8f8f8f);
}
.TriffDetail .Detail .title-list .item:hover{
	background: linear-gradient(to top, #4a4a4a, #727272);
}
.TriffDetail .Detail .title-list .lvl-0{
	font-size: 30px;
	font-weight: 700;
}

.TriffDetail .Detail .title-list .lvl-1{
	font-size: 26px;
	font-weight: 700;
}

.TriffDetail .Detail .title-list .lvl-1{
	font-size: 16px;
}

.TriffDetail .Detail .wrapper{
	padding: 40px 0px 60px 0px;
	width: 850px;
	margin: auto;
	
}

.TriffDetail .Detail .TariffDesc{
	display: none;
}
.TriffDetail .Detail .TariffDesc.active{
	display: block;
}

.TriffDetail .Detail.Select{
	display: block;
}

.TriffDetail .ListTime .row{
	min-height: 80px;
	border: solid 1px #545452;
	border-radius: 4px;
	padding: 5px;
	margin-top: 10px;
	box-shadow: inset 0px 0px 10px rgba(255,255,255,0.5);
	display: flex;
	justify-content: space-between;
}
.TriffDetail .ListTime .row.poll-shop-row{
  height: auto;
  display: block;
}

.TriffDetail .ListTime .row .cell-info .cell-info-row{
	display: block;
}
.TriffDetail .ListTime .row .cell-info .cell-info-row .cell-info-row-left{
	display: block;
}

.TriffDetail .ListTime .row  .cell-info-row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.TriffDetail .ListTime .row .cell-info-row .cell-info-row-left{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.TriffDetail .ListTime .row .cell-info-row .cell-info-row-right{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.TriffDetail  .poll-shop-row .poll-description{
	font-size: 12px;
	font-size: 12px;
	margin: 10px 0px 8px 10px;
}


.TriffDetail .ListTime{
	margin-top: 10px;
}

.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; 
	font-size: 28px;
	font-weight: bold;
	color: #fba233;
	width: 180px;
}
.TriffDetail .date{
	margin: 25px 10px;
	font-size: 20px;
	width: 160px;
	
}
.TriffDetail .desc{
	width: 400px;
	height: 62px;
	/*line-height: 62px;*/
	margin-top: 10px;
	color: #fff;
	background: #333;
	border-radius: 2px;
	display: table;
}
.TriffDetail .desc p{
	/*white-space: pre;*/
	margin-top: 8px;
	line-height: 25px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 14px;
}
.TriffDetail .InfoText{
	position: relative;
	
}
.TriffDetail .TriffList{
	width: 960px;
}
.TriffDetail .PreviewImage{
	width: 150px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	left: 1020px;
	top: 15px;
}
.TriffDetail .PreviewImage img{
	max-width: 100%;
	
}
.TriffDetail a.buy{
	display: block;
	color: #000;
	float: left;
	font-size: 20px;
	font-weight: bold;
	transition: all .2s linear;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efd58d), color-stop(1, #b57d16));
	border-radius: 4px;
	width: 160px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	margin-left: 100px;
	margin-top: 20px;
}
.TriffDetail a.buy:hover{
	    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f2b8), color-stop(1, #b1ac11));
}

.TriffDetail .InfoText.ytVideo{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.TriffDetail .InfoText.ytVideo .TriffList{
	max-width: 550px;
}

}

@media (max-width: 900px){
.TriffTabs{
	overflow: hidden;
	margin-top: 20px;
	font-size: 14px;
}
.TriffTabs .Tab{
	width: 100%;
	color: #d0cdcd;
	/*border: solid 1px #d5d8da;*/
	border-bottom: none;
	height: 50px;
	max-height: 50px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	/*margin-top: 30px;*/
	/*border-radius: 5px 5px 0px 0px;*/
	background: #4a4a4a;
	box-shadow: inset 0 10px 20px rgba(255,255,255,0.7);
}
.TriffTabs .title{
	/*margin-top: 10px;*/
}
.TriffTabs .Tab.Select{
	color: #e4e4e4;
	background: #222;
	height: 55px;
	max-height: 55px;

	/*margin-top: 25px;*/
	
}
.TriffTabs .Tab .Price{
	font-size: 11px;
}
.TriffDetail{
	width: 100%;
	border-top: solid 1px #d5d8da;
	background: #000;
	color: #d0cdcd;
	box-shadow: inset 0px 10px 20px rgba(255,255,255,0.5);
}
.TriffDetail .Detail{
	display: none;
}
.TriffDetail .Detail .title{
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #fff;

	margin: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #d5d8da;
}
.TriffDetail .Detail .wrapper{
	padding: 40px 0px 60px 0px;
	/*width: 800px;
	margin: auto;*/
	
}
.TriffDetail .Detail.Select{
	display: block;
}

.TriffDetail .ListTime .row{
	/*height: 80px;*/
	border: solid 1px #545452;
	border-radius: 4px;
	/*padding: 5px;
	margin-top: 10px;*/
	box-shadow: inset 0px 0px 10px rgba(255,255,255,0.5);
	text-align: center;
}
.TriffDetail .ListTime{
	margin-top: 10px;
}
.TriffDetail .ListTime .row>div{
	/*float: left;*/
}
.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 0px 0px 0px; 
	font-size: 30px;
	font-weight: bold;
	color: #fba233;
	
}
.TriffDetail .date{
	margin: 25px 0px;
	font-size: 20px;
	
}
.TriffDetail .desc{
	/*width: 400px;
	height: 62px;*/
	line-height: 30px;
	margin-top: 10px;
	color: #fff;
	background: #333;
	border-radius: 2px;

	text-align: center;
}
.TriffDetail .desc p{
	white-space: pre-wrap;
	line-height: 25px;
	padding-left: 20px;

}
.TriffDetail .InfoText{
	position: relative;
	/*height: 140px;*/
}
.TriffDetail .TriffList{
	/*width: 960px;*/

}
.TriffDetail .PreviewImage{
	width: 150px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	right: 15px;
	top: 15px;

}
.TriffDetail .PreviewImage img{
	max-width: 100%;
	
}
.TriffDetail a.buy{
	display: block;
	color: #000;
	float: left;
	font-size: 20px;
	font-weight: bold;
	transition: all .2s linear;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efd58d), color-stop(1, #b57d16));
	border-radius: 4px;
	width: 160px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	margin-left: 100px;
	margin-top: 20px;
}
.TriffDetail a.buy:hover{
	    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f2b8), color-stop(1, #b1ac11));
}
.TriffDetail .ListTime .row.poll-shop-row{
	text-align: center;
	display: block;
}
.TriffDetail .ListTime .row.poll-shop-row .name{
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
	font-size: 24px;
	display: block;
}
.TriffDetail .ListTime .row.poll-shop-row .name  a{
	margin-left: 0px;
	color: #fff;
	display: block;
}
	
}



.package_services .Row{
	height: 40px;
}
.package_services .Row .Name{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	
}
.package_services .Row .seChk{
	margin-top: 5px;
	margin-right: 20px;
}
@media (min-width: 700px){
	.BarInfo{
		background: #0099FF;
		border-radius: 20px;
		color: #fff;
		font-size: 14px;
		overflow: hidden;
		
	}
	.BarInfo .cell{
		width: 33%;
		float: left;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-left: solid 1px #fff;
	}
	.BarInfo .cell:first-child{border: none;}
	
	/******************************************************/
	.BarInfoCN{
		background: #e6602f;
		border-radius: 20px;
		color: #fff;
		font-size: 14px;
		overflow: hidden;
		
	}
	.BarInfoCN .cell{
		width: 33%;
		float: left;
		height: 30px;
		line-height: 30px;
		text-align: center;
		border-left: solid 1px #fff;
	}
	.BarInfoCN .cell:first-child{border: none;}
}

/******************************************************/

@media (max-width: 900px){
	
	.site-title h1, .site-title span{
		font-size: 16px;
	}
	
	.Question-Text{
		font-size: 20px;
		margin: 5px 0px;
	}
	.workspace{
		margin-top: 105px;
		padding: 0px 10px;
	}
	.ViewTest .TestStep{
		margin-top: 4px;
		height: 14px;
	}
	.position-answer{
		padding: 0px 0px 10px 0px;
		overflow-y: scroll;
	}
	.test-regulations{
		display: none;
	}
	.title-answer{
		font-size: 14px;
		margin-bottom: 0px;
		background: #fff;
		padding: 0px;
		color: #908f8f;
		font-weight: 300;
		box-shadow: none;
	}
	/*ul.List-Answers{
		padding-bottom:50px;
	}*/
	ul.List-Answers li{
		font-size: 14px;
		text-align: center;
		margin: 5px 0px;
		padding: 5px;
		color: #000;
		border-radius: 5px;
	}
	.List-Select-Answers .butSelectAnswer{
		font-size: 14px;
		color: #000;
	}

	.TestButtonNext{
		margin-top: 0px;
	}
}
@media (max-width: 600px) and (min-width: 400px){
	.menu-bottom ul{
		width: 50%;
		text-indent: 30px;
	}
	
}
@media (max-width: 700px){
	.BarInfo{
		
		padding-bottom: 10px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		
	}
	
	
	.BarInfo .cell{
		width: 50%;
		margin: 5px 0px;
		background: #0099FF;
		border-radius: 20px;
		color: #fff;
		font-size: 14px;
		

		height: 30px;
		line-height: 30px;
		text-align: center;

	}
	.BarInfo .cell:first-child{
		width: 100%;
	}
	
	.BarInfoCN{
		padding-bottom: 10px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		
	}
	.BarInfoCN .cell{
		width: 50%;
		margin: 5px 0px;
		background: #e6602f;
		border-radius: 20px;
		color: #fff;
		font-size: 14px;
		

		height: 30px;
		line-height: 30px;
		text-align: center;
	}
	.BarInfoCN .cell:first-child{
		width: 100%;
	}

}
@media (max-width: 400px){
	/*.BarInfo .cell{
		width: 100%;
	}
	.BarInfoCN .cell{
		width: 100%;
	}*/
}
@media (max-width: 480px){
	
	
	header{
		padding: 4px 0px;
	}
	header .w{
		padding: 4px;
	}
	.header-top .left img{
		width: 50px;
		/*position: absolute;*/
		top: -4px;
		left: -5px;
	}

	.workspace{
		margin-top: 82px;
	}

	.site-title{
		
		
	}

	.site-title h1, .site-title span, .site-title a{
		font-size: 14px;
		font-weight: normal;

		line-height: 16px;
		
	}
	.menu-bottom ul{
		width: 100%;
		text-align: center;
	}
	

	.List-Select-Answers .butSelectAnswer{
		margin: 0px 0px 2px 0px;
	}
	.header-description{
		font-size: 4px;
	}
	.header-description span{
		font-size: 4px;
	}
	.header-top .site-logo{
		width: 40px;
		height: 40px;
		margin-top: 5px;
	}

	.Question-Text{
		font-size: 18px;
	}


}

/******************************************************/
@media (min-width: 1000px){
	.workspace{
		min-height: calc(100vh - 350px);
	}
}
/******************************************************/
/******************************************************/

.button-scroll-top{
	display: none;
	position: fixed;
	right: 5px;
	bottom: 70px;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	border: solid 1px #989696;
	background: rgba(0,0,0,0.3);
	color: #000;
	text-align: center;
	line-height: 64px;
	cursor: pointer;
	font-size: 55px;
	font-weight: bold;
	z-index: 5000;
}
/******************************************************/
.PageLogin{
	min-height: 400px;
}
.registration, .EnterNewPassword, .login, .RestorePassword{
	border: solid 1px #aaa;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	background: #f1f1f1;
}
.registration a, .EnterNewPassword a, .login a, .RestorePassword a{
	color: #327081;
	text-decoration: none;
}
.registration a:hover, .EnterNewPassword a:hover, .login a:hover, .RestorePassword a:hover{
	text-decoration: underline;
}
.login{
  position: relative;
  top: 100px;
  width: 300px;
  margin: auto;

  height: 250px;
  
  
}
.login.Invalid{
	height: 290px;
}


.login .row{
	width: 280px;
	margin: auto;
	/*padding-top: 20px;*/
	padding: 10px 0px;
	min-height: 40px;
}
.login .row.l{
	padding: 0px;
	text-align: center;
}

.login .row input[type="text"], input[type='password'], .registration input[type="text"] , .RestorePassword input[type="text"]{
	font-size: 16px;


	border-radius: 6px;
	max-width: 240px;
	padding: 6px;
	border: solid 1px #aaa;
	background: #fff;
}
.login .row button, .registration button, .EnterNewPassword button, .RestorePassword .row button{
	font-size: 18px;
	font-weight: normal;
	padding: 8px 20px 8px 20px;
	cursor: pointer;
	border-radius: 6px;
	border: none;
	background: #327081;
	color: #fff;
	/*box-shadow: 2px 2px 5px rgba(0,0,0,0.4);*/
}

/*.login .row a {
    color: #327081;
}*/
.login .MesInvalid{
	text-align: center;
	color: red;
	font-size: 16px;
	padding-top: 6px;
	width: 280px;
	margin: auto;
}
.RowSN{
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.RowSN a{
	display: block;
	width: 32px;
	height: 32px;
	margin: 0px 5px;
}
@media(max-width: 960px){
	.RowSN{
		justify-content: space-between;
		padding: 5px 35px 5px 35px;
	}
	.RowSN a{
		width: 40px;
		height: 40px;
		margin: 0px 0px;
	}
	.login{
		height: 280px;
	}
}

.RowSN a.ButLinkedin{
	background: url(img/LinkedIn_logo_32.png)no-repeat;
	background-size: cover;
}
.RowSN a.ButFacebook{
	background: url(img/facebook_logo_32.png)no-repeat;
	background-size: cover;
}
.RowSN a.ButVK{
	background: url(img/Vk_Logo_32.png)no-repeat;
	background-size: cover;
}
/***************************/
.login .LogoLinkedin{
	width: 80px;
	height: 80px;
	margin: auto;
	background: url(img/LinkedIn_logo.png)no-repeat;
	background-size: cover;
}
.login h3{
	text-align: center;
	margin: 0px;
}
.login.EnterLinkedin a.ButtonEnter{
	display: block;
	text-decoration: none;
	width: 100px;
	height: 40px;
	margin: auto;
	line-height: 40px;
	border-radius: 6px;
	color: #fff;
	background: linear-gradient(to top, #0274b3, #65b6e2);
	text-align: center;
}
/***************************/
.lbl_free_reg{
	text-align: center;
	font-size: 14px;
	position: relative;
	top: 70px;
}

.registration button, .EnterNewPassword button{
	margin-left: 0px;
}

.iconMail{
	width: 22px;
	height: 22px;
	background: url(img/icon-mail.png)no-repeat center;
	background-size: cover;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
.iconPass{
	width: 22px;
	height: 22px;
	background: url(img/icon-password.png)no-repeat center;
	background-size: cover;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

.login .LReg, .login .LRP{
	display: block;
	font-size: 12px;
	text-decoration: none;
	margin-top: 5px;
}

@media(max-width: 960px){
	.login .LReg, .login .LRP{
		font-size: 16px;
	}
	
}
/*.login .LReg:hover, .login .LRP:hover{
	text-decoration: underline;
}*/

.RestorePassword{
  position: relative;
  top: 100px;
  width: 300px;
  margin: auto;
  height: 250px;
}


.RestorePassword .row{
	width: 280px;
	margin: auto;
	padding-top: 20px;
	height: 40px;
}
.RestorePassword .row.text{
	font-size: 14px;

}
.RestorePassword .row input[type="text"]{
	font-size: 18px;


	border-radius: 6px;
	width: 260px;
	padding: 6px;
}
/*.RestorePassword .row button{
	font-size: 18px;
	font-weight: bold;
	padding: 8px 20px 8px 20px;
	cursor: poiner;
	border-radius: 6px;
	border: none;
	background: #1070D1;
	color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.5); 
	margin: auto;
}*/

.RestorePassword .row a{
	text-align: center;
}


.RestorePasswordSend{
  position: relative;
  top: 100px;
  width: 300px;
  margin: auto;

  height: 150px;
}


.RestorePasswordSend .row{
	width: 280px;
	margin: auto;
	padding-top: 20px;
	height: 40px;

	text-align: center;
}

.registration .MesInvalid{
	font-size: 12px;
	color: red;
	font-style: italic;
}

.registration, .EnterNewPassword{
  position: relative;
  top: 100px;
  width: 300px;
  margin: auto;

  background-size: contain;

  padding: 10px 0px;
}
.registration table{
	text-align: center;
}
.registration input{
	width: 100%;
}
.registration button{
	margin: 10px auto;
}
@media (max-width: 450px){
	.registration table td{
		padding: 5px 0px;
	}
	/*.registration, .EnterNewPassword{
		width: 95%;
	}
	.registration table, .EnterNewPassword table{
		display: block;
		text-align: center;
	}
	.registration tbody, .EnterNewPassword tbody{
		display: block;
		text-align: center;
	}
	.registration table tr, .EnterNewPassword table tr{
		display: block;
		text-align: center;
	}
	.registration table td, .EnterNewPassword table td{
		display: block;
		text-align: center;
	}
	.registration input{
		text-align: center;
	}*/
}
.registration form, .EnterNewPassword form{
  /*border: solid 1px #0099FF;
  border-radius: 10px;"*/
}
.registration form table, .EnterNewPassword form table{
  margin: 10px auto;

}

.registration p, .login p{
	text-align: center;
}
/*******************Blog********************/
.Blog{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.Blog .Item{
	text-align: center;
	margin: 15px 0px;
	border-radius: 4px;
	padding: 0px;
}
.Blog .Item .post-cell{
	width: calc(100% - 10px);
	height: 100%;
	display: flex;

	flex-direction: column;
	justify-content: space-between;
}

.Blog .Item .item-image{
	overflow: hidden;
}


.Blog .Item img{
	width: 100%;
	min-height: 100%;
}
.Blog .Item .item-title{
	font-weight: bold;
	font-size: 28px;
	text-decoration: none;
}
.Blog .Item a,.Blog .Item .tag-a{
	text-decoration: none;
}
.Blog .Item  .item-text{
	font-size: 18px;
}
/*******************************************/
.blog-date{
	margin: 10px 0px;
	font-weight: bold;
	color: #b37606;
}
/*******************************************/
.blog-author{
	border-top: solid 1px #8d8d8d;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	padding: 15px 0px;
}

.blog-author .author-photo{
	width: 80px;
	margin-right: 15px;
}
.blog-author .author-photo img{
	max-width: 100%;
	border-radius: 100%;
	width: 80px;
	height: 80px;
}
.blog-author .blog-author-name{
	font-weight: bold;
	margin-bottom: 5px;
}

@media (max-width: 460px){
	.blog-author{
		justify-content: center;
	}
	.blog-author .author-decription{
		text-align: center;
	}
}
/*******************************************/
.RightExportIcon .select-filter-label {
    width: 150px;
    margin: 0px;
}
.RightExportIcon .select-filter-label .selectlist-lite .selectlist-lite-lbl .sl-label {
    max-width: 120px;
    padding: 0px;
    padding-left: 2px;
    min-height: 34px;
    word-wrap: break-word;
}
.RightExportIcon .select-filter-label .selectlist-lite .selectlist-lite-lbl {
    width: 150px;
    min-width: 100px;
}
/*******************************************/
.ViewBlog table.table-vuca-correlation .t-val .significant {
    background: #30af19;
    color: #fff;
    border-radius: 10px;
    padding: 3px 6px;
    min-width: 53px;
}

/*******************************************/

/*******************************************/

