.footer {
  display: none;
}
.header {
  display: flex;
  justify-content: space-between;
}
.list-menu__item {
  font-family: var(--g-font-Manrope, 'Manrope'), var(--g-font-heading, heading);
  font-size: 1.6rem;
}
.menu-drawer__navigation {
  padding: 0!important;
}
.header__icon .svg-wrapper {
  width: 23px;
}