body{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;font-weight: 400;
    margin:0;padding:0;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    width: 100%;    
    background:  #F3F3F3;

}
.notfound h1{padding:10px 0 0;}
.notfound h1 img{
    max-height:50px;max-width:100%;
}
.notfound h3{font-weight: normal;}
#notfound {
    position: relative;
    align-self: center;
    border:1px solid #eaeaea;
    background:#fff;
    padding:0 0 25px 0;
    box-sizing: border-box;
    max-width: 96%;
    border-radius: 12px;overflow: hidden;
    box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.17);
}

#notfound .notfound {
    position: relative;
}
.notfound > *{padding:0 15px;}
.notfound {
    width: 680px;
    max-width: 100%;
    text-align: center;
    padding: 15px 0px;
    color: #333;
    box-sizing: border-box;
}
.notfound h1 img{
    width:160px;margin-top:15px;object-fit: contain;margin-bottom: 0px;
}
.notfound h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    color: #7eae00;
}

.notfound h2 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(22px,2.1vw,56px);
    margin: 30px 0 0 0;
    font-weight: 700;
    color: #7eae00;
}

.btn {
    margin-top:15px;
    -moz-user-select: none;
    background: #7eae00;
    border: 2px solid #7eae00;
    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;
    /*box-shadow: 0 3px 27px 0 rgba(0, 0, 0, 0.17);*/
}
.btn:hover {
    box-shadow: none;background: #fff;color:#7eae00;
}

.notfound-social {
    margin-top: 20px;
}

.notfound-social > a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    border:2px solid #7eae00;
    font-size: 14px;
    color: #fff;
    background-color: #7eae00;
    margin: 3px;
    border-radius: 37px;
    padding: 0px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.notfound-social>a:hover {
    background-color: #fff;color:#7eae00;
}

@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;
}