
/*page not found*/
.page-page-not-found .body {
    min-height: auto;
}
.widget-article .page_404 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding:150px 15px 36px 15px;
    background: transparent;
}
.widget-article .page_404 .ops {
    color:#e30f0f;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: #000;
    font-size: 104px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color: #000;
    font-size: 104px;
    margin-left: -17px;
}
.widget-article .page_404 .error {
    font-size: 38px;
    color: #000;
    line-height: 30px;
    margin: 15px 0 25px 0;
    font-weight: 500;
}
.widget-article .page_404 p {
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}
.widget-article .page_404 a{
    background: #000;
    border-color: #000;
    margin: 15px 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 12px 10px;
    width: 100%;
    margin-top: 20px;
    max-width: 209px;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Plain';
    font-size: 16px;
    font-weight: 400;
line-height: 21px;
  letter-spacing: 0.1em;
  height: 46px;
}
.widget-article .page_404 a:hover{
    background-color: #2D2D2D;
}
.page-page-not-found .page-content {
    padding: 60px 30px 100px 30px;
}
/*page not found end*/
