.not-found-nav{padding:0 0 64px}.not-found-nav__title{text-align:center;color:#2d2e2e;margin-bottom:32px;font-size:24px;font-weight:600}.not-found-nav__wrapper{grid-template-columns:repeat(4,1fr);gap:24px;max-width:900px;margin:0 auto;display:grid}.not-found-nav__item{text-align:center;background-color:#f9f8f6;border-radius:20px;flex-direction:column;align-items:center;gap:16px;padding:24px 16px;transition:all .3s;display:flex}.not-found-nav__item:hover{transform:translateY(-4px)}.not-found-nav__icon{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.not-found-nav__label{color:#2d2e2e;font-size:16px;font-weight:600}@media (max-width:768px){.not-found-nav{padding:0 0 48px}.not-found-nav__title{margin-bottom:24px;font-size:20px}.not-found-nav__wrapper{grid-template-columns:repeat(2,1fr);gap:16px}}
