selector{width:1920px;height:100vh;padding:0;margin:0}.lytbox-button{--hamburger-color:#000;--close-x-color:#fff;display:block;height:18px;cursor:pointer;position:relative;z-index:101}.lytbox-navigation{position:fixed;top:0;left:0;transform:translateX(100%);overflow:hidden;transition:transform .2s;width:100%;height:100vh;z-index:100}.lytbox-navigation{display:flex;justify-content:center;align-items:center}.lytbox-button .hamburguer{position:relative}.lytbox-button .hamburguer span{display:block;height:2px;width:24px;background:var(--hamburger-color);transform-origin:50% 50%;transition:all .1s .2s ease,transform .2s ease}.lytbox-button .hamburguer span:nth-child(2){transform:translate(0,6px)}.lytbox-button .hamburguer span:nth-child(3){transform:translate(0,12px)}.lytbox-nav_control{position:absolute;left:-9999px;width:100%;clip:rect(0,0,0,0)}.lytbox-nav_control:checked~.lytbox-navigation{transform:translateX(0);opacity:1;transition:transform .3s,opacity .3s}.lytbox-nav_control:checked~.lytbox-button .hamburguer{transition:all .1s 0s ease}.lytbox-nav_control:checked~.lytbox-button .hamburguer span{background:var(--close-x-color);transition:all .1s ease,transform .1s .2s ease}.lytbox-nav_control:checked~.lytbox-button .hamburguer span:first-child{opacity:0}.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(2){transform:translate(0,6px) rotate(45deg)}.lytbox-nav_control:checked~.lytbox-button .hamburguer span:nth-child(3){transform:translate(0,4px) rotate(-45deg)}.custom-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:9999;justify-content:center;align-items:center}.custom-popup-content{background:#fff;padding:30px;border-radius:8px;max-width:600px;width:90%;position:relative}.custom-popup-close{position:absolute;top:10px;right:15px;background:0 0;border:none;font-size:20px;cursor:pointer}@media (max-width:768px){.hamburguer{display:flex;justify-content:start}}