@import "reset.css";
@import "buttons.css";
@import "animate.css";


@font-face {
    font-family: 'GolosText';
    src: local('GolosText Sans Regular'), local('GolosText-Sans-Regular'),
    url('../fonts/GolosText-Regular.woff2') format('woff2');
    /*url('../fonts/InstrumentSans/InstrumentSans-Regular.woff') format('woff'),
    url('../fonts/InstrumentSans/InstrumentSans-Regular.ttf') format('truetype');*/
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GolosText';
    src: local('GolosText-Black Sans Regular'), local('Gilroy-Sans-Black'),
    url('../fonts/GolosText-Black.woff2') format('woff2');
    /*url('../fonts/InstrumentSans/InstrumentSans-Regular.woff') format('woff'),
    url('../fonts/InstrumentSans/InstrumentSans-Regular.ttf') format('truetype');*/
    font-weight: 800;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'GolosText';
    src: local('GolosText-Medium Sans Regular'), local('Gilroy-Sans-Medium'),
    url('../fonts/GolosText-Bold.woff2') format('woff2');
    /*url('../fonts/InstrumentSans/InstrumentSans-Regular.woff') format('woff'),
    url('../fonts/InstrumentSans/InstrumentSans-Regular.ttf') format('truetype');*/
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}


body {
    font:18px GolosText, sans-serif;
    font-weight:400;
    color:#F2F2F2;
}

.wrapper {
    background: url("../images/page-bg.webp") lightgray 50% / contain no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(var(--vh) * 100);
}

.content {
    width:100vw;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position:relative;
    z-index:99;
    padding-top:47px;
    padding-bottom:23px;
    box-sizing: border-box;
    height:100%;
    max-width:100%;
}

.logo {
    /*background: url("../images/logo.png") center center no-repeat*/;
    width:267px;
    height:46px;
    margin:0 auto;
}

.logo img {
    display:block;
    max-width:100%;
}


.head-text {
    width:663px;
    height:62px;
    /*background:url("../images/headText.svg") center center no-repeat;*/
    background-size:100%;
    margin-top:14px;
}

.head-text img {
    display:block;
    max-width:100%;
}

.footer-text {
    width:360px;
    height:22px;
    background-size:100%;
}

.footer-text img {
    display:block;
    max-width:100%;
}

.content-wheel-in {
    position:relative;
    width:530px;
    height:530px;
    margin-left:auto;
    margin-right:auto;
}

.content-wheel-block {
    width:100%;
    height:100%;
    position:relative;
    z-index:20;
    margin-left:auto;
    margin-right:auto;
}

.content-wheel-border {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: url("../images/borderWheel.png") center center no-repeat;
}

.content-wheel, .content-wheel-price {
    width:403px;
    height:403px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    /*background: url("../images/wheel.png") center center no-repeat;
    background-size:100% 100%;*/
    background:none;
}

.content-wheel img, .content-wheel-price img {
    max-width:100%;
    display:block;
}

.content-wheel-spin {
    width:85px;
    height:85px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    /*background: url("../images/spin.png") center center no-repeat;
    background-size: 100%;*/
    background:none;
    transition:all 0.4s;
    cursor:pointer;
    animation: pulseSizeSpin 1s infinite linear;
    border-width:0;
}

.content-wheel-spin img {
    max-width:100%;
    display:block;
}

.content-wheel-spin:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.content-wheel-spin:disabled:hover {
    transform: translate(-50%, -50%);
}

.content-header {
    min-width:663px;
    position:relative;
    z-index:50;
}

.content-block {
    margin-top:16px;
}

.content-wheel-deletion {
    width:100px;
    height:100px;
    position:absolute;
    top:17px;
    left:50%;
    transform: translateX(-50%);
    background: url("../images/deletion.svg") center center no-repeat;
}

.content-wheel-block.active .content-wheel-spin {
    animation:none;
}

.monet_1 {
    background:url("../images/monet_1.svg") center center no-repeat;
    width:256px;
    height:205px;
    position:absolute;
    bottom:-108px;
    left:-261px;
    animation: pulseMonet1 2s infinite ease-in-out;
}

.monet_2 {
    background:url("../images/monet_2.svg") center center no-repeat;
    width:256px;
    height:205px;
    position:absolute;
    bottom:-15px;
    left:-22px;
    z-index:25;
    animation: pulseMonet2 2s infinite ease-in-out;
}

.fish_1 {
    background:url("../images/fish_1.svg") center center no-repeat;
    width:523px;
    height:392px;
    position:absolute;
    top:-119px;
    left:-225px;
    z-index:15;
}

.fish_2 {
    background:url("../images/fish_2.svg") center center no-repeat;
    width:502px;
    height:406px;
    position:absolute;
    bottom:-30px;
    left:-393px;
    z-index:30;
}

.fish_3 {
    background:url("../images/fish_3.svg") center center no-repeat;
    width:310px;
    height:299px;
    position:absolute;
    top:58px;
    right:-457px;
    z-index:10;
}

.fish_4 {
    background:url("../images/fish_4.svg") center center no-repeat;
    width:262px;
    height:213px;
    position:absolute;
    top: 128px;
    left: -413px;
    z-index:10;
}

.man {
    background:url("../images/man.svg") center center no-repeat;
    width:340px;
    height:637px;
    position:absolute;
    top:-50px;
    right:-197px;
    z-index:30;
}

.monet_3 {
    background:url("../images/monet_3.svg") center center no-repeat;
    width:274px;
    height:219px;
    position:absolute;
    bottom:-19px;
    right:-401px;
    z-index:15;
    animation: pulseMonet3 2s infinite ease-in-out;
}

.monet_4 {
    background:url("../images/monet_4.svg") center center no-repeat;
    width:228px;
    height:180px;
    position:absolute;
    top:-10px;
    right:-310px;
    z-index:15;
    animation: pulseMonet4 2s infinite ease-in-out;

}

.modal-result-wrap {
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction: column;
    opacity:0;
    visibility: hidden;
    transition:all 0.4s;
    background: rgba(19, 3, 55, 0.90);
    z-index:999;
}

.modal-result-wrap.active {
    opacity:1;
    visibility: visible;
}

.modal-result-content-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-result-content {
    width: 516px;
    height: 478px;
    border-radius: 30px;
    border: 9px solid #FFE500;
    background: linear-gradient(180deg, #B3E400 0%, #2D4500 74.08%);
    box-sizing: border-box;
    position:relative;
    z-index:3;
}

.modal-content-title {
    min-height:77px;
    padding:10px 15px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-bottom:8px solid #FFE500;
    box-sizing:border-box;

}

.modal-content-title img {
    max-width:434px;
    display:block;
    margin-top:3px;
}

.modal-content-text {
    padding-top:34px;
    text-align:center;
    margin-bottom:23px;
    text-align: center;

}

.modal-content-text img {
    display:block;
    width:375px;
    margin:0 auto;
}

.modal-result-content .modal-content-button {
    text-align: center;
    z-index:6;
}

.modal-logo {
    margin-bottom:42px;
    width:267px;
}

.modal-logo img {
    display:block;
    max-width:100%;
}

.none {
    display:none!important;
}

.modal-content-wrap {
    position:relative;
}

.modal_monet_1 {
    width:271px;
    height:217px;
    position:absolute;
    top: -64px;
    left: -249px;
    background: url("../images/modal_monet_1.svg") center center no-repeat;
    z-index:5;
}

.modal-result-wrap.active .modal_monet_1 {
    visibility:hidden;
    opacity:0;
    animation:
            fadeIn 2s ease forwards,
            pulseModalMonet1 2s ease-in-out infinite;
}

.modal_monet_2 {
    width:168px;
    height:134px;
    position:absolute;
    top: 181px;
    left: -97px;
    background: url("../images/modal_monet_2.svg") center center no-repeat;
    z-index:5;
}

.modal-result-wrap.active .modal_monet_2 {
    visibility:hidden;
    opacity:0;
    animation:
            fadeIn 2s ease forwards,
            pulseModalMonet2 2s ease-in-out infinite;
}

.modal_monet_3 {
    width:280px;
    height:224px;
    position:absolute;
    bottom: -163px;
    left: -113px;
    background: url("../images/modal_monet_3.svg") center center no-repeat;
    z-index:5;
}

.modal-result-wrap.active .modal_monet_3 {
    visibility:hidden;
    opacity:0;
    animation:
            fadeIn 2s ease forwards,
            pulseModalMonet3 2s ease-in-out infinite;
}

.modal_monet_4 {
    width:130px;
    height:104px;
    position:absolute;
    top: -61px;
    right: -76px;
    background: url("../images/modal_monet_4.svg") center center no-repeat;
    z-index:5;
}

.modal-result-wrap.active .modal_monet_4 {
    visibility:hidden;
    opacity:0;
    animation:
            fadeIn 2s ease forwards,
            pulseModalMonet4 2s ease-in-out infinite;
}


.modal_monet_5 {
    width:222px;
    height:178px;
    position:absolute;
    top: 167px;
    right: -213px;
    background: url("../images/modal_monet_5.svg") center center no-repeat;
    z-index:5;
}

.modal-result-wrap.active .modal_monet_5 {
    visibility:hidden;
    opacity:0;
    animation:
            fadeIn 2s ease forwards,
            pulseModalMonet5 2s ease-in-out infinite;
}

.modal-result-content > * {
    position:relative;
    z-index:1;
}

.modal_fish_1 {
    width:671px;
    height:251px;
    position:absolute;
    bottom: -91px;
    left: -75px;
    background: url("../images/modal_fish_1.png") center center no-repeat;
    z-index:5;
}

#confetti-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index:9999999;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.modal-result-content-wrap .btn {
    animation: pulseModalButton 1.5s infinite linear;
}

.hide, .modal_monet.hide {
    visibility:hidden;
    opacity:0;
}

.modal_monet {
    transition:all 0.2s;
    visibility:visible;
    opacity:1;
}

.modal-content-button .btn {
    position:relative;
}

.modal-content-button .btn a {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    z-index: 999;
}

@media (max-width: 1024px) {
    .monet_1 {
        background:url("../images/monet_1_t.svg") center center no-repeat;
        width:180px;
        height:145px;
        position:absolute;
        bottom: -120px;
        left: 86px;
        animation: pulseMonet1 2s infinite ease-in-out;
    }

    .monet_2 {
        background:url("../images/monet_2_t.svg") center center no-repeat;
        width:396px;
        height:317px;
        position:absolute;
        bottom: -40px;
        left: -75px;
        z-index:25;
        animation: pulseMonet2 2s infinite ease-in-out;
    }

    .fish_1 {
        background:url("../images/fish_1_t.svg") center center no-repeat;
        width:407px;
        height:281px;
        position:absolute;
        top:-51px;
        left:-20px;
        z-index:15;
    }

    .fish_2 {
        background:url("../images/fish_2_t.svg") center center no-repeat;
        width:573px;
        height:429px;
        position:absolute;
        bottom: -161px;
        left: 107px;
        z-index:30;
        background-size:100%;
    }

    .fish_3 {
        display:none;
    }

    .fish_4 {
        display:none;
    }

    .man {
        background:url("../images/man_t.svg") center center no-repeat;
        width:431px;
        height:805px;
        position:absolute;
        top:-125px;
        right: -65px;
        z-index:18;
    }

    .monet_3 {
        background:url("../images/monet_3_t.svg") center center no-repeat;
        width:228px;
        height:183px;
        position:absolute;
        bottom: 238px;
        right: -44px;
        z-index:25;
        /*animation: pulseMonet3 2s infinite ease-in-out;*/
    }

    .monet_4 {
        display:none;
    }

    .logo {
        /*background: url(../images/logo_t.png) center center no-repeat;*/
        background-size:100%;
        width: 245px;
        height: 42px;
    }

    .head-text {
        /*background: url(../images/headerText_t.png) center center no-repeat;*/
        width: 649px;
        height: 60px;
        background-size: 100%;
        margin-top:18px;
    }

    .content {
        padding-top:49px;
        padding-bottom:31px;
    }

    .content-wheel-in {
        width:690px;
        height:690px;
    }
    .content-wheel-border {
        background: url(../images/borderWheel_t.png) center center no-repeat;
    }
    .content-wheel, .content-wheel-price {
        width:523px;
        height:523px;
        /*background: url(../images/wheel_t.png) center center no-repeat;*/
    }
    .content-wheel-price {
        /*background: url(../images/wheel_price_t.png) center center no-repeat;*/
    }
    .content-wheel-deletion {
        width: 130px;
        height: 130px;
        position: absolute;
        top: 26px;
        transform: translateX(-50%);
        background: url(../images/deletion_t.svg) center center no-repeat;
    }
    .content-block {
        margin-top: 89px;
    }
    .content-wheel-spin {
        width:103px;
        height:103px;
    }

    .modal_monet_1 {
        top: -33px;
        left: -218px;
    }
    .modal_monet_5 {
        top: 153px;
        right: -187px;
    }
}

@media (max-width: 768px) {
    .wrapper {
        background: url("../images/page-bg_m.webp") lightgray 50% / cover no-repeat;
    }
    .logo {
        width:116px;
        /*background: url(../images/logo_m.png) center center no-repeat;*/
        height:19px;
    }
    .head-text {
        width:315px;
    }
    .head-text {
        /*background: url(../images/headerText_m.png) center center no-repeat;*/
        width: 315px;
        height: 30px;
        background-size: 100%;
        margin-top: 17px;
        margin-left:auto;
        margin-right:auto;
    }
    .content-wheel-in {
        width: 340px;
        height: 340px;
    }
    .content-wheel, .content-wheel-price {
        width:262px;
        height:262px;
    }
    .content-wheel-border {
        background: url(../images/borderWheel_m.png) center center no-repeat;
    }
    .content-wheel, .content-wheel-price {
        /*background: url(../images/wheel_m.png) center center no-repeat;*/
    }
    .content-wheel-price {
        /*background: url(../images/wheel_price_m.png) center center no-repeat;*/
    }
    .content-wheel-deletion {
        width: 65px;
        height: 65px;
        position: absolute;
        top: 7px;
        transform: translateX(-50%);
        background: url(../images/deletion_m.svg) center center no-repeat;
    }
    .content-block {
        margin-top: 52px;
    }

    .content-wheel-spin {
        width: 68px;
        height: 68px;
    }

    .footer-text {
        width: 190px;
        height: 13px;
        background-size: 100%;
    }

    .monet_1 {
        width:90px;
        height:72px;
        background: url(../images/monet_1_m.svg) center center no-repeat;
        bottom: -62px;
        left: 214px;
        animation: pulseMonet1 1.5s infinite ease-in-out;
    }

    .fish_1 {
        background: url(../images/fish_1_m.svg) center center no-repeat;
        width: 203px;
        height: 141px;
        position: absolute;
        top: -35px;
        left: -9px;
        z-index: 15;
    }

    .monet_2 {
        width:198px;
        height:158px;
        background: url(../images/monet_2_m.svg) center center no-repeat;
        bottom: -20px;
        left: -37px;
        animation: pulseMonet2 1.5s infinite ease-in-out;
    }

    .fish_2 {
        background:url("../images/fish_2_m.svg") center center no-repeat;
        width:286px;
        height:215px;
        position:absolute;
        bottom: -80px;
        left: 50px;
        z-index:30;
        background-size:100%;
    }
    .man {
        background:url("../images/man_m.svg") center center no-repeat;
        width:215px;
        height:483px;
        top: -104px;
        right: -27px;
        z-index:18;
    }
    .monet_3 {
        background:url("../images/monet_3_m.svg") center center no-repeat;
        width:114px;
        height:91px;
        position:absolute;
        bottom: 116px;
        right: -19px;
        animation: pulseMonet3 1.5s infinite ease-in-out;
    }
    .modal-result-content {
        width:274px;
        height:260px;
        border-radius:15px;
    }
    .modal-result-content, .modal-content-title {
        border-width:4px;
    }
    .modal_fish_1 {
        width: 362px;
        height: 251px;
        position: absolute;
        bottom: -91px;
        left: -75px;
        background: url(../images/modal_fish_1_m.png) center center no-repeat;
        z-index: 5;
    }
    .modal-content-title {
        height:41px;
        min-height:0;
    }
    .modal-content-text {
        width:199px;
        margin-left:auto;
        margin-right:auto;
    }
    .modal-content-text img {
        max-width:100%;
    }
    .modal-content-text {
        padding-top:14px;
        margin-bottom:14px;
    }
    .modal_fish_1 {
        bottom: -105px;
        left: -41px;
    }
    .modal-logo {
        width:142px;
        margin-bottom: 25px;
        margin-top:-30px;
    }
    .modal-logo img {
        max-width:100%;
    }
    .modal_monet_1 {
        top: -73px;
        left: -80px;
        width: 143px;
        height: 115px;
        background:url("../images/modal_monet_1_m.svg") center center no-repeat;
    }
    .modal_monet_2 {
        width: 89px;
        height: 71px;
        top: 100px;
        left: -50px;
        background: url(../images/modal_monet_2_m.svg) center center no-repeat;
    }
    .modal_monet_3 {
        width: 148px;
        height: 118px;
        top: 239px;
        left: -57px;
        background: url(../images/modal_monet_3_m.svg) center center no-repeat;
    }
    .modal_monet_4 {
        width: 69px;
        height: 55px;
        top: -32px;
        right: -57px;
        background: url(../images/modal_monet_4_m.svg) center center no-repeat;
    }
    .modal_monet_5 {
        width: 117px;
        height: 94px;
        top: 74px;
        right: -67px;
        background: url(../images/modal_monet_5_m.svg) center center no-repeat;
    }
    .modal-content-title img {
        max-width:215px;
    }
    #modal_step_1 .modal-content-title img {
        max-width:230px;
    }
}



