@import url(https://fonts.googleapis.com/css?family=Roboto:300, 400, 500, 700&display=swap&subset=cyrillic);
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2/1), screen and (min-resolution: 2dppx) {
    body {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
}
@font-face {
    font-family: icomoon;
    src: url(/assets/fonts/v2/icomoon.eot?jt749);
    src: url(/assets/fonts/v2/icomoon.eot?jt749#iefix) format("embedded-opentype"), url(/assets/fonts/v2/icomoon.ttf?jt749) format("truetype"), url(/assets/fonts/v2/icomoon.woff?jt749) format("woff"),
        url(/assets/fonts/v2/icomoon.svg?jt749#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class^="myicon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.myicon-coins:before {
    content: "\e932";
}
.myicon-raffle:before {
    content: "\e923";
}
.myicon-down-arrow:before {
    content: "\e929";
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #cdcdcd;
}
@media (min-width: 992px) {
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 6px;
        background-color: #242323;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: #636363;
    }
}
::-webkit-input-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
::-moz-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
:-ms-input-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
}
.form-select {
    position: relative;
}
.form-select select {
    width: 100%;
    background-color: #181818;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    outline: 0;
    color: #cdcdcd;
    font-size: 14px;
    height: 46px;
    border-radius: 6px;
    padding-left: 10px;
}
.form-select span {
    position: absolute;
    top: 16px;
    right: 10px;
}
.form-select_light select {
    background-color: #242323;
}
.form-select_light span {
    font-size: 10px;
    top: 19px;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.wallet-area {
    flex: 2;
    padding: 25px;
}
.payment-promo {
    display: none;
}
.wallet-area-select {
    margin-top: 10px;
    display: none;
}
.wallet-area__payway {
    display: flex;
    align-items: center;
}
.wallet-area__payway-image {
    width: 20px;
    margin-left: 10px;
    margin-right: 5px;
}
.wallet-area__payway-name {
    color: #fff;
}
.wallet-area__delimiter {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
}
.wallet-area__delimiter::before {
    content: "";
    position: absolute;
    width: 100%;
    background: #292929;
    height: 1px;
    left: 0;
    top: 50%;
}
.wallet-area__delimiter_item {
    background: #1c1e23;
    position: relative;
    z-index: 55;
    padding: 0 20px;
    font-size: 10px;
    color: #585858;
    font-weight: 800;
}
.wallet-area__payway-image {
    width: 20px;
    display: inline-block;
}
.sum-options {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -5px 5px -5px;
}
.sum-option-wrapper {
    width: 25%;
    padding: 5px;
}
.sum-option {
    background: 0 0;
    -webkit-appearance: none;
    outline: 0;
    border: 1px solid #404040;
    color: #b9b9b9;
    width: 100%;
    border-radius: 4px;
    height: 42px;
    font-weight: 500;
    font-size: 16px;
}
.sum-option:hover {
    border-color: #ffc200;
    color: #fff;
    cursor: pointer;
}
.sum-option.active {
    border-color: #ffc200;
    color: #fff;
}
.sum-option__currency {
    font-size: 12px;
}
.wallet-input-wrapper {
    position: relative;
}
.payment-field {
    flex: 1;
}
.payment-field label {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px;
    display: inline-block;
}
.payment-promocode-call {
    color: #adadad;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    border-bottom: 1px dashed;
}
.payment-promocode-call:hover {
    color: #fff;
    cursor: pointer;
}
.payment-result__row {
    display: flex;
    font-size: 12px;
    color: #adadad;
    margin-bottom: 5px;
}
.payment-result__row_finish {
    font-weight: 800;
    font-size: 14px;
    margin-top: 7px;
}
.payment-result__row_finish .payment-result__row-label {
    text-transform: uppercase;
}
.payment-result__row-value {
    color: #fff;
    position: relative;
}
.payment-result__row-dots {
    flex: 1;
}
.payment-raffle {
    margin-top: 25px;
    color: #adadad;
    display: flex;
    align-items: center;
}
.payment-raffle__title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #cdcdcd;
}
.payment-raffle__description {
    font-size: 12px;
}
.payment-raffle__left {
    font-size: 60px;
    margin-right: 15px;
    color: #3ac430;
}
.game-sidebar__play-button.game-sidebar__play-button_green {
    width: 100%;
    margin-top: 15px;
    background: #3ac430;
}
.game-sidebar__play-button.game-sidebar__play-button_green:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(58, 196, 48, 0.3);
    box-shadow: 0 0 15px 0 rgba(58, 196, 48, 0.3);
    cursor: pointer;
}
.payment-total__first-row {
    display: flex;
}
.payment-total__second-row {
    margin-top: 10px;
}
.promo-column {
    flex: 1;
    margin-right: 10px;
}
.payment-result {
    flex: 1;
    margin-top: 5px;
}
.payment-total {
    border: 2px solid #3ac430;
    padding: 20px;
    background: #1515153b;
    border-radius: 5px;
}
.payment-sum {
    margin-right: 10px;
}
.wallet-input-currency {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    color: #9c9c9c;
    font-size: 14px;
    padding-bottom: 1px;
    pointer-events: none;
}
.wallet-input-success {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #3ac430;
    display: none;
}
.wallet-input-success:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 4px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.game-sidebar__input {
    width: 100%;
    display: block;
    border: solid 1px #424242;
    background: #2423237a;
    font-size: 16px;
    line-height: 45px;
    padding: 0 12px;
    color: #fff;
    outline: 0;
    border-radius: 4px;
}
.game-sidebar__input:focus {
    border-color: #ffc200;
}
.game-sidebar__input:disabled {
    opacity: 0.8;
}
.game-sidebar__play-button {
    padding: 15px 20px;
    border: none;
    background: #3a7bed;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.game-sidebar__play-button:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 193, 7, 0.3);
    box-shadow: 0 0 15px 0 rgba(255, 193, 7, 0.3);
    cursor: pointer;
}
.game-sidebar__play-button:disabled {
    pointer-events: none;
}
.validation-wrapper {
    position: relative;
    margin-top: 10px;
}
.validation-message {
    position: absolute;
    z-index: 5;
    top: -29px;
    left: -2px;
    color: #ff4b4b;
    background: #0c0c0c;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 4px;
    display: none;
    white-space: nowrap;
}
.validation-message:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0c0c0c;
}
.validation-message_bottom {
    bottom: -29px;
    top: auto;
}
.validation-message_bottom:before {
    top: -4px;
    bottom: auto;
    transform: rotate(180deg);
}
.deposit-notification {
    width: 100%;
    color: #fff;
    background: #3ac430;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}
.deposit-notification_highlight {
    font-size: 16px;
    font-weight: 800;
}
.def_link {
    border-bottom: 1px solid #ffc200;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.def_link:hover {
    border-bottom: 0;
}
.small-placeholder::-webkit-input-placeholder {
    font-size: 14px;
}
.small-placeholder::-moz-placeholder {
    font-size: 14px;
}
.small-placeholder:-ms-input-placeholder {
    font-size: 14px;
}
.small-placeholder::-ms-input-placeholder {
    font-size: 14px;
}
::-moz-selection {
    background: #000;
}
::selection {
    background: #000;
}
@media (max-width: 1180px) {
    .wallet-area {
        padding: 20px;
    }
}
@media (max-width: 991px) {
    .wallet-area-select {
        display: block;
    }
}
@media (max-width: 500px) {
    .payment-raffle__left {
        font-size: 55px;
    }
    .payment-total__second-row {
        flex-direction: column;
    }
    .promo-column {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .game-sidebar__play-button.game-sidebar__play-button_green {
        margin-top: 10px;
    }
    .payment-promocode-call {
        margin-top: 0;
    }
    .payment-total {
        padding: 15px;
    }
    .wallet-input-currency {
        right: 12px;
        font-size: 12px;
    }
    .payment-field label {
        margin-bottom: 10px;
    }
    .sm-hidden {
        display: none;
    }
    .sum-option__currency {
        font-size: 11px;
    }
    .wallet-area {
        padding: 15px;
    }
    .sum-option {
        font-size: 13px;
    }
    .hide-500 {
        display: none;
    }
}
