header{display:none}@media (max-width:1024px){header{display:block;padding:0;position:fixed;top:0;left:0;width:100%;z-index:10}header .header-logo{max-width:118px}header .header-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;padding:0 24px;-webkit-transition:background-color 0.5s ease;transition:background-color 0.5s ease}header .header-menu{border:1px solid #101010;background:#fff;border-radius:4px;width:71px;height:32px;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;line-height:1;font-size:15px;font-weight:500;letter-spacing:0.1em}header .header-wrap.scrolled{background-color:#fff;-webkit-transition:background-color 0.5s ease;transition:background-color 0.5s ease}}