@font-face {
    font-family: '28_days_laterregular';
    src: url('../../../fonts/404//28_days_later.eot');
    src: url('../../../fonts/404/28_days_later.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/404/28_days_later.woff2') format('woff2'),
         url('../../../fonts/404/28_days_later.woff') format('woff'),
         url('../../../fonts/404/28_days_later.ttf') format('truetype'),
         url('../../../fonts/404/28_days_later.svg#28_days_laterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.f-28daysregular {
     font-family: '28_days_laterregular';
}
body {
   background: #e6e8e8;
   overflow-x: hidden;
}
.wrap-error {
    width: 940px;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
}
.zoom {
     position: absolute;
    right: -90px;
    top: 14px;
    width: 763px;
    z-index: 9999;
}
.f62 {
    font-size: 50px;
    margin: 0;
}
.f100 {
   font-size: 90px;
    line-height: 115%;
    margin: 0;
}
p.f-28daysregular {
    color: #7d7d7d;
}
p a:hover {
   color: #7d7d7d; 
}
p a {
    color: #58baeb;
    text-decoration: none;
    transition: all 0.3s ease;
}
a.gohome:hover {
    background-color: #7d7d7d;
}
a.gohome {
    background-color: #2e9bd5;
    background-image: url("../../../images/go.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 200px;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
    width: 200px;
}