/* 404 */
#error{
    min-height: 80vh;
    height: auto;
    padding: 0;
}
#error h1{
    font-size: 64px;
    color: var(--main);
}

/* footer */
footer{
    background: #2A2521;
    padding: 64px 0px 32px 0px;
}
footer h3{
    color: #fff;
}
footer .logo p{
    border: 0px;
    max-width: inherit;
    margin: 0;
    padding: 0;
}
footer a, footer p{
    color: #E5E5E5;
    font-size: 14px;
}
footer a:hover{
    text-decoration: underline;
}
.footer_div{
    max-width: 280px;
    width: 100%;
}
.footer_cont_div p:first-child{
    font-size: 12px;
    color: #CFC7BC;
}
.footer_cont_div p{
    line-height: 1.2;
}
.footer_end{
    padding-top: 24px;
    border-top: 1px solid #3D3833;
}