
html,body{max-width:100%;overflow-x:hidden}
header,.site-header,.app-header,.topbar,[class*="header"]{min-width:0}
header>.wrap,header>.inner,header>.container,header>div:first-child,
.v1150-header,.v1161-header,.v1200-header,.v1240-header,.v1250-header,.v1520-header{
  display:grid!important;grid-template-columns:minmax(180px,1fr) minmax(0,auto)!important;
  align-items:center!important;gap:12px!important;width:100%!important;min-width:0!important
}
header nav,header .nav,header .actions,header .header-actions,header [class*="nav"],header [class*="actions"]{
  display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;
  align-items:center!important;gap:8px!important;min-width:0!important;max-width:100%!important
}
header nav>a,header nav>button,header .nav>a,header .nav>button,header .actions>a,header .actions>button,
header [class*="nav"]>a,header [class*="nav"]>button,header [class*="actions"]>a,header [class*="actions"]>button{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  min-height:44px!important;height:44px!important;padding:0 14px!important;margin:0!important;
  border-radius:13px!important;white-space:nowrap!important;line-height:1!important;flex:0 0 auto!important
}
header [class*="avatar"]{flex:0 0 44px!important;width:44px!important;height:44px!important;max-width:44px!important}
@media(max-width:1100px){
  header>.wrap,header>.inner,header>.container,header>div:first-child,
  .v1150-header,.v1161-header,.v1200-header,.v1240-header,.v1250-header,.v1520-header{
    grid-template-columns:1fr!important;align-items:start!important
  }
  header nav,header .nav,header .actions,header .header-actions,header [class*="nav"],header [class*="actions"]{
    justify-content:flex-start!important;width:100%!important
  }
  header nav>a,header nav>button,header .nav>a,header .nav>button,header .actions>a,header .actions>button,
  header [class*="nav"]>a,header [class*="nav"]>button,header [class*="actions"]>a,header [class*="actions"]>button{
    flex:1 1 145px!important
  }
}
@media(max-width:680px){
  header nav,header .nav,header .actions,header .header-actions,header [class*="nav"],header [class*="actions"]{
    display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important
  }
  header nav>a,header nav>button,header .nav>a,header .nav>button,header .actions>a,header .actions>button,
  header [class*="nav"]>a,header [class*="nav"]>button,header [class*="actions"]>a,header [class*="actions"]>button{
    width:100%!important;min-width:0!important;flex:none!important;padding:0 10px!important;
    overflow:hidden!important;text-overflow:ellipsis!important
  }
}
@media(max-width:390px){
  header nav,header .nav,header .actions,header .header-actions,header [class*="nav"],header [class*="actions"]{
    grid-template-columns:1fr!important
  }
}
