.promotion-icon {
    background: url(../../Images/Promotion/icon.png) no-repeat;
    width: 63px;
    height: 67px;
    position: absolute;
    left: 30px;
    top: 140px;
    cursor: pointer;
    display: none;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.promotion-icon:hover {
    background: url(../../Images/Promotion/icon-hover.png) no-repeat;
}

.promotion {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 30, 49, 0.6);
    display: none;
}

.promotion * {
    box-sizing: border-box;
}

.promotion-div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 486px;
    height: 668px;
    margin: -334px 0 0 -243px;
}

.promotion-div-top {
    background: url(../../Images/Promotion/background1.png) no-repeat;
    width: 100%;
    height: 35px;
}

.promotion-div-content {
    background: url(../../Images/Promotion/background2.png) repeat-y;
    width: 100%;
    height: calc(100% - 70px);
    padding: 95px 20px 0 21px;
    position: relative;
}

.promotion .close {
    background: url(../../Images/Promotion/close.png);
    width: 45px;
    height: 45px;
    position: absolute;
    right: 20px;
    top: -10px;
    cursor: pointer;
    z-index: 1;
}

.promotion .close:hover {
    background: url(../../Images/Promotion/close-hover.png);
}

.promotion-div-bottom {
    background: url(../../Images/Promotion/background3.png) no-repeat;
    width: 100%;
    height: 35px;
}

.promotion .timer {
    background: url(../../Images/Promotion/timer.png) no-repeat;
    width: 450px;
    height: 105px;
    position: absolute;
    left: 19px;
    top: -17px;
    text-align: center;
    color: #ffffff;
    font-family: 'IntroBlackCaps';
    padding-top: 25px;
}

.promotion .timer .col {
    display: inline-block;
    width: 76px;
    margin: 0 10px;
    position: relative;
}

.promotion .timer .col:nth-child(1):after,
.promotion .timer .col:nth-child(2):after {
    content: '.';
    color: #ffffff;
    position: absolute;
    right: -15px;
    top: 5px;
}

.promotion .timer .col .numbers {}

.promotion .timer .col .numbers span {
    display: inline-block;
    background: url(../../Images/Promotion/timer-item.png) no-repeat;
    width: 38px;
    height: 35px;
    font-size: 24px;
    margin: 0 -3px;
    line-height: 32px;
    padding-top: 3px;
}

.promotion .timer .col .name {
    padding-top: 5px;
    font-size: 10px;
    color: #8d8dff;
}

.promotion .timer.end {
    color: #ff4e4b;
}

.promotion .tabs {
    height: 38px;
}

.promotion .tabs a {
    display: block;
    background: #33365d;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(1, 0, 0, 0.4);
    border: 1px solid rgba(244, 235, 255, 0.1);
    font-size: 10px;
    font-family: 'IntroBlackCaps';
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 28px;
    width: calc(50% - 1px);
    height: 38px;
    margin: 0 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.promotion .tabs a.top-wins {
    float: left;
}

.promotion .tabs a.rules {
    float: right;
}

.promotion .tabs a .icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.promotion .tabs a.top-wins .icon {
    background: url(../../Images/Promotion/rank-icon.png) no-repeat;
    width: 16px;
    height: 13px;
    margin-top: 7px;
}

.promotion .tabs a.top-wins.active .icon {
    background: url(../../Images/Promotion/rank-icon-active.png) no-repeat;
}

.promotion .tabs a.rules .icon {
    background: url(../../Images/Promotion/rules-icon.png) no-repeat;
    width: 13px;
    height: 15px;
    margin-top: 6px;
}

.promotion .tabs a.rules.active .icon {
    background: url(../../Images/Promotion/rules-icon-active.png) no-repeat;
}

.promotion .tabs a:hover {
    border: 1px solid #9963ff;
    background: #333366;
    color: rgba(255, 255, 255, 1);
    box-shadow: inset 0 0 20px #6113ff;
}

.promotion .tabs a.top-wins:hover .icon {
    background: url(../../Images/Promotion/rank-icon-active.png) no-repeat;
}

.promotion .tabs a.rules:hover .icon {
    background: url(../../Images/Promotion/rules-icon-active.png) no-repeat;
}

.promotion .tabs a.active {
    color: rgba(255, 255, 255, 1);
    background: #18202e;
    border: 1px solid rgba(244, 235, 255, 0.1);
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 -5px 5px rgba(1, 0, 0, 0.4);
    z-index: 3;
}

.promotion .tabs a.active.top-wins:after {
    content: '';
    display: block;
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 1px;
    height: 10px;
    background: #18202e;
}

.promotion .tabs a.active.rules:after {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    bottom: 0;
    width: 1px;
    height: 10px;
    background: #18202e;
}

.promotion .content {
    width: 100%;
    height: calc(100% - 96px);
    background: #18202e;
    border: 1px solid rgba(244, 235, 255, 0.1);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(1, 0, 0, 0.4);
    position: relative;
    z-index: 2;
    margin-top: -10px;
    padding: 10px;
}

.promotion .content .top-wins.list,
.promotion .content .rules.list {
    height: 100%;
    overflow-y: auto;
}

.promotion .content .top-wins.list {
    display: block;
}

.promotion .content .rules.list {
    display: none;
}


.promotion .content .rules.list {
    counter-reset: row-num;
}

.promotion .content .rules.list .top {
    background: url(../../Images/Promotion/rules.png) no-repeat;
    width: 367px;
    height: 209px;
    margin: 0 auto;
}

.promotion .content .rules.list .row {
    counter-increment: row-num;
    padding: 0 28px 10px 43px;
    margin-bottom: 11px;
    position: relative;
    font-size: 12px;
    font-family: 'IntroRegular';
    color: #ded8df;
}

.promotion .content .rules.list .row:after {
    content: '';
    display: block;
    width: calc(100% - 71px);
    height: 1px;
    background: #272c4e;
    position: absolute;
    left: 43px;
    bottom: 0;
}

.promotion .content .rules.list .row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.promotion .content .rules.list .row:last-child:after {
    display: none;
}

.promotion .content .rules.list .row:before {
    content: counter(row-num);
    position: absolute;
    left: 20px;
    top: 3px;
    font-size: 12px;
    font-family: 'IntroBlackCaps';
    color: #ff4e4b;
}

.promotion .content .rules.list .row:nth-child(10n + 1):before {
    color: #ff4e4b;
}

.promotion .content .rules.list .row:nth-child(10n + 2):before {
    color: #ff7d27;
}

.promotion .content .rules.list .row:nth-child(10n + 3):before {
    color: #ffe236;
}

.promotion .content .rules.list .row:nth-child(10n + 4):before {
    color: #3ee5b3;
}

.promotion .content .rules.list .row:nth-child(10n + 5):before {
    color: #00e361;
}

.promotion .content .rules.list .row:nth-child(10n + 6):before {
    color: #5fb8fb;
}

.promotion .content .rules.list .row:nth-child(10n + 7):before {
    color: #8f8bff;
}

.promotion .content .rules.list .row:nth-child(10n + 8):before {
    color: #b886f6;
}

.promotion .content .rules.list .row:nth-child(10n + 9):before {
    color: #ee64b8;
}

.promotion .content .rules.list .row:nth-child(10n + 10):before {
    color: #ff8583;
}


.promotion .top-wins .row {
    display: table;
    width: 100%;
    height: 34px;
    background-color: rgba(143, 139, 255, 0.10);
    box-shadow: 0 0 2px 0 rgba(1, 0, 0, 0.004);
    border-radius: 17px;
    font-size: 12px;
    font-family: 'IntroBlackCaps';
    color: #ffffff;
    line-height: 34px;
    margin-bottom: 5px;
}

/*
.promotion .top-wins .row:nth-child(10n + 1) {
    background-color: rgba(143, 139, 255, 0.2);
}

.promotion .top-wins .row:nth-child(10n + 2) {
    background-color: rgba(143, 139, 255, 0.18);
}

.promotion .top-wins .row:nth-child(10n + 3) {
    background-color: rgba(143, 139, 255, 0.16);
}

.promotion .top-wins .row:nth-child(10n + 4) {
    background-color: rgba(143, 139, 255, 0.14);
}

.promotion .top-wins .row:nth-child(10n + 5) {
    background-color: rgba(143, 139, 255, 0.12);
}

.promotion .top-wins .row:nth-child(10n + 6) {
    background-color: rgba(143, 139, 255, 0.10);
}

.promotion .top-wins .row:nth-child(10n + 7) {
    background-color: rgba(143, 139, 255, 0.08);
}

.promotion .top-wins .row:nth-child(10n + 8) {
    background-color: rgba(143, 139, 255, 0.07);
}

.promotion .top-wins .row:nth-child(10n + 9) {
    background-color: rgba(143, 139, 255, 0.06);
}

.promotion .top-wins .row:nth-child(10n + 10) {
    background-color: rgba(143, 139, 255, 0.05);
}
 */

.promotion .top-wins .row:nth-child(1) {
    background-color: rgba(143, 139, 255, 0.2);
}

.promotion .top-wins .row:nth-child(2) {
    background-color: rgba(143, 139, 255, 0.18);
}

.promotion .top-wins .row:nth-child(3) {
    background-color: rgba(143, 139, 255, 0.16);
}

.promotion .top-wins .row:nth-child(4) {
    background-color: rgba(143, 139, 255, 0.14);
}

.promotion .top-wins .row:nth-child(5) {
    background-color: rgba(143, 139, 255, 0.12);
}

.promotion .top-wins .row>div {
    display: table-cell;
    text-align: center;
}

.promotion .top-wins .row .col1 {
    width: 34px;
    border-radius: 17px;
    background-color: rgba(255, 78, 75, 0.15);
    color: #ff4e4b;
}

.promotion .top-wins .row .col2 {
    text-align: left;
    padding-left: 15px;
}

.promotion .top-wins .row .col3 {
    width: 128px;
    text-align: left;
}

.promotion .top-wins .row .col3 svg {
    margin-right: 5px;
}

.promotion .top-wins .row .col4 {
    width: 156px;
}

.promotion .top-wins .row .col4 div {
    background-color: rgb(23, 30, 49);
    width: calc(100% - 5px);
    height: 24px;
    border-radius: 12px;
    margin-top: 5px;
    line-height: 24px;
    position: relative;
    text-align: left;
    padding-left: 40px;
}

.promotion .top-wins .row .col4 div:before {
    content: '';
    display: block;
    background: url(../../Images/Promotion/rank-icon-active.png);
    background-size: 100% 100%;
    width: 13px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 6px;
}

.promotion .top-wins .row:nth-child(10n + 1) .col1 {
    background-color: rgba(255, 78, 75, 0.15);
    color: #ff4e4b;
}

.promotion .top-wins .row:nth-child(10n + 2) .col1 {
    background-color: rgba(255, 125, 39, 0.15);
    color: #ff7d27;
}

.promotion .top-wins .row:nth-child(10n + 3) .col1 {
    background-color: rgba(255, 226, 54, 0.15);
    color: #ffe236;
}

.promotion .top-wins .row:nth-child(10n + 4) .col1 {
    background-color: rgba(62, 229, 179, 0.15);
    color: #3ee5b3;
}

.promotion .top-wins .row:nth-child(10n + 5) .col1 {
    background-color: rgba(0, 227, 97, 0.15);
    color: #00e361;
}

.promotion .top-wins .row:nth-child(10n + 6) .col1 {
    background-color: rgba(95, 184, 251, 0.15);
    color: #5fb8fb;
}

.promotion .top-wins .row:nth-child(10n + 7) .col1 {
    background-color: rgba(143, 139, 255, 0.15);
    color: #8f8bff;
}

.promotion .top-wins .row:nth-child(10n + 8) .col1 {
    background-color: rgba(184, 134, 247, 0.15);
    color: #b886f6;
}

.promotion .top-wins .row:nth-child(10n + 9) .col1 {
    background-color: rgba(238, 100, 184, 0.15);
    color: #ee64b8;
}

.promotion .top-wins .row:nth-child(10n + 10) .col1 {
    background-color: rgba(255, 133, 131, 0.15);
    color: #ff8583;
}

.promotion .top-wins .row:nth-child(10n + 1) .col3 svg path {
    fill: #ff4e4b;
}

.promotion .top-wins .row:nth-child(10n + 2) .col3 svg path {
    fill: #ff7d27;
}

.promotion .top-wins .row:nth-child(10n + 3) .col3 svg path {
    fill: #ffe236;
}

.promotion .top-wins .row:nth-child(10n + 4) .col3 svg path {
    fill: #3ee5b3;
}

.promotion .top-wins .row:nth-child(10n + 5) .col3 svg path {
    fill: #00e361;
}

.promotion .top-wins .row:nth-child(10n + 6) .col3 svg path {
    fill: #5fb8fb;
}

.promotion .top-wins .row:nth-child(10n + 7) .col3 svg path {
    fill: #8f8bff;
}

.promotion .top-wins .row:nth-child(10n + 8) .col3 svg path {
    fill: #b886f6;
}

.promotion .top-wins .row:nth-child(10n + 9) .col3 svg path {
    fill: #ee64b8;
}

.promotion .top-wins .row:nth-child(10n + 10) .col3 svg path {
    fill: #ff8583;
}

.promotion .top-wins.current {
    border-radius: 8px;
    background-image: -moz-linear-gradient(90deg, #443bbb 0%, #7e82fe 100%);
    background-image: -webkit-linear-gradient(90deg, #443bbb 0%, #7e82fe 100%);
    background-image: -ms-linear-gradient(90deg, #443bbb 0%, #7e82fe 100%);
    box-shadow: 0 2px 3px 0 rgba(4, 5, 36, 0.19);
    height: 70px;
    position: absolute;
    left: 21px;
    right: 20px;
    bottom: -12px;
    padding: 22px 11px 15px 15px;
}

.promotion .top-wins.current .head {
    font-size: 10px;
    font-family: 'IntroBlackCaps';
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
}

.promotion .top-wins.current .row {
    background: rgba(46, 46, 103, 0.8);
    box-shadow: inset 0px 2px 2px 0px rgba(25, 18, 91, 0.1);
}

.promotion .top-wins.current .row .col1 {
    color: #ff6600;
    background: none;
    position: relative;
}

.promotion .top-wins.current .row .col1 span {
    position: relative;
    left: 6px;
    z-index: 2;
}

.promotion .top-wins.current .row .col1:before {
    content: '';
    display: block;
    background: url(../../Images/Promotion/rank.png);
    width: 56px;
    height: 55px;
    position: absolute;
    left: -5px;
    top: -11px;
    z-index: 1;
}

.promotion .top-wins.current .row .col3 svg path {
    fill: #7675f5;
}

.promotion .top-wins.current .row .col4 div {
    color: #4eff8b;
}

@media only screen and (max-width: 1000px) {

    .promotion .tabs a:hover {
        border: 1px solid rgba(244, 235, 255, 0.1);
        background: #33365d;
        color: rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 5px rgba(1, 0, 0, 0.4);
    }

    .promotion .tabs a.top-wins:hover .icon {
        background: url(../../Images/Promotion/rank-icon.png) no-repeat;
    }

    .promotion .tabs a.rules:hover .icon {
        background: url(../../Images/Promotion/rules-icon.png) no-repeat;
    }

    .promotion .tabs a.top-wins.active .icon {
        background: url(../../Images/Promotion/rank-icon-active.png) no-repeat;
    }

    .promotion .tabs a.rules.active .icon {
        background: url(../../Images/Promotion/rules-icon-active.png) no-repeat;
    }

    .promotion .tabs a.active {
        color: rgba(255, 255, 255, 1);
        background: #18202e;
        border: 1px solid rgba(244, 235, 255, 0.1);
        border-bottom: none;
        border-radius: 5px 5px 0 0;
        box-shadow: 0 -5px 5px rgba(1, 0, 0, 0.4);
        z-index: 3;
    }

    .promotion-icon {
        background: url(../../Images/Promotion/Mobile/icon.png) no-repeat;
        width: 41px;
        height: 44px;
        position: absolute;
        left: 13px;
        top: 100px;
        cursor: pointer;
        display: none;
        margin-top: -50px;
    }

    .promotion-div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .promotion-div-top {
        background: #1f2731;
        height: 37px;
    }

    .promotion-div-content {
        background: rgba(23, 30, 49, 0.97);
        height: calc(100% - 37px);
        padding: 10px;
    }

    .promotion-div-bottom {
        background: none;
        height: 0;
    }

    .promotion .close {
        right: 0;
        top: -40px;
    }
}


@media only screen and (max-width: 1000px) and (orientation: portrait) {

    .promotion .timer {
        background: url(../../Images/Promotion/Mobile/timer2.png);
        width: calc(100% - 40px);
        height: 77px;
        margin: 0 20px 5px 20px;
        position: relative;
        left: auto;
        top: auto;
        padding-top: 11px;
    }

    .promotion .timer:before {
        content: '';
        display: block;
        background: url(../../Images/Promotion/Mobile/timer1.png);
        width: 20px;
        height: 77px;
        position: absolute;
        left: -20px;
        top: 0;
    }

    .promotion .timer:after {
        content: '';
        display: block;
        background: url(../../Images/Promotion/Mobile/timer3.png);
        width: 20px;
        height: 77px;
        position: absolute;
        right: -20px;
        top: 0;
    }

    .promotion .timer .col .numbers span {
        display: inline-block;
        background: url(../../Images/Promotion/timer-item.png) no-repeat;
        width: 38px;
        height: 35px;
        font-size: 24px;
        margin: 0 -3px;
        line-height: 30px;
        padding-top: 7px;
    }

    .promotion .timer .col .name {
        padding-top: 3px;
    }

    .promotion .content {
        height: calc(100% - 190px);
    }

    .promotion .content .rules.list .top {
        background: url(../../Images/Promotion/rules.png) center center;
        background-size: auto 100%;
        width: 100%;
        height: 180px;
        margin: 0 auto;
    }

    .promotion .content .rules.list .row {
        padding: 0 18px 10px 33px;
        margin-bottom: 11px;
    }

    .promotion .content .rules.list .row:before {
        left: 10px;
    }

    .promotion .top-wins .row {}

    .promotion .top-wins .row .col2 {
        padding-left: 10px;
    }

    .promotion .top-wins .row .col3 {
        width: 93px;
        text-align: left;
    }

    .promotion .top-wins .row .col4 {
        width: 123px;
    }

    .promotion .top-wins.current {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 22px 15px 15px 15px;
    }

}

@media only screen and (max-width: 1000px) and (orientation: landscape) {
    .promotion .timer {
        background: none;
        width: 100%;
        height: 36px;
        margin: 0;
        position: absolute;
        left: auto;
        top: -39px;
        padding-top: 0;
    }

    .promotion .timer:before {
        display: none;
    }

    .promotion .timer:after {
        display: none;
    }

    .promotion .timer .col .numbers span {
        display: inline-block;
        background: url(../../Images/Promotion/Mobile/timer-item.png) no-repeat;
        width: 40px;
        height: 36px;
        font-size: 24px;
        margin: 0 -3px;
        line-height: 30px;
        padding-top: 10px;
    }

    .promotion .timer .col:nth-child(1):after,
    .promotion .timer .col:nth-child(2):after {
        top: 7px;
    }

    .promotion .timer .col .name {
        display: none;
    }

    .promotion .content {
        width: 100%;
        height: calc(100% - 106px);
    }

    .promotion .content .rules.list .top {
        background: url(../../Images/Promotion/rules.png) no-repeat center center;
        background-size: auto 100%;
        width: 100%;
        height: 120px;
        margin: -20px auto -20px auto;
    }

    .promotion .content .rules.list .row {
        padding: 0 18px 10px 33px;
        margin-bottom: 11px;
    }

    .promotion .content .rules.list .row:before {
        left: 10px;
    }

    .promotion .top-wins .row {}

    .promotion .top-wins .row .col2 {
        padding-left: 10px;
    }

    .promotion .top-wins .row .col3 {
        width: 210px;
        text-align: left;
    }

    .promotion .top-wins .row .col4 {
        width: 123px;
    }

    .promotion .top-wins.current {
        left: 10px;
        right: 10px;
        bottom: 10px;
        padding: 22px 15px 15px 15px;
    }

   
}




.promotion.ka .timer .col .name,
.promotion.ka .tabs a,
.promotion.ka .top-wins.current .head {
    font-family: 'CrystalUni-Bold';
}

.promotion.ka .content .rules.list .row {
    font-family: 'CrystalUni-Regular';
}