.box{display:none}@media (max-width:960px){.humburger{position:fixed;top:0;right:0;width:57px;height:57px;background-color:rgba(126,146,134,.7);z-index:999}.humburger span{position:absolute;width:24px;height:1px;background-color:#fff;margin-left:15px}.humburger span:nth-of-type(1){top:15px}.humburger span:nth-of-type(2){top:25px}.humburger span:nth-of-type(3){top:35px}.humburger.open span:nth-of-type(1){transform:translateY(10px) rotate(45deg)}.humburger.open span:nth-of-type(2){opacity:0}.humburger.open span:nth-of-type(3){transform:translateY(-10px) rotate(-45deg)}.box{display:block;position:fixed;top:80px;bottom:0;left:15px;right:15px;background-color:#fff;color:#000;z-index:1;opacity:0;transition:.5s;pointer-events:none}.box.open{opacity:1;pointer-events:auto}.humburger_ul{width:100%;margin:auto 0;font-size:1rem;text-align:center}.humburger_ul ul{padding-left:0;margin-top:25%}.humburger_ul li{list-style:none;font-size:1.5rem;margin-bottom:30px}.humburger_ul a{color:#626262;text-decoration:none}}