.header_user_info,
.header_change_password {
  float: right;
}

@media (min-width: 921px) {
  .header_user_info,
  .header_change_password {
    margin-right: 15px;
  }
}
.header_user_info a.login::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("../../../img/svg/padlock.svg") no-repeat center;
  background-size: 20px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .header_user_info {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    padding: 0 5px;
  }

  .header_user_info a:first-child {
    margin-right: auto;
  }
}

.header_user_info a,
.header_change_password a {
  color: #000;
  font-weight: 500;
  display: inline-block;
  padding: 8px 9px 11px 0px;
  cursor: pointer;
  line-height: 18px;
}

a.cz {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/svorto/img/svg/czech-republic.svg);
  margin-right: 3px;
  padding: 0;
  vertical-align: middle;
}

a.en {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/svorto/img/svg/united-kingdom.svg);
  padding: 0;
  vertical-align: middle;
}
a.sk {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/themes/svorto/img/svg/slovakia.svg);
  margin-left: 3px;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}

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