.main .top-menu .mobile-menu {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .main .top-menu .mobile-menu {
    width: 100%;
  }
}
