.error {
    float: left;
    width: 100%;
}

.error .error_info {
    position: relative;
    padding: 154px 0 0 5.8%;
    width: 228px;
    float: left;
}

.error .error_info:before {
    position: absolute;
    content: "";
    background: url("../images/arrow_error.png") no-repeat scroll 0 0 transparent;
    width: 221px;
    height: 67px;
    top: 72px;
    left: 173px;
}

.error .error_info p {
    line-height: 25px;
    padding: 0 0 24px;
}

.error .error_info span {
    color: #0193db;
    text-decoration: underline;
}

.error .error_fatal {
    color: #ffc600;
    font-weight: 700;
    font-size: 326px;
    float: right;
    padding: 68px 7.5% 18px 0;
}

@media screen and (max-width: 930px) {

    .error .error_fatal {
        font-size: 200px;
        padding: 124px 7.5% 18px 0;
    }

}

@media screen and (max-width: 680px) {
    .error .error_info {
        padding: 0 0 0;
        width: 228px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .error .error_info:before {
        display: none;
    }

    .error .error_info p {
        line-height: 19px;
        padding: 0 0 17px;
    }

    .error .error_fatal {
        font-size: 162px;
        float: none;
        text-align: center;
        width: 100%;
        padding: 26px 0 15px;
    }
}