.header_user_info {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header_user_info:last-of-type {
  margin-right: 0;
}

.header_user_info a {
  position: relative;

  display: block;
  padding-left: 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #000;
  min-width: 28px;
  min-height: 28px;
  z-index: 99;

  cursor: pointer;
}

.header_user_info a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 28px;
}

.header_user_info--username a::before {
  background-image: url("img/user.svg");
}

.header_user_info--login a::before {
  background-image: url("img/user.svg");
}

@media (max-width: 767px) {
  .header_user_info {
    position: absolute;
    right: 180px;
    top: 30px;
  }
  .header_user_info .link__text {
    display: none;
  }
  .header_user_info a {
    padding: 0;
  }
}









/* -1- */









/* -2- */









/* -3- */











/*---*/


/*# sourceMappingURL=blockuserinfo.css.map */