.not-found{background:var(--tg-gray-two);justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:80px 20px;display:flex}.not-found__inner{text-align:center;width:100%;max-width:640px}.not-found__code{font-family:var(--tg-heading-font-family);color:var(--tg-primary-color);margin-bottom:16px;font-size:clamp(72px,14vw,120px);line-height:1;display:block}.not-found__title{margin-bottom:16px;font-size:clamp(28px,5vw,42px)}.not-found__text{max-width:480px;color:var(--tg-paragraph-color);margin:0 auto 32px}.not-found__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.not-found__btn{border-radius:999px;justify-content:center;align-items:center;min-width:180px;padding:14px 28px;font-weight:600;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.not-found__btn--primary{background:var(--tg-primary-color);color:var(--tg-white)}.not-found__btn--primary:hover{background:var(--tg-secondary-color)}.not-found__btn--secondary{border:1px solid var(--tg-primary-color);color:var(--tg-primary-color);background:0 0}.not-found__btn--secondary:hover{background:var(--tg-primary-color);color:var(--tg-white)}
