.personal-promotion{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background-color:#010400b3;
    backdrop-filter: blur(3px);
    z-index: 11;
}
.personal-promotion-container{
    position: relative;
    width: 994px;
    height: 686px;
    top: 47%;
    left: 50%;
    margin: -325px 0px 0px -465px;
    background-image: url(../../Images/Promotion/personal-promotion-bg.png);
    background-repeat: no-repeat;
    background-position: 0 -41px;
    background-size: contain;
}
.personal-promo-warning-container{
    display: none;
}
.personal-promo-warning-outer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #081232cc;
    z-index: 1;
    backdrop-filter: blur(2px);
}

.personal-promo-warning-bg{
    position: absolute;
    background: url(../../Images/Promotion/personal-promotion-warning-vertical.png) 7px 300px;
    background-size: 43%;
    z-index: 2;
    width: 1240px;
    height: 760px;
    left: 50.9%;
    top: 42%;
    margin: -380px 0px 0px -620px;
    background-repeat: no-repeat;
    background-position: center;
}

.personal-promo-warning-texts{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 36%;
    color: white;
    width: 57%;
    text-align: center;
    left: 21.4%;
    height: 30%;
    align-items: center;
}
.warning-text-header{
    font-size: 25px;
    letter-spacing: 1px;
}
.warning-text-main{
    font-size: 14px;
    letter-spacing: 2px;
    width: 52%;
    font-family: 'IntroBookAlt';
    line-height: 20px;
}

.warning-text-buttons{
    display: flex;
    width: 55%;
    justify-content: space-evenly;
}
.warning-text-button-not-interested{
    color: rgb(248, 1, 110);
    border: 1px solid rgb(248, 1, 110);
    width: 183px;
    height: 46px;
}
.warning-text-button-buy{
    color: white;
    background-color: rgb(248, 1, 110);
    width: 125px;
}
.warning-text-button-not-interested,
.warning-text-button-buy{
    display: flex;
    font-family: 'IntroRegular';
    font-size: 15px;
    /* padding: 13px 28px; */
    padding: 0;
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.warning-text-footer {
    display: flex;
    position: relative;
    padding-left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'IntroRegular';
    font-size: 13px;
    padding-bottom: 0px;
    letter-spacing: 1px;
    width: 100%;
    justify-content: center;
    color: #e9eaec;
}
  
.warning-text-footer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {        
    height: 14px;
    width: 14px;
    border: 1px solid #105dff;
    background-color: #105dff33;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.checkmark:after {
    content: "";
    /* position: absolute; */
    display: none;
}

.warning-text-footer input:checked ~ .checkmark:after {
    display: block;
    margin-left: 4px;
}

.warning-text-footer .checkmark:after {
    left: 116px;
    top: 4px;
    width: 4px;
    height: 9px;
    border: solid #105dff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.warning-text-footer > label{
    display: flex;
    flex-direction: row-reverse;
    width: 60%;
    justify-content: center;
    align-items: center;
    padding-bottom: 7px;
}
.close-personal-promotion{
    position: absolute;
    background-image: url(../../Images/Promotion/close-personal-promo.png);
    height: 60px;
    width: 60px;
    background-size: contain;
    right: 132px;
    top: -3px;
    cursor: pointer;
}
.close-personal-promotion:hover{
    position: absolute;
    background-image: url(../../Images/Promotion/hover-close-personal-promo.png);
    height: 60px;
    width: 60px;
    background-size: contain;
    right: 132px;
    top: -3px;
    cursor: pointer;
}
.intro-bold{
    font-family: 'IntroBoldCaps';
}
.intro-regular{
    font-family: 'IntroRegular';
}
.intro-book-alt{
    font-family:'IntroBookAlt';
}
.intro-black{
    font-family: 'IntroBlackCaps';
}
.promotion-sale-text{
    font-size: 50px;
    color: rgb(246, 157, 177)
}

.promotion-sale-percent{
    font-size: 70px;
    color: rgb(255, 64, 107);
}
.promotion-sale-container{
    /* position: absolute;
    left: 348px;
    top: 55px; */
}
.personal-promotion-container  header{
    height: 185px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -13px;
}
.personal-promotion-container  main{
    margin-top: 43px;
    height: 275px;
}

.promotion-game-icon{
    position: absolute;
    /* border-radius: 10px; */
    background-color: rgb(8, 16, 43);
    box-shadow: 0px -2px 8.64px 0.36px #92a7ff33, 0px 2px 0.96px 0.04px #2d53f880, inset 0px 2px 7.68px 0.32px #07001000;
    width: 200px;
    height: 160px;
    left: 210px;
    /* background-size: contain; */
    background-position: center;
    background-size: 97%;
    background-repeat: no-repeat;
}
.promotion-spin-count{
    display: flex;
    justify-content: center;
    padding-left: 24px;
}
.promotion-spin-count-container{
    position: absolute;
    right: 182px;
    width: 383px;
    text-align: center;
    background: url(../../Images/Promotion/spins-text.png) no-repeat 119px 109px;
    height: 162px;
}
.promotion-spin-text{
    font-size: 45px;
    text-shadow: 3px 2px white;
    background: -webkit-linear-gradient(#e4e9f6, gray);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.personal-promotion-price {
    border-radius: 14px;
    background-color: rgb(8, 16, 43);
    box-shadow: 0px -2px 8.64px 0.36px #92a7ff33, 0px 2px 0.96px 0.04px #2d53f880, inset 0px 2px 7.68px 0.32px #07001000;
    position: absolute;
    width: 200px;
    height: 50px;
    left: 371px;
    top: 428px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.personal-promotion-discount-price-text,
.personal-promotion-price-text{
    color: rgb(255, 255, 255);
    font-size: 19px;
    width: 47%;
    height: 38px;
    padding: 1px 0px;
}
.personal-promotion-discount-price-text::after,
.personal-promotion-price-text::after{
    content: attr(data-currency);
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
}
.personal-promotion-price-text::before{
    content: '';
    position: absolute;
    background-color: rgb(248, 1, 110);
    box-shadow: 0px 0px 8.82px 0.18px rgb(255 0 111 / 50%);
    height: 1px;
    width: 46px;
    left: 30px;
    top: 16px;
}

.personal-promotion-discount-price-text{
    background-color: rgb(248, 1, 110);
    border-radius: 3px 6px 6px 3px;
    margin-right: 3%;
} 
.personal-promotion-price-text{
    margin-left: 3%;
    color: #43495e;
} 
.personal-promotion-price-one-spine{
    position: absolute;
    color: rgb(255, 255, 255);
    top: 495px;
    left: 370px;
    font-size: 13px;
    letter-spacing: 1px;
    width: 200px;
    text-align: center;
}
.promotion-button-parent{
    position: relative;
}
.buy-promotion-button{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 190px;
    /* height: 100px;
    top: 22px;
    background-position: center -14px; */
    height: 120px;
    top: 12px;
    background-position: center -4px;
    left: 371px;
    text-align: center;
}
.buy-promotion-button.buy{
    background-image: url(../../Images/Promotion/buy-promotion.png);
    cursor: pointer;
    text-shadow: 0px 2px 0px #feffab69;
    color: #c76e00;
    font-size: 33px;
}
.buy-promotion-button.buy:hover{
    background-image: url(../../Images/Promotion/buy-promotion-hover.png);
}
.buy-promotion-button.no-money{
    background-image: url(../../Images/Promotion/buy-promotion-no-money.png);
    color: rgb(100 4 4);
    text-shadow: 0px 2px 0px rgb(255 222 222 / 29%);
    font-size: 22px;
}
div[data-promotion-lang="ru"] .buy-promotion-button.no-money{
    font-size: 17px;
}
.buy-promotion-button.purchased{
    background-image: url(../../Images/Promotion/buy-promotion-purchased.png);
    font-size: 20px;
    color: rgb(9 83 10);
    text-shadow: 0px 1px 0px rgb(146 242 148 / 85%);
}
.play-promotion-game{
    display: flex;
    position: absolute;
    background-image: url(../../Images/Promotion/buy-promotion-play.png);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
    width: 230px;
    height: 70px;
    left: 350px;
    top: 122px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: rgb(196, 215, 255);
    text-decoration: none;
    display: none;
}

.play-promotion-game:hover{
    background-image:url(../../Images/Promotion/buy-promotion-play-hover.png);
    color: #ffffff;
}
.play-promotion-game-text{
    height: auto;
    margin-top: 5px;
    width: 166px;
    text-align: center;
    line-height: 0;
    font-family: 'IntroRegular';
    font-size: 13px;
    margin-left: 21px;
}
.spin-count-number{
    width: 66px;
    height: 90px;
    background-position: center;
}
.spin-count-number.image-number-1{
    width: 53px;
}
.promotion-spin-x{
    background: url(../../Images/Promotion/Numbers/x.png) -19px center;
    width: 66px;
    height: 90px;
}
@media only screen and (max-width: 1000px) and (orientation: portrait) { 
    .personal-promotion-container {
        position: relative;
        width: 420px;
        height: 840px;
        left: 53%;
        top: 47%;
        margin: -418px 0px 0px -220px;
        background-image: url(../../Images/Promotion/personal-promotion-bg-mobile.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .personal-promo-warning-outer{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #081232cc;
        z-index: 1;
        backdrop-filter: blur(2px);
    }
    
    .personal-promo-warning-bg{
        position: absolute;
        background: url(../../Images/Promotion/personal-promotion-warning-vertical.png) 7px 300px;
        background-size: 97%;
        z-index: 2;
        width: 420px;
        height: 840px;
        left: 53%;
        top: 47%;
        margin: -418px 0px 0px -220px;
        background-repeat: no-repeat;
        background-position: center;

    }
    .personal-promo-warning-texts{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: absolute;
        top: 38.5%;
        color: white;
        width: 72%;
        text-align: center;
        left: 14%;
        height: 24%;
        align-items: center;
    }
    .warning-text-header{
        font-size: 19px;
        letter-spacing: 1px;
        padding-top: 5px;
    }
    .warning-text-main{
        font-size: 11.5px;
        letter-spacing: 1px;
        width: 93%;
        font-family: 'IntroBookAlt';
        line-height: 16px;
    }
    
    .warning-text-buttons{
        display: flex;
        width: 100%;
        justify-content: space-evenly;

    }
    .warning-text-button-not-interested{
        color: rgb(248, 1, 110);
        border: 1px solid rgb(248, 1, 110);
        width: 143px;
        height: 33px;
    }
    .warning-text-button-buy{
        color: white;
        background-color: rgb(248, 1, 110);
        width: 98px;
    }
    .warning-text-button-not-interested,
    .warning-text-button-buy{
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'IntroRegular';
        font-size: 12px;
        /* padding: 10px 22px; */
        padding: 0;
        border-radius: 6px;
        padding-top: 2px;
    }
    .warning-text-footer {
        display: block;
        position: relative;
        padding-left: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-family: 'IntroRegular';
        font-size: 10px;
        padding-bottom: 2px;
        letter-spacing:1px;
        width: 100%;
    }
      
    .warning-text-footer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    
    .checkmark {        
        height: 12px;
        width: 12px;
        border: 1px solid #105dff;
        background-color: #105dff33;
        border-radius: 4px;
        display: inline-block;
        margin-right: 10px;
    }
    
    .checkmark:after {
        content: "";
        /* position: absolute; */
        display: none;
    }
    
    .warning-text-footer input:checked ~ .checkmark:after {
        display: block;
        margin-left: 3px;
    }
    
    .warning-text-footer .checkmark:after {
        left: 38px;
        top: 1px;
        width: 3px;
        height: 8px;
        border: solid #105dff;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .warning-text-footer > label{
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    .personal-promotion-container main {
        margin-top: 143px;
        height: 275px;
    }
    .promotion-sale-container {
        position: initial;
        left: 0;
        top: 190px;
        width: 100%;
        text-align: center;
    }
    .personal-promotion-container header {
        display: flex;
        height: 265px;
        width: 100%;
        justify-content: center;
        align-items: flex-end;
        margin-left: 0;
    }
    .close-personal-promotion,
    .close-personal-promotion:hover {
        position: absolute;
        background-image: url(../../Images/Promotion/close-personal-promo.png);
        height: 60px;
        width: 60px;
        background-size: contain;
        right: 33px;
        top: 97px;
        cursor: pointer;
    }
    .promotion-sale-percent {
        font-size: 60px;
        color: rgb(255, 64, 107);
    }
    .promotion-sale-text {
        font-size: 40px;
        color: rgb(246, 157, 177);
    }
    .personal-promotion-container main {
        /* margin-top: 102px; */
        margin-top: 30px;
        height: 389px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .promotion-game-icon {
        position: inherit;
        /* border-radius: 14px; */
        /* border-radius: 10px; */
        background-color: rgb(8, 16, 43);
        box-shadow: 0px -2px 8.64px 0.36px #92a7ff33, 0px 2px 0.96px 0.04px #2d53f880, inset 0px 2px 7.68px 0.32px #07001000;
        width: 161px;
        height: 130px;
        left: 167px;
    }
    .promotion-spin-count-container {
        position: inherit;
        right: 182px;
        width: 100%;
        text-align: center;
        background: url(../../Images/Promotion/spins-text.png) no-repeat 144px 82px;
        height: 146px;
        background-size: 30%;
    }
    .spin-count-number {
        background-size: cover;
        width: 50px;
        padding-left: 0;
    }
    .spin-count-number.image-number-1 {
        width: 46px;
    }
    .promotion-spin-x {
        background: url(../../Images/Promotion/Numbers/x.png) center center;
        background-size: cover;
        width: 56px;
        height: 90px;
    }
    .promotion-spin-count {
        padding-left: 0px;
    }
    .personal-promotion-price-text::before {
        content: '';
        display: block;
        background-color: rgb(248, 1, 110);
        box-shadow: 0px 0px 8.82px 0.18px rgb(255 0 111 / 50%);
        height: 1px;
        width: 46px;
        left: 24px;
        top: 10px;
        position: relative;
    }
    .personal-promotion-price {
        border-radius: 14px;
        background-color: rgb(8, 16, 43);
        box-shadow: 0px -2px 8.64px 0.36px #92a7ff33, 0px 2px 0.96px 0.04px #2d53f880, inset 0px 2px 7.68px 0.32px #07001000;
        position: initial;
        width: 200px;
        height: 50px;
        left: 371px;
        top: 428px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
    }
    .personal-promotion-discount-price-text, .personal-promotion-price-text {
        font-size: 19px;
        width: 47%;
        height: 38px;
        padding: 1px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .personal-promotion-price-text::before {
        content: '';
        display: block;
        background-color: rgb(248, 1, 110);
        box-shadow: 0px 0px 8.82px 0.18px rgb(255 0 111 / 50%);
        height: 1px;
        width: 46px;
        left: 0px;
        top: 7px;
        position: relative;
    }
    .personal-promotion-discount-price-text::after, .personal-promotion-price-text::after {
        height: 9px;
    }
    .personal-promotion-price-one-spine {
        position: initial;
        color: rgb(255, 255, 255);
        top: 490px;
        left: 370px;
        font-size: 12px;
        letter-spacing: 1px;
        width: 200px;
        text-align: center;
        margin-top: 14px;
    }
    .buy-promotion-button {
        display: flex;
        justify-content: center;
        align-items: center;
        /* position: absolute; */
        width: 190px;
        /* height: 100px; */
        height: 124px;
        top: 22px;
        /* background-position: center -16px; */
        background-position: center -4px;
        left: 371px;
        text-align: center;
        position: initial;
        margin-top: -40px;
        -webkit-align-items: center;
    }
    .promotion-button-parent {
        /* position: initial; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .play-promotion-game-text {
        margin-top: 7px;
    }
    
    .play-promotion-game {
        display: flex;
        position: initial;
        background-image: url(../../Images/Promotion/buy-promotion-play.png);
        background-repeat: no-repeat;
        background-position: center;
        /* background-size: contain; */
        width: 230px;
        height: 70px;
        left: 350px;
        top: 122px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        color: rgb(196, 215, 255);
        text-decoration: none;
        display: none;
    }
    div[data-promotion-lang="ru"] .buy-promotion-button.no-money{
        background-image: url(../../Images/Promotion/buy-promotion-no-money.png);
        color: rgb(100 4 4);
        text-shadow: 0px 2px 0px rgb(255 222 222 / 29%);
        font-size: 17px;
    } 
}
@media only screen and (max-width: 1000px) and (orientation: landscape) { 
    .personal-promotion-container {
        position: relative;
        width: 1240px;
        height: 760px;
        left: 50%;
        top: 46%;
        margin: -380px 0px 0px -620px;
        background-image: url(../../Images/Promotion/personal-promotion-background-horizontal.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 95% 95%
    }
    .personal-promo-warning-outer{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #081232cc;
        z-index: 1;
        backdrop-filter: blur(2px);
    }
    
    .personal-promo-warning-bg{
        position: absolute;
        background: url(../../Images/Promotion/personal-promotion-warning-vertical.png) 7px 300px;
        background-size: 67%;
        z-index: 2;
        width: 1240px;
        height: 760px;
        left: 50%;
        top: 46%;
        margin: -380px 0px 0px -620px;
        background-repeat: no-repeat;
        background-position: center;

    }
    
    .personal-promo-warning-texts{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        top: 27.5%;
        color: white;
        width: 57%;
        text-align: center;
        left: 21.5%;
        height: 46%;
        align-items: center;
    }
    .warning-text-header{
        font-size: 40px;
        letter-spacing: 1px;
    }
    .warning-text-main{
        width: 90%;
        font-size: 23px;
        letter-spacing: 2px;
        width: 80%;
        line-height: 29px;
        font-family: 'IntroBookAlt';
    }
    
    .warning-text-buttons{
        display: flex;
        width: 84%;
        justify-content: space-evenly;
    }
    .warning-text-button-not-interested{
        color: rgb(248, 1, 110);
        border: 1px solid rgb(248, 1, 110);
        width: 288px;
        height: 63px;
    }
    .warning-text-button-buy{
        color: white;
        background-color: rgb(248, 1, 110);
        width: 206px;
        height: 63px;
    }
    .warning-text-button-not-interested,
    .warning-text-button-buy{
        font-family: 'IntroRegular';
        font-size: 21px;
        /* padding: 20px 60px;    */
        padding: 0; 
        border-radius: 6px;
        padding-top: 2px;
    }
    .warning-text-footer {
        display: flex;
        position: relative;
        padding-left: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-family: 'IntroRegular';
        font-size: 24px;
        padding-bottom: 0px;
        letter-spacing: 1px;
        width: 100%;
        justify-content: center;
    }
      
    .warning-text-footer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    
    .checkmark {        
        height: 24px;
        width: 24px;
        border: 1px solid #105dff;
        background-color: #105dff33;
        border-radius: 4px;
        display: inline-block;
        margin-right: 10px;
    }
    
    .checkmark:after {
        content: "";
        /* position: absolute; */
        display: none;
    }
    
    .warning-text-footer input:checked ~ .checkmark:after {
        display: block;
        margin-left: 6px;
    }
    
    .warning-text-footer .checkmark:after {
        left: 116px;
        top: 4px;
        width: 8px;
        height: 15px;
        border: solid #105dff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .warning-text-footer > label{
        display: flex;
        flex-direction: row-reverse;
        width: 85%;
        justify-content: center;
        align-items: center;
        padding-bottom: 0px;
    }
    

    .promotion-sale-percent {
        font-size: 74px;
        color: rgb(255, 64, 107);
    }
    .promotion-sale-text {
        font-size: 55px;
        color: rgb(246, 157, 177);
    }
    .personal-promotion-container header {
        height: 174px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        text-align: center;
        margin-left: -3px;
    }
    
    .promotion-sale-container {
        position: initial;
        left: 0;
        top: 80px;
        width: 100%;
        text-align: center;
    }
    .promotion-game-icon {
        position: absolute;
        /* border-radius: 15px; */
        background-color: rgb(8, 16, 43);
        box-shadow: 0px -2px 8.64px 0.36px #92a7ff33, 0px 2px 0.96px 0.04px #2d53f880, inset 0px 2px 7.68px 0.32px #07001000;
        width: 280px;
        height: 227px;
        left: 271px;
        top: 216px;
    }
    .spin-count-number {
        width: 65px;
        height: 125px;
        background-position: center;
        background-size: cover;
    }
    .promotion-spin-x {
        background: url(../../Images/Promotion/Numbers/x.png) -19px center;
        width: 80px;
        height: 140px;
        background-size: cover;
    }
    .spin-count-number {
        width: 80px;
        height: 140px;
        background-position: center;
        background-size: cover;
    }
    .spin-count-number.image-number-1 {
        width: 68px;
    }
    .promotion-spin-count-container {
        position: absolute;
        right: 217px;
        width: 465px;
        text-align: center;
        background: url(../../Images/Promotion/spins-text.png) no-repeat 119px 147px;
        height: 220px;
        background-size: 54%;
    }      
    .close-personal-promotion,.close-personal-promotion:hover {
        position: absolute;
        background-image: url(../../Images/Promotion/close-personal-promo.png);
        height: 130px;
        width: 130px;
        background-size: contain;
        right: 156px;
        top: 41px;
        cursor: pointer;
    }
    .personal-promotion-price-one-spine {
        position: absolute;
        color: rgb(255, 255, 255);
        top: 490px;
        left: 450px;
        font-size: 11px;
        width: 350px;
        text-align: center;
    }
    .personal-promotion-price {
        border-radius: 14px;
        background-color: rgb(8, 16, 43);
        box-shadow: 0px -2px 8.64px 0.36px #92a7ff33, 0px 2px 0.96px 0.04px #2d53f880, inset 0px 2px 7.68px 0.32px #07001000;
        position: absolute;
        width: 300px;
        height: 73px;
        left: 450px;
        top: 458px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
    }
    .personal-promotion-discount-price-text, .personal-promotion-price-text {
        font-size: 19px;
        width: 47%;
        height: 38px;
        padding: 1px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .personal-promotion-price-text::before {
        content: '';
        display: block;
        background-color: rgb(248, 1, 110);
        box-shadow: 0px 0px 8.82px 0.18px rgb(255 0 111 / 50%);
        height: 1px;
        width: 46px;
        left: 0px;
        top: 10px;
        position: relative;
    }
    .personal-promotion-discount-price-text::after, .personal-promotion-price-text::after {
        height: 20px;
    }
    .personal-promotion-price-one-spine {
        position: absolute;
        color: rgb(255, 255, 255);
        top: 549px;
        left: 450px;
        font-size: 21px;
        width: 300px;
        text-align: center;
        letter-spacing: 2px;
    }
    .personal-promotion-discount-price-text::after, .personal-promotion-price-text::after {
        content: attr(data-currency);
        display: block;
        font-size: 22px;
    }
    .personal-promotion-discount-price-text, .personal-promotion-price-text {
        font-size: 29px;
        height: 60px;
    }
    .personal-promotion-price-text::before {
        content: '';
        position: absolute;
        background-color: rgb(248, 1, 110);
        box-shadow: 0px 0px 8.82px 0.18px rgb(255 0 111 / 50%);
        height: 2px;
        width: 77px;
        left: 39px;
        top: 21px;
    }
    .buy-promotion-button {
        width: 350px;
        height: 151px;
        top: 60px;
        left: 423px;
        background-size: initial;
        background-repeat: no-repeat;
    
    }
    .buy-promotion-button.buy,
    .buy-promotion-button.buy:hover {
        background-image: url(../../Images/Promotion/buy-promotion-hor.png);
        font-size: 33px;
        background-position: center -4px;
        background-size: 98% 98%;
        top: 66px;
    }
    
    .buy-promotion-button.no-money {
        background-image: url(../../Images/Promotion/buy-promotion-no-money-hor.png);
        font-size: 31px;
        top: 66px;
        width: 302px;
        left: 447px;
        background-position: center 7px;
    }
    div[data-promotion-lang="ru"] .buy-promotion-button.no-money {
        font-size: 23px;
    }
    .buy-promotion-button.purchased {
        background-image: url(../../Images/Promotion/buy-promotion-purchased-hor.png);
        font-size: 31px;
        top: 66px;
        width: 302px;
        left: 447px;
        background-position: center 7px;
    }
    .play-promotion-game {
        display: flex;
        position: absolute;
        background-image: url(../../Images/Promotion/buy-promotion-play-hor.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: initial;
        width: 299px;
        height: 88px;
        left: 447px;
        top: 192px;
        cursor: pointer;
        justify-content: center;
        align-items: center;
        color: rgb(196, 215, 255);
        text-decoration: none;
        display: none;
    }
    .play-promotion-game-text {
        height: auto;
        margin-top: 2.5px;
        width: 222px;
        text-align: center;
        line-height: 0;
        font-family: 'IntroRegular';
        font-size: 18px;
        margin-left: 39px;
    }
}