/* #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: 86%;
    background-color: #0a1032;
    color: #fff;
}

img {
    vertical-align: bottom;
}

main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    box-sizing: border-box;
}

section {
    flex-basis: 76%;
    background-color: #151926;
    text-align: center;
}

/* #endregion */

/* #region header */
header {
    max-width: 1200px;
    height: 60px;
    margin: 0 auto;
    margin-top: 24px;
    display: flex;
    align-items: center;
    background-color: #7750f8;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
}

.nav {
    width: 100%;
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.nav a {
    color: #fff;
    text-decoration: none;
}

.nav_mobile {
    display: none;
    gap: 30px;
}

/* #endregion */

/* #region actions */
.section__actions {
    width: 96%;
    height: 236px;
    margin: 0 auto;
    margin-top: 26px;
}

.slick_action {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 242px;
}

.slick__element {
    position: relative;
    width: 100%;
    height: 236px;
    background-size: cover;
    background-position: -10% center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.slick__info {
    position: absolute;
    bottom: 26px;
    right: 26px;
    width: 80%;
    height: 140px;
    display: flex;
    flex-direction: column;
    z-index: 2;
    align-items: end;
    justify-content: end;
}

.slick__info h1 {
    line-height: 12px;
    margin: 0px;
}

.slick__info p {
    font-size: 16px;
    line-height: 17px;
    font-weight: bold;
    text-align: right;
}

.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: 0px;
    left: 0px;
    z-index: 1;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* #endregion */

/* #region section info */
.section__info {
    height: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 140px;
    background-color: #1d2333;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 96%;
    font-size: 14px;
    margin-bottom: 16px;
}

.section__info_total {
    height: 60px;
    width: auto;
    display: flex;
    justify-content: center;
}

.section__info_social {
    height: 60px;
    width: auto;
    display: flex;
    justify-content: start;
}

.total,
.social {
    list-style: none;
    display: flex;
    gap: 22px;
    align-items: center;
}

.total {
    gap: 18px;
}

.total h1,
.social h1 {
    margin: 0px;
}

.total li {
    text-align: center;
}

.social img {
    width: 36px;
}

/* #endregion */

/* #region buttons */
.btn {
    height: 34px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #afb5ff;
    color: #f8f9fb;
    font-size: 15px;
    width: 125px;
    font-weight: bold;
    font-family: Roboto;
    background-color: #7750f8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    
}

.btn:active,
.btnGray:active {
    transform: translateY(2px);
}

.btnGreen {
    background-color: #40d04f;
}

.btnRed {
    background-color: #fd434f;
}

.btnOrange {
    background-color: #ff7a51;
}

.btnBlack {
    background-color: #000;
    width: 170px;
    border: 1px solid #ccc;
}

.btnWithoutBg {
    background-color: transparent;
    border: none;
    width: auto;
}

/* #endregion */

/* #region aside */
aside {
    flex-basis: 24%;
    background-color: #151926;
    padding: 30px 20px 30px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

textarea {
    width: 98%;
    background-color: #000;
    border-radius: 20px;
    height: 130px;
    border: none;
    resize: none;
    padding: 16px;
    color: #ccc;
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
    resize: none;
}

textarea:focus {
    border: none;
    outline: none;
}

.comments {
    top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 20px;
    border-top: 1px solid #000;
    overflow: hidden;
}

.comment,
.promoCode {
    width: 100%;
    background-color: #1d2333;
    border-radius: 20px;
    height: auto;
    padding: 16px;
    color: #999;
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 0px 1px inset rgba(255, 255, 255, 0.07);
    margin-top: 10px;
}

.comment h4,
.promoCode h4 {
    color: #fff;
    font-weight: bold;
    margin: 0px 0px 4px 0px;
}

.comment_text {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
}

.sendComment {
    width: 45px;
    height: 45px;
    background-image: url(../images/send.png);
    background-size: cover;
    position: relative;

}

.formFields {
    margin-bottom: 5px;
}

.commentInput {
    background: black;
    color: #fff;
    height: 20px;
    border: 1px solid #afb5ff;
    padding-left: 10px;
}

.error {
    color: red;
    padding-left: 10px;
}

.error.hidden {
    display: none;
}

.sendComment.disabled {
    border: 3px solid #0b31da;
    pointer-events: none;
}

/* #endregion */

/* #region footer */
footer {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #000;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: column;
}

.footer_text_down {
    font-size: 12px;
    margin-left: 50px;
}

.footer_text_down p {
    width: 50%;
}

.footer__list {
    width: 100%;
    height: 100px;
    list-style: none;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.footer__logo {
    margin-left: -70px;
}

.footer__bottom {
    width: 82%;
    height: 100px;
    display: flex;
    gap: 30px;
    padding-top: 20px;
    box-sizing: border-box;
    justify-content: end;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

/* #endregion */

/* #region jackpot */
.section__jackpot {
    height: 50px;
    border-radius: 20px;
    width: auto;
    background-color: #1d2333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 96%;
    margin-top: 20px;
}

.marquee {
    height: 60px;
    width: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.marquee h3 {
    width: 100%;
    text-indent: 0;
    animation: marquee 15s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(50%, 0);
    }

    100% {
        transform: translate(-80%, 0);
    }
}

/* #endregion */

/* #region bestgames */
.section__bestgames {
    height: 170px;
    border-radius: 20px;
    width: auto;
    background-color: #1d2333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 96%;
    margin-top: 20px;
    gap: 20px;
    margin-bottom: 16px;
}

.bestgames {
    list-style: none;
    display: flex;
    gap: 22px;
    align-items: center;
}

.bestgames img {
    width: 100px;
}

.section__bestgames .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;
}

.best_game {
    padding: 0px 20px;
}

.index_text {
    padding: 0px 20px;
}

.index_text_table {
    list-style: none;
    text-align: left;
    font-size: 14px;
}

.index_text_table li {
    display: flex;
    align-items: center;
}

.index_text_table h4 {
    width: 25%;
    color: #ff3c00;
    font-weight: bold;
}

.index_text_table p {
    width: 100%;
}

/* #endregion */
/* region question */
.info_block{
    padding: 0px 30px;
}
.question_text{
    text-align: left;
}
.accordeon{
    margin: 20px;
}
.label{
    color: orangered;
    font-weight: bold;
}
.info_block img{
    width: 100%;
    margin-top: 20px;
}
.contentText_style{
    text-decoration: underline;
}
/* #region games */
.section__game{
    display: ruby;
}
.section__games {
    height: auto;
    border-radius: 20px;
    width: auto;
    background-color: #1d2333;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 96%;
    margin-top: 20px;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.section__games .game {
    width: 120px;
    height: 100px;
    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 mobile app */
.mobile_app{
    margin: 50px 0px;
    padding: 0px 20px;
}
.mobile_app_text{
    display: flex;
    text-align: left;
    padding: 20px;
}
.app_images{
    width: 100%;
}
#btn_android_download{
    height: 40px;
    background-color: #7750f8;
    border: 0px;
    border-radius: 0px;
    font-size: 14px;
    width: 240px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    border: 1px solid #afb5ff;
}
#btn_windows_download{
    height: 40px;
    background-color: #7750f8;
    border: 0px;
    border-radius: 10px;
    font-size: 14px;
    width: 240px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    border: 1px solid #afb5ff; 
}
.img_bar{
    width: 50%;
}
.images_bar{
    text-align: center;
}
.bar_section{
    text-align: center;
    margin: 60px 0px;
}
.bar_text h4{
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.bar_section h4{
    color: #ff3c00;
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
}
.bar_text{
    background: #41485b;
    border-radius: 20px;
    padding: 0px 10px;
    font-size: 12px;
}


/* ----------------------------------------------------------*/

/* #region burger */
.burger {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 4;
    cursor: pointer;
}

.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);
}

.nav_mobile.open .burger span:nth-child(2) {
    opacity: 0;
}

.nav_mobile.open .burger span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
}

.nav_mobile.open .burger span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
}

.nav_mobile.open .menu {
    transform: translateX(-100%);
}

/* #endregion */
/* region allgames */
.gamehall {
    display: flex;
}

.all_games {
    width: 100%;
}

.gamehall .section__games {
    width: 80%;
}

.sidebar {
    width: 20%;
    margin: 0px 10px 0px 25px;
    font-size: 12px;
    text-align: left;
}

.foother_img {
    width: 100%;
}

.all_games_img {
    width: 100%;
}

.foother_text {
    text-align: center;
}

.foother_text h1 {
    text-align: center;
    color: #ff00f7;
}

.section_promokod {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff00b2;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    background-image: url("/images/background_allgames.webp");
    background-size: 500px;
}

.promokod {
    width: 500px;
    height: 80px;
    display: flex;
    justify-content: center;
    color: #000;
    align-items: center;
}

.promokod p {
    background-color: aliceblue;
    width: 200px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border-radius: 10px;
}

.sidebarimg {
    width: 100%;
}

.button {
    height: 34px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #afb5ff;
    color: #f8f9fb;
    font-size: 15px;
    width: 150px;
    font-weight: bold;
    font-family: Roboto;
    background-color: #7750f8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0px 20px;
}

.footnote {
    font-size: 12px;
    color: #949494;
}

.sidebar_color {
    font-weight: bold;
    color: #40d04f;
}


/* region allgames */

/* #region lang */
.header__s {
    width: 100px;
    height: auto;
    display: flex;
    border: 1px solid #ccc;
    z-index: 999;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
    position: absolute;
}

.header__s {
    display: block;
    min-height: 35px;
    position: absolute;
    top: 0px;
    right: 5px;
}

.header__s .langSelect {
    display: block;
    width: 100%;
    position: absolute;
    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: #fff;
    line-height: 30px;
    padding-left: 10px;
    text-decoration: none;
}

.lang-current {
    display: flex;
    align-items: center;
}

.lang-current .lang-img {
    height: 23px;
    width: 23px;
}

.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 #fff;
}

.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 #fff;
}

/* #endregion */

/* #region demo */
.Demo {
    margin: 0 auto;
    width: 95%;
}

.Demo h2 {
    color: #fff;
}

.mainFrame {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 300px;
}

.gameDemoFrame {
    position: relative;
    width: 100%;
    min-height: 500px;
}
/* demo description */
.block_demo{
    display: flex;
    padding: 0px 20px;
    background-color: #151926;
}
.description_text{
    display: flex;
    margin-top: 50px;
}
.description_table{
    text-align: left;
}
.description_text_right{
    text-align: left;
    padding-right: 50px;
}
.description_text_right h3{
    margin-top: 0px;
    color: #ff3c00;
}
.description_table table{
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.games_same_section{
    text-align: left;
}
.block_games_same{
    display: flex;
}
.same_img{
    width: 80%;
    margin-bottom: 20px;
    border-radius: 10px;
}
.games_same{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
}


/* #endregion */

/* #region menu */
.menu {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 350px;
    min-height: 100vh;
    height: auto;
    right: 0px;
    right: -350px;
    transition: transform .5s;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 0px;
    color: #000;
}

.menu__head {
    width: 100%;
    height: 60px;
    background-color: #1d2333;
    margin-bottom: 30px;
}

.menu ul {
    width: 75%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.menu li {
    padding: 18px;
    font-size: 18px;
    line-height: 32px;
}

.menu li img {
    margin-right: 20px;
}

.menu hr {
    color: #ccc;
}

.menu a {
    color: #000;
    text-decoration: none;
}

.menu a.btn {
    width: 120px;
    height: 80px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1d2333;
    color: #fff;
}

/* #endregion */

/* ----------------------------------------------------------*/

/* #region медиа (max-width: 650px) */
@media (max-width: 650px) {
    header {
        margin-top: 0px;
    }

    .nav {
        display: none;
    }

    .nav_mobile {
        display: flex;
    }

    main {
        flex-direction: column;
        max-width: 100%;
    }

    section {
        width: auto;
        padding: 10px 30px 20px 30px;

    }

    .section__actions {
        width: 100%;
    }

    .slick_action {
        width: 100%;
    }

    body .slick__element {
        width: 100%;
        background-size: cover;
    }

    .header__s {
        top: 10px;
    }

    .section__info {
        flex-direction: column;
        height: 150px;
        margin: 0px;
        width: 100%;
        margin-bottom: 16px;
    }

    .total {
        gap: 15px;
        padding: 0px;
    }

    .btnBlack {
        display: none;
    }

    .section__bestgames .game {
        width: 110px;
        height: 90px;
    }

    .section__bestgames {
        margin: 0px;
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding: 20px;
        flex-wrap: wrap;
        box-sizing: border-box;
        flex-direction: row;
        margin-bottom: 16px;
    }

    .section__games {
        margin: 0px;
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .section__games .game {
        width: 110px;
        height: 90px;
    }

    aside {
        margin: 0px;
        width: 100%;
        flex-direction: column;
        height: auto;
        padding: 10px 30px 20px 30px;
    }

    .footer__list {
        flex-direction: column;
        padding: 0px;
        height: auto;
    }

    .social {
        padding: 0px;
    }

    .footer__logo {
        margin: 0px;
    }

    .header__s {
        right: 70px;
    }

    .index_text_table li {
        display: block;
    }

    .index_text_table h4 {
        width: 100%;
        text-align: center;
    }
    .block_games_same{
        display: block;
    }
    .games_same{
        margin-bottom: 50px;
    }
    .gameDemoFrame {
        min-height: 300px;
    }
}

/* #endregion */

/* #region медиа (min-width: 650px) and (max-width: 992px) */
@media (min-width: 650px) and (max-width: 992px) {
    header {
        margin-top: 0px;
    }

    .nav {
        display: none;
    }

    .nav_mobile {
        display: flex;
    }

    main {
        flex-direction: column;
        max-width: 100%;
    }

    section {
        width: auto;
        padding: 10px 30px 20px 30px;
    }

    .section__actions {
        width: 100%;
    }

    .slick_action {
        width: 100%;
    }

    body .slick__element {
        width: 100%;
        background-size: cover;
    }

    .section__info {
        flex-direction: row;
        height: 100px;
        margin: 0px;
        width: 100%;
        margin-bottom: 16px;
    }

    .total {
        gap: 15px;
        padding: 0px;
    }

    .section__bestgames {
        margin: 0px;
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding: 20px 0;
        margin-bottom: 16px;
    }

    .section__bestgames .game {
        width: 120px;
        height: 100px;
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: end;
        justify-content: center;
        position: relative;
        border-radius: 10px;
        gap: 3px;
    }

    .section__games {
        margin: 0px;
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    aside {
        margin: 0px;
        width: 100%;
        flex-direction: column;
        height: auto;
        padding: 10px 30px 20px 30px;
    }

    .footer__list {
        flex-direction: column;
        padding: 0px;
        height: auto;
    }

    .social {
        padding: 0px;
    }

    .footer__logo {
        margin: 0px;
    }

    .header__s {
        right: 70px;
    }
}

/* #endregion */

/* #region медиа (min-width: 992px) and (max-width: 1030px) */
@media (min-width: 992px) and (max-width: 1030px) {
    header {
        margin-top: 0px;
    }

    .nav {
        display: none;
    }

    .nav_mobile {
        display: flex;
    }

    section {
        flex-basis: 70%;
        padding-left: 20px;
        box-sizing: content-box;
    }

    body aside {
        flex-basis: 30%;
        padding: 40px 20px 20px 20px;
    }

    .section__actions {
        width: 100%;
    }

    .slick_action {
        width: 100%;
    }

    body .slick__element {
        width: 100%;
        background-size: cover;
    }

    .section__info {
        height: 100px;
        margin: 0px;
        width: 100%;
        margin-bottom: 16px;
    }

    .total {
        gap: 15px;
        padding: 0px;
    }

    .section__bestgames {
        margin: 0px;
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding: 20px 0;
        margin-bottom: 16px;
    }

    .section__bestgames .game {
        width: 120px;
        height: 100px;
    }

    .section__games {
        margin: 0px;
        margin-top: 20px;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    aside {
        margin: 0px;
        width: 100%;
        flex-direction: column;
        height: auto;
        padding: 10px 30px 20px 30px;
    }

    .footer__list {
        flex-direction: column;
        padding: 0px;
        height: auto;
    }

    .social {
        padding: 0px;
    }

    .footer__logo {
        margin: 0px;
    }

    .header__s {
        right: 70px;
    }
}

.commentFormWrap {
    top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
}

.formBtnWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.commentSection,
.promo {
    height: auto;
    flex-basis: 0;
}

.promo {
    position: relative;
    top: 10px;
}

.promoImg {
    max-width: 100px;
}

.promoCode {
    background: #41485b;
    width: 60%;
    margin: 10px auto;
}

aside section {
    text-align: left;
}

@media (max-width: 1170px) {

    header li .btn {
        width: 100px;
    }

    .nav {
        gap: 20px;
        justify-content: left;
    }

    .header__s {
        right: 70px;
    }
    .aside_group{
        padding: 0px;

    }
}

@media (max-width: 1050px) {
    .header__s {
        top: 14px;
        right: 70px;
    }

}

@media (max-width: 900px) {

    .gamehall {
        display: block;
    }

    .sidebar {
        width: 100%;
    }

    .sidebarimg {
        width: 100%;
        max-width: 200px;
    }

    .sidebar_img {
        text-align: center;
    }

    .sidebar_text_all {
        padding: 0px 50px 50px 0px;
    }
    .mobile_app_text{
        display: block;
    }
    .description_text{
        display: block;
    }
    .description_text_left{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .block_demo{
        display: block;
    }
    


}

@media (min-width: 1000px) {
    #download_android {
        display: none;
    }
    #btn_android_download{
        display: none;
    }

}

@media (max-width: 1000px) {
    #download_windows {
        display: none;
    }
    #btn_windows_download{
        display: none;
    }
    .img_bar {
        width: 20%;
    }
    .bar_text {
        font-size: 16px;
    }
    .footer_text_down p {
        width: 100%;
    }

}

/* #endregion */

/* ----------------------------------------------------------*/