*{
	margin:0;
	padding:0;	
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display: block;
}
a{
	outline:none;	
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {/* */
	border: none;
}

img{
	border:none;	
	max-width: 100%;
}
html{
	height: 100%;
}
body{
	font:14px 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#002165;
	background: #eeedf5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
main{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
footer{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: auto;
}
.container{
	width: 995px;
	padding:0 10px;
	margin:0 auto;
	min-width: 320px;
}
.header_top{
	background: #002165;
	height: 47px;
}
.header_menu{
	padding-top: 15px;
	float: left;
}
.header_menu ul{
	list-style-type: none;
}
.header_menu ul li{
	display: inline-block;
	margin-right: 28px;
}
.header_menu ul li:last-child{
	margin-right: 0px;
}
.header_menu ul li a{
	font-size: 15px;
	text-decoration: none;
	color:#7c85a5;
}
.header_menu ul li.active a, .header_menu ul li a:hover{
	color:white;
}
.header_bottom{
	padding-bottom: 32px;
	background: white;
}
header .logo{
	float: left;
	margin-top: 32px;
}
header .logo img{
	display: block;
	height:32px;
}
header .slogan{
	float: left;
	margin: 33px 0 0 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	height: 31px;
	border-left: 1px solid #6b7697;
	padding-left: 20px;
	font-size: 17px;
	color:#002165;
}
header .enter_block{
	float: right;
	margin-top: 28px;
}
.enter_link{
	text-decoration: none;
	color:white;
	width: 143px;
	height: 39px;
	line-height: 38px;
	font-size: 16px;
	background: #54a9eb;
	display: block;
	text-align: center;
	transition: 0.2s;
}
.enter_link:hover{
	background: #a53ca7;
	transition: 0.2s;
}
main{
	padding-top: 22px;
}
.tabs{
	position: relative;
	margin-bottom: 25px;
}
.tabs a{
	text-decoration: none;
	font-size: 19px;
	color:#7688b1;
	border-bottom: 1px dashed #b2bad3;
	margin-right: 27px;
}
.tabs a:last-child{
	margin-right: 0px;
}
.tabs a:hover, .tabs a.active{
	color:#002165;
	border-bottom: 1px solid transparent;
}
.content{
	display: none;
}
.content.active{
	display: block;
}
.main_block{
	width: 475px;
	float: left;
	background: white;
	padding:20px 20px 20px 20px;
	font-size: 16px;
	margin-bottom: 20px;
}
.main_block:nth-child(even){
	float: right;
}
.main_block div{
	margin-bottom: 10px;
}
.main_block div:last-child{
	margin-bottom: 0px;
}
.main_block .ttl{
	color:#7688b1;
}
.main_block .bottom{
	color:#313a5c;
}
.main_block span, .main_block a{
	color:#0066ff;
	text-decoration: none;
}
.main_block .btn{
	text-decoration: none;
	color:white;
	width: 150px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #54a9eb;
	transition: 0.2s;
	font-size: 16px;
	display: inline-block;
	margin-top: 10px;
}
.main_block .gray{
	color:#7688b1;
}
.main_block .btn:hover{
	transition: 0.2s;
	background: #a53ca7;
}
a:hover{
	cursor: pointer;
}
footer{
	padding:10px 0 30px 0;
	color:#7688b1;
	font-size: 16px;
}
footer a{
	color:#7688b1;
	text-decoration: none;
}
footer a:hover{
	color:#0066ff;
}

footer .copy{
	float: left;
}
footer .tg{
	float: right;
}
.main_block.wide{
	width: 100%;
	float: none;
}
main .title{
	font-size: 19px;
	margin-bottom: 25px;
}
main .title.central{
	text-align: center;
	margin-bottom: 27px;
}
.tabs.central{
	text-align: center;
	margin-bottom: 27px;
}
.tabs.central a{
	margin:0 13px;
}
.auth_form{
	width: 390px;
	margin:0 auto;
	max-width: 100%;
}
.auth_form input[type="text"], .auth_form input[type="email"], .auth_form input[type="password"], .auth_form input[type="tel"]{
	display: block;
	width: 100%;
	border:none;
	outline: none;
	height: 50px;
	margin-bottom: 30px;
	padding:0 17px;
	color:#002165;
	font:17px 'Roboto', sans-serif;
	-webkit-appearance:none;  
   -webkit-border-radius:0px;
}
.auth_form input[type="text"]:disabled, .auth_form input[type="email"]:disabled, .auth_form input[type="password"]:disabled, .auth_form input[type="tel"]:disabled{
	background: #d8dbe9;
	background:#d8dbe9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8dbe9));
    background: -o-linear-gradient(bottom, #d8dbe9 0%);
    background: -moz-linear-gradient(bottom, #d8dbe9 0%);
    background: -webkit-linear-gradient(bottom, #d8dbe9 0%);
    background: -ms-linear-gradient(bottom, #d8dbe9 0%);
    background: linear-gradient(to bottom, #d8dbe9 0%);
	color:#002165;
}
input::-webkit-input-placeholder { color: #7688b1; }
input:-ms-input-placeholder{ color: #7688b1; }
input::-ms-input-placeholder{ color: #7688b1; }
input::placeholder{ color: #7688b1; } 
.auth_form .btn{
	display: block;
	width: 100%;
	cursor: pointer;
	outline: none;
	color:white;
	font:17px 'Roboto', sans-serif;
	height: 50px;
	text-transform: uppercase;
	border:none;
	background: #54a9eb;
	margin-top: 0px;
	-webkit-appearance:none;  
   -webkit-border-radius:0px;


   background:#54a9eb;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #54a9eb));
    background: -o-linear-gradient(bottom, #54a9eb 0%);
    background: -moz-linear-gradient(bottom, #54a9eb 0%);
    background: -webkit-linear-gradient(bottom, #54a9eb 0%);
    background: -ms-linear-gradient(bottom, #54a9eb 0%);
    background: linear-gradient(to bottom, #54a9eb 0%);
}
.auth_form .btn.top{
	margin-top: 0px;
}
.auth_form .btn:hover{
	background: #a53ca7;
}
.auth_form{
	margin-bottom: 20px;
}
.forgot{
	text-align: center;
	margin-top: 28px;
}
.forgot a{
	font-size: 16px;
	color:#7688b1;
	text-decoration: none;
}
.forgot a:hover{
	color:#0066ff;
}
.lk_block{
	float: right;
	padding-top: 15px;
}
.lk_block a{
	font-size: 15px;
    text-decoration: none;
    color: #7c85a5;
    margin-left: 25px;
}
.lk_block a:hover{
	color:white;
}
.lk_block a:first-child{
	margin-left: 0px;
}
.balance_block{
	float: right;
	margin-top: 39px;
	font-size: 17px;
}
.balance_block a{
	color:#7688b1;
	text-decoration: none;
}
.balance_block a:hover{
	color:#0066ff;
}
.registered footer .copy{
	float: none;
	width: 100%;
	text-align: center;
}
.registered footer .tg{
	display: none;
}
.text_block{
	background: white;
	padding:20px;
	margin-bottom: 20px;
}
.text_block .ttl{
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 28px;
}
.text_block .ttl:first-child{
	margin-top: 0px;
}
.text_block p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 14px;
}
.text_block a{
	color:#0066ff;
}
.text_block a:hover{
	text-decoration: none;
}
.page404{
	padding-top: 58px;
	text-align: center;
	color:#c2c7da;
	padding-bottom: 20px;
}
.btn404{
	text-align: center;
	margin-top: 50px;
}
.btn404 .enter_link{
	display: inline-block;
	width: auto;
	padding:0 20px;
}
.page404 img{
	width: 370px;
	max-width: 80%;
}
.pop_title{
	font-size: 19px;
	margin-bottom: 18px !important;
}
.popup{
	width: 475px;
	max-width: 100%;
	margin-bottom: 0px;
}
.popup .btn{
	width: 110px;
	margin-right: 17px;
	margin-top: 10px;
}
.popup p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.popup p a{
	color:#0066ff;
	text-decoration: underline;
}
.popup p a:hover{
	text-decoration: none;
}
.popup input[type="text"]{
	width: 200px;
	height: 50px;
	background: #eeedf5;
	border:none;
	padding:0 17px;
	max-width: 100%;
	color:#002165;
	font:17px 'Roboto', sans-serif;
	margin-top: 10px;
	outline: none;
}
.popup input::-webkit-input-placeholder { color: #7688b1; }
.popup input:-ms-input-placeholder{ color: #7688b1; }
.popup input::-ms-input-placeholder{ color: #7688b1; }
.popup input::placeholder{ color: #7688b1; } 
.lk_block .balance_block{
	display: none;
}

.ps { 
	margin-top:20px; 
	text-align: center;
}



























































.clear{
	clear: both;
}
.cleared:after{
	content: '';
	display: block;
	clear: both;
}
.cbalink{
	display: none;
}



#buy_popup .buybtn{
	display: none;
}






























