.header_user_info {
  float: right;
  border-left: 1px solid #515151;
  border-right: 1px solid #515151; }
  .header_user_info a {
    color: #333 !important;
    display: block;
    padding: 8px 9px 11px 8px;
    cursor: pointer;
    line-height: 18px; }
    @media (max-width: 479px) {
      .header_user_info a {
        font-size: 11px; } }
    .header_user_info a:hover, .header_user_info a.active {
      background: transparent !important; }

#index .header_user_info a {
  color: white !important; }

#go-to-shop a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #009EE0;
  border-color: #009EE0;
  color: #ffffff;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0; }

#index #header_user a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0;
  transition: all 0.5s ease 0s; }
#index #go-to-shop a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0;
  transition: all 0.5s ease 0s; }
#index .sticky #header_user a {
  background-color: #aaaaaa;
  border-color: #aaaaaa;
  color: #ffffff;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0; }
#index .sticky #go-to-shop a {
  background-color: #009EE0;
  border-color: #009EE0; }

#header_user a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
  color: #ffffff;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0; }
#header_user a:hover {
  background-color: #707173;
  border-color: #707173; }
#header_user span {
  vertical-align: middle;
  display: inline-block; }
#header_user span.icontmb {
  margin-right: 10px; }

#header_user .mobile-user-icon{
  display: none; }
@media (max-width: 999px) {
  #header_user{
    margin-top: 4px;
    text-align: right; }
  #header_nav{
    display: none !important; }
  #header_user .mobile-user-icon, #index .sticky #header_user .mobile-user-icon{
    display: block; }
  #header_user a, #index .sticky #header_user a {
    background-color: transparent;
    border-color: transparent;
    color: #000000;
    font-size: 3rem; }
}
@media (max-width: 768px){
  #header_user{
    position: absolute;
    top: 0;
    right: 0; }
}
body.lang_ru #header_user span {font-size: 8px;}
