.hh-menu-slide__button,
.hh-menu-slide__close-button {
  background: none !important;
  border: none !important;
  cursor: pointer;
  padding: 0 !important;
  margin: 0;
}

.hh-menu-slide__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.hh-menu-slide__backdrop.active {
  display: block;
}

.hh-menu-slide__menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 371px;
  height: 100%;
  background-color: #fff;
  z-index: 1001;
  transition: left 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 64px;
  padding-bottom: 160px;
}

.admin-bar .hh-menu-slide__menu {
  top: 32px;
}

.hh-menu-slide__menu.active {
  left: 0;
}

.hh-menu-slide__close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1002;
  padding: 0;
}

.hh-menu-slide__logo {
  margin-bottom: 61px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.hh-menu-slide__logo img {
  width: 253px;
  height: auto;
  max-width: 100%;
}

.hh-menu-slide__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff;
  padding: 0px;
}

.hh-menu-slide__items-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: calc(100vh - 400px);
  overflow: auto;
}

.hh-menu-slide__items-list ul li {
  padding: 19px;
  margin: 0;
  border-bottom: 2px solid #E8E8E8;
}

.hh-menu-slide__items-list ul li:first-child {
  border-top: 2px solid #E8E8E8;
}

.hh-menu-slide__items-list ul li a {
  text-decoration: none;
  color: #36B0AE;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.hh-menu-slide__contact{
  position: absolute;
  bottom: 90px;
  padding: 0px 25px;
}

.hh-menu-slide__contact-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 5px;
  margin-bottom: 20px;
}

.hh-menu-slide__contact-phone p{
  margin: 0;
}

.hh-menu-slide__contact-phone p,
.hh-menu-slide__contact-phone a{
  text-decoration: none;
  color: #36B0AE;
  font-size: 16px;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
}

.hh-menu-slide__contact-social{
  height: 21px;
  width: auto;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.hh-menu-slide__contact-social > a img{
  height: 21px;
  width: auto;
}
