html, body {
    scroll-behavior: smooth;
}

body {
    background: url("../images/bg/background.png") repeat-y center center !important;
    background-size: cover !important;
}

.banner__prizes {
    background: transparent !important;
}

.banner__prizes-bg {
    bottom: -175px;
}

.banner__prizes-bg-2 {
    bottom: -250px;
    width: 50%;
}

.banner__prizes__body_wrap {
    background: linear-gradient(62deg, #C4B4FE -23.12%, #5B1FB8 98.4%);
}

.banner__prizes__body::after {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #EDE9FE 31.33%, rgba(47, 15, 102, 0.60) 100%);
}

.banner__prizes__wrapper {
    max-width: 580px !important;
}

.banner__prizes__body {
    top: 0 !important;
}

.qr-container {
    padding: 2px;

    border-radius: 8px;

    position: relative;

    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #FFF285 31.33%, rgba(124, 61, 11, 0.60) 100%);
}

.qr-container img {
    width: 200px;
    height: 200px;
    border-radius: 8px;

    object-fit: contain;
}

.qr-popup-container {
    border-radius: 1px;
    background: rgba(34, 29, 25, 0.97);

    width: 269px;
    padding: 1px;

    transition: all 250ms ease-in;
    opacity: 0;
    visibility: hidden;

    position: absolute;

    bottom: calc(100px + 125px);
    left: 0;
    right: 0;
    margin: 0 auto;

    z-index: 1000;
}

.qr-popup-wrapper {
    border-radius: 1px;
    border: 1px solid #454135;

    padding: 4px 8px;
}

.qr-popup-text {color: #A6B1C1;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);

    /* Text/T4 - medium - 16 */
    font-family: 'Manrope-Medium', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */

}

.qr-container:hover .qr-popup-container {
    opacity: 1;
    visibility: visible;
}

.qrs-container {
    margin-top: 50px;

    display: flex;
    align-items: center;
    gap: 80px;
}

.qrs-container > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;

    position: relative;
    z-index: 10;
}

.qrs-container > div button, .qrs-container > div a {
    width: 237px !important;
}

.header {
    height: unset;
    flex-direction: column;
    background: transparent;
}

.header, .header.fixed {
    border-bottom: 1px solid #CC9002;
}

.header.fixed {
    height: unset;
    flex-direction: column;
    background: transparent;
}

.header__nav-item_sub-lang {
    z-index: 999;
}

.header .header-menu {
    background: #190A32;
}

.header .container {
    height: 80px;

    display: flex;
    align-items: center;
    width: 100%;
}

.header .container .header__box {
    width: 100%;
}

.header .start-game, .header-btn {
    display: block !important;
}

.header .header__box-col-right, .header.fixed .header__box-col-right {
    flex-direction: row;
    gap: 30px;
}

.header__collapsible-box {
    padding: 28px 0;
    width: 100%;

    position: relative;
    background: rgba(7, 11, 24, 0.75);
}

.header__collapsible-box .limited {
    max-width: 1280px;
    padding: 0;
    margin: 0 auto;
}

.header__collapsible-box .download-button {
    border-radius: 16px;

    position: relative;
    z-index: 1;

}

.header__collapsible-box .download-button .button-inner {
    padding: 14px 16px;

    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px;

    overflow: hidden;

    background: radial-gradient(227.73% 291.91% at 50% 0%, #070B18 22.04%, #CC9002 100%);
}

.collapsible {
    display: none;
}

.play-icon {
    width: 24px;
    height: 24px;
    margin-left: 8px;

    transition: transform 200ms ease;
}

.header .header-menu {
    width: 100%;
}

.opened .play-icon {
    transform: rotate(180deg);
}

.bubbles-block, .chests-block {
    position: relative;
}

.bubbles-block::after, .chests-block::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(195deg, rgba(7, 11, 24, 0.00) 9.4%, #070B18 37.61%, #070B18 66.85%, rgba(7, 11, 24, 0.00) 92.13%);
}

.title-frame {
    padding: 32px 60px 20px;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    background: #070B18;
    z-index: 3;
}

.title-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 100px;
    padding: 4px;
    background: radial-gradient(172.87% 73.99% at 50% 30.71%, #FFF489 31.33%, rgba(114, 66, 17, 0.60) 100%);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.title-frame h2 {
    margin-bottom: 0;
    line-height: 100%;
}

.banner__prizes__body {
    max-width: 951px;
    top: 10vh;
    z-index: 6;
}

.banner__prizes__wrapper {
    margin: unset;
    max-width: 524px;
}

.banner__prizes__body .banner__prizes__title, .banner__prizes__body .subtitle_light, .banner__prizes__body .start-game__footer {
    text-align: left;
}

.banner__prizes-left-img {
    right: -30%;
    top: 8%;
    left: unset;
    bottom: unset;
    max-width: 55%;
}

@media (min-width: 1025px) {
    .banner__prizes__body_wrap {
        padding-bottom: 154px !important;
    }
}

.header-btn .btn-bordered-box {
    display: flex;
    align-items: center;
}

.header__collapsible-box .sections-container {
    display: grid;
    grid-template-columns: 1fr 0.65fr;
    align-items: center;
    grid-gap: 21px;
}

.header__collapsible-box .download-button:hover .button-inner {
    background: radial-gradient(227.73% 291.91% at 50% 0%, #070B18 22.04%, #ECBA06 100%);
}

.header__collapsible-box .download-button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #FFF489 31.33%, rgba(114, 66, 17, 0.60) 100%);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.header__collapsible-box .options-container {
    display: grid;
    align-items: center;
    grid-gap: 8px;

    margin-left: 10px;
    margin-top: 12px;
}

.header__collapsible-box .options-container.col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.header__collapsible-box .options-container.col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.header__collapsible-box .download-button img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.header__collapsible-box .title {
    color: #fff;

    font-family: "TrajanSansPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 115%;
}

.header__collapsible-box .download-button .title {
    line-height: 140%;
}

.orion {
    position: relative;
}

.orion::after {
    width: 26px;
    height: 21px;
    content: '';
    position: absolute;
    right: -19px;
    top: -13px;
    background: url("../images/orion.png") no-repeat;
    background-size: contain;
}

.main__header .btn-wrapper {
    display: flex;
    justify-content: center;
}

.flex-container {
    display: flex;
    align-items: center;
}

.btn-v2 {
    position: relative;
    width: fit-content;
    display: flex;
    justify-content: center;

    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.btn-v2.small {
    padding: 14px 32px;
}

.btn-v2.ultra-small {
    padding: 8px 24px;
}

.btn-v2.medium {
    padding: 14px 48px;
}

.btn-v2.big {
    padding: 16px 48px 20px;
}

.btn-v2.super-big {
    padding: 21px 48px 15px;
}

.btn-v2.stretch {
    width: 100%;
}

.btn-v2.b-16 {
    border-radius: 16px;
}

.btn-v2 .text {
    font-family: "TrajanSansPro-Bold", sans-serif;
    font-size: 16px;
    line-height: 125%;
    -webkit-text-fill-color: transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2;
    position: relative;
}

.btn-v2.super-big .text {
    font-size: 20px;
    line-height: 140%;
}

.btn-v2 .content-wrap {
    z-index: 2;
    position: relative;
}

.btn-v2::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    z-index: 1;
}

.btn-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
}

.btn-v2.primary {
    background: radial-gradient(128% 100% at 50% 0%, #FFE546 2.6%, #984A08 57.29%, #FFB401 100%);
    box-shadow: 0px 11.019px 19.912px 0px rgba(255, 212, 27, 0.14), 0px 6.548px 10.83px 0px rgba(255, 212, 27, 0.11), 0px 3.4px 5.525px 0px rgba(255, 212, 27, 0.09), 0px 1.385px 2.77px 0px rgba(255, 212, 27, 0.07), 0px 17px 34px 0px rgba(255, 212, 27, 0.04);
}

.btn-v2.primary::after {
    background: radial-gradient(128% 100% at 50% 0%, #FFF489 2.6%, #A36605 57.29%, #FDD412 100%);
}

.btn-v2.primary::before {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #FFF285 31.33%, rgba(124, 61, 11, 0.60) 100%);
}

.btn-v2.primary .text, .btn-v2.primary-outline .text {
    background: linear-gradient(180deg, #FFF8C5 20.5%, rgba(255, 242, 133, 0.60) 28.75%, rgba(255, 248, 197, 0.60) 37.5%), #FFF;
    -webkit-background-clip: text;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.32);
    font-weight: initial;
}

.btn-v2.primary:active::after, .btn-v2.primary-outline:active::after {
    background: linear-gradient(0deg, rgba(35, 18, 2, 0.14) 0%, rgba(35, 18, 2, 0.14) 100%), radial-gradient(128% 100% at 50% 0%, #FFE642 2.6%, #A36605 57.29%, #ECBA06 100%);
}

.banner__prizes {
    background-color: #070B18;
}

.gap-8 {
    gap: 8px;
}

.socials-container {
    position: fixed;
    top: 50%;
    left: 56px;
    transform: translate(-50%, -50%);

    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 9999;
}

.social {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

.social:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: radial-gradient(71.25% 71.25% at 50% 50%, #FFE642 0%, rgba(255, 230, 66, 0.00) 100%);
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    z-index: -1;
}

.social:hover:before {
    opacity: 1;
}

.social.telegram {
    background: url(../images/socials/telegram.svg) no-repeat;
    background-size: contain;
}

.social.discord {
    background: url(../images/socials/discord.svg) no-repeat;
    background-size: contain;
}

.social.vk {
    background: url(../images/socials/vk.svg) no-repeat;
    background-size: contain;
}

.social.instagram {
    background: url(../images/socials/instagram.svg) no-repeat;
    background-size: contain;
}

.social.facebook {
    background: url(../images/socials/fb.svg) no-repeat;
    background-size: contain;
}

.mini__game.active .icon-chevron-down {
    opacity: 0.5;
}

.footer {
    background: #190A32;
}

.footer-title, .footer-link, .social-block p {
    color: #F5F3FF;
}

.footer-link:hover {
    color: #8C59F9;
}

.footer-bottom {
    border-top-color: #5B1FB8;
}

.banner__prizes-left-img {
    right: -35%;
    max-width: 65%;
    top: 12%;
}

.container {
    padding: 0 40px;
}

.subtitle_light {
    color: #FFF8C5;
    font-family: 'Manrope-Medium', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

/* Bubbles */
@keyframes bubbleAnimation {
    0% {
        opacity: 0;
        transform: translateY(100%);
        transform-origin: top center;
    }

    30% {
        opacity: 1;
    }

    50% {
        opacity: 1;
        transform: scale(1) translate(0, 50%);
    }

    100% {
        opacity: 0;
        transform:  translate(0, 0);
    }
}

.bubble-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 65vw;
    height: 250px;
    margin: 0 auto;
    bottom: 0;

    user-select: none;
    pointer-events: none;

    display: flex;
    align-items: center;
}

.bubble-position {
    display: inline-block;
    position: absolute;

    transform: translate3d(var(--x), var(--y), 0);
}

.flying-bubble {
    animation: bubbleAnimation 3000ms linear forwards;

    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #FFF285 31.33%, rgba(124, 61, 11, 0.60) 100%);
    padding: 2px;

    border-radius: 8px;
    box-shadow: 0px 11.019px 19.912px 0px rgba(255, 212, 27, 0.14), 0px 6.548px 10.83px 0px rgba(255, 212, 27, 0.11), 0px 3.4px 5.525px 0px rgba(255, 212, 27, 0.09), 0px 1.385px 2.77px 0px rgba(255, 212, 27, 0.07), 0px 17px 34px 0px rgba(255, 212, 27, 0.04);
}

.flying-bubble img {
    border-radius: 8px;
}

/* end bubbles */

@media (max-width: 768px) {
    .qr-container {
        display: none;
    }

    .qrs-container {
        flex-direction: column;
        gap: 8px;
    }

    .christmas-page .banner__prizes-left-img {
        top: -16vh !important;
    }

    .christmas-page .banner__prizes__body_wrap, .banner__prizes__wrapper {
        background: linear-gradient(190deg, #2F0F66 8.3%, #5B1FB8 72.46%);
    }

    .subtitle_light {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 24px */
    }
}

@media (min-width: 1025px) {

    .header__box-col-right .menu {
        display: none;
    }

    .banner__prizes__body_wrap {
        padding: 114px 107px;
    }

    .btn-v2:hover::after {
        opacity: 1;
    }

    .bubbles-block::before {
        position: absolute;
        width: 800px;
        height: 800px;

        content: '';

        left: 0;
        top: 20vw;

        background: url(../images/side-image.png?v2) no-repeat;
        background-size: contain;
        z-index: 4;
    }

    .chests-block::before {
        position: absolute;
        width: 800px;
        height: 800px;

        content: '';

        right: -18vw;
        top: 20vw;

        background: url(../images/side-image-v2.png?v3) no-repeat;
        background-size: contain;
        z-index: 4;
    }

    .chests-block .container > .buy-option-container {
        display: none;
    }

    .create-acc:not(.chests-block):not(.bubbles-block) {
        background: url(../images/bg/registration.png) no-repeat center/cover, #070B18;
        padding-bottom: 206px;
        padding-top: 205px;
    }

    ::-webkit-scrollbar-track
    {
        background: linear-gradient(86deg, #432205 -18.84%, #231202 114.94%);
    }

    ::-webkit-scrollbar
    {
        width: 12px;
        background: linear-gradient(86deg, #432205 -18.84%, #231202 114.94%);
    }

    ::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        border: 1px solid #60620A;

        background: radial-gradient(128% 100% at 50% 0%, #FFF489 2.6%, #A36605 57.29%, #FDD412 100%);
    }
}

@media screen and (max-width: 767px) {
    .icon-plus {
        display: block;
        background: none;
        mask: url(../../img/svg/footer-plus.svg) no-repeat;
        mask-size: contain;
        width: 24px;
        height: 24px;

        background-color: #C4B4FE;
    }

    .info-item.active .icon-plus {
        background: none;

        mask: url(../../img/svg/minus.svg) no-repeat;
        mask-size: contain;

        background-color: #C4B4FE;
    }
}

@media (max-width: 1024px) {
    .christmas-page .footer {
        padding-top: 40px;
    }

    .container {
        padding: 0 15px;
    }

    .start-game .btn-v2 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .qrs-container {
        margin-top: 20px;
    }

    .christmas-page .banner__prizes__wrapper {
        padding-bottom: 50px;
    }

    .qrs-container > div button, .qrs-container > div a, .qrs-container > div {
        width: 100% !important;
    }

    .bubble-container {
        display: none;
    }

    .btn-v2.transparent {
        background: transparent;
        box-shadow: none;
    }

    .btn-v2.transparent::before {
        background: linear-gradient(90deg, #FFFEEA 0%, #FFB401 100%);
    }

    .btn-v2.super-big {
        padding: 16px 48px 12px;
    }

    .btn-v2.super-big .text {
        font-size: 16px;
        line-height: 125%;
    }

    .btn-wrapper {
        padding: 0 20px;
    }

    .btn-wrapper .btn-v2 {
        width: 100%;
    }

    .title-count {
        color: #fff;
    }

    .sub-count {
        display: block;
        color: #fff;
    }

    .btn-v2.super-big .text {
        font-size: 14px;
    }

    .christmas-page .banner__prizes-left-img {
        top: -24vh;
        bottom: unset;
    }
}