.burger-button{background-color:var(--color-bg-main);border-radius:var(--r-s);border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}@media (max-width:767px){.burger-button{width:35px;height:35px}}.burger-button__svg{will-change:transform;transform:translateZ(0)}.burger-button.is-active{box-shadow:none;background-color:#0000;border:none}.burger-button.is-active .burger-button__line{will-change:stroke-dashoffset,stroke-dasharray;stroke-dasharray:90 207;stroke-dashoffset:-134px}.burger-button.is-active .burger-button__line--2{stroke-dasharray:1 60;stroke-dashoffset:-30px}.burger-button:not(.is-active) .burger-button__line--3{stroke-dasharray:30 207;stroke-dashoffset:-30px}.burger-button__line{transition:stroke-dasharray var(--transition-duration) cubic-bezier(.4, 0, .2, 1),stroke-dashoffset var(--transition-duration) cubic-bezier(.4, 0, .2, 1);fill:none;stroke:var(--color-white);stroke-width:6px;stroke-linecap:round;stroke-dasharray:60 207}.burger-button__line--2{stroke-dasharray:60 60}
.logo{max-width:160px}.logo__image{width:100%;height:auto;display:block}
