body{padding-top:85px}.header .container{position:fixed;height:85px;width:100%;top:0;left:0;background:#fff;box-shadow:0 10px 25px 0 rgba(0,0,0,.16);z-index:1000}.header .container__inner{display:flex;justify-content:space-between;align-items:center;height:85px}.header__menu-toggle{font-size:24px;line-height:1;color:#000}@media(min-width:940px){.header__menu-toggle{display:none}}.header__menu-toggle .icon--cross{display:none}.header__menu-toggle--open .icon--cross{display:block}.header__menu-toggle--open .icon--menu{display:none}.header__menu{position:fixed;width:100%;height:0;top:85px;left:0;background:#fff;display:block;overflow:hidden;height:calc(100% - 85px);max-height:0}@media(min-width:940px){.header__menu{position:relative;top:auto;left:17px;overflow:visible;background:0;width:auto;height:auto;max-height:none}}.header__menu:before{content:'';position:absolute;top:-25px;left:0;right:0;height:25px;box-shadow:0 10px 25px 0 rgba(0,0,0,.16)}@media(min-width:940px){.header__menu:before{display:none}}.header__menu .container__content{max-height:calc(100vh - 71px);overflow-y:auto;overflow-x:hidden}@media(min-width:940px){.header__menu .container__content{max-height:none;overflow:visible}}.header__menu--open{max-height:100vh;transition:max-height .3s ease-in-out}