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

#ksiRow-1 {
    margin-bottom: 59px;
}

#ksiContent {
    top: -117px;
}

#ksiGamesFilter.ksiBlock {
    position: relative;
    width: 100%;
    padding: 0 32px;
    overflow: hidden;
    box-sizing: border-box;

    background-color: #12033e;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: 0px 2px 0px 0px #ffb200;
    -moz-box-shadow: 0px 2px 0px 0px #ffb200;
    box-shadow: 0px 2px 0px 0px #ffb200;
}
#ksiGamesFilterCategory {
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
    flex: 1;
    display: block;
}
#ksiGamesFilterCategory li {    
    padding: 0 24px;
    height: 150px;
    position: relative;
    box-sizing: border-box;
}
#ksiGamesFilterCategory li:after {
    content: '';
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 7px;
    right: 7px;
    margin: auto;
    background-color: transparent;

    -webkit-transition: background-color 0.2s 0s ease;
    -moz-transition: background-color 0.2s 0s ease;
    -o-transition: background-color 0.2s 0s ease;
    transition: background-color 0.2s 0s ease;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#ksiGamesFilterCategory li.ksi-selected:after {
    background-color: #ffb200;
}
#ksiGamesFilterCategory li a {
    display: inline;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #FFFFFF;
    position: relative;

    -webkit-transition: color 0.2s 0s ease;
    -moz-transition: color 0.2s 0s ease;
    -o-transition: color 0.2s 0s ease;
    transition: color 0.2s 0s ease;
}
#ksiGamesFilterCategory li.ksi-selected a {
    color: #ffb200;
}

#ksiGamesFilterField {
    width: 39.3%;
    position: relative;
    padding-right: 10px;
    box-sizing: border-box;
}
#ksiGamesFilterInput {
    width: 100%;
    height: 55px;
    line-height: 50px;
    background-color: #2a1d52;
    border: solid 1px #413565;
    padding: 0px 90px 0 22px;
    box-sizing: border-box;
    font-family: 'Inter-Regular';
    letter-spacing: 1px;

    color: #FFFFFF;
    font-size: 18px;

    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}
#ksiGamesFilterInput::-webkit-input-placeholder {
    opacity: 0.5;
}
#ksiGamesFilterInput::-moz-placeholder { 
    opacity: 0.5;
}
#ksiGamesFilterInput:-moz-placeholder { 
    opacity: 0.5;
}
#ksiGamesFilterInput:-ms-input-placeholder {
    opacity: 0.5;
}
#ksiGamesFilterInput::placeholder { 
    opacity: 0.5;
}


#ksiBtnGamesFilter.ksiBtnRound {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    padding: 0;
    background: #9f3df6;
}

#ksiRow-4.ksiBlock {
    padding-top: 73px;
}
#ksiGamesList {
    margin-bottom: 46px;
}
#ksiGamesList .ksiGameCard {
    margin-bottom: 43px;
    margin-right: 0;
}

#ksiGamesBtns {
    text-align: center;
    margin-bottom: 89px;
}

#ksiGamesList .ksiEmpty {
    font-family: 'Inter-Semi-Bold';
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 20px;
}

@media (max-width: 1280px) {
    #ksi #ksiHeader {
        height: auto;
        padding-bottom: 10px;
    }
    #ksiRow-1 {
        margin-bottom: 43px;
    }
    #ksiContent {
        top: 0px;
    }
    #ksiRow-3.ksiBlock {
        padding: 10px;
    }
    #ksiGamesFilter.ksiBlock{
        padding: 10px;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }
    #ksiGamesFilterCategory {
        width: 100%;
    }
    #ksiGamesFilterCategory li {
        height: auto;
        padding: 10px;
        width: 100%;
        display: block;
    }
    #ksiGamesFilterField {
        width: 100%;
        padding-right: 0;
    }
    #ksiBtnGamesFilter.ksiBtnRound {
        right: 0;
    }

    #ksiRow-4.ksiBlock {
        padding-top: 0;
    }
    #ksi #ksiGamesList {
        height: 330px;
        display: block;
        white-space: nowrap;
        padding-bottom: 0px;
        margin-bottom: 10px;
        overflow-x: auto; /*SAN*/
    }
    #ksiGamesList .ksiGameCard {
        margin: 0 7px 0 0;
    }

    #ksiSubscribeForm.ksiBlock{
        margin-bottom: 10px;
    }
}