.content.page404{
    padding-bottom:0;
    display: flex;
    height: 100%;
    justify-content: center;
}
.page404__wrap{
    padding:78px 20px;
    text-align: center;
}
.page404__num{
    font-size: 112px;
    font-weight: 900;
    line-height: 110px;
    margin-bottom:41px;
}
.page404__title{
    font-weight: 600;
    font-size: 32px;
    line-height: 34px;
    margin-bottom:1px;
}
.page404__text{
    margin-bottom: 28px;
}
.page404__btn .btn{
    text-transform: uppercase;
    width: 162px;
}
