@font-face {
    font-family: "Helvetica";
    src: url("../fonts/helvetica_neue/HelveticaNeueLight.otf");
    font-style: light;
    font-weight: 300;
}
@font-face {
    font-family: "Helvetica";
    src: url("../fonts/helvetica_neue/HelveticaNeueRoman.otf");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SFProText/SFProDisplay-Thin.eot");
    font-style: light;
    font-weight: 300;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SFProText/SFProDisplay-Regular.eot");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SFProText/SFProDisplay-Semibold.eot");
    font-style: semibold;
    font-weight: 600;
}
@font-face {
    font-family: "SF Pro Text";
    src: url("../fonts/SFProText/SFProDisplay-Bold.eot");
    font-style: bold;
    font-weight: 700;
}

body{
    font-family: "SF Pro Text", sans-serif;
    font-style: normal;
    background: #01050C;
    color: #FFFFFF;
    min-height: 100vh;
    margin: 0;
}

.container{
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

h1{
    font-size: calc(60 / 1440 * 100vw);
    line-height: 100%;
    font-weight: 900;
    margin: calc(6 / 1440 * 100vw);;
    color: #CCFF00;
}
h2{
    font-weight: 900;
    font-size: calc(24 / 1440 * 100vw);
    line-height: normal;
    margin: 0;
}

img{
    max-width: 100%;
}

*{
    box-sizing: border-box;
}

main {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url("../images/bg_main.png" );
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.main{
    position: relative;
    padding-top: calc(55 / 1440 * 100vw);
    padding-bottom: calc(145 / 1440 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
}
.logo{
    max-width: calc(304 / 1440 * 100vw);
    margin: 0 auto;
    margin-bottom: calc(16 / 1440 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
}

.wheel{
    width: calc(422 / 1440 * 100vw);
    height: calc(422 / 1440 * 100vw);
    position: relative;
    margin: 0 auto;
}
.logo-wheel{
    position: absolute;
    top: 50%;
    left: 50%;  
    transform: translate(-50%, -50%);
}
.wheel-wrap{
    position: relative;
    z-index: 2;
}
.wheel-img{
    display: block;
    transform: rotate(0deg);
    will-change: transform;
}
.wheel-img.is-spinning{
    transition: transform 4.5s cubic-bezier(0.12, 0.62, 0.08, 1);
}
.bezel{
    position: absolute;
    top: calc(20 / 1440 * 100vw);
    left: calc(194 / 1440 * 100vw);
    width: calc(37 / 1440 * 100vw);
    z-index: 2;
}
.button{
    width: calc(302 / 1440 * 100vw);
    height: calc(73 / 1440 * 100vw);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    margin: calc(-47 / 1440 * 100vw) auto 0;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease-in-out;
    background: url("../images/bg_btn.png");
    background-size: contain;
    background-repeat: no-repeat;
    filter: drop-shadow(0 12px 30px rgba(231, 112, 0, 0.32));
}
.button:hover{
    transform: scale(1.05);
}
.button:disabled{
    cursor: default;
}
.button:focus-visible{
    outline: 3px solid #CCFF00;
    outline-offset: 4px;
}

.artefact{
    position: absolute;
    width:  calc(310 / 1440 * 100vw);
    bottom: 15%;
    left: 0;
    transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
    transition: transform .18s ease-out;
    will-change: transform;
    pointer-events: none;
}
.beetle{
    position: absolute;
    width:  calc(254 / 1440 * 100vw);
    bottom: 5%;
    right: calc(47 / 1440 * 100vw);
    transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
    transition: transform .22s ease-out;
    will-change: transform;
    pointer-events: none;
}
.cat-girl{
    position: absolute;
    width:  calc(280 / 1440 * 100vw);
    bottom: calc(15 / 1440 * 100vw);
    left: calc(-170 / 1440 * 100vw);
}
.cat-boy{
    position: absolute;
    width:  calc(280 / 1440 * 100vw);
    bottom: 0;
    right: calc(-180 / 1440 * 100vw);
}

footer{
    padding: calc(24 / 1440 * 100vw) calc(40 / 1440 * 100vw) calc(24 / 1440 * 100vw) calc(40 / 1440 * 100vw);
    background: #0D0D0E;
    position: relative;
    z-index: 100;
}
.flex_footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_left{
    width: calc(322 / 1440 * 100vw);
    filter: grayscale(1);
}
.footer_right{
    display: flex;
    align-items: center;
}
.footer_right p{
    font-family: 'Helvetica';
    font-weight: 300;
    font-size:  calc(10 / 1440 * 100vw);
    line-height: 100%;
    max-width: calc(609 / 1440 * 100vw);
    margin-right: calc(48 / 1440 * 100vw);
    color: #E6E6E6;
}
.footer_right p b{
    font-weight: 400;
}

.footer_right img{
    width: calc(117 / 1440 * 100vw);
}
.scratches{
    display: none;
}
.palm{
    display: none;
}

html.modal-open,
body.modal-open{
    overflow: hidden;
    background: #000308;
}
.auth-modal{
    position: fixed;
    inset: 0;
    z-index: 200;
    display: none;
    place-items: center;
    padding: 24px;
    visibility: hidden;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    transition: opacity .45s ease, visibility .45s;
}
.auth-modal.is-rendered{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.auth-modal.is-open{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.auth-modal__backdrop{
    position: fixed;
    inset: 0;
    background: rgba(0, 3, 8, .82);
    backdrop-filter: blur(2px);
    height: 100vh;
}
.auth-modal__dialog{
    position: relative;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 100%;
    margin: auto 0;
    transition: transform .45s ease;
}
.auth-modal.is-open .auth-modal__dialog{
    transform: none;
}
.prize-card{
    width: 543px;
    height: 543px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}
.prize-card-bg{
    width: 100%;
    height: auto;
}
.prize-card__label{
   width: 247px;
   position: absolute;
   left: 110px;
   top: 78px;
}
.prize-card__claim{
    position: absolute;
    width: 310px;
    left: 59px;
   top: 368px;
}
.prize-card strong{
    position: absolute;
    width: 260px;
    left: 96px;
   top: 187px;
}
.auth-card{
    position: relative;
    width: 408px;
    color: #fff;
    background: #0A0A0A;
    border: 1px solid #363A48;
    border-radius: 24px;
    overflow: hidden;
    margin-left: -170px;
}
.auth-card h2{
    padding: 18px 24px;
    border-bottom: 1px solid #363A48;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.auth-card form{
    padding: 20px 16px;
}
.auth-tabs{
    display: flex;
    padding: 2px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #363A48;
    height: 42px;
}
.auth-tab{
    width: 50%;
    padding: 10px;
    border: 0;
    border-radius: 12px;
    color: #C1C1CF;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
.auth-tab.is-active{
    color: #FAF9F8;
    background: #090909;
    font-weight: 600;
}
.auth-field{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #3a4050;
    border-radius: 12px;
    background: #0b0b0c;
}
.auth-field.has-error{
    border-color: #ff4c5e;
    margin-bottom: 29px;
}
.auth-field input{
    width: 100%;
    min-width: 0;
    padding: 18px 16px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font: inherit;
    font-size: 16px;
}
.auth-field--phone{
    gap: 8px;
    border: 0;
    background: transparent;
    overflow: visible;
}
.site-country-button{
    flex: 0 0 88px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
    border: 1px solid #363A48;
    border-radius: 12px;
    background: #0A0A0A;
    cursor: pointer;
}
.country-flag{
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.site-country-arrow{
    width: 24px;
    overflow-wrap: anywhere;
    font-size: 9px;
    line-height: .6;
}
.phone-control{
    position: relative;
    flex: 1;
    min-width: 0;
    height: 56px;
    border: 1px solid #3a4050;
    border-radius: 12px;
    background: #090909;
}
.phone-label{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 16px;
    color: #858a98;
    font-size: 10px;
    pointer-events: none;
}
.auth-field--phone input{
    height: 56px;
    padding: 26px 16px 11px !important;
}
.password-toggle{
    padding: 16px;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.password-with-help{
    position: relative;
    display: flex;
    gap: 8px;
}
.password-with-help .password-field{
    flex: 1;
    min-width: 0;
}
.password-help{
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: #3b3e4c;
    cursor: help;
}
.password-help img{
    width: 24px;
    height: 24px;
}
.field-error{
    position: absolute;
    top: 100%;
    margin-top: 4px;
    left: 12px;
    color: #ff6675;
    font-size: 12px;
}
.is-hidden{
    display: none !important;
}
.password-rules{
    position: absolute;
    z-index: 5;
    top: 64px;
    right: 0;
    width: 220px;
    padding: 16px;
    border-radius: 15px;
    background: #0A0A0A;
    border: 1px solid #1F2027;
    font-size: 12px;
    line-height: normal;
    display: grid;
    gap: 7px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.password-help:hover + .password-rules,
.password-help:focus-visible + .password-rules{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.password-rules span{
    display: flex;
    align-items: center;
    color:#C1C1CF;
}
.password-rules span::before{
    content: '•';
    margin-right: 4px;
    color: #C1C1CF;
    font-size: 18px;
    line-height: 16px;
}
.consent{
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 12px;
    color: #C1C1CF;
    background: #1F2027;
    font-size: 16px;
    line-height: 1.25;
    cursor: pointer;
    font-weight: 300;
}
.consent b{
    font-weight: 600;
}
.consent a{
    color: #CCFF01;
    text-decoration: none;
}
.consent input{
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0;
    pointer-events: none;
}
.consent-checkbox{
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 1px solid #555866;
    border-radius: 4px;
    background: #343640;
}
.consent input:checked + .consent-checkbox{
    border-color: transparent;
    background: url('../images/checkbox.svg') center / 24px 24px no-repeat;
}
.consent input:focus-visible + .consent-checkbox{
    outline: 2px solid #CCFF01;
    outline-offset: 2px;
}
.consent-error{
    display: block;
    min-height: 17px;
    padding: 3px 10px 0;
    color: #ff6675;
    font-size: 12px;
}
.forgot-link{
    display: block;
    margin: 2px 8px 16px;
    padding: 0;
    border: 0;
    color: #c6ff00;
    background: transparent;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}
.auth-submit{
    width: 100%;
    padding: 18px;
    margin-top: 10px;
    border: 0;
    border-radius: 12px;
    color: #000001;
    background: #CCFF00;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.auth-submit:disabled{
    color: #858995;
    background: #353945;
    cursor: default;
}
.auth-switch{
    margin: 16px 0 0;
    color: #aeb1ba;
    text-align: center;
    font-weight: 300;
}
.auth-switch button{
    border: 0;
    padding: 0;
    color: #CCFF00;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    height: fit-content;
}
.form-success{
    min-height: 18px;
    margin-top: 8px;
    color: #CCFF00;
    text-align: center;
    font-size: 14px;
}
.recovery-hint{
    min-height: 48px;
    margin: 12px 4px 18px;
    color: #b8bbc5;
    font-size: 14px;
    line-height: 1.35;
}
.country-drawer{
    position: fixed;
    inset: 0;
    z-index: 400;
    display: none;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity .25s, visibility .25s;
}
.country-drawer.is-rendered{
    display: block;
}
.country-drawer.is-open{
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.country-drawer__backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.74);
}
.country-drawer__panel{
    position: absolute;
    top: 0;
    right: 0;
    width: min(320px, 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    color: #fff;
    background: #080809;
    transform: translateX(100%);
    transition: transform .3s ease;
}
.country-drawer.is-open .country-drawer__panel{
    transform: none;
}
.country-drawer header{
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #282a32;
}
.country-drawer h2{
    margin: 0;
    font-size: 17px;
}
.country-drawer__close{
    position: absolute;
    top: 12px;
    right: 14px;
    border: 0;
    color: #c3c5ce;
    background: transparent;
    font-size: 28px;
    cursor: pointer;
}
.country-search{
    height: 55px;
    display: flex;
    align-items: center;
    margin: 16px;
    border: 1px solid #3a3d48;
    border-radius: 11px;
}
.country-search input{
    width: 100%;
    padding: 0 14px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font: inherit;
}
.country-search__icon{
    padding: 0 15px;
    font-size: 24px;
    margin-top: 4px;
}
.country-search__clear{
    display: none;
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d7d8df;
    cursor: pointer;
}
.country-search__clear::before,
.country-search__clear::after{
    content: '';
    position: absolute;
    top: 8px;
    left: 4px;
    width: 10px;
    height: 2px;
    border-radius: 2px;
    background: #353640;
}
.country-search__clear::before{
    transform: rotate(45deg);
}
.country-search__clear::after{
    transform: rotate(-45deg);
}
.country-search__clear.is-visible{
    display: block;
}
.country-list{
    flex: 1;
    min-height: 0;
    padding: 0 16px;
    overflow-y: auto;
}
.country-group-title{
    margin: 16px 0 8px;
    color: #b7bac4;
    font-size: 11px;
}
.country-group{
    overflow: hidden;
    border-radius: 11px;
    background: #21222b;
}
.country-row{
    width: 100%;
    min-height: 55px;
    display: grid;
    grid-template-columns: 28px 1fr 18px;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    border: 0;
    border-bottom: 1px solid #3a3c46;
    color: #fff;
    background: transparent;
    text-align: left;
    cursor: pointer;
}
.country-row:last-child{
    border-bottom: 0;
}
.country-row:hover{
    background: #2b2d37;
}
.country-radio{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #484b59;
}
.country-row.is-active .country-radio{
    border: 5px solid #3734ee;
    background: #17191d;
}
.password-toggle img{
    display: block;
    width: 24px;
    height: 24px;
}
.password-toggle .hide_password{
    display: none;
}
.password-toggle.is-visible .show_password{
    display: none;
}
.password-toggle.is-visible .hide_password{
    display: block;
}

@media (max-width: 991px) {
    .wheel {
        width: 50%;
        height: auto;
    }
    .cat-girl {
        width: 70%;
        bottom: 17%;
        left: -40%;
    }
    .cat-boy{
        width: 70%;
        bottom: 17%;
        right: -40%;
    }
    .logo{
        max-width: 304px;
    }
    .button {
        width: 100%;
        cursor: pointer;
        margin: 0 auto;
        width: 302px;
        height: 73px;
    }
    .bezel {
        position: absolute;
        top: 5%;
        left: 46%;
        width: 37px;
        z-index: 2;
    }
    .main{
        height: auto;
    }
}
@media (max-width: 768px) {
    main{
        background: transparent;
    }
    .main{
        background: url("../images/bg-mob.png" );
        background-size: cover;
        background-position: center;
        padding: 50px 10px 26px;
        overflow: hidden;
    }
    .artefact{
        display: none;
    }
    .beetle{
        top: 62px;
        left: -40px;
        width: 117px;
        transform: rotate(58deg) translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0);
        opacity: 0.6;
    }
    .logo{
        max-width: 249px;
        margin-bottom: 149px;
        position: relative;
        z-index: 2;
        gap: 24px;
    }
    .logo img:nth-child(1){
        max-width: 169px;
    }
    .wheel{
        max-width: 348px;
        width: 100%;
    }
    .wheel-wrap:before{
        content: '';
        position: absolute;
        z-index: -1;
        border-radius: 50%;
        background: radial-gradient(
            circle at center,
            #957000 0%,
            rgba(255, 240, 34, 0.6) 100%
        );
        filter: blur(70.8px);
        pointer-events: none;
        width: 298px;
        height: 298px;
        bottom: 60px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .bezel {
        top: 20px;
        left: 46%;
        width: 31px;
    }
    .cat-girl {
        width: 227px;
        bottom: auto;
        left: -4%;
        top: -127px;
    }
    .cat-boy {
        width: 227px;
        bottom: auto;
        right: -10%;
        top: -131px;
        transform: rotate(3deg);
    }
    .scratches{
        display: block;
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .palm{
        display: block;
        position: absolute;
        width: 80%;
        height: auto;
        top: 0;
        right: 0;
        z-index: 1;
    }
    footer{
        padding: 20px 16px;
    }
    .flex_footer{
        flex-direction: column;
        row-gap: 33px;
    }
    .footer_left {
        width: 100%;
        filter: grayscale(1);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer_right{
        flex-direction: column;
        row-gap: 28px;
    }
    .footer_right p{
        margin: 0;
        max-width: 100%;
        font-size: 10px;
        text-align: center;
    }
    .footer_right img{
        width: 108px;
    }
    .auth-modal{
        padding: 12px;
        overflow-y: auto;
    }
    .auth-modal__dialog{
        width: 100%;
        max-width: 408px;
        margin: auto;
        flex-direction: column;
    }
    .prize-card{
        width: 100%;
        height: auto;
    }
    .prize-card__label {
        width: 60%;
        left: 50%;
        top: 10%;
        transform: translate(-50%, 0);
    }
    .prize-card strong {
        width: 60%;
        left: 50%;
        top: 17%;
        transform: translate(-50%, 0);
    }
    .prize-card__claim{
        display: none;
    }
    .auth-card{
        width: 100%;
        border-radius: 24px;
        margin-left: 0;
        margin-top: -55%;
    }
    .password-rules{
        top: 64px;
        right: 0;
    }
    .consent{
        font-size: 12px;
    }
    .country-drawer__panel{
        width: 100%;
    }
}

@media (max-width: 768px) and (max-height: 780px) {
    .main{
        padding-top: 20px;
    }    
    .logo {
        margin-bottom: 105px;
    }
    .cat-girl {
        width: 207px;
        bottom: auto;
        left: 2%;
        top: -111px;
    }
    .cat-boy {
        width: 207px;
        bottom: auto;
        right: -5%;
        top: -113px;
        transform: rotate(3deg);
    }

}
