/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/montserrat-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/montserrat-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-800 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: local(''),
    url('../fonts/montserrat-v23-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v23-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-900 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local(''),
    url('../fonts/montserrat-v23-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v23-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: "Ethnocentric";
    src: url("../fonts/Ethnocentric.woff2") format("woff2");
    font-display: swap;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #000;
    overflow-y: hidden;
    -webkit-tap-highlight-color: transparent;
}

.page-container {
    height: 89%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 calc((32 / 920) * 100vh);
    transition: .5s;
}

.spins .img--2 {
    transition: .5s;
}

.spins.scrolled .img--2 {
    transform: translateY(calc((-100 / 920) * 100vh));
}

.scrolled .page-container {
    margin-top: calc((-350 / 920) * 100vh);
    /*margin-top: calc((-390 / 920) * 100vh);*/
}

.offer-block__logo img {
    width: 100%;
    height: auto;
}

.offer-block__logo {
    width: calc((134 / 920) * 100vh);
    height: auto;
    margin-bottom: calc((0 / 920) * 100vh);
    transition: all 0.2s;
}

.percents .offer-block__logo {
    margin-bottom: calc((88 / 920) * 100vh);
}

.percents[data-coupon="WELCOME"] .offer-block__logo {
    margin-bottom: calc((60 / 920) * 100vh);
}

.chips .offer-block__logo {
    margin-bottom: calc((73 / 920) * 100vh);
}

.offer-block__text {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: calc((96 / 920) * 100vh);
    line-height: 0.9;
    text-transform: uppercase;
    color: #FFE600;
    margin-bottom: 1.550vw;
    transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
    .offer-block__text {
        margin-top: 0.3vw;
    }
}
.offer-block__game{
    padding: calc((4 / 920) * 100vh) calc((16 / 920) * 100vh);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: calc((20 / 920) * 100vh);
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: calc((10 / 920) * 100vh);
    margin-bottom: 1.915vw;
    line-height: 1.7;
}

.percents .offer-block__text {
    font-size: calc((58 / 920) * 100vh);
    line-height: calc((56 / 920) * 100vh);
}

.chip .offer-block__text,
.chips .offer-block__text {
    font-size: calc((103 / 920) * 100vh);
    line-height: calc((106 / 920) * 100vh);
}

.party .offer-block__subtext {
    padding: calc((8 / 920) * 100vh) calc((12 / 920) * 100vh);
}

.offer-block__subtext {
    padding: calc((8 / 920) * 100vh);
    background: rgba(255, 245, 0, 0.1);
    border-radius: calc((10 / 920) * 100vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #FF008A;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: calc((24 / 920) * 100vh);
    line-height: calc((44 / 920) * 100vh);
    margin-bottom: calc((74 / 920) * 100vh);
}
.vdpComponent .vdpHeadCellContent {
    font-size: calc((14 / 920) * 100vh);
    line-height: 1.1;
}

.party .offer-block__subtext {
    color: #00FFFF;
}

.percents .offer-block__subtext {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.offer-block__subtext span {
    border: 3px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: calc((10 / 920) * 100vh);
    margin-right: calc((4 / 920) * 100vh);
    padding: calc((3 / 920) * 100vh) calc((13 / 920) * 100vh);
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: calc((24 / 920) * 100vh);
    line-height: calc((32 / 920) * 100vh);
    color: #fff;
}

.chips .offer-block__inner {
    color: #00F0FF;
    border-color: #00F0FF;
}

.chips .offer-block__inner-copy {
    color: #00F0FF;
}

.chips .offer-block__button {
    background-color: #00F0FF;
}

.party .offer-block__inner {
    color: #00FFFF;
    border-color: #00FFFF;
}

.party .offer-block__inner-copy {
    color: #00FFFF;
}

.party .offer-block__button {
    background-color: #00FFFF;
}

.chips.yellow .offer-block__inner {
    color: #FFC700;
    border-color: #FFC700;
}

.chips.yellow .offer-block__inner-copy {
    color: #FFC700;
}

.chips.yellow .offer-block__button {
    background-color: #FFC700;
}

.chips.yellow.olympic .offer-block__inner {
    color: #FAFF00;
    border-color: #FAFF00;
}

.chips.yellow.olympic .offer-block__inner-copy {
    color: #FAFF00;
}

.chips.yellow.olympic .copied .offer-block__inner-copy {
    color: #239921;
}

.chips.yellow.olympic .offer-block__button {
    background-color: #FAFF00;
}

.offer-block__inner-title {
    font-size: calc((12 / 920) * 100vh);
    line-height: calc((16 / 920) * 100vh);
    color: #fff;
    position: absolute;
    background: #0A0A1D;
    left: calc((20 / 920) * 100vh);
    padding: 0 calc((5 / 920) * 100vh);
    top: 0;
    transform: translate(0%, -50%);
}

.offer-block__inner-copy {
    font-size: calc((24 / 920) * 100vh);
    line-height: 1.1;
    color: #FF006A;
    text-align: center;
}

.offer-block__inner {
    border: calc((2 / 920) * 100vh) solid #FF006A;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: calc((10 / 920) * 100vh);
    padding: calc((20 / 920) * 100vh) calc((14 / 920) * 100vh) calc((12 / 920) * 100vh);
    font-family: 'Ethnocentric', sans-serif;
    position: relative;
    text-align: center;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes chaotic {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    10% {
        -webkit-transform: translate(200px, 10px);
        transform: translate(200px, 10px);
    }
    20% {
        -webkit-transform: translate(160px, -40px);
        transform: translate(160px, -40px);
    }
    30% {
        -webkit-transform: translate(320px, 40px);
        transform: translate(320px, 40px);
    }
    36% {
        -webkit-transform: translate(180px, 0px);
        transform: translate(180px, 0px);
    }
    80% {
        -webkit-transform: translate(200px, -30px);
        transform: translate(200px, -30px);
    }
    90% {
        -webkit-transform: translate(160px, 0px);
        transform: translate(160px, 0px);
    }
    94% {
        -webkit-transform: translate(400px, 50px);
        transform: translate(400px, 50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes chaotic {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    10% {
        -webkit-transform: translate(200px, 10px);
        transform: translate(200px, 10px);
    }
    20% {
        -webkit-transform: translate(160px, -40px);
        transform: translate(160px, -40px);
    }
    30% {
        -webkit-transform: translate(320px, 40px);
        transform: translate(320px, 40px);
    }
    36% {
        -webkit-transform: translate(180px, 0px);
        transform: translate(180px, 0px);
    }
    80% {
        -webkit-transform: translate(200px, -30px);
        transform: translate(200px, -30px);
    }
    90% {
        -webkit-transform: translate(160px, 0px);
        transform: translate(160px, 0px);
    }
    94% {
        -webkit-transform: translate(400px, 50px);
        transform: translate(400px, 50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.offer-block__button:hover:before {
    opacity: .7;
}

.party .offer-block__button:before {
    background: #fff;
}

.offer-block__button {
    transition: all 0.2s;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: calc((16 / 920) * 100vh);
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background: #FFE600;
    border-radius: calc((10 / 920) * 100vh);
    letter-spacing: calc((1 / 920) * 100vh);
    border: none;
    padding: calc((22 / 920) * 100vh);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: calc((12 / 920) * 100vh);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}

button.offer-block__button.clicked:before {
    display: none;
}

.yellow button.offer-block__button.clicked {
    background-color: #000;
    color: #FFC700;
    border-color: #FFC700;
}

.yellow.olympic button.offer-block__button.clicked {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

button.offer-block__button.clicked {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.images {
    overflow: hidden;
    height: 120%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.img--2 {
    left: calc((816 / 920) * 100vh);
    position: absolute;
    top: 0;
    width: 110%;
    width: calc((1104 / 920) * 100vh);
    height: calc((1080 / 920) * 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    background: url('../img/money.png') no-repeat center / 100% 100%;
}

.img--1 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    min-height: calc((937 / 920) * 100vh);
    -o-object-fit: cover;
    object-fit: cover;
    background: url('../img/bandit.png') no-repeat center / cover;
}

.party .img--1 {
    background: url('../img/deskparty.jpg') no-repeat center / cover;
    min-height: 100vh;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9)
}

.offer-block__terms-content {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: calc((12 / 920) * 100vh);
    line-height: calc((14 / 920) * 100vh);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    max-height: 0;
    overflow: hidden;
    padding: 0;
}

.offer-block__terms.opened .offer-block__terms-content {
    border-top: 1px solid rgba(255, 255, 255, .1);
    max-height: calc((200 / 920) * 100vh);
    padding-top: 10px;
}

.offer-block__terms.opened .arrows {
    -webkit-transform: translateY(2px) scaleY(1);
    -ms-transform: translateY(2px) scaleY(1);
    transform: translateY(2px) scaleY(1);
}

.offer-block__terms-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: calc((16 / 920) * 100vh);
    line-height: calc((24 / 920) * 100vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    /* padding-bottom: calc((8 / 920) * 100vh); */
}

.offer-block__terms.opened .offer-block__terms-header {
    padding-bottom: 8px;
}

.party .offer-block__terms {
    background: rgba(0, 0, 0, .1);
}

.offer-block__terms {
    background: rgba(255, 255, 255, .1);
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    padding: 10px 16px;
    margin-top: auto;
    color: #FFFFFF;
}

.block_terms {
    width: calc((416 / 920) * 100vh);
    position: relative;
    position: fixed;
    left: calc((32 / 920) * 100vh);
    bottom: calc((12 / 920) * 100vh);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(24px);
    border: calc((1 / 920) * 100vh) solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    border-radius: calc((10 / 920) * 100vh);
}

.block_terms_head svg {
    position: absolute;
    right: calc((3 / 920) * 100vh);
    top: calc((6 / 920) * 100vh);
    transition: all 0.2s;
    width: calc((24 / 920) * 100vh);
    height: calc((24 / 920) * 100vh);
}

.block_terms_head {
    padding: calc((12 / 920) * 100vh);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: calc((12 / 920) * 100vh);
    line-height: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.2s;
}
.block_terms_head.open{
    padding-bottom: calc((8 / 920) * 100vh);
}

.block_terms_head.open .block_terms__open {
    opacity: 0;
}

.block_terms_head.open .block_terms__close {
    opacity: 1;
}

.block_terms__close {
    opacity: 0;
}

.block_terms_body {
    padding: calc((12 / 920) * 100vh);
    padding-top: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: calc((12 / 920) * 100vh);
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.offer-block_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    backdrop-filter: blur(64px);
    background: rgba(0, 0, 0, 0.7);
    border-radius: calc((20 / 920) * 100vh);
    padding: calc((48 / 920) * 100vh) calc((32 / 920) * 100vh);
}

.offer-block {
    width: calc((416 / 920) * 100vh);
    height: auto;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 3;
    margin-bottom: calc((12 / 920) * 100vh);
    transition: all 0.2s;
}

.arrows {
    width: 10px;
    height: 16px;
    position: relative;
    -webkit-transform: translateY(2px) scaleY(-1);
    -ms-transform: translateY(2px) scaleY(-1);
    transform: translateY(2px) scaleY(-1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.arrows path {
    stroke: #fff;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
    0% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
    80% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}


.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    /* background: gray; */
    width: calc((1776 / 920) * 100vh);
    background: rgba(0, 0, 0, 0.6);
    border-radius: calc((20 / 920) * 100vh) calc((20 / 920) * 100vh) 0px 0px;
    max-width: 93%;
    margin: auto;
    color: #fff;
    padding: calc((20 / 920) * 100vh) calc((36 / 920) * 100vh);
    padding-right: calc((12 / 920) * 100vh);
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 0;
    overflow-x: hidden;
}

.scrolled .footer-top {
    margin-top: calc((-60 / 920) * 100vh);
}

.footer-top__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*max-width: calc(100% - 176px);*/
    max-width: calc(100% - 9.166vw);
}

.footer-top__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((334 / 920) * 100vh);
    margin-right: calc((82 / 920) * 100vh);
}

.footer-top__step-number {
    font-style: normal;
    font-weight: 600;
    font-size: calc((24 / 920) * 100vh);
    line-height: calc((32 / 920) * 100vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    border: 2px solid #fff;
    min-width: calc((56 / 920) * 100vh);
    width: calc((56 / 920) * 100vh);
    height: calc((56 / 920) * 100vh);
    border-radius: calc((10 / 920) * 100vh);
    margin-right: calc((11 / 920) * 100vh);
}

.footer-top__step-about__title {
    font-weight: 600;
    font-size: calc((20 / 920) * 100vh);
    line-height: calc((22 / 920) * 100vh);
}

.footer-top__step-about__description {
    opacity: 0.5;
    font-size: calc((16 / 920) * 100vh);
    line-height: calc((19 / 920) * 100vh);
    font-weight: 300;
}

.chips .footer-top__up {
    background: #00F0FF;
}

.chips.yellow .footer-top__up {
    background: #FFC700;
}

.chips.yellow.olympic .footer-top__up {
    background: #FAFF00;
}

.party .footer-top__up {
    background: #00FFFF;
}

.party.olympic .footer-top__up {
    background: #00FFFF;
}

.chips .arrow__up path {
    fill: #000;
}

.chips .footer-bottom__jackpot svg rect {
    stroke: #00F0FF;
}

.chips .footer-bottom__jackpot span {
    color: #00F0FF;
}

.party .footer-bottom__jackpot svg rect {
    stroke: #00FFFF;
}

.party .footer-bottom__jackpot span {
    color: #00FFFF;
}

.chips.yellow .footer-bottom__jackpot svg rect {
    stroke: #FFC700;
}

.chips.yellow .footer-bottom__jackpot span {
    color: #FFC700;
}

.chips.yellow.olympic .footer-bottom__jackpot svg rect {
    stroke: #FFC700;
}

.chips.yellow.olympic .footer-bottom__jackpot span {
    color: #FFC700;
}

.chips .footer-bottom__jackpots {
    -webkit-box-shadow: 0px 13px 15px -6px rgba(0, 240, 255, 0.2);
    box-shadow: 0px 13px 15px -6px rgba(0, 240, 255, 0.2);
}

.chips .footer-bottom__slider-next,
.chips .footer-bottom__slider-prev {
    border-color: #00F0FF;
}

.chips .footer-bottom__jackpots:after {
    background-color: #00F0FF;
}

.chips .counter {
    color: #00F0FF;
    text-shadow: -1px 11px 40px #00F0FF;
}

.party .footer-bottom__jackpots {
    -webkit-box-shadow: 0px 13px 15px -6px rgba(0, 240, 255, 0.2);
    box-shadow: 0px 13px 15px -6px rgba(0, 240, 255, 0.2);
}

.party .footer-bottom__slider-next,
.party .footer-bottom__slider-prev {
    border-color: #00FFFF;
}

.party .footer-bottom__jackpots:after {
    background-color: #00FFFF;
}

.party .counter {
    color: #00FFFF;
    text-shadow: -1px 11px 40px #00FFFF;
}

.chips.yellow .footer-bottom__slider-next,
.chips.yellow .footer-bottom__slider-prev {
    border-color: #FFC700;
}

.chips.yellow .footer-bottom__jackpots:after {
    background-color: #FFC700;
}

.chips.yellow .counter {
    color: #FFC700;
    text-shadow: -1px 11px 40px #FFC700;
}

.chips.yellow.olympic .footer-bottom__slider-next,
.chips.yellow.olympic .footer-bottom__slider-prev {
    border-color: #FAFF00;
}

.chips.yellow.olympic .footer-bottom__jackpots:after {
    background-color: #FAFF00;
}

.chips.yellow.olympic .counter {
    color: #FAFF00;
    text-shadow: -1px 11px 40px #FAFF00;
}

.footer-top__up {
    width: calc((176 / 920) * 100vh);
    background: #FF008A;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px calc((20 / 920) * 100vh) 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.party .footer-top__up {
    background: #00FFFF;
}

.footer-top__up svg {
    width: calc((32 / 920) * 100vh);
    height: calc((44 / 920) * 100vh);
}

.arrow__up path.a1 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.arrow__up path.a2 {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.arrow__up path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

.arrow__up path {
    fill: #fff;
    /*stroke-width: 1px;*/
    animation: arrow 1.5s infinite;
    -webkit-animation: arrow 1.5s infinite;
}

.fp-auto-height {
    min-height: unset;
}

.sf-toolbar {
    display: none;
}

#fullpage {
    overflow: hidden;
    height: 100%;
    position: relative;
    /*overflow: auto;*/
    background: url("../img/easterBG.jpg") no-repeat center / cover;
}

.party #fullpage {
    background: none;
}

.footer-bottom__jackpot svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.footer-bottom__jackpot span {
    box-sizing: content-box;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: calc((16 / 920) * 100vh);
    text-transform: uppercase;
    color: #FF008A;
    /* width: auto; */
    max-width: unset;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #000;
    padding: 0 calc((5 / 920) * 100vh);
}

.footer-bottom__jackpot {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc((259 / 920) * 100vh);
    height: calc((60 / 920) * 100vh);
}

.footer-bottom__slider {
    /*width: 1394px;*/
    padding: 10px 0;
    overflow: hidden;
}

.footer-bottom__jackpots {
    background: #000000;
    border-radius: calc((10 / 920) * 100vh);
    width: calc((291 / 920) * 100vh);
    min-height: 100%;
    position: relative;
    height: auto;
    min-width: calc((291 / 920) * 100vh);
    z-index: 12;
    color: #fff;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 13px 15px -6px rgba(255, 0, 138, .2);
    box-shadow: 0px 13px 15px -6px rgba(255, 0, 138, .2);
}

.footer-bottom__jackpots:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #FF008A;
}

.footer {
    margin-top: calc((20 / 920) * 100vh);
    position: relative;
    z-index: 3;
}

.counter {
    font-family: 'guy', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: calc((32 / 920) * 100vh);
    line-height: calc((36 / 920) * 100vh);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FF008A;
    margin: auto;
    text-shadow: -1px 11px 40px #ff008a;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.swiper-slide img {
    border: 2px solid transparent;
}

.counter .swiper-slide {
    width: 100%;
    justify-content: center;
}

.counter .swiper-slide:before {
    content: '$';
}

.footer-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.footer-bottom {
    width: 100%;
    overflow-x: hidden;
    width: calc((1776 / 920) * 100vh);
    padding: calc((24 / 920) * 100vh) calc((36 / 920) * 100vh);
    padding-right: calc((12 / 920) * 100vh);
    left: calc((72 / 920) * 100vh);
    top: calc((701 / 920) * 100vh);
    background: rgba(0, 0, 0, 0.6);
    max-width: 93%;
    margin: calc((12 / 920) * 100vh) auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.swiper-slide img {
    width: 100%;
    border-radius: calc((10 / 920) * 100vh);
    height: calc((166 / 920) * 100vh);
    object-fit: cover;
    transition: .3s;
}

.footer-bottom__partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: calc((906.5 / 920) * 100vh);
    margin-right: auto;
    margin-left: 0;
    margin-top: calc((24 / 920) * 100vh);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-bottom__partners img {
    max-height: calc((25 / 920) * 100vh);
    margin-right: calc((15 / 920) * 100vh);
    width: auto;
    will-change: transform;
}

.swiper-slide {
    width: calc((266 / 920) * 100vh);
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-bottom__slider-prev {
    position: absolute;
    left: calc((24 / 920) * 100vh);
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(.1px);
    -ms-transform: translate(-50%, -50%) translateZ(.1px);
    transform: translate(-50%, -50%) translateZ(.1px);
    background: #191800 url("../img/arrow.svg") no-repeat center / 18px 12px;
    border: 2px solid #FFF500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: calc((10 / 920) * 100vh);
    width: calc((48 / 920) * 100vh);
    height: calc((48 / 920) * 100vh);
    z-index: 15;
    cursor: pointer;
}

.footer-bottom__slider-wrapper {
    overflow: hidden;
    padding: 0 calc((24 / 920) * 100vh);
    position: relative;
    margin-left: calc((-6 / 920) * 100vh);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.footer-bottom__slider-next {
    position: absolute;
    right: calc((24 / 920) * 100vh);
    top: 50%;
    -webkit-transform: translate(50%, -50%) scaleX(-1) translateZ(.1px);
    -ms-transform: translate(50%, -50%) scaleX(-1) translateZ(.1px);
    transform: translate(50%, -50%) scaleX(-1) translateZ(.1px);
    background: #191800 url("../img/arrow.svg") no-repeat center / 18px 12px;
    border: 2px solid #FFF500;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: calc((10 / 920) * 100vh);
    width: calc((48 / 920) * 100vh);
    height: calc((48 / 920) * 100vh);
    z-index: 15;
    cursor: pointer;
}

.chips .footer-bottom__slider-next,
.chips .footer-bottom__slider-prev {
    background-image: url("../img/bluarrow.svg");
}

.chips.yellow .footer-bottom__slider-next,
.chips.yellow .footer-bottom__slider-prev {
    background-image: url("../img/yellowarrow.svg");
}

.chips.yellow.olympic .footer-bottom__slider-next,
.chips.yellow.olympic .footer-bottom__slider-prev {
    background-image: url("../img/yellowarrowolympic.svg");
}

.offer-block__inner.copied, .chips.yellow .offer-block__inner.copied {
    border-color: #239921;
}

.offer-block__inner.copied .offer-block__inner-copy {
    color: #239921;
}

.yellow .offer-block__inner.copied .offer-block__inner-copy {
    /*color: #FFC700;*/
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal.opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
}

.modal-inner {
    background: rgba(0, 0, 0, 0.6);
    border-radius: calc((20 / 920) * 100vh);
    width: auto;
    margin-left: calc((608 / 920) * 100vh);
    padding: calc((48 / 920) * 100vh) calc((44 / 920) * 100vh);
    pointer-events: all;
}

.form_close {
    display: none !important;
}

.percents .images, .chips .images {
    display: none;
}

.form_main {
    margin: auto;
}

.swiper-slide a {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}

.modal-inner {
    max-height: 100vh;
    overflow: auto;
}

.ios .form_main {
    min-height: fit-content;
    display: block;
}

.firefox .offer-block {
    background: rgba(0, 0, 0, 0.7);
}

.firefox .offer-block__terms {
    background: rgba(255, 255, 255, .2);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, .4);
}

::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .7);
}

.vs__dropdown-menu {
    min-width: unset !important;
}

b {
    font-weight: bold !important;
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

.ios .swiper-slide div {
    margin-top: 8px;
}

.go2step {
    cursor: pointer;
    height: 0;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: calc((16 / 920) * 100vh);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    color: #FFE600;
    position: relative;
    /*transition: all 0.3s;*/
    overflow: hidden;
    padding: 0 calc((32 / 920) * 100vh);
}

.go2step svg {
    width: calc((24 / 920) * 100vh);
    height: calc((24 / 920) * 100vh);
    border: 1px solid transparent;
    transition: all 0.2s;
    border-radius: 5px;
}

.block_form {
    z-index: 10;
    width: calc((416 / 920) * 100vh);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(64px);
    border-radius: calc((20 / 920) * 100vh);
    margin-bottom: calc((12 / 920) * 100vh);
}

.block_games {
    height: 0;
    width: calc((416 / 920) * 100vh);
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(64px);
    border-radius: calc((20 / 920) * 100vh);
    overflow: hidden;
    transition: all 0.3s;
    padding: 0;
    margin-bottom: calc((13 / 920) * 100vh);
}

body.show3 .block_games {
    height: calc((360 / 920) * 100vh);
    padding: calc((36 / 920) * 100vh) calc((32 / 920) * 100vh) 0 calc((32 / 920) * 100vh);
    overflow-y: auto;
}

.block_games_jackpotWrap {
    height: calc((107 / 920) * 100vh);
    position: relative;
    background-image: url("../img/bg.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: calc((16 / 920) * 100vh);
}

.block_topGames {

}

.block_topGames_header {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: calc((16 / 920) * 100vh);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: calc((12 / 920) * 100vh);
}

.block_topGames_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: calc((8 / 920) * 100vh);
}

.block_topGames_img img {
    width: calc(50% - 4px);
    margin-bottom: calc((8 / 920) * 100vh);
    border-radius: calc((10 / 920) * 100vh);
}

.block_games_footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.block_games_footer img {
    height: auto;
    margin: calc((8 / 920) * 100vh);
}

.block_games_footer .rtg {
    width: calc((116 / 920) * 100vh);
}

.block_games_footer .visa {
    width: calc((64 / 920) * 100vh);
}

.block_games_footer .master {
    width: calc((32 / 920) * 100vh);
}

.block_games_footer .neosurf {
    width: calc((64 / 920) * 100vh);
}

.block_games_footer .btc {
    width: calc((20 / 920) * 100vh);
}

.block_games_footer .bpay {
    width: calc((53 / 920) * 100vh);
}

.block_games_footer .payId {
    width: calc((50 / 920) * 100vh);
}

.block_games_footer .discover {
    width: calc((70 / 920) * 100vh);
}

.block_games_footer .ssl {
    width: calc((71 / 920) * 100vh);
}

.block_games_footer .cds {
    width: calc((78 / 920) * 100vh);
}

.block_games_footer .year {
    width: calc((20 / 920) * 100vh);
}

.block_games_footer .curacao {
    width: calc((70 / 920) * 100vh);
}

.block_games_jackpot {
    width: calc((312 / 920) * 100vh);
    height: calc((60 / 920) * 100vh);
    border: calc((2 / 920) * 100vh) solid #FF008A;
    box-sizing: border-box;
    border-radius: calc((10 / 920) * 100vh);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: calc((24 / 920) * 100vh);
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FF008A;
    justify-content: center;
}

.block_games_jackpot span {
    padding: 0 calc((6 / 920) * 100vh);
    position: absolute;
    top: 2vh;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    font-weight: 800;
    font-size: calc((12 / 920) * 100vh);
    line-height: 1;
}

/* if step not 1 */
body.show2 .offer-block__game, body.show3 .offer-block__game{
    margin-bottom: 0;
    margin-top: calc((8 / 920) * 100vh);
    font-size: calc((16 / 920) * 100vh);
    padding: calc((4 / 920) * 100vh) calc((12 / 920) * 100vh);
}
body.show2 .offer-block__text, body.show3 .offer-block__text{
    font-size: calc((40 / 920) * 100vh);
    margin-bottom: 0;
}

body.show2 .offer-block__logo, body.show3 .offer-block__logo {
    width: calc((87 / 920) * 100vh);
}

body.show2 .offer-block__inner, body.show3 .offer-block__inner{
    height: 0;
    border: none;
    padding: 0;
    overflow: hidden;
}

body.show2 .offer-block__button, body.show3  .offer-block__button{
    height: 0;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

body.show2 .offer-block_wrap, body.show3 .offer-block_wrap{
    padding: calc((24 / 920) * 100vh) calc((32 / 920) * 100vh);
}

/*body:not(.show1) .offer-block__text{*/
/*    font-size: calc((40 / 920) * 100vh);*/
/*    margin-bottom: 0;*/
/*}*/
/*body:not(.show1) .offer-block__logo{*/
/*    width: calc((87 / 920) * 100vh);*/
/*}*/

/*body:not(.show1) .offer-block__inner{*/
/*    height: 0;*/
/*    border: none;*/
/*    padding: 0;*/
/*    overflow: hidden;*/
/*}*/
/*body:not(.show1) .offer-block__button{*/
/*    height: 0;*/
/*    border: none;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    overflow: hidden;*/
/*}*/
/*body:not(.show1) .offer-block{*/
/*    padding: calc((24 / 920) * 100vh) calc((32 / 920) * 100vh);*/
/*}*/
.logo_mob {
    display: none;
}

body.show3 .go2step {
    height: calc((72 / 920) * 100vh);
}

.offer-block__text br {
    display: none;
}

.block_form_wrapper {
    padding: calc((36 / 920) * 100vh) calc((32 / 920) * 100vh);
}

/*new form style*/
.succ-inp {
    color: #ffffff;
}

::-webkit-input-placeholder { /* Edge */
    color: #ffffff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

::placeholder {
    color: #ffffff;
}

.form_main {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
    width: 100%;
    min-width: initial;
    max-width: initial;
}

.form_head {
    margin: 0;
    margin-bottom: calc((16 / 920) * 100vh);
}

.form_head_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: calc((16 / 920) * 100vh);
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.form_head_step {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: calc((16 / 920) * 100vh);
    line-height: 1.2;
    color: #FFE600;
    display: block;
}


.block_form .form_head_step span {
    color: rgba(255, 255, 255, 0.5);
}

.form_row_signup button{
    line-height: 1.1;
}

.form_head_step span {
    color: rgba(255, 255, 255, 0.5);
}

.mb {
    margin-bottom: calc((8 / 920) * 100vh);
}

.field__input, .field__input-wrapper input, .field .vs__dropdown-toggle, .field__select {
    height: calc((56 / 920) * 100vh);
    padding-left: calc((12 / 920) * 100vh);
    border-width: 1px;
    border-radius: calc((10 / 920) * 100vh);
    font-size: calc((12 / 920) * 100vh);
}

.v-select .vs__selected {
    font-size: calc((12 / 920) * 100vh);
}

.v-select .vs__dropdown-toggle {
    height: calc((56 / 920) * 100vh);
    border-radius: calc((10 / 920) * 100vh);
}

.vs__actions {
    top: calc((28 / 920) * 100vh);
}

.field__error, .fieldnotigication {
    font-size: calc((12 / 920) * 100vh);
    line-height: 1.2;
    padding: calc((4 / 920) * 100vh) calc((12 / 920) * 100vh);
    text-align: left;
}

.f-pass .field__button {
    top: calc((28 / 920) * 100vh);
}

.error-inp {
    border: 1px solid var(--c-form-error-outline) !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: inset 0 0 0 50px #333333;
    -webkit-text-fill-color: #fff;
    background-color: #333333;
}

.like-placeholder {
    font-size: calc((12 / 920) * 100vh);
    line-height: 1;
    left: calc((12 / 920) * 100vh);
    transform: translateY(calc(((30 / 920) * 100vh) - 50%));
    top: 0;
}

.succ-inp-s .like-placeholder {
    font-size: calc((12 / 920) * 100vh);
    line-height: 1;
    left: calc((12 / 920) * 100vh);
    transform: translateY(calc(((30 / 920) * 100vh) - 50%));
    top: calc((-12 / 920) * 100vh);
}

.form_info {
    text-align: left;
    font-size: calc((12 / 920) * 100vh);
    line-height: 1.2;
    margin-top: calc((16 / 920) * 100vh);
}

.form--signup .stepinner3 .form__bonuses .radio__label {
    font-size: calc((12 / 920) * 100vh);
    line-height: 1.2;
    padding-left: calc((30 / 920) * 100vh);
}

.field--phone .field__input input {
    height: initial;
}

.succ-inp {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.vs__dropdown-menu {
    border-radius: calc((10 / 920) * 100vh);
    margin: calc((4 / 920) * 100vh) 0 0 0;
    padding: calc((6 / 920) * 100vh) calc((12 / 920) * 100vh);
}

.vs__dropdown-menu .vs__dropdown-option {
    line-height: 1.42857143;
    padding: calc((4 / 920) * 100vh);
    font-size: calc((14 / 920) * 100vh);
}

.form--signup .stepinner3 .form__bonuses, .form--signup .stepinner3 .form__help {
    font-size: calc((12 / 920) * 100vh);
    line-height: 1.2;
    margin-bottom: calc((16 / 920) * 100vh);
    margin-top: calc((8 / 920) * 100vh);
}

.v-select.vs--open .vs__selected {
    position: relative;
    opacity: 0.4;
}

.form_btn {
    border-width: 2px;
    border-radius: calc((10 / 920) * 100vh);
    width: initial;
    min-height: calc((56 / 920) * 100vh);
    font-size: calc((16 / 920) * 100vh);
}

.form_error_mess {
    line-height: 1.2;
    font-size: calc((20 / 920) * 100vh);
}

.form_error_title {
    font-size: calc((24 / 920) * 100vh);
    line-height: 1.2;
}

.form-backBtn {
    flex-grow: 1;
    flex-basis: 49%;
    margin-right: 2%;
    border: 2px solid #FFE600;
    border-radius: calc((10 / 920) * 100vh);
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: calc((16 / 920) * 100vh);
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFE600;
    background-color: transparent;
    cursor: pointer;
}

.radio__check {
    width: calc((16 / 920) * 100vh);
    height: calc((16 / 920) * 100vh);
    background: rgba(255, 214, 0, 0.2);
    border: 1px solid #FFE600;
    border-radius: calc((10 / 920) * 100vh);
}

.radio .radio__input:checked + .radio__check::after {
    transform: translate(-50%, -70%) rotate(-45deg);
    width: calc((7 / 920) * 100vh);
    height: calc((4 / 920) * 100vh);
    border-bottom: calc((1 / 920) * 100vh) solid #FFE600;
    border-left: calc((1 / 920) * 100vh) solid #FFE600;
}

.radio .radio__input:checked + .radio__check {
    background-color: rgba(255, 214, 0, 0.2);
}

@media (hover: hover) {
    .succ-btn:hover {
        transform: none;
        box-shadow: none;
    }

    body.show3 .go2step:hover {
        border: calc((2 / 920) * 100vh) solid #FFE600;
        border-radius: calc((20 / 920) * 100vh);
    }

    body.show3 .go2step:hover svg {
        border-color: #FFFFFF;
    }

    .ac_color_text:hover {
        color: #f3003a;
    }
}

.date-of-birth.succ-inp-s input {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.succ-inp-s .field__select, .succ-inp-s .vs__dropdown-toggle {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.typed .like-placeholder {
    font-size: calc((10 / 920) * 100vh);
    transform: translateY(calc(((30 / 920) * 100vh) - 150%));
}

.form-next-main {
    min-height: calc((56 / 920) * 100vh);
    font-size: calc((16 / 920) * 100vh);
    border-radius: calc((10 / 920) * 100vh);
}

.form-next-main.step-2, .form-next-main.step-3 {
    flex-basis: 49%;
}

.form_row_signup {
    flex-direction: row;
    align-items: stretch;
}

html {
    overflow-y: hidden;
}

.typed .field__input {
    padding-top: calc((21 / 920) * 100vh);
}

.form_head_step span.step {
    font-weight: 300;
}
.vs__dropdown-menu .vs__dropdown-option--highlight {
    background-color: transparent;
}
.v-select .vs__dropdown-toggle{
    border-width: 1px;
}
.f-country option{
    background: #4a4149;
}
@media (max-width: 1024px) and (orientation: portrait),(max-width: 1023px) {
    .vdpComponent .vdpHeadCellContent {
        font-size: 12px;
    }
    .offer-block__game {
        padding: 2px 10px;
        font-size: 16px;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 5px;
        margin-bottom: 23px;
    }
    .offer-block_wrap {
        backdrop-filter: none;
        background: transparent;
        flex-grow: 1;
        align-items: center;
        padding: 0 !important;
    }

    .form_main {
        min-height: initial;
    }

    .logo_desk {
        display: none;
    }

    .logo_mob {
        display: block;
    }

    .offer-block__text br {
        display: block;
    }

    body {
        overflow-y: scroll;
    }

    #fullpage {
        height: initial;
        min-height: 100%;
        background-image: none;
    }

    .page-container {
        flex-wrap: wrap;
        padding: 0;
        flex-wrap: nowrap;
        align-items: center;
    }

    .offer-block {
        height: initial;
        min-height: var(--app-height);
        background-color: transparent;
        width: 100%;
        padding: 2vh 0 0 0;
        align-items: center;
        background-image: url("../img/easterBG_tab.jpg");
        background-position: top center;
        background-size: cover;
        padding: 0;
        margin-bottom: 25px;
        border-radius: 0;
        position: relative;
    }
    .offer-block:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        height: 45%;
        width: 100%;
        z-index: -1;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 35.97%, #000000 100%);
    }

    .block_terms {
        position: relative;
        left: initial;
        bottom: initial;
        width: 100%;
        border-radius: 10px;
        max-width: 343px;
        backdrop-filter: none;
    }

    .block_games {
        height: auto !important;
        width: 343px;
        margin-bottom: 24px;
        background: none;
        backdrop-filter: none;
    }

    .offer-block__text {
        text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
        font-size: 54px;
        margin-top: auto;
        text-align: center;
        margin-bottom: 23px;
    }

    .offer-block__inner {
        border-width: 2px;
        border-radius: 10px;
        margin-bottom: 8px;
        max-width: 343px;
        background: rgba(0, 0, 0, 0.7);
        padding: 0;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offer-block__inner-copy {
        width: 100%;
        font-size: 24px;
        text-align: center;
        padding-top: 5px;
    }

    .offer-block__inner-title {
        font-size: 12px;
        line-height: 1.2;
        left: 50%;
        top: -9px;
        padding: 2px 5px 0 5px;
        transform: translate(-50%, 0);
        height: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offer-block__button {
        margin-top: 0;
        font-size: 16px;
        letter-spacing: normal;
        height: 56px;
        border-radius: 10px;
        line-height: 1;
        margin-bottom: 16px;
        max-width: 343px;
    }

    .offer-block__button:before {
        display: none;
    }

    .block_terms_head {
        padding: 12px;
        font-size: 12px;
    }
    .block_terms_head.open{
        padding-bottom: 8px;
    }

    .block_terms_head svg {
        width: 16px;
        height: 16px;
        right: 12px;
        top: 11px;
    }

    .block_terms_body {
        padding: 12px;
        padding-top: 0;
        font-size: 10px;
    }

    .block_games_jackpotWrap {
        height: 107px;
        margin-bottom: 32px;
    }

    .block_games_jackpot {
        width: 300px;
        height: 60px;
        border-width: 2px;
        border-radius: 10px;
        font-size: 24px;
        line-height: 1;
    }

    .block_games_jackpot span {
        padding: 0 6px;
        top: 18px;
        font-size: 12px;
        line-height: 1;
    }

    .go2step {
        display: none !important;
    }

    .block_form_wrapper {
        display: block !important;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        padding: 0;
        padding-top: 32px;
    }

    .form_head_title {
        font-size: 16px;
    }

    .form_head_step {
        font-size: 16px;
    }

    .form_head {
        margin-bottom: 16px;
    }

    .mb {
        margin-bottom: 8px;
    }

    .block_form {
        width: 343px;
        background-color: transparent;
        border-radius: none;
        margin-bottom: 32px;
        backdrop-filter: none;
    }

    .block_topGames_header {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .block_topGames_img img {
        width: 166px;
        margin-bottom: 9px;
        border-radius: 10px;
    }

    .block_topGames_img {
        margin-bottom: 23px;
    }

    .block_games_footer img {
        height: auto;
        margin: 8px;
    }

    .block_games_footer .rtg {
        width: 115px;
    }

    .block_games_footer .visa {
        width: 64px;
    }

    .block_games_footer .master {
        width: 32px;
    }

    .block_games_footer .neosurf {
        width: 64px;
    }

    .block_games_footer .btc {
        width: 20px;
    }

    .block_games_footer .bpay {
        width: 53px;
    }

    .block_games_footer .payId {
        width: 50px;
    }

    .block_games_footer .discover {
        width: 70px;
    }

    .block_games_footer .ssl {
        width: 71px;
    }

    .block_games_footer .cds {
        width: 78px;
    }

    .block_games_footer .year {
        width: 20px;
    }

    .block_games_footer .curacao {
        width: 70px;
    }

    .offer-block__logo {
        width: 131px;
        height: auto;
        margin-bottom: 57vmax;
        transition: all 0.2s;
        padding-top: 8px;
    }

    .offer-block__logo:before {
        content: '';
        display: block;
        height: 2px;
        width: 314px;
        background-color: #140600;
        position: absolute;
        top: 31px;
        left: calc(50% - 157px);
        z-index: -1;
    }


    .field__input, .field__input-wrapper input, .field .vs__dropdown-toggle, .field__select {
        height: 56px;
        padding-left: 12px;
        border-radius: 10px;
        font-size: 12px;
    }

    .v-select .vs__selected {
        font-size: 12px;
    }

    .v-select .vs__dropdown-toggle {
        height: 56px;
        border-radius: 10px;
    }

    .vs__actions {
        top: 28px;
    }

    .field__error, .fieldnotigication {
        font-size: 12px;
        padding: 4px 12px;
    }

    .f-pass .field__button {
        top: 28px;
    }

    .like-placeholder {
        transform: translateY(calc(30px - 50%));
        left: 12px;
        font-size: 12px;
    }

    .succ-inp-s .like-placeholder {
        font-size: 12px;
        left: 12px;
        transform: translateY(calc(30px - 50%));
        top: -12px;
    }

    .form_info {
        font-size: 12px;
        margin-top: 16px;
    }

    .form--signup .stepinner3 .form__bonuses .radio__label {
        font-size: 12px;
        padding-left: 30px;
    }

    .vs__dropdown-menu {
        border-radius: 10px;
        margin: 4px 0 0 0;
        padding: 6px 12px;
    }

    .vs__dropdown-menu .vs__dropdown-option {
        line-height: 1.42857143;
        padding: 4px;
        font-size: 14px;
    }

    .form--signup .stepinner3 .form__bonuses, .form--signup .stepinner3 .form__help {
        font-size: 12px;
        margin-bottom: 16px;
        margin-top: 8px;
    }

    .form_btn {
        border-width: 2px;
        border-radius: 10px;
        min-height: 56px;
        font-size: 16px;
    }

    .form_error_mess {
        font-size: 20px;
    }

    .form_error_title {
        font-size: 24px;
        line-height: 1.2;
    }

    .form-backBtn {
        border-radius: 10px;
        font-size: 16px;
    }

    .radio__check {
        width: 16px;
        height: 16px;
        border-radius: 10px;
    }

    .radio .radio__input:checked + .radio__check::after {
        width: 7px;
        height: 4px;
        border-bottom: 1px solid #FFE600;
        border-left: 1px solid #FFE600;
    }

    .typed .like-placeholder {
        font-size: 10px;
        transform: translateY(calc(30px - 150%));
        left: 12px;
    }

    .form-next-main {
        min-height: 56px;
        font-size: 16px;
        border-radius: 10px;
    }

    .typed .field__input {
        padding-top: 21px;
    }
}

@media (max-width: 550px) {
    .offer-block {
        background-image: url("../img/easterBG_mob.jpg");
        background-position: top center;
        background-size: cover;
        min-height: 626px;
    }
    .offer-block__logo {
         margin-bottom: 0;
    }
}

@media (max-width: 340px) {
    .offer-block__logo:before {
        width: 300px;
        left: calc(50% - 150px);
    }

    .block_form {
        width: 305px;
    }

    .offer-block__inner {
        max-width: 300px;
    }

    .offer-block__button {
        max-width: 300px;
    }

    .offer-block__inner-title {
        white-space: nowrap;
        padding: 2px 5px;
        font-size: 10px;
    }

    .block_terms {
        max-width: 300px;
    }

    .block_games {
        width: 300px;
    }

    .block_games_jackpot {
        width: 265px;
    }

    .block_topGames_img img {
        width: 145px;
    }
}






