header{
    display: none;
}
footer .section-service {
    display: none;
}
footer .bottom {
    position: relative;
}
::-moz-selection {
   background-color: #b6121c;
   color: #fff;
}
::selection {
    background-color:#b6121c;
    color: #fff;
}
.page-content-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 67vh;
    margin: 0;
    background-image: url(/application/themes/kos/images/error-404.png);
    background-size: 100% 425px;
    /* background-position: center; */
    background-repeat: no-repeat;
    font-family: 'Roboto Mono', monospace , tahoma, Arial,"Helvetica Neue",Helvetica,sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    /* z-index: 999; */
    z-index: 1;
    letter-spacing: 2px;
}
.overlay{
    background: #081B56;
    opacity: 0.55 !important;
    max-height: 425px;
    max-width: 2000px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block !important;
}
article {
    overflow-x: hidden;
    height: 100vh;
}
.top-right{
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 224px;
}
.top-right p{
    font-family: 'SegoeUI',Helvetica,Arial,sans-serif;
    font-size: 29px;
    color: #fff;
    
}
.top-right h1:before{
    content: "";
    background-color: #FE7407;
    width: 10px;
    height: 70px;
    display: block;
    margin-right: 20px;
}
.top-right h1{
    font-family: "Montserrat Medium";
    font-size: 70px;
    color: #fff;
    width: max-content;
    display: flex;
}
@media(max-width: 1199px){
    .top-right h1{
        font-size: 61px;
    }
    .page-bottom h2{
        font-size: 33px;
    }
}
@media(max-width: 991px){
    .top-right h1{
        font-size: 56px;
    }
}
@media(max-width: 767px){
    .top-right h1{
        font-size: 41px;
    }
    .page-bottom h2{
        font-size: 30px;
    }
}
@media(max-width: 500px){
    .page-bottom h2{
        font-size: 25px !important;
        text-align: center;
        padding: 0 9%;
    }
    .page-bottom .block-link a{
        font-size: 16px !important;
        padding-top: 2.5rem !important;
    }
    .page-bottom .block-link a:after{
        padding-top: 0px !important;
    }
}
@media(max-width: 991px){
    .top-right:before{
        top: unset;
    }
    article{
        padding-bottom: 29rem;
    }
    .page-content-wrapper{
        background-size: unset;
    }
}
.page-content-wrapper > div{
    max-width: 1000px;
    margin: auto;
    padding: 0 50px;
}
.page-content-wrapper img{
    max-width: 100%;
    height: auto; 
}
.page-bottom .block-link a{
    display: inline-block;
    font-family: "SegoeUI-Semibold";
    font-size: 20px;
    color: #FE7407;
    text-decoration: unset;
    padding-top: 3.5rem;
    display: flex;
}
.page-bottom .block-link a:hover{ 
    /* color: #fff; */
}
@media(max-width: 500px){
    .page-content-wrapper .block-link a{
        display: block;
        text-align: center;
    }
    .page-content-wrapper {
        font-size: 24px;
    }
    .top-right h1{
        font-size: 45px;
        justify-content: center;
        width: auto;
    }
    .top-right h1:before{
        display: none;
    }
    .page-bottom{
        width: 97%;
        padding-top: 1.5rem;

    }
    .top-right .block-link{
        text-align: center;
        display: flex;
        justify-content: center;
    }
    article{
        height: 580px;
    }
}
.page-bottom{
    position: absolute;
    top: 260px;
}
@media(max-width: 767px){
    .page-bottom{
        top: 230px;
    }
}
.page-bottom .block-link a:after{
    content: url(/application/themes/kos/images/ReturnIcon.png);
    margin-left: 6px;
    padding-top: 5px;
}
.page-bottom h2{
    font-size: 35px;
    font-family: "SegoeUI-Semibold";
    color: #fff;
}
article{
    background-color: #081B56;
}