@media (max-width: 1199px) {
  .main-menu-wrapper-inner {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .main-menu-wrapper__left {
    position: static !important;
  }
  .main-menu-wrapper__main-menu {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
  }
}
