/* #wrap {
    background-position: center top;
    background-image: url('./7.jpg');
    background-repeat: no-repeat;
}
#ksi {
    opacity: 0.8;
}  */


#wrap {
    width: 100%;
    height: 100%;
}
#ksi {
    width: 100%;
    height: 100%;
}
#ksiContent {
    width: 100%;
    height: 100%;
}
#ksiRow-1.ksiBlock {
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
    padding: 0 30px;
}
#ksi404 {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#ksi404 .ksi404Image {
    margin: auto;
    height: 536px;
    background-color: rgb(123,26,203);
    background: -moz-linear-gradient(135deg, rgba(123,26,203,1) 0%, rgba(59,38,217,1) 100%);
    background: -webkit-linear-gradient(135deg, rgba(123,26,203,1) 0%, rgba(59,38,217,1) 100%);
    background: linear-gradient(135deg, rgba(123,26,203,1) 0%, rgba(59,38,217,1) 100%);
    margin-bottom: 40px;
    position: relative;
}
#ksi404 .ksi404Image::before {
    content: '';
    display: block;
    position: absolute;

    top: 10px;
    bottom: 116px;
    left: 15px;
    right: 15px;
    margin: auto;

    background-color: rgb(123,26,203);
    background-image: URL('../images/404.png');
    background: URL('../images/404.png');
    background: URL('../images/404.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
#ksi404 .ksi404Text {
    font-family: 'Inter-Semi-Bold';
    font-size: 36px;
    margin-bottom: 37px;
    color: #FFFFFF;
}
#ksi404 .ksi404Btns {
    text-align: center;
}
#ksi404 .ksi404Btns .ksiBtn.ksiBtnRound.ksiBtnYellow {
    padding: 19px 46px 19px 54px;
}


@media (max-width: 1280px) {
    #ksi404 .ksi404Image {
        min-height: 200px;
    }
    #ksi404 .ksi404Text {
        font-size: 20px;
    }
}