.header .bottom {
  display: flex !important;
  bottom: -10px;
}

@media screen and (max-width: 991px) {
  .header .bottom {
    bottom: 0;
  }
}
.header .bottom::before,
.header .bottom::after {
  display: none;
}

.header .bottom .work {
  display: flex;
  align-items: center;
}

.header .bottom .work .toggleMenu.active + .nav {
  display: flex !important;
}

.header .bottom .work .nav {
  display: flex !important;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

@media screen and (max-width: 991px) {
  .header .bottom .work .nav {
    flex-direction: column;
    display: none !important;
  }
}
.header .bottom .work .nav::before,
.header .bottom .work .nav::after {
  display: none;
}

.header .bottom .work .nav > li {
  margin-left: 0;
}

.header .bottom_right {
  margin-left: auto;
}

.header .logo {
  width: 40%;
  margin-top: -10px;
}
@media screen and (max-width: 991px) {
  .header .logo {
    width: 37%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .header .logo {
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .header .logo {
    width: 50%;
  }
}

.header .slogan {
  display: none;
}

@media only screen and (min-width: 992px) {
  .sticky .bottom {
    width: 78%;
  }
}