
.vx-header{
  height:72px !important;
  min-height:72px !important;
  width:100%;
  display:grid !important;
  grid-template-columns:185px minmax(0,1fr) auto;
  align-items:center !important;
  gap:20px;
  padding:0 34px !important;
  margin:0 !important;
  background:#fff !important;
  border-bottom:1px solid #e3ebf2 !important;
  position:sticky !important;
  top:0 !important;
  z-index:10000 !important;
  font-family:Arial,Helvetica,sans-serif !important;
  box-shadow:0 1px 5px rgba(3,39,70,.035);
}
.vx-header *{box-sizing:border-box}
.vx-brand{
  width:170px;
  height:58px;
  display:flex;
  align-items:center;
  text-decoration:none !important;
}
.vx-brand img{
  width:165px !important;
  height:auto !important;
  max-height:54px !important;
  object-fit:contain !important;
  display:block;
}
.vx-nav{
  height:72px;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:clamp(14px,1.65vw,27px) !important;
  min-width:0;
  margin:0 !important;
  padding:0 !important;
  flex-wrap:nowrap !important;
}
.vx-nav a{
  height:72px !important;
  display:flex !important;
  align-items:center !important;
  position:relative;
  color:#092f59 !important;
  text-decoration:none !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  background:none !important;
}
.vx-nav a:hover{color:#d90a7e !important}
.vx-nav a.vx-active{
  color:#d90a7e !important;
  font-weight:700 !important;
}
.vx-nav a.vx-active:after{
  content:"";
  position:absolute;
  height:3px;
  left:0;
  right:0;
  bottom:0;
  background:#d90a7e;
  border-radius:2px 2px 0 0;
}
.vx-actions{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end;
  gap:9px;
  white-space:nowrap;
}
.vx-icon,.vx-lang{
  height:38px !important;
  border:0 !important;
  background:#fff !important;
  color:#092f59 !important;
  border-radius:5px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 8px !important;
  font-size:13px !important;
  font-weight:600 !important;
  cursor:pointer;
}
.vx-icon{font-size:22px !important;width:38px}
.vx-lang:hover,.vx-icon:hover{background:#f3f7fb !important}
.vx-contact{
  height:40px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 17px !important;
  border-radius:5px !important;
  border:1px solid #d90a7e !important;
  background:#d90a7e !important;
  color:#fff !important;
  text-decoration:none !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1 !important;
  box-shadow:0 3px 9px rgba(217,10,126,.13);
}
.vx-contact:hover{background:#bd096e !important;border-color:#bd096e !important}
@media(max-width:1180px){
  .vx-header{grid-template-columns:165px 1fr auto;padding:0 20px !important;gap:10px}
  .vx-brand{width:155px}.vx-brand img{width:150px !important}
  .vx-nav{gap:11px !important}
  .vx-nav a{font-size:11.5px !important}
  .vx-contact{padding:0 11px !important;font-size:11px !important}
}
@media(max-width:880px){
  .vx-header{grid-template-columns:155px 1fr auto}
  .vx-nav a:nth-child(6),.vx-nav a:nth-child(7){display:none !important}
}
@media(max-width:720px){
  .vx-header{height:64px !important;min-height:64px !important;padding:0 14px !important;grid-template-columns:145px 1fr auto}
  .vx-brand img{width:140px !important}
  .vx-nav{display:none !important}
  .vx-contact{display:none !important}
}
