@font-face {
    font-family: roboto;
    src: url("../royalljackpots_fonts/royalljackpots_roboto-regular.woff2");
}

@font-face {
    font-family: "Passion One";
    src: url("../royalljackpots_fonts/royalljackpots_passionone-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: roboto;
    background: #1F1F1F;
}


.body__container {
    max-width: 1340px;
    margin: 0 auto;
}

.royalljackpots_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 32px;
    left: 0;
}

.royalljackpots_header__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 80px;
    padding-top: 80px;
    background: url("../royalljackpots_img/royalljackpots-header-background.webp") no-repeat center center;
    background-size: cover;
    border-radius: 16px;
    border: 2px solid #F6B235;
}

.royalljackpots_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;
}

.royalljackpots_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(255, 255, 255, 0.20);
    -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: 1340px;
    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;
}

.royalljackpots_header__box {
    padding-top: 0px;
}

.royalljackpots_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: 40px;
}


.royalljackpots_header__link{
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 500;
    line-height: 155%; 
    -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;
}

.royalljackpots_header__buttons{
    padding-left: 0;
    list-style: none;
}

.royalljackpots_header__link:hover {
    color: #000;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.royalljackpots_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: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#41C3FF), to(#0492DF));
    background: -o-linear-gradient(top, #41C3FF 0%, #0492DF 100%);
    background: linear-gradient(180deg, #41C3FF 0%, #0492DF 100%);
    -webkit-box-shadow: 0 0 6px 0 #084D82 inset;
            box-shadow: 0 0 6px 0 #084D82 inset;
    border: none;
    cursor: pointer;
    color: #fff;
    font-family: "Passion One";
    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: 10px;
    border: 2px solid #FFF;
    background: transparent;
    cursor: pointer;
    color: #fff;
    font-family: "Passion One";
    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;
}

.royalljackpots_header {
    padding-top: 32px;
    position: relative;
}

.royalljackpots_header__block {
    max-width: 581px;
    width: 100%;
}

.royalljackpots_header__image{
    width: 599px;
    height: 599px;
    background: url("../royalljackpots_img/royalljackpots-header-image.webp") no-repeat center;
    background-size: 599px
}

.mobile{
    display: none;
}

.royalljackpots_header__title {
    color: #FFF;
    font-family: "Passion One";
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.royalljackpots_header__subtitle {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
}

.royalljackpots_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: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#41C3FF), to(#0492DF));
    background: -o-linear-gradient(top, #41C3FF 0%, #0492DF 100%);
    background: linear-gradient(180deg, #41C3FF 0%, #0492DF 100%);
    -webkit-box-shadow: 0 0 6px 0 #084D82 inset;
            box-shadow: 0 0 6px 0 #084D82 inset;
    width: 246px;
    color: #fff;
    font-family: "Passion One";
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; 
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.royalljackpots_header__btn:hover{
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
}

.royalljackpots_choose {
    padding-bottom: 50px;
    padding-top: 50px;
}
.royalljackpots_choose__title {
    color: #FFF;
    text-align: center;
    font-family: "Passion One";
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.royalljackpots_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;
}
.royalljackpots_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: 18px;
    max-width: 386px;
    width: 100%;
    padding: 30px;
    border-radius: 16px;
    border: 2px solid #F6B235;
    background: -o-linear-gradient(229deg, rgba(53, 53, 53, 0.00) -0.04%, #F5B135 93.61%);
    background: linear-gradient(221deg, rgba(53, 53, 53, 0.00) -0.04%, #F5B135 93.61%);
}

.royalljackpots_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: 261px;
    height: 250px;
    background: url("../royalljackpots_img/royalljackpots-choose-image-1.webp") no-repeat center;
}
.royalljackpots_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: 261px;
    height: 250px;
    background: url("../royalljackpots_img/royalljackpots-choose-image-2.webp") no-repeat center;
}
.royalljackpots_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: 261px;
    height: 250px;
    background: url("../royalljackpots_img/royalljackpots-choose-image-3.webp") no-repeat center;
}

.royalljackpots_choose__head {
    color: #FFF;
    text-align: center;
    font-family: "Passion One";
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.royalljackpots_choose__text {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.royalljackpots_game {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url("../royalljackpots_img/royalljackpots-game-background.webp") no-repeat center;
    background-size: cover;
}
.royalljackpots_game__title {
    color: #FFF;
    text-align: center;
    font-family: "Passion One";
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.royalljackpots_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;
}
.royalljackpots_game__item {
    max-width: 300px;
    width: 100%;
    padding: 20px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(7.5px);
            backdrop-filter: blur(7.5px);
}
.royalljackpots_game__img {
    margin-bottom: 16px;
}
.royalljackpots_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;
}
.royalljackpots_game__name {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
}
.royalljackpots_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: normal;
    letter-spacing: 0.9px;
}
.royalljackpots_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("../royalljackpots_img/royalljackpots-game-star..webp") no-repeat center;
}
.royalljackpots_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: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#41C3FF), to(#0492DF));
    background: -o-linear-gradient(top, #41C3FF 0%, #0492DF 100%);
    background: linear-gradient(180deg, #41C3FF 0%, #0492DF 100%);
    -webkit-box-shadow: 0 0 6px 0 #084D82 inset;
            box-shadow: 0 0 6px 0 #084D82 inset;
    color: #fff;
    font-family: "Passion One";
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.royalljackpots_game__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #000;
}
.royalljackpots_adventure {
    padding-top: 50px;
    padding-bottom: 50px;
}
.royalljackpots_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;
    border: 2px solid #F6B235;
    background: url("../royalljackpots_img/royalljackpots-adventure-background.webp") no-repeat center;
    background-size: cover;
}
.royalljackpots_adventure__images {
    width: 599px;
    height: 599px;
    background: url("../royalljackpots_img/royalljackpots-header-image.webp") no-repeat center;
    background-size: 599px
}
.royalljackpots_adventure__content {
    max-width: 603px;
    width: 100%;
}
.royalljackpots_adventure__title {
    color: #FFF;
    font-family: "Passion One";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.royalljackpots_adventure__text {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.royalljackpots_faq {
    padding-top: 50px;
    padding-bottom: 50px;
}
.royalljackpots_faq__title {
    color: #FFF;
    text-align: center;
    font-family: "Passion One";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.royalljackpots_reviews {
    padding-top: 50px;
    padding-bottom: 50px;
}
.royalljackpots_reviews__title {
    color: #FFF;
    text-align: center;
    font-family: "Passion One";
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.royalljackpots_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: 40px;
    padding-left: 0;
    list-style: none;
}
.royalljackpots_reviews__item {
    max-width: 387px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #F6B235;
    background: #353535;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
}
.royalljackpots_reviews__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.royalljackpots_reviews__name {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.royalljackpots_reviews__header{
    margin-bottom: 10px;
}
.royalljackpots_footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #303030;
}
.royalljackpots_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: 40px;
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.royalljackpots_footer__item {
    max-width: 600px;
    width: 100%;
}
.footer__item{
    max-width: 100%;
}
.royalljackpots_footer__head {
    color: #FFF;
    font-family: "Passion One";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 26px */
    margin-bottom: 16px;
}
.reviews__header_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.reviews__header_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: 56px;
    height: 56px;
    background: url("../royalljackpots_img/royalljackpots-reviews-avatar-1.webp") no-repeat center;
}
.reviews__header_2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.reviews__header_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: 56px;
    height: 56px;
    background: url("../royalljackpots_img/royalljackpots-reviews-avatar-2.webp") no-repeat center;
}
.reviews__header_3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
}
.reviews__header_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: 56px;
    height: 56px;
    background: url("../royalljackpots_img/royalljackpots-reviews-avatar-3.webp") no-repeat center;
}
.reviews__name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.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: 126px;
    height: 22px;
    background: url("../royalljackpots_img/royalljackpots-reviews-icon-star.webp") no-repeat center;
}
.royalljackpots_footer__text {
    color: rgba(255, 255, 255, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.royalljackpots_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;
    max-width: 1240px;
    margin: 0 auto;
    margin-bottom: 36px;
}
.royalljackpots_footer__age {
    width: 84px;
    height: 40px;
    background: url("../royalljackpots_img/royalljackpots-footer-icon-age.webp") no-repeat center;
}
.royalljackpots_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;
    max-width: 1240px;
    margin: 0 auto;
}
.royalljackpots_footer__sup {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.royalljackpots_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;

}
.royalljackpots_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;
}

.royalljackpots_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 {
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid #FFF;
    padding: 24px;
}

.royalljackpots_faq__arrow {
    position: absolute;
    right: 0;
    top: 30%;
    -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(../royalljackpots_img/royalljackpots-guide-icon-arrow.webp);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__arrow_rotated {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion__header {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    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: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 20px;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

.accordion__item_show{
    border-radius: 15px;
    background: -webkit-gradient(linear, right top, left top, from(#F5B135), color-stop(50%, #E49707), to(#F5B135));
    background: -o-linear-gradient(right, #F5B135 0%, #E49707 50%, #F5B135 100%);
    background: linear-gradient(270deg, #F5B135 0%, #E49707 50%, #F5B135 100%);
}

.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: "Passion One";
    font-size: 26px;
    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;
    border: 1px solid #A0949B;
    background: #FFF;
    padding: 14px;
    width: 100%;
    margin-bottom: 14px;
    color: #02101B;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.modal_form__input::-webkit-input-placeholder {
    color: #02101B;
}

.modal_form__input::-moz-placeholder {
    color: #02101B;
}

.modal_form__input:-ms-input-placeholder {
    color: #02101B;
}

.modal_form__input::-ms-input-placeholder {
    color: #02101B;
}

.modal_form__input::placeholder {
    color: #02101B;
}

.modal_form__btn {
    color: #FFF;
    font-family: "Passion One";
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#41C3FF), to(#0492DF));
    background: -o-linear-gradient(top, #41C3FF 0%, #0492DF 100%);
    background: linear-gradient(180deg, #41C3FF 0%, #0492DF 100%);
    -webkit-box-shadow: 0 0 6px 0 #084D82 inset;
            box-shadow: 0 0 6px 0 #084D82 inset;
    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;
    }

    .royalljackpots_header__nav {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .royalljackpots_header__fixed{
        padding-left: 20px;
        padding-right: 20px;
    }

    .royalljackpots_header__links {
        display: none
    }

    .royalljackpots_header__burger {
        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;
    }

    .royalljackpots_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
    }

    .royalljackpots_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0
    }

    .royalljackpots_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
    }

    .royalljackpots_header__line {
        height: 2px;
        background-color: #000;
        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(255, 255, 255, 0.20);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 56px;
        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;
    }

    .royalljackpots_adventure__content{
        max-width: 65vw;
    }

    .royalljackpots_footer__item{
        max-width: 100%;
    }

    .royalljackpots_adventure__images {
        width: 300px;
        height: 300px;
        background: url(../royalljackpots_img/royalljackpots-header-image.webp) no-repeat center;
        background-size: 300px;
    }

    .royalljackpots_adventure__wrap{
        padding: 30px 16px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }


    .royalljackpots_reviews__items{
        gap: 24px;
    }

    .royalljackpots_footer__items{
        gap: 24px;
    }

    .royalljackpots_header__image {
        width: 300px;
        height: 300px;
        background: url(../royalljackpots_img/royalljackpots-header-image.webp) no-repeat center;
        background-size: 300px;
    }

    .royalljackpots_header__wrap{
        padding: 32px;
        padding-top: 80px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .royalljackpots_header__title{
        font-size: 55px;
    }

    .royalljackpots_header__subtitle{
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .royalljackpots_header__title{
        font-size: 50px;
    }

    .royalljackpots_choose{
        padding-top: 50px;
    }

    .royalljackpots_choose__title{
        font-size: 40px;
    }

    .royalljackpots_game__title{
        font-size: 40px;
    }

    .royalljackpots_adventure__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .royalljackpots_adventure__content{
        max-width: 100%;
    }

    .royalljackpots_adventure__title{
        font-size: 40px;
    }

    .royalljackpots_faq__title{
        font-size: 40px;
    }

    .royalljackpots_reviews__title{
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .royalljackpots_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;
    }

    .royalljackpots_footer__sup{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }

    .royalljackpots_header__title{
        font-size: 48px;
    }

    .royalljackpots_choose__item{
        max-width: 100%;
    }

    .royalljackpots_header__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
    }

    .royalljackpots_header__block{
        max-width: 100%;
    }

    .royalljackpots_header__btn{
        margin: 0 auto;
    }

    .royalljackpots_header__title{
        margin-bottom: 12px;
    }

    .royalljackpots_header__subtitle{
        margin-bottom: 12px;
    }

    .royalljackpots_header__image {
        width: 257px;
        height: 257px;
        background: url(../royalljackpots_img/royalljackpots-header-image.webp) no-repeat center;
        background-size: 257px;
    }

    .royalljackpots_adventure__images {
        width: 257px;
        height: 257px;
        background: url(../royalljackpots_img/royalljackpots-header-image.webp) no-repeat center;
        background-size: 257px;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .royalljackpots_header__nav {
        padding-left: 16px;
        padding-right: 16px;
        gap: 10px;
    }

    .royalljackpots_header__fixed {
        padding-left: 16px;
        padding-right: 16px;
        top: 16px;
    }

    .royalljackpots_header__title{
        font-size: 32px;
    }

    .royalljackpots_header__subtitle{
        font-size: 16px;
    }

    .royalljackpots_header {
        padding-top: 16px;
    }

    .royalljackpots_choose{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .royalljackpots_choose__title{
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 30px;
    }

    .royalljackpots_choose__item{
        gap: 14px;
    }

    .royalljackpots_choose__head{
        font-size: 18px;
        margin-bottom: 14px;
    }

    .royalljackpots_choose__text{
        font-size: 14px;
    }

    .royalljackpots_choose__items{
        gap: 40px;
    }

    .royalljackpots_game {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .royalljackpots_game__title{
        font-size: 24px;
        margin-bottom: 24px;
        line-height: 30px;
    }

    .royalljackpots_game__name{
        font-size: 20px;
        text-align: center;
    }

    .royalljackpots_game__items{
        gap: 12px;
    }

    .royalljackpots_adventure__title{
        font-size: 24px;
        margin-bottom: 14px;
        line-height: 30px;
    }

    .royalljackpots_adventure__text{
        font-size: 14px;
        margin-bottom: 15px;
    }

    .royalljackpots_adventure {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .royalljackpots_faq {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .royalljackpots_faq__title{
        font-size: 24px;
        margin-bottom: 24px;
        text-align: center;
    }

    .accordion__header{
        font-size: 16px;
        gap: 8px;
    }

    .accordion__item{
        padding: 25px 16px;
    }

    .accordion__content{
        font-size: 14px;
    }

    .royalljackpots_reviews {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .royalljackpots_reviews__title{
        font-size: 24px;
        margin-bottom: 24px;
    }

    .royalljackpots_footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .royalljackpots_footer__age {
        width: 42px;
        height: 20px;
        background: url(../royalljackpots_img/royalljackpots-footer-icon-age.webp) no-repeat center;
        background-size: 42px;
    }

    .royalljackpots_footer__img{
        max-width: 90px;
    }

    .royalljackpots_footer__networks{
        margin-bottom: 24px;
    }

    .royalljackpots_footer__items{
        margin-bottom: 24px;
    }

    .royalljackpots_footer__link{
        font-size: 13px;
    }

    .royalljackpots_footer__links{
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .royalljackpots_footer__nav{
        width: 100%;
    }

    .royalljackpots_footer__sup{
        font-size: 14px;
        text-align: right;
    }

    .modal_form__content {
        padding: 25px 20px;
    }

    .desc__top {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .royalljackpots_game__img{
        margin-bottom: 8px;
    }

    .royalljackpots_game__center{
        margin-bottom: 8px;
    }

    .royalljackpots_header__wrap {
        padding: 30px 16px;
        padding-top: 80px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .royalljackpots_footer__nav{
        margin-bottom: 24px;
    }

    .royalljackpots_footer__bottom{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }

    .royalljackpots_game__item{
        max-width: 43vw;
        padding: 12px;
    }

    .royalljackpots_game__center{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 8px;
    }

    .royalljackpots_game__link{
        padding: 10px 16px;
        font-size: 14px;
    }

    .royalljackpots_game__rating{
        font-size: 16px;
    }
}