:root {
    --background: #0C0F15;
    --main-color: #FFDD14;
    --current-coef-color: #FFDD14;
    --tab-color: #FFDD14;
    --user-color: #FFDD14;
    --logo: url(../ImagesLight/logo.png);
    --help1: url(../ImagesLight/help1.png);
    --help2: url(../ImagesLight/help2.png);
    --help3: url(../ImagesLight/help3.png);
    --help-down: url(../ImagesLight/help-down.png);
    --help-up: url(../ImagesLight/help-up.png);
    --border-radius: 6px;
    --canvas-border-radius: 7px;

    --bet-color: #FFDD14;
    --bet-hover-color: #FDDF56;
    --bet-received-color: #1D3D14;

    --cancel-color: #D01D1D; /*D01D1D*/ /*2D303B*/
    --cancel-hover-color: #FF2F2F; /*FF2F2F*/ /*3D4253*/

    --cash-out-color: #45B51A;
    --cash-out-hover-color: #66D83A;

    --grey: #13151D;
    --grey-button: #20232F;
    --grey-button-hover: #272B39;

    --button-background: #191B25;
    --bet-list: #2D303B;
    --bet-list-hover: #2D303B;

    --font-family-main: 'CrystalUni';
    --font-family-bold: 'CrystalUni-Bold';
    --font-family-medium: 'CrystalUni-Medium';
    --font-family-regular: 'CrystalUni-Regular';
    --font-family-nu4: 'CrystalNU4';
}

body.ka {
    --font-family-main: 'NotoSansGeorgian';
    --font-family-bold: 'NotoSansGeorgian-Bold';
    --font-family-medium: 'NotoSansGeorgian-medium';
    --font-family-regular: 'NotoSansGeorgian';
    --font-family-nu4: 'NotoSansGeorgian';
}

*:not(input) {
    /*margin: 0;
    padding: 0;*/
    box-sizing: border-box;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    padding-top: 25px !important;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: var(--background);
}

form {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 12px;
    padding: 12px;
}

::-webkit-scrollbar-track {
    background-color: #13151d;
    border-left: 1px solid var(--background);
}

.chat-message::-webkit-scrollbar-track {
    background-color: #13151d;
    border-left: 1px solid var(--background);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: #20232f;
    border-left: 1px solid var(--background);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #20232f;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.clear {
    clear: both;
}

.none,
.hide {
    display: none !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.currency {
    margin-left: 3px;
}

.currency-icon {
    font-family: var(--font-family-main);
}

.currency-icon:after {
    content: '₾';
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.update-panel-balance-content {
    margin: 0 auto;
    max-width: 1920px;
    position: relative;
}

.content {
    margin: 0 auto;
    max-width: 1920px;
    height: 100%;
}

#updatepanelbalance {
    position: absolute;
    right: 0;
    top: 0;
    width: 0; /*207px;*/
    height: 0; /*32px;*/
    z-index: 9;
}

#BtnShowBalance {
    position: absolute;
    right: 185px; /*145*/
    top: 23px;
    display: block;
    width: 207px;
    height: 32px;
    cursor: default;
}

.show-history-button #BtnShowBalance {
    right: 170px;
}

.redirect-to-history-parent {
    display: none;
}

.show-history-button .redirect-to-history-parent {
    display: block;
}

header {
    height: 78px;
    background: var(--grey);
    padding: 20px;
    position: relative;
    /*z-index: 1;*/
}

header .logo {
    float: left;
    margin-left: 20px;
    background: var(--logo) no-repeat;
    width: 250px;
    height: 40px;
}

header .jackpot {
    /*margin-left: 125px;
    margin-right: 500px;*/

    top: -21px;
    left: -100px;
    position: relative;
    visibility: hidden;
}

header .jackpot > div {
    width: 920px;
    margin: 0 auto;
}

header .jackpot iframe {
    width: 100%;
}

header .right {
    float: right;
    padding-left: 5px;
    margin-top: 3px;
    vertical-align: top;
}

header .right .sound-menu {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: var(--border-radius);
    background-color: var(--grey-button);
    transition: 0.2s;
    position: relative;
    z-index: 10;
}

header .right .sound-menu.active {
    background: var(--main-color);
    z-index: 10;
}

header .right .sound-menu.active .sound-menu-popup {
    display: block;
}

header .right .sound-menu-icon {
    display: block;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}

header .right .sound-menu-icon:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../ImagesLight/Icons/sound-on.svg);
    width: 16px;
    height: 14px;
    left: 8px;
    top: 9px;
}

header .right .sound-menu-popup {
    display: none;
    left: -48px;
    top: 37px;
    position: absolute;
    width: 128px;
    height: 88px;
    border-radius: 6px;
    background-color: var(--grey-button);
    font-family: var(--font-family-main);
}

header .right .sound-menu-a {
    display: block;
    font-size: 12px;
    color: #9499b0;
    padding: 5px 6px;
    height: 28px;
    line-height: 18px;
}

body.vi header .right .sound-menu-a,
body.el header .right .sound-menu-a {
    font-size: 10px;
    letter-spacing: -0.05em;
}

header .right .sound-menu-a .icon {
    display: inline-block;
    background: url(../ImagesLight/Icons/sound-all.png);
    width: 16px;
    height: 15px;
    vertical-align: top;
    margin-left: 2px;
    margin-right: 5px;
}

header .right .sound-menu-a.sound-sound .icon {
    background: url(../ImagesLight/Icons/sound-sound.png);
}

header .right .sound-menu-a.sound-music .icon {
    background: url(../ImagesLight/Icons/sound-music.png);
}

header .right .sound-menu-a .sound-checkbox {
    float: right;
    display: inline-block;
    width: 32px;
    height: 18px;
    position: relative;
}

header .right .sound-menu-a .sound-checkbox span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background-color: #0f1016;
    -webkit-transition: .4s;
    transition: .4s;
}

header .right .sound-menu-a .sound-checkbox span:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    left: 2px;
    top: 2px;
    background-color: #9499b0;
    -webkit-transition: .4s;
    transition: .4s;
}

header .right .sound-menu-a .sound-checkbox input:checked + span {
    background-color: #45b51a;
}

header .right .sound-menu-a .sound-checkbox input:checked + span:before {
    background-color: #ffffff;
    transform: translateX(14px);
}

header .right .sound-menu-a .sound-checkbox input {
    display: none;
}

header .right .button {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: var(--border-radius);
    background-color: var(--grey-button);
    transition: 0.2s;
    cursor: pointer;
    position: relative;
}

.redirect-to-history {
    z-index: 5;
}

header .right .button:hover {
    background-color: var(--grey-button-hover);
    transition: 0.2s;
}

header .right .button:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 10px;
    top: 10px;
}

header .right .button.sound:before {
    background: url(../ImagesLight/Icons/sound-off.svg);
    width: 16px;
    height: 14px;
    left: 8px;
    top: 9px;
}

header .right .button.sound.active:before {
    background: url(../ImagesLight/Icons/sound-on.svg);
}

header .right .button.help:before {
    background: url(../ImagesLight/Icons/help.svg);
    width: 16px;
    height: 16px;
    left: 8px;
    top: 8px;
}

header .right .button.menu-icon:before {
    background: url(../ImagesLight/Icons/menu.svg);
    width: 20px;
    height: 8px;
    left: 6px;
    top: 12px;
}

header .right .button.chat-icon:before {
    background: url(../ImagesLight/Icons/chat.svg);
    width: 18px;
    height: 16px;
    left: 7px;
    top: 8px;
}

header .right .button.lobby-icon:before {
    background: url(../ImagesLight/Icons/lobby.png);
    background-size: cover;
    width: 18px;
    height: 15px;
    left: 7px;
    top: 8px;
}

.chat-no #chat-icon {
    display: none;
}

header .right .button.exit:before {
    background: url(../ImagesLight/Icons/exit.svg);
    width: 12px;
    height: 12px;
}

header .right .button.redirect-to-history:before {
    background: url(../ImagesLight/Icons/history.png);
    width: 17px;
    height: 16px;
    left: 7px;
    top: 8px;
}

#balance {
    border-radius: var(--border-radius);
    background-color: var(--grey-button);
    min-width: 206px;
    height: 32px;
    margin-right: 15px;
    padding-left: 40px;
    position: relative;
    line-height: 32px;
    font-size: 13px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #ffffff;
    margin-top: 3px;
    vertical-align: top;
    cursor: pointer;
    transition: 0.2s;
    white-space: nowrap;
    padding-right: 8px;
    box-sizing: border-box;
}

.betlive #balance {
    cursor: pointer;
}

.goldenmatrix #balance {
    cursor: pointer;
}

#balance:hover {
    background-color: var(--grey-button-hover);
    transition: 0.2s;
}

#balance > span {
    font-size: 15px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: var(--main-color);
    margin-left: 5px;
}

#balance > span.value span.currency {
    font-size: 12px;
}

#balance svg {
    position: absolute;
    left: 10px;
    top: 6px;
    width: 20px;
    height: 20px;
}

#balance svg path {
    fill: var(--main-color);
}

header .right .user {
    display: block;
    height: 32px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    font-family: 'UniNeue-Bold';
    color: #ffffff;
    padding-left: 32px;
    margin-right: 20px;
}

header .right .user span {
    vertical-align: top;
}

header .right .user svg {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 5px;
    vertical-align: top;
}

header .right .user svg path {
    fill: var(--main-color);
}

.menu-div {
    display: none;
    position: fixed;
    right: 0;
    top: 78px;
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: calc(100% - 78px);
    z-index: 20;
}

.menu-div-content {
    position: fixed;
    right: 15px;
    top: 88px;
    border-radius: 6px;
    background-color: #1C1E29;
    width: 172px;
    padding: 4px;
    z-index: 1;
}

.menu-div-section {
    width: 164px;
    background: #272B39;
    padding: 6px 10px;
    margin-bottom: 4px;
    border-radius: 6px;
}

.menu-div .menu-div-section:nth-child(2) {
    margin-bottom: 0;
}

.round-history-section {
    display: none;
    cursor: pointer;
}

.br .round-history-section {
    display: block;
}

.br .menu-div .menu-div-section:nth-child(2) {
    margin-bottom: 4px;
}

.round-history-section a:hover {
    color: #fff;
}

.menu-div a {
    display: block;
    font-size: 12px;
    color: #9499B0;
    padding: 5px 0 5px 22px;
    height: 28px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    position: relative;
}

.menu-div a .icon {
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    background: url(../ImagesLight/Mobile/sound-all.svg);
    width: 13px;
    height: 14px;
}

.menu-div a.sound-sound .icon {
    background: url(../ImagesLight/Mobile/sound-sound.svg);
    width: 17px;
    height: 14px;
}

.menu-div a.sound-music .icon {
    background: url(../ImagesLight/Mobile/sound-music.svg);
    width: 17px;
    height: 16px;
}

.menu-div a.how-to-play .icon {
    background: url(../ImagesLight/Mobile/how-to-play.svg);
    width: 14px;
    height: 14px;
}

.menu-div a.rules .icon {
    background: url(../ImagesLight/Mobile/rules.svg);
    width: 14px;
    height: 14px;
}

.menu-div a.round-history .icon {
    background: url(../ImagesLight/Icons/round-history.png);
    width: 14px;
    height: 14px;
}

.menu-div a.how-to-play,
.menu-div a.rules {
    color: #FFFFFF;
    cursor: pointer;
}

.menu-div a .sound-checkbox {
    float: right;
    display: inline-block;
    width: 32px;
    height: 18px;
    position: relative;
}

.menu-div a .sound-checkbox span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background-color: #0f1016;
    -webkit-transition: .4s;
    transition: .4s;
}

.menu-div a .sound-checkbox span:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    left: 2px;
    top: 2px;
    background-color: #9499b0;
    -webkit-transition: .4s;
    transition: .4s;
}

.menu-div a .sound-checkbox input:checked + span {
    background-color: #45b51a;
}

.menu-div a .sound-checkbox input:checked + span:before {
    background-color: #ffffff;
    transform: translateX(14px);
}

.menu-div a .sound-checkbox input {
    display: none;
}


section {
    padding: 10px;
    height: calc(100% - 78px);
}

aside#left {
    float: left;
    width: 115px;
    height: 100%;
    /*transition: 0.3s;*/
    overflow-y: auto;
    position: relative;
    z-index: 2;
}

aside#left .history {
    font-size: 13px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
}

.hash-popup {
    position: absolute;
    left: 20px;
    top: 105px;
    border-radius: 4px;
    background-color: rgb(15, 16, 23);
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.3);
    width: 275px;
    z-index: 20;
}

.hash-popup-content {

}

.hash-popup .head {
    position: relative;
    background-color: rgb(28, 30, 41);
    height: 38px;
    border-radius: 4px 4px 0 0;
    padding: 0 10px;
}

.hash-popup .head .date {
    font-size: 14px;
    color: #fff;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    line-height: 38px;
}

.hash-popup .head .close {
    position: absolute;
    right: 10px;
    top: 11px;
    cursor: pointer;
    transition: 0.2s;
}

.hash-popup .head .close:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.hash-popup .head .date span {
    color: #9499b0;
    margin-left: 3px;
}

.hash-popup .content {
    padding: 6px 10px;
}

.hash-popup .coefficient {
    margin-bottom: 20px;
    text-align: center;
}

.hash-popup .coefficient .prev {
    display: inline-block;
    background: url(../ImagesLight/Hash/prev.png) no-repeat center center;
    width: 19px;
    height: 33px;
    margin: 1px 2px 0 auto;
    vertical-align: top;
    cursor: pointer;
    transition: 0.2s;
}

.hash-popup .coefficient .prev:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.hash-popup .coefficient .next {
    display: inline-block;
    background: url(../ImagesLight/Hash/next.png) no-repeat center center;
    width: 19px;
    height: 33px;
    margin: 1px auto 0 2px;
    vertical-align: top;
    cursor: pointer;
    transition: 0.2s;
}

.hash-popup .coefficient .next:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.hash-popup .coefficient .value {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 102px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    font-size: 13px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    background-color: #151720;
    background-image: -moz-linear-gradient(0deg, rgba(41, 131, 6, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(41, 131, 6, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(41, 131, 6, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    color: #4ec520;
    margin: 0 auto;
}

.hash-popup .coefficient .value.lose {
    background-image: -moz-linear-gradient(0deg, rgba(177, 27, 27, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(177, 27, 27, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(177, 27, 27, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    color: #ff2f2f;
}

.hash-popup .coefficient .value.low {
    background-image: -moz-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #00fdf1;
}

.hash-popup .coefficient .value.medium {
    background-image: -moz-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #b275ff;
}

.hash-popup .coefficient .value.high {
    background-image: -moz-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #ff45e3;
}

.hash-popup .hash {
    margin-bottom: 20px;
}

.hash-popup .hash:after {
    content: '';
    display: block;
    clear: both;
}

.hash-popup .hash .label {
    height: 20px;
    font-size: 13px;
    color: #9499b0;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
}

.hash-popup .hash:after {
    content: '';
    display: block;
    clear: both;
}

.hash-popup .hash .value {
    border-radius: 6px;
    background-color: rgb(0, 0, 0);
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #fff;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 35px);
    padding: 0 10px;
    float: left;
}

.hash-popup .hash .copy {
    float: right;
    border-radius: 6px;
    background: url(../ImagesLight/Hash/copy.png) rgb(45, 48, 59) no-repeat center center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}



aside#left .history .row {
    border-radius: var(--border-radius);
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 1px;
    background: #151720;
    cursor: pointer;
    transition: 0.2s;
    font-family: 'robotobold';
}

aside#left .history .row:hover {
    opacity: 0.8;
    transition: 0.2s;
}

aside#left .history .row.win {
    background-image: -moz-linear-gradient(0deg, rgba(41, 131, 6, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(41, 131, 6, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(41, 131, 6, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    color: #4ec520;
}

aside#left .history .row.lose {
    background-image: -moz-linear-gradient(0deg, rgba(177, 27, 27, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(177, 27, 27, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(177, 27, 27, 0.1) 0%, rgba(46, 46, 46, 0) 100%);
    color: #ff2f2f;
}

aside#left .history .row.low {
    background-image: -moz-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(0,253,241,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #00fdf1;
}

aside#left .history .row.medium {
    background-image: -moz-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(178,117,255,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #b275ff;
}

aside#left .history .row.high {
    background-image: -moz-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgba(255,69,227,0.1) 0%, rgba(46,46,46,0) 100%);
    color: #ff45e3;
}

aside#left .history .row.current {
    color: var(--current-coef-color);
    position: relative;
}

aside#left .history .row#loading {
    cursor: default;
}

aside#left .history .row.current .history-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../ImagesLight/Hash/logo.png);
    width: 16px;
    height: 15px;
    margin: -8px 0 0 -8px;
}

aside#left .history .row.current .history-logo:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../ImagesLight/Hash/logo-active.png);
    width: 0;
    height: 15px;
    animation: historyLogoAnimation 7s;
}

@keyframes historyLogoAnimation {
    0% {
        width: 0;
    }
    100% {
        width: 16px;
    }
}

aside#right {
    float: right;
    width: 355px;
    height: 100%;
    /*transition: 0.3s;*/
    overflow: hidden;
    position: relative;
    z-index: 2;
}

aside#right .info {
    margin-bottom: 0;
    height: 100%;
    background-color: var(--grey);
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    transition: 0.3s;
    border-radius: var(--border-radius);
}

aside#right .info .info-tabs {
    height: 50px;
    background-color: var(--grey);
    border-radius: var(--border-radius);
}

aside#right .info .info-tabs a {
    width: 33.3%;
    height: 100%;
    display: block;
    float: left;
    position: relative;
    font-size: 12px;
    color: #6f7b96;
    line-height: 15px;
    text-align: center;
    padding: 10px 15px 0 15px;
    cursor: pointer;
    transition: 0.2s;
}

aside#right .info .info-tabs a:hover {
    color: #b9c5e1;
    transition: 0.2s;
}

aside#right .info .info-tabs a:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgb(175, 189, 223);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.2s;
}

aside#right .info .info-tabs a.active {
    color: var(--tab-color);
}

aside#right .info .info-tabs a.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--tab-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}




aside#right .info .info-content-menu {
    height: 36px;
    background-color: var(--grey);
    border-radius: var(--border-radius);
    margin-bottom: 1px;
    border-bottom: 1px solid var(--background);
}

aside#right .info .info-content-menu a {
    width: 33.3%;
    height: 100%;
    display: flex;
    float: left;
    position: relative;
    font-size: 12px;
    color: #aeb7ce;
    text-align: center;
    padding: 0 15px 0 15px;
    cursor: pointer;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
}

aside#right .info .info-content-menu a:hover {
    color: #b9c5e1;
    transition: 0.2s;
}

aside#right .info .info-content-menu a.active {
    color: var(--tab-color);
}




















aside#right .info .info-content {
    display: none;
    width: 100%;
    height: calc(100% - 50px);
    border-top: 1px solid var(--background);
    overflow-y: auto;
}

aside#right .info .info-content.stats {
    overflow-x: hidden;
    overflow-y: hidden;
}

aside#right .info .info-content.stats .info-content-stats {
    height: calc(100% - 74px);
    overflow-y: auto;
}

aside#right .info .info-content.active {
    display: block;
}

aside#right .info .info-content .head {
    background-color: var(--grey);
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: table;
    font-size: 11px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #505768;
    padding-right: 13px;
    z-index: 1;
    position: sticky;
    top: 0;
    border-bottom: 1px solid var(--background);
}

aside#right .info .info-content .row {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: table;
    font-size: 13px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499b0;
    padding-right: 13px;
    border-top: 1px solid var(--background);
    border-radius: var(--border-radius);
    background-image: -moz-linear-gradient(0deg, rgba(48, 52, 70, 0.16) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(48, 52, 70, 0.16) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(48, 52, 70, 0.16) 0%, rgba(46, 46, 46, 0) 100%);
    white-space: nowrap;
}

aside#right .info .info-content .row span:not(.coef) {
    font-size: 10px;
}

aside#right .info .info-content .row.win {
    background-image: -moz-linear-gradient(0deg, rgba(49, 145, 11, 0.12) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(49, 145, 11, 0.12) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(49, 145, 11, 0.12) 0%, rgba(46, 46, 46, 0) 100%);
    color: #45b51a;
}

aside#right .info .info-content .row.current {
    background-image: -moz-linear-gradient(0deg, rgba(48, 52, 70, 0.16) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(48, 52, 70, 0.16) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(48, 52, 70, 0.16) 0%, rgba(46, 46, 46, 0) 100%);
    color: var(--user-color);
}

aside#right .info .info-content .row.current.win {
    color: #65f72e;
}

aside#right .info .info-content .head > div,
aside#right .info .info-content .row > div {
    display: table-cell;
}

aside#right .info .info-content .head > div.col1,
aside#right .info .info-content .row > div.col1 {
    text-align: left;
    position: relative;
}

aside#right .info .info-content .head > div.col1 div,
aside#right .info .info-content .row > div.col1 div {
    position: absolute;
    left: 13px;
    top: 0;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

aside#right .info .info-content .head > div.col2,
aside#right .info .info-content .row > div.col2 {
    text-align: center;
    width: 75px;
}

aside#right .info .info-content .head > div.col3,
aside#right .info .info-content .row > div.col3 {
    text-align: center;
    width: 67px;
}

aside#right .info .info-content .head > div.col4,
aside#right .info .info-content .row > div.col4 {
    text-align: center;
    width: 71px;
}

aside#right .info .info-content.my-bets .head > div,
aside#right .info .info-content.my-bets .row > div {
    display: table-cell;
}

aside#right .info .info-content.my-bets .head > div.col1,
aside#right .info .info-content.my-bets .row > div.col1 {
    text-align: left;
}

aside#right .info .info-content.my-bets .head > div.col2,
aside#right .info .info-content.my-bets .row > div.col2 {
    text-align: center;
    width: 80px;
}

aside#right .info .info-content.my-bets .head > div.col3,
aside#right .info .info-content.my-bets .row > div.col3 {
    text-align: center;
    width: 60px;
}

aside#right .info .info-content.my-bets .head > div.col4,
aside#right .info .info-content.my-bets .row > div.col4 {
    text-align: center;
    width: 71px;
}

aside#right .info .info-content.stats .head > div.col1,
aside#right .info .info-content.stats .row > div.col1 {
    text-align: left;
}

aside#right .info .info-content.stats .head > div.col12,
aside#right .info .info-content.stats .row > div.col12 {
    text-align: center;
    width: 80px;
}

aside#right .info .info-content.stats .head > div.col2,
aside#right .info .info-content.stats .row > div.col2 {
    text-align: center;
    width: 80px;
}

aside#right .info .info-content.stats .head > div.col3,
aside#right .info .info-content.stats .row > div.col3 {
    text-align: center;
    width: 80px;
}

aside#right .info .info-content.stats .head > div.col4,
aside#right .info .info-content.stats .row > div.col4 {
    text-align: center;
    width: 90px;
}

aside#right .info .info-content.stats .row {
    background-image: -moz-linear-gradient(0deg, rgba(46, 46, 46, 0) 0%, rgba(49, 145, 11, 0.12) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(46, 46, 46, 0) 0%, rgba(49, 145, 11, 0.12) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(46, 46, 46, 0) 0%, rgba(49, 145, 11, 0.12) 100%);
}

aside#right .info .info-content.stats .row > div.col4 {
    color: #4ec520;
}

aside#right .info .info-content .list {
}

.chat {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 40;
}

.chat-div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 820px;
    height: 570px;
    margin: -285px 0 0 -410px;
    background: #1c1e29;
    font-size: 18px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #d0d7e5;
    text-align: center;
    border-radius: var(--border-radius);
}

.chat .head {
    background-color: rgb(15, 16, 23);
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding: 0 25px 0 55px;
    font-size: 14px;
    color: #596079;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.chat .head:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Icons/chat.png);
    width: 22px;
    height: 17px;
    position: absolute;
    left: 22px;
    top: 21px;
}

.chat .head .close {
    position: absolute;
    right: 25px;
    top: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.chat .head .close:hover {
    transition: 0.2s;
    opacity: 0.8;
}

.chat-content {
    height: calc(100% - 60px);
    padding: 30px;
}

.chat-message {
    height: calc(100% - 44px);
    overflow-y: auto;
    padding-right: 10px;
}

.chat-outer {
    border-radius: 6px;
    background-color: var(--grey-button);
    width: 100%;
    min-height: 20px;
    margin-bottom: 1px;
    padding: 7px 5px;
    font-size: 11px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499b0;
}

.chat-date {
    float: left;
    width: 50px;
    text-align: center;
}

.chat-user {
    float: left;
    width: 70px;
    text-align: center;
}

.chat-text {
    float: left;
    width: calc(100% - 120px);
    font-size: 13px;
    color: #ffffff;
    word-break: break-word;
    text-align: left;
}

.chat-outer:after {
    content: '';
    display: block;
    clear: both;
}

.chat-input {
    border-radius: 6px;
    background-color: rgb(11, 12, 15);
    height: 44px;
    padding: 5px;
}

.chat-input-left {
    float: left;
    width: calc(100% - 100px);
    padding: 0 12px;
}

.chat-input-left input {
    background: none;
    border: none;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499b0;
    height: 34px;
    line-height: 34px;
    width: 100%;
}

.chat-input-left input:focus {
    outline: none;
}

.chat-input-right {
    float: right;
    border-radius: var(--border-radius);
    background-color: #13151d;
    width: 100px;
    height: 34px;
}

.chat-input-right input {
    background: none;
    border: none;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #34394c;
    text-align: center;
    height: 34px;
    line-height: 34px;
    width: 100%;
    cursor: default;
}

.chat-input-right input.timer {
    font-variant-numeric: tabular-nums;
}

.chat-input-right input.active:not(.timer) {
    cursor: pointer;
    border-radius: var(--border-radius);
    background-image: -moz-linear-gradient(90deg, rgb(244, 210, 42) 0%, rgb(253, 223, 86) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(244, 210, 42) 0%, rgb(253, 223, 86) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(244, 210, 42) 0%, rgb(253, 223, 86) 100%);
}

.chat-input-right input.active:hover:not(.timer) {
    background-image: -moz-linear-gradient(90deg, rgb(249, 218, 61) 0%, rgb(255, 231, 120) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(249, 218, 61) 0%, rgb(255, 231, 120) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(249, 218, 61) 0%, rgb(255, 231, 120) 100%);
}

aside#right.chat-active .info {
    height: calc(100% - 320px);
    transition: 0.3s;
}

aside#right.chat-active .chat {
    height: 310px;
    transition: 0.3s;
}

aside#right.chat-active .chat-content {
    display: block;
}

aside#right.chat-active .chat .head .arrow {
    transform: rotate(180deg);
    transition: 0.2s;
}


#main {
    float: left;
    width: calc(100% - 470px);
    height: 100%;
    padding: 0 10px;
    /*transition: 0.3s;*/
    overflow: hidden;
    position: relative;
    /*overflow-y: auto;*/
}

.rtp {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
    background: rgba(12, 15, 21, 0.25);
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #FFFFFF;
    padding: 0 30px;
    display: none;
}

.rtp span {
    color: #5de22a;
}

.canvas {
    background: url(../ImagesLight/canvas.jpg);
    background-size: cover;
    width: 100%;
    height: 689px;
    margin-bottom: 10px;
    border-radius: var(--canvas-border-radius);
    position: relative;
}

.canvas canvas {
    border-radius: var(--border-radius);
}

#online-users {
    position: absolute;
    right: 14px;
    bottom: 12px;
    z-index: 2;
    font-size: 22px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
}

/*.betlive #online-users {*/
/*    display: none;*/
/*}*/

.canvas.active-tabs #online-users {
    bottom: 50px;
}

#online-users:before {
    content: '';
    display: inline-block;
    background: url(../ImagesLight/Icons/users.svg);
    width: 17px;
    height: 20px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 1px; /*1*/
}

.counter-container {
    display: flex;
    float: right;
    align-items: center;
}

.digit-container {
    width: 14px;
    height: 22px;
    position: relative;
    overflow: hidden;
    display: none;
}

.digit-strip {
    position: absolute;
    width: 100%;
}

.digit {
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.prev-digit {
    top: -22px;
}

.next-digit {
    top: 22px;
}

.buttons {
    border-radius: 6px;
    background-color: var(--grey);
    display: block;
    width: 100%;
    height: calc(100% - 689px);
    text-align: center;
    padding: 0;
    position: relative;
}

.buttons .tabs {
    position: absolute;
    right: 10px;
    top: -46px;
}

.buttons .tabs a {
    border-radius: var(--border-radius);
    background-color: rgb(22, 24, 33);
    width: 170px;
    height: 43px;
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 43px;
    font-size: 14px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #696e88;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.buttons .tabs a:hover {
    color: #ffffff;
    transition: 0.3s;
}

.buttons .tabs a.active {
    color: #ffffff;
}

.buttons .tabs a.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: rgb(22, 24, 33);
    position: absolute;
    left: 0;
    bottom: -3px;
}

.buttons .tabs a.disabled {

}

.buttons .tabs a.disabled:hover {
    color: #696e88;
}

.gift {
    width: 100%;
    max-width: 1250px;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    /*display: table;*/
}

.gift-row {
    /*display: table-row;*/
    width: 100%;
    min-height: 1px;
    height: calc(50% - 66px);
}

.gift .gift-row:nth-child(2) {
    height: 132px;
}

.gift-left {
    float: left;
    width: calc(100% - 640px);
    height: calc(100% - 2px);
    border: 1px solid #40455f;
    padding: 20px;
    border-radius: 6px;
}

.gift-left1 {
    float: left;
    width: calc(100% - 300px);
    text-align: left;
    padding-left: 20px;
}

.gift-left1 .head {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #ffffff;
    line-height: 20px;
}

.gift-left1 .value {
    font-size: 28px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    color: #fde053;
    line-height: 30px;
}

.gift-left2 {
    float: left;
    width: 140px;
    height: 100%;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}

.gift-left2 .head {
    padding-top: 10px;
    font-size: 14px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #9499b0;
    line-height: 36px;
}

.gift-left2 .value {
    font-size: 24px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    color: #9499b0;
    line-height: 30px;
}

.gift-left2 .head.yellow,
.gift-left2 .value.yellow {
    color: #fde053;
}

.gift-left1 .head.green,
.gift-left1 .value.green,
.gift-left2 .head.green,
.gift-left2 .value.green {
    color: #45b51a;
}


.gift-right {
    float: right;
    width: 300px;
    height: 100%;
    margin-left: 20px;
}

body.VISUAL-GIFT-ONE-BET .gift-left {
    width: calc(100% - 320px);
}

body.VISUAL-GIFT-ONE-BET .gift-right:nth-child(3) {
    display: none;
}

.cash-game {
    display: table;
    width: 100%;
    height: 100%;
}

.cash-game .buttons-col {
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: middle;
}

.cash-game .buttons-col:nth-child(1) {
    text-align: right;
}

.cash-game .buttons-col:nth-child(2) {
    text-align: left;
}

.cash-game.one-bet .buttons-col:nth-child(1) {
    text-align: center;
}

.cash-game.one-bet .buttons-col:nth-child(2) {
    display: none;
}

.bet-div {
    display: inline-block;
    max-width: 645px;
    width: 100%;
    height: 132px;
    margin: auto;
    vertical-align: middle;
}

.buttons-col.disabled .bet-input:not(.bets) .label {
    opacity: 0.6;
}

.buttons-col.disabled .bet-input:not(.bets) .auto .head {
    color: #858BA3;
}

.buttons-col.disabled .bet-input:not(.bets) .checkbox {
    opacity: 0.5;
    pointer-events: none;
}

.buttons-col.disabled .bet-x2 {
    /*background: #20222a;*/
    /*color: #434652;*/
    background: #292C36;
    color: rgba(255,255,255,0.3);
    pointer-events: none;
}

.buttons-col.disabled .bet-input .input > div {
    background: #0D1017;
}

.buttons-col.disabled .bet-input .input .minus,
.buttons-col.disabled .bet-input .input .plus {
    opacity: 0.7;
    pointer-events: none;
}

.buttons-col.disabled .bet-input .input input,
.buttons-col.disabled .bet-input .input span {
    color: rgba(255,255,255,0.4);
    pointer-events: none;
}

.buttons-col.disabled .bet-list a {
    /*background: #292C36;*/
    color: rgba(255,255,255,0.3);
    pointer-events: none;
}

.bet-col1 {
    float: left;
    max-width: 340px;
    width: 55%;
    height: 100%;
    padding-right: 5px;
    position: relative;
}

.bet-x2 {
    border-radius: var(--border-radius);
    background-color: var(--grey-button);
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    font-size: 16px;
    color: var(--main-color);
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px;
}

.bet-x2:hover {
    background: var(--grey-button-hover);
}


.bet-input {
    border-radius: var(--border-radius);
    background-color: var(--grey-button);
    width: 100%;
    height: 48px;
    display: table;
    padding: 0 8px 0 8px;
    margin-bottom: 2px;
}

.bet-input.cash-out {
    width: 100%;
}

.bet-input .auto {
    display: table-cell;
    width: 36px;
}

.bet-input .auto .head {
    font-size: 11px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: #9499b0;
    line-height: 18px;
    padding-top: 15px;
    white-space: nowrap;
}

.checkbox {
    display: block;
    width: 36px;
    height: 18px;
    position: relative;
}

.checkbox span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 9px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: .4s;
    transition: .4s;
}

.checkbox span:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    left: 2px;
    top: 2px;
    background-color: #9499b0;
    -webkit-transition: .4s;
    transition: .4s;
}

.checkbox input:checked + span {
    background-color: #45b11b;
}

.checkbox input:checked + span:before {
    background-color: #ffffff;
    transform: translateX(18px);
}

.checkbox input {
    display: none;
}

.checkbox.disabled span {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: default;
}

.checkbox.disabled span:before {
    opacity: 0.3;
}

.bet-input .label {
    display: table-cell;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    font-size: 12px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499b0;
    vertical-align: middle;
    text-transform: uppercase;
}

.bet-input .input {
    display: table-cell;
    width: 145px;
    vertical-align: middle;
}

.bet-input .input.disabled {
    opacity: 0.6;
    pointer-events: none;
}

.bet-input .input.disabled input,
.bet-input .input.disabled span {
    opacity: 0.5;
}

.buttons-col.disabled .bet-input .input.disabled,
.buttons-col.disabled .bet-input .input.disabled input,
.buttons-col.disabled .bet-input .input.disabled span {
    opacity: 1;
}

.bet-input .input > div {
    border-radius: var(--border-radius);
    background: var(--grey);
    width: 100%;
    height: 32px;
    position: relative;
}

.bet-input .input input {
    background: none;
    border: none;
    width: calc(100% - 68px);
    height: 100%;
    font-size: 15px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: var(--main-color);
    position: absolute;
    left: 34px;
    top: 0;
    padding-top: 8px;
    padding-bottom: 9px;
    box-sizing: border-box;
    text-align: center;
}

.bet-input.cash-out .input input {
    padding-right: 10px;
}

.bet-input .input input.irr {
    width: 65px;
}

.bet-input .input input:focus {
    outline: none;
}

.bet-input .input div > span {
    position: absolute;
    left: 20px;
    top: 8px;
    font-size: 15px;
    line-height: 15px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: var(--main-color);
    pointer-events: none;
}

.bet-input .input div > span .currency {
    margin-left: 0;
    display: block;
}

.bet-input .input div.big input,
.bet-input .input div.big > span {
    font-size: 13px;
}

.bet-input .input .minus {
    display: block;
    width: 28px;
    height: 26px;
    border-radius: var(--border-radius);
    /*background: #000000;*/
    position: absolute;
    left: 3px;
    top: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.bet-input .input .minus:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Icons/minus.svg);
    width: 11px;
    height: 4px;
    position: absolute;
    left: 8px;
    top: 11px;
}

.bet-input .input .minus:not(.disabled):hover {
    background: #1d1f28;
    transition: 0.3s;
}

.bet-input .input .minus.disabled {
    opacity: 0.5;
    cursor: default;
}

.bet-input .input .plus {
    display: block;
    width: 28px;
    height: 26px;
    border-radius: var(--border-radius);
    /*background: #000000;*/
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.bet-input .input .plus:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Icons/plus.svg);
    width: 12px;
    height: 12px;
    position: absolute;
    left: 8px;
    top: 7px;
}

.bet-input .input .plus:not(.disabled):hover {
    background: #1d1f28;
    transition: 0.3s;
}

.bet-input .input .plus.disabled {
    opacity: 0.5;
    cursor: default;
}


.bet-list {
    height: 31px;
    margin-bottom: 2px;
    text-align: left;
}

.bet-list a {
    display: block;
    float: left;
    vertical-align: top;
    width: calc(25% - 2px);
    height: 100%;
    margin: 0 1px;
    border-radius: var(--border-radius);
    background: var(--grey-button);
    font-size: 15px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499b0;
    cursor: pointer;
    line-height: 31px;
    text-align: center;
}

.bet-list a:hover {
    background: var(--grey-button-hover);
    color: #bcc2dc;
}

.bet-list a:first-child {
    margin-left: 0;
    width: calc(25% - 1px);
}

.bet-list a:last-child {
    color: var(--main-color);
    width: calc(25% - 1px);
    margin-right: 0;
}

.bet-col2 {
    float: left;
    height: 100%;
    width: 45%;
    padding-right: 10px;
}

.bet {
    border-radius: var(--border-radius);
    height: 100%;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    line-height: 20px;
}

.bet.place-bet.disabled {
    cursor: default;
    opacity: 0.7;
}

.bet > div {
    pointer-events: none;
}

.bet .win {
    display: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: -30px;
    right: 0;
    width: 100%;
    height: 79px;
    background: url(../ImagesLight/win.png);
    background-size: 100% 100%;
    font-size: 14px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #ffffff;
    line-height: 16px;
    box-sizing: border-box;
    padding-top: 25px;
    text-align: center;
    z-index: 3;
}

.bet .win .win-caption {
    color: #fefefe;
    height: 21px;
}

.bet .win .win-value {
    font-size: 17px;
    color: #45b11b;
}

.bet .win .win-value span {
    font-size: 12px;
}

.bet .info {
    display: table;
    position: absolute;
    left: 0;
    top: -75px;
    right: 0;
    width: 100%;
    height: 60px;
    border-radius: 4px;
    background-color: #232637;
    background-image: -moz-linear-gradient(0deg, rgba(49, 145, 11, 0.15) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(49, 145, 11, 0.15) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(49, 145, 11, 0.15) 0%, rgba(46, 46, 46, 0) 100%);
    font-size: 14px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #ffffff;
    text-align: left;
    line-height: 16px;
}

.bet .info:before {
    content: '';
    position: absolute;
    left: 24px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 9px 0 9px;
    border-color: #253431 transparent transparent transparent;
}

.bet .info .error-info {
    display: none;
}

.bet .info .success-info {
    display: none;
}

.bet .info.error {
    background-image: -moz-linear-gradient(0deg, rgba(177, 27, 27, 0.2) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(177, 27, 27, 0.2) 0%, rgba(46, 46, 46, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(177, 27, 27, 0.2) 0%, rgba(46, 46, 46, 0) 100%);
}

.bet .info.error:before {
    border-color: #3e2432 transparent transparent transparent;
}

.bet .info.error .error-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
    padding-right: 10px;
}

.bet .info.error .error-info:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Icons/error.png);
    width: 26px;
    height: 23px;
    position: absolute;
    left: 20px;
    top: 20px;
}

.bet .info.success .success-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
    padding-right: 10px;
}

.bet .info.success .success-info:before {
    content: '';
    display: block;
    background: url(../ImagesLight/Icons/success.png);
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 18px;
}


.bet .place-bet-div {
    display: none;
    height: 100%;
    border-radius: var(--border-radius);
    background-color: var(--bet-color);
    transition: 0.4s;
    font-size: 30px;
}

.bet .place-bet-div .place-bet1 {
    text-align: center;
    color: #2F2705;
    padding-top: 45px;
}

.bet .place-bet-div .place-bet1 span {
    font-size: 20px;
}

.bet .place-bet-div .place-bet2 {
    text-align: center;
    font-size: 28px;
    color: #2F2705;
    line-height: 28px;
}

.ru .gift .bet .place-bet-div .place-bet2,
.uk .gift .bet .place-bet-div .place-bet2,
.vi .gift .bet .place-bet-div .place-bet2,
.bg .gift .bet .place-bet-div .place-bet2,
.el .gift .bet .place-bet-div .place-bet2,
.lv .gift .bet .place-bet-div .place-bet2,
.sw .gift .bet .place-bet-div .place-bet2,
.ky .gift .bet .place-bet-div .place-bet2,
.bs .gift .bet .place-bet-div .place-bet2 {
    font-size: 24px;
    line-height: 24px;
}

.bet .place-bet-div .place-bet2 .next {
    display: none;
    font-size: 24px;
}

/*.game-started .bet .place-bet-div .place-bet2 .current,*/
/*.gift .bet.bet .place-bet-div .place-bet2 .current {*/
/*    display: none;*/
/*}*/

/*.game-started .bet .place-bet-div .place-bet2 .next,*/
/*.gift .bet.bet .place-bet-div .place-bet2 .next {*/
/*    display: block;*/
/*}*/

.bet:hover .place-bet-div {
    background-color: var(--bet-hover-color);
    transition: 0.4s;
}

.bet:active .place-bet-div {
    background-image: -moz-linear-gradient(90deg, #DDC248 100%, #D5B61C 100%);
    background-image: -webkit-linear-gradient(90deg, #DDC248 100%, #D5B61C 100%);
    background-image: -ms-linear-gradient(90deg, #DDC248 100%, #D5B61C 100%);
    box-shadow: inset 0px 1px 1.2px 1.8px #926C00;
    transition: 0.2s;
    padding-top: 2px;
}

.bet .cancel-bet-div {
    display: none;
    height: 100%;
    border-radius: var(--border-radius);
    background-color: var(--cancel-color);
    transition: 0.4s;
    position: relative;
    font-size: 30px;
}

.bet .cancel-bet-div .cancel-bet1 {
    text-align: center;
    color: #ffffff;
    padding-top: 55px;
    text-transform: uppercase;
}

.bet .cancel-bet-div .cancel-bet2 {
    text-align: center;
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    line-height: 15px;
    position: absolute;
    left: 0;
    bottom: 15px;
    text-align: center;
    width: 100%;
    z-index: 2;
    text-transform: uppercase;
}

.fr .bet .cancel-bet-div .cancel-bet2 {
    font-size: 14px;
    line-height: 14px;
}

.bet:hover .cancel-bet-div {
    background-color: var(--cancel-hover-color);
    transition: 0.4s;
}

.bet:hover .cancel-bet-div:before {
    background-color: #596079;
}

.bet .cash-out-div {
    display: none;
    height: 100%;
    border-radius: var(--border-radius);
    background-color: var(--cash-out-color);
    transition: 0.4s;
    font-size: 30px;
}

.bet .cash-out-div .cash-out1 {
    text-align: center;
    color: #ffffff;
    padding-top: 45px;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    padding-bottom: 5px;
}

.bet .cash-out-div .cash-out1 span {
    font-size: 20px;
}

.bet .cash-out-div .cash-out2 {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    line-height: 28px;
}

.bet:hover .cash-out-div {
    background-color: var(--cash-out-hover-color);
    transition: 0.4s;
}

.bet .disable-div {
    display: none;
    height: 100%;
    border-radius: var(--border-radius);
    background: var(--bet-received-color);
    transition: 0.4s;
}

.bet .disable-div .disable1 {
    text-align: center;
    color: rgba(255, 255, 255, 0.25);
    font-size: 26px;
    line-height: 30px;
    padding-top: 35px;
}

.bet .disable-div .disable2 {
    text-align: center;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.25);
    line-height: 30px;
}

.bet.place-bet .place-bet-div {
    display: block;
}

.bet.cancel-bet .cancel-bet-div {
    display: block;
}

.bet.cash-out .cash-out-div {
    display: block;
}

.bet.disable .disable-div {
    display: block;
}

.bet.disable {
    cursor: default;
}



@media only screen and (max-width: 1600px) {
    body {
        /*min-height: 680px;*/
    }

    section {
        padding: 5px;
    }

    .canvas {
        /*height: calc(100% - 128px);*/
        margin-bottom: 5px;
    }

    .buttons {
        /*height: 123px;*/
    }

    .gift-row {
        height: calc(50% - 40px);
    }

    .gift .gift-row:nth-child(2) {
        height: 97px;
    }

    .gift-left {
        width: calc(100% - 460px);
        padding: 10px;
    }

    .gift-left1 {
        /*padding-left: 10px;*/
        width: calc(100% - 260px);
    }

    .gift-left1 .head {
        /*padding-top: 0;*/
        /*padding-bottom: 2px;*/
        /*font-size: 14px;*/
        /*line-height: 18px;*/
    }

    .gift-left1 .value {
        /*font-size: 24px;*/
        /*line-height: 20px;*/
    }

    .gift-left2 {
        width: 120px;
        margin-left: 10px;
    }

    .gift-left2 .head {
        padding-top: 5px;
        font-size: 12px;
        line-height: 25px;
    }

    .gift-left2 .value {
        font-size: 22px;
        line-height: 20px;
    }

    .gift-right {
        width: 220px;
        margin-left: 10px;
    }

    body.VISUAL-GIFT-ONE-BET .gift-left {
        width: calc(100% - 230px);
    }

    .bet-div {
        margin: auto;
        height: 97px;
    }

    .bet-col1 {
        padding-left: 5px;
        max-width: initial;
        width: 52%;
    }

    .bet-input {
        height: 34px;
        padding: 0 8px 0 8px;
        margin-bottom: 2px;
    }

    .bet-input .auto .head {
        padding-top: 12px;
    }

    .bet-input .checkbox {
        width: 23px;
        height: 10px;
    }

    .bet-input .checkbox span {
        border-radius: 5px;
    }

    .bet-input .checkbox span:before {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        left: 1px;
        top: 1px;
    }

    .bet-input .checkbox input:checked + span:before {
        transform: translateX(12px);
    }

    .bet-input .label {
        padding-left: 4px;
        padding-right: 4px;
        font-size: 8px;
    }

    .bet-input .input {
        width: 94px;
    }

    .bet-input .input > div {
        height: 22px;
    }

    .bet-input .input input {
        width: calc(100% - 44px);
        font-size: 9px;
        left: 22px;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .bet-input .input div > span {
        left: 20px;
        top: 0;
        font-size: 9px;
        line-height: 22px;
    }

    .bet-input .input .minus {
        width: 14px;
        height: 14px;
        left: 4px;
        top: 4px;
    }

    .bet-input .input .minus:before {
        width: 11px;
        height: 4px;
        left: 2px;
        top: 5px;
    }

    .bet-input .input .plus {
        width: 14px;
        height: 14px;
        right: 4px;
        top: 4px;
    }

    .bet-input .input .plus:before {
        width: 12px;
        height: 12px;
        left: 1px;
        top: 1px;
    }

    .bet-list {
        height: 25px;
    }

    .bet-list a {
        line-height: 25px;
        font-size: 9px;
    }

    .bet-col2 {
        width: 48%;
        padding-right: 5px;
    }

    .bet .place-bet-div {
        font-size: 19px;
    }

    .bet .place-bet-div .place-bet1 {
        padding-top: 30px;
    }

    .bet .place-bet-div .place-bet1 span {
        font-size: 13px;
    }

    .bet .place-bet-div .place-bet2 {
        font-size: 18px;
        line-height: 18px;
    }

    .ru .gift .bet .place-bet-div .place-bet2,
    .uk .gift .bet .place-bet-div .place-bet2,
    .vi .gift .bet .place-bet-div .place-bet2,
    .bg .gift .bet .place-bet-div .place-bet2,
    .el .gift .bet .place-bet-div .place-bet2,
    .lv .gift .bet .place-bet-div .place-bet2,
    .sw .gift .bet .place-bet-div .place-bet2,
    .ky .gift .bet .place-bet-div .place-bet2,
    .bs .gift .bet .place-bet-div .place-bet2 {
        font-size: 14px;
        line-height: 14px;
    }

    .bet .place-bet-div .place-bet2 .next {
        font-size: 14px;
    }

    .bet .cancel-bet-div {
        font-size: 19px;
    }

    .bet .cancel-bet-div .cancel-bet1 {
        padding-top: 34px;
    }

    .bet .cancel-bet-div .cancel-bet2 {
        font-size: 12px;
        line-height: 12px;
        bottom: 10px;
    }

    .fr .bet .cancel-bet-div .cancel-bet2 {
        font-size: 11px;
        line-height: 11px;
    }

    .bet .cash-out-div {
        font-size: 19px;
    }

    .bet .cash-out-div .cash-out1 {
        padding-top: 30px;
    }

    .bet .cash-out-div .cash-out1 span {
        font-size: 13px;
    }

    .bet .cash-out-div .cash-out2 {
        font-size: 18px;
        line-height: 18px;
    }

    .bet .disable-div {

    }

    .bet .disable-div .disable1 {
        font-size: 18px;
        line-height: 18px;
        padding-top: 30px;
        padding-bottom: 5px;
    }

    .bet .disable-div .disable2 {
        font-size: 18px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 1300px) {
    body {
        /*min-height: 755px;*/
    }

    section {
        padding: 5px;
    }

    aside#left {
        width: 60px;
    }

    aside#left .history .row {
        font-size: 9px;
    }

    #main {
        width: calc(100% - 286px);
        padding: 0 5px;
    }

    aside#right {
        width: 226px;
    }

    aside#right .info .info-tabs a {
        font-size: 11px;
        letter-spacing: -0.05em;
    }

    aside#right .info .info-content-menu {
        height: 20px;
    }

    aside#right .info .info-content-menu a {
        font-size: 8px;
        padding: 0 5px 0 5px;
    }

    aside#right .info .info-content .head {
        font-size: 8px;
        height: 22px;
        line-height: 22px;
    }

    aside#right .info .info-content .row {
        font-size: 8px;
        /*height: 20px;*/
        /*line-height: 20px;*/
    }

    aside#right .info .info-content .row span:not(.coef) {
        font-size: 6px;
    }

    aside#right .info .info-content .head > div.col1 div,
    aside#right .info .info-content .row > div.col1 div {
        left: 5px;
    }

    aside#right .info .info-content .head > div.col1, aside#right .info .info-content .row > div.col1 {
        padding-left: 11px;
    }

    aside#right .info .info-content .head > div.col2,
    aside#right .info .info-content .row > div.col2 {
        text-align: center;
        width: 60px;
    }

    aside#right .info .info-content .head > div.col3,
    aside#right .info .info-content .row > div.col3 {
        text-align: center;
        width: 52px;
    }

    aside#right .info .info-content .head > div.col4,
    aside#right .info .info-content .row > div.col4 {
        text-align: center;
        width: 56px;
    }

    aside#right .info .info-content.my-bets .head > div.col2,
    aside#right .info .info-content.my-bets .row > div.col2 {
        text-align: center;
        width: 55px;
    }

    aside#right .info .info-content.my-bets .head > div.col3,
    aside#right .info .info-content.my-bets .row > div.col3 {
        text-align: center;
        width: 45px;
    }

    aside#right .info .info-content.my-bets .head > div.col4,
    aside#right .info .info-content.my-bets .row > div.col4 {
        text-align: center;
        width: 55px;
    }

    aside#right .info .info-content.stats .head > div.col2,
    aside#right .info .info-content.stats .row > div.col2 {
        text-align: center;
        width: 65px;
    }

    aside#right .info .info-content.stats .head > div.col3,
    aside#right .info .info-content.stats .row > div.col3 {
        text-align: center;
        width: 65px;
    }

    aside#right .info .info-content.stats .head > div.col4,
    aside#right .info .info-content.stats .row > div.col4 {
        text-align: center;
        width: 75px;
    }

    .canvas {
        /*height: calc(100% - 192px);*/
        margin-bottom: 5px;
    }

    .buttons {
        /*height: 187px;*/
    }

    .gift-row {
        height: calc(50% - 40px);
    }

    .gift .gift-row:nth-child(2) {
        height: 81px;
    }

    .gift-left {
        width: calc(100% - 420px);
        padding: 10px;
    }

    .gift-left1 {
        padding-left: 0;
        width: calc(100% - 230px);
    }

    .gift-left1 .head {
        padding-top: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .gift-left1 .value {
        font-size: 24px;
        line-height: 20px;
    }

    .gift-left2 {
        width: 110px;
        margin-left: 5px;
    }

    .gift-left2 .head {
        padding-top: 5px;
        font-size: 12px;
        line-height: 25px;
    }

    .gift-left2 .value {
        font-size: 22px;
        line-height: 20px;
    }

    .gift-right {
        width: 200px;
        margin-left: 10px;
    }

    body.VISUAL-GIFT-ONE-BET .gift-left {
        width: calc(100% - 210px);
    }

    .bet-div {
        margin: auto;
        height: 80px;
    }

    .bet-col1 {
        padding-left: 5px;
        max-width: initial;
        width: 52%;
    }

    .bet-input {
        height: 28px;
        padding: 0 4px 0 4px;
        margin-bottom: 2px;
    }

    .bet-input .auto .head {
        padding-top: 9px;
    }

    .bet-input .checkbox {
        width: 19px;
        height: 10px;
    }

    .bet-input .checkbox span {
        border-radius: 5px;
    }

    .bet-input .checkbox span:before {
        width: 8px;
        height: 8px;
        border-radius: 4px;
        left: 1px;
        top: 1px;
    }

    .bet-input .checkbox input:checked + span:before {
        transform: translateX(10px);
    }

    .bet-input .label {
        padding-left: 2px;
        padding-right: 2px;
        font-size: 7px;
    }

    .bet-input .input {
        width: 78px;
    }

    .bet-input .input > div {
        height: 18px;
    }

    .bet-input .input input {
        width: calc(100% - 32px);
        font-size: 8px;
        left: 16px;
        top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .bet-input .input div > span {
        left: 20px;
        top: 0;
        font-size: 8px;
        line-height: 18px;
    }

    .bet-input .input .minus {
        width: 12px;
        height: 12px;
        left: 2px;
        top: 2px;
    }

    .bet-input .input .minus:before {
        width: 11px;
        height: 4px;
        left: 0;
        top: 4px;
    }

    .bet-input .input .plus {
        width: 12px;
        height: 12px;
        right: 2px;
        top: 2px;
    }

    .bet-input .input .plus:before {
        width: 12px;
        height: 12px;
        left: 0;
        top: 0;
    }

    .bet-list {
        height: 20px;
    }

    .bet-list a {
        line-height: 20px;
        font-size: 8px;
    }

    .bet-col2 {
        width: 48%;
        padding-right: 5px;
    }

    .bet .place-bet-div {
        font-size: 16px;
    }

    .bet .place-bet-div .place-bet1 {
        padding-top: 20px;
    }

    .bet .place-bet-div .place-bet1 span {
        font-size: 10px;
    }

    .bet .place-bet-div .place-bet2 {
        font-size: 15px;
        line-height: 15px;
    }

    .ru .gift .bet .place-bet-div .place-bet2,
    .uk .gift .bet .place-bet-div .place-bet2,
    .vi .gift .bet .place-bet-div .place-bet2,
    .bg .gift .bet .place-bet-div .place-bet2,
    .el .gift .bet .place-bet-div .place-bet2,
    .lv .gift .bet .place-bet-div .place-bet2,
    .sw .gift .bet .place-bet-div .place-bet2,
    .ky .gift .bet .place-bet-div .place-bet2,
    .bs .gift .bet .place-bet-div .place-bet2 {
        font-size: 12px;
        line-height: 12px;
    }

    .bet .place-bet-div .place-bet2 .next {
        font-size: 12px;
    }

    .bet .cancel-bet-div {
        font-size: 16px;
    }

    .bet .cancel-bet-div .cancel-bet1 {
        padding-top: 28px;
    }

    .bet .cancel-bet-div .cancel-bet2 {
        font-size: 11px;
        line-height: 11px;
        bottom: 8px;
    }

    .fr .bet .cancel-bet-div .cancel-bet2 {
        font-size: 10px;
        line-height: 10px;
    }

    .bet .cash-out-div {
        font-size: 16px;
    }

    .bet .cash-out-div .cash-out1 {
        padding-top: 25px;
    }

    .bet .cash-out-div .cash-out1 span {
        font-size: 10px;
    }

    .bet .cash-out-div .cash-out2 {
        font-size: 8px;
        line-height: 8px;
    }

    .bet .disable-div {

    }

    .bet .disable-div .disable1 {
        font-size: 13px;
        line-height: 13px;
        padding-top: 23px;
        padding-bottom: 5px;
    }

    .bet .disable-div .disable2 {
        font-size: 13px;
        line-height: 13px;
    }
}

@media only screen and (max-width: 1006px) {

}

@media only screen and (max-width: 850px) {

}


.popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 50;
}

.popup-div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    min-height: 200px;
    margin: -100px 0 0 -250px;
    background: #1c1e29;
    font-size: 18px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #d0d7e5;
    text-align: center;
}

.popup-head {
    background-color: rgb(15, 16, 23);
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding: 0 25px;
    font-size: 14px;
    color: #9499b0;
}

.popup-content {
    padding: 25px;
}

.popup-bt {
    display: inline-block;
    border-radius: var(--border-radius);
    background-color: rgba(0, 0, 0, 0.6);
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 40px;
}

.popup-bt:hover {
    opacity: 0.8;
    transition: 0.2s;
}


.jackpot-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 49;
}

.jackpot-popup-div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    min-height: 340px;
    margin: -170px 0 0 -250px;
    background: #1c1e29;
    font-size: 18px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #d0d7e5;
    text-align: center;
}

.jackpot-popup-head {
    background-color: rgb(15, 16, 23);
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding: 0 25px;
    font-size: 14px;
    color: #9499b0;
    position: relative;
}

.jackpot-popup-close {
    position: absolute;
    right: 25px;
    top: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.jackpot-popup-close:hover {
    transition: 0.2s;
    opacity: 0.7;
}

.jackpot-popup-content {
    padding: 25px;
    height: 280px;
    background: url(../ImagesLight/jackpot-background.png) center bottom;
    position: relative;
}

.jackpot-popup-star-left {
    position: absolute;
    background: url(../ImagesLight/jackpot-star-left.png);
    width: 95px;
    height: 162px;
    bottom: 40px;
    left: 30px;
}

.jackpot-popup-star-right {
    position: absolute;
    background: url(../ImagesLight/jackpot-star-right.png);
    width: 95px;
    height: 162px;
    bottom: 40px;
    right: 30px;
}

.jackpot-popup-div1 {
    height: 30px;
    font-size: 24px;
    color: #FFF;
}

.jackpot-popup-div2 {
    font-size: 32px;
    color: #fde843;
    background: black;
    display: inline-block;
    padding: 15px 30px 15px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.jackpot-popup-div3 {
    padding-top: 0;
    height: 40px;
    font-size: 24px;
    color: #FFF;
    line-height: 40px;
}

.jackpot-popup-div4 {
    padding-top: 0;
    font-size: 45px;
    color: #4fd931;
    line-height: 45px;
}


.help-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 40;
}

.help-popup-div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 820px;
    height: 570px;
    margin: -285px 0 0 -410px;
    background: #1c1e29;
    font-size: 18px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #d0d7e5;
    text-align: center;
}

.help-popup-head {
    background-color: rgb(15, 16, 23);
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding: 0 25px;
    font-size: 14px;
    color: #9499b0;
    position: relative;
}

.help-head-item {
    float: left;
    cursor: pointer;
    position: relative;
    height: 60px;
    margin-right: 20px;
    transition: 0.2s;
}

.help-head-item:hover {
    color: var(--main-color);
    transition: 0.2s;
}

.help-head-item.active {
    color: var(--main-color);
}

.help-head-item.active:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--main-color);
}

.help-idq {
    position: absolute;
    right: 85px;
    top: 15px;
    background: url(../ImagesLight/help-idq.png);
    width: 159px;
    height: 28px;
}

.help-popup-close {
    position: absolute;
    right: 25px;
    top: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.help-popup-close:hover {
    transition: 0.2s;
    opacity: 0.8;
}

.help-popup-content {
    padding: 25px;
    text-align: left;
    height: calc(100% - 60px);
    overflow-y: auto;
}

.help-popup .play-group {
    padding: 25px 0;
    border-top: 1px solid #2d3041;
    position: relative;
    width: 100%;
    height: 150px;
    display: table;
}

.help-popup .play-group:nth-child(1) {
    border-top: none;
}

.help-popup .play-group .play-item.play-circle {
    position: absolute;
    left: 0;
    top: 25px;
    font-size: 60px;
    color: #303342;
    line-height: 100px;
}

.help-popup .play-group .play-item.play-text.play-text-right,
.help-popup .play-group .play-item.play-text.play-text-left {
    padding: 0 340px 0 60px;
    font-size: 18px;
    color: #d0d7e5;
    display: table-cell;
    vertical-align: middle;
}

.help-popup .play-group .play-item.play-text.play-text-right {
    padding: 0 430px 0 60px;
}

.help-popup .play-group .play-item.play-img1 {
    position: absolute;
    right: 0;
    top: 34px;
    background: var(--help1) !important;
    width: 404px !important;
    height: 83px !important;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.help-popup .play-group .play-item.play-img2 {
    position: absolute;
    right: 0;
    top: 25px;
    background: var(--help2) !important;
    width: 295px !important;
    height: 100px !important;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.help-popup .play-group .play-item.play-img3 {
    position: absolute;
    right: 0;
    top: 34px;
    background: var(--help3) !important;
    width: 404px !important;
    height: 83px !important;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.help-popup .play-group .play-item > div {
    position: absolute;
    font-size: 10px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #9499b0;
    line-height: 10px;
}

.help-popup .play-group .play-item .help-bet {
    left: 10px;
    top: 12px;
}

.help-popup .play-group .play-item .help-bet-auto {
    left: 33px;
    top: 10px;
    text-transform: uppercase;
}

.help-popup .play-group .play-item .help-cash-out {
    left: 162px;
    top: 12px;
}

.help-popup .play-group .play-item .help-cash-out-auto {
    left: 33px;
    top: 62px;
    text-transform: uppercase;
}

.help-popup .play-group .play-item .help-amount {
    left: 115px;
    top: 5px;
    width: 94px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: var(--main-color);
    text-wrap: nowrap;
}

.help-popup .play-group .play-item .help-coef {
    left: 115px;
    top: 57px;
    width: 94px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
    color: var(--main-color);
}

.help-popup .play-group .play-item .help-bet-list-0,
.help-popup .play-group .play-item .help-bet-list-1,
.help-popup .play-group .play-item .help-bet-list-2,
.help-popup .play-group .play-item .help-bet-list-3 {
    left: 0;
    top: 32px;
    width: 52px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    font-size: 9px;
    text-wrap: nowrap;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
}

.help-popup .play-group .play-item .help-bet-list-1 {
    left: 54px;
    top: 32px;
}

.help-popup .play-group .play-item .help-bet-list-2 {
    left: 108px;
    top: 32px;
}

.help-popup .play-group .play-item .help-bet-list-3 {
    left: 162px;
    top: 32px;
    color: var(--main-color);
}

.help-popup .play-group .play-item .help-place-bet-button {
    left: 238px;
    top: 14px;
    width: 145px;
    height: 56px;
    text-align: center;
    font-size: 18px;
    color: #211b02;
}

.help-popup .play-group .play-item .help-place-bet-button .text1 {
    padding-top: 16px;
    height: 34px;
    text-wrap: nowrap;
    font-size: 19px;
}

.help-popup .play-group .play-item .help-place-bet-button .text1 span {
    font-size: 12px;
}

.help-popup .play-group .play-item .help-cash-out-button {
    left: 238px;
    top: 14px;
    width: 145px;
    height: 56px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}

.help-popup .play-group .play-item .help-cash-out-button .text1 {
    padding-top: 16px;
    height: 34px;
    text-wrap: nowrap;
    font-size: 18px;
}

.help-popup .play-group .play-item .help-cash-out-button .text1 span {
    font-size: 12px;
}

.help-popup .play-group .play-item .help-cash-out-button .text2 {
    font-size: 10px;
}

.help-popup .play-group .play-item .help-cash-out-coef {
    right: 105px;
    top: 35px;
    font-size: 30px;
    font-family: robotobold;
    color: #5ee32b;
    line-height: 30px;
}


.help-popup-content.rules {
    font-size: 13px;
    color: #ffffff;
    counter-reset: number;
}

.help-popup .rules-item {
    border: 1px solid #575f6f;
    margin-bottom: 10px;
}

.help-popup .rules-title {
    position: relative;
    line-height: 56px;
    font-size: 15px;
    color: #9499b0;
    padding: 0 21px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    cursor: pointer;
}

.help-popup .rules-title:after {
    content: '';
    display: block;
    background: var(--help-down);
    width: 21px;
    height: 21px;
    position: absolute;
    right: 21px;
    top: 18px;
}

.help-popup .rules-item.active .rules-title {
    color: var(--main-color);
}

.help-popup .rules-item.active .rules-title:after {
    background: var(--help-up);
}

/*
.help-popup .rules-title::before {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    counter-increment: number;
    content: counter(number);
    font-size: 22px;
    color: #888ca2;
}
*/

.help-popup .rules-content {
    background: #14151d;
    font-size: 13px;
    color: #dbdbdb;
    font-family: var(--font-family-main);
    padding: 20px 27px;
    display: none;
}

.help-popup .rules-content div {
    margin-bottom: 10px;
    line-height: 16px;
}

.help-popup .rules-content div:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid var(--main-color);
    vertical-align: top;
    margin: 3px 5px 0 0;
}



.help-popup.info-on-start {

}

.help-popup.info-on-start .help-popup-div {
    height: 677px;
    margin: -338px 0 0 -410px;
    border-radius: 4px;
}

.help-popup.info-on-start .help-popup-head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.help-popup.info-on-start .help-head-item {
    font-size: 20px;
}

.help-popup.info-on-start .help-head-item.active:after {
    display: none;
}

.help-popup.info-on-start .help-popup-content {
    padding: 25px;
    height: calc(100% - 60px - 107px);
}

.help-popup.info-on-start .play-group {
    padding: 25px 0;
    margin: 0 15px;
    border-top: 1px solid #2d3041;
    position: relative;
    width: calc(100% - 30px);
    height: 150px;
    display: table;
}

.help-popup.info-on-start .play-group:nth-child(1) {
    border-top: none;
}

.help-popup-footer {
    height: 107px;
    background: #33353f;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.help-popup-checkbox {
    float: left;
    display: block;
    height: 23px;
    line-height: 23px;
    position: relative;
    margin: 43px 0 0 45px;
    padding-left: 44px;
    font-size: 16px;
    color: #d0d7e5;
    cursor: pointer;
}

.help-popup-checkbox span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #d0d7e5;
    width: 21px;
    height: 21px;
}

.help-popup-checkbox span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 12px;
    left: 2px;
    top: 4px;

}

.help-popup-checkbox input:checked + span {

}

.help-popup-checkbox input:checked + span:before {
    background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAMAAABcOc2zAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABI1BMVEVb6SJe6yNZ6CFL4BxM4Rx2+Ct09ipu9Chc6iJ1+Ct4+Sx5+Sxl7yVz9ipu8yhe7CN4+Cx3+CtO4R1K4Bxg7CNP4h5i7SRm8CZO4h1M4BxM4R1i7iRN4R1h7SRd6yJB3Rgt0hJb6iJX6CAjzQ4n0BA82RdM4hwizQ482RdV5iAfyw0kzg9K4BtN4R1c6iJM4R1E3holzg9K4BxZ6SEr0RE+2hhN4h0lzg8lzg9K4BxG3xso0BA/2xhl7iVW6CBK4Bw+2xgnzw8izQ492hcmzw8lzg9L4Bxi7SRV5yAlzw9L4BxU5h8mzg8lzg9L4BxU5x8mzw9S5h8r0RFI4BsbyQsfyw0kzg4hzQ4eyw0hzA0eywwhzA4dygwgzA0izQ4ayQv////hXUP/AAAAVHRSTlMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaNU7YPPhe1/3oGH39V0JJAdf8l1I4Hxf9/Vei/B1BF9cju36p+7xWwRL7l5K7/ZcSupP3WM2a37iAAAAAWJLR0Rgxbd8EAAAAAd0SU1FB+QHAwo1Er2LtuIAAACkSURBVAjXPcrVEoJAFADQRRFbdDHAVuzuVizslmvH//+FMcrrmYMQoVCShIqiKJXa5w9okAxaXZCXQmEZ9IZIFOAQ+4PRFE8AJFNphOhMliTMlhwPkC9gBlmLpbLN7qhUAWp1lmNQoykdW+3O5wvY+YZu73TuD4YA4ghzHxhPppfr7X5KzmzkFwjXfHF7XJYr7P4B7VlvnqLAcjJ4PdvdniV/8AJYJhurRKiLFgAAAABJRU5ErkJggg==");
}

.help-popup-checkbox input {
    display: none;
}

.help-popup-accept {
    float: right;
    display: block;
    border-radius: var(--border-radius);
    background-color: rgba(15, 16, 23, 0.6);
    width: 198px;
    height: 50px;
    font-size: 19px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin: 29px 40px 0 0;
}

.help-popup-accept:hover {
    background-color: rgba(15, 16, 23, 0.8);
}


@media only screen and (max-width: 1345px), screen and (max-height: 720px) {
    .help-popup.info-on-start .help-popup-div {
        width: 636px;
        height: 524px;
        margin: -262px 0 0 -318px;
    }

    .help-popup.info-on-start .help-popup-head {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        height: 47px;
        line-height: 47px;
    }

    .help-popup.info-on-start .help-head-item {
        font-size: 15px;
        height: 47px;
    }

    .help-popup.info-on-start .help-idq {
        top: 9px;
    }

    .help-popup.info-on-start .help-popup-content {
        padding: 15px;
        height: calc(100% - 47px - 80px);
    }

    .help-popup.info-on-start .play-group {
        padding: 25px 0;
        height: 120px;
    }

    .help-popup .play-group .play-item.play-circle {
        position: absolute;
        left: 0;
        top: 25px;
        font-size: 46px;
        color: #303342;
        line-height: 70px;
    }

    .help-popup.info-on-start .play-group .play-item.play-text.play-text-right,
    .help-popup.info-on-start .play-group .play-item.play-text.play-text-left {
        padding: 0 300px 0 65px;
        font-size: 12px;
        color: #d0d7e5;
        display: table-cell;
        vertical-align: middle;
    }

    .help-popup.info-on-start .play-group .play-item.play-img1 {
        position: absolute;
        right: 0;
        top: 4px;
        transform: scale(0.85);
    }

    .help-popup.info-on-start .play-group .play-item.play-img2 {
        position: absolute;
        right: 0;
        top: 20px;
        transform: scale(0.85);
    }

    .help-popup.info-on-start .play-group .play-item.play-img3 {
        position: absolute;
        right: 0;
        top: 4px;
        transform: scale(0.85);
    }


    .help-popup-footer {
        height: 80px;
    }

    .help-popup-checkbox {
        margin: 28px 0 0 30px;
    }

    .help-popup-accept {
        width: 168px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 21px 25px 0 0;
    }
}


@media only screen and (max-height: 535px) {
    body {
        /*min-height: 418px;*/
    }

    .help-popup.info-on-start .help-popup-div {
        width: 636px;
        height: 404px;
        margin: -202px 0 0 -318px;
    }

    .help-popup.info-on-start .help-popup-content {
        padding: 15px;
        height: calc(100% - 47px - 60px);
    }

    .help-popup-footer {
        height: 60px;
    }

    .help-popup-checkbox {
        margin: 18px 0 0 30px;
    }

    .help-popup-accept {
        width: 168px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin: 11px 25px 0 0;
    }
}


.gift-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 10;
}

.gift-popup-background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.gift-popup-div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 820px;
    height: 570px;
    margin: -285px 0 0 -410px;
    background: url(../ImagesLight/gift-background.png);
    font-size: 18px;
    font-family: var(--font-family-medium);
    font-feature-settings: 'case' on;
    color: #d0d7e5;
    text-align: center;
}

.gift-popup-head {
    background-color: rgb(15, 16, 23);
    height: 60px;
    line-height: 60px;
    text-align: left;
    padding: 0 25px;
    font-size: 14px;
    color: #9499b0;
    position: relative;
}

.gift-popup-close {
    position: absolute;
    right: 25px;
    top: 3px;
    cursor: pointer;
    transition: 0.2s;
}

.gift-popup-close:hover {
    transition: 0.2s;
    opacity: 0.8;
}

.gift-popup-content {
    padding: 164px 0 25px 0;
    height: calc(100% - 60px);
}

.gift-popup-bt {
    display: inline-block;
    border-radius: var(--border-radius);
    background-color: rgba(0, 0, 0, 0.6);
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-family: var(--font-family-bold);
    font-feature-settings: 'case' on;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 40px;
}

.gift-popup-bt:hover {
    opacity: 0.8;
    transition: 0.2s;
}


.gift-new {
    padding-top: 35px;
}

.gift-new-head {
    line-height: 47px;
    font-size: 18px;
    color: #ffffff;
}

.gift-new-info {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.34);
    width: 370px;
    height: 100px;
    margin: 0 auto 18px auto;
    font-size: 30px;
    color: #4ecc1d;
    padding-top: 8px;
}

.gift-new-info .item {
    display: inline-block;
}

.gift-new-info .text {
}

.gift-new-buttons {
    width: 400px;
    margin: 0 auto;
    vertical-align: top;
}

.gift-new-button {
    display: inline-block;
    border-radius: var(--border-radius);
    background-color: rgba(0, 0, 0, 0.6);
    width: 180px;
    height: 50px;
    margin: 0 4px 10px 4px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    transition: 0.2s;
    cursor: pointer;
}

.gift-new-button.gift-button-remind-me,
.gift-new-button.gift-button-cancel {
    display: none;
}

.gift-new-button.green {
    background-color: rgb(72, 183, 29);
}

.gift-new-button.big {
    background-color: rgb(72, 183, 29);
    width: 370px;
    height: 50px;
}

.gift-new-button:hover {
    transition: 0.2s;
    background: #fde053;
    color: #393002;
}


.gift-cancel {
    padding-top: 20px;
}

.gift-cancel-icon {
    background: url(../ImagesLight/gift-cancel-icon.png);
    width: 64px;
    height: 62px;
    margin: 0 auto 10px auto;
}

.gift-cancel-text1 {
    line-height: 32px;
    font-size: 26px;
    color: #ffffff;
    margin: 0 150px;
}

.gift-cancel-text2 {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}


.gift-win {
}

.gift-win-title {
    padding-top: 20px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 7px 0 10px 0;
}

.gift-win-text {
    font-size: 25px;
    color: rgb(72, 183, 29);
    margin: 0 150px 10px 150px;
}

.gift-win-info {
    width: 370px;
    height: 100px;
    background: url(../ImagesLight/freebg.png) no-repeat center center;
    background-size: contain;
    font-size: 36px;
    color: rgb(78, 204, 29);
    line-height: 100px;
    margin: 0 auto 20px auto;
}

/* Jackpot New Animation */

#jackpot-new {
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

#jackpot-new > img {
    bottom: 0;
    width: 100%;
    position: absolute;
}

.jackpot-clone {
    height: 85px;
    width: 434px;
    margin: auto;
    font-size: 30px;
    color: rgb(253, 224, 83);
    font-family: "UniNeue-Heavy";
    position: absolute;
    transform: scale(0);
    top: -160px;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: url('../ImagesLight/Jackpot/jackpot.png') no-repeat center; */
    background: url('../ImagesLight/Jackpot/jackpot-new.png') no-repeat center;
    transition: .1s;
    transition-timing-function: linear;
}

.jackpot-clone p {
    margin: 0;
    color: #ffffff;
    font-size: 53px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Harabara';
    background: -webkit-linear-gradient(top, #fff, #d6d6d6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translate(0px, -60px);
}

.jackpot-clone .list-elements {
    position: relative;
    width: 56px;
    height: 74px;
    text-align: center;
    line-height: 74px;
    /* margin-left: 3px; */
    transition: .1s;
    font-size: 50px;
}

.list-element-1 {
    width: 56px;
    height: 74px;
    margin-left: 3px;
    background: url('../ImagesLight/Jackpot/item-background.png') no-repeat center;
}

.jackpot-clone .list-elements:nth-child(5) {
    margin-left: 1px;
}

.jackpot-clone .list-elements:nth-child(6) {
    margin-left: 17px;
}


.jackpot-animation {
    transform: scale(1);
}

.jackpot-animation1 {
    transform: scale(1.4);
}

.jackpot-clone > div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: translate(0px, -52.5px);
}

.jackpot-dot {
    width: 7px;
    height: 7px;
    margin: 0 2px 0 5px;
    background: url('../ImagesLight/Jackpot/dot.png') no-repeat center;
}

.list-gradient {
    background-image: linear-gradient(45deg, #fde053, #ffffff, #fde053);
    background-size: 400% 400%;
    animation: gradient 1s infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation-direction: normal;
    transform: scale(1.4) !important;
}

/* promotion */
.promotion-button {
    position: absolute;
    left: 145px;
    top: 6px;
    z-index: 2;
    width: 70px;
    height: 70px;
}

.promotion-dailyleaderboard-button {
    display: none;
    position: relative;
    z-index: 2;
    right: 10px;
    top: -8px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../ImagesLight/dailyleaderboard-icon.png);
}

.promotion-dailyleaderboard-button:hover {
    background-image: url(../ImagesLight/dailyleaderboard-icon-hover.png);

}

.promotion-wheel-button {
    display: none;
    position: relative;
    z-index: 2;
    right: 10px;
    top: -8px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../ImagesLight/wheel-icon.png);
}

.promotion-wheel-button:hover {
    background-image: url(../ImagesLight/wheel-icon-hover.png);

}

@keyframes gradient {
    0% {
        background-position: 50% 0%;
    }
    50% {
        background-position: 50% 100%;
    }
    100% {
        background-position: 50% 100%;
    }
}


@media screen and (max-width: 1660px) {
    header .jackpot {
        top: -13px;
    }

    .gift-left1 {
        width: calc(100% - 220px);
    }

    .gift-left2 {
        width: 100px;
    }
}

@media screen and (max-width: 1450px) {
    .gift-left1 {
        width: calc(100% - 220px);
    }

    .gift-left1 .head {
        font-size: 14px;
    }

    .gift-left1 .value {
        font-size: 16px;
    }

    .gift-left2 {
        width: 100px;
    }
}

@media screen and (max-width: 1350px) {
    .gift-left1 {
        width: calc(100% - 160px);
    }

    .gift-left1 .head {
        font-size: 12px;
    }

    .gift-left1 .value {
        font-size: 14px;
    }

    .gift-left2 {
        width: 75px;
        margin-left: 5px;
    }

    .gift-left2 .head {
        padding-top: 5px;
        font-size: 12px;
        line-height: 14px;
        height: 30px;
        letter-spacing: -0.02em;
    }

    .gift-left2 .value {
        font-size: 22px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1180px) {
    header .jackpot {
        top: -5px;
    }
}

@media screen and (max-width: 1083px) {
    header .jackpot {
        top: -35px;
    }
}


@media screen and (min-width: 1280px) and (max-width: 1280px) and (min-height: 640px) and (max-height: 640px) {
    body {
        /*min-height: 640px*/
    }

    .cash-game .buttons-col:nth-child(1) {
        text-align: center;
    }

    .cash-game .buttons-col:nth-child(2) {
        text-align: center;
    }

    .bet-div {
        width: 460px;
        height: 81px;
        margin: auto 2px;
    }

    .bet-x2 {
        display: none;
    }

    .bet-col1 {
        float: left;
        width: 255px;
        height: 81px;
        padding-right: 5px;
        margin-bottom: 0;
    }

    .bet-col2 {
        float: left;
        width: calc(100% - 255px);
        height: 81px;
        margin-bottom: 0;
    }
}

@media screen and (max-height: 620px) {
    .help-popup-div {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;

        transform: scale(0.7);


        position: absolute;
        left: 50%;
        top: 50%;
        /*width: 820px;*/
        /*height: 570px;*/
        margin: -200px 0 0 -287px;
    }

    .help-popup.info-on-start .help-popup-div {
        width: 636px;
        height: 524px;
        margin: -183px 0 0 -222px;
    }
}

@media screen and (max-width: 825px) and (max-height: 570px) {
    .help-popup-div {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;

        transform: scale(0.7);


        position: absolute;
        left: 50%;
        top: 50%;
        /*width: 820px;*/
        /*height: 570px;*/
        margin: -200px 0 0 -287px;
    }

    .help-popup.info-on-start .help-popup-div {
        width: 636px;
        height: 524px;
        margin: -183px 0 0 -222px;
    }
}

@media screen and (max-height: 550px) {
    .help-popup-div {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        transform: scale(0.7);
        position: absolute;
        left: 9vw;
        top: 10vh;
        width: 120vw;
        height: 120vh;
        margin: 0;
    }

    .help-popup.info-on-start .help-popup-div {
        width: 120vw;
        height: 120vh;
        margin: 0;
    }
}


.stop-button-div {
    position: relative;
    z-index: 2;
}

.stop-button {
    display: none;
    background: url(../ImagesLight/stop-button.png) no-repeat;
    width: 48px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    font-size: 14px;
    font-family: 'robotomedium';
    color: #7d8aa3;
    margin: -9px 20px 0 0;
    text-decoration: none;
}

.stop-button:hover {
    background: url(../ImagesLight/stop-button-hover.png) no-repeat;
    color: var(--background);
}


.currency-RUB .bet .cash-out-div .cash-out1 {
    font-size: 30px;
    white-space: nowrap;
}

.currency-ARS .bet-input .input input,
.currency-HRK .bet-input .input input,
.currency-INR .bet-input .input input,
.currency-MBTC .bet-input .input input,
.currency-MXN .bet-input .input input,
.currency-THB .bet-input .input input,
.currency-UBTC .bet-input .input input,
.currency-COP .bet-input .input input,
.currency-AZN .bet-input .input input,
.currency-ZMW .bet-input .input input,
.currency-UAH .bet-input .input input,
.currency-RUB .bet-input .input input {
    font-size: 13px;
    padding-top: 9px;
    padding-bottom: 10px;
}

.currency-ARS .bet-input .input div > span,
.currency-HRK .bet-input .input div > span,
.currency-INR .bet-input .input div > span,
.currency-MBTC .bet-input .input div > span,
.currency-MXN .bet-input .input div > span,
.currency-THB .bet-input .input div > span,
.currency-UBTC .bet-input .input div > span,
.currency-COP .bet-input .input div > span,
.currency-AZN .bet-input .input div > span,
.currency-ZMW .bet-input .input div > span,
.currency-UAH .bet-input .input div > span,
.currency-RUB .bet-input .input div > span {
    font-size: 13px;
    line-height: 13px;
    top: 9px;
}







.ka .help-popup .play-group .play-item .help-cash-out-auto {
    font-size: 9.5px;
    letter-spacing: -0.04em;
}




body.jurisdiction-nl .help-popup .rules-item:nth-child(2) div:nth-child(3),
body.jurisdiction-pt .help-popup .rules-item:nth-child(2) div:nth-child(3),
body.jurisdiction-es .help-popup .rules-item:nth-child(2) div:nth-child(3) {
    display: none;
}

body.jurisdiction-nl .help-popup .rules-item:nth-child(5) div:nth-child(6),
body.jurisdiction-pt .help-popup .rules-item:nth-child(5) div:nth-child(6),
body.jurisdiction-es .help-popup .rules-item:nth-child(5) div:nth-child(6) {
    display: none;
}

body.jurisdiction-nl .help-popup .rules-item.rules-jackpot,
body.jurisdiction-pt .help-popup .rules-item.rules-jackpot,
body.jurisdiction-br .help-popup .rules-item.rules-jackpot,
body.jurisdiction-es .help-popup .rules-item.rules-jackpot {
    display: none;
}

body.jurisdiction-pt aside#right .info .info-tabs a {
    width: 50%;
}

body.jurisdiction-pt aside#right .info .info-tabs a[data-tab="stats"] {
    display: none;
}

.hide-bets {
    display: none;
    color: #fff;
    line-height: 32px;
    margin-right: 10px;
}

.hide-bets label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

body.jurisdiction-pt .hide-bets {
    display: block;
    text-transform: capitalize;
    font-family: var(--font-family-regular);
    font-feature-settings: 'case' on;
}

body.jurisdiction-pt .bet-input.bets .auto,
body.jurisdiction-pt .bet-input.bets .label,
body.jurisdiction-es .bet-input.bets .auto,
body.jurisdiction-es .bet-input.bets .label,
body.jurisdiction-br .bet-input.bets .auto,
body.jurisdiction-br .bet-input.bets .label{
    display: none;
}

body.jurisdiction-pt .bet-list {
    display: none !important;
}

body.jurisdiction-pt .bet-input {
    height: calc(50% - 2px);
}

body.jurisdiction-pt .bet-input .input {
    height: 100%;
}

body.jurisdiction-pt .bet-input .input > div {
    height: calc(100% - 12px);
}

body.jurisdiction-pt .bet-input .input .minus,
body.jurisdiction-pt .bet-input .input .plus {
    top: 50%;
    margin-top: -13px;
}

body.jurisdiction-pt .bet-input .input div > span {
    top: 50%;
    margin-top: -8px;
}

body.jurisdiction-pt .bet-input .auto .head {
    display: none;
}

body.jurisdiction-pt .bet-input .checkbox {
    top: 50%;
    margin-top: -9px;
}

@media only screen and (max-width: 1600px) {
    body.jurisdiction-pt .bet-input .input .minus,
    body.jurisdiction-pt .bet-input .input .plus {
        margin-top: -7px;
    }

    body.jurisdiction-pt .bet-input .input div > span {
        margin-top: -11px;
    }

    body.jurisdiction-pt .bet-input .checkbox {
        margin-top: -5px;
    }
}

@media only screen and (max-width: 1300px) {
    body.jurisdiction-pt .bet-input .input .minus,
    body.jurisdiction-pt .bet-input .input .plus {
        margin-top: -6px;
    }

    body.jurisdiction-pt .bet-input .input div > span {
        margin-top: -9px;
    }

    body.jurisdiction-pt .bet-input .checkbox {
        margin-top: -5px;
    }
}