.hide{display:none}.show{display:block}.header{position:absolute;top:0;width:100%;z-index:999;transition:all ease .4s;display:flex;justify-content:space-between;align-items:center;padding:20px 50px;transition:0.3s all}.header .logo{position:fixed;top:31px}.header .logo svg{width:150px;height:auto}.header .logo svg path{fill:#fc0}.open-menu{position:fixed;width:auto;height:auto;border:none;background:#fff0;cursor:pointer;padding:0;margin-right:-11px;top:20px;right:50px}.open-menu svg{width:58px;margin:0;height:auto}.line{fill:none;stroke:#FC0;stroke-width:10;transition:stroke-dasharray 600ms cubic-bezier(.4,0,.2,1),stroke-dashoffset 600ms cubic-bezier(.4,0,.2,1)}.line1{stroke-dasharray:60 207;stroke-width:10}.line2{stroke-dasharray:60 60;stroke-width:10}.line3{stroke-dasharray:60 207;stroke-width:10}.opened .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:10}.opened .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:10}.opened .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:10}.header.scroll .open-menu svg path{stroke:#000}.header.scroll .logo svg path{fill:#000}.overlay__menu_container{display:flex;justify-content:center;align-items:center;position:fixed;background-color:rgb(65 50 20 / .9);top:0;left:0;width:100%;height:0%;z-index:2;visibility:hidden;transition:opacity .35s,visibility .35s,height .35s;-webkit-transition:opacity .35s,visibility .35s,height .35s;overflow:hidden}.overlay__menu_container.open{opacity:1;visibility:visible;height:100%;transform:translateY(0)}.overlay__menu_container ul{list-style:none;padding:0;margin:0 auto;display:inline-block;position:relative;height:100%}.overlay__menu_container ul li{display:block;position:relative;padding:14px 0}.overlay__menu_container ul li a{display:block;position:relative;color:#FFF;text-decoration:none;overflow:hidden;font-size:30px;font-weight:400;text-align:center}@media(max-width:1154px){.header{padding:10px 10px}.open-menu{right:10px}}