#dirHeader .bar {
  background: #4C3125;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: 4em;
  font-family: "Roboto Condensed";
  font-weight: 300;
  color: #EB9571;
}
#dirHeader .bar .container {
  display: flex;
  position: relative;
}
#dirHeader .bar .container .btnMenu {
  cursor: pointer;
  flex: auto;
  width: 2em;
  font-size: 1.5em;
  text-decoration: none;
}
#dirHeader .bar .container .btnMenu:before {
  line-height: 2.7em;
  padding: 1em 0.5em;
}
#dirHeader .bar .container .mnuMain {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 4em;
  background: #4C3125;
  border-radius: 0 0 5px 5px;
}
#dirHeader .bar .container .mnuMain .item {
  position: relative;
  padding-right: 4.5em;
  cursor: pointer;
  line-height: 1.6em;
}
#dirHeader .bar .container .mnuMain .item .title {
  color: #EB9571;
  font-size: 1.2em;
  padding: 1em;
  white-space: nowrap;
}
#dirHeader .bar .container .mnuMain .item .icon {
  position: absolute;
  right: 1em;
  top: 0.7em;
  border: solid 0.05em white;
  border-radius: 1.16em;
  width: 2.3em;
  height: 2.3em;
  background-size: cover;
  background-position: center center;
}
#dirHeader .bar .container .mnuMain .item:hover .title {
  color: #C77F5F;
}
#dirHeader .bar .container .btnHome {
  cursor: pointer;
  flex: auto;
  display: flex;
  flex-flow: nowrap;
}
#dirHeader .bar .container .btnHome .logo {
  font-size: 2.5em;
  line-height: inherit;
  width: 1.5em;
  background-image: url(kandinsky-download-1696589408417.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  fill: green;
}
#dirHeader .bar .container .btnHome .title {
  font-weight: bolder;
  font-size: 1.5em;
  white-space: nowrap;
  padding: 0 0.5em;
  display: none;
}
#dirHeader .bar .container .mnuTop {
  flex: auto;
  display: flex;
  display: none;
  flex-flow: nowrap;
}
#dirHeader .bar .container .mnuTop .item {
  cursor: pointer;
  white-space: nowrap;
  padding: 0 1em;
}
#dirHeader .bar .container .mnuTop .item:hover {
  color: #C77F5F;
}
#dirHeader .bar .container .phone {
  flex: initial;
  font-size: 1.1em;
  white-space: nowrap;
  text-decoration: none;
  color: #EB9571;
  padding: 0 1em;
  display: none;
}
#dirHeader .bar .container .btnUser {
  flex: initial;
  min-width: 4.5em;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding: 0 1em;
  margin-right: -15px;
}
#dirHeader .bar .container .btnUser .name {
  display: none;
  font-size: 1.1em;
  color: #EB9571;
  margin-right: 3em;
}
#dirHeader .bar .container .btnUser .ava {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1.25em;
  border-radius: 1.25em;
  width: 2.5em;
  height: 2.5em;
  background-color: #754B38;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#dirHeader .bar .container .mnuUser {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 4em;
  background: #4C3125;
  border-radius: 0 0 5px 5px;
}
#dirHeader .bar .container .mnuUser .item {
  position: relative;
  padding-right: 4.5em;
  cursor: pointer;
  line-height: 1.6em;
}
#dirHeader .bar .container .mnuUser .item .title {
  color: #EB9571;
  font-size: 1.2em;
  padding: 1em;
  white-space: nowrap;
}
#dirHeader .bar .container .mnuUser .item .icon {
  position: absolute;
  right: 1em;
  top: 0.7em;
  border-radius: 1.16em;
  width: 2.3em;
  height: 2.3em;
  background-size: cover;
  background-position: center center;
  background-color: #181818;
}
#dirHeader .bar .container .mnuUser .item:hover .title {
  color: #C77F5F;
}
#dirHeader .bar .container .mnuUser .item.user {
  background-color: rgba(0, 0, 0, 0.1);
}
#dirHeader .bar .container .mnuUser .item.user .icon {
  background-image: url("/users/noava.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

#dim {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.ani.ng-hide {
  opacity: 0;
}

.ani.ng-hide-add,
.ani.ng-hide-remove {
  transition: all linear 0.3s;
}

@media print {
  #dirHeader {
    display: none;
  }
}