@media screen and (min-width:1000px){
.header_top{
	display: block !important;
}

}
@media screen and (min-width:767px){
	.mob_auth{
		display: none !important;
	}
}
@media screen and (max-width:999px){

.container{
	width: 100%;
}
.header_menu ul li{
	margin-right: 5px;
}
.lk_block a{
	margin-left: 5px;
	display: inline-block;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main_block{
	width: 49%;
}
.main_block.popup{
	width: 475px;
}
.enter_link{
	width: 130px;
}
}
@media screen and (max-width:767px){
header .enter_block{
	display: none;
}
header .slogan{
	display: none;
}
.header_top{
	height: auto;
	display: none;
}
.header_bottom{
	padding:15px 0 12px 0;
	text-align: left;
}
.header_menu{
	padding-top: 0px;
}

header .logo{
	float: none;
	display: inline-block;
	margin-top: 0px;
}
header .enter_link {
    text-indent: -10000px;
    width: 20px;
    height: 20px;
    background: url(../images/user.svg) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    position: absolute;
    top: 15px;
    right: 10px;
    padding: 0;
    border-radius: 0px;
    margin-top: 0px;
}
header .enter_link:hover{
	background: url(../images/user.svg) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
header .logo img{
	height: 30px;
}
.burger {
    display: block;
    width: 24px;
    top: 21px;
    right: 10px;
    position: absolute;
    z-index: 2;
}
.burger span {
    display: block;
    height: 2px;
    background: #002165;
    margin-bottom: 6px;
    transition: 0.2s;
}
.burger span:last-child {
    margin-bottom: 0px;
}
.burger.open {
    top: 20px;
    transition: 0.2s;
}
.burger.open span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 5px;
}
.burger.open span:nth-child(2) {
    transform: rotate(-45deg);
    position: relative;
    top: -3px;
}
.burger.open span:last-child {
    display: none;
}
.tabs a, main .title{
	font-size: 16px;
}
.tabs{
	margin-bottom: 22px;
}

.balance_block{
	float: none;
	text-align: center;
	margin-top: 0px;
	font-size: 15px;
	display: none;
}
.lk_block .balance_block{
	display: block;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
	color:#7c85a5;
}
.lk_block .balance_block a{
	display:inline;
	display: none;
}
.lk_block .balance_block span a{
	display: block;
}
.lk_block .balance_block span a:hover{
	color:white;
}
main .title.central{
	margin-bottom: 22px;
}
.main_block, .text_block{
	width: 100%;
	padding:15px;
	font-size: 14px;
}
.text_block p{
	font-size: 14px;

}
footer{
	font-size: 15px;
	text-align: center;
}
footer .copy, footer .tg{
	float: none;
}
footer .tg{
	padding-top: 15px;
}
.tabs{
	text-align: center;
}
.tabs.central a{
	margin:0 5px;
}
.tabs.central{
	margin-bottom: 22px;
}

.header_top{
	position: absolute;
	top:58px;
	left:0px;
	background: #002165;
	z-index: 10000;
	width: 100%;
}
.header_menu{
	float: none;
	width: 100%;
}
.header_menu ul{
	padding-top: 15px;
}
.header_menu ul li{
	display: block;
	margin-right: 0px;
	margin-bottom: 15px;
}
.header_menu ul li.active a, .header_menu ul li a:hover{

}
.lk_block{
	float: none;
	padding-top: 0px;
	padding-bottom: 15px;
}

.lk_block > a:hover{
	color:white;
}
.lk_block > a{
	margin-left: 0px;
	display: block;
}
}

