.burger{position:relative;width:40px;height:24px;cursor:pointer;z-index:2;opacity:1;border-bottom:2px solid #01305b;transition:opacity .2s}@media screen and (max-width: 599px){.burger{width:30px;height:20px}}.burger:before,.burger:after{content:'';position:absolute;right:0;display:block;height:2px;width:40px;background-color:#01305b}@media screen and (max-width: 599px){.burger:before,.burger:after{width:30px}}.burger:after{bottom:10px}@media screen and (max-width: 599px){.burger:after{bottom:8px}}.burger:before{top:0}.burger--active{opacity:0;pointer-events:none}
