/* #region START */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    box-sizing: border-box;
}

html,
body {
    position: relative;
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: justify;
    /*background: url(../files/1.png) no-repeat center top;*/
    background-size: 82%;
    color: #fff;
    background: linear-gradient(0deg, rgb(5 5 5) 0%, rgb(91 77 76) 100%);
}

section {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}

nav {
    flex-basis: 20%;
    box-shadow: -25px 0px 30px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    font-size: 12px;
}

main {
    flex-basis: 80%;
    box-shadow: 25px 0px 30px rgba(0, 0, 0, 0.3);
    display: flex;
    padding: 0;
    background-color: #fff;
    padding-bottom: 20px;
}

.main__inner {
    background-color: #f3f3f3;
    width: 98%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    margin-top: 10px;
    align-items: start;
    flex-direction: column;
    padding-bottom: 20px;
}

img {
    vertical-align: bottom;
}

a,
a:visited {
    color: #000;
    text-decoration: none;
}

h3 {
    color: #000;
}

.mobilemenu {
    display: none;
}

/* #endregion */

/* #region description_text_block */
.description_text {
    display: block;
    color: #000;
}

.description_text h3 {
    color: #ff00be;
}

.table_description {
    background-color: #c4ffd7;
    display: flex;
    font-weight: bold;
    justify-content: space-around;
    margin: 20px 0px 20px 0px;
    padding: 20px;
    color: #3500aa;
}

.table_description td {
    padding-right: 20px;
}

.description_img {
    display: flex;
}

.description_img p {
    padding: 0px 30px 0px 0px;
    color: #00169d;
    font-weight: bold;
}
/* #endregion */

/* #region demo_block_text */
.demo_text {
    color: #000;
    margin: -15px 60px;
    text-align: center;
}

.demo_text_down p {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 10px 0px 10px;
}

.demo_text_down div {
    text-align: center;
}

.demo_img_foother {
    text-align: center;
    width: 850px;
    margin: 0px 0px -19px 0px;
}
/* #endregion */

/* #region NAV */
nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    color: #000;
    /*background-color: #272d3d;*/
    font-size: 16px;
    font-weight: bold;
    /*background: linear-gradient(-180deg, rgba(39,45,61,1) 50%, rgba(91,101,126,1) 100%);*/
}

.nav_info {
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
}

.nav_info_color {
    color: #abc200;
    font-weight: 600;
}

.nav_info h3 {
    color: #ff5726;

}

.nav_info .nav_info1 {
    margin: 0px 10px 0px 10px;
    text-align: left;

}

.nav_info1 p {
    margin: 10px 0px 0px 0px;
    font-weight: 300;
    text-align: justify;
    padding: 5px;

}

.nav_info1 h4 {
    margin: 0px;
}

.nav_info_img {
    width: 190px;
}

.nav_info .nav_info2 {
    margin: 0px 10px 0px 10px;
    text-align: left;

}

.nav_info2 p {
    margin: 10px 0px 0px 0px;
    font-weight: 300;
    text-align: justify;
    padding: 5px;

}

.nav_info2 h4 {
    margin: 30px 0px 0px 0px;
}

.nav_info .nav_info3 {
    margin: 0px 10px 0px 10px;
    text-align: left;

}

.nav_info3 p {
    margin: 10px 0px 0px 0px;
    font-weight: 300;
    text-align: justify;
    padding: 5px;

}

.nav_info3 h4 {
    margin: 30px 0px 0px 0px;
}

.nav_info .nav_info4 {
    margin: 0px 10px 0px 10px;
    text-align: left;

}

.nav_info4 p {
    margin: 10px 0px 0px 0px;
    font-weight: 300;
    text-align: justify;
    padding: 5px;

}

.nav_info4 h4 {
    margin: 0px;
}

.jackpot {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.jackpot h2 {
    margin: 0px;
}

.telegram {
    margin-top: 120px;
    background-image: url(../images/promotion/dekstop_telegramChanel.webp);
    height: 300px;
    width: 90%;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 10px;
}

.telegram p {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translateX(-50%);
}

/* #endregion */

/* #region HEADER */
header {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.header__list {
    list-style-type: none;
    gap: 50px;
    display: flex;
    color: #000;
    margin-left: 20px;
}

.header__s {
    width: 120px;
    height: auto;
    position: absolute;
    right: 40px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    z-index: 999;
}

/* #endregion */

/* #region SECTION */
.section {
    width: 100%;
    display: flex;
    gap: 20px;
    margin-right: 18px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.section h3 {
    margin: 0px 0 10px 0;
}

/* #endregion */

/* #region ACTIONS */
.actions {
    width: unset;
    height: 300px;
}

.actions__slick {
    width: 460px;
    border-radius: 20px;
    height: 226px;
}

.action {
    position: relative;
    width: 460px;
    height: 220px;
    background-size: cover;
    background-position: 20% center;
    border-radius: 20px;
}

.action::after {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1.9));
    position: absolute;
    bottom: 0;
    z-index: 1;
    border-radius: 20px;
}

.action__inner_top {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 90%;
    height: 60px;
    z-index: 2;
    color: #fff;
}

.action__inner_bottom {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 90%;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
    font-size: 12px;
}

.action__inner p {
    display: inline;
    line-height: 20px;
}

/* #endregion */

/* #region TRAILER */
.trailer {
    height: 300px;
}

.trailer__bg {
    width: 340px;
    height: 220px;
    border-radius: 20px;
    background-image: url(../images/promotion/october-fest-desktop.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}

.trailer__inner {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.trailer__inner_bg {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8;
    position: absolute;
    z-index: 1;
}

.trailer__inner p {
    z-index: 3;
    margin: 0 20px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    width: 50%;
}

/* #endregion */

/* #region BUTTONS */
.btn {
    width: 106px;
    height: 40px;
    border-radius: 16px;
    background-color: #ff5726;
    color: #fff;
    border: 2px solid #e07a6d;
    font-size: 14px;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn:active {
    transform: translateY(2px);
}

/* #endregion */

/* #region BEST GAMES */
/* .bestgames {
    height: 300px;
} */
.bestgames p {
    color: black;
    font-weight: 500;
    text-align: justify;
    margin: 20px 0px 23px 0px;

}

.bestgames__slick {
    width: 400px;
    height: 260px;
    border-radius: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    position: absolute;
}

.bestgame {
    position: relative;
    width: 140px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: start;
    border-radius: 20px;
    padding-top: 8px;
}

.bestgame_bg {
    cursor: pointer;
    width: 110px;
    height: 200px;
    border-radius: 20px;
    background-size: 190% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.bestgame_bg::before {
    border-radius: 20px;
    content: "";
    width: 110px;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 1.9));
    position: absolute;
    top: 40px;
    left: 15px;
}

.bestgame .btn {
    display: none;
    position: absolute;
    bottom: 15px;
    width: 80px;
}

.bestgame .btnDemo {
    display: none;
    bottom: 60px;
    background-color: #4018af;
    border: 1px solid #631cba;
}

.bestgame a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 35px;
}

.bestgame:hover .btn,
.bestgame:hover .btnDemo {
    display: block;
}

/* #endregion */
/* app_download_block */
.app_download_block{
    display: block;
    color: #000;
    margin: 0px 20px 0px 20px;
}
.app_text_img{
    display: flex;
    align-items: center;
    
}
.app_text_img p{
line-height: 30px;
}
.app_girl{
    width: 400px;
}
.app_download_block ul{
    list-style: none;
}
.app_table h4{
    margin: 20px 0px 0px 0px;
    font-weight: bold;
    color:#760650;
}
.app_download{
    margin-top: 50px;
}
#btn_android_download{
    height: 40px;
    background-color: #760650;
    border: 0px;
    border-radius: 30px;
    font-size: 14px;
    width: 240px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}
#btn_windows_download{
    height: 40px;
    background-color: #760650;
    border: 0px;
    border-radius: 30px;
    font-size: 14px;
    width: 240px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}
.app_btn{
text-align: center;    
}

/* #region GAMERS */
.gamers {
    height: 530px;
    position: relative;
}

.gamers p {
    color: black;
    font-weight: 500;
    text-align: justify;
    margin: 20px 0px 60px 0px;

}

.gamers__slick {
    width: 400px;
    height: 260px;
    border-radius: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    padding-top: 50px;
    position: absolute;
    z-index: 1;
}

.gamer_header {
    position: absolute;
    width: 99%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 6px;
    border: none;
    color: #000;
    z-index: 2;
}

.gamer {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    border: 3px solid #f3f3f3;
    color: #000;
    padding: 0 30px;
}

/* #endregion */

/* #region END */
.foother_END {
    margin: 0px 10px 50px 10px;
}

.foother_END_img {
    width: 100%;
    border-radius: 10px;
}

.foother_END h3 {
    text-align: center;
    font-size: x-large;
    font-weight: 900;
    margin-top: 50px;
    color: #072084;
}

.foother_END p {
    color: #000;
    text-align: left;
}

.END_text {
    display: flex;
    margin: 20px;
    text-align: center;
}

.END_text h4 {
    color: #072084;
}

.END_text1 {
    display: flex;
    font-size: small;
}

.END_text1 p {
    margin-left: 20px;
}

.END_color {
    color: #ff00cc;
    font-weight: bold;
}

/* #endregion */

/* #region GAMES */
.allgames {
    margin-top: 20px;
}

.allgames_text {
    color: #000;
    padding: 0px 0px 20px 0px;
    font-weight: 500px;
}

.allgames_text h2 {
    color: #ff004f;
    font-weight: bold;
}

.games {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}

.game {
    width: 148px;
    height: 100px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    gap: 0px;
}

.game_inner {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #272d3d;
    opacity: .9;
    position: absolute;
    border-radius: 10px;
}

.game .btn {
    display: none;
    z-index: 2;
    width: 70px;
    height: 30px;
}

.game .btnDemo {
    background-color: #4018af;
    border: 1px solid #631cba;
}

.game a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 30px;
}

.game:hover .game_inner,
.game:hover .btn {
    display: block;
}

.game .btn:active {
    transform: translateY(2px);
}

.gameTitleSmall {
    margin: 10px;
}

/* #endregion */

/* #region FOOTER */
footer {
    width: 100%;
    flex-wrap: wrap;
    height: 400px;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    background-color: #121111;
    box-shadow: 25px 0px 30px rgba(0, 0, 0, 0.3), -25px 0px 30px rgba(0, 0, 0, 0.3);
    position: relative;
}

.footer__inner {
    width: 85%;
    height: 290px;
    display: flex;
    gap: 70px;
}

.footer__inner a {
    color: #fff;
}

.footer__logo {
    transform: translate(-17px, 36px);
}

.footer_2 {
    flex-basis: 10%;
    text-align: left;
    padding-top: 75px;
    line-height: 30px;
}

.footer_3 {
    flex-basis: 15%;
    text-align: left;
    padding-top: 75px;
    line-height: 30px;
}

.footer_4 {
    flex-basis: 85%;

}

.footer__slick {
    width: 400px;
    height: 170px;
    padding-top: 57px;
}

.footer__info {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.footer__info h3,
.footer__info p {
    margin: 2px;
    color: #fff;
}

.footer__info h3 {
    color: #fff200;
}

.footer__end {
    position: absolute;
    right: 120px;
    bottom: 45px;
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

/* #endregion */

/* ----------------------------------------------------------*/

/* #region МЕДИА 450px */
@media (max-width: 450px) {

    nav,
    header {
        display: none;
    }

    section,
    main,
    .main__inner,
    .section {
        padding: 0px;
        margin: 0px;
    }

    main {
        flex-basis: 100%;
    }

    .main__inner {
        background-color: #f3f3f3;
        width: 100%;
        border-radius: 0px;
    }

    .section {
        flex-direction: column;
    }

    .header__s {
        width: 100px;
        position: absolute;
        right: 80px;
        top: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px 10px 10px 10px;
        background: #e6e6e6;
        z-index: 999;
    }

    .footer_4 {
        position: relative;
        top: 50px;
    }

    .blockLogo {
        height: 50px;
        left: 5px;
        position: relative;
    }

    .blockLogo .logoImg {
        position: relative;
        height: 50px;
    }

    .mobileLogoLink {
        display: block;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }

    .mobile-menu {
        list-style-type: none;
        margin: 40px;
    }

    .mobile-menu a {
        font-size: 15px;
    }

    .devide {
        position: relative;
        border-bottom: 1px solid;
        width: 260px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .app-mobile {
        position: relative;
        top: 40px;
        height: 50px;
        width: 280px;
        margin: 0 auto;
        justify-content: center;
        align-items: baseline;
        background-color: #6b5cdb;
        border-radius: 10px;
    }

    .welcome {
        position: relative;
        top: 10px;
        height: 140px;
        width: 224px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #6b5cdb;
        border-radius: 10px;
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }

    .app-mobile a {
        display: inline-block;
        position: relative;
        height: 100%;
        line-height: 50px;

        left: 10%;
        color: #fff;
    }

    .header__s .langSelect {
        display: block;
        width: 100%;
        position: relative;
        margin: 0px;
        top: 0px;
        padding-left: 3px;
    }

    .header__s .langSelect .select--lang {
        top: 3px;
    }

    .countryName {
        color: #564e4e;
        line-height: 30px;
        padding-left: 6px;
    }

    .arrow-down,
    arrow-up {
        top: 10px
    }

    .actions {
        width: 350px;
        height: 300px;
        margin: 0 auto;
    }

    .actions__slick {
        width: 350px;
    }

    .action {
        width: 350px;
        background-position: center;
    }

    .btn {
        width: 90px;
    }

    .action__inner_bottom p,
    .trailer__inner p {
        font-size: 12px;
    }

    .trailer {
        width: 350px;
        margin: 0 auto;
    }

    .trailer__bg {
        width: auto;
    }

    .gamers {
        width: 350px;
        margin: 0 auto;
    }

    .gamers__slick {
        width: auto;
    }

    .bestgames {
        width: 350px;
        margin: 0 auto;
    }

    .bestgames__slick {
        width: auto;
    }

    .allgames {
        width: 350px;
        margin: 50px auto;
    }

    .games {
        justify-content: center;
    }

    .game:click .game_inner,
    .game:click .btn {
        display: block;
    }

    footer {
        height: 520px;
        align-items: start;
        padding-top: 40px;
    }

    .footer__inner {
        flex-direction: column;
        gap: 10px;
        height: auto;
    }

    .footer__slick {
        padding: 0px;
        height: auto;
        width: auto;
    }

    .footer__end {
        position: unset;
        margin-bottom: 20px;
    }

    .footer_2,
    .footer_3 {
        display: none;
    }

    .mobilemenu {
        width: 100%;
        display: flex;
        gap: 20px;
        height: 80px;
        background-color: #272d3d;
        margin-bottom: 30px;
        justify-content: space-between;
        align-items: center;
    }

    body .burger {
        display: block;
        right: 20px;
        z-index: 5;
    }

    body .menu {
        display: block;
    }

    .menu li {
        padding: 5px;
        font-size: 26px;
    }

    .menu li a {
        color: #fff;
    }
    .sideButtons span {
    line-height: 34px;
    color: #fff;
}
}

/* #endregion */

/* #region МЕДИА (min-width: 450px) and (max-width: 550px) */
@media (min-width: 450px) and (max-width: 550px) {

    nav,
    header {
        display: none;
    }

    section,
    main,
    .main__inner,
    .section {
        padding: 0px;
        margin: 0px;
    }

    main {
        flex-basis: 100%;
    }

    .main__inner {
        background-color: #f3f3f3;
        width: 100%;
        border-radius: 0px;
    }

    .section {
        flex-direction: row;
        gap: 10px;
    }

    .header__s {
        width: 100px;
        position: absolute;
        right: 80px;
        top: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px 10px 10px 10px;
        background: #e6e6e6;
        z-index: 999;
    }

    .footer_4 {
        position: relative;
        top: 50px;
    }

    .blockLogo {
        height: 50px;
        left: 5px;
        position: relative;
    }

    .blockLogo .logoImg {
        position: relative;
        height: 50px;
    }

    .mobileLogoLink {
        display: block;
        height: 100%;
        width: 100%;
        cursor: pointer;
    }

    .mobile-menu {
        list-style-type: none;
        margin: 40px;
    }

    .mobile-menu a {
        font-size: 15px;
    }

    .devide {
        position: relative;
        border-bottom: 1px solid;
        width: 260px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .app-mobile {
        position: relative;
        top: 40px;
        height: 50px;
        width: 280px;
        margin: 0 auto;
        justify-content: center;
        align-items: baseline;
        background-color: #6b5cdb;
        border-radius: 10px;
    }

    .welcome {
        position: relative;
        top: 10px;
        height: 140px;
        width: 224px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #6b5cdb;
        border-radius: 10px;
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }

    .app-mobile a {
        display: inline-block;
        position: relative;
        height: 100%;
        line-height: 50px;

        left: 10%;
        color: #fff;
    }

    .header__s .langSelect {
        display: block;
        width: 100%;
        position: relative;
        margin: 0px;
        top: 0px;
        padding-left: 3px;
    }

    .header__s .langSelect .select--lang {
        top: 3px;
    }

    .countryName {
        color: #564e4e;
        line-height: 30px;
        padding-left: 6px;
    }

    .arrow-down,
    arrow-up {
        top: 10px
    }

    body .actions {
        width: 235px;
        height: 300px;
        margin: 0 auto;
    }

    body .actions__slick {
        width: 235px;
    }

    body .action {
        width: 100%;
        background-position: center;
    }

    .btn {
        width: 90px;
    }

    .action__inner_top {
        text-align: left;
    }
    .action__inner_bottom p,
    .trailer__inner p {
        font-size: 12px;
    }

    body .trailer {
        width: 235px;
        margin: 0 auto;
    }

    .trailer__bg {
        width: auto;
    }

    .gamers {
        width: 235px;
        margin: 0 auto;
    }

    .gamers__slick {
        width: auto;
    }
    .gamer {
        padding: 0 5px;
    }
    .bestgames {
        width: 235px;
        margin: 0 auto;
    }

    .bestgames__slick {
        width: auto;
    }

    .allgames {
        width: 90%;
        margin: 50px auto;
    }

    .games {
        justify-content: center;
    }

    .game:click .game_inner,
    .game:click .btn {
        display: block;
    }

    footer {
        height: 520px;
        align-items: start;
        padding-top: 40px;
    }

    .footer__inner {
        flex-direction: column;
        gap: 10px;
        height: auto;
    }

    .footer__slick {
        padding: 0px;
        height: auto;
        width: auto;
    }

    .footer__end {
        position: unset;
        margin-bottom: 20px;
    }

    .footer_2,
    .footer_3 {
        display: none;
    }

    .mobilemenu {
        width: 100%;
        display: flex;
        gap: 20px;
        height: 80px;
        background-color: #272d3d;
        margin-bottom: 30px;
        justify-content: space-between;
        align-items: center;
    }

    body .burger {
        display: block;
        right: 20px;
        z-index: 5;
    }

    body .menu {
        display: block;
    }

    .menu li {
        padding: 5px;
        font-size: 26px;
    }

    .menu li a {
        color: #fff;
    }
    .sideButtons span {
    line-height: 34px;
    color: #fff;
}
}

/* #endregion */

/* #region МЕДИА (min-width: 550px) and (max-width: 994px) */
@media (min-width: 550px) and (max-width: 994px) {

    nav,
    header {
        display: none;
    }

    main {
        flex-basis: 100%;
    }

    .section {
        flex-direction: row;
    }

    body .actions__slick {
        width: 350px;
    }

    body .action {
        width: 350px;
    }

    body .burger {
        display: block;
        right: 30px;
        z-index: 5;
    }

    .mobilemenu {
        width: 100%;
        display: flex;
        gap: 20px;
        height: 80px;
        background-color: #272d3d;
        margin-bottom: 30px;
        justify-content: space-between;
        align-items: center;
    }

    section,
    main,
    .main__inner,
    .section {
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .section {
        padding-right: 20px;
        padding-left: 20px;
        justify-content: center;
    }

    .main__inner {
        width: 100%;
    }

    .blockLogo .logoImg {
        position: relative;
        height: 70px;
    }

    .header__s {
        right: 90px;
    }

    body .jackpot-mobile {
        margin: 0 auto;
    }

    .app-mobile {
        position: relative;
        top: 40px;
        height: 50px;
        width: 280px;
        margin: 0 auto;
        justify-content: center;
        align-items: baseline;
        background-color: #6b5cdb;
        border-radius: 10px;
    }

    .app-mobile a {
        display: inline-block;
        position: relative;
        height: 100%;
        line-height: 50px;

        left: 10%;
        color: #fff;
    }

    .welcome {
        position: relative;
        top: 10px;
        height: 140px;
        width: 224px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #6b5cdb;
        border-radius: 10px;
        flex-direction: column;
        gap: 20px;
        margin-top: 10px;
    }

    .mobilemenu {
        width: 100%;
        display: flex;
        gap: 20px;
        height: 80px;
        background-color: #272d3d;
        margin-bottom: 30px;
        justify-content: space-between;
        align-items: center;
    }

    .devide {
        position: relative;
        border-bottom: 1px solid;
        width: 260px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .mobile-menu {
        list-style-type: none;
        margin: 40px;
    }

    .mobile-menu a {
        font-size: 15px;
    }

    .menu li {
        padding: 5px;
        font-size: 26px;
    }

    .menu li a {
        color: #fff;
    }
    .sideButtons span {
        line-height: 34px;
        color: #fff;
    }
    .gamers, .gamers__slick {
        width: 350px;
    }
    .bestgames, .bestgames__slick {
        width: 350px;
    }
}

/* #endregion */

/* #region МЕДИА (min-width: 994px) and (max-width: 1030px) */
@media (min-width: 994px) and (max-width: 1030px) {
    body .actions {
        width: 420px;
    }   
    body .actions__slick {
        width: 420px;
    } 
    body .action {
        width: 420px;
    }
    .bestgames {
        width: 340px;
        margin: 0 auto;
    }
    .bestgames__slick {
        width: 340px;
    }
}
/* #endregion */

/* ----------------------------------------------------------*/

/* #region BURGER */
.burger {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    position: relative;
    display: none;
}

.menu {
    display: none;
}

.burger span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    left: 5px;
    transition: transform .5s, opacity .5s, background-color .5s;
}

.burger span:nth-child(1) {
    transform: translateY(-10px);
}

.burger span:nth-child(3) {
    transform: translateY(10px);
    /*width: 17px;*/
}

.mobilemenu.open .burger span:nth-child(2) {
    opacity: 0;
}

.mobilemenu.open .burger span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
}

.mobilemenu.open .burger span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
}

.mobilemenu.open .menu {
    transform: translateX(-100%);
}

.header__s .langSelect {
    display: block;
    width: 100%;
    position: relative;
    margin: 0px;
    top: 0px;
    padding-left: 5px;
}

.langSelect .select--lang {
    display: block;
    width: 100%;
    position: relative;
    margin: 0px;
    top: 0px;
    padding-left: 5px;
    padding-bottom: 5px;
    cursor: pointer;

}

.lang-img {
    height: 30px;
}

.countryName {
    color: black;
    line-height: 30px;
    padding-left: 10px;
}

.lang-current .lang-img {
    height: 30px;
}

.langSelect .select--lang.hidden {
    display: none;
}

.arrow-down {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #0f0e0e;
}

.arrow-up {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid black;
}

.regBtn,
.downloadApp {
    position: relative;
    width: 80%;
    min-height: 34px;
    text-align: center;
    vertical-align: bottom;
    border: 2px solid #cb222275;
    border-radius: 10px;
    margin: 0 auto;
    color: #fff;
}

.downloadApp {
    top: 20px;
}

.btnEnter {
    position: relative;
    width: 80%;
    min-height: 34px;
    text-align: center;
    vertical-align: bottom;
    border: 2px solid #cb222275;
    border-radius: 10px;
    top: 10px;
    background: #cb222275;
    margin: 0 auto;
}

.btnEnter span {
    color: #fff
}

.sideButtons span {
    line-height: 34px;
}

.sideButtons a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 50%;

}

.subscribe a {
    color: #fff;
}

.tgPromo {
    color: #797269;
    ;
}

.tgPr {
    position: absolute;
    bottom: -30px;
    font-size: 12px;
    color: #797269;
}

.footer_1 {

    position: absolute;
    top: 10px;
    left: 5%;
}

.menu {
    position: absolute;
    top: 0;
    background-color: #272d3d;
    width: 350px;
    right: -350px;
    transition: transform .5s;
    z-index: 4;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding-top: 30px;
    margin: 0px;
    padding-top: 0px;
    height: auto;
    min-height: 100vh;
}

.menu__header {
    background-color: #554da7;
    height: 80px;
}

.jackpot-mobile {
    top: 20px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
}

.djp-span {
    color: #c32020;
    border-bottom: 2px solid #c32020;
}

.djp {
    padding-left: 10px;
    color: #c4c430;
    font-weight: bold;
    text-decoration: overline;
}

/* #endregion */

/* #region demo */
.Demo {
    margin: 20px;
    width: auto;
}

.Demo h2 {
    color: #000;
}

.mainFrame {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 300px;
}

.gameDemoFrame {
    position: relative;
    width: 100%;
    min-height: 300px;
}

/* #endregion */

@media screen and (max-width: 840px) {
    .table_description {
        display: block;
        text-align: left;
    }

    .description_img {
        display: block;
        text-align: center;
    }

    .description_img img {
        width: 80%;
    }

    .description_img p {
        padding: 10px;
    }

    .demo_text_down {
        display: block;
    }

    .demo_img_foother {
        width: 100%;
    }

}

@media screen and (max-width: 640px) {
    .END_text1 {
        display: block;
        text-align: center;
    }
}

@media (max-width: 900px){
    #btn_windows_download{
        display: none;
    }
    .app_text_img{
        display: block;
    }
    .app_text_img div{
        text-align: center;
    }
    .app_img{
        width: 80%;
    }
    }
    @media (min-width: 900px){
        #btn_android_download{
            display: none;
        }
    }
    @media (max-width: 1050px){
        .app_text_img {
            display: block;
        }
        .app_img{
            text-align: center;
        }
        .app_text_img p {
            line-height: normal;
        }
    }