@font-face {
    font-family: "DS Dots";
    src: url("../fonts/ds-dots-medium.ttf") format('truetype');
}

@font-face {
    font-family: "Epson1";
    src: url("../fonts/epson1.ttf") format('truetype');
}

.crash-main {
    padding: 0 12px;
    display: flex;
    align-items: start;
    gap: 12px;
    margin-bottom: 8px;
}

.crash-game .game-settings:after {
    width: 130px;
    height: 100px;
    background: url("../images/nd/crash/icon.png");
    background-size: cover;
}

.crash-airport {
    position: relative;
    width: calc(50% - 6px);
    height: 339px;
    border-radius: 6px;
    overflow: hidden;
}

.crash-rate {
    width: calc(50% - 6px);
    border-radius: 6px;
    padding: 20px;
    background: rgba(131, 128, 154, 0.15);
}

.bg {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-1 {
    background: url("../images/nd/crash/bg-1.jpg");
    width: 396px;
    height: 100%;
}
.bg-2 {
    background: url("../images/nd/crash/bg-2.jpg") repeat-x;
    height: 100%;
    width: 120000px;
}
.bg-1,
.bg-2 {
    position: relative;
    flex-shrink: 0;
}
.plane {
    position: absolute;
    transition: transform 1s ease;
    transform-origin: center;
    z-index: 1;
}

.sky {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Рестайлинг шаблона global */
.pointsBalance-crash__text {
    display: none;
}


body.old {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background: url(../images/bg-old.jpg) center top no-repeat rgb(18, 2, 5);
    /* elka rgb(26, 29, 44) */
    background-attachment: fixed;
}
body.old.chatOpen {
    padding-left: 0;
}

body.old .top-menu {
    display: block !important;
}

body.old .logoblock {
    grid-area: 1 / 1 / 3 / 2;
    flex-direction: column;
}
body.old .logoblock-img {
    width: auto;
}
body.old .head-description {
    width: 100%;
}
body.old .head-description .onlineUsers {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
body.old .head-description .onlineUsers:after {
    position: static;
    margin-left: 10px;
}
body.old .head-description .onlineUsers br {
    display: none;
}

body.old .header {
    display: grid;
    grid-template-columns: 280px auto;
    grid-template-rows: 1fr auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 1170px;
    margin-bottom: 40px;
    justify-content: start;
}

body.old .right-toolbar {
    position: relative;
    height: auto;
    margin-left: 20px;
    grid-area: 1 / 2 / 2 / 3;
}
body.old .pointsBalance + .menu-button {
    display: none;
}
body.old .menu-button.currencyChange {
    display: none;
}

body.old .pointsBalance.menu-button {
    background: transparent;
    height: auto;
    position: absolute;
    right: 100px;
    top: 0;
    padding: 0;
}
body.old .pointsBalance-btn img {
    display: none;
}
body.old .pointsBalance-btn span {
    color: #fff;
    font-weight: initial;
}
body.old .pointsBalance-crash {
    display: flex;
    align-items: center;
    color: #333;
    background-color: #fff;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
body.old .pointsBalance-crash__text {
    display: block;
    font-weight: 400;
}

body.old .account-info {
    position: relative;
    padding-left: 80px;
    align-items: start;
    flex-direction: column-reverse;
    border-bottom: 1px solid #35363f;
    padding-bottom: 10px;
    order: -1;
}
body.old .account-info .dropdown {
   position: static;
}
body.old .account-info .avatar {
    width: 60px;
    height: 60px;
    border-radius: 0;
    border: 1px solid #999eaa;
    position: absolute;
    left: 0;
    top: 0;
}
body.old .account-info .dropdown-menu {
    position: relative;
    display: flex;
    gap: 20px;
    background: transparent;
    padding: 0;
    border: none;
    margin: 0;
    box-shadow: none;
    float: none;
    z-index: 1;
}
body.old .account-info .dropdown-menu > li > a {
    color: #719bd7;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}
body.old .account-info .dropdown-menu > li > a:hover {
    text-decoration: none;
    background: transparent;
}
body.old .account-info .dropdown-menu .icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 10px;
}
body.old .account-info .dropdown-menu .icon.i4 {
    background: url(../images/account-icon-1.png) left center no-repeat;
}
body.old .account-info .dropdown-menu .icon.icon-messenger {
    background: url(../images/account-icon-messenger.png) left center no-repeat;
}
body.old .account-info .dropdown-menu .icon.i5 {
    background: url(../images/account-icon-2.png) left center no-repeat;
}
body.old .account-info .dropdown-menu .icon.i10 {
    background: url(../images/account-icon-10.png) left center no-repeat;
}
body.old .account-info .dropdown-menu .icon.i6 {
    background: url(../images/account-icon-3.png) left center no-repeat;
}
body.old .account-info .nickname {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}
body.old .account-info .nickname > a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 140%;
}

body.old .navigation {
    margin-top: 20px;
    grid-area: 2 / 2 / 3 / 3;
    justify-content: start;
}
body.old .navigation > li > a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
}
body.old .navigation > li > a:hover {
    text-decoration: none;
}

body.old .mainblock {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    max-width: 1170px;
}
body.old .rightblock {
    order: 1;
    padding-left: 0;
    grid-area: 1 / 1 / 3 / 2;
}
body.old #pagecontent {
    order: 2;
    grid-area: 2 / 2 / 3 / 3;
}
body.old .left-menu {
    grid-area: 1 / 2 / 2 / 3;
    flex-direction: row;
    padding-right: 0;
}
body.old .left-menu__games {
    flex-direction: row;
    gap: 0;
}
body.old .left-menu__games .gametab h3 {
    display: block;
    margin: 0;
    white-space: nowrap;
}
body.old .gametab {
    background-color: #3f3f3f;
    color: white;
    display: inline-flex;
    padding: 10px;
    font-size: 14px;
    -webkit-box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    vertical-align: bottom;
    margin: 0;
    border-radius: 0;
    height: auto;
    padding-left: 0;
    animation: none;
}
body.old .left-menu__games .gametab:not(.active) .img-inactive {
    padding: 10px;
}
body.old .gametab.active,
body.old .gametab.active {
    background-color: white;
    color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+100 */
    background: #e5e5e5;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
    background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}
body.old .left-menu__bottom {
    display: none;
}

body.old .rightblock-title {
    background: #1d1d28;
    border-radius: none;
}
body.old .rightblock-title:before {
    display: none;
}
body.old .rightblock-item h2 {
    background: transparent;
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    margin: 0px;
    padding: 7px;
    color: white;
    background-clip: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}
body.old .rightblock-content {
    font-size: 13px;
    line-height: 150%;
    color: white;
    background-color: rgb(56, 58, 73);
    padding: 10px 10px 10px 10px;
    border-top: 1px solid rgb(77, 78, 90);
}
body.old #animate24Win .rightblock-content{
    background: url(../images/left-blocks-bg.jpg) 0px -235px;
}
body.old #animateLstWin .rightblock-content{
    background: url(../images/left-blocks-bg.jpg) 0px 510px;
}
body.old .rightblock-trains .rightblock-content{
    background: url(../images/left-blocks-bg.jpg) 0px -235px;
}

body.old #openChatButton {
    position: fixed;
    color: white;
    background-color: #00a0dd;
    bottom: 50%;
    left: -10px;
    font-size: 22px;
    font-weight: 100;
    text-transform: uppercase;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 1;
}
body.old #openChatButton img {
    display: none;
}
body.old #openChatButton p {
    display: block !important;
    padding: 0px 10px 0px 10px;
    margin: 0px;
}
body.old #openChatButton #newChatMessage {
    position: absolute;
    display: none;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -21px;
    top: 35px;
    color: white;
    background-color: #1D871D;
    font-size: 13px;
    line-height: 100%;
    padding: 2px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
}

body.old .footer {
    margin: 30px 0px 0px 0px;
    background-color: #2F3036;
    font-weight: 100;
    padding: 20px 0px 0px 10px;
}
body.old .footer-wrapper {
    max-width: 1170px;
    display: flex;
    flex-direction: column;
}
body.old .footer-menu li a {
    color: white;
    border-bottom: 1px solid #575757;
    font-weight: initial;
}
body.old .footer-socials h4 {
    font-size: 14px;
    font-weight: 100;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    color: #8a8a8a;
}
body.old .footer-admins h4 {
    font-size: 14px;
    font-weight: 100;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
    color: #8a8a8a;
}
body.old .footer-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
body.old .footer-admins {
    margin-top: 30px;
    grid-area: 2 / 1 / 3 / 3;
}
body.old .footer-admins__list {
    justify-content: center;
    margin: 0 -15px;
    gap: 0;
}
body.old .footer-admins__list .admin {
    padding: 10px 15px;
    width: 25%;
    justify-content: start;
}
body.old .footer-admins__list .admin-name {
    font-size: 25px;
    font-weight: 100;
    line-height: 1.1;
    color: inherit;
}
body.old .footer .copyright {
    display: flex;
    flex-direction: column;
    max-width: 360px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: initial;
    color: #8a8a8a;
}

@media (max-width: 1199px) {
    body.old .mainblock {
        grid-column-gap: 0;
    }
    #crach-area .city {
        position: absolute;
        top: 0;
        left: 0;
    }
    #crach-area .railway {
        position: absolute !important;
    }
    #crach-area .train {
        left: -325px;
    }
    body.old .top-menu-settings {
        flex-direction: column;
    }
    body.old .pointsBalance.menu-button {
        right: 0;
    }
    body.old .mobile-toggler.menu-button {
        display: none;
    }
    body.old .rightblock {
        display: none;
    }
    body.old .left-menu {
        position: relative;
        background: transparent;
        padding: 0;
        box-shadow: none;
        z-index: 1;
    }
    body.old .account-info .dropdown-menu {
        z-index: 1;
    }
    body.old .left-menu__games {
        flex-wrap: wrap;
        justify-content: start;
    }
    body.old .navigation {
        display: flex;
    }
}
@media (max-width: 992px) {
    body.old .top-menu-settings {
        flex-direction: row;
    }
    body.old .header {
        display: flex;
        flex-direction: column;
    }
    body.old .logoblock {
        order: 1;
    }
    body.old .logoblock-img {
        display: block;
    }
    body.old .logoblock-img__mobile {
        display: none;
    }
    body.old .navigation {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        order: 3;
        gap: 12px;
    }
    body.old .navigation > li {
        padding: 0;
        margin: 0;
    }
    body.old .right-toolbar {
        margin-top: 20px;
        order: 2;
        width: 100%;
    }
    body.old .account-info {
        width: 100%;
    }
    body.old .account-info .dropdown-menu {
        flex-direction: row;
        flex-wrap: wrap;
    }
    body.old .footer-admins__list {
        flex-direction: column;
        gap: 10px;
    }
    body.old .footer-admins__list .admin {
        width: 100%;
    }

}

/* Конец рестайлинга шаблона global */

.text-align-left {
    text-align: left !important;
}

.crash-game a {
    text-decoration: none;
}

.crash-game strong {
    font-weight: 500;
}

/* .top-line */

.crash-game .top-line {
    margin: 0 12px 24px;
    display: flex;
    align-self: center;
    height: 43px;
    padding: 8px 16px;
    background: rgba(131, 128, 154, 0.15);
}

.crash-game .top-line a {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px dotted #fff;
    text-decoration: none;
}

.crash-game .top-line a:hover {
    border-bottom: none;
}

.crash-game .top-line .average-coeff {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    color: #B8B8B8;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    border: none;
    text-decoration: none;
    background: transparent;
}

.average-coeff__row {
    width: 100%;
    margin-left: 22px;
    display: flex;
    gap: 4px;
    overflow-x: auto;
    overflow-y: hidden;
}
.average-coeff__text {
    white-space: nowrap;
}

.crash-coeff {
    border-radius: 6px;
    padding: 4px 16px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    background: rgba(28, 28, 28, 0.2)
}
.crash-coeff.coeff-red {
    color: #ff9d9d;
    border: 1px solid rgba(201, 56, 56, 0.5);
    background: rgba(137, 0, 0, 0.35);
}
.crash-coeff.coeff-orange {
    color: #ffb700;
    border: 1px solid rgba(255, 191, 0, 0.5);
    background: rgba(172, 108, 6, 0.35);
}
.crash-coeff.coeff-green {
    color: #96ff90;
    border: 1px solid rgba(133, 201, 56, 0.5);
    background: rgba(50, 137, 0, 0.35);
}

.crash-game .top-line > div:nth-child(2) {
    padding-left: 38px;
}

.crash-game .top-line .green-btn {
    height: 22px;
    background: #7ebc47;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 5px 9px 0 9px;
    display: inline-block;
}

.crash-game .top-line .green-btn:hover {
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

.crash-game .top-line > div:nth-child(3) {
    text-align: right;
}

.crash-game .top-line .crash-info {
    margin-right: 5px;
}

.crash-game .top-line .info-icon {
    display: inline-block;
    background: url(/images/crash/info-icon.png) no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    right: 2px;
    top: 3px;
}

/* button */

.crash-game .rate-form-wrapper .green-btn {
    height: 35px;
    border: 1px solid #609e29;
    background: -ms-linear-gradient(#93d459 0%, #539419 100%);
    background: -o-linear-gradient(#93d459 0%, #539419 100%);
    background: linear-gradient(#93d459 0%, #539419 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 11px 20px 0;
    margin: 13px 0 13px 1px;
}

.crash-game .rate-form-wrapper .green-btn:hover {
    background: -ms-linear-gradient( #539419 0%, #93d459 100%);
    background: -o-linear-gradient( #539419 0%, #93d459 100%);
    background: linear-gradient( #539419 0%, #93d459 100%);
}

.crash-game .rate-form-wrapper .btn-disabled,
.crash-game .rate-form-wrapper .btn-disabled:hover {
    opacity: 0.5;
    cursor: default;
}

.crash-game .rate-form-wrapper .red-btn {
    display: inline-block;
    height: 35px;
    border: 1px solid #c42138;
    background: -ms-linear-gradient( #ed332f 0%, #6f191d 100%);
    background: -o-linear-gradient( #ed332f 0%, #6f191d 100%);
    background: linear-gradient( #ed332f 0%, #6f191d 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 11px 24px 0;
    margin: 13px 0 13px 1px;
}

.crash-game .rate-form-wrapper .red-btn:hover {
    background: -ms-linear-gradient( #6f191d 0%, #ed332f 100%);
    background: -o-linear-gradient( #6f191d 0%, #ed332f 100%);
    background: linear-gradient( #6f191d 0%, #ed332f 100%);
}

.crash-game .rate-form-wrapper .hop-down span {
    font-family: "Courier", monospace;
}

/* .info-board */

.crash-game .main-board {
    margin-top: 22px;
}

.crash-game .info-board {
    width: 100%;
    position: relative;
    z-index: 1;
}

.crash-game .info-board marquee {
    width: 100%
}

.crash-game .info-board.green-info .board-line-1,
.crash-game .info-board.green-info .board-line-3 {
    color: #F1F1F1;
    white-space: nowrap;
    text-align: center;
}
.crash-game .info-board.green-info .board-line-2 {
    color: #0EFF00;
}

.crash-game .info-board.red-info .board-line-1,
.crash-game .info-board.red-info .board-line-2,
.crash-game .info-board.red-info .board-line-3 {
    color: #f00;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
}

.crash-game .info-board.red-info .board-line-3 {
    margin-top: 8px;
    font-weight: 500;
    font-size: 52px;
    color: #f00;
}

.crash-game .info-board .board-line-1,
.crash-game .info-board .board-line-3 {
    position: relative;
    font-family: "DS Dots";
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    padding: 0;
    color: #00b5f4;
    text-transform: uppercase;
}

.crash-game .info-board .board-line-1 span,
.crash-game .info-board .board-line-3 span {
    font-family: "DS Dots";
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}

.crash-game .info-board .board-line-1 {
    margin-top: 30px;
}

.crash-game .info-board .board-line-2 {
    margin-top: 8px;
    margin-bottom: 0;
    font-family: "DS Dots";
    font-size: 42px;
    line-height: 41px;
    position: relative;
    text-align: center;
    color: #fff;
}

.crash-game .info-board .board-line-2 span {
    font-family: "DS Dots";
    display: inline-block;
    text-align: center;
}

.crash-game .info-board .board-line-3 {
    top: 7px;
}

/* .rate-board */

.crash-game .rate-navi {
    margin-bottom: 20px;
    display: flex;
    border-radius: 6px;
    padding: 4px;
    background: rgba(131, 128, 154, 0.2);
}

.crash-game .rate-navi .rate-navi-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 50%;
    border-radius: 6px;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #B8B8B8;
    height: 40px;
}

.crash-game .rate-navi .rate-navi-btn img {
    width: 24px;
}

.crash-game .rate-navi .rate-navi-btn:hover {
    background: rgba(131, 128, 154, 0.2);
}

.crash-game .rate-navi .active {
    background: rgba(131, 128, 154, 0.2);
}

.crash-game .rate-form-wrapper p {
    color: #B8B8B8;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    margin: 0 0 16px;
    white-space: nowrap;
}

.crash-game .rate-form-wrapper input:not([type="checkbox"]) {
    width: 100%;
    height: 44px;
    border: 1px solid #585a5c;
    border-radius: 6px;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    color: #B8B8B8;
    background: #2c3136;
}

.crash-game .rate-form-wrapper input::-webkit-inner-spin-button,
.crash-game .rate-form-wrapper input::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
}

.rate-form__row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.crash-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 20px;
}
.crash-row a {
    border-radius: 6px;
    padding: 4px 12px;
    font-weight: 500;
    font-size: 12px;
    text-decoration: none;
    color: #F1F1F1;
    background: #4b5056;
}

.crash-game .rate-form-wrapper .input-arrows {
    position: relative;
}

.crash-game .rate-form-wrapper .input-arrows .arrow-up,
.crash-game .rate-form-wrapper .input-arrows .arrow-down {
    display: block;
    width: 18px;
    height: 18px;
    right: 3px;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    opacity: .6;
}

.crash-game .rate-form-wrapper .input-arrows .arrow-up:hover,
.crash-game .rate-form-wrapper .input-arrows .arrow-down:hover {
    opacity: 1;
}

.crash-game .rate-form-wrapper .input-arrows .arrow-up {
    top: 3px;
    background-image: url(/images/nd/crash/sort-up.svg);
}

.crash-game .rate-form-wrapper .input-arrows .arrow-down {
    bottom: 3px;
    background-image: url(/images/nd/crash/sort-down.svg);
}

.crash-game .rate-form-wrapper .input-col {
    width: calc(50% - 10px);
}

.crash-game .rate-form-wrapper .form-check {
    margin-left: 1px;
    padding: 3px 0 0;
    height: 22px;
}

.crash-game .rate-form-wrapper .form-check label {
    color: #fff;
    font-size: 11px;
    position: relative;
    top: -3px;
}

.crash-game .rate-form-wrapper .tab-form-2 {
    display: none;
    margin-top: -7px;
}

.crash-game .rate-form-wrapper .tab-form-2 .green-btn {
    padding: 11px 30px 0;
}

.crash-game .rate-form-wrapper .tab-form-1 .crash-user-balance {
    margin-bottom: 21px;
    display: none;
    font-weight: 500;
    font-size: 12px;
    color: #B8B8B8;
}
.crash-game .rate-form-wrapper .tab-form-1 .crash-user-balance img {
    display: inline;
}

.crash-game .rate-form-wrapper .btn-success {
    width: 100%;
}

/* #game-area */

#crach-area {
    position: relative;
    overflow: hidden;
    height: 415px;
    padding-top: 15px;
    width: 100%;
    margin: 0;
}

#crach-area .city {
    background: url(/images/crash/city.png) repeat-x;
    height: 278px;
    width: 100%;
}

#crach-area .locomotive {
    position: absolute;
    top: 139px;
}

#crach-area .train {
    position: absolute;
    height: 136px;
}

#crach-area .train .smoke {
    width: 299px;
    height: 205px;
    position: absolute;
    top: -155px;
    right: 22px;
}

#crach-area .train .smoke img {
    position: absolute;
    top: 0;
    opacity: 0;
}

#crach-area .train .wheel {
    position: absolute;
    bottom: 0px;
    right: 64px;
}

#crach-area .train .wheel img {
    margin-left: 1.4px;
}

#crach-area .train .wheel img:last-child {
    margin: 10px 0 0 43px;
}

#crach-area .marquee-wrap {
    position: absolute;
    left: 0;
    top: 25px;
    width: 470px;
    height: 30px;
    overflow: hidden;
}

#crach-area .train-windows {
    text-align: right;
    position: relative;
    left: -79px;
    width: 520px;
    height: 30px;
}

#crach-area .train-windows img {
    margin: 0;
}

#crach-area .train-windows div {
    display: inline-block;
    margin-right: 20px;
    width: 60px;
}

#crach-area .railway {
    background: url(/images/crash/railway.png) repeat-x;
    width: 100%;
    height: 114px;
    position: relative;
    bottom: 19px;
}

#crach-area .platform {
    height: 100px;
    position: relative;
    top: -105px;
}

#crach-area .platform img {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -136px;
    left: 433px;
}

/* .users-in-wagon */

.users-in-wagon .battle.thead div {
    padding-right: 0;
}

.crash-game .users-in-wagon {
    display: none;
    position: relative;
    margin: 0 12px;
}

.users-in-wagon__table .bet {
    padding: 16px;
    align-items: center;
}

.nd .users-in-wagon__table .bet__value {
    padding-right: 0;
    margin-top: 0;
    align-self: initial;
}

.crash-bet-rate {
    font-weight: 700;
    font-size: 14px;
    color: #F1F1F1;
}

.users-in-wagon__table .col-md-4,
.users-in-wagon__table .col-md-3,
.users-in-wagon__table .col-md-2 {
    padding-left: 0;
}

.users-in-wagon__table .col-md-4 {
    width: 33%;
}


.nd .bet__value .betsumm.crash-bet-status {
    width: 125px;
    display: flex;
    align-items: center;
    gap: 9px;
    background: url(../images/nd/crash/Rectangle.png) right top no-repeat;
}
.nd .bet__value .betsumm.crash-bet-status:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
}
.nd .bet__value .betsumm.crash-bet-status.crash-win:before {
    background: url("../images/nd/crash/win.png");
}
.nd .bet__value .betsumm.crash-bet-status.crash-lose:before {
    background: url("../images/nd/crash/lose.png");
}

.crash-game .users-in-wagon a {
    text-decoration: none;
}

.crash-game .users-in-wagon h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 0 20px;
}

.crash-game .users-in-wagon .table {
    margin-top: 8px;
}

.crash-game .users-in-wagon .table th {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    background: rgba(0, 0, 0, .4);
}

.crash-game .users-in-wagon .table td {
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
    height: 57px;
    border: 0;
}

.crash-game .users-in-wagon .table td {
    padding: 0 19px 0 19px;
}

.crash-game .users-in-wagon .table tbody tr {
    cursor: pointer;
}

.crash-game .users-in-wagon .user-name {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}

.crash-game .users-in-wagon .table tbody tr:nth-child(even) {
    background: #6e7a7e;
}

.crash-game .users-in-wagon .table tbody tr:nth-child(odd) {
    background: #505e62;
}

.crash-game .users-in-wagon .table .user-win td {
    background: #7b7a72;
    color: #ffee3a;
}

.crash-game .users-in-wagon .table tbody tr:hover,
.crash-game .users-in-wagon .user-win:hover > td {
    background: #313b3e;
}

.crash-game .doubleGameInfo .hash {
    text-transform: uppercase;
}

.crash-game .doubleGameInfo .hash,
.crash-game .doubleGameInfo .fullNum {
    color: #384247;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 100;
    word-break: break-all;
}

.crash-game .doubleGameInfo .fullNum {
    display: none;
}

/* --- @media --- */

@media (max-width: 768px) {
    #crash-game.nd.gameblock {
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(49, 64, 68, 0.7) 0%, rgba(22, 22, 22, 0.7) 100%);
    }
    .crash-game .top-line .average-coeff {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }
    .average-coeff__row {
        margin-left: 0;
    }
    .crash-game .top-line {
        height: auto;
    }
    .crash-game .game-settings:after {
        width: 70px;
        height: 54px;
    }
    .crash-main {
        flex-direction: column;
    }
    .crash-airport {
        width: 100%;
    }
    .crash-rate {
        padding: 12px;
        width: 100%;
        background: rgba(131, 128, 154, 0.15);
    }
    .users-in-wagon__table .bet__user {
        margin-top: 0;
        width: 36px;
        height: 36px;
    }
    .users-in-wagon__table .bet__user .avatar {
        width: 36px;
        height: 36px;
    }
    .users-in-wagon__table .bet__user img {
        width: 36px !important;
        height: 36px !important;
    }
    .users-in-wagon__table .bet__user .nick {
        display: none;
    }
    .nd .users-in-wagon__table .bet__value {
        position: relative;
        margin-right: -16px;
    }
    .crash-game .main-board .rate-board {
        left: 0;
        top: 10px;
    }
    .crash-game .main-board > .col-xs-12.col-sm-6 {
        padding: 0;
    }

    .crash-game .rate-board .rate-navi{
        text-align: center;
    }
    body.old .footer-row {
        display: block;
    }
}

@media (max-width: 550px) {
    body.old .right-toolbar {
        display: block;
    }
    body.old .pointsBalance.menu-button {
        position: relative;
        margin: 0 0 20px;
    }
    .crash-game .top-line > .col-xs-7 {
        width: 100% !important;
        margin-left: -15px;
    }

    .crash-game .top-line > .col-xs-5 {
        display: none;
    }
}
