* {
    padding: 0;
    margin: 0;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img,
svg {
    max-width: 100%;
    height: auto;
}

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
}

input::-ms-clear {
    display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

html,
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

main {
    flex-grow: 1;
    position: relative;
    overflow: hidden;
}

footer {
    flex-shrink: 0;
}

body {
    font-family: Lato, Montserrat;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    background-image: url("img/gradient_background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 500;
    animation-name: __load__;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes __load__ {
    0% {
        display: none;
        opacity: 0
    }

    100% {
        display: none;
        opacity: 0
    }
}

.preloader__wrapp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
}

.logo__preloader {
    animation: myAnim 2s ease-in-out 0s infinite;
}

@keyframes myAnim {
    0% {
        transform: scale(1)
    }

    15% {
        transform: scale(1.1) rotate(3deg)
    }

    30% {
        transform: scale(1.1) rotate(-3deg)
    }

    45% {
        transform: scale(1)
    }

    60% {
        transform: scale(1.1) rotate(3deg)
    }

    75% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1)
    }
}

.container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

h2 {
    margin-bottom: 30px;
}

h2 {
    font-size: clamp(20px, 5vw, 34px);
}

h3 {
    font-size: clamp(18px, 5vw, 26px);
}

li {
    margin: 15px 0;
}

ul {
    margin-bottom: 30px;
}

.link {
    transition: all .3s ease-in-out;
}

@media (hover:hover) {
    .link:hover {
        opacity: .6
    }
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("fonts/montserrat-v26-latin-600.woff2") format("woff2")
}

@font-face {
    font-display: swap;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/montserrat-v26-latin-700.woff2") format("woff2")
}

.main__container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: start;
    align-items: center;
    width: 100%;
    max-width: 2200px;
}

.content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 20px auto 0;
    color: #fff;
    z-index: 10;
}

.logo {
    width: 20vw;

    @media (max-width:600px) {
        width: 50vw
    }
}

.content span {
    font-size: clamp(16px, 3vw, 28px);
}

.content p {
    font-size: clamp(20px, 5vw, 52px);
}

.img__wrapp {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    position: absolute;
    height: 95%;
    bottom: 0;
}

.main__left {
    position: relative;
    top: 0;
    width: 70%;
    background-image: url("img/candies.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5;

    @media (max-width:1300px) {
        width: 100%;
        left: -15%
    }
}

.main__right {
    position: relative;
    top: 0;
    width: 100%;
    background-image: url("img/god_with_lightning.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    right: -16%;
    opacity: .5;
}

@media (max-width:768px) {
    .img__wrapp {
        display: none
    }
}

.spin__wrapp {
    position: relative;
    display: block;
    bottom: 0;
    width: 100%;
    max-width: 540px;
    height: 540px;
    background-color: black;
    border-radius: 50%;
    margin-bottom: 80px;

    @media (max-width:580px) {
        max-width: 286px;
        max-height: 286px
    }
}

.spin {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    width: 100%;
    z-index: 15;
}

.img__spin {
    border-radius: 50%;
}

.spin__win {
    position: absolute;
    z-index: 50;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
}

.spin-2 {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    width: 100%;
}

.spin__bottom {
    position: absolute;
    bottom: -85px;
    z-index: -1;
    right: 50%;
    transform: translateX(50%);

    @media (max-width:580px) {
        margin-bottom: 45px
    }
}

.spin__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 137px;
    height: 137px;
    z-index: 20;
    color: #fff !important;
    background-image: url("img/button-wheel.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 16px;
    font-weight: 700;

    @media (max-width:580px) {
        max-width: 92px;
        height: 92px;
        font-size: 10px;
    }
}

.spin__btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .5;
    animation: btns 1.5s ease 0s infinite;
    background-color: red;
    box-shadow: 0 0 5px 5px red;
}

@-webkit-keyframes btns {
    0% {
        background-color: red;
        box-shadow: 0 0 5px 5px red
    }

    50% {
        background-color: transparent;
        box-shadow: 0 0 5px 5px transparent
    }

    100% {
        background-color: red;
        box-shadow: 0 0 5px 5px red
    }
}

.sector {
    position: absolute;
    color: #fff;
    font-weight: 700;
    text-align: center;

    @media (max-width:580px) {
        font-size: 11px
    }
}

.sector h3 {
    font-size: 29px;
    font-weight: 700;
    background: linear-gradient(180deg, #f00 0%, #fdff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);

    @media (max-width:580px) {
        font-size: 15px;
    }
}

.bonus {
    color: darkblue;
}

.sector_7 {
    top: 16%;
    right: 28%;
    transform: rotate(24deg);
}

.sector_1 {
    top: 16%;
    right: 56%;
    transform: rotate(-25deg);
}

.sector_1 p {
    font-size: 13px;
}

.sector_2 {
    top: 35%;
    right: 62%;
    transform: rotate(-77deg);
}

.sector_3 {
    top: 60%;
    right: 69%;
    transform: rotate(-131deg);
}

.sector_4 {
    top: 73%;
    right: 42%;
    transform: rotate(-169deg);
    width: 23%;
}

.sector_5 {
    top: 67%;
    right: 21%;
    transform: rotate(-222deg);
}

.sector_6 {
    top: 36%;
    right: 3%;
    transform: rotate(77deg);
    width: 33%;
}

.diod {
    position: absolute;
    z-index: 20;
    filter: blur(2px);
    box-shadow: 0 0 20px 12px white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: glaring 1s ease 0s infinite;

    @media (max-width:580px) {
        width: 7px;
        height: 7px
    }
}

@-webkit-keyframes glaring {
    0% {
        background: transparent;
        box-shadow: 0 0 20px 12px transparent
    }

    50% {
        background: #f5f5f5;
        box-shadow: 0 0 20px 12px white
    }

    100% {
        background: transparent;
        box-shadow: 0 0 20px 12px transparent
    }
}

@media (max-width:580px) {
    @-webkit-keyframes glaring {
        0% {
            background: transparent;
            box-shadow: 0 0 10px 5px transparent
        }

        50% {
            background: #f5f5f5;
            box-shadow: 0 0 10px 5px white
        }

        100% {
            background: transparent;
            box-shadow: 0 0 10px 5px transparent
        }
    }
}

.img__spin {
    transition: transform 7s ease-in-out;
}

.text__spin {
    display: none;
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 100;
    text-align: center;

    @media (max-width:580px) {
        font-size: 16px;
        bottom: -10%;
        transform: translate(-50%, -50%)
    }
}

.spin__link {
    background-color: #03f295;
    padding: 15px 15px;
    border-radius: 50px;
    color: #000 !important;
    animation: spin_btn 3s ease 0s infinite;
    transition: all .3s linear;

    @media (max-width:580px) {
        font-size: 12px;
        padding: 10px 10px
    }
}

.spin__link:hover {
    background: darkorange;
}

@-webkit-keyframes spin_btn {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

.text__spin span {
    font-size: 120px;
    font-weight: 700;

    @media (max-width:580px) {
        font-size: 57px;
    }
}

.text__spin p {
    margin-top: -10px;
    font-size: 16px;
    font-weight: 700;
}

.diod_1 {
    position: absolute;
    bottom: 92%;
    left: 60%;
    animation-delay: .25s;
}

.diod_2 {
    position: absolute;
    bottom: 88%;
    left: 71%;
    animation-delay: .5s;
}

.diod_3 {
    position: absolute;
    bottom: 81%;
    left: 81%;
    animation-delay: .75s;
}

.diod_4 {
    position: absolute;
    bottom: 71%;
    left: 88%;
    animation-delay: 1s;
}

.diod_5 {
    position: absolute;
    bottom: 60%;
    left: 93%;
    animation-delay: 1.25s;
}

.diod_6 {
    position: absolute;
    bottom: 48%;
    left: 95%;
    animation-delay: 1.5s;
}

.diod_7 {
    position: absolute;
    bottom: 37%;
    left: 93%;
    animation-delay: 1.75s;
}

.diod_8 {
    position: absolute;
    bottom: 25%;
    left: 88%;
    animation-delay: 2s;
}

.diod_9 {
    position: absolute;
    bottom: 16%;
    left: 81%;
    animation-delay: 2.25s;
}

.diod_10 {
    position: absolute;
    bottom: 9%;
    left: 71%;
    animation-delay: 2.5s;
}

.diod_11 {
    position: absolute;
    bottom: 4%;
    left: 60%;
    animation-delay: 2.75s;
}

.diod_12 {
    position: absolute;
    bottom: 3%;
    left: 49%;
    animation-delay: 3s;
}

.diod_13 {
    position: absolute;
    bottom: 4%;
    left: 37%;
    animation-delay: 3.25s;
}

.diod_14 {
    position: absolute;
    bottom: 9%;
    left: 26%;
    animation-delay: 3.5s;
}

.diod_15 {
    position: absolute;
    bottom: 16%;
    left: 17%;
    animation-delay: 3.75s;
}

.diod_16 {
    position: absolute;
    bottom: 25%;
    left: 9%;
    animation-delay: 4s;
}

.diod_17 {
    position: absolute;
    bottom: 37%;
    left: 4%;
    animation-delay: 4.25s;
}

.diod_18 {
    position: absolute;
    bottom: 48%;
    left: 3%;
    animation-delay: 4.5s;
}

.diod_19 {
    position: absolute;
    bottom: 60%;
    left: 4%;
    animation-delay: 4.75s;
}

.diod_20 {
    position: absolute;
    bottom: 71%;
    left: 9%;
    animation-delay: 5s;
}

.diod_21 {
    position: absolute;
    bottom: 81%;
    left: 16%;
    animation-delay: 5.25s;
}

.diod_22 {
    position: absolute;
    bottom: 88%;
    left: 26%;
    animation-delay: 5.5s;
}

.diod_23 {
    position: absolute;
    bottom: 92%;
    left: 37%;
    animation-delay: 5.75s;
}

.footer {
    background: rgb(2, 0, 36);
    color: #fff;
    padding-bottom: 20px;
}

.footer__container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

.footer__pay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1350px;
}

.bg {
    background-color: #1d1f24;
}

.footer__pay img {
    width: 82px;
    margin: 9px 14px;

    @media (max-width:950px) {
        width: 170px
    }
}

.footer__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 25px 0;

    @media (max-width:950px) {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px
    }
}

.footer__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    @media (max-width:950px) {
        justify-content: space-around
    }
}

.footer__icon img {
    height: 26px;

    @media (max-width:950px) {
        height: 35px
    }
}

.logo__footer {
    max-width: 136px;

    @media (max-width:950px) {
        max-width: 60%
    }
}

.trems {
    font-size: 10px;
    text-decoration: underline !important;
    opacity: .4;
}

.logo__terms {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.cookis {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 10px;
    background-color: #464542;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    z-index: 1000;
}

.cookis__btn {
    background-color: #6746f8;
    color: #fff;
    padding: 6px 10px;
    border-radius: 50px;
    cursor: pointer;
}

.cookis__text {
    font-size: 14px;
    color: #ced0d8;
}

.cookis__text span {
    color: #03f295;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    justify-content: center;
    align-items: center
}

.modal__content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 0 25px rgba(0, 0, 0, .5);
    animation: fadeIn .4s ease-in-out
}

.modal__content h2 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2a2a2a
}

.modal__btn {
    background: #ff9800;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 15px;
    transition: .3s;
    display: block;
    width: fit-content;
    margin: 20px auto 0
}

.modal__btn:hover {
    background: #e68900
}

@keyframes fadeIn {
    from {
        transform: scale(.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}