.block-burger{--open_color:#000;cursor:pointer;z-index:10;background-color:transparent;border:none;padding:0}.block-burger small{display:none}.block-burger svg{width:2em;height:2em}.block-burger svg path{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;--length:24;--offset:-38;stroke-dasharray:var(--length) var(--total-length);stroke-dashoffset:var(--offset);transition:all 1s var(--ease)}.block-burger svg .line--1,.block-burger svg .line--3{--total-length:126.64183044433594}.block-burger svg .line--2{transition-duration:.5s;--total-length:70}.block-burger.active svg .line--1,.block-burger.active svg .line--3{--offset:-93.3;stroke:var(--open_color)}.block-burger.active svg .line--2{--offset:-50;--length:0;opacity:0;stroke:var(--open_color)}