.banner__menu_secondary {
  display: none;
  width: 100%;
  background: linear-gradient(#122d4e 0.39%, #8299b4 100%);
  z-index: 99999;
  right: 0;
}
.banner__menu_secondary .banner__menu-list {
  display: flex;
  flex-direction: row;
}
.banner__menu_secondary .banner__menu-logo {
  left: 0;
}
.banner__menu_secondary.show {
  display: block !important;
  padding: 40px;
}

.banner__menu_secondary .banner__social {
  margin-left: 0;
  gap: 80px;
  position: absolute;
  bottom: 10%;
}

.banner__menu_secondary .banner__social_prioritet {
  bottom: 10%;
}
.banner__menu_secondary .close-menu-button {
  right: 30px;
  top: 70px;
}
.banner__menu_secondary .banner__menu-logo {
  left: 10%;
  top: 70px;
  margin-bottom: 40px;
}
.main-secondary .banner__menu {
  height: 100vh;
}

.banner__menu-blue {
  height: 100vh!important;
}



@media (max-width: 999px) {
  .banner__menu_secondary .banner__social {
    bottom: 20px;
    gap: 35px;
  }
}