.header{background:#fff;display:flex;justify-content:space-between;align-items:center;user-select:none;width:100%}@media screen and (max-width:640px){.header.open{top:0;position:fixed;overflow:hidden}}.header .menu-drawer{display:none;text-transform:uppercase;top:80px;right:0}.header .menu-drawer.open{display:flex;flex-direction:column;transition:all .3s ease-in-out}@media screen and (max-width:640px){.header .menu-drawer.open{position:fixed;overflow:hidden;width:100%;background:#fff;bottom:0;padding-top:20px}}.header .menu-drawer .menu-item{padding:15px}.header .menu-drawer .menu-item__highlight{display:none}.header .menu-drawer .menu-item:hover .menu-item__highlight,.header .menu-drawer .menu-item__highlight.active{display:block}@media screen and (min-width:640px){.header .menu-drawer .menu-item__highlight.active{display:none}}.header .menu-drawer .menu-item__label{margin:0 15px}