.s-hero__content-info:after{
    display: none!important;
}
.l-wrapper,
.s-hero,
body{
    background: #000000!important;
}
.s-hero__bg .bg-img._desktop {
    background-position: center;
    background-size: cover;
}
#title--colored{
    display: inline-block;
    padding:1rem 2rem;
    background:#E80227;
    font-weight: 900;
    color:#fff;
    border-radius: 19px;
}
#form_wrp{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1943) 0%, rgba(0, 0, 0, 0.29) 100%);
    backdrop-filter: blur(9px);
}
.s-hero__content {
    position: relative;
    z-index: 3;
    height: auto;
    -ms-flex: 1;
    flex: 1;
    padding-top:0rem;
    display: -ms-flexbox;
    display: flex;
}
.s-hero__content-form input:not([type=radio]):not([type=checkbox]):not([type=range]) {
    background: transparent!important;
    border-color: #707070!important;
}
.s-hero__content-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100vh;
    height: calc(var(--vh,1vh) * 100);
    max-height: 100vh;
    max-height: calc(var(--vh,1vh) * 100);
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0;
    margin-left:5rem;
    margin-right:5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-hero__content-inner::-webkit-scrollbar {
    display: none;
}

.s-hero__content-body{
    margin-top: auto;
    margin-bottom: auto;
}

#registrationContainer ._7Ebcf{
    border-radius: 3em!important;
    background-color: #000 !important;
    border-color: #000 !important;
    color:#fff!important;
}
.s-hero__content-header{
    padding-top:7rem;
    text-align: right;
}
.android--btn{
    transition: .25s background;
    display: inline-block;
    padding:1.5rem 3.5rem;
    border-radius: 57px;
    border:2px solid #E80024;
}
.android--btn:hover{
    background:#E80024;
}
.s-hero__content-footer {
    padding-top: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: space-between;
    position: relative;
    font-size: 1.4rem;
    padding-bottom: 5rem;
}
.foot-company__menu-link{
    font-size:1.8rem;
    color:#fff;
    margin-right:25px;
    display: inline-block;
    font-weight: 400;
    text-decoration: none!important;
    border-bottom: 1px solid;
}
.s-hero__content-info{
    position: relative;
}
.take--bonus{
    background: #000;
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5rem;
    display: inline-block;
    padding:3rem 6rem;
    border-radius: 90px;
    text-decoration: none!important;
    transition: .25s background;
}
.take--bonus:hover{
    background:#E80024;
    color:#fff;
}
.custom__footer{
    position:absolute;
    width:100%;
    bottom:5rem;
    left:0;
    padding:0 3rem;
}
.s-hero__content-form-title {
    font-size: 4.2rem;
    line-height: 1.1;
    margin-bottom:4rem;
    font-weight: 500;
}
.s-hero__content-form-btn .btn.btn-link.m-large {
    font-size: 2rem;
    letter-spacing: 0;
    border-bottom: 1px solid;
    margin-top: 1rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
}
.s-hero__content-form-btn .btn.btn-link.m-large:hover{
    color:#000
}
.s-hero__title{
    font-weight: 700;
}
.custom-scroll-container ._3u2No{
    display: block!important;
    width:100%!important;
}

.main-section__container {
    display: flex;
    justify-content: center;
    margin: auto;
}

.wheel-area {
    position: relative;
    width: 40vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}

.wheel {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 95%;
    max-height: 95%;
    margin: auto;
}

.wheel__bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 167%;
    z-index: -1;
}

.wheel__circle {
    max-width: 100%;
    max-height: 100%;
    margin: auto;

}

.wheel__sectors {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(22.5deg);
    width: 83%;
}

.wheel__sectors img {
    width: 100%;
}

@keyframes wheelMove {
    0% {
        transform: none;
    }
    25% {
        transform: rotate(-5deg);
    }
    75% {
        transform: rotate(5deg);
    }
    100% {
        transform: none;
    }
}

.wheel__sectors.move img {
    animation: wheelMove 3s linear infinite;
}

.wheel__overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 81%;
}

.wheel__center {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: 47%;
    cursor: pointer;
}

.wheel__center.disabled {
    pointer-events: none;
}

.left {
    position: absolute;
    top: 22%;
    left: 4%;
    display: flex;
    flex-direction: column;
    width: 25vw;
    z-index: 5;
}

.left__counter {
    display: flex;
}

.left__counter img {
    width: 75%;
    margin: auto 0;
}
.left__blocks {
    position: relative;
    z-index: 1;
    padding-top: 30px;
}
.left__block {
    width: 100%;
    height: auto;
    opacity: 0;
    font-size: 28px;
    font-weight: 500;
    transition: opacity 0.6s;
}
.left__block+.left__block{
    margin-top:30px;
}
.left__block.show {
    opacity: 1;
}
.wheel__top {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position:absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    transform: translate(-50%, 0);
}
#registrationContainer input {
    border: 1px solid #fff!important;
    color: #fff!important;
}
.h7baY.lC2Mm ._6LvVL {
    color: #fff!important;
}
.footer--right{
    float:right;
}
.main-section__container h1{
    font-size:5.8rem;
    font-weight: 500;
    line-height: normal;
    margin:0 0 5rem 0;
}
.base--img{
    position:absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.win--base{
    display: inline-block;
    position: relative;
    width: 306px;
    height: 326px;
}
.win--counter{
    position: relative;
    z-index: 1;
    padding-top:13px;
}
.win--title{
    font-weight: 900;
    font-size: 27px;
    color: #F1E693;
    position: relative;
    padding-left: 50px;
    padding-top: 30px;
    text-align: left;
    z-index: 1;
}
.win--counter p{
    height: 72px;
}
.modal--title{
    text-align: center;
    font-weight: 900;
    font-size: 34px;
    line-height: 125%;
    text-transform: uppercase;
    margin:0 0 2rem 0;
}
.mfp-close {
    display: none !important;
}
button.mfp-close:focus,
button.mfp-close:hover {
    background-color: transparent;
    box-shadow:none;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
.mfp-bg{
    background: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(6px);
}

.s-hero__content-form-btn .btn.btn-link.m-large {
    border-radius: 3em!important;
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff!important;
    padding: 1em 2em;
    font-family: Inter,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-family: Inter,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-family: Inter,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
@media screen and (max-aspect-ratio: 16 / 9) and (orientation: landscape) and (min-width: 1024px){
    .s-hero__header {
        margin-top:0!important;
    }
}
@media only screen and (min-width : 1024px) {
    .container, .container-fluid {
        max-width: 100%;
        padding-left: 0rem;
        padding-right: 0rem;
    }
    .s-hero {
        padding-top: 0rem;
    }
    .s-hero__header{
        width:auto;
    }
    .row {
        max-width:100%;
        width: 100%;
    }
    .s-hero__header .b-logo img {
        width: 235px!important;
        max-width: 235px!important;
    }

    .s-hero__header{
        margin-left: 3rem;
    }
    .s-hero__title {
        text-align:center;
        font-size: 8rem;
        margin-top:200px;
        font-weight: 700;
        margin-bottom: 0!important;
        word-wrap: normal;
    }
}
@media only screen and (max-width : 1399px) {
    .s-hero__bg .bg-img._desktop{
        background-position: 100% 0;
    }
    .wheel__top {
        max-width: 10%;
        max-height: 20%;
    }
    .left {
        top: 24%;
        left: 0%;
        width: 30vw;
    }
}
@media only screen and (max-width : 1023px) {
    .s-hero__content-header {
        display: none;
    }
    .s-hero__header {
        padding-top: 0;
    }
    .s-hero__header .b-logo {
        margin-left:3rem;
        width: auto;
    }
    .s-hero__header .b-logo img {
        width: 150px!important;
        max-width: 150px!important;
    }
    #form_wrp {
        background: rgba(0,0,0,0.8);
        border-top-left-radius: 26px;
        border-top-right-radius: 26px;
        box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.15);
    }
    .s-hero__content-inner {
        height: 100vh;
        height: auto;
        max-height: 100vh;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
        margin-top: 5rem;
        margin-left: 5rem;
        margin-right: 5rem;
        display: block;
    }
    .s-hero__title {
        margin-top: 12rem;
        margin-bottom: 0!important;
    }
    .main-section__container {
        display: block;
    }
    .left {
        top: auto;
        left: auto;
        width: 100%;
        float: none!important;
        display: block;
        position: relative;
        margin-top: 100px;
        margin-bottom: 30px;
    }
    .wheel-area {
        position: relative;
        width: 60vw;
        height: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 100px;
    }
}
@media print, screen and (max-width: 47.99875em){
    .s-hero__header {
        margin-top:20px;
        padding-left: 0px;
        padding-top: 0px;
    }
    .s-hero__content {
        padding-bottom: 0;
    }
    .s-hero__title {
        font-size: 40px;
        text-align: center;
        margin-top: 30rem;
        padding-left: 0;
    }
    .s-hero__content-info {
        margin-bottom: 0;
    }
    .bottom--btn {
        position: relative;
        bottom: auto;
        width: 100%;
        text-align: center;
        left: auto;
    }
    .left {
        margin-top: 0px;
    }
    .s-hero__bg .bg-img {
        background-size: cover;
        background-position: center;
    }
    .wheel-area{
        margin-bottom: 0;
    }
	.white-popup-block{max-width:540px;padding:5vh 3vh 2vh;}
}
@media print, screen and (max-width: 39.99875em){
    .s-hero__content-info{
        min-height: 300px;
    }
    .s-hero__title {
        font-size: 40px;
    }
    .container, .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    .s-hero__header .b-logo img {
        width: 117px!important;
        max-width: 117px!important;
    }
    .take--bonus {
        background: #E80024;
        color: #fff;
        font-size: 3.5rem;
        width:80%;
        margin: 0 10%;
        display: inline-block;
        padding: 3rem 6rem;
    }
    .main-section__container{
        margin:0 auto 60px auto;
    }
    .wheel-area {
        width: 90vw;
    }
    .modal--title {
        font-size: 24px;
    }
    button.mfp-close img{height:20px}
    .mfp-close{display: none !important;}
}


