@media only screen and (min-width: 1150px) {
  .ham-menu{
    display: none;
  }
}
@media only screen and (max-width: 1149px) {
    .ham{
    display: none;
  }
  #nav .menu ul{
    display: none;
  }
  #navs .menu ul{
    display: none;
  }
  .jc{
    justify-content: right !important;
  }
}
@media only screen and (max-width: 886px) {
    .m-social{
        display: none;
    }
    .bord{
        justify-content: center !important;
    }
}
@media only screen and (max-width: 800px) {
    .by{
        display: none;
    }
}