body {
    font-family:var(--c-font), Arial, sans-serif;
    margin:0;
}
.special-page {
    position:fixed;
    width:100%;
    height:calc(100% - 6em);
    display:flex;
    flex-direction:column;
    align-items:center;
    padding-top:6em;
}
.maintenance {
    background-image:url(/v1.60/r/images/in2bet/specialpages/construction.png);
    background-size:100% auto;
    background-repeat:no-repeat;
    background-position:bottom center;
}
.geoblock {
     background-image:linear-gradient(to top, #0000006b, #0000006b),url(/v1.60/r/images/in2bet/specialpages/in2bet-access-denied.png) ;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:bottom right;
}

.special-page .logo {
    max-width:300px;
    width:100%;
}
.special-page .text {
    max-width:800px;
    text-align:center;
    font:var(--t-h3);
    font-weight:400;
    color:var( --c-text-dark-blue);
    padding:10px;
    margin-top:2em;
}
.geoblock .text{
    color:var(--c-text-light-e)
}
@media screen and (max-width:1023px) {
    .special-page .logo {
        max-width:250px
    }
    .maintenance {
         background-position:center center;
    }
    .special-page .text {
        font:var(--t-body-text);
    }
}