.burger__button{z-index:10;background-color:#2d485b;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:fixed;top:15px;right:15px}.burger__icon{flex-direction:column;gap:4px;width:22px;display:flex}.burger__icon span{background-color:var(--color-white);height:2px}.burger__overlay{z-index:1000;opacity:0;pointer-events:none;background:rgba(0,0,0,.5);justify-content:flex-end;transition:opacity .3s;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.burger__overlay--open{opacity:1;pointer-events:all}.burger__modal{background-color:var(--color-background-light);flex-direction:column;width:100%;max-width:400px;height:100%;padding:20px 20px 20px 40px;transition:transform .3s;display:flex;transform:translate(100%)}.burger__modal--open{transform:translate(0)}.burger__modal-header{justify-content:flex-end;align-items:center;display:flex}.burger__close{font-size:24px;transform:rotate(45deg)}.burger__list{flex-direction:column;gap:15px;display:flex}.burger__item{text-transform:uppercase;color:var(--color-gray-dark)}.burger__footer{margin-top:auto}.burger__contact{width:30px;height:30px;color:var(--color-primary-dark);justify-content:center;align-items:center;margin-bottom:20px;display:flex}@media (max-width:500px){.burger__modal{max-width:90%;padding:20px}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}
