@font-face {
    font-family: inter;
    src: url("../spinblastpoker_fonts/spinblastpoker_inter-regular.woff2");
}

@font-face {
    font-family: Mohave;
    src: url("../spinblastpoker_fonts/spinblastpoker_mohavebold.ttf");
}


#confirmButton {
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: inter;
    background: #8C5A3C;
}


.body__container {
    max-width: 1280px;
    margin: 0 auto;
}

.spinblastpoker_header__fixed {
    position: fixed;
    z-index: 10000;
    background: #8C5A3C;
    width: 100%;
    top: 0px;
    left: 0;
}

.spinblastpoker_header__wrappper {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spinblastpoker_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1280px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.header__list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 16px;
}

.spinblastpoker_header__box {
    padding-top: 66px;
}

.spinblastpoker_header__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
}


.spinblastpoker_header__link{
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.32px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.spinblastpoker_header__link:hover {
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.spinblastpoker_header__burger {
    display: none;
}

.header__link_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#FFD77B), to(#FFB347));
    background: -o-linear-gradient(left, #FFD77B 0%, #FFB347 100%);
    background: linear-gradient(90deg, #FFD77B 0%, #FFB347 100%);
    border: none;
    cursor: pointer;
    color: #000;
    font-family: Mohave;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.header__link_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    border: 1px solid #FFD77B;
    background: transparent;
    cursor: pointer;
    color: #FFF;
    font-family: Mohave;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.header__link_1:hover {
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.header__link_2:hover {
    background: #fff;
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.spinblastpoker_header {
    background: url("../spinblastpoker_img/spinblastpoker-header-background.webp") no-repeat center;
    background-size: cover;
    padding-top: 115px;
    padding-bottom: 115px;
    position: relative;
}

.spinblastpoker_header__block {
    max-width: 874px;
    width: 100%;
    margin: 0 auto;
    padding: 36px;
    border-radius: 16px;
    background: rgba(140, 90, 60, 0.40);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.spinblastpoker_header__image{
    position: absolute;
    bottom: 0;
    width: 397px;
    height: 559px;
    background: url("../spinblastpoker_img/spinblastpoker-header-image.webp") no-repeat center;
    background-size: cover;
}

.mobile{
    display: none;
}

.spinblastpoker_header__title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px #FFB347;
    font-family: Mohave;
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%; /* 72px */
    letter-spacing: -3.2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.spinblastpoker_header__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    letter-spacing: -0.32px;
    margin-bottom: 24px;
}

.spinblastpoker_header__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#FFD77B), to(#FFB347));
    background: -o-linear-gradient(left, #FFD77B 0%, #FFB347 100%);
    background: linear-gradient(90deg, #FFD77B 0%, #FFB347 100%);
    color: #000;
    font-family: Mohave;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; 
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.spinblastpoker_header__btn:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}

.spinblastpoker_choose {
    padding-top: 100px;
    padding-bottom: 50px;
}
.spinblastpoker_choose__title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px #FFB347;
    font-family: Mohave;
    font-size: 48px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.spinblastpoker_choose__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}
.spinblastpoker_choose__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    max-width: 630px;
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    background: #FFB347;
}
.spinblastpoker_choose__item:nth-child(1)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 150px;
    height: 114px;
    background: url("../spinblastpoker_img/spinblastpoker-choose-image-1.webp") no-repeat center;
}
.spinblastpoker_choose__item:nth-child(2)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 150px;
    height: 114px;
    background: url("../spinblastpoker_img/spinblastpoker-choose-image-2.webp") no-repeat center;
}
.spinblastpoker_choose__item:nth-child(3)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 150px;
    height: 114px;
    background: url("../spinblastpoker_img/spinblastpoker-choose-image-3.webp") no-repeat center;
}
.spinblastpoker_choose__item:nth-child(4)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 150px;
    height: 114px;
    background: url("../spinblastpoker_img/spinblastpoker-choose-image-4.webp") no-repeat center;
}
.spinblastpoker_choose__head {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.48px;
    margin-bottom: 8px;
}
.spinblastpoker_choose__text {
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}
.spinblastpoker_game {
    padding-top: 50px;
    padding-bottom: 50px;
}
.spinblastpoker_game__title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px #FFB347;
    font-family: Mohave;
    font-size: 48px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.spinblastpoker_game__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
}
.spinblastpoker_game__item {
    max-width: 305px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid #FFD77B;
}
.spinblastpoker_game__img {
    border-radius: 8px;
    margin-bottom: 16px;
}
.spinblastpoker_game__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px;
}
.spinblastpoker_game__name {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.48px;
}
.spinblastpoker_game__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}
.spinblastpoker_game__rating:before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22px;
    height: 22px;
    background: url("../spinblastpoker_img/spinblastpoker-game-star.webp") no-repeat center;
}
.spinblastpoker_game__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#FFD77B), to(#FFB347));
    background: -o-linear-gradient(left, #FFD77B 0%, #FFB347 100%);
    background: linear-gradient(90deg, #FFD77B 0%, #FFB347 100%);
    color: #000;
    font-family: Mohave;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.spinblastpoker_game__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}
.spinblastpoker_adventure {
    padding-top: 50px;
    padding-bottom: 50px;
}
.spinblastpoker_adventure__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
}
.spinblastpoker_adventure__images {
    width: 630px;
    height: 420px;
    background: url("../spinblastpoker_img/spinblastpoker-adventure-image.webp") no-repeat center;
}
.spinblastpoker_adventure__content {
    max-width: 630px;
    width: 100%;
}
.spinblastpoker_adventure__title {
    color: #FFF;
    text-shadow: 0 4px 4px #FFB347;
    font-family: Mohave;
    font-size: 48px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.spinblastpoker_adventure__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}
.spinblastpoker_faq {
    padding-top: 50px;
    padding-bottom: 50px;
}
.spinblastpoker_faq__title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px #FFB347;
    font-family: Mohave;
    font-size: 48px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.spinblastpoker_faq__number {
    color: rgba(255, 255, 255, 0.30);
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.48px;
}
.spinblastpoker_reviews {
    padding-top: 50px;
    padding-bottom: 50px;
}
.spinblastpoker_reviews__title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px #FFB347;
    font-family: Mohave;
    font-size: 48px;
    font-weight: 700;
    line-height: 90%; 
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.spinblastpoker_reviews__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}
.spinblastpoker_reviews__item {
    max-width: 413px;
    width: 100%;
    padding: 24px 16px;
    border-radius: 8px;
    background: rgba(121, 77, 50, 0.60);
}
.spinblastpoker_reviews__text {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; 
    letter-spacing: -0.48px;
    margin-bottom: 8px;
}
.spinblastpoker_reviews__text::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 126px;
    height: 22px;
    background: url("../spinblastpoker_img/spinblastpoker-reviews-icon-star.webp") no-repeat center;

}
.spinblastpoker_reviews__name {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}
.spinblastpoker_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #794D32;
}
.spinblastpoker_footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 36px;
}
.spinblastpoker_footer__item {
    max-width: 413px;
    width: 100%;
}
.spinblastpoker_footer__head {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
}
.spinblastpoker_footer__text {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}
.spinblastpoker_footer__networks {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 36px;
}
.spinblastpoker_footer__age {
    width: 84px;
    height: 40px;
    background: url("../spinblastpoker_img/spinblastpoker-footer-icon-age.webp") no-repeat center;
}
.spinblastpoker_footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.spinblastpoker_footer__sup {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.spinblastpoker_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;

}
.spinblastpoker_footer__link {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.spinblastpoker_footer__link:hover {
    color: #FFF;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    list-style: none;
}

.accordion__item {
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #FFB347;
    padding: 24px;
}

.spinblastpoker_faq__arrow {
    position: absolute;
    right: 0;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    background-image: url(../spinblastpoker_img/spinblastpoker-guide-icon-arrow.webp);
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__arrow_rotated {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__header {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.accordion__header::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.accordion__item:not(.accordion__item_show) .accordion__header {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion__text {
    max-width: 100%;
    margin-bottom: 0px;
}

.accordion__content {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

.mb0 {
    margin-bottom: 0;
}

.modal_form {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.modal_form__content {
    position: relative;
    top: 0%;
    border-radius: 16px;
    background: #8C5A3C;
    padding: 50px 40px;;
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title {
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px #FFB347;
    font-family: Mohave;
    font-size: 36px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal_form__left {
    width: 100%;
    max-width: 386px;
    margin: 0 auto;
}

.modal_form__subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 30px;
}

.modal_form__inner {
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.modal_form__links {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.32px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__links:hover {
    opacity: 0.5;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__input {
    border: 1px solid #fff;
    border-radius: 10px;
    background: #FFF;
    padding: 14px;
    width: 100%;
    margin-bottom: 14px;
    color: rgba(18, 18, 18, 0.50);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.modal_form__input::-webkit-input-placeholder {
    color: rgba(18, 18, 18, 0.50);
}

.modal_form__input::-moz-placeholder {
    color: rgba(18, 18, 18, 0.50);
}

.modal_form__input:-ms-input-placeholder {
    color: rgba(18, 18, 18, 0.50);
}

.modal_form__input::-ms-input-placeholder {
    color: rgba(18, 18, 18, 0.50);
}

.modal_form__input::placeholder {
    color: rgba(18, 18, 18, 0.50);
}

.modal_form__btn {
    color: #000;
    font-family: Mohave;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 8px;
    background: #BBB9B6;
    width: 100%;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__btn:hover {
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.modal_form__question{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.modal_form__wrappper {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal__text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.modal_form__close {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}


.modal_form__close1 {
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.modal_form__links {
    color: #fff;
}

.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.info__title,
.content__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}

.terms__list {
    margin-bottom: 10px;
}

.terms__info {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}


.desc__top {
    padding-top: 130px;
    padding-bottom: 50px;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.mob {
    display: none;
}

.modal_form__messages {
    display: none;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}

.modal_form__messagess {
    display: none;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 1290px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .spinblastpoker_header__nav {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .spinblastpoker_header__links {
        display: none
    }

    .spinblastpoker_header__burger {
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 22px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .spinblastpoker_header__burger.active_menu .bar:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px
    }

    .spinblastpoker_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .spinblastpoker_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
        -ms-transform-origin: 5px;
        transform-origin: 5px
    }

    .spinblastpoker_header__line {
        display: block;
        height: 2px;
        background-color: #fff;
        margin: 4px 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
        background: #8C5A3C;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 54px;
        left: 0;
        width: 100%;
        border-radius: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desctop{
        display: none;
    }

    .spinblastpoker_adventure__content{
        max-width: 40vw;
    }

    .spinblastpoker_footer__item{
        max-width: 100%;
    }

    .spinblastpoker_reviews__item{
        max-width: 800px;
    }

    .spinblastpoker_adventure__images {
        width: 500px;
        height: 335px;
        background: url(../spinblastpoker_img/spinblastpoker-adventure-image.webp) no-repeat center;
        background-size: 500px;
    }

    .spinblastpoker_choose__item{
        max-width: 100%;
    }

    .spinblastpoker_header__image {
        position: absolute;
        bottom: 0;
        width: 200px;
        height: 200px;
        background: url(../spinblastpoker_img/spinblastpoker-header-image.webp) no-repeat center;
        background-size: 200px;
    }

    .spinblastpoker_header {
        padding-top: 40px;
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .spinblastpoker_header__title{
        font-size: 50px;
    }

    .spinblastpoker_choose{
        padding-top: 50px;
    }

    .spinblastpoker_choose__title{
        font-size: 40px;
    }

    .spinblastpoker_game__title{
        font-size: 40px;
    }

    .spinblastpoker_adventure__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .spinblastpoker_adventure__content{
        max-width: 100%;
    }

    .spinblastpoker_adventure__title{
        font-size: 40px;
    }

    .spinblastpoker_faq__title{
        font-size: 40px;
    }

    .spinblastpoker_reviews__title{
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .spinblastpoker_footer__bottom{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .spinblastpoker_footer__sup{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .spinblastpoker_header__title{
        font-size: 48px;
    }

    .spinblastpoker_choose__item{
        max-width: 500px;
    }

    .spinblastpoker_choose__content{
        max-width: 270px
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .spinblastpoker_header__nav {
        padding-left: 16px;
        padding-right: 16px;
        gap: 10px;
    }

    .spinblastpoker_adventure__images {
        width: 300px;
        height: 200px;
        background: url(../spinblastpoker_img/spinblastpoker-adventure-image.webp) no-repeat center;
        background-size: 300px;
    }

    .spinblastpoker_header__box {
        padding-top: 45px;
    }

    .spinblastpoker_header__block{
        padding: 16px;
    }

    .spinblastpoker_header__title{
        font-size: 40px;
        margin-bottom: 16px;
    }

    .spinblastpoker_header__subtitle{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .spinblastpoker_header {
        padding-top: 40px;
        padding-bottom: 185px;
    }

    .spinblastpoker_choose{
        padding-bottom: 30px;
    }

    .spinblastpoker_choose__title{
        font-size: 32px;
        margin-bottom: 16px;
    }

    .spinblastpoker_choose__item{
        padding: 16px;
    }

    .spinblastpoker_choose__item:nth-child(1)::before {
        max-width: 61px;
        height: 61px;
        background: url(../spinblastpoker_img/spinblastpoker-choose-image-1.webp) no-repeat center;
        background-size: 61px;
    }
    .spinblastpoker_choose__item:nth-child(2)::before {
        max-width: 61px;
        height: 61px;
        background: url(../spinblastpoker_img/spinblastpoker-choose-image-2.webp) no-repeat center;
        background-size: 61px;
    }
    .spinblastpoker_choose__item:nth-child(3)::before {
        max-width: 61px;
        height: 61px;
        background: url(../spinblastpoker_img/spinblastpoker-choose-image-3.webp) no-repeat center;
        background-size: 61px;
    }
    .spinblastpoker_choose__item:nth-child(4)::before {
        max-width: 61px;
        height: 61px;
        background: url(../spinblastpoker_img/spinblastpoker-choose-image-4.webp) no-repeat center;
        background-size: 61px;
    }
    

    .spinblastpoker_choose__head{
        font-size: 20px;
    }

    .spinblastpoker_choose__text{
        font-size: 14px;
    }

    .spinblastpoker_choose__content{
        max-width: 57vw;
    }

    .spinblastpoker_choose__items{
        gap: 8px;
    }

    .spinblastpoker_game {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .spinblastpoker_game__title{
        font-size: 32px;
    }

    .spinblastpoker_game__name{
        font-size: 20px;
    }

    .spinblastpoker_game__items{
        gap: 16px;
    }

    .spinblastpoker_adventure__title{
        font-size: 32px;
        text-align: center;
        margin-bottom: 8px;
    }

    .spinblastpoker_adventure__text{
        font-size: 14px;
        text-align: center;
    }

    .spinblastpoker_adventure {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .spinblastpoker_faq {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .spinblastpoker_faq__title{
        font-size: 32px;
        text-align: center;
    }

    .accordion__header{
        font-size: 20px;
        gap: 8px;
    }

    .accordion__item{
        padding: 16px 8px;
    }

    .accordion__content{
        font-size: 14px;
    }

    .spinblastpoker_reviews {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .spinblastpoker_reviews__title{
        font-size: 32px;
    }

    .spinblastpoker_reviews__item{
        padding: 16px;
    }

    .spinblastpoker_reviews__text{
        font-size: 20px;
    }

    .spinblastpoker_reviews__items{
        gap: 8px;
    }

    .spinblastpoker_footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .spinblastpoker_footer__head{
        font-size: 18px;
    }

    .spinblastpoker_footer__text{
        font-size: 14px;
    }

    .spinblastpoker_footer__age {
        width: 42px;
        height: 20px;
        background: url(../spinblastpoker_img/spinblastpoker-footer-icon-age.webp) no-repeat center;
        background-size: 42px;
    }

    .spinblastpoker_footer__img{
        max-width: 90px;
    }

    .spinblastpoker_footer__networks{
        margin-bottom: 24px;
    }

    .spinblastpoker_footer__items{
        margin-bottom: 24px;
    }

    .spinblastpoker_footer__link{
        font-size: 13px;
    }

    .spinblastpoker_footer__links{
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .spinblastpoker_footer__nav{
        width: 100%;
    }

    .spinblastpoker_footer__sup{
        font-size: 14px;
    }

    .spinblastpoker_faq__number{
        font-size: 20px;
    }

    .modal_form__content {
        padding: 25px 20px;
    }

    .desc__top {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}