

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=block');
@import url('https://fonts.googleapis.com/css2?family=Spicy+Rice&display=block');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: "proxima-black";
    src: url("../../fonts/proxima/proximanova_black.ttf") format("truetype");
}
@font-face {
    font-family: "proxima-bold";
    src: url("../../fonts/proxima/proximanova_bold.otf");
}

body{
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
    background: #0A0A16;
}
a{
    text-decoration: none;
}
*{
    margin: 0;
    padding: 0;
}
input{
    height: unset;
}
.navigation_slider-game-types{
    border-radius: 10px;
    border: 1px solid #1C2436;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);

    display: flex;
    align-items: center;
}
.header-navigate-transactions.mobile {
    display: none;
}
.navigation_slider-game-types-item{
    width: 50%;
    padding: 10px 0;

    display: flex;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;

}
.navigation_slider-game-types-item.active{
    border-radius: 10px;
    background: #1E273D;
}
.block-short-menu {
    width: 180px;
}
.block-short-menu-header {
    height: 70px;
    display: block;
    background: #111623;
}
.block-short-menu-content {
    height: 100%;
    display: block;
    background: #0A0A16;
}

.click-header-menu-logo {
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
}
.footer-switcher {
    display: none;
}
.navigation{
    width: 280px;
    background: #0E121D;
    padding: 5px 5px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.04);

    min-height: 100vh;
}
.iframe_game_content-top-buttons-rightSide.mobile {
    display: none;
}
.iframe_game_content-top-buttons-rightSide-info.mobile {
    display: none;
}
.navigation .navigation_promotions_or_tournament {
    padding-left: 1px;
}
.navigation .navigation_promotions_or_tournament_item_1 {
    margin-left: 12px;
}
.navigation_promotions_or_tournament_item {
    width: 118px;
    height: 47px;
}
.navigation_promotions_or_tournament_item_1 {
    margin-top: 3px;
    height: 50px;
}
.navigation .navigation_links {
    padding: 5px 10px;
}
.navigation_slider-game-types-item-content{
    width: fit-content;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.1px;

    display: flex;
    align-items: center;
}
.navigation_slider-game-types-item-content > svg{
    margin-right: 6px;
}
.navigation_promotions_or_tournament{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.navigation_links{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}
.navigation_links > .navigation_links-item{
    margin-top: 20px;
    color: #576081;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    display: flex;
    align-items: center;
}
.navigation_links > .navigation_links-item > img{
    margin-right: 6px;
}
.navigation_links > .navigation_links-item:first-child{
    margin-top: 0;
}
.navigation .navigation_links-item-hr{
    outline: none;
    border: none;
    background: #202635;
    margin-top: 4px;
    height: 1px;
    margin-left: -5px;
    margin-right: -5px;
}
.navigation .navigation_links-item-hr-min {
    outline: none;
    border: none;
    background: #202635;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.body-content{
    display: flex;
}
.content{
    background: #0A0A16;
    width: calc(100vw - 280px);
}
.header{
    background: #111623;
    height: 70px;
    color: #fff;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 15px 120px 15px 40px;
    box-sizing: border-box;
}
.header_leftSide-logotype{
    display: flex;
    align-items: center;
}
.header_leftSide-logotype-image{
    object-fit: cover;
    image-rendering: pixelated;
}
.header_leftSide-logotype-text{
    margin-left: 20px;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 83.333% */
    letter-spacing: 0.2px;

    font-family: Rubik;
}
.header_leftSide{
    display: flex;
    gap: 20px;

}
/*.recovery_window-header-rightSide {*/
/*    display: none;*/
/*}*/
.card-form-group {
    margin-bottom: 20px;
}

.card-visa-wrapper {
    margin-left: 55px;
    margin-right: 55px;

    margin-bottom: 30px;
}

.card-form {
    width: 100%;
    position: relative;
}
.card-form .card-form-icon {
    position: absolute;

    top: 10px;
    bottom: 0;
    right: 10px;
    left: auto;
}

.card-form > .card-form-icon.cvc {
    top: 7px;
}

.right-text-cvc {
    margin-left: 98px;
}
.right-text-country {
    margin-left: 170px;
}
.right-text-state {
    margin-left: 165px;
}
.deposit_submit.promotions.not-active {
    background: radial-gradient(112.62% 259.48% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    opacity: 0.5;
}
.header_leftSide-search-input{
    outline: none;
    border: none;

    border-radius: 10px;
    border: 1px solid #1C2436;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);

    color: #576081;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.1px;

    /*height: 40px;*/
    width: 200px;
    padding: 10px 16px;

    display: block;
}
.header_leftSide-search-input::placeholder{
    color: #576081;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.1px;
}
.header_leftSide-search-submit{
    border: none;
    outline: none;
    background: url("../images/search-icon.svg");
    width: 14px;
    height: 14px;
    display: block;

    position: absolute;
    margin-top: -28px;
    margin-left: 170px;
    cursor: pointer;
}

.header_LeftSearch {
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    border: 1px solid #1C2436;
    border-radius: 5px;

    width: 500px;
    height: 40px;

    margin-left: 60px;

    align-items: center;

    display: flex;
}
.header_LeftSearch input[class="input-search-test"]{
    padding: 10px 20px;

    font-style: inherit;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    letter-spacing: 0.1px;
}
.input-search-test::placeholder{
    color: #576081;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.1px;
}
.header_LeftSearch > .header_searchIcon {
    box-sizing: border-box;
    width: 40px;
    height: 40px;

    background: #1E273D;
    border: 1px solid #263049;
    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: -1px;
    margin-left: -1px;
}
.header_LeftSearch > .header_searchIcon-settings {
    box-sizing: border-box;
    width: 50px;
    height: 40px;

    background: #1E273D;
    border: 1px solid #263049;
    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: -1px;
    margin-left: -1px;
}
.header_LeftSearch > .header_searchIcon-settings.login-icon {
    width: 50px;
}
.header_LeftSearch > .header_searchIcon-settings.password-icon {
    width: 80px;
}
.header_LeftSearch input[class="input-search-settings"]{
    padding: 10px 10px;

    font-style: inherit;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    letter-spacing: 0.1px;
}
.input-search-settings::placeholder{
    color: #576081;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.1px;
}
.mini-login-panel {
    display: flex;
}
.mini-login-panel .header_LeftSearch {
    width: 200px;
    margin-left: 10px;
}
/*.switcher-style-class {*/
/*    position:relative;*/

/*    background: #1E273D;*/
/*    border: 1px solid #263049;*/
/*    border-radius: 5px;*/

/*    width: 25px;*/
/*    height: 40px;*/

/*    margin-left: 10px;*/
/*}*/

.switcher-style-class > .lignt-style-button {
    position: absolute;
    top: 0px;
}
.switcher-style-class > .dark-style-button {
    position: absolute;
    bottom: 0px;
}


.switcher-style-class {
    position:relative;

    background: #1E273D;
    border: 1px solid #263049;
    border-radius: 5px;

    width: 25px;
    height: 40px;

    margin-left: 10px;
}

.header_rightSide-balance{
    border-radius: 10px;
    border: 1px solid #1C2436;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);

    width: 225px;
    display: flex;
    justify-content: space-between;
}

.header_centerSide{
    display: flex;
    justify-content: space-around;
}
.header_rightSide-balance-deposit{
    border-radius: 10px;
    background: var(--1, radial-gradient(155.2% 155.87% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%));
    /* #1 */
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);
    padding: 10px 16px;
    width: 86px;
    text-align: center;

    color: #F5F8FF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}
.header_rightSide-balance-text{
    color: #F5F8FF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(225px - 86px);
}
.header_rightSide-balance-text > img{
    margin-left: 6px;
}
.header_rightSide-content{
    display: flex;
}
.header_password-params {
    display: flex;
    padding-right: 6px;
}
.header_password-params_item {
    cursor: pointer;
    margin-left: 2px;
}
.login_password-params {
    position: relative;
    top: -30px;
    left: 340px;
}
.header_password-params > .icon-svg {
    padding-top: 1px;
    padding-left: 1px
}
.header_rightSide-content-button{
    outline: none;
    border: 1px solid #1C2436;
    border-radius: 5px;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    width: 40px;
    height: 40px;
    margin-left: 10px;

    cursor: pointer;

}
.circle-notification {
    position: absolute;
    margin-top: 10px;
    top: 0;
}
.header_rightSide-content-button.user{
    display: flex;
    align-items: center;
    width: unset;
}
.header_rightSide-content-button-name{
    color: #F5F8FF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    margin-left: 10px;
}
.header_rightSide-content-button.user > svg{
    margin-left: 30px;
    margin-right: 15px;
}
.top-slider {
    height: 400px;
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 120px;
    /*padding: 0px 120px 0px 100px;*/
}


/*//////////////////////////////////////////////*/

.swiper {
    width: 100%;
    /*height: %;*/
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/

    padding: 35px;
    box-sizing: border-box;
}
.game-launcher__slider-wrapper .swiper-slide{
    padding: 0;
}
.game-launcher__slider-wrapper.game-launcher__slider-wrapper--games-slider {
    margin-left: 1px;
}
.swiper-slide img {
    display: block;
    image-rendering: pixelated;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide-offer{
    display: block;
    color: #F5F8FF;
    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.30);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 56px */
    text-transform: uppercase;

    width: 500px;
    text-align: left;
}
.swiper-slide-underOffer{
    color: #7F88A8;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: 0.1px;

    text-align: left;
    display: block;
    margin-top: 10px;
}
.swiper-slide-button-get-bonus{
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 10px;
    background: linear-gradient(145deg, #EC8D48 -0.24%, #EC742D 33.14%, #ED683E 98.36%);
    /* #1 */
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */

    padding: 16px 40px;

    display: block;
    margin-top: 30px;
}
.banners-item{
    height: 282px;
    width: 32%;
    border-radius: 10px;

}
.banners{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 120px 30px 40px;
    box-sizing: border-box;
}
.games_list{
    /*padding: 0px 120px 30px 40px;*/
    margin-top: -30px;
    margin-left: 60px;
    margin-right: 0px;
}
.games_list_categories_list{
    border-radius: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #111623;
    padding: 6px 8px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
nav.games_list_categories_list.deposit {
    border: 1px solid rgba(28, 36, 54, .5);
    background: rgba(14, 18, 29, .5);
    border-radius: 4px;

    width: 650px;
    height: 40px;
    padding: 0px;

    margin-bottom: 20px;
}
.games_list_categories_list.deposit > .games_list_categories_list_item {
    opacity: 1;
}
.header-navigate-transactions {
    display: flex;
    flex-direction: row;
}
.header_LeftSearch.transactions {
    width: 210px;
    margin-left: 10px;
    margin-right: 10px;
}
.games_list_categories_list_item-counter{
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.20);
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 133.333% */

    padding: 4px 8px;
    box-sizing: border-box;
}
.games_list_categories_list_item{
    display: block;
    width: fit-content;

    margin-right: 30px;

    color: #576081;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */

    text-transform: uppercase;
}
a.select__option:hover {
    color: #F5F8FF;
}
a.games_list_categories_list_item:hover {
    color: #F5F8FF;
}
.games_list_categories_list_item.not-active{
    margin-right: 50px;
}
.games_list_categories_list_item.not-active.last{
    margin-right: 30px;
}
.games_list_categories_list_item.active{

    border-top: 1px solid rgba(255, 255, 255, 0.12);
    /* #1 */
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);
    padding: 12px;

    display: flex;
    align-items: center;

    background: radial-gradient(112.62% 259.48% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
}
.games_list_categories_list_item-text{
    margin: 0 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */

    /* identical to box height, or 114% */
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
}
.games_list_types_list{
    display: flex;
    align-items: center;
}
.games_list_types_list .games_list_types_list_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.25rem;
            flex: 0 0 3.25rem;
  }
.games_list_types_list_item{
    display: block;
    margin-right: 20px;
    color: #576081;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 100% */
}
.games_list_types_list_item.active{
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: var(--1, radial-gradient(155.2% 155.87% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%));
    /* #1 */
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);

    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */

    padding: 12px 20px;
}
.games_list_item{
    /*width: 198px;*/
    height: 260px;
    border-radius: 10px;

}
.games_list_all_games{
    margin-top: 65px;
}
.games_list_all_games_list_swiper{
    overflow-x: hidden;
}
.games_list_all_games_name{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;

    display: flex;
    align-items: center;

}
.games_list_all_games_name > svg{
    margin-right: 12px;
}
.games_list_all_games_header{
    margin-bottom: 25px;
}
.casino_table{
    color: #fff;

    padding: 0px 120px 30px 40px;
    box-sizing: border-box;
}
.casino_table_header{
    display: flex;

    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #0E121D;
    box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);

}
.column{
    width: 16.6%;
    display: flex;
    align-items: center;
    padding: 12px 25px;
    box-sizing: border-box;
}
.row{
    display: flex;

}
.table_name_game_circle{
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    border: 1px solid #1C2436;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;

    width: 32px;
    height: 32px;

    margin-right: 12px;
}
.casino_table_body > .row:nth-child(even){
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #0E121D;
    box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);
}
.column > img{
    margin-right: 12px;
}
.casino_table_name{
    margin-top: 30px;
    color: #FFF;
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.30);
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 40px;
}
.casino_table_name > .sportbook{
    color: #576081;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    text-transform: uppercase;
    margin-left: 30px;
    cursor: pointer;
}
.input-search-test {
    color: var(--color-text);
}
.dont_have_crypto_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #0E121D;
    box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);
    padding: 30px 40px;
}
.dont_have_crypto_row{
    display: flex;
    align-items: center;
}
.dont_have_crypto_row > svg{
    margin-right: 45px;
}
.dont_have_crypto_row > svg:last-child{
    margin-right: 0;
}
.dont_have_crypto{
    padding: 30px 0px 30px 0px;
    color: #fff;
}
.dont_have_crypto_button{
    border: none;
    outline: none;
    text-align: center;
    color: #F5F8FF;
    padding: 15px 36px;
    box-sizing: border-box;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    cursor: pointer;

    /* #1 */
    background: radial-gradient(132.75% 155.27% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    /* #1 */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}
.footbal_cards{
    padding-left: 40px;
    overflow: hidden;
    padding-right: 120px;
    width: 100%;
}
.swiper-wrapper{
    height: 400px;
}
.footbal_cards-item{
    padding: 9px;
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #0E121D;
    box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);

    color: #fff;

    width: 220px;
}
.footbal_cards-item_header-live{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    display: block;
    padding: 4px 6px;

    border-radius: 2px;
    background: #C12928;

    width: fit-content;
}
.footbal_cards-item_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footbal_cards-item_header-views{
    display: flex;
    align-items: center;

    color: #576081;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footbal_cards-item_header-views > svg{
    margin-right: 3px;
}
.footbal_cards-item_teams{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 16px;

    color: #576081;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0 14px;
}
.footbal_cards-item_teams > img{
    height: 66px;
    /*width: 100%;*/
}
.footbal_cards-item_teams > img:first-child{
    margin-right: 10px;
}
.footbal_cards-item_teams > img:last-child{
    margin-left: 10px;
}
.footbal_cards-item_time{
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.footbal_cards-item_time-text{
    color: #576081;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footbal_cards-item_time-row{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 3px;
}
.footbal_cards-item_time-row-complete{
    border-radius: 5px;
    background: #C12928;
    width: 70%;
    height: 2px;
}
.footbal_cards-item_time-row-notcomplete{
    border-radius: 5px;
    background: #576081;
    height: 2px;
    width: 29%;
    margin-left: 4px;
}
.footbal_cards-item_time-name{
    margin-top: 8px;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.footbal_cards-item_teamstext{
    margin-top: 5px;
}
.footbal_cards-item_teamstext-row{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.footbal_cards-item_teamstext-row-column{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footbal_cards-item_teamsmoney{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 15px;
}
.footbal_cards-item_teamsmoney-item{
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #1C2436;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    display: flex;
    align-items: center;
}
.footbal_cards-item_teamsmoney-item-first{
    color: #576081;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-right: 14px;
    display: block;
}
.footbal_cards-item_teamsmoney-item-second{
    display: block;
}
.footbal_cards-wrapper{
    overflow: hidden;
}
.live_matches_name{
    margin-bottom: 25px;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.2px;

    padding-left: 40px;
    margin-top: 15px;
}
.footer{
    background: #111623;
    padding: 40px 120px 0px 320px;
    box-sizing: border-box;
}
.footer_about_website_text{
    display: block;
    margin-top: 5px;

    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    width: 322px;
}
.footer_row{
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid rgba(40, 47, 72, 0.4);
    padding-bottom: 15px;
    text-align: center;
}
.footer_nav_list{
    display: flex;
    flex-direction: column;
}
.footer_nav_list_item{
    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: left;
    font-family: Rubik;
    line-height: 17px;
    /* identical to box height */
    display: flex;
    align-items: center;
}

a.footer_nav_list_item:hover {
    color: #F5F8FF;
}

.footer_nav_list_item.name{
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;

    color: #ECECEC;
}
#language{
    display: none;
}
.footer_switch_language{
    color: #fff;
}
.select-styled{
    cursor: pointer;
    padding: 6px;
    border-radius: 10px;
    background: linear-gradient(180deg, #2A3142 0%, #232A3A 114.58%);
}
.select-options > li[rel="hide"]{
    display: none;
}
.select-options{
    list-style: none;
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #171E2F;
    padding: 12px;
    margin-top: 10px;
    position: absolute;
}
.select-options li{
    margin-bottom: 12px;
    cursor: pointer;
}
.container > .footer_row:nth-child(2){
    flex-direction: column;
}
.container > .footer_row:nth-child(3){
    flex-direction: column;
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
}
.logo-18 {
    margin-right: 15px;
}
.container {
    width: 1353px;
}
.container > .footer_row:nth-child(3) > span {
    margin-bottom: 15px;
}
.text-gambling-title {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */

    color: #576081;
}
.text-gambling-title.title {
    padding-top: 10px;
}
.text-gambling-title.description {
    margin: 0 auto;
}
.footer_logotypes_row_upper {
    width: 1353px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 10px;
}

.footer_logotypes_row_upper > img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.footer_logotypes_row_upper > img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer_logotypes_row_down{
    width: 940px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_copyright{
    color: #576081;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */

    padding-top:10px;
}
.color_white{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
.color_white_text {
    color: #FFF;
}
.deposit_page,
.verification_page,
.raffle_page{
    color: #fff;
    padding: 30px 120px 0px 40px;

    display: flex;
    justify-content: space-between;
}
.raffle_list_page{
    padding: 30px 120px 0px 40px;
    color: #fff;
}

.deposit_page-name{
    color: #F5F8FF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
    letter-spacing: 0.1px;

    font-family: 'Rubik';
    text-transform: uppercase;
}
.deposit_page-hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.deposit_page-hr.transactions {
    margin-top: 10px;
    margin-bottom: 10px;
}
.column-name{
    color: #F5F8FF;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */

    display: block;

    text-transform: uppercase;

    font-family: 'Rubik';
    font-weight: 500;
    font-size: 15px;
}
.promotions_list{
    list-style: none;
    display: flex;
    flex-direction: column;

    margin-top: 15px;
}
.deposit_option_item > img {
    margin-top: 10px;
}
.deposit_option_item > span {
    top: 222px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #7881A1;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    margin-bottom: 5px;
}
.promotions_list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 16px;
    box-sizing: border-box;
}
.promotions_list-item-leftSide{
    display: flex;
    align-items: center;
}
.radio-div-visible{
    display: block;
    border-radius: 8px;
    border: 2px solid #576081;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 12px;
}
.radio-div-disable-gifts{
    margin-right: 10px;
}
.promotions_list-item-name.disabled {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    color: #7881A1;

    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.promotions_list-item{
    cursor: pointer;;
}
.promotion_input_radio{
    display: none;
}
.promotion_input_radio:checked+.promotions_list-item > .promotions_list-item-leftSide > .radio-div-visible {
    border-radius: 8px;
    border: 2px solid var(--1, #9186FF);
    display: flex;
    align-items: center;
    justify-content: space-around;

}
.promotion_input_radio:checked+.promotions_list-item{
    border-radius: 5px;
    border: 1px solid #574AFF;
    background: #1E273D;
}
.promotion_input_radio:checked+.promotions_list-item > .promotions_list-item-leftSide > .radio-div-visible > .radio-div-visible_in{
    display: block;
    border-radius: 6px;
    background: var(--1, radial-gradient(282.86% 136.91% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%));
    width: 16px;
    height: 16px;
    flex-shrink: 0;

}
.promotions_list-item-name{
    color: #F5F8FF;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */

    font-family: 'Rubik';
}
.promotions_list-item-rightSide-deposit{
    color: #7881A1;
    text-align: right;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.promotions_list-item-rightSide-deposit-count{
    color: #F5F8FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.promotions_list-item{
    border-radius: 5px;
    border: 1px solid #1C2436;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    padding: 15px;
    width: 100%;
}
.promotions_list{
    width: 100%;
}
.deposit_page-columns{
    display: flex;
    justify-content: space-between;

    width: 100%;
}
.deposit_page-leftSide{
    width: 66%;
}
.deposit_page-rightSide{
    width: 33%;
    margin-top: 30px;
}
.mobile-linear-navigate {
    display: none;
}
.mobile-close-menu {
    display: none;
}
.mobile-notifications {
    align-content: center;
    margin-left: 25px;
}
.deposit_page-leftSide-column,
.deposit_page-rightSide-column{
    display: block;
    width: 50%;
}
.deposit_page-rightSide-column{
    box-sizing: border-box;
    padding-left: 30px;
}
.deposit_amount_row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.deposit_amount_row-item-input{
    display: none;
}
.deposit_amount_row-item{
    width: 32%;

    border-radius: 5px;
    border: 1px solid #1C2436;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);

    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;

    margin-top: 10px;
    cursor: pointer;
}
.deposit_amount_row-item-text{
    color: #7881A1;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}
.deposit_amount_row-item-input:checked+.deposit_amount_row-item{
    border-radius: 5px;
    border: 1px solid #574AFF;
    background: #1E273D;
}
.before_other_amount{
    position: absolute;
    margin-top: 10px;
    color: #F5F8FF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    box-sizing: border-box;
    width: 50px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-left: 0px;

    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    border: 1px solid #1C2436;
    border-radius: 5px;
}
.other_amount{
    outline: none;
    border: none;
    border-radius: 5px;
    background: #0E121D;
    margin-top: 10px;
    padding: 14px 65px;
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    margin-bottom: 20px;
}
.other_amount::placeholder{
    color: #3D4253;
}
.deposit_option_item{
    border-radius: 5px;
    border: 1px solid #1C2436;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.64) 100%);
    box-sizing: border-box;
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 90px;
    margin-top: 10px;
    cursor: pointer;

    flex-direction: column;
}
.deposit_option_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#log_in_button{
    outline: none;
    border: none;
    background: none;
    color: #F5F8FF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    cursor: pointer;
}
.landing_section_name_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 120px 30px 40px;
}
.landing_section_name_row > .live_matches_name{
    padding-left: 0;
}
.live_matches_more{
    border: none;
    outline: none;
    padding: 12px 18px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
    border-radius: 10px;
    border: 1px solid #1C2436;

    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);

    display: flex;
    align-items: center;
}
.navigation_support-telegram,
.navigation_support-support,
.navigation_support-email{
    background: #171E2F;
    border-radius: 5px;
    padding: 10px 18px;
    box-sizing: border-box;

    color: #576081;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    display: flex;
    align-items: center;
}
.navigation_navs .navigation_support-support {
    background: #171E2F;
    border-radius: 5px;
    box-sizing: border-box;
    color: #576081;

    display: flex;
    align-items: center;

    margin-top: 5px;
    height: 40px;
    padding-left: 12px;
    padding-top: 15px;

    align-content: center;

    text-align: left;
}
.navigation_navs .navigation_support-support > span {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}
.icon-navigate > img {
    width: 27px;
}
img.image-navigate {
    vertical-align: baseline;
}
.navigation_support-support > span.icon-navigate{
    margin-right: 15px;
}
.slide-left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    gap: 10px;
    border-radius: 16px;
    margin-left: 84px;
    /*transform: rotate(-180deg);*/
}
.main-logotype {
    font-family: "Spicy Rice", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2px;
    padding-left: 20px;
    color: #FFFFFF;
}
.navigation_support-telegram > img,
.navigation_support-support > img,
.navigation_support-email > img{
    margin-right: 10px;
}
.navigation_support-email,
.navigation_support-telegram{
    width: 48%;
    padding: unset;
    padding: 10px 0;
    justify-content: center;
}
.navigation_support{
    margin-top: 100px;
}
.navigation_support-row{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.navigation .navigation_navs {
    padding: 0px 12px;
}
.navigation_navs {
    /*margin-top: 12px;*/
}
.live_matches_more > svg{
    margin-left: 6px;
}
#register_in_button{
    outline: none;
    border: none;
    cursor: pointer;

    margin-left: 10px;

    /* padding: 12px 32px; */
    color: #F5F8FF;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    min-width: 125px;
    height: 40px;

    border-radius: 5px;

    background: radial-gradient(112.62% 259.48% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;

    text-transform: uppercase;
}
#register_in_button-orange {
    outline: none;
    border: none;
    cursor: pointer;

    /*padding: 12px 32px;*/
    color: #F5F8FF;
    width: 125px;
    height: 40px;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    background: linear-gradient(145.4deg, #EC8D48 -0.24%, #EC742D 33.14%, #ED683E 98.36%);

    text-transform: uppercase;

    text-align: center;
}
input[name='deposit_option-radio']{
    display: none;
}
input[name='deposit_option-radio']:checked+.deposit_option_item{
    border-radius: 5px;
    border: 1px solid #574AFF;
    background: #1E273D;
}
input[name='deposit_option-radio']:checked+.deposit_option_item > span{
    color: #F5F8FF;
}
.deposit_submit{
    padding: 16px;
    display: block;
    width: 100%;
    outline: none;
    border: none;

    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    color: #F5F8FF;

    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);


    cursor: pointer;

    /* Градиент 1 */
    background: radial-gradient(132.75% 155.27% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    /* #1 */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}
.deposit_submit.promotions {
    width: 174px;
    margin: 0 auto;
}

.deposit_page-rightSide{
    padding-left: 20px;
    box-sizing: border-box;
}
.deposit_page-rightSide-userCard{
    border-radius: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #111623;

    width: 100%;
    padding: 32px 20px;
    box-sizing: border-box;
}
.deposit_page-rightSide-userCard-button{
    margin-top: 15px;
    display: block;
    outline: none;
    border: none;

    border-radius: 5px;
    border: 1px solid #1C2436;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    color: #7881A1;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    padding: 14px;
    width: 100%;
    cursor: pointer;

    box-sizing: border-box;
    text-align: center;

    font-family: Rubik;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);

    text-transform: uppercase;
}
.deposit_page-rightSide-userCard-button.logout{
    background: unset;
}
.deposit_page-rightSide-userCard-buttonsRow{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 20px;
}
.deposit_page-rightSide-userCard-buttonRow{
    display: block;
    outline: none;
    border: none;

    border-radius: 5px;
    border: 1px solid #1C2436;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);

    color: #7881A1;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    width: 48%;
    padding: 14px;
    box-sizing: border-box;

    cursor: pointer;
    text-align: center;

    font-family: 'Rubik';
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
}
.deposit_page-rightSide-userCard-buttonRow.active{
    border-radius: 5px;
    background: var(--1, radial-gradient(155.2% 155.87% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%));
    /* #1 */
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);

    color: #F5F8FF;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */

    font-family: 'Rubik';
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);

    text-transform: uppercase;
}

.deposit_page-rightSide-header {
    display: flex;
    align-items: center;

    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    border: 1px solid #1C2436;
    border-radius: 5px;

    width: 160px;
}
.deposit_page-rightSide-header-bitcoin{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    border: 1px solid #1C2436;
}

.deposit_page-rightSide-userCard-balance{
    display: flex;
    width: auto;
    margin-top: 30px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    border-radius: 5px;
    background: #0E121D;
}
.deposit_page-rightSide-userCard-balance-bitcoin{
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #1C2436;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
}
.deposit_page-rightSide-userCard-balance-text{
    margin-left: 20px;
    color: #F5F8FF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    font-family: Rubik;
    font-weight: 600;
    font-size: 15px;
    /* identical to box height, or 133% */
    display: flex;
    align-items: center;
    text-align: center;

}
.deposit_page-rightSide-userCard-name{
    color: #F5F8FF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: 0.1px;

    display: block;
    text-align: center;

    font-family: 'Rubik';
}
.deposit_page-hr{
    border: 1px solid rgba(32, 38, 53, 0.4)
}
.deposit_history.withdrawal {
    margin: 60px 0;
}
.deposit_history_table_row_column_button_reverse{
    outline: none;
    border: none;
    border-radius: 5px;
    background: radial-gradient(50% 50% at 50% 0%, #24CB61 0%, #1CA750 100%);
    color: #F5F8FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
    padding: 6px 32px;
    box-sizing: border-box;
    cursor: pointer;
}
.deposit_history_table_row{
    display: flex;
    align-items: center;
    padding: 12px 20px;
    box-sizing: border-box;
}
.deposit_history_table_row:nth-child(odd){
    border-radius: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #0E121D;
    box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);
}
.deposit_history_table_row_column{
    width: 25%;
    text-transform: uppercase;
}
.deposit_history_table_row > .deposit_history_table_row_column:nth-child(1){
    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */

    text-align: center;
}
.deposit_history_table_row > .deposit_history_table_row_column:nth-child(2){
    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */

    text-align: center;

    padding-left: 20px;
}
.deposit_history_table_row > .deposit_history_table_row_column:nth-child(3){
    display: flex;
    align-items: center;

    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */

    padding-left: 30px;
}
.deposit_history_table_row > .deposit_history_table_row_column:nth-child(3) > img{
    margin-right: 8px;
}
.deposit_history_table_row > .deposit_history_table_row_column:nth-child(4){

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height, or 200% */
    display: flex;
    align-items: center;

    color: #C87031;

    padding-right: 50px;
}
.deposit_history_table_row > .deposit_history_table_row_column {
    display: flex;
    padding-right: 10px;
    justify-content: center;
    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
}
.deposit_history_table_row > .deposit_history_table_row_column.transactions:nth-child(5){
    display: flex;
    padding-right: 10px;
    justify-content: center;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    /* or 200% */

    color: #576081;

    text-transform: uppercase;
}
.deposit_history_table_row_column.bets {
    width: 50%;
}
.withdraw_wallet_address{
    margin-top: 0;
    padding-left: 20px;
}
.withdraw_list-item{
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    box-sizing: border-box;

    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    border: 1px solid #1C2436;
    border-radius: 5px;
}
.withdraw_list-item-leftSide{
    display: flex;
    align-items: center;
}
.withdraw_list-item-leftSide-text-name{
    display: block;
    color: #F5F8FF;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
}
.withdraw_list-item-leftSide-text-fee{
    margin-top: 8px;
    display: block;

    color: #7881A1;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
}
.withdraw_list-item-leftSide-text{
    margin-left: 16px;
}
.withdraw_list-item-leftSide-image{
    width: 32px;
    height: 32px;
}
.withdraw_list-item-rightSide{
    display: flex;
    align-items: center;
}
.withdraw_list-item-rightSide-text{
    display: flex;
    flex-direction: column;

    margin-right: 20px;
}
.withdraw_list-item-rightSide-text-item{
    color: #7881A1;
    text-align: right;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
}
.withdraw_list-item-rightSide-text-item > .bold{
    color: #F5F8FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.withdraw_list-item{
    cursor: pointer;
    margin-top: 16px;
}
.withdraw_list-item:first-child{
    margin-top: 0;
}
.withdraw_list-item-rightSide-active{
    border-radius: 8px;
    border: 1.2px solid #576081;
    width: 24px;
    height: 24px;
}
.withdraw_list-item-rightSide-text > .withdraw_list-item-rightSide-text-item:first-child{
    margin-bottom: 8px;
}
.withdraw_input_radio{
    display: none;
}
.withdraw_input_radio:checked+.withdraw_list-item {
    background: #1E273D;
    border-radius: 5px;

    border: 1px solid #574AFF;
}
.withdraw_input_radio:checked+.withdraw_list-item .withdraw_list-item-rightSide-active{
    border-radius: 8px;
    border: 2px solid var(--1, #9186FF);
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.withdraw_input_radio:checked+.withdraw_list-item .withdraw_list-item-rightSide-active-outline{
    border-radius: 6px;
    background: var(--1, radial-gradient(282.86% 136.91% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%));
    width: 18px;
    height: 18px;
}
label[for="withdraw_type_2"] .withdraw_list-item-leftSide-image,
label[for="withdraw_type_3"] .withdraw_list-item-leftSide-image{
    width: 84px;
    height: unset;
}
.deposit_history_table_row.header > .deposit_history_table_row_column{
    text-align: center;
    display: block;
}
.deposit_history_table_row.header > .deposit_history_table_row_column:first-child{
    text-align: left;
}
.deposit_history_table.transaction > .deposit_history_table_row{
    text-align: center;
}
.deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:first-child{
    text-align: left;
}
.deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(2) > div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(2) > div > img{
    margin-right: 8px;
}
.column-row-type-text{
    display: none;
}
.deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(3){
    display: block;

    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */

    text-transform: uppercase;
}
.paginate-navs {
    display: flex;
    flex-direction: row;
    gap: 8px;
    float: right;
    margin: 16px 0;
    cursor: pointer;
    flex-wrap: wrap;
}
.prev-nav {
    margin-right: 15px;
    margin-top: 2px;
}
.next-nav {
    margin-left: 5px;
    margin-top: 2px;
}
.paginate-number {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: 0.01em;

    color: #576081;
}
.paginate-number.active {
    color: #F5F8FF;
}
.deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(4){
    display: block;

    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
}
.deposit_history_table_row.header > .deposit_history_table_row_column:nth-child(2){
    color: #7881A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
}
.deposit_page-rightSide-userCard-button.active{
    border-radius: 5px;
    border: 1px solid #263049;
    background: #1E273D;
    color: #fff;
}
.promotions-row{
    display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
}
.promotions-row.promotions {
    margin-top: 10px;
}
.swicher-promotions-wrapper {
    background: #11131F;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    width: 330px;
    height: 44px;
    float: right;
    margin-left: auto;
}
.promotions-block-switcher {
    display: flex;
}
.deposit_submit.not_active.promotions {
    width: 96px;
    height: 35px;
    margin-top: 4px;
    padding: 0px;
    margin-right: 5px;
}
.login_window-header-close.gift {
    margin-top: 5px;
}
.promotions-descrioption-first-window {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #7881A1;
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);

    display: block;
    margin-top: 25px;
}
.promotions-info-descriptions {
    display: flex;
}
.title-container-promotions-text {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 160% */

    color: #F5F8FF;

    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
}
.title-switcher-promotions {
    padding-top: 13px;
    padding-left: 18px;

    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: 0.1px;

    color: #576081;
}
.promotions-second {
    margin-top: 20px;
}
.promotions-row-item{
    width: 49%;
    background-color: #0E121D;
    background-image: url("../images/promotions-background-item.png");
    padding-left: 24px;
    padding-bottom: 36px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.promotions-row-item-ends{
    display: flex;
    justify-content: flex-end;
}
.promotions-row-item-ends-text{
    background: rgba(30, 39, 61, 0.60);
    padding: 8px 12px;

    color: #576081;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.12px;
    word-wrap: break-word;

    border-radius: 0px 5px;
}
.promotions-row-item-name{
    color: #F5F8FF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
    word-wrap: break-word;
    width: 220px;
    display: block;
    margin-top: -10px;
}
.romotions-row-item-name-bonus {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
    /* or 160% */

    color: #9186FF;

    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
}
.promotions-row-item-ends-text-color{
    color: #F5F8FF;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.12px;
    word-wrap: break-word
}
.promotions-row-item-urbonus-text{
    color: #576081;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.10px;
    word-wrap: break-word;

    margin-top: 20px;
    display: block;

    font-family: Rubik;
    font-style: normal;
    font-weight: 500;

    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
}
.promotions-row-item-urbonus-value{
    display: flex;
    align-items: center;

    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    /* or 125% */

    color: #F5F8FF;

    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
}
.promotions-row-item-urbonus-value > img{
    margin-right: 10px;
}
.security-button.promotions {
    width: 130px;
    height: 40px;

    padding: 11px 20px;
}
.navigation-promotions {
    margin-top: 25px;
    display: flex;
}

.promotions-descriptions {
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 7px;

    cursor: pointer;
}
.promotions-arrow {
    margin-top: 15px;

    cursor: pointer;
}
.close-container-promotions {
    position: relative;
}
.login_window-header-rightSide.promotions {
    position: absolute;
    right: 0;
    z-index: 2;

    cursor: pointer;
}
.login_window-header-rightSide.promotions.description {
    cursor: pointer;

    right: 30px;
}
.ul-number-description {
    width: 250px;

    margin-top: 5px;
}
.ul-number-description > ul > li {
    padding-top: 10px;
    display: flex;
}
.ul-number-description-second {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    color: #7881A1;

    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);

    width: 250px;
    margin-left: -45px;
    margin-top: 5px;
}
.ul-number-description-second > ul > li {
    padding-top: 15px;
}
.bonus-color-promotions {
    color: #9186FF;
}
.cost-promotions-color {
    color: #FFFFFF;
}
.promotions-rules-text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    /* or 133% */

    /* #2 */
    background: radial-gradient(43.79% 69.32% at 47.73% 61.82%, #4E8BFF 0%, #3474EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;

    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}
.promotions-rules-icon {
    margin-left: 10px;
    margin-top: 2px;
}
.bottom-rules-promotions {
    display: inline-flex;
    margin-top: 22px;
    margin-left: 40px;

    cursor: pointer;
}
.icon-desctiprion-item {
    float: left;
}
.text-desctiprion-item {
    padding-left: 10px;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    color: #7881A1;

    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);
    margin-top: 8px;
}
.promotion-title {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;

    color: #F5F8FF;
}
.promotions-row-item-wager-text{
    margin-top: 24px;
    display: block;
    color: #576081;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.10px;
    word-wrap: break-word;
    margin-bottom: 10px;
}
.promotions-row-item-wager-value-color{
    color: #F5F8FF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word
}
.promotions-row-item-wager-value{
    color: #576081;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word
}

.deposit-successfull-mobile-text{
    display: none;
}
.dont_have_crypto-text.mobile-text{
    display: none;
}
.dont_have_crypto-text {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;

    color: #FFFFFF;
}
.mobile_bottom_menu{
    display: none;
}
.navigation-overlay-mobile{
    display: none;
}
.login_window_container{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    z-index: 100;
}
.notifications-title.text-transform {
    text-transform: lowercase;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    color: #F5F8FF;
}
.notifications-title.text-transform::first-letter {
    text-transform: uppercase;
}
.deposit-promotion-wrapper {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}
.deposit-crypto-wrapper {
    /*padding-left: 60px;*/
    /*padding-right: 60px;*/
    width: 100%;
}
.promotions_list.promotions-notify {
    padding-top: 5px;
    padding-bottom: 20px;
}
.logo-crypto {
    background: linear-gradient(180deg, #1C2436 0%, #1C2436 100%);
    border: 1px solid #151A27;
    border-radius: 5px 0px;

    margin-right: 15px;
}
.logo-crypto-cost {
    margin-top: 10px;
    margin-right: 10px;
}
.logo-crypto-cost-number {
    margin-top: 12px;
    margin-right: 15px;
}
.logo-crypto-fee {
    margin-top: 12px;
}
.logo-crypto-fee > span {
    color: #7881A1;
}
.logo-crypto.card > svg {
    margin-top: 4px;
}

.crypto-content {
    display: flex;
    flex-direction: row;

    margin-left: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.qr-code-crypto {
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    border: 1px solid #1C2436;
    border-radius: 5px;

    padding: 5px;

    margin-right: 30px;
}
.line-crypto-separate {
    height: 90px;
    width: 3px;
    border-radius: 5px;

    background: radial-gradient(112.62% 259.48% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
}
.crypto-inputs-content {
    margin-left: 30px;
}
.crypto-or {
    margin-left: -7px;
}
.timer-wrapper > svg {
    margin-right: 10px;
}
.login_window-overlay{
position: fixed;
z-index: 101;
background: rgba(0,0,0,0.7);
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.search_window-overlay{
position: fixed;
z-index: 101;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.login_window{
position: fixed;
display: flex;

z-index: 102;

border-radius: 5px;
background: #111623;

left:50%;
top:50%;
transform:translate(-50%,-50%);

}
.login_window.notifications-width {
    width: 605px;
    padding-bottom: 30px;
}

.login_window.notifications-width.card{
    width: 470px;
}

.login_window-form{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 0;

    width: 415px;
}
.login_window-form.recovery {
margin-left: 5px;
margin-right: 5px;
}

.login_window-form-group{
display: flex;
flex-direction: column;
color: #fff;
margin-top: 10px;
}

.login_window-form-group-row {
display: flex;
flex-direction: row;
color: #fff;
margin-top: 10px;

gap: 15px;
}
.login_window-form-label-row{
color: #576081;
font-feature-settings: 'clig' off, 'liga' off;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 166.667% */
    letter-spacing: 0.1px;

    font-family: Rubik;
}
.login_window-form-label-row.dec-130{
    margin-left: 130px
}
.login_window-form-label{
    color: #576081;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.1px;

    font-family: Rubik;
}

.login_window-form-group-row:nth-of-type(1) {
    flex-grow: 1;
}
.login_window-form-group-row:nth-of-type(2) {
    flex-grow: 2;
}
.login_window-form-group-row:nth-of-type(3) {
    flex-grow: 1;
}

.login_window-header{
    background: url("../images/slider-background.png");
    background-size: cover;
    background-position: right;
    height: 200px;

    padding: 15px;
    box-sizing: border-box;
}
.recovery_window-header {
    background: url('../../images/password-recovery.png');
    display: flex;

    height: 200px;
    border-radius: 5px;
}
.notifications_window-header {
    display: flex;
    border-radius: 5px;
}
.recovery-password-wrapper.notifications {
    padding-left: 30px;
}
.notifications-title {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;

    color: #FFFFFF;

    text-transform: uppercase;

    padding-top: 15px;
}
.logo-crypto {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    border-radius: 4px;
    color: #FFFFFF;

    text-transform: uppercase;
    width: 40px;
    height: 40px;
    text-align: center;

    padding-top: 3px;
}
.crypto-logo-wrapper {
    display: flex;
    flex-direction: row;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;

    /*color: #7881A1;*/
    color: #FFFFFF;
}
.notification-list {
    margin-top: 30px;
}
.notification-datetime {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 28px;
    /* or 280% */
    /*display: flex;*/
    /*align-items: center;*/

    color: #576081;

    padding-top: 10px;
}
.notification-item {
    height: 205px;
    display: flex;
    flex-direction: column;
    padding: 10px;

    margin-bottom: 10px;

    background: #171E2F;
    border-radius: 5px;
}
.notification-comment-block {
    display: flex;
    flex-direction: column;
    gap:20px
}
.notifications-scroll-navigate {
    width: 5px;

    background: #576081;
    border-radius: 2px;

    width: 317px;
}
.notifications-scroll-navigate.active {
    background: #1C2436;
    border-radius: 2px;
}
.notification-comment-block > span {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;

    color: #576081;
}

.border-notifications {
    width: 508px;
    border: 1px solid #202635;

    margin-top: 10px;
    margin-bottom: 10px;
}
.notification-title-subtitle {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    color: #FFFFFF;
    padding-left: 10px;
}

.login_window-header-leftSide{
    display: flex;
    align-items: center;
    height: fit-content;
}
.login_window-header-logotype-image{
    border-radius: 6px;
    background: #1E273D;
    display: block;
    width: 26px;
    height: 26px;
}
.login_window-header-close{
    cursor: pointer;
    display: block;
    vertical-align: middle;
    text-align: center;

    margin-top: 11px;
}

.recovery_window-header-close{
    cursor: pointer;
    display: block;
    vertical-align: middle;
    text-align: center;

    margin-top: 11px;
}
.login_window-header-rightSide {
    float: right;
    overflow: hidden;

    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #1C2436 0%, #1C2436 100%);
    border: 1px solid #151A27;
    border-radius: 0px 5px 0px 5px;

    margin-top: -1px;
    margin-right: -1px;
}

.recovery_window-header-rightSide {
    /*float: right;*/
    overflow: hidden;

    position: absolute;
    right: 0;

    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #1C2436 0%, #1C2436 100%);
    border: 1px solid #151A27;
    border-radius: 0px 5px 0px 5px;

    margin-top: -1px;
    margin-right: -1px;
}

.login-window-bottom {
    width: 375px;
    height: 300px;

    background: url("/resources/img/login/login-bottom.png");
    mix-blend-mode: normal;
    border-radius: 5px;

    margin: 20px 20px;
}

.login_window-header-logotype-text{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: 0.2px;

    margin-left: 10px;
}
.login-window-right {
    background: url('/resources/img/login/login-logo.png');
    border-radius: 5px;

    background-size: cover;
    background-position: right;
    min-height: 765px;
    width: 422px;

    box-sizing: border-box;
    display: inline-block;
}
.login_window-form{

}
.login_window-form-label{
    margin-bottom: 10px;
}
.login_window-form-input{
    outline: none;
    border: none;
    background: none;

    border-radius: 5px;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.64) 100%);

    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    box-sizing: border-box;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.login_window-form-group-row > .login_window-form-input.big-dob-input {
    width: 150px;
}
.login_window-form-group-row > .login_window-form-input.small-dob-input {
    width: 85px;
}
.login_window-form-group-row > .login_window-form-input.middle-dob-input {
    width: 110px;
}

.login_window-form-group-row > .login_window-form-input.width-input-250 {
    width: 250px;
}
.login_window-form-group-row > .login_window-form-input.width-input-180 {
    width: 180px;
}

.login_window-form-group-row > .login_window-form-input.width-input-172 {
    width: 172px;
}
.login_window-form-group-row > .card-form > .login_window-form-input.width-input-172 {
    width: 172px;
}

.progress-register {
    display: flex;
    margin-top: 10px;
    gap: 10px;
}
.progress-register.recovery-progress {
    margin-top: 15px;
    display: block;
}
.progress {
    display: block;
    width: 150px;
    height: 5px;
}
.progress.recovery-line {
    width: 183px;
}
.mobile-login-footer {
    display: none;
}

.progress.active-progress {
    /* #1 */
    background: radial-gradient(112.62% 259.48% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 10px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
}
.progress.disable-progress {
    box-sizing: border-box;

    background: #171E2F;
    border-radius: 10px;
}
.progress-lines {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.checkbox-register {
    width: 20.05px;
    height: 20px;

    background: radial-gradient(112.62% 259.48% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    /* #1 */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    margin-right: 10px;

    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.terms-conditions {
    display: flex;
    float: left;

    margin-top: 10px;
    margin-bottom: 20px;

    cursor: pointer;

    width: 100%;
}
.login-aggre {
    display: flex;
    float: left;
    cursor: pointer;
}
.terms-conditions-text {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    letter-spacing: 0.1px;

    color: #7881A2;
}

.headerWindowRegisterRowInputs{
    display: flex;
    justify-content: space-between;
}
.headerWindowRegisterRowInputs > .accountSettings-form-group{
    width: 49%;
}
.headerWindowRegisterRowInputs input[class="input-account-settings"]{
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    padding: 10px 20px;
}
.headerWindowRegisterRowInputs input[class="input-account-settings phone"]{
    border-top-right-radius: 5px!important;
    border-bottom-right-radius: 5px!important;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    padding: 10px 10px;
}
.headerWindowRegisterRowInputs .input-account-settings > .edit{
    padding: 10px!important;
    align-items: center;
}
.login_window-form-forgot_password{
    cursor: pointer;
    margin-top: 10px;
    display: block;

    background: radial-gradient(108.18% 257.5% at 16.67% 195%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: right;

    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    letter-spacing: 0.1px;

    background-clip: text;
    text-fill-color: transparent;
}
.login_window-form-remember {
    display: block;
    text-align: left;
}
.remember-text {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    letter-spacing: 0.1px;

    color: #7881A2;
}
.remember-arrow {
    background: radial-gradient(112.62% 259.48% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    /* #1 */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 4px;
    transform: matrix(1, 0, 0, -1, 0, 0);

    width: 20px;
    height: 20px;
}
.login_window-form_submit{
    outline: none;
    margin-top: 20px;

    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    display: block;
    width: 100%;
    padding: 16px;
    color: #F5F8FF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: 0.1px;
    cursor: pointer;

    background: radial-gradient(112.62% 259.48% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 1px solid #000000;
    border-radius: 5px;

    font-family: Rubik;
    align-items: center;
    text-align: center;
}
.login_window_container{
    display: none;
}
.login_window-header{
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.login_window-form-error-text{
    color: red;
    margin: 10px 0;
}
.login_window-form-success-text{
    color: green;
    margin: 10px 0;
}
.register_window-form-verification-code{
    padding: 10px 10px;
    font-size: 14px;
    text-align: center;
}
#verification-block {
    display: none;
}
.docs-row{
    display: flex;
    justify-content: space-between;
}
.docs-row-item{
    width: 49%;
    background: #111623;
    border-radius: 10px;
}
.docs-row-item-header{
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(32, 38, 53, 0.4);
}
.docs-row-item-header-text{
    color: #F5F8FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.docs-row-item-body{
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.docs-input::placeholder{
    color: #434B67;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}
.docs-input{
    border: none;
    outline: none;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.64) 100%);
    padding: 14px 20px;
    box-sizing: border-box;
    color: #fff;
}
.docs-button{
    border: none;
    outline: none;
    display: block;
    width: 100%;
    color: #F5F8FF;

    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */

    background: radial-gradient(282.86% 136.91% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);

    border-radius: 10px;
    padding: 14px 20px;
    cursor: pointer;
}
.docs-row-item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.security-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.block-security-contact {
    display: flex;
    flex-direction: row;
    gap: 170px;
}
.block-security-contact-text {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    /* identical to box height, or 200% */
    text-align: center;

    color: #576081;
}
.security-row-item{
    width: 49%;
    background: #111623;
    border-radius: 5px;
}
.security-row-item-header{
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(32, 38, 53, 0.4);
}
.security-row-item-header-text{
    color: #F5F8FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.security-row-item-body{
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.security-input::placeholder{
    color: #434B67;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}
.security-input{
    border: none;
    outline: none;
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.64) 100%);
    padding: 14px 20px;
    box-sizing: border-box;
    color: #fff;
}
.security-button{
    border: none;
    outline: none;
    display: block;
    width: 100%;
    color: #F5F8FF;

    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */

    background: radial-gradient(282.86% 136.91% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);

    border-radius: 5px;
    padding: 14px 20px;
    cursor: pointer;
}
.security-button.not-active {
    opacity: 0.5;
}
.security-row-item-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.switcher{
    display: flex;
}
.switcher > span{
    display: block;
    /*border-radius: 40px;*/
    background: #0E121D;
    padding: 8px 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.switcher > span:nth-child(1){
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.switcher > span:nth-child(2){
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.switcher > span.toggle{
    border-radius: 40px;
    background: radial-gradient(155.2% 155.87% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);
}
.toggle {
    --width: 40px;
    --height: calc(var(--width) / 2);
    --border-radius: calc(var(--height) / 2);

    display: inline-block;
    cursor: pointer;
}
.toggle__input {
    display: none;
}
.toggle__fill {
    position: relative;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    background: #625F66;
    transition: background 0.2s;
}
.toggle__fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--height);
    width: var(--height);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius);
    transition: transform 0.2s;
}
.toggle__input:checked ~ .toggle__fill {
    background: #B17CFF;
}

.toggle__input:checked ~ .toggle__fill::after {
    transform: translateX(var(--height));
}

.security-row-item:nth-child(2) > .security-row-item-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.security-row-item:nth-child(2) > .security-row-item-header{
    padding: 12px 20px;
}
.seciruty-qr-code{
    width: 184px;
    height: 184px;
    padding: 20px;
    border-radius: 5px;
    background: #0E121D;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.security-form-group{
    display: flex;
    width: 100%;

    margin-top: 15px;
}
.security-form-group > .security-button{
    width: 114px;
    padding: 0;
}
.security-form-group > .security-input{
    margin-bottom: 0;
    width: 100%;
}
.security-table-container-name{
    color: #F5F8FF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
    letter-spacing: 0.1px;
    text-transform: uppercase;
    display: block;
    margin-top: 40px;
}
.uppercase {
    text-transform: uppercase;
}
.security-table-container-hr{
    border: 1px solid rgba(32, 38, 53, 0.4);
    margin: 10px 0;
}
.security-table{
    display: flex;
    flex-direction: column;
}
.security-table > .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.security-table > .row:nth-child(odd){
    border-radius: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #111623;
    box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);

    text-transform: uppercase;
}
.security-table > .row > .cell{
    width: 30%;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #7881A1;
    word-break: break-word;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
    text-transform: uppercase;
}
.security-table > .row > .cell{
    text-align: center;
}
.error-success-text {
    margin-top: 20px;
    text-align: center;
}
.active-text{
    background: radial-gradient(457.83% 194.43% at -20% 151.79%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inactive-text{
    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
}
.security-table-body-row > .cell:nth-child(2),
.security-table-body-row > .cell:nth-child(3){
    color: #fff;
}
.table-disconnect-button{
    outline: none;
    border: none;
    padding: 6px 22px;
    box-sizing: border-box;
    color: #7881A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */

    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #1C2436;

    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
}
.verification-table-more{
    background: unset;
    border: none;
    outline: none;
    cursor: pointer;
}
.status-pending{
    color: #C87031;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
}
.verification-table-body-row > .cell:nth-child(1),
.verification-table-body-row > .cell:nth-child(3){
    color: #fff;
}
.security-row-item-rightSide{
    display: flex;
    align-items: center;

    color: #7881A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.security-row-item-rightSide.active {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #F5F8FF;
}

.security-row-item-rightSide > svg{
    margin-left: 12px;
}
.verification-row-item .security-row-item-header{
    padding: 12px 20px;
}
.verification-row-item .security-input{
    width: 100%;
}
.verification_row{
    display: flex;
    justify-content: space-between;
}
.under-verification-text{
    margin: 20px 0 12px 0;
    width: 100%;
    display: block;
    text-align: right;

    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
}
.under-verification-text > .white{
    color: #F5F8FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.white {
    color: #F5F8FF;
}

.navigation.short {
    width: 100px;
    background: #111623;
}
.navigation.short > .navigation_promotions_or_tournament_logo > img {
    padding-left: 20px;
}

.slide-left.short {
    margin-left: 7px;
}

.navigation.short > .navigation_navs .navigation_support-support {
    padding-left: 10px;
}

.navigation.short > .navigation_navs {
    padding: 8px 20px;
}

.navigation_promotions_or_tournament-mobile {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 23px;
    gap: 10px;
    cursor: pointer;
}
.navigation_promotions_or_tournament_item_short {
    background: linear-gradient(145.4deg, #C87031 -0.24%, #B85A23 33.14%, #CE512A 98.36%);
    /* #1 */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}
.navigation_promotions_or_tournament_item_short_2 {
    background: radial-gradient(132.75% 155.27% at 31.94% -11.82%, #655AD3 0%, #4A40C1 33.87%, #3A30BD 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    /* #1 */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}
.navigation.short > .navigation_navs .navigation_support-support {
    width: 40px;
    height: 40px;
    margin-left: 3px;
}
.navigation.short > .navigation_navs .navigation_support-support {
    padding-left: 7px;
}
.slide-left {
    cursor: pointer;
}
.deposit_page-rightSide-userCard-button.mobile-banner {
    display: none;
}
.verification_row-item{
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;

    background: linear-gradient(270deg, rgba(23, 30, 47, 0.64) 0%, rgba(23, 30, 47, 0.44) 100%);
    border: 1px dashed #1C2436;

    width: 24%;
}
.verification_row-item.disabled {
    opacity: 0.5;
    cursor: default;
}
.verification_page-hr {
    opacity: 0.4;
    border: 2px solid #202635;

    width: 215px;
    margin-bottom: 20px;
}
.verification_row-item-undername{
    display: block;
    margin-top: 20px;
    margin-bottom: 5px;

    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */

    font-family: Rubik;
    /* identical to box height, or 143% */

    color: #576081;

    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);

    text-transform: uppercase;
}
.verification_row-item-name{
    color: #F5F8FF;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: 0.1px;
}
.verification_row.identify .verification_row-item-name{
    margin-top: 0;

    color: #F5F8FF;

    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: 0.1px;

    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;

    font-size: 16px;
}
.verification_row-item-text{
    margin-top: 32px;
    text-align: center;
}
.input-account-settings{
    display: flex;
}
.input-account-settings > .input-account-settings{
    display: block;
    width: 100%;
    outline: none;
    border: none;

    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.64) 100%);
    padding: 14px 20px;
    color: #F5F8FF;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}
.input-account-settings > .edit{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #1E273D;
    /*color: #7881A1;*/

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    padding: 14px 24px;
    display: block;
    width: fit-content;

    cursor: pointer;

    font-family: Rubik;

    color: #7881A1;
}
.input-account-settings > .edit.phone{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #1E273D;
    /*color: #7881A1;*/

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    padding: 10px 20px;
    display: block;
    width: fit-content;

    cursor: pointer;

    font-family: Rubik;

    color: #F5F8FF;
}
.text-country-code {

    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: 0.1px;

    margin-top: 3px;

    color: #F5F8FF;
}
.position-flag-select-flag {
    display: flex;
    gap: 10px;
}
.accountSettings-form-group{
  margin-top: 20px;
}
.accountSettings-form-group.disable-top {
    margin-top: 10px; !important;
}
.login-position-margin{
    margin-bottom: 10px; !important;
}
.accountSettings-form-group > label{
    color: #576081;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 0.1px;
    display: block;
    margin-bottom: 10px;
}
.input-account-settings > .lock{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #263049;

    background: #1E273D;

    width: 55px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.input-account-settings.lock .input-account-settings{
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.input-account-settings.double > .edit{
    display: flex;

}
.input-account-settings.double > .edit > img{
    margin-right: 10px;
}
.input-account-settings.double > .edit.right{
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.input-account-settings.double > .edit.left{
    background: #1E273D;
    border: 1px solid #263049;
    border-radius: 5px;
    min-width: 115px;
}
.input-account-settings.double > .input-account-settings{
    border-radius: 5px;
}
.accountSettings-row{
    display: flex;
    justify-content: space-between;
}
.accountSettings-column{
    width: 49%;
}
.account-settings-save{
    outline: none;
    border: none;
    background: radial-gradient(282.86% 136.91% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);

    color: #F5F8FF;

    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */

    padding: 14px 0;
    border-radius: 5px;
    width: 500px;
    display: block;
    cursor: pointer;
    margin: auto;

    margin-bottom: 50px;
}
.account-settings-save.not-active {
    background: radial-gradient(112.62% 259.48% at 28.88% 112.5%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    /* #1 */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    opacity: 0.5;
}
.accountSettings-row{
    margin-bottom: 30px;
}
.preferences-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.preferences-item{
    width: 32%;

}
.preferences-item-header{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid rgba(32, 38, 53, 0.4);
    background: #111623;
    padding: 20px;
    box-sizing: border-box;

    color: #F5F8FF;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.preferences-item-body{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #111623;

    padding: 20px;
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
}
.switcher{
    background: #0E121D;
    border-radius: 40px;
}
.preferences-item-body > .preferences-item-body-row:nth-child(2){
    /*margin-top: 20px;*/
}
.preferences-row{
    margin-bottom: 30px;
}
.preferences-item-body-row{
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/

    gap: 15px;
}
.preferences-item-body-row-text {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */

    color: #F5F8FF;
}
.preferences-item-body-row-text.second-switch {
    margin-left: 15px;
}
.login_window-form > .login_window-form-group:nth-child(2){
    margin-top: 20px;
}
.raffle-banner{
    height: 288px;
    background: url("../images/raffle_top_background.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    padding-top: 44px;
    padding-left: 120px;
}
.raffle-banner_text{
    background: radial-gradient(218.74% 201.62% at 26.56% 180.21%, #574AFF 0%, #6D61FF 33.87%, #9186FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.30);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px; /* 120% */
    text-transform: uppercase;
}
.raffle-under_banner_text{
    color: #F5F8FF;

    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.30);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 75% */
    text-transform: uppercase;
    margin-top: 16px;
}
.raffle_page_content{
    width: 100%;
}
.raffle-bottom_under_banner_text{
    color: #F5F8FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */

    max-width: 500px;
    margin-top: 32px;
}
.raffle_list-item-image{
    width: 260px;
    height: 260px;
    border-radius: 10px;
    background: #0E121D;

    background-image: url("../images/raffle-list-item-background.svg");
    background-size: contain;
}
.raffle_list-item-content{
    border-radius: 10px;
    background: #111623;
    width: fit-content;
    padding: 8px;
    box-sizing: border-box;

    display: flex;
    align-items: center;

    width: 650px;
}
.raffle_list-item-content-totalPrizeOf{
    color: #7881A1;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
}
.raffle_list-item-contentIn{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    box-sizing: border-box;
}
.raffle_list-item-content-totalPrizeValue{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 83.333% */

    margin-top: 16px;
}
.raffle_list-item-content-description{
    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */

    margin-top: 20px;

    max-width: 340px;
}
.raffle_list-item-content-more{
    cursor: pointer;
    display: block;
    text-decoration: none;
    border-radius: 10px;
    background: radial-gradient(155.2% 155.87% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    /* #1 */
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);

    color: #F5F8FF;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: 0.1px;

    width: fit-content;
    padding: 12px 24px;
    margin-top: 22px;
}
.raffle_list-item-time-item{
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.04);

    background: #111623;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}
.name_of_raffle_section{
    color: #FFF;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;

    margin-bottom: 24px;

    display: flex;
    align-items: center;
}
.name_of_raffle_section > svg{
    margin-right: 12px;
}
.raffle_list-item{
    display: flex;
    justify-content: space-between;
    width: 720px;
    margin-bottom: 40px;
}
.raffle_list-item-time{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.raffle_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.raffle_list-item-time-item-name{
    color: #F5F8FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.raffle_list-item-time-item-undername{
    color: #7881A1;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
}

.raffle-banner_text.promotions{
    background: unset;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #F5F8FF;
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.30);
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px; /* 120% */
    text-transform: uppercase;
}
.raffle-under_banner_text.promotions{
    color: #F5F8FF;
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.30);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 100% */
    text-transform: uppercase;
}
.general_promotions_row-item{
    padding: 16px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #111623;
    width: fit-content;
    margin-bottom: 30px;
}
.login_window-switcher_buttons{
    width: 100%;
    display: flex;
    justify-content: space-between;

    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    border: 1px solid #1C2436;
    border-radius: 5px;
}
.login_window-header-switcher-button{
    background: unset;
    outline: none;
    border: none;
}
.login_window-header-switcher-button{
    padding: 14px 0;
    color: #576081;
    cursor: pointer;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    font-family: Rubik;
}
.login_window-header-switcher-button.active{
    background: #1E273D;
    border-radius: 5px;
    color: #F5F8FF;
    cursor: auto;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}
.login_window-switcher{
    padding: 0 20px;
    margin-top: 20px;

}
.login_window-header-switcher-button{
    width: 50%;
    display: block;

}
.general_promotions_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.general_promotions_row-item-name{
    margin-top: 16px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */

    display: block;
}
.general_promotions_row-item-undername{
    margin-top: 8px;
    color: #7881A1;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */

    display: block;
}
.general_promotions_row-item-buttonsrow{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.general_promotions_row-item-buttonsrow-button{
    width: 48%;
    border-radius: 10px;
    background: radial-gradient(155.2% 155.87% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);

    padding: 14px;

    color: #F5F8FF;

    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    text-align: center;
    display: block;
    box-sizing: border-box;
}
.general_promotions_row-item-buttonsrow-button.more{
    border-radius: 10px;
    border: 1px solid #1C2436;

    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
}
.general_promotions_row-item-image{
    width: 448px;
    height: 262px;
    border-radius: 10px;
    background: url("../images/banners/1.png");
    background-size: cover;
}
.raffle-bottom_under_banner_text.promotions{
    color: #7881A1;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: 0.1px;
}
#headerWindowAuthRegisterForm{
    display: none;
}
.mobile-profile-burger-menu-rightSide{
    display: none;
}
.iframe_game_content{
    width: 100%;
    margin: 0 auto;
    /*padding-top: 40px;*/
    /*padding-bottom: 120px;*/

    padding: 10px 120px 0px 40px;
}
.iframe_game_content-top-buttons{
    display: flex;
    justify-content: space-between;

    margin-bottom: 20px;

    background: #111623;
    border-width: 0px 2px 2px 2px;
    border-style: solid;
    border-color: #0E121D;
    border-radius: 0px 0px 5px 5px;

    height: 60px;
}
.game_iframe{
    display: block;
    width: 100%;
    height: calc(100vh - 200px);
    border-radius: 5px 5px 0 0;
}
.iframe_game_content-top-buttons-backtogames{
    display: block;
}
.iframe_game_content-top-buttons-name{
    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.30);
    font-style: normal;
    text-transform: uppercase;

    font-family: 'Spicy Rice';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 20px;
    /* identical to box height, or 67% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4px;

    color: #2B3245;

    margin-left: 150px;
}
.favorites-games {
    padding: 30px 120px 0px 40px;
}
.iframe_game_content-top-buttons-backtogames{
    display: flex;
    align-items: center;

    color: #576081;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: 1px;
    text-transform: capitalize;
}
.iframe_game_content-top-buttons-backtogames > svg{
    margin-right: 15px;
}
.iframe_game_content-top-buttons-rightSide{
    display: flex;
    align-items: center;
    justify-content: end;

    margin-right: 15px;
}
.back-to-game-main {
    background: #111623;
    border: 1px solid #1C2436;
    border-radius: 0px 5px;

    width: 59px;
    height: 58px;

    display: flex;
    align-items: center;
}
.back-to-game-main > svg {
    margin-left: 15px;
}
.play-title {
    margin-right: 10px;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    /* identical to box height, or 133% */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.3px;

    color: #F5F8FF;
}
.toogle-play {
    margin-right: 45px;
}
.iframe_game_content-top-buttons-rightSide > button{
    outline: none;
    border:  none;
    /*padding: 10px;*/
    box-sizing: border-box;

    cursor: pointer;

    margin-right: 10px;

    border-radius: 10px;
    border: 1px solid #1C2436;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: space-around;

    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
}
.bottom-line-winzard-under-game{
    display: flex;
    justify-content: space-around;
    align-items: center;

    padding: 20px;

    border-radius: 0 0 10px 10px;
    background: #111623;

    color: #2B3245;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 83.333% */
    letter-spacing: 0.4px;
}
.iframe_game_content-top-buttons-rightSide > button:last-child{
    margin-right: 0;
}
.support_fixed_button{
    outline: none;
    border: none;

    position: fixed;
    right: 20px;
    bottom: 20px;

    width: 48px;
    height: 48px;

    display: flex;
    justify-content: space-around;
    align-items: center;

    cursor: pointer;

    z-index: 10;

    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);

    background: radial-gradient(155.2% 155.87% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    /* #1 */
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);
}
.support_fixed_content-list{
    padding: 8px 8px 0px 8px;
    border-radius: 5px;
    border: 1px solid #1C2436;

    background: linear-gradient(270deg, #171E2F 0%, #171E2F 100%);

    margin: 0 20px;
    margin-bottom: 20px;
}
.support_fixed_content-list-form-input{
    border: none;
    outline: none;
    display: block;

    border-radius: 5px;
    background: #20283C;

    color: #576081;

    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
    letter-spacing: 0.1px;

    width: 100%;
    box-sizing: border-box;
    padding: 12px;

    margin-bottom: 20px;

    text-align: left;
}

.crypto-form-input {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    /* identical to box height, or 200% */
    display: flex;
    align-items: center;

    color: #F5F8FF;

    width: 220px;

    padding: 12px;

    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    border: 1px solid #1C2436;
    border-radius: 5px;
}
.input-crypto {
    display: flex;
    flex-direction: row;

    margin-bottom: 15px;
}
.timer-wrapper {
    display: flex;
    flex-direction: row;
}
.rate-crypto {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;

    color: #7881A1;
}
.rate-crypto-small {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    display: flex;
    align-items: center;

    color: #7881A1;
}
.clock-timer {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;

    color: #F5F8FF;

    margin-top: 2px;
}
.rate-crypto-small {
    margin-bottom: 10px;
    margin-right: 60px;
}
.input-crypto > svg {
    margin-top: 10px;
    margin-left: 10px;
}
.support_fixed_content-list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 24px;

    color: #7881A1;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */

    padding-left: 12px;
    padding-right: 17px;
}
.support_fixed_content-sendMessage-leftSide-name{
    color: #F5F8FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */

    display: block;
    margin-bottom: 8px;
}
.support_fixed_content-sendMessage-leftSide-undername{
    color: #576081;

    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px; /* 100% */
    letter-spacing: 0.1px;
}
.support_fixed_content{
    display: none;

    position: fixed;
    right: 20px;
    bottom: 90px;

    border-radius: 5px;
    background: #111623;

    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.44);

    width: 412px;

    z-index: 20;
}
.support_fixed_content-list{
    display: flex;
    flex-direction: column;
}
.support_fixed_content-sendMessage{
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 5px;
    border: 1px solid #1C2436;

    background: linear-gradient(270deg, #171E2F 0%, #171E2F 100%);

    margin: 0 20px;
    margin-bottom: 20px;

    padding: 16px 20px;

    margin-top: -20px;
}
.support_fixed_content-header{
    width: 100%;
    height: 200px;

    background: url("../../images/password-recovery.png");
    background-position: right+6% center;
    background-size: cover;

    border-radius: 10px 10px 0px 0px;
}
.support_fixed_content-sendMessage-leftSide{
    display: flex;
    flex-direction: column;
}
.raffle_timer_row{
    display: flex;
    width: 500px;
    justify-content: space-between;

    margin-top: 16px;
}
.raffle_time_row-item{
    display: flex;
    flex-direction: column;
}
.raffle_time_row-item-numbers{
    display: flex;
}
.raffle_time_row-item-numbers > .raffle_time_row-item-numbers-item:last-child{
   margin-left: 6px;
}
.raffle_time_row-item-numbers-item{
    /*border: 4px solid #333;*/
    /*border-image: url("../images/raffle-number-border.svg") round 1;*/
}
.raffle_banner{
    background: url("../images/raffle-top-background.png");
    width: 100%;
    padding: 40px 0 60px 0;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}
.raffle_prize_top{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.prize_value{
    background: linear-gradient(190deg, #FFE6A6 37.82%, #FDD425 45.88%, #FFB237 57.11%, #FF8039 84.7%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 54px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.raffle_text{
    margin-top: 12px;
    color: #FFF;
    font-size: 92px;
    font-style: normal;
    font-weight: 700;
    line-height: 110px; /* 119.565% */
    text-transform: uppercase;
}
.raffle_dates{
    margin-top: 12px;
    color: #A2A9C2;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}
.raffle_ends_in_text{
    margin-top: 40px;
    color: #F5F8FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
}
.raffle_time_row-item-numbers-item-value{
    text-shadow: 0px 0px 8px rgba(78, 139, 255, 0.12);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 120% */
    text-transform: uppercase;

    background: radial-gradient(49.35% 78.13% at 50% 21.87%, #4E8BFF 0%, #3474EE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.raffle_time_row-item-numbers-item{
    /*padding: 8px 13px;*/
    /*box-sizing: border-box;*/

    background: url("../images/raffle-under-images-background.svg");
    width: 52px;
    height: 64px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.raffle_time_row-item-undernumber{
    color: #A2A9C2;

    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */

    margin-top: 10px;
}
.raffle_leader_table{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.raffle_leader_table-header{
    display: flex;
}
.raffle_leader_table-body-row{
    display: flex;
}
.raffle_leader_table .raffle_leader_table-cell{
    width: 25%;

    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
}
.raffle_leader_table-header{
    padding: 14px 66px 14px 25px;
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #0E121D;
    box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);
}
.raffle_leader_table-body-row{
    padding: 14px 66px 14px 25px;
}
.raffle_leader_table-cell.username{
    display: flex;
    align-items: center;
}
.raffle_leader_table-cell.username > img{
    margin-right: 12px;
}
.raffle_leader_table-body-row:nth-child(even){
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #0E121D;
    box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);
}
.raffle_leader_table-cell.countrow > span{
    background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    border-radius: 50%;
    border: 1px solid #1C2436;
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: space-around;
}
.raffle_leaderboard_text{
    margin-top: 36px;
    margin-bottom: 24px;

    color: #FFF;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.2px;
}
#mobile-footer,
#mobile-footer1,
#copyright_footer_mobile {
    display: none;
}
.raffle_leader_table-body > .raffle_leader_table-body-row:nth-child(1) .raffle_leader_table-cell.countrow > span,
.raffle_leader_table-body > .raffle_leader_table-body-row:nth-child(2) .raffle_leader_table-cell.countrow > span,
.raffle_leader_table-body > .raffle_leader_table-body-row:nth-child(3) .raffle_leader_table-cell.countrow > span{
    background: linear-gradient(270deg, rgba(78, 139, 255, 0.24) 0%, rgba(78, 139, 255, 0.12) 100%);

    border: 1px solid rgba(78, 139, 255, 0.44);

    text-shadow: 0px 0px 8px rgba(78, 139, 255, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    color: #4E8BFF;
}
.top-block-img-mobile,
#nav-mobile {
    display: none;
}
.raffle_leader_table-header .raffle_leader_table-cell{
    color: #576081;

    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
}
.support_page-content{
    width: 1240px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 40px;
}
.support_page-contacts{
    display: flex;
    justify-content: space-between;
}
.support_page-leftSide{
    display: flex;
    flex-direction: column;
}
.support_page-contacts{
    margin-top: 20px;
}
.support_page-content-name{
    color: #F5F8FF;

    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.30);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 166.667% */
    text-transform: uppercase;
}

.support_page-input{
    outline: none;
    border: none;

    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.04);

    background: #111623;
    color: #576081;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    margin-top: 16px;

    width: 100%;
    padding: 20px;
}
.support_page-input::placeholder{
    color: #576081;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
}
.support_page-leftSide,
.support_page-rightSide{
    width: 45%;
}
.support_page-leftSide > .support_page-input:first-child{
    margin-top: 0;
}
.support_page-submit{
    outline: none;
    border: none;

    background: #171E2F;

    color: #576081;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;

    height: 40px;
    display: block;
    width: 120px;
    margin-top: -40px;
    margin-left: calc(100% - 78px);

    border-radius: 10px 0 10px 0;
    cursor: pointer;
}
.support_page-textarea{
    outline: none;
    border: none;

    margin-top: 16px;

    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.04);

    background: #111623;

    color: #576081;

    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.1px;
    padding: 20px;

    width: 100%;
}
.support_page-rightSide{
    background: url("../images/support-rightside-background.png");
    background-size: cover;

    border-radius: 10px;

    padding-left: 32px;
    box-sizing: border-box;
}
.support_page-rightSide-name{
    margin-top: 45px;

    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
}
.support_page-rightSide-address{
    margin-top: 32px;
    color: #7881A1;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */

    display: block;
}
.support_page-rightSide-address-value{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.support_page-rightSide > .support_page-rightSide-address:nth-child(3){
    margin-top: 16px;
}
.support_page-rightSide-button{
    outline: none;
    border: none;

    width: fit-content;

    border-radius: 10px;
    background: radial-gradient(155.2% 155.87% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%);
    /* #1 */
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);

    display: flex;
    align-items: center;

    color: #F5F8FF;

    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */

    padding: 15px 30px;
    margin-top: 44px;
}
.support_page-rightSide-button > svg{
    margin-right: 15px;
}
.support_page-content > .support_page-content-name:nth-child(3){
    margin-top: 40px;
}
.ui-accordion .ui-accordion-header{
    border: none;

    border-radius: 5px 5px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.04);

    background: #111623;

    box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);

    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */

    padding: 24px 32px;

    margin-top: 10px;
}
.full_logo_wrapper {
    padding-left: 20px;
}

.full_logo_wrapper img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ui-accordion .ui-accordion-content{
    border: none;

    border-radius: 0 0 5px 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);

    background: #111623;

    box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);

    color: #7881A1;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 175% */
}
.banners{
    margin-top: 50px;
}
.top-slider .swiper-slide{
    text-align: left;
}

.all_games_container {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(auto-fill, minmax(170px, auto));
}

.all_games_loader {
    padding: 36px 0;
    margin: 0 auto;
    color: var(--color-text);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    min-height: 270px;
    text-align: center;
}
.all_games_loader_icon {
    font-size: 36px;
    color: var(--color-grey-1);
}
.all_games_container > .games-slider__slide{
    width: 200px;
    height: 260px;
    margin-bottom: 30px;
}

.empty-mobile-search {
    margin-top: 26px;
    text-align: center;
}

.game-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.game-image {
    position: relative;
    width: 180px;
    height: 240px;
    overflow: hidden;
    border-radius: 5px;
}

.game-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.buttons-container {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    margin-top: 10px;
}

.game-card:hover > .buttons-container {
    opacity: 1;
}

.card > .buttons-container {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    top: 0;
}

.card-search > .buttons-container {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    top: 0;
}

.game-card:hover img.blured {
    filter: blur(6px) brightness(0.7);;
}

.owl-item.active > .card:hover  > .buttons-container {
    opacity: 100%;
    margin-top: 10px;
}

.owl-item.active > .card:hover img.blured {
    filter: blur(6px) brightness(0.7);;
}

.card-search:hover .buttons-container {
    opacity: 100%;
}

.card-search:hover img.card-search-image {
    filter: blur(6px) brightness(0.7);;
}
.card-search:hover img.card-recomende-image {
     filter: blur(6px) brightness(0.7);;
 }

.title-game {
    font-family: Spicy Rice;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2px;
    vertical-align: top;
    color: #F5F8FF;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.play-button-new  {
    position: absolute;
    top: 80px;
}
.demo-button-new {
    position: absolute;
    top: 180px;
}
.play-button-carusel-new  {
    position: absolute;
    /*top: 80px;*/
    width: 55px;
    height: 55px;
}
.demo-button-carusel-new {
    position: absolute;
    top: 80px;
    width: 90px;
    height: 30px;
}
.games_load_more_button{
    /* Градиент 1 */
    background: radial-gradient(132.75% 155.27% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    /* #1 */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    width: 300px;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);

    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: 0.1px;

    color: #F5F8FF;


    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;

    display: block;

    margin: 0 auto;
    margin-top: 30px;
}
.games_load_all_games_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 601px;
    height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 20px;
    margin: 30px auto 0;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #F5F8FF;
    background: radial-gradient(132.75% 155.27% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

.v-enter-active,
.v-leave-active {
    transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
    opacity: 0;
}
.card-search-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer .container {
    width: auto;
}
.footer_language_select-value{
    border-radius: 10px;
    background: #1C202C;
    box-shadow: 0px 2.45625px 2.45625px 0px rgba(0, 0, 0, 0.08) inset;

    padding: 6px;

    color: #fff;

    cursor: pointer;

    display: flex;
    align-items: center;
}
.footer_language_select-list,.footer_language_select-list-2{
    padding: 12px;

    border-radius: 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    background: #171E2F;

    width: 154px;
    /*max-height: 170px;*/
    /*overflow-y: scroll;*/
    margin-top: 10px;
    position: absolute;

    display: none;
}

.footer_language_select-list-2{
    top: 100%;
}

.footer_language_select-list-item{
    margin-top: 12px;

    color: #576081;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */

    cursor: pointer;

    display: flex;
    align-items: center;
}
.footer_language_select-list-item > img{
    width: 20px;
    height: 20px;

    margin-right: 8px;
}
.footer_language_select-value > img{
    width: 20px;
    height: 20px;

    margin-left: 10px;
}
.footer_language_select-list-item:first-child{
    margin-top: 0;
}
.footer_language_select-list-item:hover{
    color: #ECECEC;
}
#hide-desktop-language{
    display: none;
}
.login_page-container{
    width: 80%;
    margin: 0 auto;
}
.login_page-container > form{
    width: 100%;
}
.terms__block {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    color: #7881A1;
    font-style: normal;
    flex-direction: column;

    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.1px;

    color: #7F88A8;
}
.terms__titleh3 {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.2px;

    color: #FFFFFF;

    text-transform: uppercase;
}
.terms__bold {
    font-family: Rubik;
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: contents;
}
.terms__container {
    display: flex;
    flex-direction: row;
}
.terms-navigations > ul > li {
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    color: #7881A1;
}
.terms-navigations {
    margin-right: 80px;
}
.title-terms-navigation {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height, or 114% */
    text-transform: uppercase;

    color: #FFFFFF;

    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);

}
.ol-navigations-term > li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;

    cursor: pointer;
}
.ol-navigations-term {
    width: 150px;
}
.privacy__body {
    margin-bottom: 40px;
}
.terms-navigations > ul > li.terms-active {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    /* #3 */
    color: #ED683E;

    display: flex;
    flex-direction: row;

    margin-left: -15px;
}
.navigate-arrow-terms {
    background: linear-gradient(145.4deg, #EC8D48 -0.24%, #EC742D 33.14%, #ED683E 98.36%);
    border-radius: 10px;
    width: 2px;
    height: 16px;

    margin-right: 15px;
}
.terms__body {
    margin-bottom: 40px;
}
.privacy__block {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    color: #7881A1;
    font-style: normal;
    flex-direction: column;

    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.1px;

    color: #7F88A8;
}
.privacy__titleh3 {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.2px;

    color: #FFFFFF;
}
.aml__block {
    display: flex;
    margin-top: 20px;
    gap: 20px;
    color: #7881A1;
    font-style: normal;
    flex-direction: column;

    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.1px;

    color: #7F88A8;
}
.aml__titleh3 {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.2px;

    color: #FFFFFF;
}
.aml__body {
    margin-bottom: 40px;
}

.logo {
    width: 70px;
    bottom: 97.98%;
}

.main-games-carousel-wrapper {
    width: 100%;
}
.main-games-carousel {
    margin: auto;
    padding: 0;
    width: 100%;
}
.main-games-carousel .card{
    color: #fff;
    text-align: center;
    margin: 5px 0;
    line-height: 250px;
    font-size: 90px;
    font-weight: 600;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);

    width: 180px;
    height: 240px;
}

.game-launcher__slider-wrappermain-games-carousel-1.game-launcher__slider-wrapper--games-slider {
    margin-bottom: 10px;
}
.top-slider-mobile,
.bottons-mobile,
.mobile-headers {
    display: none;
}
.deposit_page-columns.mobile {
    visibility: hidden;
    display: none;
}
.mobile-navigate-title {
    display: none;
    visibility: hidden;
}

.deposit_history_table_row.mobile {
    display: none;
}

@media screen and (max-width: 1000px) {
    .docs-row{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .docs-row-item{
        width: 100%;
        height: 130px;
        background: #111623;
        border-radius: 10px;
    }
    .game-card {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .game-image {
        position: relative;
        width: 106px;
        height: 138px;
        overflow: hidden;
        border-radius: 10px;
    }

    .game-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .buttons-container {
        display: none !important;
    }

    .game-card.mobile-click .buttons-container {
        opacity: 100%;
    }
    .games_load_more_button{
        margin-bottom: 100px;
    }
    .all_games_container > .games-slider__slide{
        width: 105px;
        height: 138px;
        margin-bottom: 30px;
    }
    .landing_section_name_row{
        padding: 0px 20px 30px 40px;
    }
    .mobile-profile-burger-menu-rightSide{
        outline: none;
        border: none;
        background: unset;
        display: block;
    }
    .top-slider .swiper-slide{
        padding: 20px;
        text-align: center;
    }
    .header_rightSide-content-button.user{
        display: none;
    }
    .header_rightSide{
        width: 20%;
    }
    .header_rightSide.width-100{
        width: 100%;
    }
    .header_centerSide{

    }
    .header_leftSide{
        width: 20%;
    }
    .navigation{
        display: none;
    }
    .content{
        width: 100vw !important;
    }
    .deposit_page,
    .verification_page,
    .raffle_page{
        padding: 30px 20px;
        flex-direction: column;
    }
    .deposit_page-leftSide,
    .deposit_page-rightSide{
        width: 100%;
    }
    .deposit_page-rightSide{
        /*display: none;*/
    }
    .deposit_page-columns{
        flex-direction: column-reverse;
    }
    .deposit_page-leftSide-column,
    .deposit_page-rightSide-column{
        width: 100%;
    }
    .deposit_page-rightSide-column{
        padding-left: 0;
    }
    .deposit_page-leftSide-column > .column-name{
        margin-top: 30px;
    }
    .deposit_history_table_row > .deposit_history_table_row_column:first-child{
        display: none;
    }
    .deposit_history_table_row{
        justify-content: space-between;
    }
    .footer{
        /*display: none;*/
        padding: unset;
    }
    .footer .footer_row{
        /*flex-direction: column;*/
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .header_leftSide-logotype{
        margin: 0 auto;
        margin-top: 20px;
    }
    .header_leftSide-logotype-text.footer-text{
        display: block;
    }
    .footer_language_select{
        display: none;
    }
    #hide-mobile-language{
        display: none;
    }
    #hide-desktop-language{
        display: block;
    }
    .footer_language_select-value{
        justify-content: center;
    }
    .footer_language_select{
        width: 61%;
        margin: 20px 0;
    }
    .footer_language_select-list{
        width: 61%;
    }
    .container > .footer_row:nth-child(2){
        display: none;
    }
    .footer .footer_about_website_text{
        text-align: center;
    }
    .footer_nav_list{
        text-align: center;
        width: 40%;
        margin-top: 20px;
    }
    .footer_logo_column{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 25px;
        width: 100%;
    }
    .header_leftSide-logotype-text{
        display: none;
    }
    .header_rightSide-content-button.alerts{
        display: none;
    }
    .header_leftSide-search{
        display: none;
    }
    .header_rightSide-content-button-name{
        display: none;
    }
    .header{
        padding: 10px 20px;
    }
    .header_rightSide-content-button.user > svg{
        display: none;
    }
    .deposit_page-name{
        text-align: center;
    }
    .withdraw_page-columns{
        flex-direction: column;
    }
    .withdraw_page-columns > .deposit_page-leftSide-column > .column-name{
        margin-top: 0;
    }
    /*.withdraw_page-columns > .deposit_page-rightSide-column > .column-name{*/
    /*    margin-top: 30px;*/
    /*}*/
    .promotions-row-item{
        width: 100%;
        background-size: cover;
        background-position: bottom left;
    }
    .column-row-type-text{
        display: block;
    }
    .deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(2) > div{
        display: flex;
        align-items: center;
        justify-content: flex-start;

        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 233.333% */


    }
    .deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(2){
        color: #576081;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 233.333% */
        text-align: left;
    }
    .deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(2) > div > img{
        margin-right: 8px;
    }
    .deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(3){
        display: none;
    }
    .transactions-table-header{
        display: none;
    }
    .deposit_history_table.transaction .deposit_history_table_row:nth-child(odd){
        background: unset;
        border-radius: unset;
        border-top: unset;
        box-shadow: unset;
    }
    .deposit_history_table.transaction .deposit_history_table_row:nth-child(even){
        border-radius: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        background: #0E121D;
        box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);
    }
    .deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(4){
        color: #576081;
        text-align: right;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 233.333% */
    }
    .deposit_history_table.transaction .deposit_history_table_row_column{
        width: 50%;

    }
    .deposit-successfull-mobile-text{
        display: block;
        text-align: right;

        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 233.333% */
    }
    .top-slider{
        padding: 20px;
    }
    .top-slider > .swiper{
        border-radius: 8px;
    }
    .banners{
        /*overflow-x: scroll;*/
        padding: 20px;
    }
    .banners-item{
        /*width: 100%;*/
    }
    .dont_have_crypto_row{
        flex-direction: column;
    }
    .banners.swiper{
        width: unset;
    }
    .footbal_cards{
        padding-right: 0;
    }
    .games_list{
        padding: 20px;
    }
    .footbal_cards{
        padding: 20px;
        box-sizing: border-box;
    }
    .footbal_cards-item_teams > img{
        width: 30%;
        height: unset;
    }
    .footbal_cards-item_teamsmoney-item{
        flex-direction: column-reverse;
        justify-content: space-around;
        align-items: center;

        border-radius: 10px;
    }
    .footbal_cards-item_teamsmoney-item-first{
        margin-right: 0;
    }
    .casino_table{
        padding: 20px;
    }
    /*.casino_table_header,*/
    /*.casino_table_body,*/
    .casino_table{
        overflow-x: scroll;
        padding-left: 20px;

    }

    .casino_table .column{
        width: 150px;
    }
    .casino_table .row{
        width: fit-content;
    }
    .casino_table_header{
        width: fit-content;
    }
    .dont_have_crypto{
        padding: 20px;
    }
    .dont_have_crypto_content{
        flex-direction: column;
        padding: 20px;
    }
    .dont_have_crypto_row{
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
    }
    .dont_have_crypto_row > svg{
        width: 18%;
        display: block;
        margin-right: 0;
    }
    .dont_have_crypto-text{
        display: none;
    }
    .dont_have_crypto-text.mobile-text{
        display: block;
        width: 100%;
        text-align: center;

        color: #FFF;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.2px;

        margin-bottom: 15px;
    }
    .dont_have_crypto_button{
        margin-top: 15px;
        display: block;
        width: 100%;
    }
    .mySwiper .swiper-slide{
        padding: 20px;
    }
    .swiper-slide-offer{
        color: #F5F8FF;
        text-align: center;
        /* #1 */
        text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.30);
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 140%; /* 28px */
        text-transform: uppercase;

        width: 100%;
    }
    .swiper-slide-underOffer{
        text-align: center;
        width: 100%;
    }
    .swiper-slide-button-get-bonus{
        display: block;
        width: 100%;
        margin-top: 150px;
    }
    .top-slider{
        height: unset;
    }
    .games_list_categories_list{
        overflow-x: scroll;
    }
    .mobile_bottom_menu{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        padding: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #111623;
        box-shadow: 0 0 44px rgba(0, 0, 0, 0.44);
        z-index: 10;
        box-sizing: border-box;
    }
    .mobile_bottom_menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        color: #FFF;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        position: relative;
    }
    .mobile_bottom_menu-item_center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -12px;
        line-height: 0;
        background-color: var(--color-black-2);
        border-radius: 50%;
        padding-top: 4px;
    }
    .mobile_bottom_menu-item > svg{
        margin-bottom: 8px;
    }
    .games_list_categories_list_item-text{
        font-size: 12px;
    }
    .navigation-overlay-mobile{
        display: block;
        position: fixed;
        z-index: 20;

        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);

        display: none;
    }
    .navigation{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 65%;

        z-index: 30;

        overflow-y: scroll;
    }
    .login_window{
        width: 100%;
        height: 100%;
    }
    .login_window-form{
        width: unset;
    }
    .accountSettings-row{
        flex-direction: column;
    }
    .accountSettings-column{
        width: 100%;
    }
    .preferences-row{
        flex-direction: column;
    }
    .preferences-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .security-row{
        flex-direction: column;
    }
    .security-row-item{
        width: 100%;
    }
    .security-row > .security-row-item{
        margin-bottom: 10px;
    }
    .verification_row{
        flex-direction: column;
    }
    .verification_row-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .under-verification-text{
        display: none;
    }
    .verification_page .deposit_page-name{
        display: none;
    }
    .verification_row-item{
        flex-direction: row;
    }
    .verification_row-item-text{
        margin-top:0;
        text-align: left;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .verification_row-item-name{
        color: #F5F8FF;

        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 142.857% */
        letter-spacing: 0.1px;
        text-align: left;
    }
    .verification_row-item-undername{
        text-align: left;
        color: #7881A1;

        text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 166.667% */
        margin-top: 8px;
    }
    .verification_row.identify > .verification_row-item{
        flex-direction: column;
    }
    .raffle_time_row-item-numbers-item-value{
        text-shadow: 0px 0px 8px rgba(78, 139, 255, 0.12);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px; /* 180% */
        text-transform: uppercase;

        background: radial-gradient(49.35% 78.13% at 50% 21.87%, #4E8BFF 0%, #3474EE 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .raffle_time_row-item-numbers-item{
        width: 30px;
        height: 36px;
        background-size: contain;
    }
    .raffle_timer_row{
        width: 100%;
    }
    .raffle_time_row-item{
        margin-right: 20px;
    }
    .raffle_time_row-item:last-child{
        margin-right: 0;
    }
    .raffle_time_row-item-undernumber{
        color: #A2A9C2;

        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px; /* 120% */
    }
    .iframe_game_content{
        width: 100vw;
    }
    .game_iframe {
        display: block;
        width: 100%;
        height: calc((var(--vh, 1vh) * 100) - 197px);
    }
    .iframe_game_content-top-buttons-name{
        display: none;
    }
    .iframe_game_content-top-buttons{
        justify-content: space-between;
    }
    .iframe_game_content-top-buttons-rightSide{
        width: unset;
    }
    .support_fixed_button{
        display: none;
    }
}
/* @media screen and (max-width: 1000px) and (orientation: landscape) {
    .docs-row{
        display: flex;
        flex-direction: column;
    }
    .docs-row-item{
        width: 100%;
        height: 130px;
        background: #111623;
        border-radius: 10px;
    }
    .deposit_page-mobilemenu{
        margin-top: 30px;
        margin-bottom: 30px;
        width: 100%;
    }
    .deposit_page-leftSide-column,
    .deposit_page-mobilemenu-column{
        display: block;
        width: 50%;
    }
    .deposit_page-mobilemenu-column{
        box-sizing: border-box;
        padding-left: 30px;
    }
    .deposit_page-mobilemenu{

        box-sizing: border-box;
    }
    .deposit_page-mobilemenu-userCard{
        border-radius: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        background: #111623;

        width: 100%;
        padding: 32px 20px;
        box-sizing: border-box;
    }
    .deposit_page-mobilemenu-userCard-button{
        margin-top: 20px;
        display: block;
        outline: none;
        border: none;

        border-radius: 10px;
        border: 1px solid #1C2436;
        background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
        color: #7881A1;
        text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        padding: 14px;
        width: 100%;
        cursor: pointer;

        box-sizing: border-box;
        text-align: center;
    }
    .deposit_page-mobilemenu-userCard-button.logout{
        background: unset;
    }
    .deposit_page-mobilemenu-userCard-buttonsRow{
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .deposit_page-mobilemenu-userCard-buttonRow{
        display: block;
        outline: none;
        border: none;

        border-radius: 10px;
        border: 1px solid #1C2436;
        background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);

        color: #7881A1;
        text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        width: 48%;
        padding: 14px;
        box-sizing: border-box;

        cursor: pointer;
        text-align: center;
    }
    .deposit_page-mobilemenu-userCard-buttonRow.active{
        border-radius: 10px;
        background: var(--1, radial-gradient(155.2% 155.87% at 31.94% -11.82%, #9186FF 0%, #6D61FF 33.87%, #574AFF 91.62%));

        box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.02);

        color: #F5F8FF;
        text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
    .deposit_page-mobilemenu-userCard-balance{
        display: flex;
        width: 100%;
        margin-top: 30px;
        align-items: center;

        border-radius: 10px;
        background: #0E121D;
    }
    .deposit_page-mobilemenu-userCard-balance-bitcoin{
        width: 48px;
        height: 48px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #1C2436;
        background: linear-gradient(270deg, rgba(23, 30, 47, 0.84) 0%, rgba(23, 30, 47, 0.44) 100%);
    }
    .deposit_page-mobilemenu-userCard-balance-text{
        margin-left: 15px;
        color: #F5F8FF;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.1px;

    }
    .deposit_page-mobilemenu-userCard-name{
        color: #F5F8FF;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.1px;

        display: block;
        text-align: center;
    }
    .deposit_page-mobilemenu-userCard-button.active{
        border-radius: 10px;
        border: 1px solid #263049;
        background: #1E273D;
        color: #fff;
    }
    .game-card {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .game-image {
        position: relative;
        width: 106px;
        height: 138px;
        overflow: hidden;
        border-radius: 10px;
    }

    .game-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .buttons-container {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .game-card.mobile-click .buttons-container {
        opacity: 100%;
    }
    .games_load_more_button{
        margin-bottom: 100px;
    }
    .all_games_container > .games-slider__slide{
        width: 105px;
        height: 138px;
        margin-bottom: 30px;
    }
    .landing_section_name_row{
        padding: 0px 20px 30px 40px;
    }
    .mobile-profile-burger-menu-rightSide{
        outline: none;
        border: none;
        background: unset;
        display: block;
    }
    .top-slider .swiper-slide{
        padding: 20px;
        text-align: center;
    }
    .header_rightSide-content-button.user{
        display: none;
    }
    .header_rightSide{
        width: 20%;
    }
    .header_rightSide.width-100{
        width: 100%;
    }
    .header_centerSide{

    }
    .header_leftSide{
        width: 20%;
    }
    .navigation{
        display: none;
    }
    .content{
        width: 100vw;

    }
    .deposit_page,
    .verification_page,
    .raffle_page{
        padding: 30px 20px;
        flex-direction: column;
    }
    .deposit_page-leftSide,
    .deposit_page-rightSide{
        width: 100%;
    }
    .deposit_page-rightSide{

    }
    .deposit_page-columns{
        flex-direction: column-reverse;
    }
    .deposit_page-leftSide-column,
    .deposit_page-rightSide-column{
        width: 100%;
    }
    .deposit_page-rightSide-column{
        padding-left: 0;
    }
    .deposit_page-leftSide-column > .column-name{
        margin-top: 30px;
    }
    .deposit_history_table_row > .deposit_history_table_row_column:first-child{
        display: none;
    }
    .deposit_history_table_row{
        justify-content: space-between;
    }
    .footer{
        padding: unset;
    }
    .footer .footer_row{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .header_leftSide-logotype{
        margin: 0 auto;
        margin-top: 20px;
    }
    .header_leftSide-logotype-text.footer-text{
        display: block;
    }
    .footer_language_select{
        display: none;
    }
    #hide-mobile-language{
        display: none;
    }
    #hide-desktop-language{
        display: block;
    }
    .footer_language_select-value{
        justify-content: center;
    }
    .footer_language_select{
        width: 61%;
        margin: 20px 0;
    }
    .footer_language_select-list{
        width: 61%;
    }
    .container > .footer_row:nth-child(2){
        display: none;
    }
    .footer .footer_about_website_text{
        text-align: center;
    }
    .footer_nav_list{
        text-align: center;
        width: 40%;
        margin-top: 20px;
    }
    .footer_logo_column{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .header_leftSide-logotype-text{
        display: none;
    }
    .header_rightSide-content-button.alerts{
        display: none;
    }
    .header_leftSide-search{
        display: none;
    }
    .header_rightSide-content-button-name{
        display: none;
    }
    .header{
        padding: 10px 20px;
    }
    .header_rightSide-content-button.user > svg{
        display: none;
    }
    .deposit_page-name{
        text-align: center;
    }
    .withdraw_page-columns{
        flex-direction: column;
    }
    .withdraw_page-columns > .deposit_page-leftSide-column > .column-name{
        margin-top: 0;
    }

    .promotions-row-item{
        width: 100%;
        background-size: cover;
        background-position: bottom left;
    }
    .column-row-type-text{
        display: block;
    }
    .deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(2) > div{
        display: flex;
        align-items: center;
        justify-content: flex-start;

        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;


    }
    .deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(2){
        color: #576081;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
    }
    .deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(2) > div > img{
        margin-right: 8px;
    }
    .deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(3){
        display: none;
    }
    .transactions-table-header{
        display: none;
    }
    .deposit_history_table.transaction .deposit_history_table_row:nth-child(odd){
        background: unset;
        border-radius: unset;
        border-top: unset;
        box-shadow: unset;
    }
    .deposit_history_table.transaction .deposit_history_table_row:nth-child(even){
        border-radius: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.04);
        background: #0E121D;
        box-shadow: 0px 0px 44px 0px rgba(5, 5, 13, 0.24);
    }
    .deposit_history_table.transaction > .deposit_history_table_row > .deposit_history_table_row_column:nth-child(4){
        color: #576081;
        text-align: right;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }
    .deposit_history_table.transaction .deposit_history_table_row_column{
        width: 50%;

    }
    .deposit-successfull-mobile-text{
        display: block;
        text-align: right;

        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }
    .top-slider{
        padding: 20px;
    }
    .top-slider > .swiper{
        border-radius: 8px;
    }
    .banners{
        padding: 20px;
    }
    .banners-item{

    }
    .dont_have_crypto_row{
        flex-direction: column;
    }
    .banners.swiper{
        width: unset;
    }
    .footbal_cards{
        padding-right: 0;
    }
    .games_list{
        padding: 20px;
    }
    .footbal_cards{
        padding: 20px;
        box-sizing: border-box;
    }
    .footbal_cards-item_teams > img{
        width: 30%;
        height: unset;
    }
    .footbal_cards-item_teamsmoney-item{
        flex-direction: column-reverse;
        justify-content: space-around;
        align-items: center;

        border-radius: 10px;
    }
    .footbal_cards-item_teamsmoney-item-first{
        margin-right: 0;
    }
    .casino_table{
        padding: 20px;
    }
    .casino_table{
        overflow-x: scroll;
        padding-left: 20px;

    }

    .casino_table .column{
        width: 150px;
    }
    .casino_table .row{
        width: fit-content;
    }
    .casino_table_header{
        width: fit-content;
    }
    .dont_have_crypto{
        padding: 20px;
    }
    .dont_have_crypto_content{
        flex-direction: column;
        padding: 20px;
    }
    .dont_have_crypto_row{
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
    }
    .dont_have_crypto_row > svg{
        width: 18%;
        display: block;
        margin-right: 0;
    }
    .dont_have_crypto-text{
        display: none;
    }
    .dont_have_crypto-text.mobile-text{
        display: block;
        width: 100%;
        text-align: center;

        color: #FFF;
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.2px;

        margin-bottom: 15px;
    }
    .dont_have_crypto_button{
        margin-top: 15px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .mySwiper .swiper-slide{
        padding: 20px;
    }
    .swiper-slide-offer{
        color: #F5F8FF;
        text-align: center;

        text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.30);
        font-size: 20px;
        font-style: normal;
        font-weight: 800;
        line-height: 140%;
        text-transform: uppercase;

        width: 100%;
    }
    .swiper-slide-underOffer{
        text-align: center;
        width: 100%;
    }
    .swiper-slide-button-get-bonus{
        display: block;
        width: 100%;
        margin-top: 150px;
    }
    .top-slider{
        height: unset;
    }
    .games_list_categories_list{
        overflow-x: scroll;
    }
    .mobile_bottom_menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        padding: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #111623;
        box-shadow: 0 0 44px rgba(0, 0, 0, 0.44);
        z-index: 10;
        box-sizing: border-box;
    }
    .mobile_bottom_menu-item{
        display: flex;
        flex-direction: column;
        align-items: center;

        color: #FFF;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .mobile_bottom_menu-item > svg{
        margin-bottom: 8px;
    }
    body{
        padding-bottom: 50px;
    }
    .games_list_categories_list_item-text{
        font-size: 12px;
    }
    .navigation-overlay-mobile{
        display: block;
        position: fixed;
        z-index: 20;

        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);

        display: none;
    }
    .navigation{
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 40%;

        z-index: 30;

        overflow-y: scroll;
    }
    .login_window{
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    .login_window-form{
        width: unset;
    }
    .accountSettings-row{
        flex-direction: column;
    }
    .accountSettings-column{
        width: 100%;
    }
    .preferences-row{
        flex-direction: column;
    }
    .preferences-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .security-row{
        flex-direction: column;
    }
    .security-row-item{
        width: 100%;
    }
    .security-row > .security-row-item{
        margin-bottom: 10px;
    }
    .verification_row{
        flex-direction: column;
    }
    .verification_row-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .under-verification-text{
        display: none;
    }
    .verification_page .deposit_page-name{
        display: none;
    }
    .verification_row-item{
        flex-direction: row;
    }
    .verification_row-item-text{
        margin-top:0;
        text-align: left;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .verification_row-item-name{
        color: #F5F8FF;

        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.1px;
        text-align: left;
    }
    .verification_row-item-undername{
        text-align: left;
        color: #7881A1;

        text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-top: 8px;
    }
    .verification_row.identify > .verification_row-item{
        flex-direction: column;
    }
    .raffle_time_row-item-numbers-item-value{
        text-shadow: 0px 0px 8px rgba(78, 139, 255, 0.12);
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        text-transform: uppercase;

        background: radial-gradient(49.35% 78.13% at 50% 21.87%, #4E8BFF 0%, #3474EE 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .raffle_time_row-item-numbers-item{
        width: 30px;
        height: 36px;
        background-size: contain;
    }
    .raffle_timer_row{
        width: 100%;
    }
    .raffle_time_row-item{
        margin-right: 20px;
    }
    .raffle_time_row-item:last-child{
        margin-right: 0;
    }
    .raffle_time_row-item-undernumber{
        color: #A2A9C2;

        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
    }
    .iframe_game_content{
        width: 100vw;
    }
    .game_iframe {
        display: block;
        width: 100%;
        height: 360px;
        border-radius: 10px 10px 0 0;
    }
    .iframe_game_content-top-buttons-name{
        display: none;
    }
    .iframe_game_content-top-buttons{
        justify-content: space-between;
        padding: 0 20px;
    }
    .iframe_game_content-top-buttons-rightSide{
        width: unset;
    }
    .support_fixed_button{
        display: none;
    }
} */

.title-term-promotions {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 100% */

    color: #FFFFFF;

    /* #1 */
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);

    padding-left: 30px;
}

.description-term-promotions {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
    text-shadow: 1px 2px 20px rgba(0, 0, 0, 0.3);

    padding-left: 30px;
    padding-right: 20px;
}

.modal-body {
    overflow-y: scroll;
    height: 600px;

    margin-top: 40px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.modal-body::-webkit-scrollbar{
    width: 5px;
}

.modal-body::-webkit-scrollbar-track{
    background-color: #1C2436;
    border-radius: 2px;
}

.modal-body::-webkit-scrollbar-thumb{
    background-color: #576081;
    border-radius: 2px;
}

.sb-chat-badge {
    background-color: #FF6161;
    position: absolute;
    left: calc(50% + 8px);
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

@media screen and (max-width: 1000px) {
    .desktop {
        display: none;
    }
}
