﻿a{
    text-decoration:none;
}
p{
    margin: 0;
}
.error {
    width: 1000px;
    margin: 0 auto;

    position: absolute;
    left: 50%;
    top: 50%;
    height: 420px;
    margin-left: -500px;
    margin-top: -220px;
}
.error_left {
    width: 60%;
    float: left;
    margin-top: 28px;
}
.error_right {
    width: 40%;
    float: right;
}
.bold p {
    font-size: 55px!important;
    font-weight: bold;
    line-height: 90px!important;
}
.error_left p {
    font-size: 23px;
    line-height:54px;
}
a.one {
    background: #c0c0c0;
    width: 24%;
    float: left;
    margin-right: 25px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: white;
}
a.two {
    background: #26a9e1;
    width: 24%;
    float: left;
    margin-right: 25px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: white;
}
.error_left a {
    margin-top: 23px;
}
.bold {
    margin-bottom: 10px;
}


@media(max-width:992px){
.error {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    margin-left: 0;
    margin-top: 0;
}
.error_left {
    width: 100%;
    padding: 10px;
    float: none;
    box-sizing: border-box;
    padding: 0 20px;
}
.error_right {
    width: 100%;
    padding: 10px;
    float: none;
    box-sizing: border-box;
    margin-top: 80px;
}
.error_right img {
    width: 100%;
}
}