/* #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');

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: 96%;
    color: #fff;
    background: linear-gradient(138deg, rgba(99, 190, 245, 1) 0%, rgba(73, 71, 199, 1) 100%);
}

main {
    display: flex;
    flex-direction: column;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-color: #1c1f2e;
}

.mobilemenu {
    display: none;
}

.menu {
    position: absolute;
    top: 0;
    background-color: #50545d;
    width: 350px;
    min-height: 100vh;
    height: auto;
    right: -350px;
    transition: transform .5s;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 0px;
    padding-top: 80px;
    box-shadow: inset 0 0 29px #040404
}

.menu ul {
    list-style-type: square;
    background-color: #000;
    border-radius: 20px;
    width: 70%;
}

.menu li {
    padding: 18px;
    font-size: 18px;
}

.menu ul.withoutStyle {
    list-style-type: none;
}

.menu ul.withoutStyle li {
    font-size: 16px;
}

.menu a {
    color: #fff;
    text-decoration: none;
}

.menu a.btn {
    width: 160px;
    height: 30px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title {
    margin: 10px 0px;
    display: none;
}

/* #endregion */
/* games_block */
.games_img {
    width: 100%;
}

.main_games h2 {
    color: #ff00c6;
}

.main_games_text {
    text-align: justify;
}

/* description_block */
.description_text {
    display: block;
}

.description_text h3 {
    color: orange;
}

.description_text_foother {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
    background: linear-gradient(180deg, #db4098 0%, #740536 100%);
    padding: 30px;
    align-items: center;
}

.description_name {
    text-align: right;
    margin-right: 30px;
    font-weight: bold;
    font-size: 24px;
    width: 300px;
}

.description_meaning {
    text-align: left;
    margin-left: 30px;
    line-height: 27px;
    width: 300px;
}

.vl {
    border-left: 2px solid rgb(255, 255, 255);
    height: 250px;
}

.description_color {
    color: yellow;
}

/* games_block */
/* #region main_text_block */
.main_text_up {
    text-align: center;
}

.main_games {
    text-align: center;
}

.button_gamehall {
    width: 150px;
    height: 50px;
    border-radius: 5px;
    margin-top: 50px;
    background-color: #18d74c;
    border: 1px solid #3bf86e;
    color: white;
    cursor: pointer;
}

.advantages {
    display: flex;
    max-width: 1000px;
    text-align: center;
    align-items: center;
    margin-left: 100px;


}

.advantages_img {
    width: 100px;
}

.main_text_center {
    display: block;
    text-align: center;
}

.advantages_section {
    max-width: 500px;
    padding: 15px;
    height: 300px;
}

.advantages_section p {
    width: 250px;
    font-size: 14px;
}

.text_center {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.text_center_img {
    width: 400px;
    padding-left: 70px;
}

.main_text_down {
    text-align: left;
}

.main_text_down h2 {
    margin-top: 80px;
    color: #00f743;
    text-align: center;
}

/* comments_block */
.commentWrap {
    display: flex;
}

.form_comment {
    margin-top: 150px;
}

.form_comment h2 {
    margin-bottom: 30px;
}

.coment_text {
    margin-top: 100px;
    text-align: left;
}




/* #endregion */

/* #region header */
header {
    width: auto;
    height: 80px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    position: relative;

}

.header__btns {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    width: 1000px;
    position: relative;
}

.header__btns a {
    color: #fff;
    text-decoration: none;
}

/* #endregion */

/* #region section */
section {
    width: auto;
    display: flex;
    padding: 30px 30px 20px 30px;
}

.s1 {
    flex-basis: 21%;
    display: flex;
    justify-content: start;
}

.s2 {
    flex-basis: 57%;
}

.s3 {
    flex-basis: 21%;
    display: flex;
    justify-content: end;
}

.s2_vertical {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s2_1 {
    width: 100%;
    gap: 10px;
    display: flex;
    justify-content: space-between;
}

.s2_2 {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

/* #endregion */

/* block_question */
.questions_block {
    display: block;
    background-image: url('/images/question.webp');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 300px;
}

.questions_block h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.questions h4 {
    color: #ffbd00;
}

.questions_img {
    display: flex;
}

.questions_img img {
    width: 350px;
}





/* block_question */

/* #region app */
.app {
    width: 42%;
    height: 140px;
    border-radius: 20px;
    background-color: #6c21b9;
    background-image: url(../images/app.png);
    background-repeat: no-repeat;
    background-size: 36%;
    background-position: 170px -16px;
    position: relative;
}

.app__info {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: start;
    z-index: 2;
}

.app__info h2 {
    line-height: 18px;
    margin: 0px;
}

.app__info p {
    font-size: 14px;
    line-height: 12px;
}
/* text_block_app */
.app_block{
    display: block;
}
.app_block h4{
    margin-bottom: 0px;
    color: #00f743;
    font-weight: bold;
}
.app_block h1, h2{
    text-align: center;
}
.app_text_up {
    display: flex;
}
.app_text_up img{
    width: 360px;
}
.app_block_color{
    font-weight: bold;
    color: #00f743;
}
#text_in1{
    display: flex;
    justify-content: center;
}
#text_in1 p{
    margin: 15px;
    text-align: center;
    color: #f78c00;
    font-weight: bold;
}
.app_text_center{
    display: flex;
}
.app_text_center img{
    width: 500px;
    height: 500px;
}
.app_text_center ul{
    list-style: none;
}
.app_text_down{
    display: block;
}
.app_text_down p{
    color: #f78c00;
    font-weight: bold;
}
.app_text_down ul{
    list-style: none;
    margin-bottom: 50px;
}
.app_download{
    text-align: center;
    
}

/* #endregion */

/* #region jackpot */
.jackpot {
    width: 41%;
    height: 140px;
    border-radius: 20px;
    background-color: #383b4e;
    position: relative;
    background-image: url(../images/jackpot.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 170px 100%;
}

.jackpot__info {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: start;
    z-index: 2;
}

.jackpot__info h2 {
    line-height: 12px;
    margin: 0px;
}

.telegrajackpot__infom__info p {
    font-size: 14px;
    line-height: 12px;
}

/* #endregion */

/* #region bestgames */
.bestgames {
    width: auto;
    height: 140px;
    border-radius: 20px;
    background-color: #303555;
}

.slick_bestgames {
    width: 390px;
    border-radius: 20px;
    height: 140px;
}

.bestgames__element {
    position: relative;
    width: 390px;
    height: 140px;
    background-size: cover;
    /*background-position: 70px 100%;*/
    border-radius: 20px;
}

.bestgames__info {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 80%;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.bestgames__info h2 {
    margin: 0px;
    line-height: 12px;
}

.bestgames__info p {
    font-size: 14px;
    line-height: 17px;
}

/* #endregion */

/* #region buttons */
.btn {
    width: 110px;
    height: 35px;
    background-color: #18d74c;
    border: 2px solid #20ff63;
    border-radius: 10px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}

.btn:active {
    transform: translateY(2px);
}

.btnViolet {
    background-color: #631cba;
    border: 2px solid #9f71d6;
}

.btnArrow {
    background-image: url(../images/i.png);
    border: none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px;
    background-size: cover;
    /*width: 25px;*/
    height: 25px;
}

/* #endregion */

/* #region telegram */
.telegram {
    width: 54%;
    height: 140px;
    border-radius: 20px;
    background-color: #383b4e;
    background-image: url(../images/promotion/dekstop_telegramChanel.webp);
    position: relative;
    background-size: 170%;
    background-position: 10px 100%;
    color: #fff;
}

.telegram__info {
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: start;
    z-index: 2;
}

.telegram__info h2 {
    line-height: 12px;
    margin: 0px;
}

.telegram__info p {
    font-size: 14px;
    line-height: 12px;
}

/* #endregion */

/* #region action */
.actions {
    width: 90%;
    height: 300px;
    border-radius: 20px;
    background-color: #4018af;
}

.slick_action {
    width: 237px;
    border-radius: 20px;
    height: 300px;
}

/* #endregion */

/* #region slick */
.slick__element {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: 10% center;
    border-radius: 20px;
}

.slick__element::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;
}

.slick__info {
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 80%;
    height: 160px;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.slick__info h2 {
    line-height: 20px;
    margin: 0px;
}

.slick__info p {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

/* #endregion */

/* #region tournaments */

.slick__tournaments {
    width: 235px;
    border-radius: 20px;
    height: 300px;
}

.tournaments {
    width: 90%;
    height: 300px;
    border-radius: 20px;
}

/* #endregion */

/* #region games */
article {
    width: auto;
    padding: 10px 30px 50px 30px;
}

.games {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.game {
    width: 160px;
    height: 120px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    gap: 3px;
}

.game_inner {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #272d3d;
    opacity: .9;
    position: absolute;
    border-radius: 10px;
}

.game p {
    display: none;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.game .btn {
    display: none;
    z-index: 2;
    width: 55px;
    height: 30px;
    margin-bottom: 20px;
}

.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,
.game:hover p {
    display: block;
}

/* #endregion */

/* ----------------------------------------------------------*/

/* #region медиа (max-width: 545px) */
@media (max-width: 545px) {
    main {
        margin-top: 0px;
        border-radius: 0px;
    }

    header {
        padding: 0 20px;
    }

    .header__btns {
        display: none;
    }

    /*.header__s {*/
    /*    top: 25px;*/
    /*    right: 70px;*/
    /*}*/

    section {
        width: auto;
        padding: 30px 30px 20px 30px;
        gap: 30px;
        flex-direction: column;
    }

    .s2_1,
    .s2_2 {
        flex-direction: column;
        gap: 50px;
    }

    .actions {
        width: 100%;
    }

    .slick_action {
        width: 100%;
    }

    .slick__element {
        width: 100%;
        background-position: 35% center;
    }

    .slick__info {
        bottom: 30px;
        justify-content: end;
    }

    .telegram {
        width: 100%;
        background-size: 160%;
    }

    .app {
        width: 100%;
        background-position: 100% -16px;
    }

    .jackpot {
        width: 100%;
        background-position: 100% 100%;
    }

    .bestgames {
        width: 100%;
    }

    .slick_bestgames {
        width: 100%;
    }

    .bestgames__element {
        width: 100%;
    }

    .tournaments {
        width: 100%;
    }

    .game:click .game_inner,
    .game:click .btn {
        display: block;
    }

    .mobilemenu {
        display: block;
    }

    body .menu {
        display: flex;
    }

    .title {
        display: block;
    }

    body footer {
        height: 500px;
    }

    body .footer__top {
        flex-direction: column;
        border-bottom: none;
        height: auto;
    }

    body .footer__bottom {
        flex-direction: column;
    }

    body .footer__top,
    .footer__bottom {
        width: 83%;
    }

    body .footer2__list {
        padding: 0px;
    }

    body .commentForm {
        flex-direction: column;
    }

    body .commentForm>input {
        padding: 10px;
    }

    body .comment-head {
        flex-direction: column;
        gap: 7px;
    }
}

/* #endregion */

/* #region медиа (min-width: 545px) and (max-width: 550px) */
@media (min-width: 545px) and (max-width: 550px) {
    .app {
        background-position: 170px 26px;
    }

    .telegram {
        background-position: -50px 0px;
        background-size: 240%;
    }

    .telegram__info h2 {
        line-height: 20px;
    }

    .slick_bestgames {
        width: 215px;
    }
}

/* #endregion */

/* #region медиа (min-width: 550px) and (max-width: 992px) */
@media (min-width: 550px) and (max-width: 992px) {
    main {
        margin-top: 0px;
        border-radius: 0px;
    }

    header {
        padding: 0 20px;
    }

    .header__btns {
        display: none;
    }

    section {
        width: auto;
        padding: 30px 30px 20px 30px;
        gap: 30px;
        flex-direction: column;
    }

    .s2_1,
    .s2_2 {
        flex-direction: row;
        gap: 50px;
    }

    .actions {
        width: 100%;
    }

    .slick_action {
        width: 100%;
    }

    .slick__element {
        width: 100%;
    }

    .slick__info {
        bottom: 30px;
        justify-content: end;
    }

    .telegram {
        width: 100%;
        background-size: 210%;
        background-position: 10% 100%;
    }

    .app {
        width: 100%;
        background-position: 200px -16px;
    }

    .jackpot {
        width: 100%;
        background-position: 100% 100%;
    }

    .bestgames {
        width: 100%;
    }

    .slick_bestgames {
        width: 350px;
    }

    .bestgames__element {
        width: 100%;
    }

    .tournaments {
        width: 100%;
    }

    .game:click .game_inner,
    .game:click .btn {
        display: block;
    }

    .mobilemenu {
        display: block;
    }

    body .menu {
        display: flex;
    }

    .title {
        display: block;
    }

    body footer {
        height: 500px;
    }

    body .footer__top {
        flex-direction: column;
        border-bottom: none;
        height: auto;
    }

    body .footer__bottom {
        flex-direction: column;
    }

    body .footer__top,
    .footer__bottom {
        width: 83%;
    }

    body .footer2__list {
        padding: 0px;
    }

    body .commentForm {
        flex-wrap: wrap;
    }
}

/* #endregion */

/* #region медиа (min-width: 992px) and (max-width: 1030px) */
@media (min-width: 992px) and (max-width: 1030px) {
    main {
        margin-top: 0px;
        border-radius: 0px;
    }

    header {
        padding: 0 30px;
    }

    .header__btns {
        gap: 26px;
        font-size: 14px;
        padding: 0px;
        padding-left: 35px;
        justify-content: start;
    }

    .telegram {
        background-repeat: no-repeat;
        background-position: 0px 0px;
        background-size: 180%;
    }

    .slick_action {
        width: 190px;
    }

    .slick__info p {
        text-align: left;
    }

    .jackpot {
        background-position: 100px 100%;
    }

    .slick_bestgames {
        width: 305px;
    }

    .bestgames__element {
        width: 100%;
    }
}

/* #endregion */

/* ----------------------------------------------------------*/

/* #region burger */
.burger {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 4;
    cursor: pointer;
}

.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);
}

.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%);
}

/* #endregion */

/* #region footer */
footer {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000;
    justify-content: center;
    height: 420px;
}

.footer__top {
    width: 90%;
    height: 200px;
    display: flex;
    border-bottom: 1px solid #ccc;
}

.footer__bottom {
    width: 90%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.footer1 {
    flex-basis: 50%;
}

.footer2 {
    flex-basis: 50%;
}

.footer2__list {
    list-style-type: none;
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer2__list a {
    text-decoration: none;
    color: #fff;
}

.footer__img {
    display: flex;
    gap: 30px;
}

/* #endregion */

/* #region lang */

.header__s {
    width: 120px;
    height: auto;
    display: flex;
    border-radius: 10px;
    background: #fff;
    z-index: 999;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
    top: 0px;
    position: relative;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
    position: absolute;
    top: 23px;
    right: 66px;

}


.header__s .langSelect {
    display: block;
    width: 100%;
    position: relative;
    margin: 0px;
    top: 2px;
    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;
    text-decoration: none;
}

.lang-current {
    display: flex;
    align-items: center;
}

.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;
}

/* #endregion */

/* #region demo */
.Demo {
    /*margin: 20px;*/
    width: 100%;
}

.Demo h2 {
    color: #fff;
}

.mainFrame {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 300px;
}

.gameDemoFrame {
    position: relative;
    width: 100%;
    min-height: 300px;
}

/* #endregion */

/* #region comment */
#commentForm_new {
    display: flex;
    background-color: #b3d6ff;
    color: white;
    height: 150px;
}

.commentForm,
.comment {
    color: #000000;
    width: auto;
    height: 300px;
    margin: 0px 15px;
    background-color: #b3d6ff;
    border-radius: 10px;
    /* display: flex; */
    justify-content: center;
    align-items: start;
    margin-top: 20px;
    font-weight: bold;
}

.commentForm input {
    margin: 30px;
    border-radius: 5px;
    border: none;
    height: 30px;
    padding: 5px;
    width: 115px;
}

.commentForm textarea {
    margin: 30px;
    border-radius: 5px;
    border: none;
    height: 60px;
    width: 215px;
    padding: 10px;
}

.commentForm a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    margin: 30px;
}

.error {
    color: red;
    text-align: center;
    font-size: 0.8em;
}

.error.hide {
    display: none;
}

#userEmail {
    min-width: 200px;
}

.btnDemo.disabled {
    pointer-events: none;
    background-color: #2c3e31;
    color: #433e3e;
}

.comment {
    flex-direction: column;
}

.comment-head {
    /* display: flex; */
    gap: 20px;
    padding: 50px 10px 0px 10px;
    font-size: 13px;
    text-align: center;
    color: #09004a;
    font-weight: bold;
}

.comment-text-wrap {
    padding: 20px 10px 10px 10px;
    display: flex;
}

/* #endregion */
@media (max-width: 1100px) {
    .text_center_img {
        padding: 0px;
    }
    .app_text_up{
        display: block;
    }
    .app_img{
        display: flex;
        justify-content: center;
    }
    

}

@media (max-width: 1000px) {
    .text_center {
        display: block;
        text-align: center;
    }

    .questions_img {
        display: block;
    }

    .question_girl {
        text-align: center;
    }

    .advantages {
        justify-content: center;
        margin-left: 0px;
    }
    .form_comment{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    #commentForm_new {
        display: flex;
        text-align: center;
        height: 435px;
        width: 300px;
    }

    #sendComment {
        text-align: center;
    }
    .app_text_center {
        flex-flow: column-reverse;
    }
    .app_img2{
        text-align: center;
    }
    
}
@media (max-width: 900px){
    #app_desktop{
        display: none;
    }
}

@media (max-width: 540px) {
    .main_games .game {
        width: 250px;
        height: 180px;
    }

    .advantages {
        display: block;
    }

    .advantages_section p {
        width: auto;
    }

    .text_center_img {
        width: 250px;
    }

    .description_name {
        font-size: 12px;
    }

    .description_meaning {
        line-height: 11px;
        font-size: 12px;
    }
    #text_in1 {
        display: block;
    }
}
@media (min-width: 900px){
    #app_mobile{
        display: none;
    }


}
@media (min-width: 623px) {
    .gameDemoFrame {
        width: 80%;
    }

    .mainFrame {
        text-align: center;
    }
}

@media (min-width: 850px) {
    .gameDemoFrame {
        width: 65%;
        height: 330px;
    }

    .mainFrame {
        text-align: center;
    }
}

@media (min-width: 1100px) {
    .gameDemoFrame {

        height: 460px;
    }
    
    
}