*,
p {
    margin: 0
}

.os-apple .header .header__actions .btn__login>span,
.os-apple .header .header__actions .btn__signup>span {
    margin-bottom: -4px;
    display: block
}

@font-face {
    font-family: NeoSansProRegular;
    src: url("/files/NeoSansProRegular.otf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: NeoSansProMedium;
    src: url("/files/NeoSansProMedium.otf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: NeoSansProBold;
    src: url("/files/NeoSansProBold.otf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto-Regular;
    src: url("/files/Roboto-Regular.ttf");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Light;
    src: url("/files/Gilroy-Light.otf");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: NeoSansProRegular, sans-serif
}

* {
    padding: 0;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1
}

button {
    box-shadow: none;
    border: none;
    background: 0 0
}

button:focus {
    outline: 0
}

.left_part br,
.right_part br {
    display: none
}

.trust_pilot.desktop.footer,
.trust_pilot.tablet.footer {
    background: unset !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    height: 30px !important
}

/* added new for fortune */

.top_games_selected {
    max-width: 1400px !important;
    margin: 0 auto;
    gap: 20px !important;
}

.image_top_games {
    width: 220px !important;
    height: 304px !important;
}

@media screen and (min-width: 1440px) {
    .top_games_selected {
        flex-wrap: wrap;
    }
}

.top_game_child {
    padding-bottom: 20px;
}

.top_game_child_name {
    max-width: 220px;
}

.top_game_child:nth-child(7) {
    display: block !important;
}

/* added new for fortune */

@media screen and (min-width:1400px) {

    .banner_animation,
    .temporary_image img {
        width: 100%;
        max-width: 1920px;
        height: 800px
    }

    .banner h1,
    .banner h2 {
        font-family: NeoSansProBold, sans-serif
    }

    .banner h1,
    .banner h2 span,
    .banner h3 span {
        color: #fc0
    }

    .demo_on_hover,
    .overlay-text,
    .play_button_top_games {
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .popular_game_image::after,
    .top_game_child_image::after {
        content: '';
        top: 0;
        left: 0;
        background-color: #420f71;
        transition: opacity .3s;
        z-index: 1
    }

    .demo_on_hover,
    .play_button_popular_game,
    .play_button_top_games {
        z-index: 2;
        opacity: 0;
        pointer-events: none
    }

    .header .header__items {
        margin-left: 15% !important
    }

    .main_banner {
        position: relative;
        width: 100%
    }

    .temporary_image img {
        position: absolute;
        object-fit: cover;
        object-position: center
    }

    .banner_animation {
        position: absolute;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .header__logo_main_banner {
        padding-top: 70px;
        padding-bottom: 70px;
        width: 437px;
        text-align: center
    }

    .banner_header_container {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 7%
    }

    .banner {
        position: relative;
        background-color: rgba(75, 19, 126, .85);
        border-radius: 24px;
        border: 1px solid #6e24b6;
        width: 437px;
        height: 500px
    }

    .banner h1 {
        font-size: 110px;
        text-align: center
    }

    .banner h2,
    .banner h3,
    .banner h4,
    .banner__link span {
        color: #fff;
        text-align: center
    }

    .banner h2 {
        padding-top: 50px;
        font-size: 41px;
        font-weight: 700
    }

    .banner h3 {
        font-size: 38px;
        line-height: 1.25;
        font-family: NeoSansProRegular, sans-serif
    }

    .banner h4 {
        font-size: 20px;
        font-family: NeoSansProMedium, sans-serif;
        padding-top: 50px;
        padding-bottom: 10px
    }

    .banner__link {
        display: block;
        background: linear-gradient(to bottom, #f7c13f, #f07703);
        border: 1px solid #f59f27;
        border-radius: 100px;
        width: 300px;
        height: 80px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .modal {
        margin-top: 27px
    }

    .banner__link span {
        font-size: 36px;
        font-family: NeoSansProBold, sans-serif
    }

    .trust_pilot {
        margin-top: 103px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        row-gap: 13px;
        background: linear-gradient(to right, rgba(75, 19, 126, 0) 0, #4b137e 50%, rgba(75, 19, 126, 0) 100%);
        width: 100%;
        height: 80px
    }

    .player_win,
    .reviews_section,
    .right_part_win_amount.huge,
    .winners_section_background {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .container_inside_trust_pilot {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px
    }

    .winners_section_background_header,
    .winners_section_background_header_right {
        display: flex;
        justify-content: space-between
    }

    .container_inside_trust_pilot.first {
        gap: 3px
    }

    .trustpilot_excellent,
    .trustpilot_secure_text,
    .trustpilot_text,
    .trustpilot_verified_text {
        font-size: 20px;
        text-align: center;
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff
    }

    .trustpilot_excellent_footer,
    .trustpilot_secure_text_footer,
    .trustpilot_text_footer,
    .trustpilot_verified_text_footer {
        font-size: 16px;
        text-align: center;
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff
    }

    .header_winners,
    .header_winners_footer,
    .name_game,
    .winners_section_background_header {
        font-family: NeoSansProBold, sans-serif;
        color: #fff
    }

    .trustpilot_icon_footer {
        width: auto;
        height: 35px;
        margin-bottom: 10px
    }

    .trustpilot_secure_icon_footer,
    .trustpilot_stars_footer,
    .trustpilot_verified_icon_footer {
        width: auto;
        height: 25px
    }

    .winners_section,
    .winners_section_footer {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .header_winners,
    .header_winners_footer {
        font-size: 40px;
        line-height: 1.4;
        text-align: center
    }

    .trustpilot_icon {
        width: auto;
        height: 50px;
        margin-bottom: 15px
    }

    .winners_section_background {
        background-image: url('/fortune/assets_royal/images/winners_section/desktop_background_winner_list.png');
        width: 1134px;
        height: 753px;
        margin: 60px auto
    }

    .winners_section_background_header {
        width: 95%;
        padding-top: 30px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px
    }

    .left_part {
        padding-right: 100px
    }

    .container_popular_games_tablet,
    .mobile_arrow,
    .section_winners_mobile,
    .trust_pilot.tablet {
        display: none
    }

    .section_winners,
    .top_games {
        margin-top: 30px
    }

    .player_win {
        background-image: url('/fortune/assets_royal/images/winners_section/desktop_game_background.png');
        width: 1094px;
        height: 100px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
        display: flex;
        justify-content: space-between
    }

    .left_part_winner,
    .right_part_winner {
        display: flex;
        align-items: center
    }

    .left_part_winner,
    .name_game {
        padding-left: 20px
    }

    .right_part_winner {
        padding-right: 40px
    }

    .name_game {
        font-size: 20px;
        line-height: 1.4
    }

    .right_part_winner_name {
        font-size: 18px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .right_part_win_amount,
    .right_part_win_amount_small {
        line-height: 1.4;
        color: #10c200;
        font-family: NeoSansProMedium, sans-serif;
        font-size: 24px
    }

    .right_part_win_amount {
        padding-left: 158px
    }

    .right_part_win_amount_small {
        padding-left: 178px
    }

    .header_winners_description,
    .right_part_win_amount.huge div {
        line-height: 1.4;
        font-family: NeoSansProBold, sans-serif;
        color: #fff
    }

    .right_part_win_amount.longer {
        padding-left: 142px
    }

    .right_part_win_amount.huge {
        background-image: url('/fortune/assets_royal/images/winners_section/desktop_win_big.png');
        width: 150px;
        height: 31px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        margin-left: 90px
    }

    .right_part_win_amount.huge div {
        font-size: 24px
    }

    .header_winners_description {
        font-size: 40px;
        text-align: center;
        margin-bottom: 50px
    }

    .reviews_section {
        background-image: url('/fortune/assets_royal/images/reviews/banner_reviews_desktop.png');
        width: 100%;
        height: 700px
    }

    .header_reviews_section {
        text-align: center;
        font-size: 40px;
        line-height: 56px;
        font-family: NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff;
        padding-top: 50px;
        margin-bottom: 20px
    }

    .sub_header_reviews_section {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        font-family: NeoSansProRegular, sans-serif;
        font-weight: 400;
        color: #fff;
        margin-bottom: 40px
    }

    .review_name_person,
    .title_review {
        text-align: justify;
        font-weight: 700
    }

    .overlay-text,
    .review_name_person {
        font-size: 20px;
        line-height: 24px;
        font-family: NeoSansProRegular, sans-serif
    }

    .reviews_container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 26px;
        margin-top: 2px
    }

    .center_review,
    .left_review,
    .right_review {
        height: 430px;
        background-color: #fff;
        justify-content: flex-start;
        display: flex;
        position: relative
    }

    .left_review,
    .right_review {
        width: 322px;
        border-radius: 24px;
        border: 1px solid #6e24b6;
        flex-direction: column
    }

    .center_review {
        width: 438px;
        border-radius: 24px;
        border: 1px solid #6e24b6;
        flex-direction: column
    }

    .full_review,
    .name_review,
    .star_amount_review,
    .title_review {
        margin-left: 30px;
        margin-right: 30px
    }

    .name_review {
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        gap: 8px
    }

    .review_name_person {
        color: #330b5b
    }

    .popular_game_image,
    .review_image_person {
        position: relative;
        display: inline-block
    }

    .review_image_person img {
        width: 100%;
        height: auto;
        border-radius: 50%
    }

    .overlay-text {
        position: absolute;
        top: 50%;
        font-weight: 700;
        color: #939393
    }

    .full_review,
    .title_review {
        font-size: 16px;
        color: #330b5b;
        font-family: NeoSansProRegular, sans-serif
    }

    .star_amount_review {
        margin-bottom: 23px
    }

    .title_review {
        line-height: 26px;
        margin-bottom: 14px
    }

    .full_review {
        font-weight: 400;
        line-height: 22px;
        text-align: left
    }

    .desktop_arrow {
        display: block
    }

    .live_casinos_header,
    .top_games_header {
        margin: 0 auto 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1400px
    }

    .live_casinos_header_left,
    .top_games_header_left {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .live_casinos_selected,
    .top_games_selected {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 26px
    }

    .top_games_header_text {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #fbf8ff;
        font-family: NeoSansProRegular, sans-serif
    }

    .header_see_all {
        font-size: 24px;
        line-height: 29px;
        font-weight: 800;
        color: #f8c504;
        font-family: Roboto-Regular, sans-serif
    }

    .image_live_casinos,
    .image_top_games {
        width: 183.33px;
        height: 275px;
        border-radius: 12px
    }

    .top_game_child_image {
        position: relative;
        display: inline-block;
        overflow: hidden
    }

    .top_game_child_image::after {
        position: absolute;
        width: 100%;
        height: calc(100% - 3px);
        border-radius: 12px;
        opacity: 0
    }

    .popular_game_image:hover::after,
    .top_game_child_image:hover::after {
        opacity: .8
    }

    .play_button_top_games {
        position: absolute;
        top: 50%
    }

    .popular_game_image:hover .play_button_popular_game,
    .top_game_child_image:hover .demo_on_hover,
    .top_game_child_image:hover .play_button_top_games {
        opacity: 1;
        transition: opacity .3s
    }

    .demo_on_hover {
        font-size: 14px;
        font-weight: 600;
        color: #fecb02;
        font-family: Gilroy-Light, sans-serif;
        position: absolute;
        bottom: 20px
    }

    .demo_on_hover u {
        text-decoration: underline;
        text-underline-offset: 4px
    }

    .top_game_child_name {
        margin-top: 8px
    }

    .live_casinos {
        margin-top: 50px
    }

    .live_casinos_header_text {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #fbf8ff;
        font-family: NeoSansProRegular, sans-serif;
        margin-left: 3px
    }

    .top_game_child_name {
        font-size: 15px;
        font-weight: 400;
        color: #d9b0ff;
        font-family: Roboto-Regular, sans-serif;
        text-align: center
    }

    .live_casinos_selected.second {
        margin-top: 25px;
        margin-bottom: 70px
    }

    .background_step_main {
        position: absolute;
        width: 438px;
        height: 438px;
        left: 277px;
        top: 70px;
        background: #4c137e;
        border-radius: 24px
    }

    .background_step_arrow {
        position: absolute;
        width: 79px;
        height: 53px;
        left: 739px;
        top: 249px;
        background: #4c137e;
        transform: rotate(90deg)
    }

    .popular_games_section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .header_popular_games {
        font-size: 40px;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        font-family: NeoSansProBold, sans-serif;
        padding-bottom: 58px
    }

    .container_popular_games {
        display: flex;
        justify-content: center;
        gap: 20px
    }

    .popular_game {
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
        gap: 20px
    }

    .popular_game_name {
        font-size: 24px;
        text-align: center;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .header_steps,
    .step_header_information {
        font-family: NeoSansProBold, sans-serif;
        text-align: center
    }

    .popular_game_image img {
        display: block;
        width: 100%;
        height: auto
    }

    .popular_game_image::after {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .play_button_popular_game {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px !important;
        height: 80px !important
    }

    .arrow_between_step,
    .container_step,
    .container_step_end {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .steps_section {
        padding-bottom: 60px
    }

    .header_steps {
        font-size: 40px;
        line-height: 1.4;
        color: #fff;
        padding-bottom: 40px
    }

    .container_steps {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 40px
    }

    .container_step,
    .container_step_end {
        background-image: url('/fortune/assets_royal/images/new_step_section/step_new_color.png');
        width: 438px;
        height: 438px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center
    }

    .arrow_between_step {
        background-image: url('/fortune/assets_royal/images/new_step_section/arrow_step.png');
        width: 40px;
        height: 69px;
        margin-left: -20px
    }

    .step_header_information {
        font-size: 30px;
        text-transform: uppercase;
        padding-bottom: 10px;
        color: #fc0
    }

    .step_description_information {
        font-size: 22px;
        text-align: center;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .step_number_information {
        padding-top: 81px;
        padding-bottom: 44px
    }

    .step_description_information.first,
    .step_description_information.second {
        padding-left: 90px;
        padding-right: 90px
    }

    .step_description_information.third {
        padding-left: 70px;
        padding-right: 81px
    }

    .banner__link.step,
    .banner__link.winner {
        width: 300px;
        height: 80px
    }
}

@media screen and (min-width:1024px) and (max-width:1400px) {

    .banner,
    .main_banner,
    .trust_pilot {
        position: relative
    }

    .banner h1,
    .banner h2 {
        font-family: NeoSansProBold, sans-serif
    }

    .banner h1,
    .banner h2 span,
    .banner h3 span {
        color: #fc0
    }

    .popular_game_image::after,
    .top_game_child_image::after {
        content: '';
        top: 0;
        left: 0;
        background-color: #420f71;
        transition: opacity .3s;
        z-index: 1
    }

    .demo_on_hover,
    .play_button_popular_game,
    .play_button_top_games {
        z-index: 2;
        opacity: 0;
        pointer-events: none
    }

    .header .header__items {
        margin-left: 15% !important
    }

    .temporary_image img {
        position: absolute;
        width: 100%;
        height: 566px;
        object-fit: cover;
        object-position: center
    }

    .banner_animation {
        position: absolute;

        width: 100%;
        height: 566px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .header__logo_main_banner {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .banner_header_container {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-left: 7%;
        align-content: flex-start;
        flex-wrap: wrap
    }

    .banner {
        background-color: rgba(75, 19, 126, .85);
        border-radius: 24px;
        border: 1px solid #6e24b6;
        width: 309px;
        height: 380px
    }

    .banner h1 {
        font-size: 80px;
        text-align: center
    }

    .banner h2,
    .banner h3,
    .banner h4,
    .banner__link span {
        color: #fff;
        text-align: center
    }

    .banner h2 {
        padding-top: 40px;
        font-size: 30px;
        font-weight: 700
    }

    .banner h3 {
        font-size: 28px;
        line-height: 40px;
        font-family: NeoSansProRegular, sans-serif;
        padding: 0 14px
    }

    .banner h4 {
        font-size: 20px;
        font-family: NeoSansProMedium, sans-serif;
        padding-top: 50px;
        padding-bottom: 10px
    }

    .container_popular_games_tablet,
    .mobile_arrow,
    .section_winners_mobile,
    .space_max_win,
    .top_game_child:nth-child(7),
    .trust_pilot.tablet {
        display: none
    }

    .banner__link {
        display: block;
        background: linear-gradient(to bottom, #f7c13f, #f07703);
        border: 1px solid #f59f27;
        border-radius: 100px;
        width: 255px;
        height: 68px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .banner__link.step,
    .banner__link.winner {
        width: 300px;
        height: 80px
    }

    .modal {
        margin-top: 27px
    }

    .banner__link span {
        font-size: 34px;
        font-family: NeoSansProBold, sans-serif
    }

    .trust_pilot {
        z-index: 2;
        margin-top: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        row-gap: 13px;
        background: linear-gradient(to right, rgba(75, 19, 126, 0) 0, #4b137e 50%, rgba(75, 19, 126, 0) 100%);
        width: 100%;
        height: 80px
    }

    .reviews_section,
    .right_part_win_amount.huge,
    .winners_section_background {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .trust_pilot.desktop.footer {
        height: 30px !important;
        margin-top: 5px;
        margin-bottom: 10px !important
    }

    .trustpilot_excellent,
    .trustpilot_secure_text,
    .trustpilot_text,
    .trustpilot_verified_text {
        font-size: 20px;
        text-align: center;
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff
    }

    .trustpilot_icon {
        width: auto;
        height: 50px;
        margin-bottom: 15px
    }

    .container_inside_trust_pilot {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px
    }

    .trustpilot_excellent_footer,
    .trustpilot_secure_text_footer,
    .trustpilot_text_footer,
    .trustpilot_verified_text_footer {
        font-size: 16px;
        text-align: center;
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff
    }

    .header_winners,
    .header_winners_footer,
    .name_game,
    .winners_section_background_header {
        font-family: NeoSansProBold, sans-serif;
        color: #fff
    }

    .trustpilot_icon_footer {
        width: auto;
        height: 35px;
        margin-bottom: 10px
    }

    .trustpilot_secure_icon_footer,
    .trustpilot_stars_footer,
    .trustpilot_verified_icon_footer {
        width: auto;
        height: 25px
    }

    .header_winners_footer {
        font-size: 40px;
        line-height: 1.4;
        text-align: center
    }

    .winners_section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .header_winners {
        font-size: 36px;
        line-height: 50px;
        text-align: center
    }

    .winners_section_background {
        background-image: url('/fortune/assets_royal/images/winners_section/desktop_background_winner_list.png');
        width: 860px;
        height: 571px;
        margin: 60px auto
    }

    .player_win,
    .winners_section_background_header {
        margin-left: auto;
        margin-right: auto;
        display: flex
    }

    .winners_section_background_header {
        justify-content: space-between;
        width: 95%;
        padding-top: 30px;
        font-size: 18px
    }

    .winners_section_background_header_right {
        display: flex;
        justify-content: space-between
    }

    .left_part {
        padding-right: 100px
    }

    .section_winners {
        margin-top: 30px
    }

    .player_win {
        position: relative;
        width: 824px;
        height: 100px;
        top: 75px;
        border-radius: 24px;
        background-color: #3a0e62;
        margin-bottom: 8px;
        justify-content: space-between
    }

    .overlay-text,
    .play_button_top_games {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .left_part_winner,
    .right_part_winner {
        display: flex;
        align-items: center
    }

    .left_part_winner,
    .name_game {
        padding-left: 20px
    }

    .right_part_winner {
        padding-right: 40px
    }

    .name_game {
        font-size: 20px;
        line-height: 1.4
    }

    .right_part_winner_name {
        font-size: 18px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .right_part_win_amount,
    .right_part_win_amount_small {
        color: #10c200;
        font-family: NeoSansProMedium, sans-serif;
        font-size: 24px;
        line-height: 1.4
    }

    .right_part_win_amount {
        padding-left: 158px
    }

    .right_part_win_amount_small {
        padding-left: 178px
    }

    .right_part_win_amount.longer {
        padding-left: 142px
    }

    .right_part_win_amount.huge {
        background-image: url('/fortune/assets_royal/images/winners_section/desktop_win_big.png');
        width: 150px;
        height: 31px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        margin-left: 90px
    }

    .right_part_win_amount.huge div {
        font-size: 24px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProBold, sans-serif
    }

    .header_winners_description {
        font-size: 36px;
        line-height: 50px;
        color: #fff;
        text-align: center;
        font-family: NeoSansProBold, sans-serif;
        margin-bottom: 50px
    }

    .header_reviews_section,
    .name_review,
    .star_amount_review {
        margin-bottom: 20px
    }

    .reviews_section {
        background-image: url('/fortune/assets_royal/images/reviews/banner_reviews_desktop.webp');
        width: 100%;
        height: 700px
    }

    .header_reviews_section {
        text-align: center;
        font-size: 36px;
        line-height: 50px;
        font-family: NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff;
        padding-top: 50px
    }

    .review_name_person,
    .sub_header_reviews_section {
        font-size: 18px;
        font-family: NeoSansProRegular, sans-serif
    }

    .sub_header_reviews_section {
        text-align: center;
        line-height: 25px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 20px
    }

    .review_name_person,
    .title_review {
        text-align: justify;
        font-weight: 700
    }

    .reviews_container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 26px;
        margin-top: 2px
    }

    .center_review,
    .left_review,
    .right_review {
        height: 451px;
        background-color: #fff;
        justify-content: flex-start;
        display: flex;
        position: relative
    }

    .left_review,
    .right_review {
        width: 255px;
        border-radius: 24px;
        border: 1px solid #6e24b6;
        flex-direction: column
    }

    .center_review {
        width: 310px;
        border-radius: 24px;
        border: 1px solid #6e24b6;
        flex-direction: column
    }

    .full_review,
    .name_review,
    .star_amount_review,
    .title_review {
        margin-left: 20px;
        margin-right: 20px
    }

    .name_review {
        margin-top: 30px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        gap: 8px
    }

    .review_name_person {
        line-height: 21.5px;
        color: #330b5b
    }

    .popular_game_image,
    .review_image_person {
        position: relative;
        display: inline-block
    }

    .review_image_person img {
        width: 100%;
        height: auto;
        border-radius: 50%
    }

    .logo-link img {
        height: 45px;
        width: auto
    }

    .overlay-text {
        position: absolute;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        font-family: NeoSansProRegular, sans-serif;
        color: #939393
    }

    .full_review,
    .title_review {
        font-size: 16px;
        color: #330b5b;
        font-family: NeoSansProRegular, sans-serif
    }

    .title_review {
        margin-bottom: 10px
    }

    .full_review {
        font-weight: 400;
        line-height: 22px;
        text-align: left
    }

    .desktop_arrow {
        display: block
    }

    .live_casinos,
    .top_games {
        margin-top: 50px
    }

    .top_games_header {
        margin: 0 auto 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 860px
    }

    .live_casinos_header_left,
    .top_games_header_left {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .top_games_selected {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 10px
    }

    .top_games_header_text {
        font-size: 24px;
        line-height: 28px;
        font-weight: 800;
        color: #fbf8ff;
        font-family: NeoSansProRegular, sans-serif
    }

    .header_see_all {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #f8c504;
        font-family: Roboto-Regular, sans-serif
    }

    .image_top_games {
        width: 134.79px;
        height: 202.12px;
        border-radius: 12px
    }

    .top_game_child_image {
        position: relative;
        display: inline-block;
        overflow: hidden
    }

    .top_game_child_image::after {
        position: absolute;
        width: 100%;
        height: calc(100% - 3px);
        border-radius: 12px;
        opacity: 0
    }

    .popular_game_image:hover::after,
    .top_game_child_image:hover::after {
        opacity: .8
    }

    .play_button_top_games {
        position: absolute
    }

    .popular_game_image:hover .play_button_popular_game,
    .top_game_child_image:hover .demo_on_hover,
    .top_game_child_image:hover .play_button_top_games {
        opacity: 1;
        transition: opacity .3s
    }

    .demo_on_hover {
        font-size: 14px;
        font-weight: 600;
        color: #fecb02;
        font-family: Gilroy-Light, sans-serif;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .demo_on_hover u {
        text-decoration: underline;
        text-underline-offset: 4px
    }

    .top_game_child_name {
        margin-top: 8px
    }

    .live_casinos_header {
        margin: 0 auto 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 861px
    }

    .live_casinos_selected {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 13px;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 13px
    }

    .live_casinos_header_text {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        color: #fbf8ff;
        font-family: NeoSansProRegular, sans-serif;
        margin-left: 3px
    }

    .image_live_casinos {
        width: 134.91px;
        height: 202.37px;
        border-radius: 12px
    }

    .top_game_child_name {
        font-size: 12px;
        font-weight: 400;
        color: #d9b0ff;
        font-family: Roboto-Regular, sans-serif;
        text-align: center
    }

    .live_casinos_selected.second {
        margin-top: 25px;
        margin-bottom: 70px
    }

    .background_step_main {
        position: absolute;
        width: 438px;
        height: 438px;
        left: 277px;
        top: 70px;
        background: #4c137e;
        border-radius: 24px
    }

    .background_step_arrow {
        position: absolute;
        width: 79px;
        height: 53px;
        left: 739px;
        top: 249px;
        background: #4c137e;
        transform: rotate(90deg)
    }

    .popular_games_section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .header_popular_games {
        font-size: 40px;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        font-family: NeoSansProBold, sans-serif;
        padding-bottom: 58px
    }

    .container_popular_games {
        display: flex;
        justify-content: center;
        gap: 20px
    }

    .popular_game {
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
        gap: 20px
    }

    .popular_game_name {
        font-size: 24px;
        text-align: center;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .header_steps,
    .step_header_information {
        font-family: NeoSansProBold, sans-serif;
        text-align: center
    }

    .popular_game_image img {
        display: block;
        width: 100%;
        height: auto
    }

    .popular_game_image::after {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .play_button_popular_game {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px !important;
        height: 80px !important
    }

    .arrow_between_step,
    .container_step,
    .container_step_end {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .steps_section {
        padding-bottom: 60px
    }

    .header_steps {
        font-size: 36px;
        line-height: 50.4px;
        color: #fff;
        padding-bottom: 42px
    }

    .container_steps {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 40px
    }

    .container_step,
    .container_step_end {
        background-image: url('/fortune/assets_royal/images/new_step_section/step_new_color.png');
        width: 275.75px;
        height: 275.75px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center
    }

    .arrow_between_step {
        background-image: url('/fortune/assets_royal/images/new_step_section/arrow_step.png');
        width: 40px;
        height: 69px;
        margin-left: -20px
    }

    .step_header_information {
        font-size: 20px;
        text-transform: uppercase;
        padding-bottom: 10px;
        color: #fc0
    }

    .step_description_information {
        font-size: 16px;
        text-align: center;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .step_number_information {
        padding-top: 44.85px;
        padding-bottom: 36.73px
    }

    .step_description_information.first {
        padding-left: 15px;
        padding-right: 14.75px
    }

    .step_description_information.second {
        padding-left: 14.88px;
        padding-right: 14.88px
    }

    .step_description_information.third {
        padding-left: 14.75px;
        padding-right: 15px
    }

    .step_number_information img {
        width: 67px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {

    .banner,
    .main_banner {
        position: relative
    }

    .banner h1,
    .banner h2 {
        font-family: NeoSansProBold, sans-serif
    }

    .banner h1,
    .banner h2 span,
    .banner h3 span {
        color: #fc0
    }

    .popular_game_image::after,
    .top_game_child_image::after {
        content: '';
        top: 0;
        left: 0;
        background-color: #420f71;
        transition: opacity .3s;
        z-index: 1
    }

    .demo_on_hover,
    .play_button_popular_game,
    .play_button_top_games {
        opacity: 0;
        pointer-events: none;
        z-index: 2
    }

    .logo-link img {
        width: 222.33px;
        height: 40px
    }

    .header .header__items {
        margin-left: 15% !important
    }

    .temporary_image img {
        position: absolute;
        width: 100%;
        height: 566px;
        object-fit: cover;
        object-position: center
    }

    .banner_animation {
        position: absolute;
        width: 100%;
        height: 566px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .header__logo_main_banner {
        padding-top: 20px;
        padding-bottom: 50px
    }

    .banner_header_container {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-left: 40px;
        align-content: flex-start;
        flex-wrap: wrap
    }

    .banner {
        background-color: rgba(75, 19, 126, .95);
        width: 300px;
        height: 381px;
        border-radius: 24px;
        border: 1px solid #6e24b6;
        margin-top: 20px;
        margin-bottom: 160px
    }

    .banner h1 {
        font-size: 80px;
        text-align: center
    }

    .banner h2,
    .banner h3,
    .banner h4,
    .banner__link span {
        color: #fff;
        text-align: center
    }

    .banner h2 {
        padding-top: 40px;
        font-size: 30px;
        font-weight: 700
    }

    .banner h3 {
        font-size: 27px;
        line-height: 40px;
        font-family: NeoSansProRegular, sans-serif;
        padding: 0 14px
    }

    .banner h4 {
        font-size: 20px;
        font-family: NeoSansProMedium, sans-serif;
        padding-top: 50px;
        padding-bottom: 10px
    }

    .left_review,
    .mobile_arrow,
    .right_review,
    .section_winners_mobile,
    .space_max_win,
    .trust_pilot.desktop {
        display: none
    }

    .banner__link {
        display: block;
        background: linear-gradient(to bottom, #f7c13f, #f07703);
        border: 1px solid #f59f27;
        border-radius: 100px;
        width: 255px;
        height: 68px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .reviews_section,
    .right_part_win_amount.huge {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .center_review,
    .player_win,
    .winners_section_background {
        border-radius: 24px;
        position: relative
    }

    .banner__link.step,
    .banner__link.winner {
        width: 300px;
        height: 80px
    }

    .modal {
        margin-top: 27px
    }

    .banner__link span {
        font-size: 34px;
        font-family: NeoSansProBold, sans-serif
    }

    .trust_pilot.tablet {
        display: flex
    }

    .trust_pilot.tablet.up_part {
        padding-top: 21px;
        padding-bottom: 10px
    }

    .trust_pilot_container.tablet {
        margin-top: -108px;
        background-color: #420f71;
        width: 100%;
        height: 120px
    }

    .trust_pilot.tablet.up_part.tablet {
        padding-top: 10px;
        padding-bottom: 5px
    }

    .trust_pilot {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px
    }

    .trustpilot_excellent,
    .trustpilot_secure_text,
    .trustpilot_text,
    .trustpilot_verified_text {
        font-size: 20px;
        text-align: center;
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff
    }

    .trustpilot_icon {
        width: auto;
        height: 40px;
        margin-bottom: 10px
    }

    .container_inside_trust_pilot {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px
    }

    .trustpilot_excellent_footer,
    .trustpilot_secure_text_footer,
    .trustpilot_text_footer,
    .trustpilot_verified_text_footer {
        font-size: 16px;
        text-align: center;
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff
    }

    .header_winners,
    .header_winners_footer,
    .name_game,
    .winners_section_background_header {
        font-family: NeoSansProBold, sans-serif;
        color: #fff
    }

    .trustpilot_icon_footer {
        width: auto;
        height: 35px;
        margin-bottom: 10px
    }

    .trustpilot_secure_icon_footer,
    .trustpilot_stars_footer,
    .trustpilot_verified_icon_footer {
        width: auto;
        height: 25px
    }

    .header_winners_footer {
        font-size: 40px;
        line-height: 1.4;
        text-align: center
    }

    .trust_pilot_container.tablet.footer {
        background: unset;
        height: 100px;
        margin-top: -20px;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0 50px;
        flex-direction: column
    }

    .winners_section {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .right_part {
        padding-right: 35px
    }

    .left_part,
    .right_part {
        text-align: center
    }

    .desktop_arrow,
    .left_part br,
    .right_part br {
        display: block
    }

    .header_winners {
        font-size: 32px;
        line-height: 50px;
        text-align: center
    }

    .winners_section_background {
        width: 688px;
        height: 753px;
        top: 2px;
        left: 1px;
        background-color: #4c137e;
        margin: 60px auto
    }

    .player_win,
    .winners_section_background_header {
        margin-left: auto;
        margin-right: auto;
        display: flex
    }

    .winners_section_background_header {
        justify-content: space-between;
        width: 95%;
        padding-top: 30px;
        font-size: 18px
    }

    .winners_section_background_header_right {
        display: flex;
        justify-content: space-between
    }

    .left_part {
        padding-right: 113px
    }

    .section_winners {
        margin-top: 30px
    }

    .player_win {
        width: 659.97px;
        height: 100px;
        top: 75px;
        background-color: #3a0e62;
        margin-bottom: 8px;
        justify-content: space-between
    }

    .overlay-text,
    .play_button_top_games {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .left_part_winner,
    .right_part_winner {
        display: flex;
        align-items: center
    }

    .left_part_winner,
    .name_game {
        padding-left: 20px
    }

    .right_part_winner {
        padding-right: 40px
    }

    .name_game {
        font-size: 20px;
        line-height: 1.4
    }

    .right_part_winner_name {
        font-size: 18px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .right_part_win_amount,
    .right_part_win_amount_small {
        color: #10c200;
        font-family: NeoSansProMedium, sans-serif;
        font-size: 24px;
        line-height: 1.4
    }

    .right_part_win_amount {
        padding-left: 115px
    }

    .right_part_win_amount_small {
        padding-left: 135px
    }

    .header_reviews_section,
    .header_winners_description {
        font-size: 32px;
        line-height: 44.8px;
        text-align: center
    }

    .right_part_win_amount.longer {
        padding-left: 95px
    }

    .right_part_win_amount.huge {
        position: relative;
        background-image: url('/fortune/assets_royal/images/winners_section/desktop_win_big.png');
        width: 150px;
        height: 31px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        margin-left: 45px
    }

    .right_part_win_amount.huge div {
        font-size: 24px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProBold, sans-serif
    }

    .header_winners_description {
        color: #fff;
        font-family: NeoSansProBold, sans-serif;
        margin-bottom: 50px
    }

    .reviews_section {
        position: relative;
        background-image: url('/fortune/assets_royal/images/reviews/banner_reviews_desktop.webp');
        width: 100%;
        height: 700px
    }

    .header_reviews_section {
        font-family: NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff;
        padding-top: 50px;
        margin-bottom: 20px
    }

    .sub_header_reviews_section {
        text-align: center;
        font-size: 18px;
        line-height: 25px;
        font-family: NeoSansProRegular, sans-serif;
        font-weight: 400;
        color: #fff;
        margin-bottom: 20px
    }

    .review_name_person,
    .title_review {
        text-align: justify;
        font-weight: 700
    }

    .overlay-text,
    .review_name_person {
        font-size: 20px;
        font-family: NeoSansProRegular, sans-serif
    }

    .reviews_container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 26px;
        margin-top: 2px
    }

    .center_review {
        width: 560px;
        height: 350px;
        border: 1px solid #6e24b6;
        background-color: #fff;
        display: flex;
        justify-content: flex-start;
        flex-direction: column
    }

    .full_review,
    .name_review,
    .star_amount_review,
    .title_review {
        margin-left: 30px;
        margin-right: 30px
    }

    .name_review {
        margin-top: 30px;
        margin-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        gap: 8px
    }

    .review_name_person {
        line-height: 21.5px;
        color: #330b5b
    }

    .popular_game_image,
    .review_image_person {
        position: relative;
        display: inline-block
    }

    .review_image_person img {
        width: 100%;
        height: auto;
        border-radius: 50%
    }

    .overlay-text {
        position: absolute;
        line-height: 24px;
        font-weight: 700;
        color: #939393
    }

    .full_review,
    .title_review {
        font-size: 16px;
        color: #330b5b;
        font-family: NeoSansProRegular, sans-serif
    }

    .star_amount_review {
        margin-bottom: 30px
    }

    .title_review {
        margin-bottom: 10px
    }

    .full_review {
        font-weight: 400;
        line-height: 22px;
        text-align: left
    }

    .live_casinos,
    .top_games {
        margin-top: 50px
    }

    .live_casinos_header,
    .top_games_header {
        margin: 0 auto 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 688px
    }

    .live_casinos_header_left,
    .top_games_header_left {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .live_casinos_selected,
    .top_games_selected {
        gap: 13px;
        padding-left: 40px;
        padding-right: 10px;
        max-width: 100%;
        padding-bottom: 5px
    }

    .top_games_selected {
        display: flex;
        align-items: center;
        justify-content: center;
        display: flex;
        align-items: center;
        justify-content: start;
        overflow-x: auto
    }

    .top_games_header_text {
        font-size: 24px;
        line-height: 28px;
        font-weight: 800;
        color: #fbf8ff;
        font-family: NeoSansProRegular, sans-serif
    }

    .header_see_all {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #f8c504;
        font-family: Roboto-Regular, sans-serif
    }

    .image_top_games {
        width: 163.47px;
        height: 245.21px;
        border-radius: 12px
    }

    .top_games_selected::-webkit-scrollbar {
        display: none
    }

    .top_game_child:nth-child(7) {
        display: none
    }

    .top_game_child_image {
        position: relative;
        display: inline-block;
        overflow: hidden
    }

    .top_game_child_image::after {
        position: absolute;
        width: 100%;
        height: calc(100% - 3px);
        border-radius: 12px;
        opacity: 0
    }

    .popular_game_image:hover::after,
    .top_game_child_image:hover::after {
        opacity: .8
    }

    .play_button_top_games {
        position: absolute
    }

    .popular_game_image:hover .play_button_popular_game,
    .top_game_child_image:hover .demo_on_hover,
    .top_game_child_image:hover .play_button_top_games {
        opacity: 1;
        transition: opacity .3s
    }

    .demo_on_hover {
        font-size: 14px;
        font-weight: 600;
        color: #fecb02;
        font-family: Gilroy-Light, sans-serif;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .demo_on_hover u {
        text-decoration: underline;
        text-underline-offset: 4px
    }

    .top_game_child_name {
        margin-top: 8px
    }

    .live_casinos_selected {
        display: flex;
        align-items: center;
        justify-content: start;
        overflow-x: auto
    }

    .live_casinos_selected::-webkit-scrollbar {
        display: none
    }

    .live_casinos_header_text {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        color: #fbf8ff;
        font-family: NeoSansProRegular, sans-serif;
        margin-left: 3px
    }

    .image_live_casinos {
        width: 162.57px;
        height: 243.85px;
        border-radius: 12px
    }

    .top_game_child_name {
        font-size: 13px;
        font-weight: 400;
        color: #d9b0ff;
        font-family: Roboto-Regular, sans-serif;
        text-align: center
    }

    .live_casinos_selected.second {
        margin-top: 25px;
        margin-bottom: 70px
    }

    .background_step_main {
        position: absolute;
        width: 438px;
        height: 438px;
        left: 277px;
        top: 70px;
        background: #4c137e;
        border-radius: 24px
    }

    .background_step_arrow {
        position: absolute;
        width: 79px;
        height: 53px;
        left: 739px;
        top: 249px;
        background: #4c137e;
        transform: rotate(90deg)
    }

    .popular_games_section {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .header_popular_games {
        font-size: 40px;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        font-family: NeoSansProBold, sans-serif;
        padding-bottom: 58px
    }

    .container_popular_games_tablet {
        display: none
    }

    .container_popular_games {
        display: flex;
        justify-content: center;
        gap: 20px
    }

    .popular_game {
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
        gap: 20px
    }

    .popular_game_name {
        font-size: 24px;
        text-align: center;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .header_steps,
    .step_header_information {
        font-family: NeoSansProBold, sans-serif;
        text-align: center
    }

    .popular_game_image img {
        display: block;
        width: 100%;
        height: auto
    }

    .popular_game_image::after {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .play_button_popular_game {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px !important;
        height: 80px !important
    }

    .arrow_between_step,
    .container_step,
    .container_step_end {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .steps_section {
        padding-bottom: 60px
    }

    .header_steps {
        font-size: 32px;
        line-height: 44.8px;
        color: #fff;
        padding-bottom: 40px
    }

    .container_steps {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 40px
    }

    .container_step,
    .container_step_end {
        background-image: url('/fortune/assets_royal/images/new_step_section/step_new_color.png');
        width: 216px;
        height: 216px;
        z-index: 2;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center
    }

    .arrow_between_step {
        background-image: url('/fortune/assets_royal/images/new_step_section/arrow_step.png');
        width: 40px;
        height: 69px;
        margin-left: -20px;
        z-index: 1
    }

    .step_header_information {
        font-size: 18px;
        text-transform: uppercase;
        padding-bottom: 10px;
        color: #fc0
    }

    .step_description_information {
        font-size: 14px;
        text-align: center;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .step_number_information {
        padding-top: 36px;
        padding-bottom: 13.45px
    }

    .step_description_information.first {
        padding-left: 11px;
        padding-right: 11.08px
    }

    .step_description_information.second {
        padding-left: 10.96px;
        padding-right: 11.04px
    }

    .step_description_information.third {
        padding-left: 11px;
        padding-right: 11px
    }

    .step_number_information img {
        width: 41px;
        height: 45px
    }
}

@media screen and (max-width:767px) {

    .banner,
    .header__logo_main_banner,
    .logo-link {
        left: 50%;
        transform: translateX(-50%)
    }

    .banner h1,
    .banner h2 {
        font-family: NeoSansProBold, sans-serif
    }

    .banner h1,
    .banner h2 span,
    .banner h3 span {
        color: #fc0
    }

    .demo_on_hover,
    .play_button_top_games {
        pointer-events: none;
        position: absolute
    }

    .banner_header_container {
        position: relative;
        width: 100%;
        height: 70px
    }

    .header__logo_main_banner {
        position: absolute;
        margin-top: 15px
    }

    .logo-link img {
        height: 40px;
        width: auto
    }

    .main_banner {
        position: relative;
        /* height: calc(460 * 100vw / 488);
        max-height: 488px */
        height: calc(1259 * 100vw / 767);
        max-height: 1259px;
    }

    .banner_animation,
    .temporary_image img {
        height: calc(488 * 100vw / 460);
        max-height: 488px;


        height: calc(1259 * 100vw / 767);
        max-height: 1259px;

        position: absolute;
        width: 100%
    }

    .temporary_image img {
        object-fit: cover;
        object-position: center
    }

    .banner_animation {
        position: absolute;
        margin: 0;
        padding: 0;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat
    }

    .banner {
        position: absolute;
        background-color: rgba(75, 19, 126, .95);
        border-radius: 24px;
        border: 1px solid #6e24b6;
        width: 380px;
        height: 360px;
        margin-top: 290px
    }

    .demo_on_hover,
    .overlay-text,
    .play_button_popular_game,
    .play_button_top_games {
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .banner h1 {
        font-size: 95px;
        line-height: 110px;
        margin-bottom: -5px;
        text-align: center
    }

    .banner h2,
    .banner h3 {
        color: #fff;
        text-align: center
    }

    .banner h2 {
        padding-top: 20px;
        padding-bottom: 5px;
        font-size: 36px;
        font-weight: 700
    }

    .banner h3 {
        font-size: 32px;
        line-height: 38px;
        font-family: NeoSansProRegular, sans-serif
    }

    .banner h4 {
        font-size: 20px;
        text-align: center;
        font-family: NeoSansProMedium, sans-serif;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 10px
    }

    .banner__link span,
    .header_winners,
    .winners_section_background_header_mobile {
        color: #fff;
        font-family: NeoSansProBold, sans-serif
    }

    .banner__link {
        display: block;
        background: linear-gradient(to bottom, #f7c13f, #f07703);
        border: 1px solid #f59f27;
        border-radius: 100px;
        max-width: 300px;
        width: 270px;
        height: 64px;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .reviews_section,
    .winners_section_background {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .banner__link span {
        font-size: 30px;
        text-align: center
    }

    .winners_section {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .header_winners {
        font-size: 24px;
        line-height: 33.6px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px
    }

    .winners_section_background {
        background-image: url('/fortune/assets_royal/images/winners_section/mobile_background_winner_list.png?v=1');
        width: 366px;
        height: 450px;
        margin: 30px auto
    }

    .container_popular_games_tablet {
        padding-left: 24px
    }

    .winners_section_background_header_mobile {
        display: flex;
        justify-content: space-between;
        width: 95%;
        padding-top: 5px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px
    }

    .trustpilot_excellent,
    .trustpilot_secure_text,
    .trustpilot_text,
    .trustpilot_verified_text {
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 700;
        text-align: center;
        color: #fff
    }

    .winners_section_background_header_right {
        display: flex;
        justify-content: space-between
    }

    .left_part {
        padding-right: 100px
    }

    .container_popular_games,
    .desktop_arrow,
    .header_winners_description br,
    .section_winners,
    .trust_pilot.desktop,
    .winners_section_background_header {
        display: none
    }

    .section_winners_mobile {
        padding-top: 30px
    }

    .trust_pilot {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        list-style: none;
        gap: 20px;
        padding-top: 5px
    }

    .trust_pilot.up_part.tablet {
        padding-top: 10px
    }

    .trustpilot_excellent,
    .trustpilot_text {
        font-size: 18px
    }

    .trustpilot_secure_text,
    .trustpilot_verified_text {
        font-size: 15px
    }

    .trust_pilot_container.tablet {
        background: linear-gradient(to right, rgba(75, 19, 126, 0) 0, #4b137e 50%, rgba(75, 19, 126, 0) 100%);
        width: 100%;
        height: 90px;
        margin-top: -30px;
        position: relative;
        padding-left: 5%;
        padding-right: 5%
    }

    .popular_game_image::after,
    .top_game_child_image::after {
        content: '';
        top: 0;
        left: 0;
        background-color: #420f71;
        transition: opacity .3s;
        z-index: 1;
        opacity: 0
    }

    .container_inside_trust_pilot {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px
    }

    .trustpilot_excellent_footer,
    .trustpilot_secure_text_footer,
    .trustpilot_text_footer,
    .trustpilot_verified_text_footer {
        font-size: 16px;
        text-align: center;
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff
    }

    .trustpilot_icon_footer {
        width: auto;
        height: 35px;
        margin-bottom: 10px
    }

    .trustpilot_secure_icon_footer,
    .trustpilot_stars_footer,
    .trustpilot_verified_icon_footer {
        width: auto;
        height: 25px
    }

    .header_winners_footer {
        font-size: 40px;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        font-family: NeoSansProBold, sans-serif
    }

    .trust_pilot_container.tablet.footer {
        background: unset;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0 5px;
        flex-direction: column
    }

    .trustpilot_icon {
        width: auto;
        height: 34px;
        margin-bottom: 5px
    }

    .trustpilot_stars {
        width: 110px;
        height: auto;
    }

    .trustpilot_verified_icon {
        width: 21.95px;
        height: 22px
    }

    .trustpilot_verified {
        width: 65.84px;
        height: 13px
    }

    .trustpilot_secure_icon {
        width: 19.95px;
        height: 22px
    }

    .trustpilot_secure {
        width: 60.85px;
        height: 13px
    }

    .reviews_section {
        background-image: url('/fortune/assets_royal/images/reviews/banner_reviews_desktop.webp');
        width: 100%;
        height: 700px
    }

    .header_reviews_section {
        text-align: center;
        font-size: 30px;
        line-height: 33.6px;
        font-family: NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff;
        padding-top: 50px;
        margin-bottom: 10px
    }

    .sub_header_reviews_section {
        text-align: center;
        font-size: 18px;
        line-height: 25.2px;
        font-family: NeoSansProRegular, sans-serif;
        font-weight: 400;
        color: #fff;
        margin-bottom: 18px
    }

    .review_name_person,
    .title_review {
        text-align: justify;
        font-weight: 700
    }

    .overlay-text,
    .review_name_person {
        font-size: 20px;
        line-height: 24px;
        font-family: NeoSansProRegular, sans-serif
    }

    .reviews_container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 26px;
        margin-top: 2px
    }

    .center_review,
    .left_review,
    .right_review {
        height: 430px;
        background-color: #fff;
        justify-content: flex-start;
        position: relative
    }

    .name_review,
    .top_games {
        margin-top: 30px
    }

    .left_review,
    .right_review {
        width: 322px;
        border-radius: 24px;
        border: 1px solid #6e24b6;
        flex-direction: column;
        display: none
    }

    .center_review {
        width: 438px;
        border-radius: 24px;
        border: 1px solid #6e24b6;
        display: flex;
        flex-direction: column
    }

    .full_review,
    .name_review,
    .star_amount_review,
    .title_review {
        margin-left: 30px;
        margin-right: 30px
    }

    .name_review {
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        gap: 8px
    }

    .review_name_person {
        color: #330b5b
    }

    .popular_game_image,
    .review_image_person {
        position: relative;
        display: inline-block
    }

    .review_image_person img {
        width: 100%;
        height: auto;
        border-radius: 50%
    }

    .overlay-text {
        position: absolute;
        top: 50%;
        font-weight: 700;
        color: #939393
    }

    .full_review,
    .title_review {
        font-size: 16px;
        color: #330b5b;
        font-family: NeoSansProRegular, sans-serif
    }

    .star_amount_review {
        margin-bottom: 23px
    }

    .title_review {
        line-height: 26px;
        margin-bottom: 14px
    }

    .full_review {
        font-weight: 400;
        line-height: 22px;
        text-align: left
    }

    .mobile_arrow {
        display: block
    }

    .mobile_arrow.left {
        margin-left: 10px
    }

    .mobile_arrow.right {
        margin-right: 10px
    }

    .live_casinos_header,
    .top_games_header {
        margin: 0 25px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .live_casinos_header_left,
    .top_games_header_left {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .live_casinos_selected,
    .top_games_selected {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 13px;
        padding-left: 24px;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 5px
    }

    .top_games_header_text {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #fbf8ff;
        font-family: NeoSansProRegular, sans-serif
    }

    .header_see_all {
        font-size: 24px;
        line-height: 29px;
        font-weight: 800;
        color: #f8c504;
        font-family: Roboto-Regular, sans-serif
    }

    .image_top_games {
        width: 176px;
        height: 250px;
        border-radius: 12px
    }

    .top_game_child_image {
        position: relative;
        display: inline-block;
        overflow: hidden
    }

    .top_game_child_image::after {
        position: absolute;
        width: 100%;
        height: calc(100% - 3px);
        border-radius: 12px
    }

    .popular_game_image:hover::after,
    .top_game_child_image:hover::after {
        opacity: .8
    }

    .play_button_top_games {
        top: 50%;
        z-index: 2;
        opacity: 0
    }

    .popular_game_image:hover .play_button_popular_game,
    .top_game_child_image:hover .demo_on_hover,
    .top_game_child_image:hover .play_button_top_games {
        opacity: 1;
        transition: opacity .3s
    }

    .demo_on_hover {
        font-size: 14px;
        font-weight: 600;
        color: #fecb02;
        font-family: Gilroy-Light, sans-serif;
        bottom: 20px;
        z-index: 2;
        opacity: 0
    }

    .player_win_mobile,
    .right_part_win_amount.huge {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex
    }

    .demo_on_hover u {
        text-decoration: underline;
        text-underline-offset: 4px
    }

    .top_game_child_name {
        margin-top: 8px
    }

    .live_casinos {
        margin-top: 50px
    }

    .live_casinos_header_text {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #fbf8ff;
        font-family: NeoSansProRegular, sans-serif;
        margin-left: 3px
    }

    .image_live_casinos {
        width: 183.33px;
        height: 275px;
        border-radius: 12px
    }

    .top_game_child_name {
        font-size: 15px;
        font-weight: 400;
        color: #d9b0ff;
        font-family: Roboto-Regular, sans-serif;
        text-align: center
    }

    .live_casinos_selected.second {
        margin-top: 25px;
        margin-bottom: 20px
    }

    .player_win_mobile {
        background-image: url('/fortune/assets_royal/images/winners_section/mobile_game_background.png');
        width: 346px;
        height: 90px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
        justify-content: space-between
    }

    .left_part_winner,
    .right_part_winner {
        display: flex;
        align-items: center
    }

    .left_part_winner,
    .name_game {
        padding-left: 20px
    }

    .right_part_winner,
    .win_right_amount_big {
        padding-right: 15px
    }

    .name_game,
    .right_part_win_amount.huge div {
        font-size: 20px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProBold, sans-serif
    }

    .right_part_winner_name {
        font-size: 18px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif;
        padding-left: 15px
    }

    .right_part_win_amount,
    .right_part_win_amount_red {
        font-size: 20px;
        line-height: 1.4;
        font-family: NeoSansProMedium, sans-serif
    }

    .win_right_amount,
    .win_right_amount_big,
    .win_right_amount_bigest,
    .win_right_amount_normal,
    .win_right_amount_small {
        font-size: 20px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProMedium, sans-serif
    }

    .win_right_amount_small {
        padding-right: 45px
    }

    .win_right_amount_normal {
        padding-right: 25px
    }

    .right_part_win_amount {
        color: #10c200
    }

    .right_part_win_amount_red {
        color: red
    }

    .header_popular_games,
    .header_winners_description {
        font-size: 24px;
        font-family: NeoSansProBold, sans-serif;
        text-align: center;
        line-height: 1.4;
        color: #fff
    }

    .right_part_win_amount.huge {
        background-image: url('/fortune/assets_royal/images/winners_section/desktop_win_big.png');
        width: 150px;
        height: 31px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .popular_games_section {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .header_popular_games {
        padding-bottom: 58px
    }

    .container_popular_games_tablet {
        display: flex;
        justify-content: start;
        gap: 20px;
        overflow-x: auto;
        max-width: 100%
    }

    .popular_game {
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
        gap: 20px
    }

    .popular_game_name {
        font-size: 18px;
        text-align: center;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .header_steps,
    .step_header_information {
        font-family: NeoSansProBold, sans-serif;
        text-align: center
    }

    .popular_game_image img {
        display: block;
        width: 180px;
        height: auto
    }

    .popular_game_image::after {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .play_button_popular_game {
        position: absolute;
        top: 50%;
        width: 80px !important;
        height: 80px !important;
        z-index: 2;
        opacity: 0;
        pointer-events: none
    }

    .arrow_between_step,
    .container_step,
    .container_step_end {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .steps_section {
        padding-top: 30px;
        padding-bottom: 80px
    }

    .header_steps {
        font-size: 24px;
        line-height: 1.4;
        color: #fff;
        padding-bottom: 30px
    }

    .container_steps {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 30px
    }

    .container_step,
    .container_step_end {
        background-image: url('/fortune/assets_royal/images/new_step_section/step_background_mobile.png');
        width: 366px;
        height: 267px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center
    }

    .arrow_between_step {
        background-image: url('/fortune/assets_royal/images/new_step_section/step_arrow_mobile.png');
        width: 79px;
        height: 53px;
        margin-top: -26px
    }

    .step_header_information {
        font-size: 20px;
        text-transform: uppercase;
        padding-bottom: 10px;
        color: #fc0
    }

    .step_description_information {
        font-size: 17px;
        line-height: 25.5px;
        font-weight: 400;
        text-align: center;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .step_number_information {
        padding-top: 30px;
        padding-bottom: 14px
    }

    .step_number_information img {
        width: 100px;
        height: 100px
    }

    .step_description_information.first,
    .step_description_information.second,
    .step_description_information.third {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width:500px) and (max-width:767px) {

    .main_banner,
    .temporary_image img {
        height: calc(1259 * 100vw / 767);
        max-height: 1259px
    }

    .banner {
        margin-top: 600px;
        margin-top: calc(585 * 100vw / 767)
    }

    .main_banner {
        position: relative
    }

    .temporary_image img {
        position: absolute;
        width: auto
    }

    .trust_pilot_container.tablet.top {
        margin-top: -160px
    }
}


@media screen and (min-width:601px) and (max-width:650px) {
    .trust_pilot_container.tablet.top {
        margin-top: -135px
    }
}


@media screen and (min-width:551px) and (max-width:600px) {
    .trust_pilot_container.tablet.top {
        margin-top: -85px
    }
}

@media screen and (min-width:460px) and (max-width:550px) {
    .trust_pilot_container.tablet.top {
        margin-top: -30px
    }
}

@media screen and (min-width:420px) and (max-width:460px) {
    .trust_pilot_container.tablet.top {
        margin-top: 260px
    }
}

@media screen and (min-width:380px) and (max-width:419px) {
    .trust_pilot_container.tablet.top {
        margin-top: 310px
    }
}

@media screen and (min-width:360px) and (max-width:380px) {
    .trust_pilot_container.tablet.top {
        margin-top: 80px
    }
}

@media screen and (min-width:340px) and (max-width:360px) {
    .trust_pilot_container.tablet.top {
        margin-top: 100px
    }
}

@media screen and (min-width:320px) and (max-width:340px) {
    .trust_pilot_container.tablet.top {
        margin-top: 140px
    }
}

@media screen and (max-width:400px) {
    .trust_pilot {
        gap: 10px
    }
}


@media screen and (max-width: 460px) {
    .main_banner {
        position: relative;
        height: calc(460 * 100vw / 488);
        max-height: 488px
    }

    .banner_animation,
    .temporary_image img {
        height: calc(488 * 100vw / 460);
        max-height: 488px;
        position: absolute;
        width: 100%
    }
}

@media screen and (max-width:380px) {

    .banner,
    .header__logo_main_banner,
    .logo-link {
        left: 50%;
        transform: translateX(-50%)
    }

    .banner h1,
    .banner h2 {
        font-family: NeoSansProBold, sans-serif
    }

    .banner h1,
    .banner h2 span,
    .banner h3 span {
        color: #fc0
    }

    .banner_header_container {
        position: relative;
        width: 100%;
        height: 70px
    }

    .header__logo_main_banner {
        position: absolute;
        margin-top: 15px
    }

    .container_header {
        height: 70px
    }

    .logo-link {
        padding-top: 30px
    }

    .main_banner {
        position: relative;
        height: calc(1259 * 100vw / 767);
        max-height: 1259px
    }

    .banner {
        position: absolute;
        background-color: rgba(75, 19, 126, .95);
        border-radius: 24px;
        border: 1px solid #6e24b6;
        width: 310px;
        height: 340px;
        margin-top: 300px
    }

    .demo_on_hover,
    .overlay-text,
    .play_button_popular_game,
    .play_button_top_games {
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .banner h1 {
        font-size: 84px;
        line-height: 100px;
        text-align: center
    }

    .banner h2,
    .banner h3 {
        color: #fff;
        text-align: center
    }

    .banner h2 {
        padding-top: 15px;
        font-size: 32px;
        font-weight: 700;
        padding-bottom: 0px;
    }

    .banner h3 {
        font-size: 29px;
        line-height: 1.25;
        font-family: NeoSansProRegular, sans-serif;
        margin-bottom: 20px
    }

    .banner h4 {
        font-size: 20px;
        text-align: center;
        font-family: NeoSansProMedium, sans-serif;
        color: #fff;
        padding-top: 50px;
        padding-bottom: 10px
    }

    .banner__link span,
    .header_winners {
        font-family: NeoSansProBold, sans-serif;
        text-align: center;
        color: #fff
    }

    .banner__link {
        display: block;
        width: 280px;
        height: 59px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .banner__link span {
        font-size: 30px
    }

    .header_winners {
        font-size: 20px;
        line-height: 1.4
    }

    .container_popular_games_tablet {
        padding-left: 24px
    }

    .left_part {
        padding-right: 100px
    }

    .container_popular_games,
    .desktop_arrow,
    .header_winners_description br,
    .section_winners,
    .trust_pilot.desktop,
    .winners_section_background_header {
        display: none
    }

    .trust_pilot.tablet {
        display: flex
    }

    .trust_pilot {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        list-style: none;
        gap: 8px;
        row-gap: 10px;
        padding-top: 5px
    }

    .trustpilot_excellent,
    .trustpilot_secure_text,
    .trustpilot_text,
    .trustpilot_verified_text {
        font-size: 15px;
        text-align: center;
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 600;
        color: #fff
    }

    .trustpilot_secure_text,
    .trustpilot_verified_text {
        font-size: 13px;
        text-align: center;
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff
    }

    .trust_pilot_container.tablet {
        background: linear-gradient(to right, rgba(75, 19, 126, 0) 0, #4b137e 50%, rgba(75, 19, 126, 0) 100%);
        width: 100%;
        height: 85px;
        padding-left: 5%;
        padding-right: 5%;
        position: relative
    }

    .popular_game_image::after,
    .top_game_child_image::after {
        content: '';
        top: 0;
        left: 0;
        background-color: #420f71;
        transition: opacity .3s;
        z-index: 1;
        opacity: 0
    }

    .container_inside_trust_pilot {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px
    }

    .trustpilot_icon {
        width: auto;
        height: 30px;
    }

    .trustpilot_stars {
        width: auto;
        height: 18px
    }

    .trustpilot_verified_icon {
        width: 21.95px;
        height: 22px
    }

    .trustpilot_verified {
        width: 65.84px;
        height: 13px
    }

    .trustpilot_secure_icon {
        width: 19.95px;
        height: 22px
    }

    .trustpilot_secure {
        width: 60.85px;
        height: 13px
    }

    .trustpilot_excellent_footer,
    .trustpilot_secure_text_footer,
    .trustpilot_text_footer,
    .trustpilot_verified_text_footer {
        font-size: 12px;
        text-align: center;
        font-family: Helvetica, NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff
    }

    .trustpilot_icon_footer {
        width: auto;
        height: 35px;
        margin-bottom: 10px
    }

    .trustpilot_secure_icon_footer,
    .trustpilot_stars_footer,
    .trustpilot_verified_icon_footer {
        width: auto;
        height: 25px
    }

    .header_winners_footer {
        font-size: 40px;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        font-family: NeoSansProBold, sans-serif
    }

    .trust_pilot_container.tablet.footer {
        background: unset;
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0 5px;
        flex-direction: column
    }

    .reviews_section {
        position: relative;
        background-image: url('/fortune/assets_royal/images/reviews/banner_reviews_desktop.webp');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 700px
    }

    .header_reviews_section {
        text-align: center;
        font-size: 40px;
        line-height: 56px;
        font-family: NeoSansProRegular, sans-serif;
        font-weight: 700;
        color: #fff;
        padding-top: 50px;
        margin-bottom: 20px
    }

    .sub_header_reviews_section {
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        font-family: NeoSansProRegular, sans-serif;
        font-weight: 400;
        color: #fff;
        margin-bottom: 40px
    }

    .overlay-text,
    .review_name_person {
        font-size: 20px;
        line-height: 24px;
        font-family: NeoSansProRegular, sans-serif
    }

    .reviews_container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin-top: 2px
    }

    .center_review,
    .left_review,
    .right_review {
        height: 430px;
        background-color: #fff;
        justify-content: flex-start;
        position: relative
    }

    .left_review,
    .right_review {
        width: 322px;
        border-radius: 24px;
        border: 1px solid #6e24b6;
        flex-direction: column;
        display: none
    }

    .center_review {
        width: 438px;
        border-radius: 24px;
        border: 1px solid #6e24b6;
        display: flex;
        flex-direction: column
    }

    .full_review,
    .name_review,
    .star_amount_review,
    .title_review {
        margin-left: 30px;
        margin-right: 30px
    }

    .name_review {
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        gap: 8px
    }

    .review_name_person {
        font-weight: 700;
        text-align: justify;
        color: #330b5b
    }

    .popular_game_image,
    .review_image_person {
        position: relative;
        display: inline-block
    }

    .review_image_person img {
        width: 100%;
        height: auto;
        border-radius: 50%
    }

    .overlay-text {
        position: absolute;
        top: 50%;
        font-weight: 700;
        color: #939393
    }

    .full_review,
    .title_review {
        font-size: 16px;
        text-align: left;
        color: #330b5b;
        font-family: NeoSansProRegular, sans-serif
    }

    .star_amount_review {
        margin-bottom: 23px
    }

    .title_review {
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 14px
    }

    .full_review {
        font-weight: 400;
        line-height: 22px
    }

    .mobile_arrow {
        display: block
    }

    .mobile_arrow.left {
        margin-left: 10px
    }

    .mobile_arrow.right {
        margin-right: 10px
    }

    .top_games {
        margin-top: 80px
    }

    .live_casinos_header,
    .top_games_header {
        margin: 0 25px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .live_casinos_header_left,
    .top_games_header_left {
        display: flex;
        align-items: center;
        gap: 8px
    }

    .live_casinos_selected,
    .top_games_selected {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 13px;
        padding-left: 24px;
        max-width: 100%;
        overflow-x: auto;
        padding-bottom: 5px
    }

    .top_games_header_text {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #fbf8ff;
        font-family: NeoSansProRegular, sans-serif
    }

    .header_see_all {
        font-size: 24px;
        line-height: 29px;
        font-weight: 800;
        color: #f8c504;
        font-family: Roboto-Regular, sans-serif
    }

    .image_top_games {
        width: 176px;
        height: 250px;
        border-radius: 12px
    }

    .top_game_child_image {
        position: relative;
        display: inline-block;
        overflow: hidden
    }

    .top_game_child_image::after {
        position: absolute;
        width: 100%;
        height: calc(100% - 3px);
        border-radius: 12px
    }

    .popular_game_image:hover::after,
    .top_game_child_image:hover::after {
        opacity: .8
    }

    .play_button_top_games {
        position: absolute;
        top: 50%;
        z-index: 2;
        opacity: 0;
        pointer-events: none
    }

    .popular_game_image:hover .play_button_popular_game,
    .top_game_child_image:hover .demo_on_hover,
    .top_game_child_image:hover .play_button_top_games {
        opacity: 1;
        transition: opacity .3s
    }

    .demo_on_hover {
        font-size: 14px;
        font-weight: 600;
        color: #fecb02;
        font-family: Gilroy-Light, sans-serif;
        position: absolute;
        bottom: 20px;
        z-index: 2;
        opacity: 0;
        pointer-events: none
    }

    .demo_on_hover u {
        text-decoration: underline;
        text-underline-offset: 4px
    }

    .top_game_child_name {
        margin-top: 8px
    }

    .live_casinos {
        margin-top: 50px
    }

    .live_casinos_header_text {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        color: #fbf8ff;
        font-family: NeoSansProRegular, sans-serif;
        margin-left: 3px
    }

    .image_live_casinos {
        width: 183.33px;
        height: 275px;
        border-radius: 12px
    }

    .top_game_child_name {
        font-size: 14px;
        font-weight: 400;
        color: #d9b0ff;
        font-family: Roboto-Regular, sans-serif;
        text-align: center
    }

    .live_casinos_selected.second {
        margin-top: 25px;
        margin-bottom: 70px
    }

    .player_win_mobile,
    .winners_section_background_header_right {
        display: flex;
        justify-content: space-between
    }

    .left_part_winner,
    .right_part_winner {
        display: flex;
        align-items: center
    }

    .left_part_winner,
    .name_game {
        padding-left: 20px
    }

    .right_part_winner {
        padding-right: 15px
    }

    .name_game {
        font-size: 20px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProBold, sans-serif
    }

    .right_part_winner_name {
        font-size: 18px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif;
        padding-left: 15px
    }

    .header_popular_games,
    .header_steps,
    .header_winners_description {
        line-height: 1.4;
        font-family: NeoSansProBold, sans-serif;
        color: #fff;
        text-align: center
    }

    .right_part_win_amount.huge {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .header_winners_description {
        font-size: 20px
    }

    .popular_games_section {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .header_popular_games,
    .header_steps {
        font-size: 24px;
        padding-bottom: 58px
    }

    .container_popular_games_tablet {
        display: flex;
        justify-content: start;
        gap: 20px;
        overflow-x: auto;
        max-width: 100%
    }

    .popular_game {
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: column;
        gap: 20px
    }

    .popular_game_name {
        font-size: 18px;
        text-align: center;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .popular_game_image img {
        display: block;
        width: 180px;
        height: auto
    }

    .popular_game_image::after {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .play_button_popular_game {
        position: absolute;
        top: 50%;
        width: 80px !important;
        height: 80px !important;
        z-index: 2;
        opacity: 0;
        pointer-events: none
    }

    .arrow_between_step,
    .container_step,
    .container_step_end,
    .winners_section_background {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

    .steps_section {
        padding-top: 30px;
        padding-bottom: 80px
    }

    .container_steps {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 30px
    }

    .container_step,
    .container_step_end {
        background-image: url('/fortune/assets_royal/images/new_step_section/step_background_mobile.png');
        width: 310px;
        height: 226px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center
    }

    .arrow_between_step {
        background-image: url('/fortune/assets_royal/images/new_step_section/step_arrow_mobile.png');
        width: 79px;
        height: 53px;
        margin-top: -26px;
        z-index: -1
    }

    .step_header_information {
        font-size: 20px;
        text-transform: uppercase;
        padding-bottom: 10px;
        text-align: center;
        color: #fc0;
        font-family: NeoSansProBold, sans-serif
    }

    .step_description_information {
        font-size: 17px;
        text-align: center;
        color: #fff;
        font-family: NeoSansProRegular, sans-serif
    }

    .step_number_information {
        padding-top: 15px;
        padding-bottom: 10px
    }

    .step_number_information img {
        width: 100px;
        height: 100px
    }

    .step_description_information.first,
    .step_description_information.second {
        padding-left: 25px;
        padding-right: 25px
    }

    .step_description_information.third {
        padding-left: 15px;
        padding-right: 15px
    }

    .winners_section_background_header_mobile {
        display: flex;
        justify-content: space-between;
        width: 95%;
        padding-top: 5px;
        margin-left: auto;
        margin-right: auto;
        font-size: 18px;
        color: #fff;
        font-family: NeoSansProBold, sans-serif
    }

    .right_part_win_amount,
    .right_part_win_amount_red {
        font-family: NeoSansProMedium, sans-serif;
        font-size: 16px;
        line-height: 1.4
    }

    .winners_section_background {
        background-image: url('/winners/assets/images/winners_section/mobile_background_winner_list.png?v=1');
        width: 310px;
        height: 381px;
        margin: 30px auto
    }

    .winners_section {
        padding-top: 40px;
        padding-bottom: 30px;
        background: #420f71
    }

    .player_win_mobile,
    .right_part_win_amount.huge {
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex
    }

    .section_winners_mobile {
        padding-top: 30px
    }

    .player_win_mobile {
        background-image: url('/fortune/assets_royal/images/winners_section/mobile_game_background.png');
        width: 300px;
        height: 78px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px
    }

    .win_right_amount,
    .win_right_amount_big,
    .win_right_amount_bigest,
    .win_right_amount_normal,
    .win_right_amount_small {
        font-size: 16px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProMedium, sans-serif
    }

    .win_right_amount_small {
        padding-right: 35px
    }

    .win_right_amount_normal {
        padding-right: 20px
    }

    .win_right_amount_big {
        padding-right: 10px
    }

    .right_part_win_amount_red {
        color: red
    }

    .right_part_win_amount {
        color: #10c200
    }

    .right_part_win_amount.huge {
        background-image: url('/winners/assets/images/winners_section/desktop_win_big.png');
        width: 120px;
        height: 25px;
        text-align: center;
        justify-content: center;
        align-items: center
    }

    .right_part_win_amount.huge div {
        font-size: 16px;
        line-height: 1.4;
        color: #fff;
        font-family: NeoSansProBold, sans-serif
    }
}

.benefits .benefits__swiper,
.games .games__slide,
.swiper {
    overflow: hidden
}

.header .header__items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 21px 0;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    width: 90%
}

.header .header__logo a {
    display: flex
}

.header .header__actions {
    display: flex;
    align-items: center
}

.header .header__actions .btn__login {
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-family: NeoSansProBold, sans-serif;
    border: 1px solid #fff;
    height: 40px;
    padding: 0 30px;
    margin-right: 20px;
    transition: .3s
}

.header .header__actions .btn__login:hover {
    box-shadow: 0 13px 20px 0 rgba(255, 255, 255, .2)
}

.banner .banner__offer .banner__link:hover,
.banner__main .banner__offer a:hover,
.benefits .btn__play:hover,
.games .btn__play:hover,
.header .header__actions .btn__signup:hover {
    box-shadow: 0 13px 20px 0 rgba(255, 102, 0, .2)
}

.header .header__actions .btn__signup {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #f60;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    padding: 0 30px;
    font-family: NeoSansProBold, sans-serif;
    transition: .3s
}

.banner .banner__image .m,
.section__title br {
    display: none
}

.banner .banner__offer .banner__link,
.banner__main .banner__action a {
    background: #f60;
    text-transform: uppercase;
    padding: 0 40px;
    transition: .3s;
    font-family: NeoSansProBold, sans-serif
}

.banner .banner__image {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: -57px
}

.banner .banner__image img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top
}

.banner .banner__offer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 40px;
    width: 100%;
    max-width: 386px;
    height: 480px;
    padding: 25px;
    background-color: rgba(0, 0, 0, .251);
    margin-left: -40px;
    margin-top: 124px
}

.banner .banner__offer h1 {
    color: #fc0;
    font-size: 115px;
    text-align: center;
    font-family: NeoSansProBold, sans-serif;
    margin-bottom: 10px
}

.os-apple .banner .banner__offer h1 {
    margin-bottom: 0
}

.banner .banner__offer h2 {
    color: #fff;
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    font-family: NeoSansProBold, sans-serif
}

.os-apple .banner .banner__offer h2 {
    margin-bottom: -4px
}

.banner .banner__offer h3 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-top: 15px
}

.banner .banner__offer h3>span {
    color: #fc0
}

.banner .banner__offer .banner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    max-width: 300px;
    font-size: 24px;
    color: #fff;
    border-radius: 35px;
    margin: 35px auto
}

.os-apple .banner .banner__offer .banner__link>span {
    display: block;
    margin-bottom: -4px
}

.banner .banner__offer .banner__payments {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    flex-wrap: wrap;
    grid-gap: 15px
}

.section__title {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-family: NeoSansProBold, sans-serif;
    margin-bottom: 60px
}

.main {
    position: relative;
    margin-top: 100px
}

.jackpot .jackpot__main {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 45px 0
}

.jackpot .jackpot__main p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-family: NeoSansProBold, sans-serif;
    text-align: center
}

.footer .footer__copyright .footer__logo,
.footer .footer__copyright .footer__logos,
.jackpot .jackpot__main p br,
.winnings .container {
    display: none
}

.jackpot .jackpot__main p>span {
    color: #fc0;
    margin: 0 6px
}

.jackpot .jackpot__main>.jackpot-item-new {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #fc0;
    font-size: 24px;
    height: 40px;
    background-color: #000;
    font-family: NeoSansProBold, sans-serif;
    padding: 0 20px
}

.os-apple .jackpot .jackpot__main>.jackpot-item-new .jackpot-item {
    display: block;
    margin-bottom: -4px
}

.steps .steps__items {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 50px
}

.steps .steps__item {
    display: flex;
    align-items: center;
    padding: 0 35px 0 50px;
    width: 326px;
    height: 103px;
    clip-path: polygon(89% 0, 100% 50%, 89% 100%, 0% 100%, 11% 50%, 0 0);
    background: rgba(0, 0, 0, .251)
}

.steps .steps__item:nth-child(2),
.steps .steps__item:nth-child(3) {
    margin-left: -20px
}

.steps .step__number {
    font-size: 76px;
    line-height: 1;
    font-family: NeoSansProBold, sans-serif;
    color: #fff;
    margin-right: 10px
}

.os-apple .steps .step__number {
    margin-bottom: -15px
}

.steps .step__info p {
    font-size: 18px;
    color: #fc0;
    font-family: NeoSansProBold, sans-serif;
    margin-bottom: 2px;
    text-transform: uppercase
}

.steps .step__info span {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    letter-spacing: .4px
}

.banner__main {
    margin: 75px 0
}

.banner__main .banner__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 180px;
    border-radius: 16px;
    background: linear-gradient(90deg, #9013fe 20%, #cca9ff 70%, #fff 100%);
    width: 100%
}

.banner__main .banner__image {
    display: flex;
    align-items: end;
    height: 100%
}

.banner__main .banner__image img,
.realtime .realtime__image {
    max-width: 100%
}

.banner__main .banner__offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px 0 30px 60px;
    min-width: max-content
}

.banner__main .banner__offer h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-family: NeoSansProBold, sans-serif
}

.banner__main .banner__offer h2>span {
    color: #fc0
}

.banner__main .banner__offer h4 {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    font-family: NeoSansProBold, sans-serif;
    margin-top: 5px
}

.banner__main .banner__offer h4>span {
    color: #fc0
}

.banner__main .banner__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 60px 30px 0
}

.banner__main .banner__action a,
.winnings .winnings__items .item {
    align-items: center;
    display: flex
}

.banner__main .banner__action a {
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    height: 58px;
    width: max-content
}

.os-apple .banner__main .banner__action a>span {
    display: block;
    margin-bottom: -4px
}

.banner__main .banner__timer {
    color: #28084b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px
}

.banner__main .banner__timer>span {
    font-family: NeoSansProBold, sans-serif
}

.payments {
    margin-bottom: 20px
}

.payments .payments__list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    grid-column-gap: 30px;
    grid-row-gap: 15px
}

.payments .payments__list>li {
    display: flex
}

.games .games__items,
.winnings .winnings__items {
    position: relative
}

.winnings .winnings__items div {
    float: left;
    width: 100%
}

.winnings .winnings__slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 15px;
    background: #44076d
}

.games__slide .overlay,
.winnings .winnings__slide .overlay {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.winnings .winnings__slide .overlay.overlay--left {
    left: 0;
    background: linear-gradient(90deg, #44076d 0, rgba(50, 9, 102, 0) 100%)
}

.winnings .winnings__slide .overlay.overlay--right {
    right: 0;
    background: linear-gradient(270deg, #44076d 0, rgba(50, 9, 102, 0) 100%)
}

.games .games__items .item .item__img,
.winnings .winnings__items .item .item__img {
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat
}

.winnings .winnings__items .item span {
    font-size: 16px;
    color: #9b8cb0
}

.realtime .realtime__title,
.winnings .winnings__items .item p {
    font-family: NeoSansProBold, sans-serif;
    color: #fff;
    font-size: 24px
}

.winnings .winnings__items .item p {
    margin: 5px 0
}

.winnings .winnings__items .item .item__img {
    border-radius: 15px;
    margin-right: 20px
}

.winnings .winnings__items .item .item__img:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.winnings .winnings__items .item .item__img-1 {
    background-image: url("/images/game_icons/9_coins.jpg")
}

.winnings .winnings__items .item .item__img-2 {
    background-image: url("/images/game_icons/book_of_dead.jpg")
}

.winnings .winnings__items .item .item__img-3 {
    background-image: url("/images/game_icons/buffalo_trail_lite.jpg")
}

.winnings .winnings__items .item .item__img-4 {
    background-image: url("/images/game_icons/buffalo_trail_ultra.jpg")
}

.winnings .winnings__items .item .item__img-5 {
    background-image: url("/images/game_icons/tome_of_mandess__.jpg")
}

.games__popular .games__items .item .item__img-3,
.games__popular .games__items .item .item__img-6,
.winnings .winnings__items .item .item__img-6 {
    background-image: url("/images/game_icons/temple_tumble_megaways.jpg")
}

.winnings .winnings__items .item .item__img-7 {
    background-image: url("/images/game_icons/gates_of_hades.jpg")
}

.winnings .winnings__items .item .item__img-8 {
    background-image: url("/images/game_icons/templar_tumble.jpg")
}

.games__popular .games__items .item .item__img-1,
.winnings .winnings__items .item .item__img-9 {
    background-image: url("/images/game_icons/gates_of_olympus.jpg")
}

.games__popular .games__items .item .item__img-2,
.winnings .winnings__items .item .item__img-10 {
    background-image: url("/images/game_icons/big_bass_splash.jpg")
}

.games,
.realtime {
    margin: 90px 0
}

.realtime .realtime__main {
    display: flex;
    align-items: center;
    padding: 65px 30px 65px 65px;
    border-radius: 40px;
    background-color: #44076d
}

.realtime .realtime__title {
    margin-bottom: 50px
}

.benefits .btn__play,
.games .btn__play {
    display: flex;
    margin: 70px auto 0;
    color: #fff;
    font-size: 18px;
    height: 58px;
    border-radius: 10px;
    background: #f60;
    text-transform: uppercase;
    font-family: NeoSansProBold, sans-serif;
    transition: .3s;
    text-align: center
}

.realtime .realtime__description p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 25px
}

.realtime .realtime__description p:after {
    margin-bottom: 0
}

.games .btn__play>span,
.os-apple .benefits .btn__play>span {
    display: block;
    margin-bottom: -4px
}

.realtime .realtime__description p>a {
    color: #fc0
}

.benefits .benefits__swiper .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
    border-radius: 40px
}

.benefits .benefits__swiper .slide__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 60px 30px
}

.benefits .benefits__swiper .slide__title {
    color: #28084b;
    font-size: 24px;
    font-family: NeoSansProBold, sans-serif;
    text-align: center;
    margin-bottom: 10px
}

.benefits .benefits__swiper .slide__text {
    color: #28084b;
    font-size: 16px;
    height: 38px;
    font-weight: 600;
    text-align: center
}

.benefits .btn__play {
    align-items: center;
    justify-content: center;
    padding: 0 45px;
    width: max-content
}

.games .games__items div {
    float: left;
    width: 100%
}

.games .games__slide {
    position: relative;
    width: 100%
}

.games__slide .overlay.overlay--left {
    left: 0;
    background: linear-gradient(90deg, #340966 0, rgba(50, 9, 102, 0) 100%)
}

.games__slide .overlay.overlay--right {
    right: 0;
    background: linear-gradient(270deg, #340966 0, rgba(50, 9, 102, 0) 100%)
}

.games .games__items .item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.games .games__items .item .item__img {
    border-radius: 24px
}

.games .games__items .item .item__img:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.games .games__items .item .item__title {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 15px
}

.games__popular .games__items .item .item__img-4 {
    background-image: url("/images/game_icons/9_coins_grand_platinum_edition.jpg")
}

.games__popular .games__items .item .item__img-5 {
    background-image: url("/images/game_icons/buffalo_trail.jpg")
}

.games__hot .games__items .item .item__img-1 {
    background-image: url("/images/game_icons/live_casino/roulette_live_01.jpg")
}

.games__hot .games__items .item .item__img-2 {
    background-image: url("/images/game_icons/live_casino/blackjack_01.jpg")
}

.games__hot .games__items .item .item__img-3 {
    background-image: url("/images/game_icons/live_casino/crazy_time_01.jpg")
}

.games__hot .games__items .item .item__img-4 {
    background-image: url("/images/game_icons/live_casino/auto_lightning_roulette_01.jpg")
}

.games__hot .games__items .item .item__img-5 {
    background-image: url("/images/game_icons/live_casino/crazy_pachinko_01.jpg")
}

.games__hot .games__items .item .item__img-6 {
    background-image: url("/images/game_icons/live_casino/dream_catcher_01.jpg")
}

.games__hot .games__items .item .item__img-7 {
    background-image: url("/images/game_icons/live_casino/baccarat_live_01.jpg")
}

.games .btn__play {
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 200px
}

.footer {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 50px
}

.footer .footer__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column-gap: 25px;
    list-style: none;
    margin-bottom: 15px
}

.footer__logos.extra_icons {
    margin-bottom: 25px
}

.footer .footer__logos>li {
    display: flex
}

.footer .footer__items {
    display: flex;
    flex-direction: column;
    margin: 0 30px
}

.footer .footer__menu {
    display: flex;
    align-items: center;
    grid-column-gap: 50px;
    list-style: none;
    margin-bottom: 40px
}

.footer .footer__menu li>a {
    font-size: 16px;
    color: #9b8cb0
}

.footer .footer__copyright>p {
    font-size: 12px;
    color: #9b8cb0;
    text-align: center
}

@media (max-width:767px) {

    .banner .banner__image .d,
    .banner .banner__offer .banner__payments img:nth-child(5),
    .banner .banner__offer .banner__payments img:nth-child(6),
    .header .header__actions {
        display: none
    }

    .container {
        padding: 0 20px
    }

    .section__title {
        margin-bottom: 35px
    }

    .section__title br {
        display: block
    }

    .header {
        background: 0 0;
        height: auto
    }

    .header .header__items {
        justify-content: center;
        padding: 16px 0
    }

    .header .header__logo a>img {
        width: 179px;
        height: 33px
    }

    .banner .banner__offer {
        margin: 30px 0 0;
        padding: 0;
        width: 100%;
        height: auto;
        z-index: 2;
        background-color: transparent
    }

    .banner .banner__image {
        height: auto;
        align-items: flex-start;
        width: -moz-available;
        margin: -120px -20px 0
    }

    .banner .banner__image .m,
    .jackpot .jackpot__main p br,
    .winnings .container {
        display: block
    }

    .banner .banner__offer h1 {
        font-size: 106px;
        line-height: 100px;
        margin-bottom: 10px
    }

    .banner .banner__offer h2 {
        font-size: 32px
    }

    .banner .banner__offer .banner__link {
        margin: 35px auto 0
    }

    .main {
        margin-top: -105px
    }

    .jackpot .jackpot__main {
        flex-direction: column
    }

    .jackpot .jackpot__main>.jackpot-item-new {
        font-size: 32px;
        height: 46px;
        padding: 0 25px;
        margin-top: 10px
    }

    .banner__main .banner__content {
        flex-direction: column;
        padding: 0;
        height: auto;
        overflow: hidden;
        border-radius: 40px;
        background: linear-gradient(180deg, #9013fe 20%, #cca9ff 70%, #fff 100%)
    }

    .banner__main .banner__offer {
        padding: 30px 30px 0;
        min-width: unset
    }

    .banner__main .banner__offer h2 {
        text-align: center
    }

    .banner__main .banner__offer h2 br,
    .footer .footer__logo,
    .winnings .winnings__slide {
        display: none
    }

    .banner__main .banner__offer h4 {
        text-align: center;
        font-size: 16px;
        line-height: 20px
    }

    .banner__main .banner__action {
        margin-top: 35px;
        padding: 0
    }

    .banner__main .banner__action a,
    .benefits .btn__play,
    .games .btn__play {
        height: 52px
    }

    .banner__main .banner__image {
        order: 3;
        margin: 10px 0 -24px
    }

    .banner__main .banner__image img {
        max-width: none
    }

    .benefits .benefits__swiper {
        margin: 0 -20px
    }

    .benefits .benefits__swiper .slide__content {
        padding: 25px 24px
    }

    .benefits .benefits__swiper .swiper-slide {
        height: 416px;
        border-radius: 35px;
        opacity: .251;
        transition: .3s
    }

    .benefits .benefits__swiper .swiper-slide.swiper-slide-active {
        opacity: 1
    }

    .benefits .benefits__swiper .slide__text {
        height: auto
    }

    .payments .payments__list {
        grid-gap: 26px
    }

    .games,
    .realtime {
        margin: 75px 0
    }

    .realtime .realtime__title {
        margin-bottom: 40px;
        text-align: center
    }

    .realtime .realtime__info {
        margin-top: 25px
    }

    .realtime .realtime__description p {
        font-size: 16px;
        line-height: 22px;
        text-align: center
    }

    .steps .steps__items {
        display: flex;
        flex-direction: column;
        align-items: unset;
        padding: 10px 0 50px;
        margin: 0 0 0 -20px;
        grid-row-gap: 20px
    }

    .steps .steps__item {
        width: 100%;
        max-width: 390px;
        height: 108px;
        padding: 0 40px;
        clip-path: polygon(0% 0%, 86% 0, 100% 50%, 86% 100%, 0% 100%)
    }

    .steps .steps__item:first-child,
    .steps .steps__item:nth-child(2),
    .steps .steps__item:nth-child(3) {
        margin-left: -20px
    }

    .steps .step__info p {
        font-size: 22px
    }

    .realtime .realtime__main {
        padding: 24px;
        flex-direction: column-reverse
    }

    .games .container {
        padding: 0
    }

    .winnings .winnings__main {
        position: relative;
        width: 100%;
        height: 480px;
        padding: 40px;
        border-radius: 40px;
        background-color: #44076d
    }

    .winnings .winnings__main .overlay {
        position: absolute;
        left: 0;
        width: 100%;
        height: 20px;
        pointer-events: none;
        z-index: 10
    }

    .winnings .winnings__main .overlay.overlay--top {
        top: 0;
        background: linear-gradient(180deg, #44076d 0, rgba(50, 9, 102, 0) 100%)
    }

    .winnings .winnings__main .overlay.overlay--bottom {
        bottom: 0;
        background: linear-gradient(0deg, #44076d 0, rgba(50, 9, 102, 0) 100%)
    }

    .winnings .winnings__swiper {
        position: relative;
        height: 100%;
        overflow: hidden
    }

    .winnings .winnings__swiper .swiper-slide {
        height: 112px
    }

    .winnings .winnings__swiper .item__img>img {
        max-width: 100%;
        border-radius: 15px
    }

    .winnings .winnings__swiper .item {
        display: flex;
        align-items: center
    }

    .winnings .winnings__swiper .item span {
        font-size: 16px;
        color: #9b8cb0
    }

    .winnings .winnings__swiper .item p {
        font-size: 24px;
        color: #fff;
        font-family: NeoSansProBold, sans-serif;
        margin: 5px 0
    }

    .winnings .winnings__swiper .item .item__img {
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 15px;
        height: 112px;
        min-width: 112px;
        max-width: 112px;
        margin-right: 20px
    }

    .footer {
        padding: 0 20px 10px;
        flex-direction: column
    }

    .footer .footer__items {
        margin: 0;
        width: 100%
    }

    .footer .footer__menu {
        flex-wrap: wrap;
        grid-column-gap: 30px;
        grid-row-gap: 15px;
        justify-content: center
    }

    .footer .footer__logos {
        grid-column-gap: 26px
    }

    .footer .footer__logos li:first-child img {
        width: 25.71px;
        height: 25px
    }

    .footer .footer__logos li:nth-child(2) img {
        width: 25px;
        height: 25px
    }

    .footer .footer__logos li:nth-child(3) img {
        width: 52.5px;
        height: 25px
    }

    .footer .footer__logos li:nth-child(4) img {
        width: 81px;
        height: 25px
    }

    .footer .footer__copyright {
        display: flex;
        justify-content: center;
        align-items: center;

        padding-top: 10px;
    }

    .footer .footer__copyright .footer__logo,
    .footer .footer__copyright .footer__logos {
        display: flex;
        grid-column-gap: 10px
    }
}

@media (min-width:390px) and (max-width:420px) {
    .banner .banner__offer h1 {
        font-size: 110px;
        line-height: 100px
    }

    .banner .banner__image {
        margin: -135px -20px 0
    }
}

.payments__list li img {
    height: 30px;
    width: auto
}

@media screen and (max-width:767px) {
    .payments__list li img {
        height: 20px;
        width: auto
    }
}

@media screen and (min-width:1400px) {
    .section_winners {
        overflow: hidden;
        position: relative;
        height: 680px;
        margin-top: 20px
    }

    .winners_container {
        display: flex;
        flex-direction: column;
        animation: 60s linear infinite scroll
    }

    .player_win {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0
    }
}

@media screen and (max-width:767px) {
    .section_winners_mobile {
        overflow: hidden;
        position: relative;
        height: 440px
    }

    .winners_container_mobile {
        display: flex;
        flex-direction: column;
        animation: 60s linear infinite scroll
    }

    .player_win_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 346px;
        flex-shrink: 0;
        height: 90px
    }
}

@keyframes scroll {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

@media screen and (min-width:1921px) {

    .banner_animation,
    .temporary_image img {
        left: 50%;
        transform: translateX(-50%);
        max-width: 1920px;
        width: 100%;
        height: 800px
    }

    .banner_header_container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 1920px;
        width: 100%;
        margin-left: calc(50% - 960px + 134.4px);
        margin-right: auto
    }

    .temporary_image img {
        position: absolute;
        object-fit: cover;
        object-position: center
    }

    .banner_animation {
        position: absolute;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }
}

a,
a:hover {
    color: inherit;
    text-decoration: none
}

.cash_of_gods_win {
    width: 70px;
    height: 70px;
    border-radius: 24px
}

.swiper {
    width: 1122px;
    margin: unset !important
}

.swiper-slide {
    width: 322px !important;
    height: 430px !important;
    border-radius: 24px;
    border: 1px solid #6e24b6;
    background-color: #fff
}

.swiper-slide.swiper-slide-active {
    width: 438px !important;
    height: 430px !important;
    border-radius: 24px;
    border: 1px solid #6e24b6;
    background-color: #fff
}

.container_swipe_arrows {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px
}

@media screen and (min-width:1024px) and (max-width:1400px) {
    .section_winners {
        overflow: hidden;
        position: relative;
        height: 499px;
        margin-top: 20px
    }

    .winners_container {
        display: flex;
        flex-direction: column;
        animation: 60s linear infinite scroll
    }

    .player_win {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0
    }

    .swiper {
        width: 880px
    }

    .swiper-slide {
        width: 255px !important;
        height: 451px !important
    }

    .swiper-slide.swiper-slide-active {
        width: 310px !important;
        height: 451px !important
    }

    .container_swipe_arrows {
        gap: 22px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .section_winners {
        overflow: hidden;
        position: relative;
        height: 659px;
        margin-top: 20px
    }

    .winners_container {
        display: flex;
        flex-direction: column;
        animation: 60s linear infinite scroll
    }

    .player_win {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0
    }

    .swiper {
        width: 580px
    }

    .swiper-slide,
    .swiper-slide.swiper-slide-active {
        width: 560px !important;
        height: 350px !important
    }

    .container_swipe_arrows {
        gap: 22px
    }
}

@media screen and (min-width:380px) and (max-width:767px) {
    .swiper {
        width: 310px
    }

    .swiper-slide,
    .swiper-slide.swiper-slide-active {
        width: 280px !important;
        height: 480px !important
    }

    .container_swipe_arrows {
        gap: 22px
    }
}

@media screen and (max-width:380px) {
    .section_winners_mobile {
        overflow: hidden;
        position: relative;
        height: 370px
    }

    .player_win_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 300px;
        flex-shrink: 0;
        height: 78px
    }

    .winners_container_mobile {
        display: flex;
        flex-direction: column;
        animation: 60s linear infinite scroll
    }

    .swiper {
        width: 270px
    }

    .swiper-slide,
    .swiper-slide.swiper-slide-active {
        width: 230px !important;
        height: 550px !important
    }

    .container_swipe_arrows {
        gap: 5px
    }
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important
}

.left_arrow_review,
.right_arrow_review {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    margin-top: unset !important;
    display: block !important
}


.live_casinos_selected {
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .live_casinos_selected {
        margin-bottom: 30px;
    }
}