body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin:0;padding:0;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    width: 100%;    
    background:  #000;

}
.notfound h1 img{
    max-height:120px;max-width:100%;
}
#notfound {
    position: relative;
    align-self: center;
    border:1px solid #ccc;
    background:#fff;
    padding:0 0 25px 0;
    box-sizing: border-box;
    max-width: 100%;
}

#notfound .notfound {
    position: relative;
}

.notfound {
    width: 520px;
    max-width: 100%;
    text-align: center;
    padding: 0 30px;
    color: #000;
    box-sizing: border-box;
}
.notfound h1 img{
    width:280px;margin-top:15px;object-fit: contain
}
.notfound h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    color: #000;
}

.notfound h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    margin: 0;
    font-weight: 700;
    color: #000;
}

.notfound a.btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #CE2026;
    display: inline-block;
    border:2px solid #CE2026;
    padding: 7px 30px;
    border-radius: 0px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
}
.notfound a.btn:hover{
    color:#CE2026;background:#fff;
}

.notfound-social {
    margin-top: 20px;
}

.notfound-social > a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    border:2px solid #CE2026;
    font-size: 14px;
    color: #CE2026;
    background-color: transparent;
    margin: 3px;
    border-radius: 20px;
    padding: 0px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.notfound-social>a:hover {
    background-color: #CE2026;color:#fff;
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {
    .notfound h1 {
        font-size: 68px;
    }

    .notfound h2 {
        font-size: 18px;
    }
    .browser-container > a{
        transform: scale(0.7);
    }
}

#notfound .b-1 {
    background: url(/images/front/browser-color-sprite.png) 0 -82px no-repeat;
    width: 70px;
    height: 72px;
    float: left;
    display: block;
    margin-right: 10px;
}
#notfound .b-1:hover {
    background: url(/images/front/browser-color-sprite.png) 0 -1px no-repeat;
}
#notfound .b-2 {
    background: url(/images/front/browser-color-sprite.png) -81px -82px no-repeat;
    width: 70px;
    height: 72px;
    float: left;
    display: block;
    margin-right: 10px;
}
#notfound .b-2:hover {
    background: url(/images/front/browser-color-sprite.png) -81px -1px no-repeat;
}
#notfound .b-3 {
    background: url(/images/front/browser-color-sprite.png) -159px -82px no-repeat;
    width: 74px;
    height: 72px;
    float: left;
    display: block;
    margin-right: 15px;
}
#notfound .b-3:hover {
    background: url(/images/front/browser-color-sprite.png) -159px -1px no-repeat;
}
#notfound .b-4 {
    background: url(/images/front/browser-color-sprite.png) -245px -82px no-repeat;
    width: 74px;
    height: 72px;
    float: left;
    display: block;
    margin-right: 10px;
}
#notfound .b-4:hover {
    background: url(/images/front/browser-color-sprite.png) -245px -1px no-repeat;
}
#notfound .b-5 {
    background: url(/images/front/browser-color-sprite.png) -324px -82px no-repeat;
    width: 74px;
    height: 72px;
    float: left;
    display: block;
    margin-right: 10px;
}
#notfound .b-5:hover {
    background: url(/images/front/browser-color-sprite.png) -324px -1px no-repeat;
}
#notfound .browser-container {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}