body{
    font-family: "Exo 2", sans-serif;
    font-size: 14px;font-weight: 400;
    margin:0;padding:0;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    width: 100%;    
    background:  #151925;

}
.notfound h1{padding:20px 0 0;}
.notfound h1 img{
    max-height:80px;max-width:100%;
}
.notfound h3{font-weight: normal;}
#notfound {
    position: relative;
    align-self: center;
    background: #DF2418;
    background: radial-gradient(circle,rgba(223, 36, 24, 1) 0%, rgba(127, 20, 24, 1) 100%);
    padding:0 0 25px 0;
    box-sizing: border-box;
    max-width: 96%;
    border-radius: 10px;overflow: hidden;
}

#notfound .notfound {
    position: relative;
}
.notfound > *{padding:0 15px;}
.notfound {
    width: 520px;
    max-width: 100%;
    text-align: center;
    padding: 0 0px;
    color: #fff;
    box-sizing: border-box;
}
.notfound h1 img{
    width:180px;margin-top:0px;object-fit: contain;margin-bottom: 0px;
}
.notfound h1 {
    font-family: "Exo 2", sans-serif;
    font-size: 5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom:0px;
    color: #fff;
}

.notfound h2 {
    font-family: "Exo 2", sans-serif;
    font-size: clamp(22px,2.4vw,40px);
    margin: 0px 0 0 0;
    font-weight: 600;padding-top:20px;text-transform: uppercase;
    color: #fff;
}

.btn {
    -moz-user-select: none;
    background: #151925;
    border: 2px solid #151925;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 0;
    border-radius: 0px;
    padding: 12px 28px  !important;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: normal;
    text-transform: uppercase;
    border-radius: 10px !important;
    text-decoration: none;
    margin-top:20px;
}
.btn:hover {
    box-shadow: none;background: #DF2418;color:#fff;border-color:#DF2418;
}

.notfound-social {
    margin-top: 20px;
}

.notfound-social > a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    border:2px solid #151925;
    font-size: 14px;
    color: #fff;
    background-color: #151925;
    margin: 3px;
    border-radius: 37px;
    padding: 0px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.notfound-social>a:hover {
    background-color: #fff;color:#151925;
}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 480px) {
    .notfound h1 {
        font-size: 68px;
    }

    .notfound h2 {
        font-size: 26px;
    }
    #notfound .browser-container{
        transform: scale(0.7);
    }
    body{
        font-size:14px;
    }
}

#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;
}