@media (max-width:767px){
  #header .header-top{display:flex!important;flex-wrap:wrap!important;align-items:center!important;height:auto!important}
  #header .header-top>div:first-child{flex:1 1 auto!important}
  #header .header-top .navigation-buttons{flex:none!important}
  #header .header-top .search{order:3;width:100%!important;margin:8px 0!important;display:block!important;position:relative;z-index:1}
  #header .header-top .search #formSearchForm{display:block!important;width:100%!important;margin:0!important}
  #header .header-top .search #formSearchForm .form-control{width:100%!important;float:none!important;border:1px solid #dadada!important;padding-right:35px!important}
  #header .header-top .search #formSearchForm button{display:block!important;position:absolute!important;right:0!important;top:0!important;border-left:none!important}
  #header .header-top .search #formSearchForm .btn-fake{display:none!important}
  #navigation{z-index:999!important;position:relative}
}