.custom-header {
  float: right;
  display: flex;
  gap: 10px;
  padding: 6px 10px; }
  .custom-header a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: auto;
    cursor: pointer;
    line-height: 18px;
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    font: 15px/20px "MuseoSlab-700"; }
    @media (max-width: 479px) {
      .custom-header a {
        font-size: 0; } }
    .custom-header a:hover, .custom-header a.active {
      color: #ae5712; }
    .custom-header a.login {
      background-image: url(../../../img/icon/ikona-zamek-brown.png); }
    .custom-header a.phone:before {
      content: "\f095";
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 23px;
      line-height: 23px;
      color: #ae5712;
      margin-right: 3px; }
    @media (min-width: 480px) {
      .custom-header a.phone[data-toggle="popover"] {
        display: none; } }
    @media (max-width: 479px) {
      .custom-header a.phone.phone-desktop {
        display: none; } }
    .custom-header a.register:before {
      content: "\f007";
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 23px;
      line-height: 23px;
      color: #ae5712;
      margin-right: 3px; }
    .custom-header a.logout {
      padding-left: 10px; }
      .custom-header a.logout:before {
        content: "\f08b";
        font-family: "FontAwesome";
        display: inline-block;
        font-size: 23px;
        line-height: 23px;
        color: #ae5712;
        margin-right: 3px; }
    .custom-header a.account:before {
      content: "\f2be";
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 23px;
      line-height: 23px;
      color: #ae5712;
      margin-right: 3px; }

/*# sourceMappingURL=blockuserinfo.css.map */
