.user_menu {
    list-style: none;
    line-height: 46px;
    padding-top: 0;
    position: absolute;
    top: -15px;
    right: 0px;
}
.user_menu .user_li {
    background: none;
    float: left;
    padding: 0;
    position: relative;
    margin: 0;
    list-style: none;
    line-height: 46px;
}

.user_menu .user_li .user_a {
    display: block;
    height: 46px;
    padding: 0 4px;
    margin: 0;
    font: 700 80%/46px Tahoma;
    text-transform: uppercase;
    cursor: pointer;
    color: #039;
    background: url('../images/blue/topmenu/normal_r.png') no-repeat right center;
}

.berrors {
    display: table;
}
.berrors ul li {
    background: none !important;
}
#login_pane {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropdown {
    position: relative;
}
#login_pane .dropdown-form {
    text-align: center;
    left: 50%;
    padding: 39px;
    margin-left: -150px;
    width: 220px;
}

#login_pane .dropdown-form {
    text-align: center;
    left: 50%;
    padding: 39px;
    margin-left: -200px;
    width: 220px;
}
.dropdown-menu, .dropdown-form {
    min-width: 160px;
    padding: 12px 0;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
}
#login_pane ul li {
    background: none;
}

.icon {
    display:inline-block;
    width:32px;
    height:32px;
    fill:#3394e6;
    vertical-align:middle;
}
.icon-logo {
    width:42px;
    height:42px;
}
.icon-vk {
    width:10px;
    height:1em;
}
.icon-tw {
    width:14px;
    height:1em;
}
.icon-fb {
    width:8px;
    height:1em;
}
.icon-gp {
    width:18px;
    height:1em;
}
.icon-ya {
    width:7px;
    height:1em;
}
.icon-od {
    width:10px;
    height:1em;
}
.icon-mail {
    width:16px;
    height:1em;
}
.grey .icon {
    fill:#919191;
}
.soc_links {
    display:flex;
    justify-content:space-between;
}
.soc_links>a {
    display:inline-block;
    width:26px;
    height:26px;
    line-height:26px;
    border-radius:50%;
    background-color:#bababa;
    text-align:center;
    -webkit-transition:all ease .1s;
    transition:all ease .1s;
}
.soc_links>a:hover {
    -webkit-transform:scale(1.3,1.3);
    transform:scale(1.3,1.3);
}
.soc_links>a>.icon {
    fill:#fff;
    vertical-align:middle;
    margin: 7px 0 0 0;
}
.soc_vk:hover {
    background-color:#5486ca;
}
.soc_tw:hover {
    background-color:#60bbf5;
}
.soc_fb:hover {
    background-color:#4268ca;
}
.soc_gp:hover {
    background-color:#de553a;
}
.soc_ya:hover {
    background-color:#ff0000;
}
.soc_od:hover {
    background-color:#ff7800;
}
.soc_mail:hover {
    background-color:#006cff;
}