.social_link a.social img{
    width: 23px;
    /*padding: 3px;*/
}

.img_lock-auth{
    position: relative;
    top: 7px;
}

.social_link{
    margin-top: 2px!important;
}

.top_block .auth_enter{
    background: none!important;
    padding: 11px 0px 0px 2px;
    height: 21px;
}

a.auth_enter,
.reg a{
    font-family: 'Roboto';
    color: #636363;
    text-decoration: none;
    font-size: 9pt;
    font-weight: 400;
}

.top_block .auth_form{
    width: 230px;
    margin-top: 1px!important;
}
.top_block .auth_form.authorized{
    width: auto;
}
.reg {
    position: relative;
    left: 185px;
    bottom: 21px;
}

.top_bg{
    height: 40px;
}

.name,
.exit{
    margin-top: 7px;
}

.img_lock-auth.gvn-img{
    top: -1px;
}

/*.top_block .auth_enter.gvn-a {
    padding: 11px 0px 0px 2px;
}*/

@media all and(max-width:600px){

    .social_link a.social img {
        display: none;
    }

    div.reg{
        display: none!important;
    }

}

@media (max-width: 600px) {
    
    .top_block .auth_form{
        width: auto!important;
    }

	.reg {
    display: none!important;
	}

    .top_bg {
        height: auto;
    }

    .name,
    .exit{
        margin-top: 0px;
    }
}