.burger{width:44px;height:44px;position:relative;font-size:0}.burger-lines,.burger-lines:before,.burger-lines:after{width:26px;height:2px;position:absolute;background-color:#000;transition:.15s}.burger-lines{left:9px;top:50%;margin-top:-1px}.burger-lines:before,.burger-lines:after{content:''}.burger-lines:before{top:-8px}.burger-lines:after{bottom:-8px}.burger.is-active .burger-lines{background-color:transparent}.burger.is-active .burger-lines:before,.burger.is-active .burger-lines:after{background-color:#e14a4a}.burger.is-active .burger-lines:before{top:0;transform:rotate(45deg)}.burger.is-active .burger-lines:after{bottom:0;transform:rotate(-45deg)}