body {
    display: block;
    background: url(../img/bg-20241025.jpg) no-repeat top center #000 fixed;


    color: #444;
    font-family: 'Open Sans', sans-serif;
}

.snow-canvas {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    pointer-events: none;
}

.pageskin {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
}


#MainForm {
    color: #fff;
}

#innerBlock {
    position: relative;
}

.fancybox-container {
    z-index: 1000 !important;
}

#LoadPopupLogin, #LoadPopupLose, #LoadPopupWin {
    padding: 0;
    background-color: transparent;

}

.fancybox-close-small::after {
    background-color: #fff !important;
}

.line {
    margin: 10px 0;
    border-bottom: 1px solid #3f3f3d;
    height: 1px;
    display: block;
}

#LoadPopupLogin {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


    background: rgb(13, 20, 29);
    background: linear-gradient(-45deg, rgba(13, 20, 29) 0%, rgb(13, 20, 29) 100%);

    max-width: 650px;
    max-height: 400px;
    display: block;
    padding: 40px;

    color: #000000;

}

#LoadPopupLogin img {
    max-width: 400px;
}
#LoadPopupLogin p {
    font-weight: bold;
    font-size: 12px;
    padding-top: 8px;
    color:#ffffff;
}

#LoadPopupLogin .row {
    margin-bottom: 5px;
}

#LoadPopupLogin .row input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    padding: 5px 15px;
    width: 100%;
}

#LoadPopupLogin .row input[type="submit"] {
    padding: 5px 15px;
    color: #000;
    font-size: 16px;
    background-color: #ffac2c;
}

#LoadPopupLogin h2 {
    font-weight: 600;
    font-size: 37px;
    margin:10px 0;
}

#LoadPopupLogin h2 span {
    display: block;
    font-size: 20px;
    font-style: italic;

}

#LoadPopupWin h3 {
    color: #fff;
    text-align: center;
    padding-top: 30%;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 32px;
    font-style: italic;
    font-weight: 800;
    text-shadow: 1px 1px 3px #000;
}


.the_wheel {

    background: url(../img/cark-bg.png) transparent no-repeat top center;
    width: 624px;
    height: 745px;
    display: block;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    background-size: contain;


}

.the_wheel_inner {
    background: url(../img/ic-cark.png) transparent no-repeat top center;
    width: 600px;
    height: 600px;
    display: block;
    position: absolute;
    left: 6px;
    top: -22px;

    z-index: 20;
    background-size: contain;

}

.lineBlock {
    background-color: #002881;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 1px;
    height: 40px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 13px;
}

#canvas {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    left: 36px;
    top: 36px;
}

#Header {
}

#Header img {
    margin: 0 auto;
}

#Header p {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
}

@-webkit-keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

@keyframes FlashButton {
    0% {
        opacity: 0.1
    }
    100% {
        opacity: 1
    }
}

#SpinWheel {
    position: relative;
    z-index: 100;
    padding-top: 0;
    margin-top: 10px;
    max-width: 250px;
    -webkit-animation: FlashButton 1s infinite;
    -moz-animation: FlashButton 1s infinite;
    -o-animation: FlashButton 1s infinite;
    animation: FlashButton 1s infinite;

    display: inline-block;
    text-align: center;
}


/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {

    #SpinWheel {
        padding-top: 0;
        max-width: 300px;
    }

    .the_wheel {
        width: 53%;
        text-align: center;
    }

    #canvas {
        margin: 0;
        width: 440px;
        padding: 0;
        left: 1px;
        top: 35px;


    }

    .the_wheel_inner {
        width: 494px;
        left: 0;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 992px) {
    #LoadPopupLogin {
        max-width: 300px;
        padding: 20px;
    }

    #LoadPopupLogin h2 {
        font-size: 28px;
    }
    #LoadPopupLogin img {
        max-width: 100%;
    }

    .lineBlock .text-right {
        text-align: center;
    }

    .the_wheel {
        position: relative;
        width: 310px;
        height: 370px;

        background: url(../img/cark-bg.png?v=3) transparent no-repeat top center;
        background-size: contain;
    }

    #canvas {
        margin: 0;
        width: 265px;
        padding: 0;
        left: 0;
        top: 22px;
    }


    .the_wheel_inner {
        width: 300px;
        left: 2px;
        top: -15px;
    }

    #SpinWheel {
        padding-top: 5px;
        margin-top: 0;
        max-width: 180px;
        top: 0;
    }


}

@media only screen and (max-width: 817px) {
    #LoadPopupWin h3 {
        padding-top: 30%;
        font-size: 20px;
    }
}

@media only screen and (max-width: 500px) {
    #LoadPopupWin h3 {
        padding-top: 30%;
        font-size: 25px;
    }
}

