

* {
    font-family: 'Poppins', sans-serif;
}

header {
    padding: 1rem 7.5%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.page_not_found_wrapper {
    display: grid;
    width: 100%;
    height: 100vh;
    top: 0;
position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: #F6F6F1;
}

.forward_block_page {
    /*background-image: url("../../assets/img/404.svg");*/
    /*background-size: 600px 600px;*/
    /*background-repeat: no-repeat no-repeat;*/
    /*background-position: center center;*/
    justify-self: center;
    align-self: center;
    /*padding: 100px 120px;*/
}

.page_not_found_wrapper h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 190px;
    line-height: 137px;
    color: #000
}
.page_not_found_wrapper p{
    text-align: center;
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    display: block;
    margin-top: 16px;
    align-items: center;
    color: #000
}

.return_button_page {
    display: grid;
    justify-content: center;
}

.return_button_page button {
    margin-top: 32px;
}

.button_black {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    padding: 12px 40px;
    width: max-content;
    border: 1px solid #000000;
    outline: 1px solid #000000;
    transition: .3s all;
    background: transparent;
}

@media (max-width: 1025px) {
    .page_not_found_wrapper {
        height: calc(var(--app-height) - (60px + 456px));
    }
}
