.v3-header,.header{display:grid!important;grid-template-columns:170px minmax(0,1fr) 210px;align-items:center;column-gap:24px}
.v3-header nav,.header nav{justify-self:center;align-items:center;justify-content:center;gap:clamp(18px,2.2vw,34px)!important;white-space:nowrap;height:100%}
.v3-logo,.logo{justify-self:start;display:flex;align-items:center}
.v3-header>.v3-btn,.header>.button{justify-self:end}
.nav-dropdown{position:relative;display:flex;align-items:center;height:100%}
.nav-dropdown>a{display:flex;align-items:center;height:100%;line-height:1}
.nav-toggle{border:0;background:transparent;color:var(--blue);font:inherit;font-size:16px;padding:4px;cursor:pointer;transition:transform .2s}
.nav-dropdown.open .nav-toggle{transform:rotate(180deg)}
.nav-submenu{display:none;position:absolute;z-index:50;left:50%;top:calc(100% - 8px);transform:translateX(-50%);width:270px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 20px 55px #25266f29;text-align:left;white-space:normal}
.nav-dropdown.open .nav-submenu{display:flex;flex-direction:column}
.nav-submenu a{display:block!important;width:100%;height:auto!important;padding:11px 12px!important;font-size:12px!important;line-height:1.35!important;border-radius:8px}
.nav-submenu a:after{display:none!important}
.nav-submenu a:hover{background:#f5f5fb;color:var(--red)}
.nav-submenu .nav-all{border-top:1px solid var(--line);margin-top:5px;padding-top:13px!important;color:var(--red)}
.v3-header{height:104px}
.v3-logo img{width:152px;height:94px;object-fit:contain}
.header{height:96px}
.logo img{width:158px;height:88px;object-fit:contain}
.v3-footer img{width:122px!important;height:auto}
.footer-grid img{width:146px!important;height:auto}
@media(max-width:1100px){.v3-header,.header{grid-template-columns:150px minmax(0,1fr) 190px;column-gap:14px}.v3-header nav,.header nav{gap:16px!important;font-size:11px}}
@media(max-width:900px){.v3-header,.header{grid-template-columns:1fr auto}.v3-header nav,.header nav{display:none}.v3-header>.v3-btn,.header>.button{justify-self:end}}
@media(max-width:600px){.v3-header{height:84px}.v3-logo img{width:98px;height:72px}.header{height:82px}.logo img{width:110px;height:68px}.v3-footer img{width:108px!important}.footer-grid img{width:120px!important}}
