.header_user_info {
  margin-right: 35px;
}

.header_user_info:last-of-type {
  margin-right: 0;
}

.header_user_info a {
  position: relative;
  display: block;
  padding: 8px 10px 11px 25px;
  font-size: 15px;
  line-height: 18px;
  text-transform: lowercase;
  color: #fff;
  cursor: pointer;
}

.header_user_info a:hover,
.header_user_info a:focus,
.header_user_info a:active,
.header_user_info a.active {
  color: #fff;
}

.header_user_info a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 18px;
}

.header_user_info--username a::before {
  background-image: url("../../../img/svg/user.svg");
}

.header_user_info--login a::before {
  background-image: url("../../../img/svg/padlock.svg");
}

@media (max-width: 575px) {
  .header_user_info {
    margin-right: 0;
  }
}









/* -1- */









/* -2- */









/* -3- */











/*---*/


/*# sourceMappingURL=blockuserinfo.css.map */