.brand-header{overflow-x:hidden;padding-top:20px;width:100%}.brand-header__inner{box-sizing:border-box;margin:0 auto;min-height:65px;padding:18px 24px;position:relative}.brand-header__logo{display:flex;justify-content:center;left:50%;max-width:calc(100% - 120px);position:absolute;top:50%;transform:translate(-50%,-50%)}.brand-header__logo img{display:block;height:clamp(35px,3.2vw,55px);max-width:100%;width:auto}.brand-header__phone{box-sizing:content-box;display:grid;height:clamp(26px,2.4vw,32px);padding:10px;place-items:center;position:absolute;right:24px;text-decoration:none;top:50%;transform:translateY(-50%);width:clamp(26px,2.4vw,32px);-webkit-tap-highlight-color:transparent}.phone-icon{fill:var(--phone-color);height:100%;transition:fill .2s ease,transform .2s ease;width:100%}.brand-header__phone:hover .phone-icon{transform:scale(1.1)}@media (max-width:520px){.brand-header__inner{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;min-height:52px;padding:0 16px}.brand-header__logo{grid-column:2;justify-content:center;max-width:100%;position:static;transform:none}.brand-header__logo img{height:40px;max-width:78vw}.brand-header__phone{box-sizing:content-box;grid-column:3;height:28px;justify-self:end;padding:10px;position:static;transform:none;width:28px}}