:root{max-width:100vw;--menu-width:37.5em;--items:4;--item-width:calc(var(--menu-width)/var(--items));overflow-x:hidden}.header{position:fixed;top:0;width:100%;padding:20px 0;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transition:all .3s ease}@media (min-width:992px){.header{padding:17px 15px 20px}}@media (min-width:1366px){.header{padding:17px 50px;padding:27px 50px 20px}}@media (max-width:1199px){.header__row>*{width:auto}}.header.fixed{background-color:var(--white);border-bottom:1px solid var(--light-grey-4);max-height:65px}@media (min-width:1200px){.header.fixed{padding:7px 15px}}@media (min-width:1366px){.header.fixed{padding:7px 50px}}.header.fixed .header__svg path{fill:var(--purple)}