@charset "UTF-8";
html, body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Gotham Pro';
    background-color: #1b2030;
    height: 100%;
    /* */
    min-width: 428px;
    color: #2D2A73;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
}

.chat span {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 3px;
    height: 8px;
    background-color: transparent;
    border-radius: 50px;
}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 50px;
    -webkit-box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.3);
    box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.3);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    outline: 0;
}


.show_ul li, .show_ul {
    list-style-type: disc;
}

.show_ul {
    padding: 15px;
}

a, :before, :after, input, button {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

span, b, p, h1, h3, h4, h5, em {
    cursor: default;
}

span, b, p, h1, h3, h4, h5, em {
    cursor: default;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a {
    color: #475A89;
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    stroke-width: 0;
    stroke: currentColor !important;
    fill: currentColor !important;
    pointer-events: none;
}

#app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.flare {
    overflow: hidden;
    position: relative;
}

.flare:before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    z-index: 2;
    will-change: left;
    -webkit-filter: blur(4rem);
    filter: blur(4rem);
    pointer-events: none;
    opacity: 0;
}

.flare:hover:before {
    -webkit-animation: 0.6s flare;
    animation: 0.6s flare;
}

@-webkit-keyframes flare {
    from {
        left: -200%;
        opacity: 0;
    }
    to {
        left: 150%;
        opacity: 1;
    }
}

@keyframes flare {
    from {
        left: -200%;
        opacity: 0;
    }
    to {
        left: 150%;
        opacity: 1;
    }
}

input, button {
    font-family: inherit;
    border: 0;
    background: transparent;
    outline: 0;
}

.wrapper {
    max-width: 1322px;
    margin: 0 auto;
    position: relative;
}

main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 75px;
    width: 100%;
    padding-left: 133px;
    padding-right: 30px;
    padding-bottom: 26px;
}

.btn {
    height: 48px;
    border-radius: 15px;
    padding: 0px 24px;
    background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.btn span {
    pointer-events: none;
}

.btn .icon {
    margin-right: 13px;
}

.btn.disabled {
    cursor: not-allowed;
}

.btn--blue {
    background: linear-gradient(94.98deg, #4762F2 10.08%, #3DC5F0 94.83%);
    border-bottom: solid 3px #2A63CC;
}

.btn--blue span {
    text-shadow: 0px 1px 0px rgba(136, 21, 43, 0.25);
}

.btn--red {
    background: linear-gradient(94.98deg, #F24E47 10.08%, #F542B9 94.83%);
    border-bottom: solid 3px #D22780;
}

.btn--red span {
    text-shadow: 0px 1px 0px rgba(136, 21, 43, 0.38);
}

.icon.money, .icon.small {
    width: 14px;
    height: 14px;
}

.user-status {
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 12px;
    font-size: 12px;
    color: #fff !important;
    margin-right: 8px;
    border-radius: 15px;
}

.user-status.new {
    background: #e0e5f4;
    color: #808ab3 !important;
}

.user-status.wolf {
    background: -webkit-gradient(linear, left top, right top, from(#b2510e), to(#f59c2c));
    background: linear-gradient(to right, #b2510e, #f59c2c);
}

.user-status.predator {
    background: -webkit-gradient(linear, left top, right top, from(#2e4a60), to(#387274));
    background: linear-gradient(to right, #2e4a60, #387274);
}

.user-status.premium {
    background: -webkit-gradient(linear, left top, right top, from(#5e327a), to(#9839b9));
    background: linear-gradient(to right, #5e327a, #9839b9);
}

.user-status.alpha {
    background: -webkit-gradient(linear, left top, right top, from(#387be5), to(#7d49cf));
    background: linear-gradient(to right, #387be5, #7d49cf);
}

.user-status.vip {
    background: -webkit-gradient(linear, left top, right top, from(#f27559), to(#ea2424));
    background: linear-gradient(to right, #f27559, #ea2424);
}

.user-status.professional {
    background: -webkit-gradient(linear, left top, right top, from(#d32787), to(#ff0202));
    background: linear-gradient(to right, #d32787, #ff0202);
}

.user-status.legend {
    background: -webkit-gradient(linear, left top, right top, from(#222b94), to(#1183d3));
    background: linear-gradient(to right, #222b94, #1183d3);
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox:checked + label::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #5F5CE6;
    border-radius: 4px;
    border-radius: 4px;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-BoldItalic.eot");
    src: local("../fonts/GothamPro/Gotham Pro Bold Italic"), local("GothamPro-BoldItalic"), url("../fonts/GothamPro/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-BoldItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-Italic.eot");
    src: local("../fonts/GothamPro/Gotham Pro Italic"), local("GothamPro-Italic"), url("../fonts/GothamPro/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Italic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-Medium.eot");
    src: local("../fonts/GothamPro/Gotham Pro Medium"), local("GothamPro-Medium"), url("../fonts/GothamPro/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-BlackItalic.eot");
    src: local("../fonts/GothamPro/Gotham Pro Black Italic"), local("GothamPro-BlackItalic"), url("../fonts/GothamPro/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-BlackItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-Bold.eot");
    src: local("../fonts/GothamPro/Gotham Pro Bold"), local("GothamPro-Bold"), url("../fonts/GothamPro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Narrow';
    src: url("../fonts/GothamPro/GothamProNarrow-Bold.eot");
    src: local("../fonts/GothamPro/Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url("../fonts/GothamPro/GothamProNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamProNarrow-Bold.woff") format("woff"), url("../fonts/GothamPro/GothamProNarrow-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Narrow';
    src: url("../fonts/GothamPro/GothamProNarrow-Medium.eot");
    src: local("../fonts/GothamPro/Gotham Pro Narrow Medium"), local("GothamProNarrow-Medium"), url("../fonts/GothamPro/GothamProNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamProNarrow-Medium.woff") format("woff"), url("../fonts/GothamPro/GothamProNarrow-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-LightItalic.eot");
    src: local("../fonts/GothamPro/Gotham Pro Light Italic"), local("GothamPro-LightItalic"), url("../fonts/GothamPro/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-LightItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-Light.eot");
    src: local("../fonts/GothamPro/Gotham Pro Light"), local("GothamPro-Light"), url("../fonts/GothamPro/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-Black.eot");
    src: local("../fonts/GothamPro/Gotham Pro Black"), local("GothamPro-Black"), url("../fonts/GothamPro/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro.eot");
    src: local("../fonts/GothamPro/Gotham Pro"), local("GothamPro"), url("../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-MediumItalic.eot");
    src: local("../fonts/GothamPro/Gotham Pro Medium Italic"), local("GothamPro-MediumItalic"), url("../fonts/GothamPro/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-MediumItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}


@media only screen and (max-width: 1725px) {
    .x30__bet-user .history__user span {
        max-width: 25px !important;
    }
}

@media only screen and (max-width: 1600px) {

    .x30__bet-user .history__user span {
        max-width: 128px !important;
    }
}

@media only screen and (max-width: 1515px) {

    .x30__bet-user .history__user span {
        max-width: 40px !important;
    }

    .games {
        -ms-grid-columns: (1fr) [ 3 ] !important;
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .crash label > span {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    .crash__history-users {
        -ms-grid-columns: (1fr) [ 1 ] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .profile__stats {
        width: 100% !important;
        margin-top: 15px;
        padding-left: 0 !important;
    }

    .profile__user {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1250px) {
    .sidebar__profile {
        display: none;
    }

    .footer__links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        line-height: 24px;
    }

    .footer__links li {
        margin-right: 0 !important;
    }

    .footer__text {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .x30__bet-user .history__user span {
        max-width: 75px !important;
    }
}

@media only screen and (max-width: 1125px) {
    .sidebar {
        display: none;
    }

    main {
        z-index: 1;
    }

    .header {
        padding-left: 20px !important;
        width: 100% !important;
        padding-right: 20px !important;
    }

    .history table {
        display: none;
    }

    main, .footer {
        padding-left: 20px !important;
        width: 100% !important;
        padding-right: 20px !important;
    }

    .footer {
        padding-bottom: 110px !important;
    }

    .mobile-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    html, body {
        height: auto !important;
    }
}

@media only screen and (max-width: 725px) {

    .overlayed {
        padding-top: 30px !important;
    }

    .games {
        -ms-grid-columns: (1fr) [ 2 ] !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media only screen and (max-width: 675px) {
    .wallet__methods {
        width: 100% !important;
        margin-bottom: 15px;
        height: 200px !important;
    }

    .wallet__content {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .wallet__order {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 625px) {

    .header__right .sidebar__logotype {
        display: block !important;
    }

    .header__right {
        width: 100% !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .history {
        overflow-x: auto;
    }

    .history table {
        min-width: 925px;
    }

    .profile__stats {
        -ms-grid-columns: (1fr) [ 2 ] !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .popup .bx-input__create-coupon {
        -ms-grid-columns: (1fr) [ 1 ] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .popup .bx-input__create-coupon .bx-input__input:nth-last-child(1) {
        grid-column: auto !important;
    }

    .popup .close {
        position: absolute;
        right: -8px;
        top: -15px;
    }
}

@media only screen and (max-width: 1600px) {
    .x30__bet-users, .x100__bet-users {
        display: none;
    }

}

@media only screen and (max-width: 525px) {
    .x30__bet-users, .x100__bet-users {
        display: none;
    }
}

@media only screen and (max-width: 475px) {
    .header__right .sidebar__logotype {
        width: 150px !important;
        height: 24px !important;
    }

    .header__user-b {
        margin-right: 15px !important;
    }

    .header__user-profile {
        margin-left: 8px !important;
    }

    .games {
        -ms-grid-columns: (1fr) [ 1 ] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .popup__title span {
        font-size: 12px !important;
    }

    .shoot .coinflip {
        background: #31251A !important;
    }
}

.sidebar {
    position: fixed;
    left: 0px;
    top: 0;
    padding: 26px 30px;
    height: 100%;
    z-index: 5;
}

.sidebar__inner {
    position: relative;
    width: 73px;
    height: 100%;
}

.sidebar__top {
    position: relative;

}

.sidebar__block {
    border-radius: 25px;
    position: relative;
    width: 100%;
    background: #F4F6FF;
}

.sidebar__games {
    position: relative;
    padding: 25px 0px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.sidebar__games:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 38px;
    height: 38px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #EBECF2;
}

.sidebar__games:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 18px;
    height: 18px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #20273b;
    border-radius: 4px;
}

.sidebar__logotype {
    position: relative;
    width: 150px;
    height: 24px;
    margin-right: 36px;
    margin-bottom: 40px;
}

.sidebar__logotype:before {
    -webkit-filter: blur(0.8rem);
    filter: blur(0.8rem);
}

.sidebar__logotype a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/logotype.svg) no-repeat center center/contain;
}

.sidebar__game {
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 50%;
}

.sidebar__game:not(.sidebar__game--active):hover {
    color: #fff;
}

.sidebar__game:not(.sidebar__game--active):hover .sidebar__game-name {
    opacity: 1;
    padding-left: 52px;
    padding-right: 20px;
    color: #fff;
}

.sidebar__game .icon {
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.sidebar__game-center {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: relative;
}

.sidebar__game--hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #3a7be6;
    opacity: 0;
}

.sidebar__game-name {
    position: absolute;
    font-weight: 600;
    height: 100%;
    left: 0px;
    background: #2D2A73;
    border-radius: 50px;
    opacity: 0;
    white-space: nowrap;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    pointer-events: none;
    text-transform: uppercase;
}

.sidebar__game--active {
    color: #387be5;
}

.sidebar__game--active .sidebar__game--hover {
    opacity: 1;
}

.sidebar__profile {
    position: relative;
    padding: 25px 0px;
    padding-bottom: 10px;
}

.sidebar__profile .sidebar__game:hover {
    color: #2D2A73;
}

.sidebar__profile:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 38px;
    height: 38px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #EBECF2;
}

.sidebar__profile:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 18px;
    height: 18px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #20273b;
    border-radius: 4px;
}

.sidebar__user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 5px;
    position: relative;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #42bac0;
        box-shadow: 0 0 0 0 #42bac0;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
        box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
        box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #42bac0;
        box-shadow: 0 0 0 0 #42bac0;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
        box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
        box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
    }
}

.sidebar__socials {
    position: relative;
    grid-gap: 15px;
}

.sidebar__socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
}

.sidebar__socials a .icon {
    width: 16px;
    height: 16px;
}

.sidebar__social--tg {
    background: #2399D3;
}

.sidebar__social--tg:hover {
    -webkit-box-shadow: 0px 0px 0em 7px rgba(35, 153, 211, 0.3);
    box-shadow: 0px 0px 0em 7px rgba(35, 153, 211, 0.3);
}

/*.chat.chat--stickers .chat__messages, .chat.chat--smiles .chat__messages{
  height: calc(100% - 360px)!important;
}


.chat__messages {
  position: relative;
  height: calc(100% - 200px);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
*/
.chat.chat--stickers .chat__messages, .chat.chat--smiles .chat__messages {
    height: calc(100% - 420px) !important;
}

.chat__messages {
    position: relative;
    height: calc(100% - 257px);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}


.chat__messages {
    position: relative;
    padding: 20px 23px;
    padding-bottom: 0px;
    padding-top: 0;
}

.chat__messages .ss-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.chat__msg {
    position: relative;
    width: calc(100% - 25px);
    margin-bottom: 20px;
}

.chat__msg:nth-last-child(1) {
    margin-bottom: 0;
}

.chat__msg-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.chat__msg-info {
    width: calc(100% - 48px);
    line-height: 23px;
    padding-left: 20px;
    position: relative;
}

.chat__msg-info span {
    color: #2D2A73;
    font-weight: 500;
}

.chat__msg-info b {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: rgba(118, 125, 171, 0.5);
    font-weight: normal;
}

.chat__msg-message {
    font-size: 12px;
    padding: 10px 20px;
    background: #F9F9FF;
    margin-top: 10px;
    border-radius: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
}

.chat__msg-message span {
    font-weight: normal;
    line-height: 18px;
    color: #767DAB;
}

.chat__input {
    position: relative;
    width: 100%;
}

.chat__input input {
    position: relative;
    padding: 26px 23px;
    width: 100%;
    font-weight: 500;
    color: #29315D;
}

.chat__input input::-webkit-input-placeholder {
    color: #8895BA;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.chat__input input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.chat.chat--smiles .chat__messages {
    height: calc(100% - 255px);
}

.chat.chat--stickers .chat__messages {
    height: calc(100% - 255px);
}

.chat__buttons-admins {
    position: absolute;
    bottom: 0;
    right: 0;
}

.select {
    display: block;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #475A89;
    line-height: 1.3;
    padding: 15px 15px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(235, 236, 242, 0.5);
    border: 0;
    cursor: pointer;
}

.bx-input--select:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 43px;
    width: 8px;
    height: 8px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    color: #aeb9d5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.chat__buttons-admins a {
    position: relative;
    border-radius: 50%;
    margin-right: 6px;
    color: rgba(118, 125, 171, 0.5);
}

.chat__buttons-admins a .icon {
    width: 14px;
    height: 14px;
}

.chat__buttons-admins a:nth-last-child(1) {
    margin-right: 0;
}

.chat__buttons-admins a:hover {
    color: #767dab;
}

.close-chat {
    display: none;
}

.header {
    position: fixed;
    height: 75px;
    width: 100%;
    padding-left: 210px;
    padding-right: 30px;
    z-index: 4;
    background: #ebecf2;
}

.header .wrapper {
    height: 100%;
}

.header__user-b {
    position: relative;
    margin-right: 20px;
}

.header__user-b span {
    font-size: 16px;
    font-weight: 600;
}

.header__user-b .icon {
    margin-left: 8px;
    width: 16px;
    height: 16px;
    color: #f2ac44;
}

.header__user-profile {
    position: relative;
    margin-left: 15px;
    width: 70px;
    height: 48px;
    padding: 0px 15px;
    border-radius: 15px;
    cursor: pointer;
    background: #E0E3F1;
    color: #7887AE;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.header__user-profile.dropdown {
    background: #fff;
    border-radius: 16px 16px 0px 0px;
}

.header__user-profile.dropdown .header__user-dropdown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.header__user-profile.dropdown:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 15px;
}

.header__user-profile:before {
    content: '';
    border: 6px solid transparent;
    border-top: 7px solid #7887ae;
    position: absolute;
    right: 15px;
    top: 20px;
}

.header__user-profile .icon {
    width: 14px;
    pointer-events: none;
    height: 14px;
}

.header__user-dropdown {
    position: absolute;
    right: 0;
    top: 43px;
    background: #fff;
    -webkit-box-shadow: 0px 17px 18px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 17px 18px rgba(0, 0, 0, 0.02);
    border-radius: 16px 0px 16px 16px;
    width: 206px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.header__user-dropdown a {
    padding: 18px 21px;
    color: #67749A;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(227, 229, 250, 0.5);
}

.header__user-dropdown a b {
    color: #475A89;
}

.header__user-dropdown a:hover {
    background: rgba(0, 0, 0, 0.03);
}

.header__user-dropdown a:nth-last-child(1) {
    border: 0;
    border-radius: 0px 0px 16px 16px;
}

.header__user-dropdown a:hover {
    color: #576181;
}

.header__user-dropdown a .icon {
    margin-right: 12px;
    pointer-events: none;
}

.header__user-dropdown a span {
    position: relative;
    pointer-events: none;
}

.header__user-dropdown--id {
    pointer-events: none;
    font-size: 14px !important;
    cursor: default;
}

.header__right {
    position: relative;
}

.header__right .sidebar__logotype {
    display: none;
    margin: 0;
}

.footer {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    padding-left: 133px;
    padding-right: 30px;
    padding-bottom: 26px;
    font-size: 12px;
}

.footer__links {
    position: relative;
}

.footer__link {
    position: relative;
    margin-right: 24px;
}

.footer__link:nth-last-child(1) {
    margin-right: 0;
}

.footer__link a {
    text-transform: uppercase;
    color: #98A0CF;
    font-size: 12px;
    font-weight: 500;
}

.footer__link a:hover {
    color: #737aa5;
}

.footer__text {
    font-size: 12px;
    font-weight: 500;
    color: rgba(152, 160, 207, 0.5);
}

.mobile-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 65px;
    background: #e4e6f2;
    z-index: 8;
    padding: 0px 20px;
    display: none;
}

.mobile-menu__links {
    width: 100%;
    position: relative;
}

.mobile-menu__links li a {
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}


.mobile-menu__links li a.active {
    color: #387be5;
}


.mobile-navbar {
    position: fixed;
    z-index: 6;
    left: 0;
    top: 0;
    height: calc(100% - 155px);
    background-color: #EBECF2;
    width: 100%;
    margin-top: 75px;
    padding: 20px;
    padding-top: 30px;
    display: none;
}

.mobile-navbar:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 8px;
    left: 0;
    background: url(../images/borders.svg) repeat;
}

.mobile-navbar a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 15px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 10px;
}

.mobile-navbar a:nth-last-child(1) {
    margin-bottom: 0;
}

.more--opened .mobile-navbar {
    display: block;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #EBECF2;
}

.preloader-remove .preloader__lift {
    opacity: 0;
    transition: .4s;
}

.preloader__lift {
    position: relative;
    width: 275px;
    height: 320px;
    -webkit-animation: startupWindowAnimation 1s ease-in-out .2s infinite normal;
    animation: startupWindowAnimation 1s ease-in-out .2s infinite normal;
}

.preloader__lift-container {
    width: 220px;
    height: 270px;
    position: relative;
    border-radius: 20px;
    padding: 12px;
    overflow: hidden;
}

@-webkit-keyframes loading {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes loading {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes loading2 {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes loading2 {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.preloader__loader {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: opacity 5s ease;
    animation: opacity 5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.preloader.preloader-remove {
    opacity: 0;
    transition: .8s;
    z-index: 0;
}

.bx-input {
    position: relative;
    width: 100%;
    margin-bottom: 10px !important;
}

.bx-input:nth-last-child(1) {
    margin-bottom: 0;
}

.bx-input__input {
    position: relative;
    background: #F3F4F8;
    border-radius: 15px;
    padding: 0px 20px;
}

.bx-input__input label {
    height: 55px;
    font-weight: 600;
    text-transform: uppercase;
    color: #475A89;
}

.bx-input__input input {
    height: 55px;
    color: #7987AE;
    font-weight: 500;
    width: 90px;
    text-align: right;
}

.popup .bx-input__input input {
    height: 55px;
    color: #7987AE;
    font-weight: 500;
    width: -webkit-fill-available;
    text-align: right;
}

.bx-input__input input::-webkit-input-placeholder {
    color: rgba(120, 135, 174, 0.5);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.bx-input__input input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.bx-input__input .icon {
    margin-left: 8px;
    color: #f2ac44;
}

.bx-input__text {
    color: #7887AE;
    font-weight: 500;
}

.bx-input__btn {
    margin-top: 10px;
}

.bx-input__btn .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}


.games {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
    position: relative;
    margin-bottom: 35px;
}

.games__item {
    position: relative;
    height: 200px;
    border-radius: 25px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    padding: 24px 28px;
    overflow: hidden;
}

.games__item:before {
    -webkit-filter: blur(10rem);
    filter: blur(10rem);
}

.games__item.games__item--shoot {
    background-image: url(../img/home/crazyshoot.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--coin {
    background-image: url(../img/home/coinflip.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--slots {
    background-image: url(../img/home/slots.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--x30 {
    background-image: url(../img/home/x30.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--dice {
    background-image: url(../img/home/dice.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--mines {
    background-image: url(../img/home/mines.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--crash {
    background: url(../img/home/crash.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--x100 {
    background-image: url(../img/home/x100.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--keno {
    background-image: url(../img/home/keno.jpg);
    background-size: cover;
    background-position: center;
}

.games__item--boomcity {
    background: linear-gradient(236.46deg, #1b1d2c -0.12%, #1d2332 72.27%);
    border-bottom: solid 4px #1b2030;
}

.games__item.games__item--slots .games__item-text span {
    font-size: 24px;
}

.games__item.games__item--slots .games__item-text p {
    font-size: 16px;
}

@media (max-width: 650px) {
    .games__item.games__item--slots {
        padding: 24px 28px;
        height: 200px;
    }

    .games__item.games__item--slots .games__item-text span {
        font-size: 32px;
    }

    .games__item.games__item--slots .games__item-text p {
        font-size: 12px;
    }

    .games__item--slots.align-center {
        align-items: flex-end;
    }
}

.games__item.games__item--coin .coinflip__wrapper {
    position: absolute;
    right: -13%;
    bottom: 6%;
}

@-webkit-keyframes back-rotation {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes back-rotation {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@-webkit-keyframes front-rotation {
    from {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes front-rotation {
    from {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.games__item-text {
    position: relative;
    z-index: 3;
    pointer-events: none;
}

.games__item-text span {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.05em;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.14);
}

.games__item-text p {
    font-size: 12px;
    padding-top: 10px;
    color: #7485b7;
}


.games__item-bg-ellipse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    border-radius: 35px;
    background: url(../images/games/bg-ellipse.svg) no-repeat center center/cover;
}

.games__item-bg-confetti {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background: url(../images/games/bg-confetti.png) no-repeat center center/cover;
    mix-blend-mode: lighten;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.games__item-bg--dice-2 {
    position: absolute;
    width: 60px;
    height: 40px;
    right: 5%;
    bottom: 15%;
    z-index: 3;
    background: url(../images/games/dice/dice.png) no-repeat center center/contain;
    -webkit-animation: 12s linear infinite roll_dice;
    animation: 12s linear infinite roll_dice;
    animation-direction: alternate-reverse;
}

@-webkit-keyframes roll_dice {
    0% {
        -webkit-transform: rotate(-21deg) translateY(30px);
        transform: rotate(-21deg) translateY(30px);
    }
    50% {
        -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
        transform: rotate(360deg) translateY(-12px) translateX(-22px);
    }
    100% {
        -webkit-transform: rotate(-40deg) translateY(-30px);
        transform: rotate(-40deg) translateY(-30px);
    }
}

@keyframes roll_dice {
    0% {
        -webkit-transform: rotate(-21deg) translateY(30px);
        transform: rotate(-21deg) translateY(30px);
    }
    50% {
        -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
        transform: rotate(360deg) translateY(-12px) translateX(-22px);
    }
    100% {
        -webkit-transform: rotate(-40deg) translateY(-30px);
        transform: rotate(-40deg) translateY(-30px);
    }
}

.games__item-bg--dice-3 {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 25%;
    bottom: 35%;
    z-index: 3;
    background: url(../images/games/dice/dice.png) no-repeat center center/contain;
    -webkit-animation: 12s linear infinite roll_dice;
    animation: 12s linear infinite roll_dice;
    animation-direction: alternate-reverse;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

@keyframes roll_dice {
    0% {
        -webkit-transform: rotate(-21deg) translateY(30px);
        transform: rotate(-21deg) translateY(30px);
    }
    50% {
        -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
        transform: rotate(360deg) translateY(-12px) translateX(-22px);
    }
    100% {
        -webkit-transform: rotate(-40deg) translateY(-30px);
        transform: rotate(-40deg) translateY(-30px);
    }
}

.games__item-bg--dice-2 {
    position: absolute;
    width: 60px;
    height: 40px;
    right: 5%;
    bottom: 15%;
    z-index: 3;
    background: url(../images/games/dice/dice.png) no-repeat center center/contain;
    -webkit-animation: 12s linear infinite roll_dice;
    animation: 12s linear infinite roll_dice;
    animation-direction: alternate-reverse;
}

@keyframes roll_dice {
    0% {
        -webkit-transform: rotate(-21deg) translateY(30px);
        transform: rotate(-21deg) translateY(30px);
    }
    50% {
        -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
        transform: rotate(360deg) translateY(-12px) translateX(-22px);
    }
    100% {
        -webkit-transform: rotate(-40deg) translateY(-30px);
        transform: rotate(-40deg) translateY(-30px);
    }
}

@-webkit-keyframes mines {
    from {
        background-position: 450px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes mines {
    from {
        background-position: 450px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-webkit-keyframes crash {
    from {
        background-position: 0px 310px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes crash {
    from {
        background-position: 0px 310px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes keno {
    from {
        background-position: 0px -190px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes keno {
    from {
        background-position: 0px -190px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes keno {
    from {
        background-position: 0px 190px;
    }
    to {
        background-position: 0 0;
    }
}

.games__item--soon {
    cursor: default;
    pointer-events: none;
}

.games__item-soon {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 8px 14px;
    border-radius: 50px;
    background: #073163;
    color: #A8D0FF;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 500;
}

@-webkit-keyframes cashhunt {
    from {
        background-position: 0px 350px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes cashhunt {
    from {
        background-position: 0px 350px;
    }
    to {
        background-position: 0 0;
    }
}

.history {
    position: relative;
    padding-top: 20px;
}

.history:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg) repeat;
}

.history table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1em;
}

.history table td {
    width: calc(100% / 5);
}

.history table thead tr td {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #475A89;
    padding-bottom: 8px;
}

.history table tbody tr td {
    background: #fff;
    position: relative;
    padding: 13px 0px;
    text-align: center;
    font-weight: 600;
}

.history table tbody tr td:nth-child(1) {
    border-radius: 15px 0px 0px 15px;
}

.history table tbody tr td:nth-last-child(1) {
    border-radius: 0px 15px 15px 0px;
}

.history__game {
    position: relative;
    width: 100%;
}

.history__game .icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.history__game span {
    font-weight: 600;
    text-transform: uppercase;
}

.history__user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

.history__sum {
    position: relative;
}

.history__sum .icon {
    margin-left: 8px;
}

.history__user span {
    position: relative;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history .icon.money {
    width: 14px;
    height: 14px;
}

.history__x {
    position: relative;
}

.history__x-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 900;
    opacity: 0.07;
}

body.active {
    overflow: hidden;
}

body.active > #app {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.overlayed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background: rgba(235, 236, 242, 0.65);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px 30px;
    padding-top: 95px;
}

.overlayed.animation-closed .popup {
    -webkit-animation: slideOut 0.3s ease;
    animation: slideOut 0.3s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@-webkit-keyframes slideOut {
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOut {
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.overlayed.active {
    opacity: 1;
    visibility: visible;
}

.popup {
    width: 600px;

    background: #F7F8FE;
    position: relative;
    border-radius: 20px;
    display: none;
    visibility: hidden;
    -webkit-animation-delay: 1000s;
    animation-delay: 1000s;
    -webkit-animation: slideIn 0.3s ease;
    animation: slideIn 0.3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

@-webkit-keyframes slideIn {
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slideIn {
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.popup__title {
    position: relative;
    padding: 20px 22px;
    padding-bottom: 25px;
}

.popup__title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url("../images/borders.svg") repeat;
}

.popup__title span {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
}

.popup .bx-input__input {
    background: rgba(235, 236, 242, 0.5);
}

.popup .bx-input__input label {
    font-size: 12px;
}

.popup .bx-input__text {
    font-size: 12px;
}

.popup .bx-input__create-coupon {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);*/
    /*grid-template-columns: 1fr 30%;*/

    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.popup .bx-input__create-coupon:nth-child(2) {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);*/
    /*grid-template-columns: 1fr 30%;*/
    margin-top: 10px;
    grid-template-rows: 1fr;
    grid-template-columns: 3fr 1fr;
    grid-gap: 10px;
}


.popup .close {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(215, 218, 243, 0.5) 34.37%, rgba(227, 229, 249, 0.5) 100%);
    -webkit-box-shadow: inset 0px 6px 0px rgba(221, 224, 255, 0.5);
    box-shadow: inset 0px 6px 0px rgba(221, 224, 255, 0.5);
    cursor: pointer;
    color: #7887AE;
}

.popup .close:hover {
    color: #6b97f6;
}

.popup .close .icon {
    width: 16px;
    height: 16px;
}

.popup__content {
    padding: 20px 22px;
}

.popup__tabs {
    position: relative;
    color: #7987AE;
}

.popup__tabs span {
    font-weight: 600;
    font-size: 14px;
}

.popup__tab {
    position: relative;
    padding: 14px 22px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
}

.popup__tab:hover {
    color: #475A89;
}

.popup__tab .icon {
    width: 0px;
    height: 16px;
    margin-right: 0px;
    opacity: 0;
    pointer-events: none;
}

.popup__tab span {
    pointer-events: none;
}

.popup__tab--active {
    border: 2px solid #EAECF4;
    color: #475A89;
}

.popup__tab--active .icon {
    width: 16px;
    opacity: 1;
    margin-right: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #397ae6;
}

.popup.popup--about {
    width: 320px;
}

.popup.popup--about p {
    font-size: 12px;
    line-height: 21px;
    text-align: justify;
    color: #475A89;
}

.popup.popup--about .borders {
    position: relative;
    width: 100%;
    background: url(../images/borders.svg) repeat;
    height: 8px;
    margin: 15px 0px;
}

.popup.popup--about h4 {
    margin-bottom: 15px;
}

.popup.popup--about .bets {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
}

.popup.popup--about .bets .x30__bet-heading {
    border-radius: 15px;
}

.popup table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1em;
}

.popup table thead > tr > td {
    text-transform: uppercase;
    font-weight: 500;
    color: #9daac9;
    padding-bottom: 8px;
    font-size: 12px;
}

.popup table tbody > tr > td {
    font-weight: 600;
    color: #475A89;
    padding: 8px 0px;
}

.popup__fair {
    position: relative;
    margin-top: 20px;
    word-break: break-all;
}

.popup__fair-item {
    margin-bottom: 20px;
}

.popup__fair-item:nth-last-child(1) {
    margin-bottom: 0;
}

.popup__fair-item b {
    margin-right: 10px;
    width: 90px;
}

.popup__fair-item span {
    width: calc(100% - 90px);
}

.popup.active {
    display: block;
    visibility: visible;
}

.wallet {
    position: relative;
}

.wallet__methods {
    height: 320px;
    background: #EBECF2;
    -webkit-box-shadow: inset 0px 6px 0px #DDE0FF;
    box-shadow: inset 0px 6px 0px #DDE0FF;
    border-radius: 25px;
    width: 200px;
    padding: 18px 14px;
}

.wallet__scroll {
    position: relative;
    height: 100%;
}

.wallet__method {
    position: relative;
    padding: 12px 14px;
    border-radius: 15px;
    background: #FFFFFF;
    width: 100%;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 20px;
    border-left: solid 3px transparent;
    margin-bottom: 10px;
}

.wallet__method:nth-last-child(1) {
    margin-bottom: 0;
}

.wallet__method img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    pointer-events: none;
}

.wallet__method span {
    font-weight: 600;
    max-width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
}

.wallet__method b {
    color: #7987AE;
    font-size: 12px;
    pointer-events: none;
}

.wallet__content {
    width: calc(100% - 200px);
    padding-left: 16px;
    position: relative;
}

.wallet__order {
    position: relative;
    padding-bottom: 10px;
}

.wallet__txt {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    line-height: 25px;
}

.wallet__txt span {
    color: #7987AE;
}

.wallet__txt span .icon {
    margin-left: 6px;
}

.wallet__txt b {
    font-size: 14px;
}

.wallet__txt b span {
    margin-left: 4px;
    color: #5d87e7;
}

.wallet__tabs {
    position: relative;
    color: #7987AE;
    margin-bottom: 20px;
}

.wallet__tab {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 15px;
    text-transform: uppercase;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.wallet__tab:not(.wallet__tab--active):hover {
    opacity: .7;
}

.wallet__tab span {
    pointer-events: none;
}

.wallet__tab .icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    pointer-events: none;
}

.wallet__tab--active {
    background: #fff;
    color: #475A89;
    opacity: 1;
}

.wallet__tab--active .icon {
    color: #397ae6;
}

.wallet__history {
    position: relative;
    width: 100%;
}

.wallet__history-item {
    position: relative;
    width: 100%;
    padding: 18px;
    border-radius: 15px;
    background: rgba(235, 236, 242, 0.5);
    margin-bottom: 10px;
}

.wallet__history-item:nth-last-child(1) {
    margin-bottom: 0;
}

.wallet__history-item .wallet__method {
    padding: 0;
    background: transparent;
    margin: 0;
    margin-right: 20px;
}

.wallet__history-sum {
    font-size: 12px;
    font-weight: 600;
    color: #475A89;
}

.wallet__history-sum .icon {
    margin-left: 8px;
}

.wallet__history-status {
    font-size: 12px;
    font-weight: 500;
    color: #7987AE;
}

.x30 {
    position: relative;
}

.x30__timer {
    width: 175px;
    background: #DEE1F1;
    border-radius: 20px;
    padding: 22px;
    padding-bottom: 20px;
}

.x30__timer b {
    color: #475A89;
    font-size: 12px;
    padding-bottom: 8px;
}

.x30__timer span {
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
}

@-webkit-keyframes rocketImg {
    from {
        -webkit-transform: translateY(0.2rem) translateX(0.4rem);
        transform: translateY(0.2rem) translateX(0.4rem);
    }
    to {
        -webkit-transform: translateY(-0.2rem) translateX(-0.2rem);
        transform: translateY(-0.2rem) translateX(-0.2rem);
    }
}

@keyframes rocketImg {
    from {
        -webkit-transform: translateY(0.2rem) translateX(0.4rem);
        transform: translateY(0.2rem) translateX(0.4rem);
    }
    to {
        -webkit-transform: translateY(-0.2rem) translateX(-0.2rem);
        transform: translateY(-0.2rem) translateX(-0.2rem);
    }
}

@-webkit-keyframes rocketCoins {
    from {
        background-position: -92px 0px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes rocketCoins {
    from {
        background-position: -92px 0px;
    }
    to {
        background-position: 0 0;
    }
}

.x30__rocket--started {
    -webkit-animation: x30Started linear 0.65s;
    animation: x30Started linear 0.65s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    -webkit-transform: rotate(15deg) translateX(30px);
    transform: rotate(15deg) translateX(30px);
}

@-webkit-keyframes x30Started {
    0% {
        opacity: 1;
        -webkit-transform: rotate(15deg) translateX(30px);
        transform: rotate(15deg) translateX(30px);
    }
    100% {
        -webkit-transform: rotate(15deg) translateX(-100px) scale(1.1);
        transform: rotate(15deg) translateX(-100px) scale(1.1);
        opacity: 0;
    }
}

@keyframes x30Started {
    0% {
        opacity: 1;
        -webkit-transform: rotate(15deg) translateX(30px);
        transform: rotate(15deg) translateX(30px);
    }
    100% {
        -webkit-transform: rotate(15deg) translateX(-100px) scale(1.1);
        transform: rotate(15deg) translateX(-100px) scale(1.1);
        opacity: 0;
    }
}

.x30__history-scroll, .x100__history-scroll {
    position: relative;
    height: 100%;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(46%, #EBECF2));
    -webkit-mask-image: linear-gradient(to left, transparent 5%, #EBECF2 46%);
    mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(46%, #EBECF2));
    mask-image: linear-gradient(to left, transparent 5%, #EBECF2 46%);
}

.x30__history-item {
    min-width: 6px;
    height: 16px;
    margin-right: 8px;
    border-radius: 15px;
}

.x30__history-item:hover {
    opacity: .65;
}

.x30__history-item.x2 {
    background: -webkit-gradient(linear, left top, right top, from(#387475), to(#2D455D)), -webkit-gradient(linear, left top, right top, from(#9842B0), to(#6E318B));
    background: linear-gradient(90deg, #387475 0%, #2D455D 100%), linear-gradient(90deg, #9842B0 0%, #6E318B 100%);
}

.x30__history-item.x3 {
    background: -webkit-gradient(linear, left top, right top, from(#404B88), to(#344075));
    background: linear-gradient(90deg, #404B88 0%, #344075 100%);
    height: 22px;
}

.x30__history-item.x5 {
    background: -webkit-gradient(linear, left top, right top, from(#9842B0), to(#6E318B));
    background: linear-gradient(90deg, #9842B0 0%, #6E318B 100%);
    height: 25px;
}

.x30__history-item.x7 {
    background: -webkit-gradient(linear, left top, right top, from(#3AAC46), to(#36893E));

    background: linear-gradient(90deg, #3AAC46 0%, #36893E 104.75%);
    height: 29px;
}

.x30__history-item.x14 {
    background: -webkit-gradient(linear, left top, right top, from(#E64040), to(#881A1A));
    background: linear-gradient(90deg, #E64040 0%, #881A1A 104.75%);
    height: 32px;
}

.x30__history-item.x30 {
    background: linear-gradient(86.72deg, #F89F2D 2.71%, #AA480A 97.29%), linear-gradient(90deg, #404B88 0%, #344075 100%);
    height: 35px;
}

.x30__bet-placed {
    position: relative;
}

.x30__bet-placed a {
    font-weight: 600;
    color: #7887AE;
    border: !important;
    padding: 5px 5px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.x30__bet-placed a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 3px;
    border-radius: 50px;
    left: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #397ce6;
    border-radius: 100px;
}

.x30__bet-placed a:nth-last-child(1) {
    margin-right: 0;
}

.x30__bet-placed a:hover {
    color: #387be5;
}

.x30__bet-placed a:hover:before {
    width: 100%;
}

.x30__bet-heading {
    border-radius: 15px 15px 0px 0px;
    padding: 16px 22px;
    cursor: pointer;
}

.x30__bet-heading span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    pointer-events: none;
}

.x30__bet-heading img {
    pointer-events: none;
    width: 32px;
    height: 32px;
}

.x30__bet-heading:before {
    -webkit-filter: blur(10rem);
    filter: blur(10rem);
}

.x30__bet-heading.x2 {
    background: linear-gradient(263.88deg, #387475 0%, #2D455D 104.75%);
}

.x30__bet-heading.x3 {
    background: linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-heading.x5 {
    background: linear-gradient(263.88deg, #9A39BB 0%, #563272 104.75%), linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-heading.x7 {
    background: linear-gradient(263.88deg, #D5437F 0%, #79364E 104.75%);
}

.x30__bet-heading.x14 {
    background: linear-gradient(263.88deg, #E64040 0%, #881A1A 104.75%);
}

.x30__bet-heading.x30 {
    background: linear-gradient(263.88deg, #F89F2D 0%, #AA480A 104.75%), linear-gradient(263.88deg, #9A39BB 0%, #563272 104.75%), linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-users, .x100__bet-users {
    position: relative;
}

.x30__bet-user {
    position: relative;
    border-radius: 15px;
    background: #F3F4F8;
    padding: 15px;
    margin-bottom: 12px;
}

.x30__bet-user .history__user span {
    max-width: 55px;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}

.x30__bet-sum {
    font-size: 12px;
    color: #475A89;
    font-weight: 600;
}

.x30__bonus {
    background: #DEE1F1;
    border-radius: 20px;
    height: 70px;
    position: relative;
    overflow: hidden;
    padding: 0px 5px;
    padding-right: 5px;
    width: 215px;
}

.x30__bonus:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#DEE1F1), to(rgba(222, 225, 241, 0)));
    background: linear-gradient(90deg, #DEE1F1 0%, rgba(222, 225, 241, 0) 100%);
    border-radius: 15px 0px 0px 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    z-index: 1;
    height: 100%;
}

.x30__bonus:before {
    content: '';
    background: -webkit-gradient(linear, right top, left top, from(#DEE1F1), to(rgba(222, 225, 241, 0)));
    background: linear-gradient(-90deg, #DEE1F1 0%, rgba(222, 225, 241, 0) 100%);
    border-radius: 0px 15px 15px 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    z-index: 1;
    height: 100%;
}

.x30__bonus-scroll {
    position: relative;
    /*overflow: hidden;*/
}

.x30__bonus-item {
    min-width: 50px;
    border-radius: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    margin: 0px 3px;
}

.x30__bonus-item.x2 {
    background: radial-gradient(50% 50% at 50% 50%, #63B2BB 0%, #476D78 100%), #C4C4C4;
}

.x30__bonus-item.x3 {
    background: radial-gradient(50% 50% at 50% 50%, #6068BC 0%, #333F74 100%), #C4C4C4;
}

.x30__bonus-item.x5 {
    background: radial-gradient(50% 50% at 50% 50%, #B54ECA 0%, #6D308A 100%);
}

.x30__bonus-item.x30 {
    background: radial-gradient(50% 50% at 50% 50%, #F4AD35 0%, #CB550D 100%);
}

.wheel__x100-bonus-x {
    position: relative;
    width: 310px;
}

.wheel__x100-bonus-scroll {
    width: 999999px;
    position: relative;
    height: 100%;
}

.wheel__x100-bonus-item {
    width: 58px;
    height: 58px;
    border-radius: 6px;
    margin: 0 3px;
}


.dice {
    position: relative;
    margin-bottom: 30px;
}

.dice__range {
    background: -webkit-gradient(linear, left top, right top, from(#7C79FF), color-stop(50%, #7C79FF), color-stop(50%, #DFDEEF), to(#DFDEEF));
    background: linear-gradient(to right, #7C79FF 0%, #7C79FF 50%, #DFDEEF 50%, #DFDEEF 100%);
    border-radius: 8px;
    height: 6px;
    outline: none;
    -webkit-transition: background 450ms ease-in;
    transition: background 450ms ease-in;
    width: 100%;
    -webkit-appearance: none;
}

.dice__range::-webkit-slider-thumb {
    background: #6F6BFF;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
}

.dice__slider-inner {
    position: relative;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}

.dice__slider-item {
    position: relative;
    width: 100%;
    height: 125px;
}

.dice__select-chance {
    position: relative;
    border: solid 2px #dfdeef;
    border-radius: 15px;
    margin-top: 15px;
}

.dice__select-chance a {
    width: 50%;
    display: inline-block;
    padding: 12px 15px;
    text-align: center;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.dice__select-chance a.active {
    background: #29315d;
    color: #fff;
}

.dice__check {
    position: relative;
}

.dice__check-chance {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 900;
}

.dice__check-result {
    position: relative;
}

.dice__check-result span {
    padding: 8px 12px;
    border-radius: 15px;
    background: #e1e6ff;
    font-size: 32px;
    font-weight: 900;
    color: #757ea6;
    margin: 0 3px;
}

.dice__check-result b {
    font-size: 24px;
    font-weight: 900;
    color: #757ea6;
}

.dice__check-result--lose span {
    background: #faa;
    color: #ee6565;
}

.dice__check-result--lose b {
    color: #ee6565;
}

.dice__check-result--win span {
    background: #8ce0c4;
    color: #369273;
}

.dice__check-result--win b {
    color: #369273;
}

.mines {
    position: relative;
    margin-bottom: 30px;
}

.mines .x30__bet-placed a:before {
    content: none;
}

.mines__bomb {
    position: relative;
}

.mines__bomb a {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    border-radius: 50px;
    color: #8C9DC8;
}

.mines__bomb--active {
    background: rgb(107 131 246 / 16%);
    color: #397ce6 !important;
}

.mines__scroll {
    overflow: auto;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(76%, #EBECF2));
    -webkit-mask-image: linear-gradient(to left, transparent 0%, #EBECF2 76%);
}


.mines__scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-radius: 50px;
}

.mines__scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 50px;
}


.mines__x-item {
    min-width: 120px;
    position: relative;
    border-radius: 20px;
    background: #fff;
    font-weight: 500;
    padding: 18px;
    border: 2px solid transparent;
    margin-right: 10px;
}

.mines__x-item p {
    font-size: 12px;
    padding-bottom: 8px;
    color: #7987AE;
}

.mines__x-item p span {
    color: #8C9DC8;
}

.mines__x-item b {
    font-size: 18px;
    font-weight: 900;
}

.mines__x-item--win {
    border: 2px solid #6EF0AA;
}

.mines__x-item--lose {
    border: 2px solid #F59EA1;
}

.mines__path--lose, .mines__path--win {
    opacity: 0;
    visibility: hidden;
    display: none;
    width: 24px;
    height: 24px;
}

.mines__path-item {
    width: 62px;
    height: 62px;
    border-radius: 15px;
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #D7DAF3 34.37%, #E3E5F9 100%), #C4C4C4;
    -webkit-box-shadow: inset 0px 6px 0px #DDE0FF;
    box-shadow: inset 0px 6px 0px #DDE0FF;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    margin-bottom: 6px;
    cursor: pointer;
}

.mines__path.level_16 .mines__path-item {
    width: calc(340px / 4 - 6px);
    height: calc(340px / 4 - 6px);
}

.mines__path.level_25 .mines__path-item {
    width: calc(340px / 5 - 6px);
    height: calc(340px / 5 - 6px);
}

.mines__path.level_36 .mines__path-item {
    width: calc(340px / 6 - 6px);
    height: calc(340px / 6 - 6px);
}

.mines__path.level_49 .mines__path-item {
    width: calc(340px / 7 - 6px);
    height: calc(340px / 7 - 6px);
}


.mines__path-item:not(.mines__path-item--lose):not(.mines__path-item--win):hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.mines__path-item--win {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #34AE6D 34.37%, #5BC08A 100%);
    -webkit-box-shadow: inset 0px 6px 0px #5CC18A;
    box-shadow: inset 0px 6px 0px #5CC18A;
    color: #fff;
}

.mines__path-item--win .mines__path--win {
    opacity: 1;
    visibility: visible;
    display: block;
}

.mines__path-item--lose {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%);
    -webkit-box-shadow: inset 0px 6px 0px #F59EA1;
    box-shadow: inset 0px 6px 0px #F59EA1;
    color: #fff;
}

.mines__path-item--lose .mines__path--lose {
    opacity: 1;
    visibility: visible;
    display: block;
}

.mines__bonus {
    width: 100%;
    margin-top: 10px;
}

.mines__check {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    color: #475A89;
    font-weight: 600;
}

.mines__check:before, .mines__check:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg) repeat;
}

.mines__check::before {
    left: 0;
    top: 0;
}

.mines__check::after {
    right: 0;
    bottom: 0;
}

.mines__check .icon {
    margin-left: 6px;
}

.mines__check-sum--total {
    color: #2D2A73;
}

.x100 .x30__bet-user .history__user span {
    max-width: 45px;
}

.x100 .x30__bet-heading {
    padding: 22px 22px;
}

.x100 .x30__bet-heading.x2 {
    background: #1F2872;
}

.x100 .x30__bet-heading.x3 {
    background: #33C9C0;
}

.x100 .x30__bet-heading.x10 {
    background: #FF8049;
}

.x100 .x30__bet-heading.x15 {
    background: #7A49FF;
}

.x100 .x30__bet-heading.x20 {
    background: #f2ac44;
}

.x100 .x30__bet-heading.x100 {
    background: #FF5247;
}

.x100 .x30__history-item.x2 {
    background: #1F2872;
    height: 10px;
}

.x100 .x30__history-item.x3 {
    background: #33C9C0;
    height: 15px;
}

.x100 .x30__history-item.x10 {
    background: #FF8049;
    height: 20px;
}

.x100 .x30__history-item.x15 {
    background: #7A49FF;
    height: 25px;
}

.x100 .x30__history-item.x20 {
    background: #FFD849;
    height: 30px;
}

.x100 .x30__history-item.x100 {
    background: #FF5247;
    height: 35px;
}

.keno {
    position: relative;
    padding: 0px 0px;
    background: #F7F7FF;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-radius: 30px;
}

.keno__mines {
    min-height: 470px;
    position: relative;
    background: url(../images/games/keno/keno__bg.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 40px;
}

.keno__mines:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg);
}

.keno__canvas-item {
    height: 68px;
    min-width: 70px;
    position: relative;
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #D7DAF3 34.37%, #E8EAFF 100%);
    border-radius: 25px;
    margin-top: 8px;
    cursor: pointer;
    border-top: solid 8px #DDE0FF;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

.keno__canvas-item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.keno__canvas-number {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -2px;
    pointer-events: none;
}

.keno__cancel-select span, .keno__auto-select span {
    cursor: pointer;
}

.keno__cancel-select {
    position: relative;
    /*pointer-events: none;*/
}

.keno__cancel-select .icon {
    color: #FF6B6B;
}

.keno__auto-select {
    position: relative;
    /*pointer-events: none;*/
}

.keno__auto-select .icon {
    color: #6D6AF2;
}

.keno__coeff-scroll {
    position: relative;
    overflow: auto;
    width: 100%;
    padding-bottom: 0px;
}

.keno__coeff-scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-radius: 50px;
}

.keno__coeff-scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 50px;
    -webkit-box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.1);
    box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.1);
}

.keno__coeff-item {
    border: 1px solid #E3E6FF;
    border-radius: 11px;
    min-width: 120px;
    padding: 13px 16px;
    line-height: 24px;
    margin-right: 20px;
}

.keno__coeff-item span {
    font-size: 12px;
    color: #8B94B1;
}

.keno__canvas-item--is-revealed {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%);
    border-top: solid 8px #fba3a7;
    color: #fff;
    pointer-events: none;
}

.keno__canvas-item--is-revealed .keno__canvas-number {
    top: -4px;
}

.keno__canvas-item--is-selected {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #5F5CE5 34.37%, #7CB1FF 100%);
    border-top: solid 8px #7cb1ff;
    color: #fff;
    /*pointer-events: none;*/
}

.keno__canvas-item--is-selected .keno__canvas-number {
    top: -4px;
}

.keno__canvas-item--has-hit {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #34AE6D 34.37%, #5BC08A 100%);
    border-top: solid 8px #5bc08a;
    color: #fff;
    pointer-events: none;
}

.keno__canvas-item--has-hit .keno__canvas-number {
    top: -4px;
}

.keno__mines-win {
    position: absolute;
    padding: 15px 15px;
    border-radius: 15px;
    background: #5261E8;
    padding-right: 7px;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.keno__mines-win:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/games/keno/confetti.svg) no-repeat center center/contain;
}

.keno__mines-win span {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.keno__mines-win b {
    padding: 8px 16px;
    margin-left: 15px;
    background-color: #3845B6;
    border-radius: 15px;
    color: #5AEBFF;
}

.crash {
    position: relative;
    margin-bottom: 30px;
}

.crash .x30__bet-placed a:before {
    content: none;
}

.crash label > span {
    color: #929DBB;
    padding-left: 6px;
}

.crash__history-item {
    padding: 12px 16px;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
}

.crash__history-item:hover {
    opacity: .65;
}

.crash__history-item span {
    pointer-events: none;
}

.crash__history-item.x1 {
    background: #2D2A73;
}

.crash__history-item.x2 {
    background: #387be5;
}

.crash__history-item.x3 {
    background: #FFA462;
}

.crash__history-item.x5 {
    background: #FF49D7;
}

.crash__history-users {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.crash__history-item-user {
    position: relative;
    padding: 0px 12px;
    height: 58px;
    border-radius: 15px;
    background: #fff;
}

.crash__history-item-user .history__user {
    font-weight: 500;
}

.crash__history-item-user .icon.money {
    margin-left: 8px;
    color: #767DAB;
}

.crash__history-user-x {
    margin-left: 20px;
    height: 48px;
    border-radius: 15px;
    background: #EBECF2;
    padding-left: 17px;
    display: none;
    min-width: 175px;
}

.crash__history-user-x .bx-input__text {
    color: #29315D;
    font-weight: 600;
}

.crash__history-user-x .icon.money {
    color: #387be5;
}

.crash__history-user-x .crash__history-item {
    pointer-events: none;
    margin: 0;
}


.coinflip {
    position: relative;
}

.coinflip__place {
    width: 50%;
    min-height: 120px;
    background-color: #F3F4F8;
    border-radius: 15px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    position: relative;
}

.coinflip__place b {
    position: relative;
    z-index: 1;
    color: #475A89;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    pointer-events: none;
}

.coinflip__place--active b {
    color: #387be5;
}

.coinflip__wrapper {
    -webkit-perspective: 2000px;
    perspective: 2000px;
    width: 154px;
    height: 154px;
}

.coinflip__wrapper img {
    max-width: 154px;
    pointer-events: none;
}

.tournier__separate {
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg) repeat;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}


.bonus {
    position: relative;
    max-width: 1322px;
    margin: 0 auto;
}

.bonus__rotate {
    position: relative;
    pointer-events: none;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 30px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 30px 0;
    }
    to {
        background-position: 0 0;
    }
}

.faq {
    position: relative;
}

.faq__item {
    background: #F3F4F8;
    border-radius: 15px;
    position: relative;
    max-height: 60px;
    overflow: hidden;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    margin-bottom: 12px;
}

.faq__item:nth-last-child(1) {
    margin-bottom: 0;
}

.faq__item.faq__item--opened .faq__item-heading span {
    color: #397ce6;
}

.faq__item.faq__item--opened .faq__item-heading:after {
    opacity: 0;
}

.faq__item.faq__item--opened .faq__item-question {
    background: linear-gradient(91.96deg, #397ce6 1.43%, #4397ff 98.35%);
}

.faq__item-heading {
    position: relative;
    height: 60px;
    padding: 11px 16px;
    cursor: pointer;
}

.faq__item-heading:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 50px;
    background: #7887AE;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.faq__item-heading:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 50px;
    background: #7887AE;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
}

.faq__item-heading span {
    position: relative;
    color: #475A89;
    font-weight: 500;
    pointer-events: none;
}

.faq__item-question {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(91.96deg, #475A89 1.43%, #2D3F6B 98.35%);
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
    pointer-events: none;
}

.faq__item-body {
    padding: 10px 20px;
    position: relative;
    border-top: solid 1px #eaedfb;
}

.faq__item-body p {
    margin: 10px 0px;
    font-size: 12px;
    color: #7785a4;
    font-weight: 500;
    line-height: 22px;
}

.profile {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.profile:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg) repeat;
}

.profile__user {
    width: 280px;
    padding: 30px;
    position: relative;
    border-radius: 25px;
    background: #F3F4F8;
}

.profile__top {
    position: relative;
    width: 100%;
}

.profile__top b {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

.profile__top a {
    font-size: 12px;
    font-weight: 500;
    color: #7987AE;
}

.profile__top a:hover {
    color: #626f92;
}

.profile__top a .icon {
    margin-right: 6px;
    pointer-events: none;
}

.profile__top a span {
    pointer-events: none;
}

.profile__avatar {
    width: 200px;
    height: 150px;
    position: relative;
    background: url(../images/profile/profile-border.png) no-repeat center center/contain;
}

.profile__avatar-ellipse {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #171b28;
}

.profile__avatar-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.profile__username {
    position: relative;
    line-height: 24px;
    margin-bottom: 20px;
}

.profile__username b {
    font-size: 16px;
    font-weight: 600;
}

.profile__username span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8591B5;
}

.profile__balance {
    width: 100%;
}

.profile__balance span {
    font-weight: 600;
}

.profile__balance .icon {
    margin-right: 8px;
}

.profile__stats {
    position: relative;
    width: calc(100% - 280px);
    padding-left: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.profile__stat-item {
    padding: 26px;
    position: relative;
    border-radius: 25px;
    background: #F3F4F8;
}

.profile__stat-item b {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 12px;
    color: #7987AE;
}

.profile__stat-item span {
    font-weight: 900;
    font-size: 24px;
}

.profile__settings {
    position: relative;
}

.profile__settings-check {
    position: relative;
}

.profile__settings-check label {
    color: #475A89;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.profile__settings-check label:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #CCCFE4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 9px;
    margin-right: 12px;
}

.text {
    position: relative;
    background: #F3F4F8;
    border-radius: 30px;
    overflow: hidden;
}

.text__banner {
    position: relative;
    padding: 30px;
    padding-bottom: 10px;
}

.text__banner-inner {
    position: relative;
    border-radius: 20px;
    background: #fff;
    padding: 18px 20px;
    color: #475A89;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

.text__content {
    padding: 10px 30px;
    padding-bottom: 30px;
}

.text__content h3 {
    margin-bottom: 25px;
}

.text__content p {
    position: relative;
    margin: 15px 0;
    font-size: 12px;
    color: #475A89;
    line-height: 20px;
}

.text__content p:nth-last-child(1) {
    margin: 0;
}

.text__borders {
    position: relative;
    width: 100%;
    margin: 20px 0px;
    height: 8px;
    background: url(../images/borders.svg) repeat;
}


 .dopPlusBetX100 {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 16px;
    z-index: 10;
    cursor: default;
    border-radius: 0px 10px 0px 10px;
}

.dopPlusBetX100 {
    right: 50%;
    transform: translateX(50%);
    background: gray;
    color: white;
    border-radius: 0px 0px 10px 10px;
}


.system_mess {
    background: #7001b2;

}

.system_mess span {
    color: white !important;
}

.x30__bet-heading.x7 {
    background: linear-gradient(
        263.88deg, #3AAC46 0%, #36893E 104.75%);
}

.x30__history-item.x7 {
    background: linear-gradient(
        90deg, #3AA946 0%, #378F40 100%), linear-gradient(
        90deg, #9842B0 0%, #6E318B 100%);
}

.theme--dark {
    background: #1b2030;
    color: #fff;
}

.theme--dark .header {
    background: #1b2030;
}

.theme--dark .sidebar__games:before, .theme--dark .sidebar__profile:before {
    background: #1b2030;
}

.theme--dark .sidebar__block {
    background: #20273a;
}

.theme--dark .sidebar__logotype a {
    background: url(../images/logotype-dark.svg) no-repeat center center/contain;
}

.theme--dark .sidebar__game {
    color: #4e6287;
}

.theme--dark .sidebar__game-name {
    background: #3a567e;
}

.theme--dark .header__user-balance {
    color: #fff;
}

.theme--dark .header__user-profile {
    background: #171b28;
    color: #7486b7;
}

.theme--dark .header__user-profile:before {
    border: 6px solid transparent;
    border-top: 7px solid #7486b7;
}

.theme--dark .header__user-profile.dropdown, .theme--dark .header__user-dropdown {
    background: #171b28;
}

.theme--dark .header__user-dropdown a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    color: #7486b7;
}

.theme--dark .header__user-dropdown a:hover {
    color: #5a85e7;
    background: rgba(255, 255, 255, 0.01);
}

.theme--dark .header__user-dropdown a b {
    color: #7486b7;
}

.theme--dark .history table thead tr td {
    color: #485c80;
}

.theme--dark .history table tbody tr td {
    color: #FFF;
    background: #20273a;
}

.theme--dark .footer__link a {
    color: #485c80;
}

.theme--dark .footer__text {
    color: rgb(72 87 128 / 50%);
}

.theme--dark .history__x-bg {
    opacity: 0.02;
}

.theme--dark .history:before {
    background: url(../images/borders--dark.svg) repeat;
}

.theme--dark .chat__input input::-webkit-input-placeholder {
    color: #7486b7;
}

.theme--dark .chat__input input {
    color: #7486b7;
}

.theme--dark .chat__msg-info span {
    color: #7486b7;
}

.theme--dark .chat__msg-message {
    background: #20273a;
}

.theme--dark .chat__buttons-admins a {
    color: #7489b7;
    opacity: .5;
}

.theme--dark .chat__buttons-admins a:hover {
    opacity: .65;
}

.theme--dark .preloader {
    background-color: #1b2030;
}

.theme--dark .x30__timer {
    background: #20273a;
}

.theme--dark .x30__timer b {
    color: #7486b7;
}

.theme--dark .sidebar__game--active {
    color: #ffffff;
}

.theme--dark .bx-input__input {
    background: #20273a;
}

.theme--dark .bx-input__input label {
    color: #516496;
}

.theme--dark .bx-input__input input, .theme--dark .x30__bet-placed a, .theme--dark .x30__bet-user .history__user span {
    color: #7486b7;
}

 .theme--dark .x30__bet-user {
    background: #20273a;
}

.theme--dark .x30__bet-sum {
    color: #516496;
}

.theme--dark .dice__select-chance {
    border-color: #20273b;
}

.theme--dark .dice__select-chance a.active {
    background: #20273a;
}

.theme--dark .dice__range {
    background: -webkit-gradient(linear, left top, right top, from(#7C79FF), color-stop(50%, #7C79FF), color-stop(50%, #20273a), to(#20273a));
    background: linear-gradient(to right, #7C79FF 0%, #7C79FF 50%, #20273a 50%, #20273a 100%);
}

.theme--dark .x30__bonus:after {
    background: -webkit-gradient(linear, left top, right top, from(#1b2030), to(rgba(30, 34, 63, 0)));
    background: linear-gradient(90deg, #1b2030 0%, rgba(30, 34, 63, 0) 100%);
}

.theme--dark .x30__bonus:before {
    background: -webkit-gradient(linear, right top, left top, from(#1b2030), to(rgba(30, 34, 63, 0)));
    background: linear-gradient(-90deg, #1b2030 0%, rgba(30, 34, 63, 0) 100%);
}

.theme--dark .x30__bonus, .theme--dark .mines__x-item {
    background: #171b28;
}

.theme--dark .mines__x-item b {
    color: #fff;
}

.theme--dark .mines__path-item--win {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #34AE6D 34.37%, #5BC08A 100%) !important;
    -webkit-box-shadow: inset 0px 6px 0px #5cc18a !important;
    box-shadow: inset 0px 6px 0px #5cc18a !important;
}

.theme--dark .mines__path-item--lose {
    -webkit-box-shadow: inset 0px 6px 0px #8f3947 !important;
    box-shadow: inset 0px 6px 0px #8f3947 !important;
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%) !important;
}

.theme--dark .mines__path-item {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #24304a 34.37%, #293356 100%), #1b2030;
    -webkit-box-shadow: inset 0px 6px 0px #2e3560;
    box-shadow: inset 0px 6px 0px #2e3560;
}

.theme--dark .crash__history-item-user {
    background: #20273a;
}

.theme--dark .history__user span {
    color: #7486b7;
}

.theme--dark .crash__history-user-x {
    background: #1b1e37;
    padding-right: 4px;
}

.theme--dark .crash__history-user-x .bx-input__text {
    color: #fff;
}

.theme--dark .keno {
    background: #20273a;
}

.theme--dark .keno__mines {
    background: url(../images/games/keno/keno__bg--dark.png) no-repeat center center;
    background-size: cover;
    min-height: 510px;
}

.theme--dark .keno__mines:before {
    background: none;
}

.theme--dark .keno__cancel-select {
    color: #FF6B6B;
}

.theme--dark .keno__auto-select {
    color: #6D6AF2;
}

.theme--dark .keno__coeff-item {
    border: 1px solid #323758;
}

.theme--dark .keno__coeff-item b {
    color: #fff;
}

.theme--dark .keno__canvas-item {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #282d50 34.37%, #2a2f54 100%), #1c203b;
    border-top: solid 8px #2f345a;
    color: #7486b7;
}

.theme--dark .keno__canvas-item--is-selected {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #5F5CE5 34.37%, #7CB1FF 100%);
    border-top: solid 8px #7cb1ff;
    color: #fff;
}


.theme--dark .keno__canvas-item--is-revealed {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%);
    border-top: solid 8px #923c4c;
    color: #fff;
    pointer-events: none;
}

.theme--dark .keno__canvas-item--has-hit {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #34AE6D 34.37%, #5BC08A 100%);
    border-top: solid 8px #5bc08a;
    color: #fff;
    pointer-events: none;
}

.theme--dark .user-status.new {
    background: #404468;
}

.theme--dark .faq__item {
    background: #20273a;
}

.theme--dark .faq__item-heading span {
    color: #6c81b5;
}

.theme--dark .faq__item-body {
    border-top: solid 1px #2a2f52;
}

.theme--dark .overlayed {
    background: rgb(0 0 0 / 70%);
}

.theme--dark .popup {
    background: #1b2030;
}

.theme--dark .popup__tab--active {
    border: 2px solid #2a344c;
    color: #397ae6;
}

.theme--dark .popup__tab:hover {
    color: #9fafd8;
}

.theme--dark .popup__title:before, .theme--dark .popup.popup--about .borders, .theme--dark .mines__check::before, .theme--dark .mines__check::after {
    background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #323d5c), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #32375c), color-stop(0.75, #32375c), color-stop(0.75, transparent), to(transparent));
    background-size: 30px 30px;
    height: 5px;
}

.theme--dark .wallet__methods {
    background: #202638;
    -webkit-box-shadow: inset 0px 6px 0px #202638;
    box-shadow: inset 0px 6px 0px #202638;
}

.theme--dark .wallet__method {
    background: #252d42;
}

.theme--dark .wallet__history-left .wallet__method {
    background: transparent;
}

.theme--dark .wallet__method span {
    color: #fff;
}

.theme--dark .popup .bx-input__input, .theme--dark .wallet__history-item {
    background: #202638;
}

.theme--dark .wallet__txt b {
    color: #fff;
}

.theme--dark .popup .close {
    background: #20273a;
    -webkit-box-shadow: inset 0px 6px 0px #20273a;
    box-shadow: inset 0px 6px 0px #20273a;
}

.theme--dark .wallet__tab--active {
    background: #252d42;
    color: #fff;
}

.theme--dark .popup.popup--about h4, .theme--dark .popup__title, .theme--dark .dice__check-chance, .theme--dark .mines__check-sum--total {
    color: #fff;
}

.theme--dark .select {
    background-color: #202638;
}

.theme--dark .text {
    background: #20273a;
}

.theme--dark .text__banner-inner {
    background: #2b3552;
}

.theme--dark .text__borders {
    background: url(../images/borders--dark.svg) repeat;
}

.theme--dark .text__content p {
    color: #7486b7;
}

.theme--dark .profile__user, .theme--dark .profile__stat-item, .theme--dark .profile__settings-check label:before {
    background: #20273a;
}

.theme--dark .profile:before {
    background: url(../images/borders--dark.svg) repeat;
}

.theme--dark .mobile-menu {
    background: #171b28;
}

.theme--dark .mobile-navbar {
    background-color: #1b2030;
}

.theme--dark .mobile-navbar a {
    background: #202638;
}

.theme--dark .coinflip__place {
    background-color: #20273a;
}

.theme--dark .coinflip__place b {
    color: #7188bf;
}


.header__user-dropdown a em {
    font-style: normal;
    font-weight: 500;
    padding: 5px;
    border-radius: 4px;
    background: #ca5252;
    color: #fff;
    font-size: 8px;
    margin-left: 10px;
    pointer-events: none;
}

.keno__canvas-item.blocked {
    pointer-events: none;
}

.chat__promocode-img {
    position: absolute;
    left: -20px;
    top: -20px;
    pointer-events: none;
}

.chat__promocode-timer {
    position: relative;
    padding-top: 15px;
}

.chat__promocode-timer span:not(.chat__promocode-timer--span) {
    margin: 0px 4px;
    font-weight: 900;
    color: rgb(50 59 86);
}

.chat__promocode-timer--span {
    width: 28px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(57 125 230 / 20%);
    border-radius: 7px;
    font-size: 18px;
    font-weight: 900;
    color: #397ce6;
    margin: 0px 3px;
}

.shoot {
    position: relative;
}

@-webkit-keyframes translateDrop {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(calc((115px + 16px) * 47 * -1));
        transform: translateX(calc((115px + 16px) * 47 * -1));
    }
}

@keyframes translateDrop {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(calc((115px + 16px) * 47 * -1));
        transform: translateX(calc((115px + 16px) * 47 * -1));
    }
}

@keyframes background {
    50% {
        background: darkviolet;
        box-shadow: 0 -140px 70px -120px mediumorchid inset,
        0 -210px 70px -120px teal inset,
        0 -280px 70px -120px plum inset;
    }
}

.shoot .coinflip {
    width: 100%;
    position: relative;
    background: #31251A url(../images/games/coin/pattern.png) no-repeat center center/contain;
    border-radius: 20px;
}

.shoot .coinflip img {
    pointer-events: none;
}

.shoot .coinflip__wrapper {
    position: relative;
}

.shoot .coinflip__wrapper b {
    position: absolute;
    z-index: 1;
    font-size: 32px;
    font-weight: 900;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes shoot {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes shoot {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.theme--dark .tournier__separate {
    background: url(../images/borders--dark.svg) repeat;
}

.coinflip__wrapper div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-backface-visibility: hidden;
}


.coinflip__wrapper {
    transition: -webkit-transform 1s ease-in;
    -webkit-transform-style: preserve-3d;
}

.animated.flip_1 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip_tale;
    animation-name: flip_tale
}

.animated.flip_2 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(180deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(180deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(180deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(180deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}


@-webkit-keyframes flip_tale {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(360deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip_tale {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(360deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}


.cap_new {
    width: 64px;
    opacity: 1;
    position: absolute;
    left: -3px;
    top: -9px;
}


.wallet__history-status {
    padding: 5px 7px;
    background: transparent;
    border-radius: 8px;
}

.wallet__history-status.warning {
    background: #e3b448;
    color: #000;
}

.wallet__history-status.success {
    background: #69df69;
    color: #000;
}

.wallet__history-status.error {
    background: #ed4e4e;
    color: #fff;
}


.newTimerBlock {
    background: #F2DEA7;
    border: solid 4px #F7AF69;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 25px;
    position: relative;
}


.newTimerText {
    margin: 5px;
    text-transform: uppercase;
    font-weight: 900;
    color: #433614;
    font-size: 16px;
}

.newTimerBlock .chat__promocode-img {
    right: -20px;
    transform: rotateY(180deg);
    left: auto;
}

.diceBoom {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transform-style: preserve-3d;
    transform: rotate3d(0, 0.9, 0.9, 90deg);
    transition: 0.5s cubic-bezier(0.42, 1.57, 0.62, 0.86);
}

.diceBoom.rolling {
    animation: rotatePerFace 3s cubic-bezier(0.42, 1.57, 0.62, 0.86) infinite;
}

.diceBoom.throw {
    animation: rotateDice 0.7s ease-in reverse, throwDice 1s linear;
}

.diceBoom .left {
    transform: rotateY(-90deg) translateZ(50px);
}

.diceBoom .left::after {
    margin: -40px 0 0 -40px;
    box-shadow: 30px 30px #131210, 60px 60px #131210;
}

.diceBoom .right {
    transform: rotateY(90deg) translateZ(50px);
}

.diceBoom .right::after {
    margin: -30px 0 0 -30px;
    background-color: #131210;
    box-shadow: 40px 0px #131210, 0px 40px #131210, 40px 40px #131210;
}

.diceBoom .bottom {
    transform: rotateX(-90deg) translateZ(50px);
}

.diceBoom .bottom::after {
    margin: -36px 0 0 -36px;
    box-shadow: 26px 26px #131210, 52px 52px #131210, 52px 0px #131210, 0px 52px #131210;
}

.diceBoom .back {
    transform: rotateX(180deg) translateZ(50px);
}

.diceBoom .back::after {
    margin: -40px 0 0 -30px;
    box-shadow: 40px 0px #131210, 0px 30px #131210, 40px 30px #131210, 0px 60px #131210, 40px 60px #131210;
}

@keyframes rotateDice {
    30% {
        transform: rotate3d(1, 1, 1, 0deg);
    }
    100% {
        transform: rotate3d(1, 1, 1, 720deg);
    }
}

@keyframes rotatePerFace {
    16% {
        transform: rotate3d(-0.1, 0.6, -0.4, 180deg);
    }
    32% {
        transform: rotate3d(-0.85, -0.42, 0.73, 180deg);
    }
    48% {
        transform: rotate3d(-0.8, 0.3, -0.75, 180deg);
    }
    64% {
        transform: rotate3d(0.3, 0.45, 0.9, 180deg);
    }
    80% {
        transform: rotate3d(-0.16, 0.6, 0.18, 180deg);
    }
    100% {
        transform: rotate3d(-0.1, 0.3, -1, 180deg);
    }
}

@keyframes throwDice {
    20% {
        margin-top: -100px;
    }
    40% {
        margin-top: 0px;
    }
    60% {
        margin-top: -30px;
    }
    80% {
        margin-top: 0px;
    }
    85% {
        margin-top: -10px;
    }
    90% {
        margin-top: 0px;
    }
    95% {
        margin-top: -3px;
    }
    100% {
        margin-top: 0px;
    }
}


.controller {
    position: absolute;
    width: 200px;
    padding: 20px;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    line-height: 40px;
}

.betBlock {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #20273a;
}

.betBlock button {
    /*background: red;*/
}

@media (max-width: 520px) {
    .header__user-balance-add {
        display: none;
    }

    .popup__tab {
        position: relative;
        padding: 11px 15px;
        border-radius: 12px;
    }

    .popup__tab .icon {
        width: 0px;
        height: 14px;
        margin-right: 0px;
        opacity: 0;
        pointer-events: none;
    }

    .popup__tab--active .icon {
        width: 14px;
        opacity: 1;
        margin-right: 6px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        color: #397ae6;
    }

    .popup__title span {
        font-size: 10px !important;
    }

    html, body {
        height: 100% !important;
    }

    .overlayed {

        padding: 0px 10px;
    }
}

.mobile-menu__links .icon {
    fill: #46537B !important;
    width: 40px;
    height: 40px;
}

.mobile-menu__links .active .icon {
    fill: #0057FF !important;
    width: 40px;
    height: 40px;
}

.chat__msg-message.mess span {
    overflow-wrap: break-word; /* не поддерживает IE, Firefox; является копией word-wrap */
    word-wrap: break-word;
}

.promocodeInput {
    width: calc(100% - 151px - 10px);
}

.promocodeInputBtn {
    width: 151px;
    height: 55px
}

@media (max-width: 450px) {
    .promocodeInputBlock {
        display: block;
    }

    .promocodeInput {
        width: 100%;
    }

    .promocodeInputBtn {
        margin-top: 10px;
        width: 100%;
    }
}

.wallet__history {
    max-height: 350px;
    overflow: auto;
}

@media (max-width: 475px) {
    .toast-top-right {
        margin-top: 60px !important;
    }
}

.wallet__history::-webkit-scrollbar {
    width: 12px; /* ширина scrollbar */
}

.wallet__history::-webkit-scrollbar-track {
    background: #1b2030; /* цвет дорожки */
}

.wallet__history::-webkit-scrollbar-thumb {
    background-color: #213875; /* цвет плашки */
    border-radius: 20px; /* закругления плашки */
    border: 3px solid #1b2030; /* padding вокруг плашки */
}


.auth_blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

/* .auth_block{
  height: 100px;
  border-radius: 10px;
  background: red;
  padding: auto;
}

.auth_block .icon{
  margin: auto;
  display: block;
  position: relative;
  top:50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}  */

.x30__bet-placed.d-flex.align-center.justify-space-between a {
    background: #171b28;
    height: 33px;
    padding: 0px 15px;
    border-radius: 8px;
}

.bx-input__input.d-flex.align-center.justify-space-between {
    margin-bottom: 10px;
}

.history__sum.d-flex.align-center.justify-center {
    color: #f2ad44;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7486b7;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #7486b7;
}

@charset "UTF-8";
html, body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Gotham Pro';
    background-color: #1b2030;
    height: 100%;
    /* */
    min-width: 428px;
    color: #2D2A73;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-x: hidden;
}

.chat span {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 3px;
    height: 8px;
    background-color: transparent;
    border-radius: 50px;
}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 50px;
    -webkit-box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.3);
    box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.3);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    outline: 0;
}


.show_ul li, .show_ul {
    list-style-type: disc;
}

.show_ul {
    padding: 15px;
}

a, :before, :after, input, button {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
}

span, b, p, h1, h3, h4, h5, em {
    cursor: default;
}

span, b, p, h1, h3, h4, h5, em {
    cursor: default;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a {
    color: #475A89;
}

.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    stroke-width: 0;
    stroke: currentColor !important;
    fill: currentColor !important;
    pointer-events: none;
}

#app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.flare {
    overflow: hidden;
    position: relative;
}

.flare:before {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    z-index: 2;
    will-change: left;
    -webkit-filter: blur(4rem);
    filter: blur(4rem);
    pointer-events: none;
    opacity: 0;
}

.flare:hover:before {
    -webkit-animation: 0.6s flare;
    animation: 0.6s flare;
}

@-webkit-keyframes flare {
    from {
        left: -200%;
        opacity: 0;
    }
    to {
        left: 150%;
        opacity: 1;
    }
}

@keyframes flare {
    from {
        left: -200%;
        opacity: 0;
    }
    to {
        left: 150%;
        opacity: 1;
    }
}

input, button {
    font-family: inherit;
    border: 0;
    background: transparent;
    outline: 0;
}

.wrapper {
    max-width: 1322px;
    margin: 0 auto;
    position: relative;
}

main {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 75px;
    width: 100%;
    padding-left: 133px;
    padding-right: 30px;
    padding-bottom: 26px;
}

.btn {
    height: 48px;
    border-radius: 12px;
    padding: 0px 24px;
    background: linear-gradient(109.64deg, #397ce6 5.39%, #397ce6 63.15%);
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.btn span {
    pointer-events: none;
}

.btn .icon {
    margin-right: 13px;
}

.btn.disabled {
    cursor: not-allowed;
}

.btn--blue {
    border-bottom: 0px;
}

.btn--blue span {
    text-shadow: 0px 1px 0px rgba(136, 21, 43, 0.25);
}

.btn--red {
    background: #ce4b45;
    border-bottom: solid 0px #D22780;
}

.btn--red span {
    text-shadow: 0px 1px 0px rgba(136, 21, 43, 0.38);
}

.icon.money, .icon.small {
    width: 14px;
    height: 14px;
}

.user-status {
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 12px;
    font-size: 12px;
    color: #fff !important;
    margin-right: 8px;
    border-radius: 15px;
}

.user-status.new {
    background: #e0e5f4;
    color: #808ab3 !important;
}

.user-status.wolf {
    background: -webkit-gradient(linear, left top, right top, from(#b2510e), to(#f59c2c));
    background: linear-gradient(to right, #b2510e, #f59c2c);
}

.user-status.predator {
    background: -webkit-gradient(linear, left top, right top, from(#2e4a60), to(#387274));
    background: linear-gradient(to right, #2e4a60, #387274);
}

.user-status.premium {
    background: -webkit-gradient(linear, left top, right top, from(#5e327a), to(#9839b9));
    background: linear-gradient(to right, #5e327a, #9839b9);
}

.user-status.alpha {
    background: -webkit-gradient(linear, left top, right top, from(#387be5), to(#7d49cf));
    background: linear-gradient(to right, #387be5, #7d49cf);
}

.user-status.vip {
    background: -webkit-gradient(linear, left top, right top, from(#f27559), to(#ea2424));
    background: linear-gradient(to right, #f27559, #ea2424);
}

.user-status.professional {
    background: -webkit-gradient(linear, left top, right top, from(#d32787), to(#ff0202));
    background: linear-gradient(to right, #d32787, #ff0202);
}

.user-status.legend {
    background: -webkit-gradient(linear, left top, right top, from(#222b94), to(#1183d3));
    background: linear-gradient(to right, #222b94, #1183d3);
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox:checked + label::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #5F5CE6;
    border-radius: 4px;
    border-radius: 4px;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-BoldItalic.eot");
    src: local("../fonts/GothamPro/Gotham Pro Bold Italic"), local("GothamPro-BoldItalic"), url("../fonts/GothamPro/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-BoldItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-Italic.eot");
    src: local("../fonts/GothamPro/Gotham Pro Italic"), local("GothamPro-Italic"), url("../fonts/GothamPro/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Italic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-Medium.eot");
    src: local("../fonts/GothamPro/Gotham Pro Medium"), local("GothamPro-Medium"), url("../fonts/GothamPro/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-BlackItalic.eot");
    src: local("../fonts/GothamPro/Gotham Pro Black Italic"), local("GothamPro-BlackItalic"), url("../fonts/GothamPro/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-BlackItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-BlackItalic.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-Bold.eot");
    src: local("../fonts/GothamPro/Gotham Pro Bold"), local("GothamPro-Bold"), url("../fonts/GothamPro/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Narrow';
    src: url("../fonts/GothamPro/GothamProNarrow-Bold.eot");
    src: local("../fonts/GothamPro/Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url("../fonts/GothamPro/GothamProNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamProNarrow-Bold.woff") format("woff"), url("../fonts/GothamPro/GothamProNarrow-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro Narrow';
    src: url("../fonts/GothamPro/GothamProNarrow-Medium.eot");
    src: local("../fonts/GothamPro/Gotham Pro Narrow Medium"), local("GothamProNarrow-Medium"), url("../fonts/GothamPro/GothamProNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamProNarrow-Medium.woff") format("woff"), url("../fonts/GothamPro/GothamProNarrow-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-LightItalic.eot");
    src: local("../fonts/GothamPro/Gotham Pro Light Italic"), local("GothamPro-LightItalic"), url("../fonts/GothamPro/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-LightItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-LightItalic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-Light.eot");
    src: local("../fonts/GothamPro/Gotham Pro Light"), local("GothamPro-Light"), url("../fonts/GothamPro/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-Black.eot");
    src: local("../fonts/GothamPro/Gotham Pro Black"), local("GothamPro-Black"), url("../fonts/GothamPro/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro/GothamPro-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro.eot");
    src: local("../fonts/GothamPro/Gotham Pro"), local("GothamPro"), url("../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Pro';
    src: url("../fonts/GothamPro/GothamPro-MediumItalic.eot");
    src: local("../fonts/GothamPro/Gotham Pro Medium Italic"), local("GothamPro-MediumItalic"), url("../fonts/GothamPro/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro/GothamPro-MediumItalic.woff") format("woff"), url("../fonts/GothamPro/GothamPro-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}


@media only screen and (max-width: 1725px) {
    .x30__bet-user .history__user span {
        max-width: 25px !important;
    }
}

@media only screen and (max-width: 1600px) {

    .x30__bet-user .history__user span {
        max-width: 128px !important;
    }
}

@media only screen and (max-width: 1515px) {

    .x30__bet-user .history__user span {
        max-width: 40px !important;
    }

    .games {
        -ms-grid-columns: (1fr) [ 3 ] !important;
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .crash label > span {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    .crash__history-users {
        -ms-grid-columns: (1fr) [ 1 ] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .profile__stats {
        width: 100% !important;
        margin-top: 15px;
        padding-left: 0 !important;
    }

    .profile__user {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1250px) {

    .sidebar__profile {
        display: none;
    }

    .footer__links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        line-height: 24px;
    }

    .footer__links li {
        margin-right: 0 !important;
    }

    .footer__text {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .x30__bet-user .history__user span {
        max-width: 75px !important;
    }
}

@media only screen and (max-width: 1125px) {
    .sidebar {
        display: none;
    }

    main {
        z-index: 1;
    }

    .header {
        padding-left: 20px !important;
        width: 100% !important;
        padding-right: 20px !important;
    }

    .history table {
        display: none;
    }

    main, .footer {
        padding-left: 20px !important;
        width: 100% !important;
        padding-right: 20px !important;
    }

    .footer {
        padding-bottom: 110px !important;
    }

    .mobile-menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    html, body {
        height: auto !important;
    }
}

@media only screen and (max-width: 725px) {

    .overlayed {
        padding-top: 30px !important;
    }

    .games {
        -ms-grid-columns: (1fr) [ 2 ] !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media only screen and (max-width: 675px) {
    .wallet__methods {
        width: 100% !important;
        margin-bottom: 15px;
        height: 200px !important;
    }

    .wallet__content {
        padding-left: 0 !important;
        width: 100% !important;
    }

    .wallet__order {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 625px) {

    .header__right .sidebar__logotype {
        display: block !important;
    }

    .header__right {
        width: 100% !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .history {
        overflow-x: auto;
    }

    .history table {
        min-width: 925px;
    }

    .profile__stats {
        -ms-grid-columns: (1fr) [ 2 ] !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .popup .bx-input__create-coupon {
        -ms-grid-columns: (1fr) [ 1 ] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .popup .bx-input__create-coupon .bx-input__input:nth-last-child(1) {
        grid-column: auto !important;
    }

    .popup .close {
        position: absolute;
        right: -8px;
        top: -15px;
    }
}

@media only screen and (max-width: 1600px) {
    .x30__bet-users, .x100__bet-users {
        display: none;
    }

}

@media only screen and (max-width: 525px) {
    .x30__bet-users, .x100__bet-users {
        display: none;
    }
}

@media only screen and (max-width: 475px) {
    .header__right .sidebar__logotype {
        width: 150px !important;
        height: 24px !important;
    }

    .header__user-b {
        margin-right: 15px !important;
    }

    .header__user-profile {
        margin-left: 8px !important;
    }

    .games {
        -ms-grid-columns: (1fr) [ 1 ] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .popup__title span {
        font-size: 12px !important;
    }

    .shoot .coinflip {
        background: #31251A !important;
    }
}

.sidebar {
    position: fixed;
    left: 0px;
    top: 0;
    padding: 26px 30px;
    height: 100%;
    z-index: 5;
}

.sidebar__inner {
    position: relative;
    width: 73px;
    height: 100%;
}

.sidebar__top {
    position: relative;

}

.sidebar__block {
    border-radius: 100px;
    position: relative;
    width: 100%;
    background: #F4F6FF;
}

.sidebar__games {
    position: relative;
    padding: 10px 0px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.sidebar__games:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 38px;
    height: 38px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #EBECF2;
}

.sidebar__games:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    display: none;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 18px;
    height: 18px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #20273b;
    border-radius: 4px;
}

.sidebar__logotype {
    position: relative;
    width: 150px;
    height: 24px;
    margin-right: 36px;
    margin-bottom: 40px;
}

.sidebar__logotype:before {
    -webkit-filter: blur(0.8rem);
    filter: blur(0.8rem);
}

.sidebar__logotype a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/logotype.svg) no-repeat center center/contain;
}

.sidebar__game {
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 50%;
}

.sidebar__game:not(.sidebar__game--active):hover {
    color: #fff;
}

.sidebar__game:not(.sidebar__game--active):hover .sidebar__game-name {
    opacity: 1;
    padding-left: 52px;
    padding-right: 20px;
    color: #fff;
}

.sidebar__game .icon {
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.sidebar__game-center {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: relative;
}

.sidebar__game--hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #3a7be6;
    opacity: 0;
}

.sidebar__game-name {
    position: absolute;
    font-weight: 600;
    height: 100%;
    left: 0px;
    background: #2D2A73;
    border-radius: 50px;
    opacity: 0;
    white-space: nowrap;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    pointer-events: none;
    text-transform: uppercase;
}

.sidebar__game--active {
    color: #387be5;
}

.sidebar__game--active .sidebar__game--hover {
    opacity: 1;
}

.sidebar__profile {
    position: relative;
    padding: 16px 0px;
}

.sidebar__profile .sidebar__game:hover {
    color: #2D2A73;
}

.sidebar__profile:before {
    content: '';
    position: absolute;
    left: 50%;
    display: none;
    top: -20px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 38px;
    height: 38px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #EBECF2;
}

.sidebar__profile:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 18px;
    height: 18px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: #20273b;
    border-radius: 4px;
    display: none;
}

.sidebar__user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 0px;
    position: relative;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #42bac0;
        box-shadow: 0 0 0 0 #42bac0;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
        box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
        box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #42bac0;
        box-shadow: 0 0 0 0 #42bac0;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
        box-shadow: 0 0 0 10px rgba(66, 186, 192, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
        box-shadow: 0 0 0 0 rgba(66, 186, 192, 0);
    }
}

.sidebar__socials {
    position: relative;
    grid-gap: 15px;
}

.sidebar__socials a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
}

.sidebar__socials a .icon {
    width: 16px;
    height: 16px;
}

.sidebar__social--tg {
    background: #2399D3;
}

.sidebar__social--tg:hover {
    -webkit-box-shadow: 0px 0px 0em 7px rgba(35, 153, 211, 0.3);
    box-shadow: 0px 0px 0em 7px rgba(35, 153, 211, 0.3);
}


/*.chat.chat--stickers .chat__messages, .chat.chat--smiles .chat__messages{
  height: calc(100% - 360px)!important;
}


.chat__messages {
  position: relative;
  height: calc(100% - 200px);
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
*/
.chat.chat--stickers .chat__messages, .chat.chat--smiles .chat__messages {
    height: calc(100% - 420px) !important;
}

.chat__messages {
    position: relative;
    height: calc(100% - 257px);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}


.chat__messages {
    position: relative;
    padding: 20px 23px;
    padding-bottom: 0px;
    padding-top: 0;
}

.chat__messages .ss-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.chat__msg {
    position: relative;
    width: calc(100% - 25px);
    margin-bottom: 20px;
}

.chat__msg:nth-last-child(1) {
    margin-bottom: 0;
}

.chat__msg-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.chat__msg-info {
    width: calc(100% - 48px);
    line-height: 23px;
    padding-left: 20px;
    position: relative;
}

.chat__msg-info span {
    color: #2D2A73;
    font-weight: 500;
}

.chat__msg-info b {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: rgba(118, 125, 171, 0.5);
    font-weight: normal;
}

.chat__msg-message {
    font-size: 12px;
    padding: 10px 20px;
    background: #F9F9FF;
    margin-top: 10px;
    border-radius: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 80%;
}

.chat__msg-message span {
    font-weight: normal;
    line-height: 18px;
    color: #767DAB;
}

.chat__input {
    position: relative;
    width: 100%;
}

.chat__input input {
    position: relative;
    padding: 26px 23px;
    width: 100%;
    font-weight: 500;
    color: #29315D;
}

.chat__input input::-webkit-input-placeholder {
    color: #8895BA;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.chat__input input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.chat.chat--smiles .chat__messages {
    height: calc(100% - 255px);
}

.chat.chat--stickers .chat__messages {
    height: calc(100% - 255px);
}

.chat__buttons-admins {
    position: absolute;
    bottom: 0;
    right: 0;
}

.select {
    display: block;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    color: #475A89;
    line-height: 1.3;
    padding: 15px 15px;
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(235, 236, 242, 0.5);
    border: 0;
    cursor: pointer;
}

.bx-input--select:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 43px;
    width: 8px;
    height: 8px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    color: #aeb9d5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header {
    position: fixed;
    height: 75px;
    width: 100%;
    padding-left: 210px;
    padding-right: 30px;
    z-index: 4;
    background: #ebecf2;
}

.header .wrapper {
    height: 100%;
}

.header__user-b {
    position: relative;
    margin-right: 20px;
}

.header__user-b span {
    font-size: 16px;
    font-weight: 600;
}

.header__user-b .icon {
    margin-left: 8px;
    width: 16px;
    height: 16px;
    color: #f2ac44;
}

.header__user-profile {
    position: relative;
    margin-left: 15px;
    width: 70px;
    height: 48px;
    padding: 0px 15px;
    border-radius: 15px;
    cursor: pointer;
    background: #E0E3F1;
    color: #7887AE;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.header__user-profile.dropdown {
    background: #fff;
    border-radius: 16px 16px 0px 0px;
}

.header__user-profile.dropdown .header__user-dropdown {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.header__user-profile.dropdown:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 15px;
}

.header__user-profile:before {
    content: '';
    border: 6px solid transparent;
    border-top: 7px solid #7887ae;
    position: absolute;
    right: 15px;
    top: 20px;
}

.header__user-profile .icon {
    width: 14px;
    pointer-events: none;
    height: 14px;
}

.header__user-dropdown {
    position: absolute;
    right: 0;
    top: 43px;
    background: #fff;
    -webkit-box-shadow: 0px 17px 18px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 17px 18px rgba(0, 0, 0, 0.02);
    border-radius: 16px 0px 16px 16px;
    width: 206px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.header__user-dropdown a {
    padding: 18px 21px;
    color: #67749A;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(227, 229, 250, 0.5);
}

.header__user-dropdown a b {
    color: #475A89;
}

.header__user-dropdown a:hover {
    background: rgba(0, 0, 0, 0.03);
}

.header__user-dropdown a:nth-last-child(1) {
    border: 0;
    border-radius: 0px 0px 16px 16px;
}

.header__user-dropdown a:hover {
    color: #576181;
}

.header__user-dropdown a .icon {
    margin-right: 12px;
    pointer-events: none;
}

.header__user-dropdown a span {
    position: relative;
    pointer-events: none;
}

.header__user-dropdown--id {
    pointer-events: none;
    font-size: 14px !important;
    cursor: default;
}

.header__right {
    position: relative;
}

.header__right .sidebar__logotype {
    display: none;
    margin: 0;
}

.footer {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    padding-left: 133px;
    padding-right: 30px;
    padding-bottom: 26px;
    font-size: 12px;
}

.footer__links {
    position: relative;
}

.footer__link {
    position: relative;
    margin-right: 24px;
}

.footer__link:nth-last-child(1) {
    margin-right: 0;
}

.footer__link a {
    text-transform: uppercase;
    color: #98A0CF;
    font-size: 12px;
    font-weight: 500;
}

.footer__link a:hover {
    color: #737aa5;
}

.footer__text {
    font-size: 12px;
    font-weight: 500;
    color: rgba(152, 160, 207, 0.5);
}

.mobile-menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 65px;
    background: #e4e6f2;
    z-index: 8;
    padding: 0px 20px;
    display: none;
}

.mobile-menu__links {
    width: 100%;
    position: relative;
}

.mobile-menu__links li a {
    width: 52px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}


.mobile-menu__links li a.active {
    color: #387be5;
}


.mobile-navbar {
    position: fixed;
    z-index: 6;
    left: 0;
    top: 0;
    height: calc(100% - 155px);
    background-color: #EBECF2;
    width: 100%;
    margin-top: 75px;
    padding: 20px;
    padding-top: 30px;
    display: none;
}

.mobile-navbar:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 8px;
    left: 0;
    background: url(../images/borders.svg) repeat;
}

.mobile-navbar a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 15px;
    border-radius: 15px;
    background: #fff;
    margin-bottom: 10px;
}

.mobile-navbar a:nth-last-child(1) {
    margin-bottom: 0;
}

.more--opened .mobile-navbar {
    display: block;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #EBECF2;
}

.preloader-remove .preloader__lift {
    opacity: 0;
    transition: .4s;
}

.preloader__lift {
    position: relative;
    width: 275px;
    height: 320px;
    -webkit-animation: startupWindowAnimation 1s ease-in-out .2s infinite normal;
    animation: startupWindowAnimation 1s ease-in-out .2s infinite normal;
}

.preloader__lift-container {
    width: 220px;
    height: 270px;
    position: relative;
    border-radius: 20px;
    padding: 12px;
    overflow: hidden;
}

@-webkit-keyframes loading {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes loading {
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes loading2 {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes loading2 {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    from {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.preloader__loader {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    opacity: 0;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: opacity 5s ease;
    animation: opacity 5s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.preloader.preloader-remove {
    opacity: 0;
    transition: .8s;
    z-index: 0;
}

.bx-input {
    position: relative;
    width: 100%;
    margin-bottom: 10px !important;
}

.bx-input:nth-last-child(1) {
    margin-bottom: 0;
}

.bx-input__input {
    position: relative;
    background: #F3F4F8;
    border-radius: 15px;
    padding: 0px 20px;
}

.bx-input__input label {
    height: 55px;
    font-weight: 600;
    text-transform: uppercase;
    color: #475A89;
}

.bx-input__input input {
    height: 55px;
    color: #7987AE;
    font-weight: 500;
    width: 90px;
    text-align: right;
}

.popup .bx-input__input input {
    height: 55px;
    color: #7987AE;
    font-weight: 500;
    width: -webkit-fill-available;
    text-align: right;
}

.bx-input__input input::-webkit-input-placeholder {
    color: rgba(120, 135, 174, 0.5);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.bx-input__input input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.bx-input__input .icon {
    margin-left: 8px;
    color: #f2ac44;
}

.bx-input__text {
    color: #7887AE;
    font-weight: 500;
}

.bx-input__btn {
    margin-top: 10px;
}

.bx-input__btn .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}


.games {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 13px;
    position: relative;
    margin-bottom: 35px;
}

.games__item {
    position: relative;
    height: 200px;
    border-radius: 25px;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    padding: 24px 28px;
    overflow: hidden;
}

.games__item:before {
    -webkit-filter: blur(10rem);
    filter: blur(10rem);
}

.games__item.games__item--shoot {
    background-image: url(../img/home/crazyshoot.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--coin {
    background-image: url(../img/home/coinflip.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--slots {
    background-image: url(../img/home/slots.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--x30 {
    background-image: url(../img/home/x30.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--dice {
    background-image: url(../img/home/dice.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--mines {
    background-image: url(../img/home/mines.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--crash {
    background: url(../img/home/crash.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--x100 {
    background-image: url(../img/home/x100.jpg);
    background-size: cover;
    background-position: center;
}

.games__item.games__item--keno {
    background-image: url(../img/home/keno.jpg);
    background-size: cover;
    background-position: center;
}

.games__item--boomcity {
    background: linear-gradient(236.46deg, #1b1d2c -0.12%, #1d2332 72.27%);
    border-bottom: solid 4px #1b2030;
}

.games__item.games__item--slots .games__item-text span {
    font-size: 24px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.14);
}

.games__item.games__item--slots .games__item-text p {
    font-size: 16px;
    font-size: 12px;
    padding-top: 10px;
    color: #7485b7;
}

@media (max-width: 650px) {
    .games__item.games__item--slots {
        padding: 24px 28px;
        height: 200px;
    }

    .games__item.games__item--slots .games__item-text span {
        font-size: 32px;
    }

    .games__item.games__item--slots .games__item-text p {
        font-size: 12px;
    }

    .games__item--slots.align-center {
        align-items: flex-end;
    }
}

.games__item.games__item--coin .coinflip__wrapper {
    position: absolute;
    right: -13%;
    bottom: 6%;
}

@-webkit-keyframes back-rotation {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes back-rotation {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@-webkit-keyframes front-rotation {
    from {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes front-rotation {
    from {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.games__item-text {
    position: relative;
    z-index: 3;
    pointer-events: none;
}

.games__item-text span {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.05em;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.14);
}

.games__item-text p {
    font-size: 12px;
    padding-top: 10px;
    color: #7485b7;
}


.games__item-bg-ellipse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    border-radius: 35px;
    background: url(../images/games/bg-ellipse.svg) no-repeat center center/cover;
}

.games__item-bg-confetti {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    background: url(../images/games/bg-confetti.png) no-repeat center center/cover;
    mix-blend-mode: lighten;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.games__item-bg--dice-2 {
    position: absolute;
    width: 60px;
    height: 40px;
    right: 5%;
    bottom: 15%;
    z-index: 3;
    background: url(../images/games/dice/dice.png) no-repeat center center/contain;
    -webkit-animation: 12s linear infinite roll_dice;
    animation: 12s linear infinite roll_dice;
    animation-direction: alternate-reverse;
}

@-webkit-keyframes roll_dice {
    0% {
        -webkit-transform: rotate(-21deg) translateY(30px);
        transform: rotate(-21deg) translateY(30px);
    }
    50% {
        -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
        transform: rotate(360deg) translateY(-12px) translateX(-22px);
    }
    100% {
        -webkit-transform: rotate(-40deg) translateY(-30px);
        transform: rotate(-40deg) translateY(-30px);
    }
}

@keyframes roll_dice {
    0% {
        -webkit-transform: rotate(-21deg) translateY(30px);
        transform: rotate(-21deg) translateY(30px);
    }
    50% {
        -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
        transform: rotate(360deg) translateY(-12px) translateX(-22px);
    }
    100% {
        -webkit-transform: rotate(-40deg) translateY(-30px);
        transform: rotate(-40deg) translateY(-30px);
    }
}

.games__item-bg--dice-3 {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 25%;
    bottom: 35%;
    z-index: 3;
    background: url(../images/games/dice/dice.png) no-repeat center center/contain;
    -webkit-animation: 12s linear infinite roll_dice;
    animation: 12s linear infinite roll_dice;
    animation-direction: alternate-reverse;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

@keyframes roll_dice {
    0% {
        -webkit-transform: rotate(-21deg) translateY(30px);
        transform: rotate(-21deg) translateY(30px);
    }
    50% {
        -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
        transform: rotate(360deg) translateY(-12px) translateX(-22px);
    }
    100% {
        -webkit-transform: rotate(-40deg) translateY(-30px);
        transform: rotate(-40deg) translateY(-30px);
    }
}

.games__item-bg--dice-2 {
    position: absolute;
    width: 60px;
    height: 40px;
    right: 5%;
    bottom: 15%;
    z-index: 3;
    background: url(../images/games/dice/dice.png) no-repeat center center/contain;
    -webkit-animation: 12s linear infinite roll_dice;
    animation: 12s linear infinite roll_dice;
    animation-direction: alternate-reverse;
}

@keyframes roll_dice {
    0% {
        -webkit-transform: rotate(-21deg) translateY(30px);
        transform: rotate(-21deg) translateY(30px);
    }
    50% {
        -webkit-transform: rotate(360deg) translateY(-12px) translateX(-22px);
        transform: rotate(360deg) translateY(-12px) translateX(-22px);
    }
    100% {
        -webkit-transform: rotate(-40deg) translateY(-30px);
        transform: rotate(-40deg) translateY(-30px);
    }
}

@-webkit-keyframes mines {
    from {
        background-position: 450px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes mines {
    from {
        background-position: 450px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-webkit-keyframes crash {
    from {
        background-position: 0px 310px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes crash {
    from {
        background-position: 0px 310px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes keno {
    from {
        background-position: 0px -190px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes keno {
    from {
        background-position: 0px -190px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes keno {
    from {
        background-position: 0px 190px;
    }
    to {
        background-position: 0 0;
    }
}

.games__item--soon {
    cursor: default;
    pointer-events: none;
}

.games__item-soon {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 8px 14px;
    border-radius: 50px;
    background: #073163;
    color: #A8D0FF;
    z-index: 2;
    text-transform: uppercase;
    font-weight: 500;
}

@-webkit-keyframes cashhunt {
    from {
        background-position: 0px 350px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes cashhunt {
    from {
        background-position: 0px 350px;
    }
    to {
        background-position: 0 0;
    }
}

.history {
    position: relative;
    padding-top: 20px;
}

.history:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg) repeat;
}

.history table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1em;
}

.history table td {
    width: calc(100% / 5);
}

.history table thead tr td {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #475A89;
    padding-bottom: 8px;
}

.history table tbody tr td {
    background: #fff;
    position: relative;
    padding: 13px 0px;
    text-align: center;
    font-weight: 600;
}

.history table tbody tr td:nth-child(1) {
    border-radius: 15px 0px 0px 15px;
}

.history table tbody tr td:nth-last-child(1) {
    border-radius: 0px 15px 15px 0px;
}

.history__game {
    position: relative;
    width: 100%;
}

.history__game .icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.history__game span {
    font-weight: 600;
    text-transform: uppercase;
}

.history__user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

.history__sum {
    position: relative;
}

.history__sum .icon {
    margin-left: 8px;
}

.history__user span {
    position: relative;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history .icon.money {
    width: 14px;
    height: 14px;
}

.history__x {
    position: relative;
}

.history__x-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 900;
    opacity: 0.07;
}

body.active {
    overflow: hidden;
}

body.active > #app {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.overlayed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background: rgba(235, 236, 242, 0.65);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0px 30px;
    padding-top: 95px;
}

.overlayed.animation-closed .popup {
    -webkit-animation: slideOut 0.3s ease;
    animation: slideOut 0.3s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@-webkit-keyframes slideOut {
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes slideOut {
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.overlayed.active {
    opacity: 1;
    visibility: visible;
}

.popup {
    width: 600px;

    background: #F7F8FE;
    position: relative;
    border-radius: 20px;
    display: none;
    visibility: hidden;
    -webkit-animation-delay: 1000s;
    animation-delay: 1000s;
    -webkit-animation: slideIn 0.3s ease;
    animation: slideIn 0.3s ease;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.07);
}

@-webkit-keyframes slideIn {
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slideIn {
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.popup__title {
    position: relative;
    padding: 20px 22px;
    padding-bottom: 25px;
}

.popup__title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url("../images/borders.svg") repeat;
}

.popup__title span {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 18px;
}

.popup .bx-input__input {
    background: rgba(235, 236, 242, 0.5);
}

.popup .bx-input__input label {
    font-size: 12px;
}

.popup .bx-input__text {
    font-size: 12px;
}

.popup .bx-input__create-coupon {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);*/
    /*grid-template-columns: 1fr 30%;*/

    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.popup .bx-input__create-coupon:nth-child(2) {
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);*/
    /*grid-template-columns: 1fr 30%;*/
    margin-top: 10px;
    grid-template-rows: 1fr;
    grid-template-columns: 3fr 1fr;
    grid-gap: 10px;
}


.popup .close {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(215, 218, 243, 0.5) 34.37%, rgba(227, 229, 249, 0.5) 100%);
    -webkit-box-shadow: inset 0px 6px 0px rgba(221, 224, 255, 0.5);
    box-shadow: inset 0px 6px 0px rgba(221, 224, 255, 0.5);
    cursor: pointer;
    color: #7887AE;
}

.popup .close:hover {
    color: #6b97f6;
}

.popup .close .icon {
    width: 16px;
    height: 16px;
}

.popup__content {
    padding: 20px 22px;
}

.popup__tabs {
    position: relative;
    color: #7987AE;
}

.popup__tabs span {
    font-weight: 600;
    font-size: 14px;
}

.popup__tab {
    position: relative;
    padding: 14px 22px;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 2px solid transparent;
}

.popup__tab:hover {
    color: #475A89;
}

.popup__tab .icon {
    width: 0px;
    height: 16px;
    margin-right: 0px;
    opacity: 0;
    pointer-events: none;
}

.popup__tab span {
    pointer-events: none;
}

.popup__tab--active {
    border: 2px solid #EAECF4;
    color: #475A89;
}

.popup__tab--active .icon {
    width: 16px;
    opacity: 1;
    margin-right: 10px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #387be6;
}

.popup.popup--about {
    width: 320px;
}

.popup.popup--about p {
    font-size: 12px;
    line-height: 21px;
    text-align: justify;
    color: #475A89;
}

.popup.popup--about .borders {
    position: relative;
    width: 100%;
    background: url(../images/borders.svg) repeat;
    height: 8px;
    margin: 15px 0px;
}

.popup.popup--about h4 {
    margin-bottom: 15px;
}

.popup.popup--about .bets {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
}

.popup.popup--about .bets .x30__bet-heading {
    border-radius: 15px;
}

.popup table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1em;
}

.popup table thead > tr > td {
    text-transform: uppercase;
    font-weight: 500;
    color: #9daac9;
    padding-bottom: 8px;
    font-size: 12px;
}

.popup table tbody > tr > td {
    font-weight: 600;
    color: #475A89;
    padding: 8px 0px;
}

.popup__fair {
    position: relative;
    margin-top: 20px;
    word-break: break-all;
}

.popup__fair-item {
    margin-bottom: 20px;
}

.popup__fair-item:nth-last-child(1) {
    margin-bottom: 0;
}

.popup__fair-item b {
    margin-right: 10px;
    width: 90px;
}

.popup__fair-item span {
    width: calc(100% - 90px);
}

.popup.active {
    display: block;
    visibility: visible;
}

.wallet {
    position: relative;
}

.wallet__methods {
    height: 320px;
    background: #EBECF2;
    -webkit-box-shadow: inset 0px 6px 0px #DDE0FF;
    box-shadow: inset 0px 6px 0px #DDE0FF;
    border-radius: 25px;
    width: 200px;
    padding: 18px 14px;
}

.wallet__scroll {
    position: relative;
    height: 100%;
}

.wallet__method {
    position: relative;
    padding: 12px 14px;
    border-radius: 15px;
    background: #FFFFFF;
    width: 100%;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 20px;
    border-left: solid 3px transparent;
    margin-bottom: 10px;
}

.wallet__method:nth-last-child(1) {
    margin-bottom: 0;
}

.wallet__method img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    pointer-events: none;
}

.wallet__method span {
    font-weight: 600;
    max-width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
}

.wallet__method b {
    color: #7987AE;
    font-size: 12px;
    pointer-events: none;
}

.wallet__content {
    width: calc(100% - 200px);
    padding-left: 16px;
    position: relative;
}

.wallet__order {
    position: relative;
    padding-bottom: 10px;
}

.wallet__txt {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    line-height: 25px;
}

.wallet__txt span {
    color: #7987AE;
}

.wallet__txt span .icon {
    margin-left: 6px;
}

.wallet__txt b {
    font-size: 14px;
}

.wallet__txt b span {
    margin-left: 4px;
    color: #5d87e7;
}

.wallet__tabs {
    position: relative;
    color: #7987AE;
    margin-bottom: 20px;
}

.wallet__tab {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 18px;
    border-radius: 12px;
    text-transform: uppercase;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.wallet__tab:not(.wallet__tab--active):hover {
    opacity: .7;
}

.wallet__tab span {
    pointer-events: none;
}

.wallet__tab .icon {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    pointer-events: none;
}

.wallet__tab--active {
    background: #fff;
    color: #475A89;
    opacity: 1;
}

.wallet__tab--active .icon {
    color: #397ae6;
}

.wallet__history {
    position: relative;
    width: 100%;
}

.wallet__history-item {
    position: relative;
    width: 100%;
    padding: 18px;
    border-radius: 15px;
    background: rgba(235, 236, 242, 0.5);
    margin-bottom: 10px;
}

.wallet__history-item:nth-last-child(1) {
    margin-bottom: 0;
}

.wallet__history-item .wallet__method {
    padding: 0;
    background: transparent;
    margin: 0;
    margin-right: 20px;
}

.wallet__history-sum {
    font-size: 12px;
    font-weight: 600;
    color: #475A89;
}

.wallet__history-sum .icon {
    margin-left: 8px;
}

.wallet__history-status {
    font-size: 12px;
    font-weight: 500;
    color: #7987AE;
}

.x30 {
    position: relative;
}

.x30__timer {
    width: 175px;
    background: #DEE1F1;
    border-radius: 20px;
    padding: 22px;
    padding-bottom: 20px;
}

.x30__timer b {
    color: #475A89;
    font-size: 12px;
    padding-bottom: 8px;
}

.x30__timer span {
    color: #ffffff;
    font-size: 32px;
    font-weight: 900;
}

@-webkit-keyframes rocketImg {
    from {
        -webkit-transform: translateY(0.2rem) translateX(0.4rem);
        transform: translateY(0.2rem) translateX(0.4rem);
    }
    to {
        -webkit-transform: translateY(-0.2rem) translateX(-0.2rem);
        transform: translateY(-0.2rem) translateX(-0.2rem);
    }
}

@keyframes rocketImg {
    from {
        -webkit-transform: translateY(0.2rem) translateX(0.4rem);
        transform: translateY(0.2rem) translateX(0.4rem);
    }
    to {
        -webkit-transform: translateY(-0.2rem) translateX(-0.2rem);
        transform: translateY(-0.2rem) translateX(-0.2rem);
    }
}

@-webkit-keyframes rocketCoins {
    from {
        background-position: -92px 0px;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes rocketCoins {
    from {
        background-position: -92px 0px;
    }
    to {
        background-position: 0 0;
    }
}

.x30__rocket--started {
    -webkit-animation: x30Started linear 0.65s;
    animation: x30Started linear 0.65s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 1;
    -webkit-transform: rotate(15deg) translateX(30px);
    transform: rotate(15deg) translateX(30px);
}

@-webkit-keyframes x30Started {
    0% {
        opacity: 1;
        -webkit-transform: rotate(15deg) translateX(30px);
        transform: rotate(15deg) translateX(30px);
    }
    100% {
        -webkit-transform: rotate(15deg) translateX(-100px) scale(1.1);
        transform: rotate(15deg) translateX(-100px) scale(1.1);
        opacity: 0;
    }
}

@keyframes x30Started {
    0% {
        opacity: 1;
        -webkit-transform: rotate(15deg) translateX(30px);
        transform: rotate(15deg) translateX(30px);
    }
    100% {
        -webkit-transform: rotate(15deg) translateX(-100px) scale(1.1);
        transform: rotate(15deg) translateX(-100px) scale(1.1);
        opacity: 0;
    }
}

.x30__history-scroll, .x100__history-scroll {
    position: relative;
    height: 100%;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(46%, #EBECF2));
    -webkit-mask-image: linear-gradient(to left, transparent 5%, #EBECF2 46%);
    mask-image: -webkit-gradient(linear, right top, left top, color-stop(5%, transparent), color-stop(46%, #EBECF2));
    mask-image: linear-gradient(to left, transparent 5%, #EBECF2 46%);
}

.x30__history-item {
    min-width: 6px;
    height: 16px;
    margin-right: 8px;
    border-radius: 15px;
}

.x30__history-item:hover {
    opacity: .65;
}

.x30__history-item.x2 {
    background: -webkit-gradient(linear, left top, right top, from(#387475), to(#2D455D)), -webkit-gradient(linear, left top, right top, from(#9842B0), to(#6E318B));
    background: linear-gradient(90deg, #387475 0%, #2D455D 100%), linear-gradient(90deg, #9842B0 0%, #6E318B 100%);
}

.x30__history-item.x3 {
    background: -webkit-gradient(linear, left top, right top, from(#404B88), to(#344075));
    background: linear-gradient(90deg, #404B88 0%, #344075 100%);
    height: 22px;
}

.x30__history-item.x5 {
    background: -webkit-gradient(linear, left top, right top, from(#9842B0), to(#6E318B));
    background: linear-gradient(90deg, #9842B0 0%, #6E318B 100%);
    height: 25px;
}

.x30__history-item.x7 {
    background: -webkit-gradient(linear, left top, right top, from(#3AAC46), to(#36893E));

    background: linear-gradient(90deg, #3AAC46 0%, #36893E 104.75%);
    height: 29px;
}

.x30__history-item.x14 {
    background: -webkit-gradient(linear, left top, right top, from(#E64040), to(#881A1A));
    background: linear-gradient(90deg, #E64040 0%, #881A1A 104.75%);
    height: 32px;
}

.x30__history-item.x30 {
    background: linear-gradient(86.72deg, #F89F2D 2.71%, #AA480A 97.29%), linear-gradient(90deg, #404B88 0%, #344075 100%);
    height: 35px;
}

.x30__bet-placed {
    position: relative;
}

.x30__bet-placed a {
    font-weight: 600;
    color: #7887AE;
    border: !important;
    padding: 5px 5px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.x30__bet-placed a:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0%;
    height: 3px;
    border-radius: 50px;
    left: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #397ce6;
    display: none;
    border-radius: 100px;
}

.x30__bet-placed a:nth-last-child(1) {
    margin-right: 0;
}

.x30__bet-placed a:hover {
    color: #387be5;
}

.x30__bet-placed a:hover:before {
    width: 100%;
}

.x30__bet-heading {
    border-radius: 15px 15px 0px 0px;
    padding: 16px 22px;
    cursor: pointer;
}

.x30__bet-heading span {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    pointer-events: none;
}

.x30__bet-heading img {
    pointer-events: none;
    width: 32px;
    height: 32px;
}

.x30__bet-heading:before {
    -webkit-filter: blur(10rem);
    filter: blur(10rem);
}

.x30__bet-heading.x2 {
    background: linear-gradient(263.88deg, #387475 0%, #2D455D 104.75%);
}

.x30__bet-heading.x3 {
    background: linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-heading.x5 {
    background: linear-gradient(263.88deg, #9A39BB 0%, #563272 104.75%), linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-heading.x7 {
    background: linear-gradient(263.88deg, #D5437F 0%, #79364E 104.75%);
}

.x30__bet-heading.x14 {
    background: linear-gradient(263.88deg, #E64040 0%, #881A1A 104.75%);
}

.x30__bet-heading.x30 {
    background: linear-gradient(263.88deg, #F89F2D 0%, #AA480A 104.75%), linear-gradient(263.88deg, #9A39BB 0%, #563272 104.75%), linear-gradient(263.88deg, #354787 0%, #2C335F 104.75%);
}

.x30__bet-users, .x100__bet-users {
    position: relative;
}

.x30__bet-user {
    position: relative;
    border-radius: 15px;
    background: #F3F4F8;
    padding: 15px;
    margin-bottom: 12px;
}

.x30__bet-user .history__user span {
    max-width: 55px;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}

.x30__bet-sum {
    font-size: 12px;
    color: #475A89;
    font-weight: 600;
}

.x30__bonus {
    background: #DEE1F1;
    border-radius: 20px;
    height: 70px;
    position: relative;
    overflow: hidden;
    padding: 0px 5px;
    padding-right: 5px;
    width: 215px;
}

.x30__bonus:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#DEE1F1), to(rgba(222, 225, 241, 0)));
    background: linear-gradient(90deg, #DEE1F1 0%, rgba(222, 225, 241, 0) 100%);
    border-radius: 15px 0px 0px 15px;
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    z-index: 1;
    height: 100%;
}

.x30__bonus:before {
    content: '';
    background: -webkit-gradient(linear, right top, left top, from(#DEE1F1), to(rgba(222, 225, 241, 0)));
    background: linear-gradient(-90deg, #DEE1F1 0%, rgba(222, 225, 241, 0) 100%);
    border-radius: 0px 15px 15px 0px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    z-index: 1;
    height: 100%;
}

.x30__bonus-scroll {
    position: relative;
    /*overflow: hidden;*/
}

.x30__bonus-item {
    min-width: 50px;
    border-radius: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    margin: 0px 3px;
}

.x30__bonus-item.x2 {
    background: radial-gradient(50% 50% at 50% 50%, #63B2BB 0%, #476D78 100%), #C4C4C4;
}

.x30__bonus-item.x3 {
    background: radial-gradient(50% 50% at 50% 50%, #6068BC 0%, #333F74 100%), #C4C4C4;
}

.x30__bonus-item.x5 {
    background: radial-gradient(50% 50% at 50% 50%, #B54ECA 0%, #6D308A 100%);
}

.x30__bonus-item.x30 {
    background: radial-gradient(50% 50% at 50% 50%, #F4AD35 0%, #CB550D 100%);
}

.wheel__x100-bonus-x {
    position: relative;
    width: 310px;
}

.wheel__x100-bonus-scroll {
    width: 999999px;
    position: relative;
    height: 100%;
}

.wheel__x100-bonus-item {
    width: 58px;
    height: 58px;
    border-radius: 6px;
    margin: 0 3px;
}


.dice {
    position: relative;
    margin-bottom: 30px;
}

.dice__range {
    background: -webkit-gradient(linear, left top, right top, from(#7C79FF), color-stop(50%, #7C79FF), color-stop(50%, #DFDEEF), to(#DFDEEF));
    background: linear-gradient(to right, #7C79FF 0%, #7C79FF 50%, #DFDEEF 50%, #DFDEEF 100%);
    border-radius: 8px;
    height: 6px;
    outline: none;
    -webkit-transition: background 450ms ease-in;
    transition: background 450ms ease-in;
    width: 100%;
    -webkit-appearance: none;
}

.dice__range::-webkit-slider-thumb {
    background: #6F6BFF;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
}

.dice__slider-inner {
    position: relative;
    -webkit-transition: 1s ease;
    transition: 1s ease;
}

.dice__slider-item {
    position: relative;
    width: 100%;
    height: 125px;
}

.dice__select-chance {
    position: relative;
    border: solid 2px #dfdeef;
    border-radius: 15px;
    margin-top: 15px;
}

.dice__select-chance a {
    width: 50%;
    display: inline-block;
    padding: 12px 15px;
    text-align: center;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.dice__select-chance a.active {
    background: #29315d;
    color: #fff;
}

.dice__check {
    position: relative;
}

.dice__check-chance {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 900;
}

.dice__check-result {
    position: relative;
}

.dice__check-result span {
    padding: 8px 12px;
    border-radius: 15px;
    background: #e1e6ff;
    font-size: 32px;
    font-weight: 900;
    color: #757ea6;
    margin: 0 3px;
}

.dice__check-result b {
    font-size: 24px;
    font-weight: 900;
    color: #757ea6;
}

.dice__check-result--lose span {
    background: #faa;
    color: #ee6565;
}

.dice__check-result--lose b {
    color: #ee6565;
}

.dice__check-result--win span {
    background: #8ce0c4;
    color: #369273;
}

.dice__check-result--win b {
    color: #369273;
}

.mines {
    position: relative;
    margin-bottom: 30px;
}

.mines .x30__bet-placed a:before {
    content: none;
}

.mines__bomb {
    position: relative;
}

.mines__bomb a {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    border-radius: 50px;
    color: #8C9DC8;
}

.mines__bomb--active {
    background: rgb(107 131 246 / 16%);
    color: #397ce6 !important;
}

.mines__scroll {
    overflow: auto;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(76%, #EBECF2));
    -webkit-mask-image: linear-gradient(to left, transparent 0%, #EBECF2 76%);
}


.mines__scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-radius: 50px;
}

.mines__scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 50px;
}


.mines__x-item {
    min-width: 120px;
    position: relative;
    border-radius: 20px;
    background: #fff;
    font-weight: 500;
    padding: 18px;
    border: 2px solid transparent;
    margin-right: 10px;
}

.mines__x-item p {
    font-size: 12px;
    padding-bottom: 8px;
    color: #7987AE;
}

.mines__x-item p span {
    color: #8C9DC8;
}

.mines__x-item b {
    font-size: 18px;
    font-weight: 900;
}

.mines__x-item--win {
    border: 2px solid #6EF0AA;
}

.mines__x-item--lose {
    border: 2px solid #F59EA1;
}

.mines__path--lose, .mines__path--win {
    opacity: 0;
    visibility: hidden;
    display: none;
    width: 24px;
    height: 24px;
}

.mines__path-item {
    width: 62px;
    height: 62px;
    border-radius: 15px;
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #D7DAF3 34.37%, #E3E5F9 100%), #C4C4C4;
    -webkit-box-shadow: inset 0px 6px 0px #DDE0FF;
    box-shadow: inset 0px 6px 0px #DDE0FF;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    margin-bottom: 6px;
    cursor: pointer;
}

.mines__path.level_16 .mines__path-item {
    width: calc(340px / 4 - 6px);
    height: calc(340px / 4 - 6px);
}

.mines__path.level_25 .mines__path-item {
    width: calc(340px / 5 - 6px);
    height: calc(340px / 5 - 6px);
}

.mines__path.level_36 .mines__path-item {
    width: calc(340px / 6 - 6px);
    height: calc(340px / 6 - 6px);
}

.mines__path.level_49 .mines__path-item {
    width: calc(340px / 7 - 6px);
    height: calc(340px / 7 - 6px);
}


.mines__path-item:not(.mines__path-item--lose):not(.mines__path-item--win):hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.mines__path-item--win {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #34AE6D 34.37%, #5BC08A 100%);
    -webkit-box-shadow: inset 0px 6px 0px #5CC18A;
    box-shadow: inset 0px 6px 0px #5CC18A;
    color: #fff;
}

.mines__path-item--win .mines__path--win {
    opacity: 1;
    visibility: visible;
    display: block;
}

.mines__path-item--lose {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%);
    -webkit-box-shadow: inset 0px 6px 0px #F59EA1;
    box-shadow: inset 0px 6px 0px #F59EA1;
    color: #fff;
}

.mines__path-item--lose .mines__path--lose {
    opacity: 1;
    visibility: visible;
    display: block;
}

.mines__bonus {
    width: 100%;
    margin-top: 10px;
}

.mines__check {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
    color: #475A89;
    font-weight: 600;
}

.mines__check:before, .mines__check:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg) repeat;
}

.mines__check::before {
    left: 0;
    top: 0;
}

.mines__check::after {
    right: 0;
    bottom: 0;
}

.mines__check .icon {
    margin-left: 6px;
}

.mines__check-sum--total {
    color: #2D2A73;
}

.x100 .x30__bet-user .history__user span {
    max-width: 45px;
}

.x100 .x30__bet-heading {
    padding: 22px 22px;
}

.x100 .x30__bet-heading.x2 {
    background: #1F2872;
}

.x100 .x30__bet-heading.x3 {
    background: #33C9C0;
}

.x100 .x30__bet-heading.x10 {
    background: #FF8049;
}

.x100 .x30__bet-heading.x15 {
    background: #7A49FF;
}

.x100 .x30__bet-heading.x20 {
    background: #f2ac44;
}

.x100 .x30__bet-heading.x100 {
    background: #FF5247;
}

.x100 .x30__history-item.x2 {
    background: #1F2872;
    height: 10px;
}

.x100 .x30__history-item.x3 {
    background: #33C9C0;
    height: 15px;
}

.x100 .x30__history-item.x10 {
    background: #FF8049;
    height: 20px;
}

.x100 .x30__history-item.x15 {
    background: #7A49FF;
    height: 25px;
}

.x100 .x30__history-item.x20 {
    background: #FFD849;
    height: 30px;
}

.x100 .x30__history-item.x100 {
    background: #FF5247;
    height: 35px;
}

.keno {
    position: relative;
    padding: 0px 0px;
    background: #F7F7FF;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-radius: 30px;
}

.keno__mines {
    min-height: 470px;
    position: relative;
    background: url(../images/games/keno/keno__bg.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 40px;
}

.keno__mines:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg);
}

.keno__canvas-item {
    height: 68px;
    min-width: 70px;
    position: relative;
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #D7DAF3 34.37%, #E8EAFF 100%);
    border-radius: 25px;
    margin-top: 8px;
    cursor: pointer;
    border-top: solid 8px #DDE0FF;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

.keno__canvas-item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.keno__canvas-number {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -2px;
    pointer-events: none;
}

.keno__cancel-select span, .keno__auto-select span {
    cursor: pointer;
}

.keno__cancel-select {
    position: relative;
    /*pointer-events: none;*/
}

.keno__cancel-select .icon {
    color: #FF6B6B;
}

.keno__auto-select {
    position: relative;
    /*pointer-events: none;*/
}

.keno__auto-select .icon {
    color: #6D6AF2;
}

.keno__coeff-scroll {
    position: relative;
    overflow: auto;
    width: 100%;
    padding-bottom: 0px;
}

.keno__coeff-scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
    border-radius: 50px;
}

.keno__coeff-scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 50px;
    -webkit-box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.1);
    box-shadow: inset 1px 1px 10px rgba(64, 55, 87, 0.1);
}

.keno__coeff-item {
    border: 1px solid #E3E6FF;
    border-radius: 11px;
    min-width: 120px;
    padding: 13px 16px;
    line-height: 24px;
    margin-right: 20px;
}

.keno__coeff-item span {
    font-size: 12px;
    color: #8B94B1;
}

.keno__canvas-item--is-revealed {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%);
    border-top: solid 8px #fba3a7;
    color: #fff;
    pointer-events: none;
}

.keno__canvas-item--is-revealed .keno__canvas-number {
    top: -4px;
}

.keno__canvas-item--is-selected {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #5F5CE5 34.37%, #7CB1FF 100%);
    border-top: solid 8px #7cb1ff;
    color: #fff;
    /*pointer-events: none;*/
}

.keno__canvas-item--is-selected .keno__canvas-number {
    top: -4px;
}

.keno__canvas-item--has-hit {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #34AE6D 34.37%, #5BC08A 100%);
    border-top: solid 8px #5bc08a;
    color: #fff;
    pointer-events: none;
}

.keno__canvas-item--has-hit .keno__canvas-number {
    top: -4px;
}

.keno__mines-win {
    position: absolute;
    padding: 15px 15px;
    border-radius: 15px;
    background: #5261E8;
    padding-right: 7px;
    z-index: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.keno__mines-win:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/games/keno/confetti.svg) no-repeat center center/contain;
}

.keno__mines-win span {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.keno__mines-win b {
    padding: 8px 16px;
    margin-left: 15px;
    background-color: #3845B6;
    border-radius: 15px;
    color: #5AEBFF;
}

.crash {
    position: relative;
    margin-bottom: 30px;
}

.crash .x30__bet-placed a:before {
    content: none;
}

.crash label > span {
    color: #929DBB;
    padding-left: 6px;
}

.crash__history-item {
    padding: 12px 16px;
    border-radius: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
}

.crash__history-item:hover {
    opacity: .65;
}

.crash__history-item span {
    pointer-events: none;
}

.crash__history-item.x1 {
    background: #2D2A73;
}

.crash__history-item.x2 {
    background: #387be5;
}

.crash__history-item.x3 {
    background: #FFA462;
}

.crash__history-item.x5 {
    background: #FF49D7;
}

.crash__history-users {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.crash__history-item-user {
    position: relative;
    padding: 0px 12px;
    height: 58px;
    border-radius: 15px;
    background: #fff;
}

.crash__history-item-user .history__user {
    font-weight: 500;
}

.crash__history-item-user .icon.money {
    margin-left: 8px;
    color: #767DAB;
}

.crash__history-user-x {
    margin-left: 20px;
    height: 48px;
    border-radius: 15px;
    background: #EBECF2;
    padding-left: 17px;
    display: none;
    min-width: 175px;
}

.crash__history-user-x .bx-input__text {
    color: #29315D;
    font-weight: 600;
}

.crash__history-user-x .icon.money {
    color: #387be5;
}

.crash__history-user-x .crash__history-item {
    pointer-events: none;
    margin: 0;
}


.coinflip {
    position: relative;
}

.coinflip__place {
    width: 50%;
    min-height: 120px;
    background-color: #F3F4F8;
    border-radius: 15px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer;
    position: relative;
}

.coinflip__place b {
    position: relative;
    z-index: 1;
    color: #475A89;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    pointer-events: none;
}

.coinflip__place--active b {
    color: #387be5;
}

.coinflip__wrapper {
    -webkit-perspective: 2000px;
    perspective: 2000px;
    width: 154px;
    height: 154px;
}

.coinflip__wrapper img {
    max-width: 154px;
    pointer-events: none;
}

.tournier__separate {
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg) repeat;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}


.bonus {
    position: relative;
    max-width: 1322px;
    margin: 0 auto;
}

.bonus__rotate {
    position: relative;
    pointer-events: none;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 30px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 30px 0;
    }
    to {
        background-position: 0 0;
    }
}

.faq {
    position: relative;
}

.faq__item {
    background: #F3F4F8;
    border-radius: 15px;
    position: relative;
    max-height: 60px;
    overflow: hidden;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    margin-bottom: 12px;
}

.faq__item:nth-last-child(1) {
    margin-bottom: 0;
}

.faq__item.faq__item--opened .faq__item-heading span {
    color: #397ce6;
}

.faq__item.faq__item--opened .faq__item-heading:after {
    opacity: 0;
}

.faq__item.faq__item--opened .faq__item-question {
    background: linear-gradient(91.96deg, #397ce6 1.43%, #4397ff 98.35%);
}

.faq__item-heading {
    position: relative;
    height: 60px;
    padding: 11px 16px;
    cursor: pointer;
}

.faq__item-heading:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 50px;
    background: #7887AE;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.faq__item-heading:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    border-radius: 50px;
    background: #7887AE;
    right: 25px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
}

.faq__item-heading span {
    position: relative;
    color: #475A89;
    font-weight: 500;
    pointer-events: none;
}

.faq__item-question {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: linear-gradient(91.96deg, #475A89 1.43%, #2D3F6B 98.35%);
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-right: 15px;
    pointer-events: none;
}

.faq__item-body {
    padding: 10px 20px;
    position: relative;
    border-top: solid 1px #eaedfb;
}

.faq__item-body p {
    margin: 10px 0px;
    font-size: 12px;
    color: #7785a4;
    font-weight: 500;
    line-height: 22px;
}

.profile {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.profile:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../images/borders.svg) repeat;
}

.profile__user {
    width: 280px;
    padding: 30px;
    position: relative;
    border-radius: 25px;
    background: #F3F4F8;
}

.profile__top {
    position: relative;
    width: 100%;
}

.profile__top b {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}

.profile__top a {
    font-size: 12px;
    font-weight: 500;
    color: #7987AE;
}

.profile__top a:hover {
    color: #626f92;
}

.profile__top a .icon {
    margin-right: 6px;
    pointer-events: none;
}

.profile__top a span {
    pointer-events: none;
}

.profile__avatar {
    width: 200px;
    height: 150px;
    position: relative;
    background: url(../images/profile/profile-border.png) no-repeat center center/contain;
}

.profile__avatar-ellipse {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #171b28;
}

.profile__avatar-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.profile__username {
    position: relative;
    line-height: 24px;
    margin-bottom: 20px;
}

.profile__username b {
    font-size: 16px;
    font-weight: 600;
}

.profile__username span {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8591B5;
}

.profile__balance {
    width: 100%;
}

.profile__balance span {
    font-weight: 600;
}

.profile__balance .icon {
    margin-right: 8px;
}

.profile__stats {
    position: relative;
    width: calc(100% - 280px);
    padding-left: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.profile__stat-item {
    padding: 26px;
    position: relative;
    border-radius: 25px;
    background: #F3F4F8;
}

.profile__stat-item b {
    text-transform: uppercase;
    font-size: 12px;
    padding-bottom: 12px;
    color: #7987AE;
}

.profile__stat-item span {
    font-weight: 900;
    font-size: 24px;
}

.profile__settings {
    position: relative;
}

.profile__settings-check {
    position: relative;
}

.profile__settings-check label {
    color: #475A89;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.profile__settings-check label:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #CCCFE4;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 9px;
    margin-right: 12px;
}

.text {
    position: relative;
    background: #F3F4F8;
    border-radius: 30px;
    overflow: hidden;
}

.text__banner {
    position: relative;
    padding: 30px;
    padding-bottom: 10px;
}

.text__banner-inner {
    position: relative;
    border-radius: 20px;
    background: #fff;
    padding: 18px 20px;
    color: #475A89;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

.text__content {
    padding: 10px 30px;
    padding-bottom: 30px;
}

.text__content h3 {
    margin-bottom: 25px;
}

.text__content p {
    position: relative;
    margin: 15px 0;
    font-size: 12px;
    color: #475A89;
    line-height: 20px;
}

.text__content p:nth-last-child(1) {
    margin: 0;
}

.text__borders {
    position: relative;
    width: 100%;
    margin: 20px 0px;
    height: 8px;
    background: url(../images/borders.svg) repeat;
}


 .dopPlusBetX100 {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    padding: 5px 20px;
    font-weight: 600;
    font-size: 16px;
    z-index: 10;
    cursor: default;
    border-radius: 0px 10px 0px 10px;
}

.dopPlusBetX100 {
    right: 50%;
    transform: translateX(50%);
    background: gray;
    color: white;
    border-radius: 0px 0px 10px 10px;
}


.system_mess {
    background: #7001b2;

}

.system_mess span {
    color: white !important;
}

.x30__bet-heading.x7 {
    background: linear-gradient(
        263.88deg, #3AAC46 0%, #36893E 104.75%);
}

.x30__history-item.x7 {
    background: linear-gradient(
        90deg, #3AA946 0%, #378F40 100%), linear-gradient(
        90deg, #9842B0 0%, #6E318B 100%);
}

.theme--dark {
    background: #1b2030;
    color: #fff;
}

.theme--dark .header {
    background: #1b2030;
}

.theme--dark .chat {
    background: linear-gradient(262deg, #20273a 2.45%, rgba(30, 34, 63, 0) 61.7%) !important;
    border-color: #20273b;
}

.theme--dark .sidebar__games:before, .theme--dark .sidebar__profile:before {
    background: #1b2030;
    display: none;
}

.theme--dark .sidebar__block {
    background: #20273a;
}

.theme--dark .sidebar__logotype a {
    background: url(../images/logotype-dark.svg) no-repeat center center/contain;
}

.theme--dark .sidebar__game {
    color: #4e6287;
}

.theme--dark .sidebar__game-name {
    background: #29324c;
    /* border: 1px solid #2d3650; */
}

.theme--dark .header__user-balance {
    color: #fff;
}

.theme--dark .header__user-profile {
    background: #171b28;
    color: #7486b7;
}

.theme--dark .header__user-profile:before {
    border: 6px solid transparent;
    border-top: 7px solid #7486b7;
}

.theme--dark .header__user-profile.dropdown, .theme--dark .header__user-dropdown {
    background: #171b28;
}

.theme--dark .header__user-dropdown a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.02);
    color: #7486b7;
}

.theme--dark .header__user-dropdown a:hover {
    color: #5a85e7;
    background: rgba(255, 255, 255, 0.01);
}

.theme--dark .header__user-dropdown a b {
    color: #7486b7;
}

.theme--dark .history table thead tr td {
    color: #485c80;
}

.theme--dark .history table tbody tr td {
    color: #FFF;
    background: #20273a;
}

.theme--dark .footer__link a {
    color: #485c80;
}

.theme--dark .footer__text {
    color: rgb(72 87 128 / 50%);
}

.theme--dark .history__x-bg {
    opacity: 0.02;
}

.theme--dark .history:before {
    background: url(../images/borders--dark.svg) repeat;
}

.theme--dark .chat__input input::-webkit-input-placeholder {
    color: #7486b7;
}

.theme--dark .chat__input input {
    color: #7486b7;
}

.theme--dark .chat__msg-info span {
    color: #7486b7;
}

.theme--dark .chat__msg-message {
    background: #20273a;
}

.theme--dark .chat__buttons-admins a {
    color: #7489b7;
    opacity: .5;
}

.theme--dark .chat__buttons-admins a:hover {
    opacity: .65;
}

.theme--dark .preloader {
    background-color: #1b2030;
}

.theme--dark .x30__timer {
    background: #20273a;
}

.theme--dark .x30__timer b {
    color: #7486b7;
}

.theme--dark .sidebar__game--active {
    color: #ffffff;
}

.theme--dark .bx-input__input {
    background: #20273a;
}

.theme--dark .bx-input__input label {
    color: #516496;
}

.theme--dark .bx-input__input input, .theme--dark .x30__bet-placed a, .theme--dark .x30__bet-user .history__user span {
    color: #7486b7;
}

 .theme--dark .x30__bet-user {
    background: #20273a;
}

.theme--dark .x30__bet-sum {
    color: #516496;
}

.theme--dark .dice__select-chance {
    border-color: #20273b;
}

.theme--dark .dice__select-chance a.active {
    background: #20273a;
}

.theme--dark .dice__range {
    background: -webkit-gradient(linear, left top, right top, from(#7C79FF), color-stop(50%, #7C79FF), color-stop(50%, #20273a), to(#20273a));
    background: linear-gradient(to right, #7C79FF 0%, #7C79FF 50%, #20273a 50%, #20273a 100%);
}

.theme--dark .x30__bonus:after {
    background: -webkit-gradient(linear, left top, right top, from(#1b2030), to(rgba(30, 34, 63, 0)));
    background: linear-gradient(90deg, #1b2030 0%, rgba(30, 34, 63, 0) 100%);
}

.theme--dark .x30__bonus:before {
    background: -webkit-gradient(linear, right top, left top, from(#1b2030), to(rgba(30, 34, 63, 0)));
    background: linear-gradient(-90deg, #1b2030 0%, rgba(30, 34, 63, 0) 100%);
}

.theme--dark .x30__bonus, .theme--dark .mines__x-item {
    background: #171b28;
}

.theme--dark .mines__x-item b {
    color: #fff;
}

.theme--dark .mines__path-item--win {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #34AE6D 34.37%, #5BC08A 100%) !important;
    -webkit-box-shadow: inset 0px 6px 0px #5cc18a !important;
    box-shadow: inset 0px 6px 0px #5cc18a !important;
}

.theme--dark .mines__path-item--lose {
    -webkit-box-shadow: inset 0px 6px 0px #8f3947 !important;
    box-shadow: inset 0px 6px 0px #8f3947 !important;
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%) !important;
}

.theme--dark .mines__path-item {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #24304a 34.37%, #293356 100%), #1b2030;
    -webkit-box-shadow: inset 0px 6px 0px #2e3560;
    box-shadow: inset 0px 6px 0px #2e3560;
}

.theme--dark .crash__history-item-user {
    background: #20273a;
}

.theme--dark .history__user span {
    color: #7486b7;
}

.theme--dark .crash__history-user-x {
    background: #1b1e37;
    padding-right: 4px;
}

.theme--dark .crash__history-user-x .bx-input__text {
    color: #fff;
}

.theme--dark .keno {
    background: #20273a;
}

.theme--dark .keno__mines {
    background: url(../images/games/keno/keno__bg--dark.png) no-repeat center center;
    background-size: cover;
    min-height: 510px;
}

.theme--dark .keno__mines:before {
    background: none;
}

.theme--dark .keno__cancel-select {
    color: #FF6B6B;
}

.theme--dark .keno__auto-select {
    color: #6D6AF2;
}

.theme--dark .keno__coeff-item {
    border: 1px solid #323758;
}

.theme--dark .keno__coeff-item b {
    color: #fff;
}

.theme--dark .keno__canvas-item {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #282d50 34.37%, #2a2f54 100%), #1c203b;
    border-top: solid 8px #2f345a;
    color: #7486b7;
}

.theme--dark .keno__canvas-item--is-selected {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #5F5CE5 34.37%, #7CB1FF 100%);
    border-top: solid 8px #7cb1ff;
    color: #fff;
}


.theme--dark .keno__canvas-item--is-revealed {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, rgba(240, 39, 39, 0.5) 34.37%, rgba(255, 80, 80, 0.5) 100%);
    border-top: solid 8px #923c4c;
    color: #fff;
    pointer-events: none;
}

.theme--dark .keno__canvas-item--has-hit {
    background: radial-gradient(63.64% 63.64% at 50% 88.64%, #34AE6D 34.37%, #5BC08A 100%);
    border-top: solid 8px #5bc08a;
    color: #fff;
    pointer-events: none;
}

.theme--dark .user-status.new {
    background: #404468;
}

.theme--dark .faq__item {
    background: #20273a;
}

.theme--dark .faq__item-heading span {
    color: #6c81b5;
}

.theme--dark .faq__item-body {
    border-top: solid 1px #2a2f52;
}

.theme--dark .overlayed {
    background: rgb(0 0 0 / 70%);
}

.theme--dark .popup {
    background: #1b2030;
}

.theme--dark .popup__tab--active {
    border: 2px solid #202638;
    color: #ffffff;
    background: #202638;
}

.theme--dark .popup__tab:hover {
    color: #9fafd8;
}

.theme--dark .popup__title:before, .theme--dark .popup.popup--about .borders, .theme--dark .mines__check::before, .theme--dark .mines__check::after {
    background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #323d5c), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #32375c), color-stop(0.75, #32375c), color-stop(0.75, transparent), to(transparent));
    background-size: 30px 30px;
    height: 5px;
}

.theme--dark .wallet__methods {
    background: #202638;
    -webkit-box-shadow: inset 0px 6px 0px #202638;
    box-shadow: inset 0px 6px 0px #202638;
}

.theme--dark .wallet__method {
    background: #252d42;
}

.theme--dark .wallet__history-left .wallet__method {
    background: transparent;
}

.theme--dark .wallet__method span {
    color: #fff;
}

.theme--dark .popup .bx-input__input, .theme--dark .wallet__history-item {
    background: #202638;
}

.theme--dark .wallet__txt b {
    color: #fff;
}

.theme--dark .popup .close {
    background: #20273a;
    -webkit-box-shadow: inset 0px 6px 0px #20273a;
    box-shadow: inset 0px 6px 0px #20273a;
}

.theme--dark .wallet__tab--active {
    background: #252d42;
    color: #fff;
}

.theme--dark .popup.popup--about h4, .theme--dark .popup__title, .theme--dark .dice__check-chance, .theme--dark .mines__check-sum--total {
    color: #fff;
}

.theme--dark .select {
    background-color: #202638;
}

.theme--dark .text {
    background: #20273a;
}

.theme--dark .text__banner-inner {
    background: #2b3552;
}

.theme--dark .text__borders {
    background: url(../images/borders--dark.svg) repeat;
}

.theme--dark .text__content p {
    color: #7486b7;
}

.theme--dark .profile__user, .theme--dark .profile__stat-item, .theme--dark .profile__settings-check label:before {
    background: #20273a;
}

.theme--dark .profile:before {
    background: url(../images/borders--dark.svg) repeat;
}

.theme--dark .mobile-menu {
    background: #171b28;
}

@media only screen and (max-width: 1125px) {
    .theme--dark .chat {
        background: #1b2030 !important;
    }
}

.theme--dark .chat:before, .theme--dark .mobile-navbar:before {
    background: url(../images/borders--dark.svg) repeat;
}

.theme--dark .mobile-navbar {
    background-color: #1b2030;
}

.theme--dark .mobile-navbar a {
    background: #202638;
}

.theme--dark .coinflip__place {
    background-color: #20273a;
}

.theme--dark .coinflip__place b {
    color: #7188bf;
}


.header__user-dropdown a em {
    font-style: normal;
    font-weight: 500;
    padding: 5px;
    border-radius: 4px;
    background: #ca5252;
    color: #fff;
    font-size: 8px;
    margin-left: 10px;
    pointer-events: none;
}

.keno__canvas-item.blocked {
    pointer-events: none;
}

.chat__promocode-img {
    position: absolute;
    left: -20px;
    top: -20px;
    pointer-events: none;
}

.chat__promocode-timer {
    position: relative;
    padding-top: 15px;
}

.chat__promocode-timer span:not(.chat__promocode-timer--span) {
    margin: 0px 4px;
    font-weight: 900;
    color: rgb(50 59 86);
}

.chat__promocode-timer--span {
    width: 28px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgb(57 125 230 / 20%);
    border-radius: 7px;
    font-size: 18px;
    font-weight: 900;
    color: #397ce6;
    margin: 0px 3px;
}

.shoot {
    position: relative;
}

@-webkit-keyframes translateDrop {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(calc((115px + 16px) * 47 * -1));
        transform: translateX(calc((115px + 16px) * 47 * -1));
    }
}

@keyframes translateDrop {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(calc((115px + 16px) * 47 * -1));
        transform: translateX(calc((115px + 16px) * 47 * -1));
    }
}

@keyframes background {
    50% {
        background: darkviolet;
        box-shadow: 0 -140px 70px -120px mediumorchid inset,
        0 -210px 70px -120px teal inset,
        0 -280px 70px -120px plum inset;
    }
}

.shoot .coinflip {
    width: 100%;
    position: relative;
    background: #31251A url(../images/games/coin/pattern.png) no-repeat center center/contain;
    border-radius: 20px;
}

.shoot .coinflip img {
    pointer-events: none;
}

.shoot .coinflip__wrapper {
    position: relative;
}

.shoot .coinflip__wrapper b {
    position: absolute;
    z-index: 1;
    font-size: 32px;
    font-weight: 900;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@-webkit-keyframes shoot {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes shoot {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.theme--dark .tournier__separate {
    background: url(../images/borders--dark.svg) repeat;
}

.coinflip__wrapper div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    -webkit-backface-visibility: hidden;
}


.coinflip__wrapper {
    transition: -webkit-transform 1s ease-in;
    -webkit-transform-style: preserve-3d;
}

.animated.flip_1 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip_tale;
    animation-name: flip_tale
}

.animated.flip_2 {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(180deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(180deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(180deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(180deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(180deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}


@-webkit-keyframes flip_tale {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(360deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip_tale {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(50px) rotateX(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(360deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateX(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateX(360deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}


.cap_new {
    width: 64px;
    opacity: 1;
    position: absolute;
    left: -3px;
    top: -9px;
}


.wallet__history-status {
    padding: 5px 7px;
    background: transparent;
    border-radius: 8px;
}

.wallet__history-status.warning {
    background: #e3b448;
    color: #000;
}

.wallet__history-status.success {
    background: #69df69;
    color: #000;
}

.wallet__history-status.error {
    background: #ed4e4e;
    color: #fff;
}


.newTimerBlock {
    background: #F2DEA7;
    border: solid 4px #F7AF69;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 25px;
    position: relative;
}


.newTimerText {
    margin: 5px;
    text-transform: uppercase;
    font-weight: 900;
    color: #433614;
    font-size: 16px;
}

.newTimerBlock .chat__promocode-img {
    right: -20px;
    transform: rotateY(180deg);
    left: auto;
}

.diceBoom {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    transform-style: preserve-3d;
    transform: rotate3d(0, 0.9, 0.9, 90deg);
    transition: 0.5s cubic-bezier(0.42, 1.57, 0.62, 0.86);
}

.diceBoom.rolling {
    animation: rotatePerFace 3s cubic-bezier(0.42, 1.57, 0.62, 0.86) infinite;
}

.diceBoom.throw {
    animation: rotateDice 0.7s ease-in reverse, throwDice 1s linear;
}

.diceBoom .left {
    transform: rotateY(-90deg) translateZ(50px);
}

.diceBoom .left::after {
    margin: -40px 0 0 -40px;
    box-shadow: 30px 30px #131210, 60px 60px #131210;
}

.diceBoom .right {
    transform: rotateY(90deg) translateZ(50px);
}

.diceBoom .right::after {
    margin: -30px 0 0 -30px;
    background-color: #131210;
    box-shadow: 40px 0px #131210, 0px 40px #131210, 40px 40px #131210;
}

.diceBoom .bottom {
    transform: rotateX(-90deg) translateZ(50px);
}

.diceBoom .bottom::after {
    margin: -36px 0 0 -36px;
    box-shadow: 26px 26px #131210, 52px 52px #131210, 52px 0px #131210, 0px 52px #131210;
}

.diceBoom .back {
    transform: rotateX(180deg) translateZ(50px);
}

.diceBoom .back::after {
    margin: -40px 0 0 -30px;
    box-shadow: 40px 0px #131210, 0px 30px #131210, 40px 30px #131210, 0px 60px #131210, 40px 60px #131210;
}

@keyframes rotateDice {
    30% {
        transform: rotate3d(1, 1, 1, 0deg);
    }
    100% {
        transform: rotate3d(1, 1, 1, 720deg);
    }
}

@keyframes rotatePerFace {
    16% {
        transform: rotate3d(-0.1, 0.6, -0.4, 180deg);
    }
    32% {
        transform: rotate3d(-0.85, -0.42, 0.73, 180deg);
    }
    48% {
        transform: rotate3d(-0.8, 0.3, -0.75, 180deg);
    }
    64% {
        transform: rotate3d(0.3, 0.45, 0.9, 180deg);
    }
    80% {
        transform: rotate3d(-0.16, 0.6, 0.18, 180deg);
    }
    100% {
        transform: rotate3d(-0.1, 0.3, -1, 180deg);
    }
}

@keyframes throwDice {
    20% {
        margin-top: -100px;
    }
    40% {
        margin-top: 0px;
    }
    60% {
        margin-top: -30px;
    }
    80% {
        margin-top: 0px;
    }
    85% {
        margin-top: -10px;
    }
    90% {
        margin-top: 0px;
    }
    95% {
        margin-top: -3px;
    }
    100% {
        margin-top: 0px;
    }
}


.controller {
    position: absolute;
    width: 200px;
    padding: 20px;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    line-height: 40px;
}

.betBlock {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #20273a;
}

.betBlock button {
    /*background: red;*/
}

@media (max-width: 520px) {
    .header__user-balance-add {
        display: none;
    }

    .popup__tab {
        position: relative;
        padding: 11px 15px;
        border-radius: 12px;
    }

    .popup__tab .icon {
        width: 0px;
        height: 14px;
        margin-right: 0px;
        opacity: 0;
        pointer-events: none;
    }

    .popup__tab--active .icon {
        width: 14px;
        opacity: 1;
        margin-right: 6px;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        color: #397ae6;
    }

    .popup__title span {
        font-size: 10px !important;
    }

    html, body {
        height: 100% !important;
    }

    .overlayed {

        padding: 0px 10px;
    }
}

.mobile-menu__links .icon {
    fill: #46537B !important;
    width: 40px;
    height: 40px;
}

.mobile-menu__links .active .icon {
    fill: #0057FF !important;
    width: 40px;
    height: 40px;
}

.chat__msg-message.mess span {
    overflow-wrap: break-word; /* не поддерживает IE, Firefox; является копией word-wrap */
    word-wrap: break-word;
}

.promocodeInput {
    width: calc(100% - 151px - 10px);
}

.promocodeInputBtn {
    width: 151px;
    height: 55px
}

@media (max-width: 450px) {
    .promocodeInputBlock {
        display: block;
    }

    .promocodeInput {
        width: 100%;
    }

    .promocodeInputBtn {
        margin-top: 10px;
        width: 100%;
    }
}

.wallet__history {
    max-height: 350px;
    overflow: auto;
}

@media (max-width: 475px) {
    .toast-top-right {
        margin-top: 60px !important;
    }
}

.wallet__history::-webkit-scrollbar {
    width: 12px; /* ширина scrollbar */
}

.wallet__history::-webkit-scrollbar-track {
    background: #1b2030; /* цвет дорожки */
}

.wallet__history::-webkit-scrollbar-thumb {
    background-color: #213875; /* цвет плашки */
    border-radius: 20px; /* закругления плашки */
    border: 3px solid #1b2030; /* padding вокруг плашки */
}


.auth_blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

/* .auth_block{
  height: 100px;
  border-radius: 10px;
  background: red;
  padding: auto;
}

.auth_block .icon{
  margin: auto;
  display: block;
  position: relative;
  top:50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}  */

.x30__bet-placed.d-flex.align-center.justify-space-between a {
    background: #283048;
    height: 33px;
    padding: 0px 10px;
    border-radius: 9px;
    width: 100%;
    height: 40px;
}

.x30__bet-placed.d-flex.align-center.justify-space-between {
}

.x30__bet-placed.d-flex.align-center.justify-space-between a:hover {
    color: #fff !important;
    background: #353c58 !important;
}

.bx-input__input.d-flex.align-center.justify-space-between {
    margin-bottom: 10px;
}

.history__sum.d-flex.align-center.justify-center {
    color: #f2ad44;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7486b7;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #7486b7;
}

.ss-content {
    width: auto !important;
}

.x30__bet-placed.d-flex.align-center.justify-space-between.payments {
    margin-bottom: 20px;
}

@media (max-width: 475px) {
    .toast-top-right {
        margin-top: 60px !important;
    }
}
