.content-page-404 {
    padding: 230px 0 510px;
    background: url("../0img/404-img.png") 0 100% no-repeat;
    text-align: center;
    background-size: contain;
    background-color: #F7F9F9;
    background-size: 100%;
}

@media (max-width: 800px) {
    .content-page-404 {
        padding: 100px 0 300px;
    }
}

@media (max-width: 360px) {
    .content-page-404 {
        padding: 50px 0 250px;
    }
}

.content-page-404 .title {
    font-size: 100px;
    margin-bottom: 15px;
    line-height: 1;
}

@media (max-width: 800px) {
    .content-page-404 .title {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .content-page-404 .title {
        font-size: 40px;
    }
}

.content-page-404 .subtitle {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1;
}

@media (max-width: 800px) {
    .content-page-404 .subtitle {
        font-size: 20px;
    }
}

.content-page-404 .text {
    font-size: 22px;
    margin-bottom: 53px;
    line-height: 1.3;
}

@media (max-width: 800px) {
    .content-page-404 .text {
        font-size: 22px;
    }
}

.content-page-404 .btn {
    font-size: 32px;
    text-transform: uppercase;
}