.not_found_page_block .title-container {
    background: url("../img/page/title-background-404-page.png") no-repeat center center;
    box-shadow: inset 3000px 0 0 0 rgba(0, 0, 0, 0.3);
    padding-top: 350px;
    padding-bottom: 35px;
    margin-left: 66px;

}

@media screen and (max-width: 1290px) {
    .not_found_page_block .title-container {
        margin-left: -15px;
    }
}

.not_found_page_block .title-container .title {
    color: #e1e7ec;
    font-family: BebasNeueRegular;
    font-size: 50px;
    line-height: 50px;
    margin-left: -66px;
}

@media screen and (max-width: 1290px) {
    .not_found_page_block .title-container .title {
        margin-left: 0px;
    }
}

.not_found_page_block .not_found_page {
    background: #FFFFFF;
}

.not_found_page_block .not_found_page .title-block .title {
    color: #9e1d1d;
    font-size: 50px;
    font-family: BebasNeueRegular;
}

.not_found_page_block .not_found_page .content-block {
    margin-bottom: 55px;
}

.not_found_page_block .not_found_page .content-block .text {
    color: #000000;
    font-family: Ubuntu;
    font-size: 150px;
    line-height: 150px;
    border-bottom: solid #d7dde3 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.not_found_page_block .not_found_page .content-block .back_to_home a {
    color: #062a51;
    font-size: 14px;
    font-family: BPGNP;
    margin-right: 2px;
    background: url(../img/svg/arrow-previous.svg) no-repeat left center;
    background-size: 30px 40px;
    padding-left: 30px;
}

.not_found_page_block .not_found_page .content-block .back_to_home a:hover {
    color: #ff5966;
    background: url(../img/svg/ff5966/arrow-previous.svg) no-repeat left center;
    background-size: 30px 40px;
}