.header__sidemenu {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  transform: translateX(-290px);
  width: 250px;
  height: 100vh;
  background: white;
  transition: 0.3s;
  padding: 20px;
}
.header__sidemenu.active {
  transform: translateX(0px);
}
.header__sidemenu-head {
  font-size: 25px;
  line-height: 1;
}
.header__sidemenu .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}
.header__sidemenu ul {
  margin-top: 30px;
}
.header__sidemenu ul li {
  margin-top: 5px;
}
.header__sidemenu ul a {
  font-size: 20px;
}
.header__siderback {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.header__siderback.active {
  display: block;
  opacity: 1;
}

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