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


/*Шапка*/
#ksiHeader {
    background-size: auto 67.9455%, 100% 100%;
    background-image: url('../images/header_bg.png'), -moz-linear-gradient(0deg, #e82a7a 0%, #360354 100%);
    background-image: url('../images/header_bg.png'), -webkit-linear-gradient(0deg, #e82a7a 0%, #360354 100%);
    background-image: url('../images/header_bg.png'), linear-gradient(0deg, #e82a7a 0%, #360354 100%);
    height: 810px;
    margin-bottom: 57px;
}

/*Первоя строка*/
#ksiRow-1 {
    margin-bottom: 24px;
}
/*Персонаж*/
#ksiCharacter{
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    background-position: 122px 31px;
    background-repeat: no-repeat;
    background-image: url('../images/character_1.png');
    width: 805px;
    height: 677px;
    top: 0px;
    left: 382px;
}
#ksiCharacterDuck {
    right: 114px;
    top: 24px;
    width: 350px;
    height: 590px;
}
#ksiCharacterChest {
    right: -80px;
    top: 355px;
    width: 380px;
    height: 340px;
}

/*Вторая строка*/
#ksiRow-2.ksiBlock {
    padding-top: 72px;
}
/*Наша миссия*/
#ksiMission {
    max-width: 482px;
}

#ksiBtnAbout.ksiBtnRound {
    margin-right: 25px;
}
#ksiBtnWatch.ksiBtn {
    display: inline-block;
    vertical-align: middle;
    width: 79px;
    height: 80px;
    background-image: url('../images/icon_video.png');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
}

/*Блок с контентом*/
#ksiContent {
    margin-bottom: 103px;
}

/*Строка 3*/
#ksiRow-3 {
    margin-bottom: 43px;
}
#ksiNumbers{
    display: table;
    width: 100%;
    max-width: 69.3%;
}
#ksiNumbersLeft {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
#ksiNumbersRight {
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
}
#ksiNumbersTitle.ksiBlockTitle {
    margin-bottom: 16px;
}
#ksiNumbersSubTitle.ksiTextSubTitle {
    margin-bottom: 7px;
}
#ksiNumbersOr {
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1em;
    margin-right: 23px;
}
#ksiBtnPresentation.ksiBtnRound {
    vertical-align: middle;
    letter-spacing: 1px;
    padding: 15px 27px 14px 24px;
}
/*Строка 4*/
#ksiRow-4 {
    margin-bottom: 52px;
}
/*Обертка*/
#ksiMerits {
    background: -moz-linear-gradient(45deg, rgba(28,14,76,0) 80%, rgba(28,14,76,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(28,14,76,0) 80%, rgba(28,14,76,1) 100%);
    background: linear-gradient(45deg, rgba(28,14,76,0) 80%, rgba(28,14,76,1) 100%);
    overflow: hidden;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
#ksiMerits::before {
    content: attr(data-value);
    font-size: 250px;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    right: 16px;
    bottom: 0;
    margin: auto;
    color: #140737;
}
/*Блок с карточками в цифрах*/
#ksiCards {
    width: 100%;
}
#ksiCards .ksiCard {
    width: 255px;
    height: 311px;
    box-sizing: border-box;
    background-image: url('../images/cards_bg.png');
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-color: #000000;
    background-position: left top;
    border: solid 1px #000000;
    margin-bottom: 27px;
    position: relative;
    cursor: pointer;
    padding: 41px 0 0 0;
    text-decoration: none;


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

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#ksiCards .ksiCard:nth-child(2){
    background-position: center top;
}
#ksiCards .ksiCard:nth-child(3){
    background-position: right top;
}
#ksiCards .ksiCard:nth-child(4){
    background-position: left bottom;
}
#ksiCards .ksiCard:nth-child(5){
    background-position: center bottom;
}
#ksiCards .ksiCard:nth-child(6){
    background-position: right bottom;
}
#ksiCards .ksiCardCover {
    width: 130px;
    height: 130px;
    border: solid 1px #837ebe;
    margin: auto auto 45px;
    box-sizing: border-box;
    position: relative;

    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px;
}
#ksiCards .ksiCardCover::before{
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#ksiCards .ksiCardCover[data-icon="tort"]::before {
    bottom: 10px;
}
#ksiCards .ksiCardCover[data-icon="apparat"]::before {
    bottom: 3px;
    left: 5px;
}
#ksiCards .ksiCardCover[data-icon="calendar"]::before {
    bottom: 3px;
}
#ksiCards .ksiCardCover[data-icon="peoples"]::before {
    bottom: 6px;
}

#ksiCards .ksiCardIcon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 76.923%;
    height: 76.923%;

    box-shadow: inset 0 0 25px 0 #fd4099;

    -webkit-transition: width 0.2s 0s ease, height 0.2s 0s ease;
    -moz-transition: width 0.2s 0s ease, height 0.2s 0s ease;
    -o-transition: width 0.2s 0s ease, height 0.2s 0s ease;
    transition: width 0.2s 0s ease, height 0.2s 0s ease;

    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#ksiCards .ksiCardCounter {
    font-family: 'Inter-Bold';
    color: #fffffd;
    font-size: 36px;
    font-weight: bold;
    line-height: 73px;
    text-align: center;
    height: 70px;
    width: 70px;
    overflow: hidden;
    position: absolute;
    left: 60%;
    top: 63%;

    background: -moz-linear-gradient(115deg, rgba(182,95,226,1) 0%, rgba(101,46,235,1) 100%);
    background: -webkit-linear-gradient(115deg, rgba(182,95,226,1) 0%, rgba(101,46,235,1) 100%);
    background: linear-gradient(115deg, rgba(182,95,226,1) 0%, rgba(101,46,235,1) 100%);

    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}
#ksiCards .ksiCardCounter.ksiBigValue {
    font-size: 28px;
}
#ksiCards .ksiCardTitle {
    color: #c4cbf9;
    text-align: center;
    font-size: 18px;
    line-height: 1.2em;
    padding: 0 25px;
    text-decoration: none;
}
#ksiCards [data-icon="arrow_right"]{
    position: absolute;
    top: 12px;
    right: -2px;
    opacity: 0;

    -webkit-transition: opacity 0.2s 0s ease;
    -moz-transition: opacity 0.2s 0s ease;
    -o-transition: opacity 0.2s 0s ease;
    transition: opacity 0.2s 0s ease;
}
#ksiCards .ksiCard:hover,
#ksiCards .ksiCard.ksiSlected {
    border-color: #FFFFFF;
}
#ksiCards .ksiCard:hover [data-icon="arrow_right"],
#ksiCards .ksiCard.ksiSlected [data-icon="arrow_right"]{
    opacity: 1;
}
#ksiCards .ksiCard:hover .ksiCardIcon,
#ksiCards .ksiCard.ksiSlected .ksiCardIcon{
    width: 100%;
    height: 100%;
}
#ksiMeritsText {
    color:#c3caf8;
    width: 495px;
    padding: 23px 28px;
    font-size: 18px;
    box-sizing: border-box;
    line-height: 2em;
    background-image: url('../images/coin_one.png');
    background-position: right 28px bottom 35.6%;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

/*Строка 5*/
#ksiRow-5 {
    margin-bottom: 0;
}

#ksi #ksiGamesWrap .ksiGameList .ksiGameListBoby {
    overflow-x: hidden;
}

#ksiGamesSoon {
    margin-right: 20px;
}
#ksiGamesNew {
    width: 100%;
}
#ksiGamesNewHeader {
    margin-bottom: 22px;
}
#ksiBtnGamesAll.ksiBtnRound{
    padding: 14px 37px;
    letter-spacing: 1px;
    padding: 14px 33px 16px 32px;
    margin-right: 2px;
}
#ksiGamesNewList {
    width: 100%;
    overflow: hidden;
    /*overflow-x: auto;*/
    padding-bottom: 100px;
    position: relative;
}
#ksiRow-5 .ksiGameCard {
    margin-right: 21px;
}

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

/*Строка 6*/
#ksiRow-6 {
    background-image: url('../images/new_bg.png');
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
#ksiNews.ksiBlock {
    width: 100%;
    overflow: hidden;
    min-height: 542px;
    padding: 89px 0 0;
    box-sizing: border-box;
}
#ksiNewsLeft {
    flex: 1.3;
}
#ksiNewsCenter {
    flex: 1;
}
#ksiNewsRight {
    flex: 0.96;
}
#ksiNewsTitle.ksiBlockTitle {
    margin-bottom: 18px;
}
#ksiNewsSubtitle.ksiBlockSubTitle {
    margin-bottom: 28px;
}
#ksiNewsText {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 40px;
}
#ksiBtnNewsAll.ksiBtnRound {
    vertical-align: middle;
    padding: 20px 36px 17px 31px;
    margin-right: 23px;
    margin-bottom: 29px;
}
/*Карточки новостей*/
#ksiNews .ksiNewsCard{
    text-decoration: none;
    display: block;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.5);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 26px 32px;
    margin: 2px 12px 28px 12px;
    min-width: 325px;
    min-height: 176px;
    box-sizing: border-box;

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

    -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;
}
#ksiNews .ksiNewsCard:hover{
    background-color: rgba(30,30,30,0.5);
}
#ksiNews .ksiNewsCardTitle{
    font-size: 22px;
    font-family: 'Inter-Semi-Bold';
    line-height: 1.2em;
    margin-bottom: 14px;
    letter-spacing: 0px;
}
#ksiNews .ksiNewsCardText{
    line-height: 1.7em;
}
#ksiNews-1.ksiNewsCard{
    background-image: url('../images/news_bg_1.png');
}
#ksiNews-2.ksiNewsCard{
    background-image: url('../images/news_bg_2.png');
    padding: 24px 29px;
}
#ksiNews-3.ksiNewsCard{
    background-image: url('../images/news_bg_3.png');
    height: 86.8%;
    margin-right: 0;
    padding: 26px 28px;
}

/*Строка 7*/
#ksiRow-7 {
    margin-bottom: 67px;
}
#ksiPartner {    
    height: 495px;
    width: 100%;
}
#ksiPartner .ksiPartnerWrap {
    background-image: url('../images/partner_gb.png');
    background-color: transparent;
    background-position: right bottom;
    background-size: 91% auto ;
    background-repeat: no-repeat;

    box-sizing: border-box;
    padding: 120px 40px 43px 588px;
    margin: auto;
}

#ksiPartnerTitle.ksiBlockTitle {
    margin-bottom: 17px;
}
#ksiPartnerSubtitle.ksiBlockSubTitle {
    margin-bottom: 23px;
}
#ksiPartnerText {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 2em;
    margin-bottom: 32px;
}
#ksiBtnPartnerContacts.ksiBtnRound.ksiBtnYellow {
    padding: 20px 28px 18px 33px;
    margin-right: 23px;
    box-shadow: 0 0 40px 17px rgba(174,75,25,0.35);
}

#ksiPartnerAnim {
    left: -82px;
    top: 13px;
    width: 617px;
    height: 484px;
}

/*Строка 8*/
#ksiRow-8 {
    margin-bottom: 23px;
}

/*Строка 9*/
#ksi .ksiDot {
    position: absolute;
    
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: 100% 300%;
    background-color: transparent;

    -webkit-animation: dot_pulse 0.6s steps(3) infinite;
    -moz-animation: dot_pulse 0.6s steps(3) infinite;
    -o-animation: dot_pulse 0.6s steps(3) infinite;
    animation: dot_pulse 0.6s steps(3) infinite;
}
#ksi [data-dot="1"].ksiDot {
    top: 14.3vw;
    left: 52.3vw;
    height: 1.40625vw;
    width: 2.5vw;
    background-image: url('../images/map_1_anim.png');

    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -o-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
#ksi [data-dot="2"].ksiDot {
    top: 18.9vw;
    left: 11.2vw;
    height: 2.3437vw;
    width: 2.3958vw;
    background-image: url('../images/map_2_anim.png');

    -webkit-animation-delay: -0.25s;
    -moz-animation-delay: -0.25s;
    -o-animation-delay: -0.25s;
    animation-delay: -0.25s;
}
#ksi [data-dot="3"].ksiDot {
    top: 7.9vw;
    right: 24.4vw;
    height: 1.302vw;
    width: 2.1354vw;
    background-image: url('../images/map_3_anim.png');

    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}
#ksi [data-dot="4"].ksiDot {
    top: 8.4vw;
    left: 44.2vw;
    height: 1.1458vw;
    width: 1.9791vw;
    background-image: url('../images/map_4_anim.png');

    -webkit-animation-delay: -1.15s;
    -moz-animation-delay: -1.15s;
    -o-animation-delay: -1.15s;
    animation-delay: -1.15s;
}

@-webkit-keyframes dot_pulse {
    100% { background-position: center 150%;}
}
@-moz-keyframes dot_pulse {
    100% { background-position: center 150%;}
}
@-o-keyframes dot_pulse {
    100% { background-position: center 150%;}
}
@keyframes dot_pulse {
    100% { background-position: center 150%;}
}


@media (max-width: 1280px) {
    #ksiHeader {
        margin-bottom: 31px;
    }

    #ksiRow-1.ksiBlock {
        padding-top: 93px;
        margin-bottom: 27px;
    }
    #ksiRow-2.ksiBlock {
        padding-top: 19px;
    }
    #ksiBtnAbout.ksiBtnRound.ksiBtnYellow {
        font-size: 13px;
        padding: 13px 27px 13px 22px;
        margin-right: 21px;
    }
    #ksiBtnWatch.ksiBtn {
        width: 54px;
        height: 57px;
    }
    #ksiNumbers {
        max-width: none;
    }
    #ksiNumbersOr {
        font-size: 12px;
        text-transform: lowercase;
        margin-right: 11px;
    }
    #ksiBtnPresentation.ksiBtnRound.ksiBtnPurple {
        padding: 10px 14px 10px 13px;
        font-size: 13px;
        letter-spacing: 0.7px;
        margin-bottom: 2px;
    }
    #ksiRow-3.ksiBlock {
        margin-bottom: 27px;
    }
    #ksiNumbersTitle.ksiBlockTitle {
        margin-bottom: 13px;
    }
    #ksiCards .ksiCard {
        width: 146px;
        height: 178px;
        margin-bottom: 8px;
        padding: 23px 0 0 0;
    }
    #ksiCards .ksiCardCover {
        width: 75px;
        height: 75px;
        margin-bottom: 26px;
    }
    #ksiCards .ksiCardCover::before {
        -moz-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }
    #ksiCards .ksiCardCounter {
        font-size: 17px;
        line-height: 46px;
        height: 41px;
        width: 41px;
    }
    #ksiCards .ksiCardCounter.ksiBigValue {
        font-size: 15px;
    }
    #ksiCards .ksiCardTitle {
        font-size: 12px;
    }
    #ksiRow-4 {
        margin-bottom: 31px;
    }
    #ksiGamesTitle {
        font-size: 16px;
        margin-bottom: 9px;
    }
    

    #ksiBtnGamesAll.ksiBtnRound.ksiBtnPurple {
        padding: 10px 19px 10px 18px;
        font-size: 13px;
        letter-spacing: 0.7px;
    }
    #ksiRow-5 {
        margin-bottom: 0px;
    }
    #ksiGamesWrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #ksiRow-5 .ksiBlockTitle {
        margin-bottom: 9px;
    }
    #ksiNewsLeft {
        width: 100%;
    }
    #ksiNews.ksiBlock {
        padding: 65px 10px 0;
        display: block;
    }
    #ksiBtnNewsAll.ksiBtnRound.ksiBtnYellow {
        font-size: 13px;
        padding: 10px 23px 10px 23px;
        position: absolute;
        right: 10px;
        top: 90px;
        margin: 0;
    }
    #ksiNewsTitle {
        font-size: 16px;
        margin-bottom: 13px;
    }
    #ksiNewsSubtitle {
        font-size: 25px;
        margin-bottom: 16px;
    }
    #ksiNewsText {
        font-size: 13px;
        line-height: 1.4em;
        margin-bottom: 13px;
    }
    #ksiNewsCenter {
        width: 100%;
    }
    #ksiNews .ksiNewsCard{
        min-width: auto;
        min-height: auto;
        margin: 0 0 8px 0;
        padding: 15px 16px 23px;
    }
    #ksiNews .ksiNewsCardTitle {
        font-size: 16px;
        margin-bottom: 6px;
    }
    #ksiNews .ksiNewsCardText {
        line-height: 1.3em;
    }
    #ksi .ksiGameList {
        margin: auto;
    }
    #ksi .ksiGameList #ksiGamesSoonList.ksiGameListBoby {
        padding-bottom: 17px;
        overflow-x: auto;
    }
    #ksi .ksiGameList #ksiGamesNewList.ksiGameListBoby {
        padding-bottom: 0;
        overflow-x: auto;
    }
    #ksiNewsTitle.ksiBlockTitle {
        margin-bottom: 13px;
    }
    #ksiNewsSubtitle.ksiBlockSubTitle {
        margin-bottom: 17px;
    }

    #ksiRow-6 {
        margin-bottom: 34px;
        margin-top: -4px;
    }

    #ksiRow-8.ksiBlock {
        margin-bottom: 45px;
    }
    
    #ksiContent {
        margin-bottom: 54px;
    }
}
@media (max-width: 576px) {
    #ksiNews.ksiBlock {
        padding: 65px 20px 0;
    }
    #ksiBtnNewsAll.ksiBtnRound.ksiBtnYellow {
        right: 20px;
    }
    #ksiSubscribe {
        padding: 88px 20px 0;
    }
}