.widget-article .page_404 {
    text-align: center;
    max-width: 470px;
    margin: 100px auto 120px;
    border-radius: 0;
    padding: 0;
}
.widget-article .page_404 .ops {
    color: #000;
    font-size: 70px;
    font-weight: 600;
    line-height: 95px;
}
.widget-article .page_404 .ops .big_font {
    color:#000;
    font-size: 105px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color:#000;
    font-size: 105px;
    margin-left: -16px;
}
.widget-article .page_404 .error {
    font-size: 38px;
    color:#ea0707;
    line-height: 50px;
    margin: 15px 0;
    font-weight: 500;
    font-style: normal;
}
.widget-article .page_404 p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    padding: 0;
    margin: 0 0 20px;
}
.widget-article .page_404 a{
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.15px;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-decoration: none !important; 
    position: relative;
    display: flex;
    align-items: center;
    background-color: #000;
    padding: 10px 40px;
    border-radius: 50px;
    max-width: 245px;
    justify-content: center;
    text-transform: uppercase;
}
.widget-article .page_404  a  svg {
    margin: 0 0 0 15px;
}
.widget-article .page_404 a:hover{
  background: rgba(0,0,0,0.75);
}
