@font-face {
    font-family: inter;
    src: url("../reelvictoryplus_fonts/reelvictoryplus_inter-regular.woff2");
}

@font-face {
    font-family: Cinzel;
    src: url("../reelvictoryplus_fonts/reelvictoryplus_cinzel-bold.woff2");
}


#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: #212121;
}


.body__container {
    max-width: 1280px;
    margin: 0 auto;
}

.reelvictoryplus_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 32px;
    left: 0;
}

.reelvictoryplus_header__wrapper{
    display: flex;
    align-items: center;
    gap: 40px;
}

.reelvictoryplus_header__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    padding-top: 80px;
    border-radius: 20px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.30)), to(rgba(0, 0, 0, 0.30))), url("../reelvictoryplus_img/reelvictoryplus-header-background.webp") lightgray 0px -143.083px / 100% 128.321% no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url("../reelvictoryplus_img/reelvictoryplus-header-background.webp") lightgray 0px -143.083px / 100% 128.321% no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), url("../reelvictoryplus_img/reelvictoryplus-header-background.webp") lightgray 0px -143.083px / 100% 128.321% no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}

.reelvictoryplus_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;
}

.reelvictoryplus_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;
    background: rgba(51, 51, 51, 0.50);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 10px 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    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;
}

.reelvictoryplus_header__box {
    padding-top: 0px;
}

.reelvictoryplus_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;
}


.reelvictoryplus_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;
}

.header__link__logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.reelvictoryplus_header__buttons{
    padding-left: 0;
    list-style: none;
}

.reelvictoryplus_header__link:hover {
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.reelvictoryplus_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: #FFAF01;
    width: 150px;
    border: none;
    cursor: pointer;
    color: #000;
    font-family: Cinzel;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    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 #FFAE01;
    background: transparent;
    width: 150px;
    cursor: pointer;
    color: #fff;
    font-family: Cinzel;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    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;
}

.reelvictoryplus_header {
    padding-top: 32px;
    position: relative;
}

.reelvictoryplus_header__block {
    max-width: 757px;
    width: 100%;
}

.reelvictoryplus_header__image{
    width: 483px;
    height: 593px;
    background: url("../reelvictoryplus_img/reelvictoryplus-header-image.webp") no-repeat center;
    background-size: 483px
}

.mobile{
    display: none;
}

.reelvictoryplus_header__title {
    color: #FFF;
    font-family: Cinzel;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 90%;
    letter-spacing: -2.1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.reelvictoryplus_header__subtitle {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
    max-width: 622px;
    margin-bottom: 16px;
}

.reelvictoryplus_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: #FFAF01;
    width: 285px;
    height: 35px;
    color: #000;
    font-family: Cinzel;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.reelvictoryplus_header__btn:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}

.reelvictoryplus_choose {
    padding-bottom: 50px;
    padding-top: 100px;
}
.reelvictoryplus_choose__title {
    color: #FFF;
    text-align: center;
    font-family: Cinzel;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.reelvictoryplus_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;
}
.reelvictoryplus_choose__item {
    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: 10px;
    max-width: 305px;
    width: 100%;
    padding: 32px 16px;
    border-radius: 8px;
    background: rgba(56, 56, 56, 0.50);
}

.reelvictoryplus_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: 160px;
    height: 160px;
    background: url("../reelvictoryplus_img/reelvictoryplus-edge-image-1.webp") no-repeat center;
}

.reelvictoryplus_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: 160px;
    height: 160px;
    background: url("../reelvictoryplus_img/reelvictoryplus-edge-image-2.webp") no-repeat center;
}

.reelvictoryplus_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: 160px;
    height: 160px;
    background: url("../reelvictoryplus_img/reelvictoryplus-edge-image-3.webp") no-repeat center;
}

.reelvictoryplus_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: 160px;
    height: 160px;
    background: url("../reelvictoryplus_img/reelvictoryplus-edge-image-4.webp") no-repeat center;
}

.reelvictoryplus_choose__head {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.48px;
    margin-bottom: 10px;
}
.reelvictoryplus_choose__text {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}
.reelvictoryplus_game {
    padding-top: 50px;
    padding-bottom: 50px;
}
.reelvictoryplus_game__title {
    color: #FFF;
    text-align: center;
    font-family: Cinzel;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.reelvictoryplus_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;
}
.reelvictoryplus_game__item {
    max-width: 305px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05%, rgba(230, 184, 0, 0.75)), color-stop(99.95%, rgba(178, 34, 34, 0.75)));
    background: -o-linear-gradient(top, rgba(230, 184, 0, 0.75) 0.05%, rgba(178, 34, 34, 0.75) 99.95%);
    background: linear-gradient(180deg, rgba(230, 184, 0, 0.75) 0.05%, rgba(178, 34, 34, 0.75) 99.95%);
}
.reelvictoryplus_game__img {
    margin-bottom: 16px;
}
.reelvictoryplus_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;
}
.reelvictoryplus_game__name {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.48px;
}
.reelvictoryplus_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;
}
.reelvictoryplus_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("../reelvictoryplus_img/reelvictoryplus-game-star..webp") no-repeat center;
}
.reelvictoryplus_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: #FFAF01;
    color: #000;
    font-family: Cinzel;
    font-size: 16px;
    height: 35px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.reelvictoryplus_game__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
    color: #fff;
}
.reelvictoryplus_adventure {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("../reelvictoryplus_img/reelvictoryplus-adventure-background.webp") no-repeat center;
    background-size: cover;
}
.reelvictoryplus_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;
    border-radius: 16px;
    max-width: 846px;
    width: 100%;
    border-radius: 16px;
    padding: 36px;
    border: 2px solid #FFAF01;
    background: rgba(24, 24, 24, 0.30);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    margin: 0 auto;

}
.reelvictoryplus_adventure__title {
    color: #FFF;
    text-align: center;
    font-family: Cinzel;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.reelvictoryplus_adventure__text {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}
.reelvictoryplus_faq {
    padding-top: 50px;
    padding-bottom: 50px;
}
.reelvictoryplus_faq__title {
    color: #FFF;
    text-align: center;
    font-family: Cinzel;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.reelvictoryplus_reviews {
    padding-top: 50px;
    padding-bottom: 50px;
}
.reelvictoryplus_reviews__title {
    color: #FFF;
    text-align: center;
    font-family: Cinzel;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.reelvictoryplus_reviews__items {
    padding-left: 0;
    list-style: none;
    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;
}
.reelvictoryplus_reviews__item {
    max-width: 413px;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background: #2D2D2D;
}
.reelvictoryplus_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;
    gap: 16px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
    margin-bottom: 16px;
}
.reelvictoryplus_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: 50px;
    height: 50px;
    background: url("../reelvictoryplus_img/reelvictoryplus-reviews-icon.webp") no-repeat center;
}

.reelvictoryplus_reviews__name {
    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;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.reelvictoryplus_reviews__name::after{
    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: 104px;
    height: 20px;
    background: url("../reelvictoryplus_img/reelvictoryplus-reviews-icon-star.webp") no-repeat center;
}

.reelvictoryplus_footer {
    padding: 50px 0 20px 0;
    background: #121212;
}
.reelvictoryplus_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: 0 auto;
    margin-bottom: 36px;
}
.reelvictoryplus_footer__item {
    max-width: 413px;
    width: 100%;
}
.reelvictoryplus_footer__head {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
    margin-bottom: 8px;
}
.reelvictoryplus_footer__text {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}
.reelvictoryplus_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: 0 auto;
    margin-bottom: 36px;
}
.reelvictoryplus_footer__age {
    width: 84px;
    height: 40px;
    background: url("../reelvictoryplus_img/reelvictoryplus-footer-icon-age.webp") no-repeat center;
}
.reelvictoryplus_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;
    margin: 0 auto;
}
.reelvictoryplus_footer__sup {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.reelvictoryplus_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;

}
.reelvictoryplus_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;
}

.reelvictoryplus_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: 1240px;
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
    list-style: none;
}

.accordion__item {
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.reelvictoryplus_faq__number{
    color: rgba(255, 255, 255, 0.40);
    font-size: 24px;
    font-weight: 400;
    line-height: 110%; 
    letter-spacing: -0.48px;
}

.reelvictoryplus_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(../reelvictoryplus_img/reelvictoryplus-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: 700;
    line-height: 110%;
    letter-spacing: -0.48px;
    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: 120%;
    letter-spacing: -0.32px;
    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: 20px;
    background: #2A2A2A;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    padding: 50px 40px;;
    max-width: 600px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title {
    color: #fff;
    text-align: center;
    font-family: Cinzel;
    font-size: 30px;
    font-weight: 700;
    line-height: 90%; /* 28.8px */
    letter-spacing: -0.64px;
    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-radius: 10px;
    background: #FFF;
    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: Cinzel;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 8px;
    background: #9A9A9A;
    height: 40px;
    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: #000;
    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;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.modal_form__messagess {
    display: none;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

@media (max-width: 1290px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .reelvictoryplus_header__nav {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .reelvictoryplus_header__fixed{
        padding-left: 20px;
        padding-right: 20px;
    }

    .reelvictoryplus_header__links {
        display: none
    }

    .reelvictoryplus_header__burger {
        background: transparent;
        padding: 0;
        border: 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;
    }

    .reelvictoryplus_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
    }

    .reelvictoryplus_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .reelvictoryplus_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
    }

    .reelvictoryplus_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: rgba(51, 51, 51, 0.50);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
        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;
    }

    .reelvictoryplus_adventure__content{
        max-width: 65vw;
    }

    .reelvictoryplus_footer__item{
        max-width: 100%;
    }


    .reelvictoryplus_adventure__content{
        margin-bottom: 30px;
    }

    .reelvictoryplus_footer__items{
        gap: 24px;
    }

    .reelvictoryplus_header__image {
        width: 300px;
        height: 340px;
        background: url(../reelvictoryplus_img/reelvictoryplus-header-image.webp) no-repeat center;
        background-size: 300px;
    }

    .reelvictoryplus_header__wrap{
        padding: 32px;
        padding-top: 90px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

    .reelvictoryplus_header__block{
        padding-bottom: 32px;
    }

    .reelvictoryplus_header__title{
        font-size: 55px;
    }

    .reelvictoryplus_header__subtitle{
        font-size: 20px;
    }

    .reelvictoryplus_footer__links{
        margin-bottom: 24px;
    }
}

@media (max-width: 991px) {
    .reelvictoryplus_header__title{
        font-size: 50px;
    }

    .reelvictoryplus_choose{
        padding-top: 50px;
    }

    .reelvictoryplus_choose__title{
        font-size: 40px;
    }

    .reelvictoryplus_game__title{
        font-size: 40px;
    }

    .reelvictoryplus_adventure__content{
        max-width: 100%;
    }

    .reelvictoryplus_adventure__title{
        font-size: 40px;
    }

    .reelvictoryplus_faq__title{
        font-size: 40px;
    }

    .reelvictoryplus_adventure__content{
        margin-bottom: 14px;
    }
}

@media (max-width: 767px) {
    .reelvictoryplus_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;
    }

    .reelvictoryplus_footer__sup{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .reelvictoryplus_header__title{
        font-size: 48px;
    }

    .reelvictoryplus_header__wrap{
        -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;
        gap: 12px;
    }

    .reelvictoryplus_header__block{
        max-width: 100%;
        padding-bottom: 12px;
    }

    .reelvictoryplus_header__btn{
        margin: 0 auto;
        padding: 8px 24px;
    }

    .reelvictoryplus_header__title{
        margin-bottom: 12px;
    }

    .reelvictoryplus_header__subtitle{
        margin-bottom: 12px;
    }

    .reelvictoryplus_header__image {
        width: 257px;
        height: 310px;
        background: url(../reelvictoryplus_img/reelvictoryplus-header-image.webp) no-repeat center;
        background-size: 257px;
    }

}

@media (max-width: 575px) {
    .body__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .reelvictoryplus_header__nav {
        padding-left: 16px;
        padding-right: 16px;
        gap: 10px;
    }

    .reelvictoryplus_header__fixed {
        padding-left: 16px;
        padding-right: 16px;
        top: 16px;
    }

    .reelvictoryplus_header__title{
        font-size: 40px;
        line-height: 100%;
        word-break: break-all;
        margin-bottom: 8px;
    }

    .reelvictoryplus_header__subtitle{
        display: none;
    }

    .reelvictoryplus_header {
        padding-top: 16px;
    }

    .reelvictoryplus_choose{
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .reelvictoryplus_choose__title{
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 100%;
    }

    .reelvictoryplus_choose__item{
        gap: 8px;
        max-width: 100%;
        padding: 16px;
    }

    .reelvictoryplus_choose__head{
        font-size: 20px;
        margin-bottom: 8px;
    }

    .reelvictoryplus_choose__text{
        font-size: 14px;
    }

    .reelvictoryplus_choose__items{
        gap: 8px;
    }

    .reelvictoryplus_choose__item:nth-child(1)::before {
        max-width: 130px;
        height: 130px;
        background: url(../reelvictoryplus_img/reelvictoryplus-edge-image-1.webp) no-repeat center;
        background-size: 130px;
    }

    .reelvictoryplus_choose__item:nth-child(2)::before {
        max-width: 130px;
        height: 130px;
        background: url(../reelvictoryplus_img/reelvictoryplus-edge-image-2.webp) no-repeat center;
        background-size: 130px;
    }

    .reelvictoryplus_choose__item:nth-child(3)::before {
        max-width: 130px;
        height: 130px;
        background: url(../reelvictoryplus_img/reelvictoryplus-edge-image-3.webp) no-repeat center;
        background-size: 130px;
    }
    .reelvictoryplus_choose__item:nth-child(4)::before {
        max-width: 130px;
        height: 130px;
        background: url(../reelvictoryplus_img/reelvictoryplus-edge-image-4.webp) no-repeat center;
        background-size: 130px;
    }

    .reelvictoryplus_game {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .reelvictoryplus_game__title{
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 100%;
    }

    .reelvictoryplus_game__name{
        font-size: 20px;
        text-align: center;
    }

    .reelvictoryplus_game__items{
        gap: 12px;
    }

    .reelvictoryplus_adventure__title{
        font-size: 32px;
        margin-bottom: 16px;
        line-height: 100%;
        word-break: break-all;
    }

    .reelvictoryplus_adventure__text{
        font-size: 14px;
    }

    .reelvictoryplus_adventure {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .reelvictoryplus_faq {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .reelvictoryplus_faq__title{
        font-size: 32px;
        margin-bottom: 16px;
        text-align: center;
    }

    .accordion__header{
        font-size: 20px;
        gap: 8px;
    }

    .accordion__item{
        padding: 16px 4px;
    }

    .accordion__content{
        font-size: 14px;
    }

    .reelvictoryplus_footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .reelvictoryplus_footer__age {
        width: 42px;
        height: 20px;
        background: url(../reelvictoryplus_img/reelvictoryplus-footer-icon-age.webp) no-repeat center;
        background-size: 42px;
    }

    .reelvictoryplus_footer__img{
        max-width: 90px;
    }

    .reelvictoryplus_footer__networks{
        margin-bottom: 24px;
    }

    .reelvictoryplus_footer__items{
        margin-bottom: 24px;
    }

    .reelvictoryplus_footer__link{
        font-size: 13px;
    }

    .reelvictoryplus_footer__links{
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .reelvictoryplus_footer__nav{
        width: 100%;
    }

    .reelvictoryplus_footer__sup{
        font-size: 14px;
        text-align: right;
    }

    .modal_form__content {
        padding: 25px 20px;
    }

    .desc__top {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .reelvictoryplus_game__img{
        margin-bottom: 8px;
    }

    .reelvictoryplus_game__center{
        margin-bottom: 8px;
    }

    .reelvictoryplus_header__wrap {
        padding: 30px 16px;
        padding-bottom: 0;
        padding-top: 80px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .reelvictoryplus_footer__bottom{
        -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;
        align-items: flex-start;
        gap: 24px;
    }

    .reelvictoryplus_game__item{
        padding: 16px;
    }

    .reelvictoryplus_game__link{
        padding: 8px 24px;
        font-size: 16px;
    }

    .reelvictoryplus_game__rating{
        font-size: 18px;
    }

    .reelvictoryplus_header__logo{
        max-width: 197px;
    }

    .menu{
        top: 54px;
    }

    .header__link_1{
        width: auto;
    }
    .header__link_2{
        width: auto;
    }

    .reelvictoryplus_faq__number{
        font-size: 20px;
    }

    .accordion__header{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .reelvictoryplus_adventure__wrap{
        padding: 16px;
    }

    .reelvictoryplus_reviews{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .reelvictoryplus_reviews__title{
        font-size: 32px;
        margin-bottom: 16px;
    }

    .reelvictoryplus_reviews__item{
        padding: 16px;
    }

    .reelvictoryplus_reviews__text::before {
        width: 30px;
        height: 30px;
        background: url(../reelvictoryplus_img/reelvictoryplus-reviews-icon.webp) no-repeat center;
        background-size: 30px;
    }

    .reelvictoryplus_reviews__text{
        gap: 8px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .reelvictoryplus_reviews__name{
        font-size: 14px;
    }

    .reelvictoryplus_reviews__items{
        gap: 8px;
    }

    .reelvictoryplus_footer__text{
        font-size: 14px;
    }

    .reelvictoryplus_header__btn{
        width: 100%
    }
}