@charset "utf-8";

@font-face {
    font-family: 'Minion Pro Bold';
    src: url('../fonts/MinionPro-Regular');
    src: local('Minion Pro Regular'), local('MinionPro-Regular'),
    url('../fonts/MinionPro-Regular?#iefix') format('embedded-opentype'),
    url('../fonts/MinionPro-Regular/MinionPro-Regular.woff') format('woff'),
    url('../fonts/MinionPro-Regular/MinionPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact/Impact.eot');
    src: url('../fonts/Impact/Impact.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Impact/Impact.woff2') format('woff2'),
        url('../fonts/Impact/Impact.woff') format('woff'),
        url('../fonts/Impact/Impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

.disable {
    display: none !important;
}

.iphone body[content="games"] {
    touch-action: manipulation;
}

body[content="login"] .device-rotate.active, body[content="launcher"] .device-rotate.active {
    display: none;
}

.mobile body[content="login"] #body {
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
}

.loadingPage:not(.active) {
    display: none;
}

.game_link.loading {
    background-image: url(../images/games-loading.gif);
    background-size: auto 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.device-rotate {
    background-image: url('../images/device-rotate.png');
    background-repeat: no-repeat;
}

.btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: -webkit-radial-gradient(contain circle, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.7));
    background: -moz-radial-gradient(contain circle, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.7));
    background: -o-radial-gradient(contain circle, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.7));
    background: -ms-radial-gradient(contain circle, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.7));
    background: radial-gradient(contain circle, rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.7));
    border: 0px none;
    color: #FFF;
    cursor: pointer;
}

#login {
    background: url(../images/before_background.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.mobile #login_numpad {
    display: none;
}

#login_numpad {
    display: block;
    border: 0px solid #fff;
    width: 230px;
    height: 250px;
    top: -5px;
    right: -286px;
    position: absolute;
    transform: scale(1.3);
}

.with-registration #login_numpad {
    top: 11px;
    transform: scale(1.5);
}

#login_numpad .btn {
-webkit-radial-gradient: (contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -moz-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -o-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -ms-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    border: 0px none;

    color: #FFF;
    cursor: pointer;
    font-size: 27px;
    font-family: Arial, Verdana, Helvetica;
    height: 44.5px;
    width: 65px;
    margin: 3px;
    position: relative;
    top: 30px;
}


#index {
    background: url(../images/before_background.png) no-repeat;
    background-size: cover
}

.change_menu_button {
    display: block;
    position: absolute;
    width: 63px;
    height: 53px;
    border-radius: 3px;
    border: none;
    left: calc(50% - 33px);
    top: 66px
}

.change_menu_button:hover {
    cursor: pointer;
}

.normalPage {
    display: block
}

.loadingPage {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url('../template/../images/loading.gif');
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    z-index: 10
}

.loading_percent {
    position: absolute;
    left: 0px;
    top: calc(50% + 50px);
    width: 100%;
    height: 30px;
    font-size: 30px;
    text-align: center
}

.launcherPage::-webkit-scrollbar-track {
    background: rgba(100, 100, 100, 0.2)
}

.launcherPage::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 1)
}

.launcherPage::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.launcherPage {
    background-color: #000;
    overflow: auto;
    position: absolute
}
.launcher-menu {
    height: 70px;
}
body:not(.mobile-game) #launcher.jackpot-active .launcher-game-block {
    position: absolute;
    bottom: 0;
    height: calc(100% - 6.6vh);
}
#games {
    background-image: url('../images/body_games.jpg');
    background-size: 100% 100%;
    background-position-y: -25px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

#game_div {
    left: 0px;
    top: 0px;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: calc(100% - 20px)
}

#game_menu {
    left: 0px;
    top: 0px;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 20px;
    background-color: #000;
    color: #FFF;
    text-align: center
}

#game_menu_id {
    float: left;
    left: 0px
}

#game_menu_balance {
    float: right;
    right: 0px
}

#game_exit {
    right: 0px;
    top: 20px;
    position: absolute;
    width: 75px;
    height: 26px;
    background: url('../images/lobby.png');
    cursor: pointer;
    z-index: 1
}

.exitButton, .gameReload {
    color: #BFBFBF;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    display: inline-block;
    margin: 6px 10px;
    width: 26px;
    height: 26px
}

.exitButton {
    background-image: url('../images/game_close.png')
}

.gameReload {
    background-image: url('../images/game_reload.png')
}

#login_error {
    display: none
}

.jackpot_canvas {
    left: 3px;
    top: 22px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute
}

html, body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font: 12px/33px Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #000;
    overflow: hidden
}

#games {
    font: 16px/18px 'Montserrat', cursive, 800
}

a {
    cursor: pointer
}

#body {
    top: 0px;
    left: 0px;
    position: fixed;
    transform-origin: 0 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.header {
    background-color: #000;
    height: 32px;
    width: 512px;
    position: absolute
}

.header_balance, .header_terminal {
    height: 32px;
    width: 256px;
    font-size: 30px;
    float: left
}

.gameList {
    top: 0px;
    width: calc(100% - 20px);
    position: relative;
    left: 10px;
    flex: 1;
}

.game-hover {
    transform: scale(1.02, 1.02);
    display: none !important;
    z-index: 1;
    background-image: url('../images/game_hover.png');
    margin-top: -8px;
    background-size: 100% 100%;
    cursor: pointer;
    width: 473px;
    height: 251px;
    position: absolute;
    background-repeat: no-repeat;
}

.game {
    width: 33%;
    height: 33%;
    position: absolute;
}

.pageControl.game {
    top: 62.66%;
    height: 22%;
}

.game div {
    width: 75%;
    height: 96.55%;
    top: 1.725%;
    position: relative;
    background-size: 100% 100%;
    cursor: pointer;
}

.gamelink {
    cursor: pointer;
}

.game_x_1 div {
    float: left;
}

.game_x_2 div {
    margin: auto;
}

.game_x_3 div {
    float: right;
}

.game_x_1 {
    left: 0%;
}

.game_x_2 {
    left: 33.33%;
}

.game_x_3 {
    left: 66.66%;
}

.game_y_1 {
    top: 0%;
}

.game_y_2 {
    top: 33.33%;
}

.game_y_3 {
    top: 66.66%;
}


.game_selected {
    transform: scale(1.02, 1.02)
}

.pageControl > div {
    background-image: url(../images/control_btn_2.png);
}

.pageControl .pageControl-word {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.pageControl .pageControl-word span {
    font-size: 51px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    word-spacing: 9999px;
    background: rgba(255,219,87,1);
    background: linear-gradient(to bottom, rgba(255,219,87,1) 0%, rgba(255,166,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.pageControl_previous, .pageControl_next {
    width: 19%;
    height: 68%;
    background-size: 100% 100%;
    position: absolute;
    top: 16%;
}

.pageControl_previous:hover, .pageControl_next:hover {
    background-image: none
}

.pageControl_previous {
    background-image: url(../images/control_btn_l.png);
    right: 72.5%;
}

.pageControl_next {
    background-image: url(../images/control_btn_r.png);
    left: 73%;
}

.pageNumber {
    right: 20px;
    height: 28px;
    font-size: 30px;
    position: absolute;
    text-shadow: rgb(255, 255, 255) 0px 0px 10px;
    bottom: 145px;
}

.footer {
    bottom: 0;
    height: 140px;
    width: 1920px;
    position: relative;
    background-image: url(../images/footer_bar.png);

    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.footer_left {
    position: absolute;
    width: 430px;
    top: 10px;
    background-size: 100% 59%;
    left: 40px;
    height: 110px;
    color: rgb(181, 108, 0);
    background-image: url(../images/balance_block_2.png);
    text-align: center;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: bottom;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_balance {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c3c3c3;
    font-size: 40px;
    width: 50%;
    position: relative;
    font-weight: 600;
    text-align: center;
}

.footer_bonus:not(.active) {
    display: none;
}

.footer_bonus {
    color: #f8c204;
    font-size: 27px;
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer_bonus span {
    position: relative;
    top: -1px;
    font-size: 30px;
    width: 100%;
    display: block;
}

.footer_balance_word {
    flex: 1 1 100%;
    padding-bottom: 11px;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: bold;
    background: rgba(255,219,87,1);
    background: linear-gradient(to bottom, rgba(255,219,87,1) 0%, rgba(255,166,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.user {
    position: absolute;
    display: inline-block;
    right: 100px;
    width: 190px;
    top: 21px;
    height: 40px;
    -background-image: url(../images/user.png);
    -background-size: 100% 100%;
    color: #c3c3c3;
    line-height: 40px;
    text-align: center;
    font-size: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.exit-button {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: none;
    right: 65px;
    width: 155px;
    top: 70px;
    height: 55px;
    background-image: url(../images/exit_button_2.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.exit-button.active {
    display: flex;
}
.account-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 245px;
    width: 155px;
    top: 70px;
    height: 55px;
    background-image: url(../images/exit_button_2.png);
    background-size: 100% 100%;
    cursor: pointer;
}

.account-button span, .exit-button span {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 50px;
    font-weight: 900;
    background: rgb(100,0,0);
    background: linear-gradient(180deg, rgba(100,0,0,1) 0%, rgba(154,4,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer_center {
    display: none;
    position: absolute;
    left: calc(50% - 263px);
    width: 526px;
    height: 47px;
    top: 24px;
}

.footer_center .button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: none;
}

.footer_center .button-wrap>div {
    display: flex;
    align-items: center;
}

.footer_center p {
    font-size: 40px;
    height: 35px;
    margin: 0 25px;
    text-align: center;
    font-family: 'Minion Pro Bold';
    color: rgb(209, 141, 65);
    font-weight: bold;
    text-transform: uppercase;

    background: rgba(255,219,87,1);
    background: -moz-linear-gradient(top, rgba(255,219,87,1) 0%, rgba(255,166,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,219,87,1)), color-stop(100%, rgba(255,166,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,219,87,1) 0%, rgba(255,166,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,219,87,1) 0%, rgba(255,166,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,219,87,1) 0%, rgba(255,166,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,219,87,1) 0%, rgba(255,166,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb57', endColorstr='#ffa600', GradientType=0 );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer_center span {
    font-size: 40px;
    color: #FFA600;
}

.button-wrap>div:first-child span:first-child {
    -webkit-animation: color-change-first 1.5s infinite;
    -moz-animation: color-change-first 1.5s infinite;
    -o-animation: color-change-first 1.5s infinite;
    -ms-animation: color-change-first 1.5s infinite;
    animation: color-change-first 1.5s infinite;
}

@-webkit-keyframes color-change-first {
    0% { color: #FFA600; }
    25% { color: #FFDB57;}
    50% { color: #FFA600;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-moz-keyframes color-change-first {
    0% { color: #FFA600; }
    25% { color: #FFDB57;}
    50% { color: #FFA600;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-ms-keyframes color-change-first {
    0% { color: #FFA600; }
    25% { color: #FFDB57;}
    50% { color: #FFA600;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-o-keyframes color-change-first {
    0% { color: #FFA600; }
    25% { color: #FFDB57;}
    50% { color: #FFA600;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@keyframes color-change-first {
    0% { color: #FFA600; }
    25% { color: #FFDB57;}
    50% { color: #FFA600;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}

.button-wrap>div:first-child span:nth-child(2) {
    -webkit-animation: color-change-second 1.5s infinite;
    -moz-animation: color-change-second 1.5s infinite;
    -o-animation: color-change-second 1.5s infinite;
    -ms-animation: color-change-second 1.5s infinite;
    animation: color-change-second 1.5s infinite;
}

@-webkit-keyframes color-change-second {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFDB57;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-moz-keyframes color-change-second {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFDB57;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-ms-keyframes color-change-second {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFDB57;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-o-keyframes color-change-second {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFDB57;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@keyframes color-change-second {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFDB57;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}

.button-wrap>div:first-child span:last-child {
    -webkit-animation: color-change-third 1.5s infinite;
    -moz-animation: color-change-third 1.5s infinite;
    -o-animation: color-change-third 1.5s infinite;
    -ms-animation: color-change-third 1.5s infinite;
    animation: color-change-third 1.5s infinite;
}

@-webkit-keyframes color-change-third {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFA600;}
    75% { color: #FFDB57; }
    100% { color: #FFA600; }
}
@-moz-keyframes color-change-third {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFA600;}
    75% { color: #FFDB57; }
    100% { color: #FFA600; }
}
@-ms-keyframes color-change-third {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFA600;}
    75% { color: #FFDB57; }
    100% { color: #FFA600; }
}
@-o-keyframes color-change-third {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFA600;}
    75% { color: #FFDB57; }
    100% { color: #FFA600; }
}
@keyframes color-change-third {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFA600;}
    75% { color: #FFDB57; }
    100% { color: #FFA600; }
}

/* second side anmation */

.button-wrap>div:last-child span:first-child {
    -webkit-animation: color-change-first-2 1.5s infinite;
    -moz-animation: color-change-first-2 1.5s infinite;
    -o-animation: color-change-first-2 1.5s infinite;
    -ms-animation: color-change-first-2 1.5s infinite;
    animation: color-change-first-2 1.5s infinite;
}

@-webkit-keyframes color-change-first-2 {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFA600;}
    75% { color: #FFDB57; }
    100% { color: #FFA600; }
}
@-moz-keyframes color-change-first-2 {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFA600;}
    75% { color: #FFDB57; }
    100% { color: #FFA600; }
}
@-ms-keyframes color-change-first-2 {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFA600;}
    75% { color: #FFDB57; }
    100% { color: #FFA600; }
}
@-o-keyframes color-change-first-2 {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFA600;}
    75% { color: #FFDB57; }
    100% { color: #FFA600; }
}
@keyframes color-change-first-2 {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFA600;}
    75% { color: #FFDB57; }
    100% { color: #FFA600; }
}

.button-wrap>div:last-child span:nth-child(2) {
    -webkit-animation: color-change-second-2 1.5s infinite;
    -moz-animation: color-change-second-2 1.5s infinite;
    -o-animation: color-change-second-2 1.5s infinite;
    -ms-animation: color-change-second-2 1.5s infinite;
    animation: color-change-second-2 1.5s infinite;
}

@-webkit-keyframes color-change-second-2 {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFDB57;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-moz-keyframes color-change-second-2 {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFDB57;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-ms-keyframes color-change-second-2 {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFDB57;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-o-keyframes color-change-second-2 {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFDB57;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@keyframes color-change-second-2 {
    0% { color: #FFA600; }
    25% { color: #FFA600;}
    50% { color: #FFDB57;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}

.button-wrap>div:last-child span:last-child {
    -webkit-animation: color-change-third-2 1.5s infinite;
    -moz-animation: color-change-third-2 1.5s infinite;
    -o-animation: color-change-third-2 1.5s infinite;
    -ms-animation: color-change-third-2 1.5s infinite;
    animation: color-change-third-2 1.5s infinite;
}

@-webkit-keyframes color-change-third-2 {
    0% { color: #FFA600; }
    25% { color: #FFDB57;}
    50% { color: #FFA600;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-moz-keyframes color-change-third-2 {
    0% { color: #FFA600; }
    25% { color: #FFDB57;}
    50% { color: #FFA600;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-ms-keyframes color-change-third-2 {
    0% { color: #FFA600; }
    25% { color: #FFDB57;}
    50% { color: #FFA600;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@-o-keyframes color-change-third-2 {
    0% { color: #FFA600; }
    25% { color: #FFDB57;}
    50% { color: #FFA600;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}
@keyframes color-change-third-2 {
    0% { color: #FFA600; }
    25% { color: #FFDB57;}
    50% { color: #FFA600;}
    75% { color: #FFA600; }
    100% { color: #FFA600; }
}

#css_user_login {
    top: 50%;
    left: 50%;
    margin-top: -181px;
    margin-left: -450px;
    width: 520px;
    height: 235px;
    /*overflow: hidden;*/
    position: absolute;
    border: 1px solid #fff;
    z-index: 999;
    color: #fff;
    -webkit-box-shadow: 0 0 20px #999999;
    -moz-box-shadow: 0 0 20px #999999;
    box-shadow: 0 0 20px #999999;
    list-style: none;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: -webkit-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -moz-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -o-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -ms-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    -webkit-border-radius: 20px 0px 20px 0px;
    -moz-border-radius: 20px 0px 20px 0px;
    -ms-border-radius: 20px 0px 20px 0px;
    -o-border-radius: 20px 0px 20px 0px;
    border-radius: 20px 0px 20px 0px;
    padding: 10px;
    transform: scale(1.4);
}

.with-registration #css_user_login {
    height: 270px;
}

.mobile #css_user_login {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    padding: 0;

    background: none;
    box-shadow: none;
    transform: none;
}

.mobile #css_user_login > center{
    position: relative;
    /* width: 430px; */
    padding: 20px;

    -webkit-box-shadow: 0 0 20px #000000;
    -moz-box-shadow: 0 0 20px #000000;
    box-shadow: 0 0 20px #000000;
    border: 1px solid rgba(0,0,0, 0.5);
    background: -webkit-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -moz-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -o-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -ms-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

#css_user_login .title_bar {
    width: 100%;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 4px;
    font-size: 160%;
    font-weight: 900
}

#css_user_login th {
    font-size: 130%;
    text-transform: uppercase
}

#css_user_login tr td {
    padding: 8px 10px;
}

input {
    width: 350px;
    font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px;
    height: auto;
    line-height: 24px;
    border-width: 0;
    border-style: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: -webkit-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -moz-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -o-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: -ms-radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    background: radial-gradient(contain circle, rgba(0,0,0, 0.71), rgba(0,0,0, 0.7));
    color:#fff;
    -webkit-box-shadow: 0 0 10px #bfbfbf;
    -moz-box-shadow: 0 0 10px #bfbfbf;
    box-shadow: 0 0 10px #bfbfbf;
    transition: box-shadow .3s linear;
    cursor: pointer;
}

/* .mobile input {
    width: 290px;
} */

input[type=submit] {
    -background: rgba(0, 0, 0, 0.7)
}

#auth_form input[type=submit] {
    text-transform: uppercase;
}

input:hover {
    -webkit-box-shadow: 0 0 40px #bfbfbf;
    -moz-box-shadow: 0 0 40px #bfbfbf;
    box-shadow: 0 0 40px #bfbfbf
}

#loading {
    width: 280px;
    display: none
}

progress[value] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    height: 16px;
    width: 85px;
    margin: 0 10px 9px 10px;
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .5) inset;
    color: royalblue;
    position: relative
}

progress[value]::-webkit-progress-bar {
    background-color: whiteSmoke;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .5) inset
}

progress[value]::-webkit-progress-value {
    position: relative;
    background-size: 35px 20px, 100% 100%, 100% 100%;
    border-radius: 3px;
    -webkit-animation: animate-stripes 5s linear infinite;
    animation: animate-stripes 5s linear infinite
}

@-webkit-keyframes animate-stripes {
    100% {
        background-position: -280px 0px
    }
}

@keyframes animate-stripes {
    100% {
        background-position: -280px 0px
    }
}

progress[value]::-moz-progress-bar {
    background-image: -moz-linear-gradient(135deg, transparent, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66%), -moz-linear-gradient(top, rgba(255, 255, 255, .25), rgba(0, 0, 0, .2)), -moz-linear-gradient(left, #09c, #004f69);
    background-size: 35px 20px, 100% 100%, 100% 100%;
    border-radius: 3px
}

#loading::-webkit-progress-value {
    background-image: -webkit-linear-gradient(135deg, transparent, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66%), -webkit-linear-gradient(top, rgba(255, 255, 255, .25), rgba(0, 0, 0, .2)), -webkit-linear-gradient(left, #09c, #09c)
}

#loading::-moz-progress-bar {
    background-image: -moz-linear-gradient(135deg, transparent, transparent 33%, rgba(0, 0, 0, .1) 33%, rgba(0, 0, 0, .1) 66%, transparent 66%), -moz-linear-gradient(top, rgba(255, 255, 255, .25), rgba(0, 0, 0, .2)), -moz-linear-gradient(left, #09c, #09c)
}

.mobile #css_user_login:before{
    display: none;
}

.jackpot-win {
    display: none;
}

.news-block {
    position: relative;
    width: 100%;
    height: 40px;

    text-align: center;
    left-size: 100%;
    line-height: 50px;
    overflow: hidden;
    z-index: 100;
    background: #090909;
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    color: #efb00f;
    text-shadow: 1px 1px 2px black, 0 0 1em red;
}

/*
.news-block div {
  position: absolute;
  top: 0%;
  white-space: nowrap;
  /*animation: text 25s infinite linear;
}*/
@keyframes text {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.news-none {
    display: none !important;
}

/*
.game:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/game_hover.png);
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    transform: scale(1.4);
    top: 49px;
    left: 90px;
}
.game:hover ~ :before{
	z-index: 1;
	transition: 0.5s;
}
*/

@media (max-width: 500px) {
    .smart-rotate {
        display: none;
        background: #000000;
        margin: 0;
        padding: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 100;
    }

    .rotate-icon {
        width: 300px;
        height: 300px;
        background: url(../images/rotate.svg) no-repeat;
        background-size: 80% 80%;
        color: #000;
        font-size: 23px;
        font-weight: 600;
        background-color: #f5f5f599;
        border-radius: 150px;
        margin: auto;
        margin-top: 50%;
        background-position-x: 40px;
        background-position-y: 8px;
    }

    .mobile #css_user_login > center{
        /* width: 300px; */
    }

    .mobile #css_user_login th {
        font-size: 100%;
    }

    .mobile input {
        width: 200px;
    }
}

/*@media (max-width: 400px) {*/
/*    .mobile #css_user_login > center {*/
/*        width: 245px;*/
/*    }*/

/*    .mobile input {*/
/*        width: 140px;*/
/*    }*/
/*}*/


.footer .bonuses-information {
    width: 100%;
    height: 64px;
    position: absolute;
    right: 0%;
    bottom: 0;
    font-size: 30px;
}

.footer .bonuses-button {
    display: block;
    width: 99%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    position: relative;

}

.footer .bonuses-information:hover {
    box-shadow: 0px 0px 20px 7px rgba(249, 208, 24, 0.63);
    transition: 0.5s;
    border-radius: 17px;
    background: #f8d6002e;
}

.footer .bonuses-information p {
    margin: 3px;
    width: 98%;
    margin: 2px auto;
    color: #fbd103;
}

.footer .pop-up {
    visibility: hidden;
    position: absolute;
    background: rgb(32, 31, 22);
    padding: 35px 60px;
    bottom: 85px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    z-index: 10000;
    border-radius: 85px;
    box-shadow: inset 0px 0px 16px 11px rgb(181, 140, 46);
    width: 1500px;
}

.footer .bonuses-wrap {
    max-height: 740px;
    overflow-y: auto;
}

.footer .pop-up .cust_grp {
    margin: 5px 0;
}

.footer .pop-up input[type=button] {
    float: right;
}

.footer .pop-up::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 16px 20px 16px;
    border-color: transparent transparent #a47f2b transparent;
    bottom: -19px;
    position: absolute;
    left: 20%;
    opacity: 1;
    transform: rotate(180deg);
}

.footer .active .pop-up {
    visibility: visible;
    opacity: 1;
}

@mixin fade-transition($element) {
    -webkit-transition: $ element 0.15s ease-in-out;
    -moz-transition: $ element 0.15s ease-in-out;
    -ms-transition: $ element 0.15s ease-in-out;
    -o-transition: $ element 0.15s ease-in-out;
    transition: $ element 0.15s ease-in-out;
}

.footer .bonuses-information i {

    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;


    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1); /* IE6-9 */


    width: 15%;
    height: 100%;
    transform: skew(-10deg, 0deg);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);


    animation: move 4s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    -webkit-animation: move 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 2s;
    -moz-transform: skew(-10deg, 0deg);
    -moz-animation: move 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 2s;
    -ms-transform: skew(-10deg, 0deg);
    -ms-animation: move 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 2s;
    -o-transform: skew(-10deg, 0deg);
    -o-animation: move 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 2s;
}

@keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0
    }
    48% {
        opacity: 0.2
    }
    80% {
        opacity: 0.0
    }
    100% {
        left: 82%
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0
    }
    48% {
        opacity: 0.2
    }
    80% {
        opacity: 0.0
    }
    100% {
        left: 82%
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0
    }
    48% {
        opacity: 0.2
    }
    80% {
        opacity: 0.0
    }
    100% {
        left: 88%
    }
}

@-ms-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0
    }
    48% {
        opacity: 0.2
    }
    80% {
        opacity: 0.0
    }
    100% {
        left: 82%
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.0
    }
    48% {
        opacity: 0.2
    }
    80% {
        opacity: 0.0
    }
    100% {
        left: 82%
    }
}

/* freespins mark */
.game .freespins-mark {
    position: absolute;
    top: 20px;
    left: calc(50% - 55px);
    height: auto;
    width: 110px;
    text-align: center;
    line-height: 30px;
    background: url(../images/frspns_g.png) no-repeat center;
    background-size: 100% 100%;
}

.game .freespins-mark-text {
    padding: 0 8px;
    font-size: 20px;
    font-family: 'Impact';
    text-transform: uppercase;
    background: linear-gradient(#3d2a00, #7f4900, #341b00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

/* banners */
#reg-btn {
    text-transform: uppercase;
}
.banner {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: auto;
    font-weight: normal;
    line-height: unset;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
}
.banner.active {
    opacity: 1;
    visibility: visible;
}
.banner-inner {
    position: relative;
    top: -100%;
    width: 900px;
    height: 82%;
    margin: auto;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    font-family: 'Arial';
    color: #fdcb00;
    font-size: 16px;
    border: 1px solid #8d1e23;
    box-shadow: 0 0 12px 0 #73122e;
    background: rgb(72, 5, 17);
    background: linear-gradient(180deg, rgba(72, 5, 17, 1) 0%, rgba(81, 42, 52, 1) 15%, rgba(49, 8, 19, 1) 27%, rgba(65, 6, 17, 1) 54%, rgba(93, 6, 25, 1) 72%, rgba(140, 9, 40, 1) 100%);
    z-index: 5;
}

.mobile .banner-inner {
    font-size: 26px;
    line-height: 30px;
}

.banner.active .banner-inner {
    top: 0;
}

/* logout */
.banner-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../images/banner-close.png) no-repeat center;
    background-size: contain;
    z-index: 99999;
    transition: opacity .3s linear;
}
.banner-close:hover {
    /* opacity: 0.6; */
}
.account .banner-close {
    top: 0;
    left: 0;
    width: auto;
    position: relative;
    /* width: 40px;
    height: 28px;
    margin: 5px auto 25px 25px; */
    background: 0;
}
/* .mobile .account .banner-close {
    width: 46px;
    height: 37px;
} */
.banner-logout {
    display: none;
}
.account .banner-logout {
    position: absolute;
    top: 10px;
    right: 23px;
    display: block;
    padding-right: 27px;
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    z-index: 1;
}

.mobile .account .banner-logout {
    font-size: 25px;
}

.mobile .account .banner-logout {
    top: 65px;
}

/* scrollbar in banners*/
.banner ::-webkit-scrollbar-track {
    background-color: #381219;
    border-radius: 3px;
}

.banner ::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.banner ::-webkit-scrollbar-thumb {
    background-color: #c52d34;
    border-radius: 3px;
}

.banner-content h2 {
    margin-top: 0;
    font-size: 20px;
}

.mobile .banner-content h2 {
    font-size: 27px;
}

.authorized .banners-text-wrap {
    margin-top: 30px;
}

.banner-content .banners-text-wrap {
    height: 92%;
    overflow: auto;
}

.banners-text-wrap p {
    font-size: 15px;
    margin: 6px 0;
}

.mobile .banners-text-wrap p {
    font-size: 20px;
    margin: 5px 0;
}

.banner-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.account .banner-inner, .account .banner-content {
    height: auto;
}

.account .banner-inner {
    display: flex;
    flex-direction: column;
    margin-top: 6%;
}

.banner.active .banner-inner {
    top: 0;
}

.banner-inner a {
    color: #f7f7f7;
}

.banner-logout {
    display: none;
}

.account .banner-logout:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background-image: url(/resources/sitepics/lobby/icons/logout.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.account-wrap .edit-account-data {
    position: relative;
    padding: 3px 10px;
    margin-left: 10px;
    background: transparent;
    border: 1px solid #feb400;
    border-radius: 3px;
    color: #feb400;
    cursor: pointer;
    transition: color .4s ease-in,background-color .4s ease-in;
}

.mobile .account-wrap .edit-account-data {
    font-size: 26px;
}

.account-wrap .account-password-form {
    width: 100%;
    height: auto;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-in, visibility .4s ease-in, max-height .4s ease-in;
}

.account-wrap .account-password-form.visible {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}

.account-wrap .show-deposit {
    display: inline-block;
    background: transparent;
    color: #FFC400;
    font-size: 20px;
    cursor: pointer;
    border: 0;
    transition: text-shadow .3s linear;
}

.user-balance {
    transition: text-shadow .3s linear;
}

.user-balance:hover, .user-balance:hover .show-deposit {
    text-shadow: 0 0 10px #FFEB3B;
}

.account-wrap .edit-account-data:hover {
    color: #FFE72C;
    border-color: #FFE72C;
}

.account-info {
    display: none;
    width: calc(100% - 52px);
    margin-top: auto;
    align-items: stretch;
    justify-content: space-between;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #8d1e23;
    box-shadow: 0 0 2px 0 #73122e;
    background: rgb(72, 5, 17);
    background: linear-gradient(180deg, rgba(72, 5, 17, 1) 0%, rgba(81, 42, 52, 1) 15%, rgba(49, 8, 19, 1) 27%, rgba(65, 6, 17, 1) 54%, rgba(93, 6, 25, 1) 72%, rgba(140, 9, 40, 1) 100%);
    font-size: 17px;
    line-height: 20px;
    text-align: left;
}

.mobile .account-info {
    font-size: 21px;
    line-height: 28px;
}

.account-info.active {
    display: flex;
}

.account-info .deposit-description {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-top: 40px;
    margin-left: 20px;
    color: #ed023b;
    background: #420414;
    border: 1px solid #8d1e23;
    border-radius: 5px;
    max-width: 71%;
}
.mobile .account-info .deposit-description {
    max-width: initial;
}

.banner-content {
    position: relative;
    height: calc(100% - 10px);
    padding: 20px;
    max-height: 100%;
}

.mobile .authorized .banner-content {
    height: inherit;
    max-height: 93%;
}

.mobile .account .banner-content {
    /* height: inherit;
    max-height: 66%; */
}

.account_block {
    width: 100%;
}

.authorized .banner-content {
    display: flex;
}

.no-authorize .banner-content {
    height: calc(100% - 70px);
    margin-top: 30px;
}

.banner-inner h1 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
    margin: 0;
    font-size: 24px;
}

.mobile .banner-inner h1 {
    width: calc(100% - 58px);
}

.reg {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.reg .reg_block, .recovery-inputs-wrap {
    display: grid;
    grid-gap: 15px;
    align-items: center;
    justify-content: center;
}

.reg .reg_message, .confirm_message, .recovery_message {
    width: 100%;
    margin: 6px 0;
    text-align: center;
    font-size: 20px;
}

.reg input:not([type="checkbox"]), .reg select, .recovery_block input, .confirm_form input {
    width: 265px;
    padding: 8px;
    background: transparent;
    border: 1px solid #feb400;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    box-shadow: none;
}

.login-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}

.reg label, .recovery_block label, .confirm_form label {
    display: inline-block;
    width: 200px;
    font-size: 19px;
}

.reg-bottom-wrap {
    display: grid;
    justify-content: center;
    grid-gap: 15px;
    margin-top: 20px;
}

.reg .login-button-reg, .account_content button[type=submit], .submit-recovery, .submit_confirm_form {
    position: relative;
    margin: auto;
    padding: 7px 20px;
    font-size: 18px;
    border: 0;
    background: rgb(255, 207, 10);
    background: linear-gradient(180deg, rgb(255, 207, 10) 0%, rgb(216 179 0) 100%);
    box-shadow: 0 2px 10px 0 #320813;
    border-radius: 3px;
    cursor: pointer;
    z-index: 0;
    overflow: hidden;
    transition: color 0.3s linear, box-shadow 0.3s linear;
}

.mobile .reg .login-button-reg, .mobile .account_content button[type=submit], .mobile .submit-recovery, .submit_confirm_form {
    padding: 9px 22px;
    font-size: 28px;
}


.account_content button[type=submit] p {
    margin: 0;
}

.reg .reg_rules {
    position: relative;
    display: block;
    width: 63%;
    margin: 0 auto;
}

.reg .reg_rulesspan {
    vertical-align: top;
}

.reg .login-button-reg:hover, .account_content button[type=submit]:hover, .submit-recovery:hover, .submit_confirm_form:hover {
    color: #3c0711;
    box-shadow: 0 0 12px 0 #FFEB3B;
}

.account_content input[type=submit] {
    width: 39%;
    padding: 6px 0;
}

.reg #g-recaptcha-reg>div {
    transform: scale(0.9);
    margin: 0 auto;
}

.ulogin-rec {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_ulogin_block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_ulogin_block span {
    display: block;
    margin: 7px 0;
}

.mobile .banner-inner {
    width: 100%;
    height: 100vh;
}

.mobile .authorized .banner-inner {
    margin: 0;
    height: fit-content;
    min-height: calc(100% - 57px);
}

.mobile .authorized .banner-inner {
    padding-top: 55px;
}

@media screen and (orientation:portrait) {
    .mobile .reg label {
        width: 39%;
    }
    .mobile .reg label, .mobile .recovery_block label, .mobile .confirm_form label,
    .mobile .reg input:not([type="checkbox"]), .mobile .reg select, .mobile .recovery_block input, .mobile .confirm_form input,
    .mobile .iti--separate-dial-code{
        width: 59%;
    }
    .mobile #reg_phone, .mobile #recovery_phone {
        width: 100%;
    }
    .mobile .reg {
        padding-right: 7px;
    }
}

@media screen and (orientation:landscape) {

}

.confirm_form>div {
    display: grid;
    justify-content: center;
    grid-gap: 10px;
}

/* languages block */
.languages {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 30px;
}

.languages img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border: 1px solid transparent;
    transition: border 0.5s linear;
}

.languages img:hover {
    border: 1px solid #fff;
}

.languages-block a {
    width: 100%;
    height: 100%;
}

.languages-block a {
    display: block;
}

.languages-block a:not(.active) {
    display: none;
}

.languages-list-show {
    position: absolute;
    top: 0px;
    right: -10px;
    color: #FFF;
}

/* languages in account */
.account-languages-wrap {
    position: absolute;
    top: 12px;
    right: 135px;
    width: 65px;
    min-width: 65px;
    height: 25px;
    margin: 0 15px;
}
.mobile .account-languages-wrap {
    top: 0;
    right: 160px;
    width: 110px;
    min-width: 100px;
    height: 50px;
}

.authorized .account-languages {
    position: absolute;
    padding: 0 9px;
    border-radius: 8px;
    background: rgba(255,255,255,.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1;
}
.mobile .authorized .account-languages {
    width: 79%;
}

.account-languages .select-language {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: inherit;
    cursor: pointer;
    transition: .3s linear;
    margin-right: 20px;
}

.account-languages .select-language {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: inherit;
    cursor: pointer;
    transition: .3s linear;
    margin-right: 20px;
}
.account-languages .select-language:not(.active):not(.selected) {
    padding: 0;
}
.account-languages .select-language .lang-img {
    width: 24px;
    height: 100%;
    margin: 0;
}
.mobile .account-languages .select-language .lang-img {
    width: 47px;
}

.account-languages .select-language.active, .account-languages .select-language.selected {
    height: 16px;
    opacity: 1;
    visibility: visible;
    padding: 5px 0;
}
.mobile .account-languages .select-language.active, .mobile .account-languages .select-language.selected {
    height: 38px;
}

.account-languages .arrow-for-open {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    background: url(/resources/sitepics/lobby/icons/arrow-langs.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
    transform: rotate(180deg);
    transition: .3s linear;
}
.mobile .account-languages .arrow-for-open {
    top: 10px;
    right: 5px;
    width: 30px;
    height: 30px;
}





/* account */
.account-wrap {
    display: flex;
    width: 100%;
}

.account_menu {
    display: flex;
    flex-direction: column;
    min-width: 190px;
    height: max-content;
    width: 32%;
    margin: -20px 0 0 -20px;
}

.mobile .account_menu {
    width: 21%;
}

.account_menu h2 {
    margin: 15px 0;
    text-align: center;
    text-transform: uppercase;
}

.account_menu .disable {
    pointer-events: none;
    opacity: .3;
}

.account_menu .menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 0 12px 55px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.mobile .account_menu .menu-item {
    padding: 16px 0 16px 55px;
    font-size: 27px;
}

.account_menu .menu-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 207, 10);
    background: linear-gradient(180deg, rgb(255, 207, 10) 0%, rgb(216 179 0) 100%);
    box-shadow: 0 2px 10px 0 #320813;
    border-radius: 3px;
    transition: opacity .3s linear, visibility .3s linear;
    opacity: 0;
    visibility: hidden;
}

.account_menu .menu-item.activate:after, .account_menu .menu-item:hover:after {
    opacity: 1;
    visibility: visible;
}

.account_menu .menu-item span {
    white-space: nowrap;
}

.account_menu .menu-item.activate span, .account_menu .menu-item:hover span {
    position: relative;
    color: #310c14;
    z-index: 5;
}

.account_menu .menu-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 57.8px;
    height: 100%;
    top: 0;
    left: -1px;
    background: url(../images/ma_icons.png) no-repeat;
    background-size: 100% auto;
    z-index: 2;
}

.account_menu .ba::before {
    background-position: -8px 15px;
}

.account_menu .de::before {
    background-position: -8px -35px;
}

.account_menu .wi::before {
    background-position: -8px -87px;
}

.account_menu .ts::before {
    background-position: -8px -144px;
}

.account_menu .cp::before {
    background-position: -8px -256px;
}

.account_menu .dl::before {
    background-position: -8px -736px;
}

.account_menu .cgm::before {
    background-position: -8px -343px;
}

.account_menu .qr::before {
    background-position: -8px -664px;
}

.account_menu .lgt::before {
    background-position: -8px -793px;
}

.account_menu .banner-close::before {
    background: url(../images/arrow-exit.svg) no-repeat center;
    background-size: 50%;
}

.account_content {
    flex: 4;
    width: 100%;
    height: calc(100% - 10px);
    max-height: 500px;
    min-height: 400px;
    overflow: auto;
    padding: 0 20px;
    color: #ffffff;
    padding-top: 25px;
}

.mobile .account_content {
    /* max-height: 100%;
    min-height: 100%; */

    max-height: fit-content;
    min-height: auto;
}

.account_content p, .account-password-form {
    font-size: 16px;
    margin: 7px 0;
    line-height: 20px;
}

.mobile .account_content p, .mobile .account-password-form {
    font-size: 26px;
    line-height: 30px;
}

.account_content p.hidden {
    display: none;
}

.account_content b,
.account_content .word_chargeable_balance,
.account_content .word_cumulative_bonus,
.account_content .word_cumulative_wheel_bonus,
.account_content .word_cumulative_bonus,
.account_content .hours_time,
.account_content .word_information,
.account_content .word_wager_bonus,
.account_content .word_cashback_bonus,
.account_content .word_cumulative_bonus,
.account_content .word_cumulative_wheel_bonus,
.account_content .wheel_min,
.account_content .word_freespins_bonus,
.account_content .word_freespins_bonus {
    font-weight: bold;
    color: #feb400;
}

.account-wrap #payment_form, .account-wrap #payment_out_form, .deposit-info.without-payment-text .deposit-description {
    display: none;
}
.account-wrap #payment_form.visible, .account-wrap #payment_out_form.visible, .banner .before-login-form-wrap .reg_message.active {
    display: block;
}

.account-wrap .account_content .account_block_balances .account-password-form .change-password-inputs label .account-field-wrap {
    width: calc(100% - 140px);
}

.account_content input:not([type=submit]), .account_content select {
    width: 230px;
    padding: 6px;
    color: #fff;
    font-size: 17px;
    background: transparent;
    border: 1px solid #feb400;
    border-radius: 4px;
    box-shadow: 0 1px 16px 0 #320813b5;
}

.change-password-inputs input:not([type=submit]){
    width: 100%;
}

.banner-content select option {
    color: #000;
}

.account_block_transactionshistory .field-title, .account_block_gameshistory .field-title {
    width: 90px;
}

.account_bonus.hidden {
    display: none;
}

.account_block_balances .bonuses-values progress {
    margin: 5px 9px;
    width: 50px;
    height: 12px;
}

.balance-info .bonuses-information {
    display: flex;
    flex-wrap: wrap;
}

.balance-info .accumulated-bonus-text, .balance-info .cashback-bonus-text {
    flex: 30%;
    border-radius: 5px;
    border: 1px solid #8d1e23;
    background: #420414;
    padding: 20px;
    margin-right: 3%;
    color: #fff;
}

.balance-info .text, .balance-info  .footnote {
    color: #ff0000;
    font-weight: bold;
}

.account-info .download>p {
    position: relative;
    width: 100%;
    height: min-content;
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #ffffff;
}

.account-info .download>div {
    position: relative;
    margin-top: 17px;
    border-radius: 5px;
    border: 1px solid #8d1e23;
    background: #420414;
    transition: box-shadow .3s linear;
}

.account-info .download>div {
    margin-top: 17px;
}

.account-info .download>div:hover {
    box-shadow: 0 0 10px 2px #8d1e23;
}

.account-info .download>div>p {
    padding: 15px 15px 15px 55px;
    margin: 0;
    font-size: 17px;
    line-height: 18px;
}

.mobile .account-info .download>div>p {
    font-size: 21px;
    line-height: 18px;
}

.deposit-info .download>div {
    width: 100%;
}

.account-info .download a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.account-info .download>p:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../images/download-icon.svg) no-repeat center;
    background-size: contain;
}

.account-info .download .android:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/download/androin-icon.svg) no-repeat center;
    background-size: contain;
}

.account-info .download .windows:before {
    content: "";
    position: absolute;
    top: calc(50% - 15px);
    left: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/download/windows-icon.svg) no-repeat center;
    background-size: contain;
}

.account-wrap label {
    width: 49%;
}

.account-wrap .account_content form p, .account-wrap label:not(.payment_rules_label) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile #account_gameshistory_datetime label:not(.payment_rules_label), .mobile .time-input-wrap label {
    max-width: 440px;
}

.account-wrap .account_content .payment_rules .payment_rules_label {
    width: auto;
    position: relative;
    margin: 0;
    cursor: pointer;
    outline: 0;
    text-align: left;
    color: #ffeb00;
}

.account-wrap .account_content .payment_rules {
    position: relative;
    justify-content: center;
}

.account-wrap .account_content .deposit-fields {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.mobile .vertical .account-wrap .account_content .deposit-fields {
    flex-wrap: wrap;
}

.account-wrap .account_content .deposit-fields .payment-amount {
    display: flex;
    align-items: center;
    width: 170px;
    margin-right: 15px;
}
.mobile .account-wrap .account_content .deposit-fields .payment-amount {
    width: 225px;
}

.account-wrap .account_content .deposit-fields .payment-amount input {
    width: 100%;
}

/* payment phone */
.account-wrap .account_content .deposit-fields .payment-phone {
    display: flex;
    align-items: center;
}
.account-wrap .account_content .deposit-fields .payment-amount span, .account-wrap .account_content .deposit-fields .payment-phone span {
    margin-right: 8px;
}
.account-wrap .account_content .payment-phone input, .account-wrap .account_content .payment_out_fields input, #payment_out_amount {
    max-width: 180px;
    min-width: 180px;
}

.mobile .account-wrap .account_content .payment-phone input, .mobile .account-wrap .account_content .payment_out_fields input, .mobile #payment_out_amount {
    max-width: 210px;
    min-width: 210px;
}

.account-wrap .account_content .account_block .payment_out_amount, .account-wrap .account_content .account_block .payment_out_fields {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    width: 335px;
}

.mobile .account-wrap .account_content .account_block .payment_out_amount, .mobile .account-wrap .account_content .account_block .payment_out_fields {
    width: 375px;
}

.account-wrap .payment-text {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.account-wrap .account_content .account-field-wrap {
    border-radius: 4px;
    background: #40000D;
    border: 1px solid #720019;
    margin: 0 6px;
}

.account-wrap #account_gameshistory_datetime .account-field-wrap {
    margin: 0 6px 0 0;
}

.account-wrap .account_content .account_block_balances .account-password-form .change-password-inputs label {
    position: relative;
    margin: 6px 0;
}

.account-wrap .payment-systems {
    display: grid;
    grid-template-columns: repeat(4, 145px);
    grid-gap: 10px;
    justify-content: space-between;
    margin-top: 10px;
}

@media screen and (max-width: 900px) {
    .mobile .account-wrap .payment-systems {
        grid-template-columns: repeat(7, 185px);
    }
    .mobile .account-wrap .payment-systems label {
        height: 130px;
    }
}

/** checkbox with payment rules **/
.account-wrap .payment_rules #payment_checkrules,
.banner #reg_checkrules {
    width: auto;
    opacity: .00000001;
    position: absolute;
    left: 0;
    margin-left: -100vw;
}

.account-wrap .payment_rules_label:before,
.reg .reg_rules:before {
    content: '';
    position: relative;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    transition: transform .28s ease;
    border-radius: 4px;
    border: 2px solid #FFCE00;
    background: rgb(171,101,0);
    background: linear-gradient(141deg, rgba(171,101,0,1) 0%, rgba(96,43,2,1) 100%);
}

.account-wrap .account_content .payment_rules .payment_rules_label:after, .reg .reg_rules:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 10px;
    border-bottom: 3px solid red;
    border-left: 3px solid red;
    transform: rotate(-45deg) scale(0);
    transition: transform .25s ease;
}
.account-wrap .account_content .payment_rules #payment_checkrules:checked~label:after,
#reg_checkrules:checked~label:after  {
    transform: rotate(-45deg) scale(1);
}

.account-wrap .payment-systems label {
    display: block;
    width: 100%;
    height: 100px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 30%;
    cursor: pointer;
}

.account-wrap .account_block_transactionshistory input[type=radio]:checked, .account-wrap .account_block_transactionshistory input[type=radio]:not(:checked), .account-wrap .payment-systems input[type=radio]:checked, .account-wrap .payment-systems input[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.account-wrap .payment-systems input[type=radio]:checked+label:before, .account-wrap .payment-systems input[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

.account-wrap .payment-systems input[type=radio]:checked+label:before, .account-wrap .payment-systems input[type=radio]:not(:checked)+label:before {
    background-image: url(../images/payment-item.png);
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-size: 100% 100%;
    z-index: -1;
}

.account-wrap .payment-systems input[type=radio]:checked+label, .account-wrap .payment-systems input[type=radio]:not(:checked)+label {
    /* background-color: transparent; */
}

.account-wrap .payment-systems input[type=radio]:checked+label, .account-wrap .payment-systems input[type=radio]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    /* line-height: 20px; */
    display: inline-block;
    color: #666;
}

.account-wrap .payment-systems input[type=radio]:checked+label:after, .account-wrap .payment-systems input[type=radio]:not(:checked)+label:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/payment-item-active.png);
    background-size: 100% 100%;
    z-index: -1;
}

.account-wrap .payment-systems input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}


/* currency icon */
.account-wrap .payment-currency {
    position: absolute;
    left: 14px;
    top: 5px;
    display: flex;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: #6c1e09;
    border-radius: 50%;
}

.account-wrap .payment-currency img {
    width: 62%;
}

/* transactions history checkbox */
.account-wrap .account_block_transactionshistory input[type=radio]:checked+label, .account-wrap .account_block_transactionshistory input[type=radio]:not(:checked)+label {
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding-left: 27px;
}

.account-wrap .account_block_transactionshistory input[type=radio]:checked+label:before, .account-wrap .account_block_transactionshistory input[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: #363b50;
}

.account-wrap .account_block_transactionshistory input[type=radio]:checked+label:before, .account-wrap .account_block_transactionshistory input[type=radio]:not(:checked)+label:before {
    background: #330813;
    border: 1px solid #feb400;
}
.account-wrap .account_block_transactionshistory input[type=radio]:checked+label:after, .account-wrap .account_block_transactionshistory input[type=radio]:not(:checked)+label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #deb702;
    transition: all .2s ease;
}

.account-wrap .account_block_transactionshistory input[type=radio]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}
.account-wrap .account_block_transactionshistory input[type=radio]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* trarsactions form */
.account-wrap .account_block_transactionshistory .transactionshistory-label {
    width: auto;
    margin: 0 5px;
}
.account-wrap .form-text {
    font-size: 15px;
}
.mobile .account-wrap .form-text {
    font-size: 23px;
}

.account-wrap table {
    width: 100%;
}

.account-wrap #account_transactionhistory td, .account-wrap #account_gamehistory td {
    font-size: 15px;
}


.message_success {
    color: #00d008;
}

.minimal-payment, .message_error, .minimal-payment-out {
    color: #ff1100;
}

.error-input {
    border: 1px solid #ff1100;
}

.success-input {
    border: 1px solid #00d008;
}

.qrcode {
    margin: auto;
    display: table;
    margin-top: 30px;
    padding: 10px;
    border: 1px solid #8d1e23;
    width: 300px;
    height: 300px;
}

.qrcode img {
    width: 100%;
    height: 100%;
}

.time-input-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 20px;
}

.time-input-wrap label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.time-input-wrap input:not([type=submit]) {
    width: 145px;
    font-size: 14px;
}
.mobile .time-input-wrap input:not([type=submit]) {
    width: 200px;
    font-size: 20px;
}

.time-input-wrap label input[type=time]{
    width: 100px;
}
.mobile .time-input-wrap label input[type=time] {
    width: 125px;
}

#account_transactionshistory_datetime .account-submit-button {
    margin-left: 10px;
    padding: 7px 20px;
}

/* recovery password form */
.submit-recovery {
    display: block;
    margin: 20px auto 0;
}

.iti__country-list {
    background-color: #4d1924;
    border: 1px solid #8d1e23;
    border-radius: 3px;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}

.iti__flag-box, .iti__country-name {
    font-family: 'Arial';
}

/* languages select */
.dropdown-languages-wrap {
    position: absolute;
    top: 72px;
    right: 405px;
    width: 135px;
    height: 55px;
	margin: 0;
	padding: 0;
    overflow: visible;
    -background: #000000;
    -border: 2px solid #c59416;
    -border-radius: 32px;
}
.dropdown-languages-wrap .dropdown-languages {
    position: absolute;
	width: 70%;
    left: calc(50% - 37.5%);
    bottom: 0;
    max-height: 235vh;
    overflow: auto;
	-background: #000000;
	border-radius: 5px;
}

.dropdown-languages-wrap.active .dropdown-languages {
    background: #464646b8;
    max-height: 915px;
    overflow: auto;
}

.dropdown-languages-wrap .dropdown-languages .select-language {
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
	height: 0;
	margin: auto;
    width: inherit;
    cursor: pointer;
    transition: .3s linear;
}
.dropdown-languages-wrap .dropdown-languages .select-language.active, .dropdown-languages-wrap .dropdown-languages .select-language.selected {
	height: 36px;
    opacity: 1;
    visibility: visible;
    padding: 10px 0;
}
@media (min-aspect-ratio: 14/9) {
    .dropdown-languages-wrap .dropdown-languages .select-language.active, .dropdown-languages-wrap .dropdown-languages .select-language.selected {
        padding: 20px 0;
    }
    .dropdown-languages-wrap {
        top: 65px;
        height: 70px;
    }
}
.dropdown-languages-wrap .dropdown-languages .select-language.selected {
    cursor: default;
}
.dropdown-languages-wrap .dropdown-languages .select-language .lang-img {
	width: 100%;
    height: 100%;
	margin: 0;
    background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
}

/* limits in account */
.account_block_limits_and_commissions {
    position: relative;
}
.tab-buttons-wrap {
    display: flex;
    border-bottom: 1px solid #d2d2d2;
}
.tab-buttons-wrap > div {
    padding: 0 25px;
    text-align: center;
    color: #969696;
    cursor: pointer;
    transition: color .3s linear, border-bottom .3s linear;
}
.tab-buttons-wrap h3 {
    font-size: 22px;
    margin: 10px 0;
}

.mobile .tab-buttons-wrap h3 {
    font-size: 27px;
}

.tab-buttons-wrap > div.active {
    margin-bottom: -1px;
    color: #ffffff;
    border-bottom: 1px solid #f1c90a;
    pointer-events: none;
}

.tab-content-wrap > div {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
}

/* promo form */
#account-promo-form {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}

#account-promo-form.hidden {
    display: none;
}

.promo_message {
    flex: 1 1 100%;
}

#account-promo-form .promo-submit-btn {
    margin-left: 10px;
    padding: 8px 13px;
    background: #ed0049;
    background: linear-gradient(180deg,#ed0049 0,#b6012e 30%,#5b0202 100%);
    border: 1px solid red;
    border-radius: 5px;
    color: #ffffff;
}

#account-promo-form .account-field-wrap {
    display: inline-block;
    width: 180px;
    margin-left: 0;
}

#account-promo-form .account-field-wrap input {
    width: 100%;
}

/* social links */
#css_user_login tr td.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82%;
}
.desktop #css_user_login tr td.social-links {
    padding-top: 0px;
}
.social-link {
    position: relative;
    padding-left: 30px;
    color: #ffffff;
    font-size: 21px;
    text-decoration: none;
    transition: text-shadow .3s linear;
}
.social-link:after {
    content: '';
    position: absolute;
    top: calc(50% - 9.5px);
    left: 0;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}
.telegram-link {
    color: #039be5;
}
.telegram-link:hover {
    text-shadow: 0 0 15px #039be5;
}
.telegram-link:after {
    background-image: url(/resources/sitepics/lobby/icons/social-links/telegram.svg);
}

.instagram-link:after {
    background-image: url(/resources/sitepics/lobby/icons/social-links/instagram.svg);
}
.instagram-link:hover {
    text-shadow: 0 0 15px #ffffff;
}

.whatsapp-link {
    color: #4caf50;
}
.whatsapp-link:after {
    background-image: url(/resources/sitepics/lobby/icons/social-links/whatsapp.svg);
}
.whatsapp-link:hover {
    text-shadow: 0 0 15px #4caf50;
}

/* download app block */
.download-app {
    display: none;
    padding: 0;
}

.download-app img {
    width: 120px;
    transition: box-shadow .3s linear;
    border-radius: 10px;
}

.download-app:hover img {
    box-shadow: 0 0 40px #bfbfbf;
}

/* scrollbar */

body ::-webkit-scrollbar-track {
    background-color: #15130f;
    border-radius: 5px;
}

body ::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

body ::-webkit-scrollbar-thumb {
    background-color: #95771c;
    border-radius: 5px;
}

/* jivochat */
.authorized .__jivoMobileButton, .authorized .online-chat-root {
    display: none !important;
}

.support {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 460px;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(95deg, rgb(69, 47, 74) 20%, rgb(141, 64, 158) 80%);
}

.mobile .support-active .support {
    display: block;
}

.support:before {
    content: '';
    display: block;
    width: 100%;
    height: 45%;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2220%22%20viewBox%3D%220%200%2025%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D'%23fff'%20d%3D%22M22.5%205l-10%206.25L2.5%205V2.5l10%206.25%2010-6.25V5zm0-5h-20A2.49%202.49%200%200%200%200%202.5v15A2.5%202.5%200%200%200%202.5%2020h20a2.5%202.5%200%200%200%202.5-2.5v-15A2.5%202.5%200%200%200%2022.5%200z%22%2F%3E%3C%2Fsvg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile .support-active .footer_left {
    width: 380px;
}
