
.page-404-page {
    position: relative;
    min-height: 80vh;
}

.-page-404 .page-buffer:before {
    content: '';
    background: url(/public/img/monster.png) no-repeat left top;
    background-size: contain;
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 260px;
    left: 0;
}

.-page-404 .search-block {
    display: none;
}

.page-404-text-block {
    background: #ffffff;
    position: absolute;
    width: 60%;
    top: 20vh;
    right: 10%;
    padding: 70px 30px 40px 30px;
    border-radius: 2px;
}

.page-404-text-block a {
    color: #212f32;
    position: relative;
    display: inline-block;
    padding: 3px 0px 0 5px;
    text-shadow: none;
}

.page-404-text-block a .icon {
    margin-right: 3px;
    position: relative;
}

.page-404-code {
    position: absolute;
    font-size: 120px;
    color: #1f1e1c;
    top: 0;
}

.page-404-text {
    position: relative;
}

.page-404-ooops {
    font-size: 40px;
    margin-right: 10px;
}

.page-404-word-2 {
    font-size: 23px;
    margin-left: 10px;
}

@media (max-width: 1199px) {
    .page-404-code {
        font-size: 70px;
        top: 25px;
    }
}