.drawer .h700 {
  display: block;
}

@media (min-width: 700px) {
  .drawer .h700 {
      display: none;
  }
}

.drawer .navigation-drawer {
  /* overflow: hidden; */
  height: calc(100vh - 100px);
  overflow-y: auto;
}

.drawer .footer__social {
  display: flex;
  align-items: center;
  margin-top: -30px !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  place-content: center;
}

.drawer .footer__social-phone {
  margin-left: 35px;
  font-size: 18px;
}

.drawer .footer__item-img {
  width: 35px !important;
  height: 30px !important;
}

.drawer li {
  margin-top: 5%;
  margin-bottom: 5%;
}

.drawer .navigation-drawer {
  display: flex;
  flex-direction: column;
  float: left;
}

.drawer .navigation-drawer li {
  font-family: "Segoe UI";
  color: #304c71;
  list-style-type: none;
  font-weight: 900;
  padding: 10px 0;
}

.drawer .navigation-drawer img {
  margin: 20px 0;
  width: 75%;
  /* height: 75%; */
}

.drawer a {
  font-family: Segoe UI;
  font-style: normal;
  font-weight: bolder;
  line-height: 1;
  font-size: 16px;
  /* line-height: 0px; */
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #304c71;
  /* border: 0.5px solid #304C71; */
  text-decoration: none;
  outline: none;
}