@font-face {
    font-family: "Manrope";
    src: url("/halloween-promo-2024/assets/fonts/manrope/Manrope-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

body {
    background: #180707;
}

.h2-title_black {
    color: #FFF8ED;
}

.subtitle_dark {
    color: #FFF0D4;
}

.subtitle_light {
    color: #9E3D0E;
}

.btn-v2 {
    position: relative;
    width: fit-content;

    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: 22px 48px;
}

.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.green-outline .text, .btn-v2.green .text  {
    background: linear-gradient(180deg, #DAFEEF 20.5%, rgba(184, 250, 221, 0.60) 28.75%, rgba(218, 254, 239, 0.60) 37.5%), #FFF;
    -webkit-background-clip: text;
}

.btn-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    -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.b-16::before {
    border-radius: 16px;
}

.btn-v2.green-outline::before {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #B8FADD 31.33%, rgba(3, 48, 31, 0.60) 100%);
}

.btn-v2.green {
    background: radial-gradient(128% 100% at 50% 0%, #43E5A0 2.6%, #11563A 57.29%, #0FA968 100%);
    box-shadow: 0px 17px 34px 0px rgba(15, 169, 104, 0.18), 0px 11.019px 19.912px 0px rgba(15, 169, 104, 0.14), 0px 6.548px 10.83px 0px rgba(15, 169, 104, 0.11), 0px 3.4px 5.525px 0px rgba(15, 169, 104, 0.09), 0px 1.385px 2.77px 0px rgba(15, 169, 104, 0.07), 0px 0.315px 1.338px 0px rgba(15, 169, 104, 0.04);
}

.btn-v2.green-outline::after, .btn-v2.green::after  {
    background: radial-gradient(128% 100% at 50% 0%, #81F4C3 2.6%, #126945 57.29%, #1ACD81 100%);
}

.btn-v2.green:active::after, .btn-v2.green-outline:active::after {
    background: linear-gradient(0deg, rgba(3, 48, 31, 0.24) 0%, rgba(3, 48, 31, 0.24) 100%), radial-gradient(128% 100% at 50% 0%, #81F4C3 2.6%, #126945 57.29%, #1ACD81 100%);
}

.btn-v2.primary {
    background: radial-gradient(128% 100% at 50% 0%, #FFC470 2.6%, #9E3D0E 57.29%, #FF8717 100%);
    box-shadow: 0px 17px 34px 0px rgba(255, 98, 0, 0.18), 0px 11.019px 19.912px 0px rgba(255, 98, 0, 0.14), 0px 6.548px 10.83px 0px rgba(255, 98, 0, 0.11), 0px 3.4px 5.525px 0px rgba(255, 98, 0, 0.09), 0px 1.385px 2.77px 0px rgba(255, 98, 0, 0.07), 0px 0.315px 1.338px 0px rgba(255, 98, 0, 0.04);
}

.btn-v2.primary::after, .btn-v2.primary-outline::after {
    background: radial-gradient(128% 100% at 50% 0%, #FFDDA8 2.6%, #C74D07 57.29%, #FFA037 100%);
}

.btn-v2.primary::before, .btn-v2.primary-outline::before {
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #FFDDA8 31.33%, rgba(69, 24, 5, 0.60) 100%);
}

.btn-v2.primary .text, .btn-v2.primary-outline .text {
    background: linear-gradient(180deg, #FFF0D4 20.5%, rgba(255, 221, 168, 0.60) 28.75%, rgba(255, 240, 212, 0.60) 37.5%), #FFF;
    -webkit-background-clip: text;
}

.btn-v2.primary:active::after, .btn-v2.primary-outline:active::after {
    background: linear-gradient(0deg, rgba(69, 24, 5, 0.24) 0%, rgba(69, 24, 5, 0.24) 100%), radial-gradient(128% 100% at 50% 0%, #FFC470 2.6%, #9E3D0E 57.29%, #FF8717 100%);
}

.swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: block;
    height: 100%;
    max-height: 100%;
}

.swiper-wrapper {
    max-height: 100%;
    height: 100%;
    display: flex;
}

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

.header .container {
    height: 80px;

    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 36px;
}

.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(24, 11, 7, 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%, #180B07 22.04%, #CB8D08 100%);
}

.collapsible {
    display: none;
}

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

    transition: transform 200ms ease;
}

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

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

.gap-8 {
    gap: 8px;
}

.main:before {
    content: unset !important;
}

.justify-center {
    justify-content: center;
}

.header__collapsible-box .download-button:hover .button-inner {
    background: radial-gradient(227.73% 291.91% at 50% 0%, #28130C 22.04%, #E59E06 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%, #FFDDA8 31.33%, rgba(69, 24, 5, 0.60) 100%);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}


hui::after {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background:
    content: "";
    z-index: 0;
    border-radius: 16px;
}

.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: #FFF0D4;

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

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

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

.header .start-game {
    margin-left: 0;
}

.header.fixed .header-btn {
    margin-left: 0;
}

.header, .header.fixed {
    background: transparent;
    border-bottom: 1px solid #9E3D0E;
}

.header.fixed::after {
    position: absolute;
    bottom: -1px;
    content: '';
    height: 1px;
    width: 100%;
    background: #9E3D0E;
}

.header .header-menu {
    background: #180707;
    width: 100%;
}

.main__content {
    margin-bottom: 0;
}

.revolution .main .container {
    /*position: relative;*/
    margin-bottom:  0;
}

/*.revolution .main .container:before {*/
/*    width: 100%;*/
/*    height: 100%;*/

/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    content: '';*/

/*    border-radius: 944px;*/
/*    opacity: 0.75;*/
/*    background: #180707;*/
/*    filter: blur(75px);*/
/*}*/

.container {
    max-width: 1280px;
}

/*.revolution .main:after {*/
/*    height: 400px;*/
/*    border-radius: 2546px;*/
/*    background: linear-gradient(0deg, #180707 49.89%, rgba(24, 7, 7, 0.00) 93.74%);*/
/*}*/

.footer {
    background: #180707;
}

.footer-title.gold, .silver {
    color: #FFF8ED;
}

.footer-link {
    color: #FFDDA8;
}

.footer-bottom {
    border-top: 1px solid #9E3D0E;
}

.footer-copy {
    color: #FFDDA8;
}

.website-desc {
    color: #FFDDA8;
}

.btn-play, .btn-orange {
    box-shadow: 0px 17px 34px 0px rgba(255, 98, 0, 0.18), 0px 11.019px 19.912px 0px rgba(255, 98, 0, 0.14), 0px 6.548px 10.83px 0px rgba(255, 98, 0, 0.11), 0px 3.4px 5.525px 0px rgba(255, 98, 0, 0.09), 0px 1.385px 2.77px 0px rgba(255, 98, 0, 0.07), 0px 0.315px 1.338px 0px rgba(255, 98, 0, 0.04);
}

.btn-play .btn-bordered-box, .btn-orange .btn-bordered-box {
    background: radial-gradient(128% 100% at 50% 0%, #FFC470 2.6%, #9E3D0E 57.29%, #FF8717 100%);
}

.btn-play:after, .btn-orange:after {
    background: radial-gradient(71.19% 30.36% at 50% 30.36%, #FFDDA8 0%, rgba(127, 52, 15, 0.60) 100%);
}

.btn-play:hover .btn-bordered-box, .btn-orange:hover .btn-bordered-box {
    background: radial-gradient(128% 100% at 50% 0%, #FFDDA8 2.6%, #C74D07 57.29%, #FFA037 100%);
}

.btn-blue .text-bg {
    background: linear-gradient(180deg, #FFF0D4 20.5%, rgba(255, 221, 168, 0.60) 28.75%, rgba(255, 240, 212, 0.60) 37.5%), #FFF;
    -webkit-background-clip: text;
}

.revolution .main {
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

.revolution .main::after {
    background: radial-gradient(50% 50% at 50% 50%, #180707 34%, rgba(24, 7, 7, 0.00) 100%);
    height: 371px;
    bottom: -200px;
    z-index: 2;
    border-radius: 1000px;

    width: 300%;
    left: -100%;
}

.revolution .main .container {
    position: relative;
}

.revolution .main .h1-title {
    color: #FFF8ED;
}

.revolution .main .subtitle {
    color: #FFF0D4;
}

.frintezza {
    background: url(../images/bg/frintezza.jpg) no-repeat center;
    background-size: cover;

    position: relative;

    padding: 35vh 32vh 25.4vh;
}

.frintezza .description-container {
    max-width: 520px;

    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.frintezza .description-container .btn-v2 {
    margin-top: 48px;
}

.frintezza .character {
    position: absolute;

    top: 100px;
    right: 16vh;

    width: 666px; /* 740px; */
    height: 569px; /* 632px; */
    z-index: 1;
}

.frintezza .craft-container {
    position: absolute;

    bottom: 18vh;
    right: 25vh;
    z-index: 0;
}

.frintezza .craft-wrapper {
    border-radius: 16px;
    background: radial-gradient(230.47% 295.42% at 50% 0%, #180707 22.04%, #FFA037 100%);
    position: relative;

    padding: 16px;

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

.frintezza .craft-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #FFDDA8 31.33%, rgba(69, 24, 5, 0.60) 100%);
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.frintezza .craft-wrapper .craft-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.frintezza .craft-wrapper .craft-part img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    border-radius: 4px;

    box-shadow: 0px 11.019px 19.912px 0px rgba(255, 98, 0, 0.14), 0px 6.548px 10.83px 0px rgba(255, 98, 0, 0.11), 0px 3.4px 5.525px 0px rgba(255, 98, 0, 0.09), 0px 1.385px 2.77px 0px rgba(255, 98, 0, 0.07), 0px 0.315px 1.338px 0px rgba(255, 98, 0, 0.04);
}

.frintezza .craft-wrapper .craft-part p {
    color: #FFDDA8;
    text-align: center;

    font-family: "TrajanSansPro-Bold", sans-serif;
    font-size: 14px;
    line-height: 140%; /* 19.6px */
    text-transform: uppercase;
    max-width: 124px;
}

.frintezza .craft-wrapper .craft-plus {
    width: 28px;
    height: 28px;

    background: url(../images/craft-plus.svg) no-repeat center;
    background-size: contain;
}

.frintezza .craft-wrapper .craft-equals {
    width: 28px;
    height: 28px;

    background: url(../images/craft-equals.svg) no-repeat center;
    background-size: contain;
}

.frintezza .h2-title_black {
    text-align: left;
}

.frintezza .description {
    margin-top: 8px;

    color: #FFF0D4;

    font-family: 'Manrope-Medium', sans-serif;
    font-size: 18px;
    line-height: 135%;
}

.new-location {
    background: url(../images/bg/new-location.jpg) no-repeat center;
    background-size: cover;

    position: relative;

    /*padding: 140px 180px 324px;*/
    padding: 14vh 16vh 6.8vh;
}

.new-location .character {
    position: absolute;

    bottom: 30px;
    left: 250px;

    width: 740px;
    height: 632px;
}

.new-location .button-icon {
    margin-left: 8px;

    width: 24px;
    height: 24px;
    object-fit: contain;
}

.new-location .description-container {
    max-width: 540px;

    margin-left: auto;
    margin-top: 44.4vh;

    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.new-location .subtitle_dark {
    color: #DAFEEF;

    font-size: 18px;
    line-height: 170%;
}

.new-location .h2-title_black {
    color: #EFFEF7;
}

.new-location .description-container .h2-title_black {
    text-align: left;
}

.new-location .description {
    color: #DAFEEF;

    margin-top: 8px;

    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.new-location .btn-blue {
    box-shadow: 0px 11.019px 19.912px 0px rgba(15, 169, 104, 0.14), 0px 6.548px 10.83px 0px rgba(15, 169, 104, 0.11), 0px 3.4px 5.525px 0px rgba(15, 169, 104, 0.09), 0px 1.385px 2.77px 0px rgba(15, 169, 104, 0.07), 0px 0.315px 1.338px 0px rgba(15, 169, 104, 0.04);
}

.new-location .btn-blue .btn-bordered-box {
    padding: 16px 24px 12px;
    background: radial-gradient(128% 100% at 50% 0%, #43E5A0 2.6%, #11563A 57.29%, #0FA968 100%);
}

.new-location .btn-blue.secondary .btn-bordered-box {
    padding: 16px 24px 12px;
    background: transparent;
}

.new-location .btn-blue:after {
    background: radial-gradient(71.19% 30.36% at 50% 30.36%, #B8FADD 0%, rgba(3, 48, 31, 0.6) 100%);
}

.new-location .buttons-container {
    display: flex;
    align-items: center;
    gap: 16px;

    margin-top: 48px;
}

.new-location .btn-blue .text-bg {
    font-size: 16px;
    background: linear-gradient(0deg, #DAFEEF 28.81%, #B8FADD 60%, #DAFEEF 60%), #fff;
    -webkit-background-clip: text;
}

.why-us {
    padding: 120px 0;

    background: url(../images/bg/why-us.png) no-repeat center;
    background-size: cover;
    height: 100vh;

    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    min-width: 0;
}

.why-us .slider-container {
    margin-top: 40px;
    max-width: 1280px;
}

/*.why-us .slider-container .swiper-slide {*/
/*    max-width: 1280px;*/
/*    margin: 0 auto;*/
/*}*/

.why-us-slider {
    height: 100%;
    max-height: 100vw;
    min-height: 0;
    min-width: 0;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
}

.why-us-slide-image {
    width: 592px;
    height: 416px;
}

.why-us .swiper-slide {
    padding: 0 40px;
}

.why-us .slider-container {
    flex-grow: 1;
    min-width: 0;
}

.why-us .swiper-slide {
    display: flex;
    align-items: center;
    gap: 56px;
}

.why-us .swiper-slide .description-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 524px;
}

.why-us .swiper-slide .description-container .title {
    font-family: 'TrajanSansPro-Semibold', sans-serif;
    font-size: 24px;
    color: #FFF8ED;
    line-height: 135%; /* 32.4px */
    text-transform: uppercase;
}

.why-us .swiper-slide .description-container .description {
    color: #FFF0D4;

    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.why-us .swiper-slide .description-container .btn-v2 {
    margin-top: 100px;
    font-size: 16px;
    width: fit-content;
}

.why-us .swiper-horizontal>.swiper-pagination-bullets {
    justify-content: flex-start;
    gap: 8px;
    padding-left: 102px;

    bottom: 70px;
}

.why-us .swiper-control-buttons {
    position: absolute;
    right: 40px;
    bottom: 180px;

    display: flex;
    flex-direction: column;
    align-items: flex-end;

    z-index: 9999;
}

.why-us .swiper-control-buttons .swiper-control {
    width: 48px;
    height: 48px;

    cursor: pointer;

    position: relative;
    overflow: hidden;

    border-radius: 1000px;

    background: url(../images/slider-arrow.svg) no-repeat;
    background-size: contain;
}

.why-us .swiper-control-buttons .swiper-control:before {
    width: 100%;
    height: 100%;

    position: absolute;
    content: '';
    background: rgb(255, 135, 23, 0.15);
    opacity: 0;

    transition: opacity 200ms ease-in;
}

.why-us .swiper-control-buttons .swiper-control:hover:before {
    opacity: 1;
}

.why-us .swiper-control-buttons .swiper-control.swiper-control-prev {
    background: url(../images/slider-arrow-left.svg) no-repeat;
    background-size: contain;
    margin-right: 44px;
    align-self: flex-start;
}

@keyframes progressActive {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.why-us .swiper-pagination-bullet {
    width: 71px;
    height: 4px;

    opacity: 1;
    position: relative;

    background: #7F340F;
    border-radius: 0;
}

.why-us .swiper-pagination-bullet:before {
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #FFF0D4 0%, #F06706 100%);
    width: 0;
}

.why-us .swiper-pagination-bullet:not(:first-child):before {
    background: #FF8717;
}

.orion {
    position: relative;
}

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

.easter-sale {
    position: relative;
}

@keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
}

.easter-sale::after {
    width: 26px;
    height: 26px;
    content: '';
    position: absolute;
    right: -23px;
    top: -15px;
    background: url("/revolution/assets/new/images/summer.png") no-repeat;
    background-size: contain;
    animation: swing 2s ease-in-out infinite;
}



.why-us .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    animation: progressActive 5s linear forwards;
}

.why-us .swiper-pagination-bullet.filled:before {
    width: 100%;
}

.why-us-slider {
    min-width: 0;
    padding-bottom: 40px !important;
}

.friends {
    background: unset;
    padding-top: 0;
}

.packs-block {
    background: url(../images/bg/packs.jpg) no-repeat center;
    background-size: cover;
}

.friends:not(.packs-block) {
    background: url(../images/bg/friends.jpg) no-repeat center;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 1px;

    padding-top: 240px;
}

.friends .block-title {
    color: #FFF8ED;
}

.friends .block-subtitle, .revolution .best-info {
    color: #FFF0D4;
}

.create-acc {
    background: #180707;
    padding-top: 140px;
    padding-bottom: 220px;
}

.create-acc.chests-block {
    padding-bottom: 20px;
}

.form__field input {
    background: linear-gradient(86deg, #451805 -18.84%, #180707 114.94%);
}

.form__field-input::placeholder {
    color: rgba(255, 248, 237, 0.5);
}

.form-field-input {
    color: #FFF8ED;
}

.form__field:after, .banner__prizes__body:after, .mini__game:after, .mini__game-prize:after {
    background: radial-gradient(71.19% 30.36% at 50% 30.36%, #FFDDA8 0%, rgba(127, 52, 15, 0.60) 100%);
}

.game__box-needreg {
    color: #FFF0D4;
}

.game__box, .mini__game-prize-overlay, .header__nav-item_submenu-container {
    background: radial-gradient(230.47% 295.42% at 50% 0%, #180707 22.04%, #F06706 100%);
}

.game__list-item_overlay {
    background: rgba(255, 248, 237, 0.2);
}

.banner__prizes {
    background: url(../images/bg/orion.jpg) no-repeat;
    background-position: center -100px;
    background-size: cover;
}

.revolution .banner__prizes {
    padding-top: 24vh;
}

.banner__prizes__body_wrap {
    background: linear-gradient(90deg, #FFF0D4 0%, #F06706 100%);
}

.banner__prizes-bg {
    bottom: -92px !important;
}

.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%;
}

.packs-container {
    display: grid;
    grid-template-columns: repeat(4, 308px);
    grid-gap: 16px;
    align-items: center;
    justify-content: center;

    margin-top: 104px;
}

.pack {
    padding: 20px;

    border-radius: 24px;
    border: 1px solid #FFDDA8;
    background: linear-gradient(103deg, #FFF0D4 35.14%, #FFC470 106.57%);

    min-height: 656px;

    display: flex;
    flex-direction: column;

    position: relative;
}

.pack.elite {
    border: 1px solid #62240A;

    background: linear-gradient(103deg, #9E3D0E 35.14%, #451805 106.57%);
}

.pack .pack-icon {
    position: absolute;
    left: -32px;
    top: -48px;

    width: 132px;
    height: 100px;
}

.pack .title {
    color: #451805;
    text-align: center;

    font-family: 'TrajanSansPro-Bold', sans-serif;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
}

.pack .items-container {
    display: grid;
    grid-gap: 12px;
    margin-top: 16px;
}

.pack .items-container .item-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pack .items-container .item-container .item-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid #FFA80A;
}

.pack .items-container .item-container .item-title {
    color: #451805;

    font-family: 'Manrope-SemiBold', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 125%; /* 20px */
}

.pack .items-container .item-separator {
    width: 100%;
    height: 16px;
    margin: 4px 0;

    background: url(../images/pack-separator.png) no-repeat;
    background-size: contain;
}

.pack .items-container .item-container .item-title span {
    color: #C74D07;
}

.pack .pack-footer {
    margin-top: auto;

    display: flex;
    flex-direction: column;
}

/*.pack.elite .pack-footer {*/
/*    margin-top: 10vh;*/
/*}*/

.pack .pack-footer .price-container {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pack .pack-footer .price-container .current-price {
    color: #451805;
    font-family: "TrajanSansPro-Bold", sans-serif;
    font-size: 36px;
    line-height: 133%; /* 47.88px */
    text-transform: uppercase;
}

.pack .pack-footer .price-container .old-price {
    color: #C74D07;
    text-align: justify;
    font-family: 'TrajanSansPro-Semibold', sans-serif;
    font-size: 16px;
    line-height: 125%;
    text-transform: uppercase;
    text-decoration: line-through;
}

.pack .pack-footer .discount-container {
    display: flex;
    align-items: center;
    gap: 6px;
}

.pack .pack-footer .discount-container .discount-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.pack-button-container {
    margin-top: 16px;
    position: relative;
}

.pack .pack-footer .discount-container .discount-text {
    color: #C74D07;
    font-family: 'Manrope-Medium', sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 125%; /* 20px */
}

.pack .pack-footer .discount-container.improved .discount-text {
    color: #FF002E;
}

.pack.elite .title {
    color: #FFF0D4;
}

.pack.elite .items-container .item-container .item-title {
    color: #FFF0D4;
}

.pack.elite .items-container .item-container .item-title span, .pack.elite .pack-footer .price-container .old-price {
    color: #FF8717;
}

.pack.elite .pack-footer {
    padding-top: 32px;
}

.pack.elite .pack-footer .discount-container .discount-text {
    color: #FFA037;
}

.pack.elite .pack-footer .price-container .current-price {
    color: #FFF0D4;
}

.pack.elite .btn-v2 {
    background: radial-gradient(128% 100% at 50% 0%, #FFDDA8 2.6%, #FF8717 57.29%, #FFC470 100%);
}

.revolution .timer-text {
    color: #FFF0D4;
}

.title-count {
    color: #FFF8ED;
}

.sub-count {
    color: #FFF0D4;
}

.create-acc .h2-title {
   color: #FFF8ED;
}

.create-acc .subtitle_light {
    color: #FFF0D4;
}

.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%, #F06706 0%, rgba(240, 103, 6, 0.00) 100%);
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    z-index: -1;
}

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

.pack-hot-badge {
    width: 88px;
    height: 47px;
    background: url("../images/hot-badge.png") no-repeat;

    position: absolute;
    left: -5px;
    background-size: contain;
    top: -4px;
    z-index: 4;
}

.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/facebook.svg) no-repeat;
    background-size: contain;
}

.mobile-button {
    display: none;
}

.timer-block {
    background: rgba(255, 248, 237, 0.1);
}

.header__nav-item>.header__nav-item__link, .header__nav-item__link {
    position: relative;
    transition: color 200ms ease-in-out;
}

.header__nav .header__nav-item__link::after {
    position: absolute;
    left: 0;

    content: '';
    bottom: -31px;

    width: 100%;
    height: 4px;

    transition: transform 0.5s ease 0s;

    transform: scaleX(0);
    transform-origin: right center;

    background: #F06706;

}

.header__nav-item:hover>.header__nav-item__link, .header__nav-item__link:hover, .header__nav-item__link.active {
    color: #F06706;
}

.header__nav-item__link:hover:after, .header__nav-item__link.active::after {
    transform: scaleX(1);
    transform-origin: left center;
}

.footer-link:hover {
    color: #FF8717;
}

.tooltip {
    background: radial-gradient(230.47% 295.42% at 50% 0%, #180707 22.04%, #F06706 100%);
    color: #fff;
}

.pack-discount-badge {
    position: absolute;
    bottom: 215px;
    left: -6px;
    right: -6px;

    width: calc(100% + 12px);

    padding: 8px 8px 8px 8px;

    border-radius: 0 0 10px 10px;
    border: 1px solid #62240A;
    background: linear-gradient(103deg, #FFF0D4 35.14%, #FFC470 106.57%);

    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.pack-discount-badge::before, .pack-discount-badge::after {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
}

.pack-discount-badge::before {
    left: -1px;
    top: -6px;
    background: url(../images/left-angle.svg) no-repeat;
    background-size: contain;
}

.pack-discount-badge::after {
    right: -1px;
    top: -6px;
    background: url(../images/right-angle.svg) no-repeat;
    background-size: contain;
}

.pack-discount-badge .discount-image {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.pack-discount-badge .text {
    color: #451805;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}

.pack-discount-badge .more {
    font-family: Manrope, sans-serif;
    color: #C74D07;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 20px */
    text-decoration-line: underline;
}

.scroll-down {
    display: block;

    padding-top: 79px;
    text-align:center;

    position: absolute;
    left: 13px;
    right: 0;
    margin: 0 auto;
    bottom: 5vh;
    z-index: 3;
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;

    z-index: 3;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 1px;
    margin-top: 4px;
}
.scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */

    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */

    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */

    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */

    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #FFF;
    content: ' ';
}

#mouse-scroll {
    position: absolute;
    margin: auto;
    left: 50%;
    bottom: 80px;
    -webkit-transform: translateX(-50%);
    z-index:19
}

#mouse-scroll span {
    display: block;
    width: 9px;
    height: 9px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin:0 0 5px 9px
}

#mouse-scroll .mouse {
    height: 40px;
    width: 26px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border:2px solid #fff
}

#mouse-scroll .mouse, #mouse-scroll > :last-child {
    position: relative;
    z-index:10
}

#mouse-scroll .down-arrow-1 {
    margin-top:6px
}

#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation:mouse-scroll 1s infinite
}

#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction:alternate
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction:alternate
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction:alternate
}

#mouse-scroll .mouse-in {
    height: 9px;
    width: 4px;
    display: block;
    margin: 9px auto;
    background: #fff;
    position: relative;
    border-radius: 5px;
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation:mouse-animated 1.2s ease infinite
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform:translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(11px);
        -ms-transform: translateY(11px);
        transform:translateY(11px)
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity:1
    }

    50% {
        opacity:.5
    }

    to {
        opacity:1
    }
}

@keyframes mouse-scroll {
    0% {
        opacity:0
    }

    50% {
        opacity:.5
    }

    to {
        opacity:1
    }
}

@media (max-width: 768px) {
    #mouse-scroll {
        display:none
    }
}

@media (min-width: 1280px) and (max-height: 860px) {
    #mouse-scroll {
        bottom: 0;
    }
}


@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

.character .background-image {
    position: absolute;

    width: 500px;
    height: 180px;
    bottom: 64px;

    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    border-radius: 8px;
    overflow: hidden;
}

.character .background-image img {
    transition: transform .6s cubic-bezier(0.15, 0.73, 0.35, 0.9);
    transform-origin: bottom;
}

.video-acc {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    padding: 2px;
}

.video-acc iframe {
    z-index: 2;
    border-radius: 24px;
    position: relative;
}

.video-acc::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 2px;
    -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    background: radial-gradient(106.8% 45.71% at 50% 30.71%, #FFDDA8 31.33%, rgba(69, 24, 5, 0.60) 100%);
}

.revolution .server-online {
    max-width: fit-content;
}

.character .character-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

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

.revolution .main .container::before {
    width: 60%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    background: rgba(0,0,0, 0.65);
    content: '';
    filter: blur(65px);
    z-index: 0;
}

.sale {
    position: relative;
}

.sale::before {
    position: absolute;
    top: -12px;
    right: -22px;
    height: 12px;
    width: 30px;
    content: '';
    background: url(../images/sale.svg) no-repeat;
    background-size: contain;
}

.header.fixed.opened::after {
    opacity: 0;
}

.header__collapsible-box.opened::after {
    position: absolute;
    bottom: -1px;
    content: '';
    height: 1px;
    width: 100%;
    background: #9E3D0E;
}

.chests-block {
    position: relative;

    background: #180707;
}

/*.chests-block::before {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 388px;*/
/*    content: '';*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 2;*/
/*    background: url(../images/bg/background-top.png) no-repeat;*/
/*    background-size: contain;*/
/*    background-position: top center;*/
/*}*/

/*.chests-block::after {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 388px;*/
/*    content: '';*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    z-index: 2;*/
/*    background: url(../images/bg/background-bottom.png) no-repeat;*/
/*    background-size: contain;*/
/*    background-position: bottom center;*/
/*}*/


.chests-block {
    overflow: hidden;
}

.chests-block .container {
    max-width: 1280px;
    margin: 0 auto;
}

.chests-block .title-frame {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chests-block .title-frame h2 span {
    color: #FFA037;
}

.chests-block .title-frame p {
    color: #FFF;
    text-align: center;

    margin-top: 8px;

    /* Text/T2 - medium - 20 */
    font-family: 'Manrope-Medium', sans-serif;
    font-size: 20px;
    line-height: 160%; /* 32px */
    z-index: 5;
}

.chests-block .title-frame p a {
    color: #FFA037;
}

.server-selector-container {
    display: flex;
    justify-content: center;

    position: absolute;

    left: 0;
    right: 0;
    top: 118px;
    margin: 0 auto;
}

.server-selector-wrapper {
    display: flex;

    background: radial-gradient(152.7% 65.36% at 50% 50.36%, #FFDDA8 31.33%, rgba(69, 24, 5, 0.60) 100%);
    border-radius: 100px;
    padding: 1px;
}

.server-selector-wrapper-2 {
    flex: 1;

    display: flex;
    align-items: center;
    gap: 4px;

    padding: 1px;

    border-radius: 100px;
    background: linear-gradient(100deg, #451805 31.73%, #1D0E02 103.82%);
}

.server-selector-wrapper-2 .server-row-container {
    display: flex;

    flex: 1;
    border-radius: 100px;

    cursor: pointer;

    position: relative;
}

.server-selector-wrapper-2 .server-row-container .server-row-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100px;
    width: 172px;

    padding: 4px 0;

    flex: 1;

    font-family: 'Manrope-Medium', sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 160%;

    color: #FFF8ED;
}

.server-selector-wrapper-2 .server-row-container.active {
    background: linear-gradient(90deg, #F06706 0%, #FFF8ED 100%);
}

.server-selector-wrapper-2 .server-row-container.active .server-row-wrapper {
    background: linear-gradient(90deg, #FFF0D4 0%, #F06706 100%);
    color: #7F340F;
}

.server-badge {
    color: #FFF;

    position: absolute;
    top: -14px;
    right: -14px;

    display: inline-flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;

    border-radius: 4px;
    background: #FF002E;

    font-family: Gilroy, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .server-selector-container {
        position: relative;
        top: 0;
        margin-top: 20px;
    }
}

.chests-container {
    margin-top: -51px;
    padding: 200px 48px 0;
    margin-bottom: 214px;

    position: relative;
}

.chests-list {
    display: grid;
    grid-template-columns: repeat(3, 320px);
    grid-gap: 60px 112px;
    justify-content: center;
    padding-bottom: 378px;
}

@keyframes chestsEnterAnimation {
    0% {
        opacity: 0;
        transform: translateY(15%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.chests-list.active {
    animation: 500ms ease-in-out chestsEnterAnimation forwards;
}

.chests-list:not(.active) {
    display: none;
}

@media (max-width: 768px) {
    .chests-list {
        padding: 0;
        gap: 40px;
    }
}

.chests-container::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 1px;
    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;
}

.chest {
    padding: 24px;

    display: flex;
    flex-direction: column;
    gap: 16px;

    position: relative;

    /*cursor: pointer;*/

    background: #25211F;
    border-radius: 8px;
    z-index: 5;

    transition: all 250ms ease-in-out;
}

.chest::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    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;
}


.chest .title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chest .title-container img {
    width: 132px;
    height: 132px;
}

.chest .title-container p {
    color: #fff;
    text-align: center;

    font-family: "TrajanSansPro-Bold", sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: 120%;
    text-transform: uppercase;
}

.chest .items-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.chest .items-container .item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border-radius: 4px;
    background: #1E1B19;
}

.chest .items-container .item span {
    color: #FFA037;
}

.chest .items-container .item img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #FFA037;
}

.chest .items-container .item p {
    color: #FFF;
    /*text-align: justify;*/
    font-family: 'Manrope-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 150%; /* 24px */
}

.chest:nth-child(7) {
    width: 320px;
    left: 48px;
    position: absolute;
    bottom: -214px;
}

.buy-option-container {
    position: absolute;
    bottom: -30px;
    right: 0;

    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, 360px);
}

.buy-option-container .limited-text {
    color: #FFF0D4;
    font-family: 'Manrope-Medium', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: 155%; /* 27.9px */
    text-transform: uppercase;

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

.buy-option-container .limited-text span {
    color: #FF8800;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
}

.sale {
    position: relative;
}

.sale::before {
    position: absolute;
    top: -12px;
    right: -22px;
    height: 12px;
    width: 30px;
    content: '';
    background: url(/high-five-x100-2024/assets/new/images/sale.svg) no-repeat;
    background-size: contain;
}

.buy-option {
    display: flex;
    flex-direction: column;
    gap: 32px;
    grid-column: span 2;
    background: #180707;
    padding: 0 40px;
}

.buy-option p {
    color: #fff;

    font-family: 'Manrope-Medium', sans-serif;
    font-size: 20px;
    line-height: 160%; /* 32px */
}

.buy-option > :last-child {
    display: flex;
    align-items: center;
    gap: 16px;
}

.buy-option .old-price-text {
    color: rgba(255, 255, 255, 0.5);

    font-family: "TrajanSansPro-Bold", sans-serif;
    font-size: 20px;
    line-height: 140%; /* 28px */
    text-transform: uppercase;
}

.buy-option .old-price-text span {
    text-decoration: line-through;
}

.title-frame {
    padding: 32px 60px 20px;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    background: #180707;
    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%;
}

@media (min-width: 993px) {
    .btn-v2:hover::after {
        opacity: 1;
    }

    .discord-block {
        height: 100% !important;
    }

    .pack:not(.elite) {
        height: 968px;
    }

    .discord-block-wrap {
        height: 100%;
    }

    .mini__game {
        width: 757px;
        min-width: 757px;
    }

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

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

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

        background: linear-gradient(0deg, rgba(69, 24, 5, 0.24) 0%, rgba(69, 24, 5, 0.24) 100%), radial-gradient(128% 100% at 50% 0%, #FFC470 2.6%, #9E3D0E 57.29%, #FF8717 100%);
    }

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

    .revolution .main .container {
        margin-top: 5vh;
    }

    .container {
        padding: 0;
    }

    .friends-block {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 64px;
    }

    .revolution .main__footer, .timer {
        z-index: 1;

        margin-top: 30px;
    }
}

@media (min-width: 2001px) {
    .frintezza .character {
        top: 11vh;
    }
}

@media (min-width: 1721px) and (max-width: 2000px) {
    .frintezza .character, .new-location .character {
        width: 740px;
        height: 632px;
    }

    .frintezza .character {
        right: 28vh;
        top: 60px;
    }

    .frintezza .craft-container {
        right: 38vh;
        bottom: 15vh;
    }
}

@media (min-width: 1601px) and (max-width: 1720px) {
    .new-location .character {
        left: 12vh;
    }
}

@media (max-width: 1600px) {
    .frintezza {
        padding: 35vh 40px 25.4vh;
    }

    .why-us .swiper-horizontal>.swiper-pagination-bullets {
        bottom: -20px;
    }

    .frintezza .character {
        right: 8vh;

        top: 0;
        width: 599px;
        height: 512px;
    }

    .frintezza .craft-container {
        right: 15vh;
        bottom: 22vh;
    }

    .new-location {
        padding: 14vh 40px 6.8vh;
    }

    .new-location .character {
        left: 2vh;

        /*width: 599px;*/
        /*height: 512px;*/
    }

    /*.pack.elite .pack-footer {*/
    /*    margin-top: 12vh;*/
    /*}*/
}

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

@media screen and (max-width: 1350px) {
    .revolution .header__box-col-right .start-game {
        display: block !important;
    }

    .container {
        padding: 0 40px;
    }

    .packs-container {
        grid-template-columns: repeat(4, auto);
    }

    .new-location .character {
        width: 599px;
    }

    .frintezza .character {
        top: unset;
        bottom: 32vh;
        right: 13vh;
        width: 509px;
        height: 499px;
    }

    .frintezza .craft-container {
        right: 11vh;
    }

    .swiper .swiper-pagination {
        display: flex;
    }

    .frintezza .container {
        padding: 0;
    }
}

@media (min-width: 1025px) {
    .banner__prizes__body_wrap {
        padding: 114px 107px;
    }

    .chests-block .side-image {
        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;
    }
}

@media (max-width: 1024px) {
    .chests-container::before {
        content: unset;
        background: none;
    }

    .revolution .chests-block .h2-title {
        max-width: 100%;
        width: 100%;
    }

    .title-frame {
        padding: 0;
    }

    .title-frame::before {
        display: none;
    }

    .title-frame h2 {
        text-align: center;
    }

    .chests-block::after {
        content: unset;
    }

    .chests-container {
        margin-top: 40px;
        padding: 0;

        display: flex;
        justify-content: flex-start;
        gap: 40px;
        overflow-y: auto;
        margin-bottom: 28px;
    }

    .chest {
        min-width: 313px;
        width: 313px;
    }

    .chest:nth-child(7) {
        position: relative;
        left: unset;
        bottom: unset;
    }

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

    .buy-option-container {
        position: unset;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .buy-option > :last-child {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

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

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

    .chests-container::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        border: 1px solid #86500D;

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

    .revolution .main .container {
        top: 10px;
    }

    .revolution .header__box-col-right .start-game {
        display: none !important;
    }

    .revolution .main__header .btn-wrapper {
        bottom: 0;
    }

    .mobile-button {
        position: absolute;

        display: inherit;
        bottom: calc(env(safe-area-inset-bottom) + 15vh);
    }

    .burger-menu-button {
        width: 24px;
        height: 24px;
        position: relative;
        z-index: 2;
        padding: 5px 2px;
    }

    .burger-lines {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        height: 2px;
        transition: all 200ms ease-in-out 0s;
        transform: translate(0, -50%);

        background: linear-gradient(180deg, #FFF0D4 20.5%, rgba(255, 221, 168, 0.60) 28.75%, rgba(255, 240, 212, 0.60) 37.5%), #FFF;
        border-radius: 100px;
    }

    .burger-lines:first-child {
        transform: translate(0px, calc(50% - 8px)) rotate(0deg);
    }

    .burger-lines:last-child {
        transform: translate(0px, calc(50% + 4px)) rotate(0deg);
    }

    .burger-checkbox:checked + .burger-button .burger-menu-button > .burger-lines {
        background: #9E3D0E;
    }

    .burger-checkbox:checked + .burger-button .burger-menu-button > .burger-lines:first-child {
        transform: translate(0px, 0px) rotate(-45deg);
    }

    .burger-checkbox:checked + .burger-button .burger-menu-button > .burger-lines:nth-child(2) {
        opacity: 0;
    }

    .burger-checkbox:checked + .burger-button .burger-menu-button > .burger-lines:last-child {
        transform: translate(0px, 0px) rotate(45deg);
    }

    .burger-button, .burger-button::before, .burger-button::after {
        transition: all 200ms ease-in-out;
    }

    .burger-checkbox:checked + .burger-button {
        background: transparent;
        box-shadow: none;
    }

    .burger-checkbox:checked + .burger-button::before, .burger-checkbox:checked + .burger-button::after {
        opacity: 0;
    }

    .burger-checkbox:checked + .burger-button .text {
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    .mobile-hidden-v2 {
        display: none !important;
    }

    .pack.elite .pack-footer {
        margin-top: 100px;
    }

    .container {
        padding: 0;
    }

    .header.fixed::after {
        bottom: 10px;
    }

    .frintezza .craft-wrapper .craft-part p {
        font-size: 10px;
    }

    .main {
        background-image: url(../images/bg/frintessa-mobile.jpg?v2);
    }

    .revolution .main .container::before {
        width: 100%;
    }

    .mobile-button {
        z-index: 9;
    }

    /*.main::before {*/
    /*    content: unset !important;*/
    /*}*/

    .main .h1-title, .main .subtitle {
        text-align: center;
    }

    .main .h1-title {
        font-size: 25px;
    }

    .revolution .main__footer {
        justify-content: center;
    }

    .revolution .timer-text {
        color: #FFF0D4;
        text-align: center;
        font-family: "TrajanSansPro-Medium", sans-serif;
        font-size: 16px;
        line-height: 125%; /* 20px */
        text-transform: uppercase;
    }

    .revolution .timer {
        align-items: center;
    }

    .timer-countdown {
         padding: unset;
         border-radius: unset;
         background: unset;
        gap: 8px;
    }

    .timer-countdown .timer-block {
        width: 50px;
        height: 50px;

        background: rgba(255, 248, 237, 0.1);
        backdrop-filter: unset;
        flex-direction: column;
        position: relative;
    }

    .timer-countdown .timer-block::after {
        content: unset;
    }

    .sub-count {
        display: block;
    }

    .frintezza {
        padding: 451px 20px 80px;
    }

    .frintezza .character {
        position: absolute;
        top: 0;

        height: 300px;
        width: 100%;

        left: 0;
        right: 0;
        margin: 0 auto;
    }

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

    .frintezza .craft-container {
        right: 0;
        left: 0;
        bottom: unset;
        top: 270px;
        z-index: 2;
        padding: 0 20px;
    }

    .frintezza .character {
        z-index: 3;
    }

    .new-location {
        padding: 40px 20px 23px;
    }

    .new-location .subtitle_dark {
        text-align: left;
    }

    .new-location .buttons-container {
        width: 100%;
        flex-direction: column;
    }

    .new-location .buttons-container > * {
        width: 100%;
    }

    .new-location .description-container {
        margin-top: 360px;
    }

    .new-location .character {
        top: 200px;
        width: 350px;
        height: 300px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .create-acc {
        padding: 101px 20px 100px;
    }

    .revolution .friends {
        padding-top: 0;
    }

    .pack {
        min-height: unset;
    }

    .pack .pack-footer {
        margin-top: 16px;
    }

    .packs-container {
        grid-template-columns: 1fr;
        grid-gap: 16px;
        margin-top: 40px;
    }

    .pack .pack-icon {
        width: 120px;
        height: 93px;

        top: -24px;
        left: -24px;
    }

    .packs-block {
        padding: 0 20px 100px;
    }

    .friends:not(.packs-block) {
        margin-top: -20px;
        padding: 100px 20px;
    }

    .header .container {
        padding: 0 20px;
    }

    .revolution .banner__prizes {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner__prizes__wrapper {
        background: transparent;
    }

    .header .start-game {
        margin-left: 0;
    }

    .burger__menu {
        background: linear-gradient(86deg, #451805 -18.84%, #180707 114.94%);
    }

    .header .container {
        height: 55px;
    }

    .burger__menu .container {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .burger__menu-language {
        margin-bottom: 0;

        padding: 16px;
        border-radius: 16px;
    }

    .burger__menu-text, .burger__menu-title {
        color: #FFF8ED;

        font-family: 'Manrope-Regular', sans-serif;
        font-size: 16px;
        line-height: 125%;
    }

    .burger__menu-language::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 16px;
        padding: 1px;
        background: radial-gradient(140.14% 59.98% at 50% 30.71%, #FFDDA8 54.22%, rgba(127, 52, 15, 0.60) 100%);
        -webkit-mask:
                linear-gradient(#fff 0 0) content-box,
                linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .burger__menu-item .burger__menu-link {
        color: #FFF8ED;
        font-family: 'Manrope-Bold', sans-serif;
        font-weight: unset;
    }

    .burger__menu-item:not(:first-child) {
        border-top: 1px solid #9E3D0E;
    }

    .why-us {
        padding-top: 101px;
        height: initial;
    }

    .why-us-slide-image {
        width: 100%;
        height: 248px;
    }

    .why-us-slider {
        max-height: 100%;
        padding-top: 16px;
    }

    .why-us .swiper-slide {
        padding: 0;
        flex-direction: column;
    }

    .swiper-control-buttons {
        display: none !important;
    }

    .mobile-28 {
        font-size: 28px;
    }

    .pack .items-container .item-separator {
        background-position: center;
    }

    .why-us .slider-container {
        margin-top: 0;
    }

    .why-us .h2-title {
        text-align: center;
    }

    .why-us .swiper-horizontal >.swiper-pagination-bullets {
        position: absolute;
        bottom: unset;
        top: calc(248px + 16px + 12px);
        padding-left: 0;
        justify-content: center;
    }

    .why-us .swiper-slide .description-container .btn-v2 {
        margin-top: 40px;
        width: 100%;
    }

    :not(.form__field-button) .btn-bordered-box {
        padding: 12px 48px 12px !important;
    }

    .revolution .banner__prizes-left-img {
        max-width: 83%;
    }

    .revolution .banner__prizes {
        padding-top: 34vh;
        padding-bottom: 55px;
    }

    .footer {
        padding: 40px 20px 0;
    }

    .account-block {
        width: 100%;
        padding-top: 40px;
    }

    .video-acc {
        padding-top: 0;
    }

    .info-item.active .info-link {
        flex-wrap: unset;
        max-height: 100%;
    }

    .packs-block {
        background: transparent;
        padding-bottom: 0;
    }

    .why-us .container {
        padding: 0 20px;
    }

    .why-us {
        background: url(../images/bg/why-us-mobile.png) no-repeat;
        background-size: cover;
        padding-bottom: 0;
        padding-top: 80px;
    }

    .new-location {
        background: url(../images/bg/new-location-mobile.jpg) no-repeat;
        background-size: cover;
        padding-bottom: 40px;
    }

    .revolution .banner__prizes-left-img {
        bottom: 231px;
    }

    .discord-block-wrap {
        height: 100%;
    }

    .social {
        width: 56px;
        height: 56px;
    }

    .burger__menu .container > * {
        width: 100%;
        /*top: 34px;*/
    }

    .burger-socials {
        margin-top: auto;
    }

    .burger__menu .footer-title {
        color: #FFF8ED;

        font-family: "TrajanSansPro-Bold", sans-serif;
        font-size: 20px;
        line-height: 120%;
        text-transform: uppercase;
    }

    .burger__menu .footer-socials {
        margin-top: 24px;
    }

    .burger__menu .support-email {
        color: #FFF8ED;
        font-family: "TrajanSansPro-Bold", sans-serif;
        font-size: 16px;
        line-height: 125%;
        text-transform: uppercase;
        margin-top: 32px;
        display: block;
    }

    .burger__menu .support-work-hours {
        color: #FFDDA8;

        font-family: "Manrope-Medium", sans-serif;
        font-size: 16px;
        line-height: 125%; /* 20px */
        margin-top: 8px;
    }

    .burger__menu-item {
        padding: 12px 0;
    }

    .frintezza .character .background-image {
        display: none;
    }

    .character .background-image {
        width: 100%;
        height: 120px;
    }

    .new-location .character .background-image {
        bottom: 34px;
    }

    .why-us-slider {
        padding-bottom: 0 !important;
    }

    .description-container .description, .new-location .block-text .subtitle_dark {
        font-size: 16px;
        line-height: 125%;
    }

    .new-location .buttons-container {
        margin-top: 40px;
    }

    .revolution .server-online {
        margin: 0 auto 25px;
        padding: 17px;
    }

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

    .burger__menu-actions .btn-v2 .content-wrap {
        justify-content: space-between;
        width: 100%;
    }

    .burger__menu-actions .btn-v2 {
        padding: 20px 16px 16px;
        margin-top: 8px;

        display: flex;
        align-items: center;
    }

    .burger__menu-language.header__nav-item_sub {
        z-index: 5;
    }
}