@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("../webfont/tabler-icons.min.css");

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html, body {
    height: 100%
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #1a1d29;
    color: #fff;
    font-weight: normal;
    -webkit-font-smoothing: antialiased
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    transition: .4s ease;
    transition-property: color, background-color, border-color, box-shadow, opacity;
    cursor: pointer
}

button:focus {
    outline: none
}

a {
    text-decoration: none;
    transition: .4s ease;
    transition-property: color, background-color, border-color, box-shadow, opacity
}

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none
}

input, textarea, select {
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    transition: .4s ease;
    transition-property: color, border-color, box-shadow
}

input:focus, textarea:focus, select:focus {
    outline: none
}

select::-ms-expand {
    display: none
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

svg {
    transition: fill .5s ease
}

::-moz-selection {
    background: #fff;
    color: #000;
    text-shadow: none
}

::selection {
    background: #fff;
    color: #000;
    text-shadow: none
}

::-webkit-input-placeholder {
    color: #adb2c2;
    opacity: 1
}

::-moz-placeholder {
    color: #adb2c2;
    opacity: 1
}

:-moz-placeholder {
    color: #adb2c2;
    opacity: 1
}

:-ms-input-placeholder {
    color: #adb2c2;
    opacity: 1
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

:focus-visible {
    outline: 0 dotted
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

@media (min-width: 1400px) {
    .container {
        max-width: 1140px
    }
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(90deg, #66d535 0%, #fbb219 50%, #f94748 100%);
    cursor: pointer;
    width: 100%;
    border-radius: 4px
}

input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, #66d535 0%, #fbb219 50%, #f94748 100%);
    height: 20px;
    border-radius: 4px
}

input[type="range"]::-moz-range-track {
    background: linear-gradient(90deg, #66d535 0%, #fbb219 50%, #f94748 100%);
    height: 20px;
    border-radius: 4px
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #1a1d29;
    margin-top: 1px;
    height: 18px;
    width: 18px;
    border-radius: 4px
}

input[type="range"]::-moz-range-thumb {
    border: none;
    border-radius: 4px;
    background-color: #1a1d29;
    height: 18px;
    width: 18px
}

input[type="range"]:focus {
    outline: none
}

.header-frame {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1f212e;
    z-index: 99
}

.header-frame__content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 60px
}

.header-frame__logo {
    display: none
}

.header-frame__jackpot {
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-left: 95px
}

.header-frame__jackpot img {
    height: 46px;
    width: auto;
    position: absolute;
    top: 0;
    left: 0
}

.header-frame__jackpot span {
    color: #ffd700;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase
}

.header-frame__jackpot p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0
}

.header-frame__avatar {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-right: 20px
}

.header-frame__avatar-change {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    bottom: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #1a1d29;
    color: #fff;
    font-size: 12px
}

.header-frame__avatar-change:hover {
    color: #aa72ce
}

.header-frame__avatar-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-right: 20px;
    z-index: 1
}

.header-frame__avatar-btn img {
    width: 40px;
    border-radius: 50%
}

.header-frame__avatar-btn span, .header-frame__avatar-btn p {
    display: none
}

.header-frame__avatar-btn i {
    font-size: 16px;
    line-height: 22px;
    color: #adb2c2;
    transition: color .4s ease;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.header-frame__avatar-btn.show i, .header-frame__avatar-btn:hover i {
    color: #fff
}

.header-frame__avatar-menu-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}

.header-frame__avatar-menu {
    border-radius: 4px;
    min-width: 240px;
    padding: 20px;
    background: #1f212e;
    box-shadow: none;
    border: 1px solid #1a1d29;
    overflow: hidden
}

.header-frame__avatar-menu .header-frame__jackpot {
    display: flex;
    margin-left: 0;
    margin-bottom: 15px
}

.header-frame__avatar-menu .group:last-child {
    margin-bottom: 0
}

.header-frame__balance {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative
}

.header-frame__balance-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-right: 20px;
    padding-left: 48px
}

.header-frame__balance-btn span {
    color: #adb2c2;
    font-size: 12px;
    line-height: 16px
}

.header-frame__balance-btn p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0
}

.header-frame__balance-btn i {
    font-size: 16px;
    line-height: 22px;
    color: #adb2c2;
    transition: color .4s ease;
    position: absolute;
    right: 0;
    bottom: 0
}

.header-frame__balance-btn:before {
    content: '\eb75';
    font-family: 'tabler-icons';
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    background-color: rgba(170, 114, 206, 0.1);
    font-size: 20px;
    color: #aa72ce
}

.header-frame__balance-btn.show i, .header-frame__balance-btn:hover i {
    color: #fff
}

.header-frame__balance-menu {
    border-radius: 4px;
    min-width: 200px;
    padding: 20px;
    border: 1px solid #1a1d29;
    background: #1f212e;
    box-shadow: none;
    overflow: hidden
}

.header-frame__balance-menu li {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 15px
}

.header-frame__balance-menu li:last-child {
    margin-bottom: 0
}

.header-frame__balance-menu a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding-left: 39px;
    font-size: 12px;
    line-height: 16px;
    color: #adb2c2
}

.header-frame__balance-menu a span {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-top: 5px
}

.header-frame__balance-menu a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(170, 114, 206, 0.1);
    background: #1a1d29;
    border-radius: 50%;
    transition: border-color .4s ease
}

.header-frame__balance-menu a:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 6px;
    width: 12px;
    height: 12px;
    background-color: #aa72ce;
    border-radius: 50%;
    opacity: .25;
    transition: opacity .4s ease
}

.header-frame__balance-menu a.active:after {
    opacity: 1
}

.header-frame__balance-menu a.active:hover:before {
    border-color: rgba(170, 114, 206, 0.1)
}

.header-frame__balance-menu a:hover:before {
    border-color: #aa72ce
}

.header-frame__actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: auto
}

.header-frame__action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px
}

.header-frame__action:last-child {
    margin-right: 0
}

.header-frame__action:hover {
    color: #aa72ce
}

.header-frame__action--volume:before {
    content: '\eb51';
    font-family: 'tabler-icons';
    position: relative
}

.header-frame__action--volume.active:before {
    content: '\eb50'
}

@media (min-width: 768px) {
    .header-frame__content {
        height: 80px
    }

    .header-frame__logo {
        display: block;
        margin-right: 30px
    }

    .header-frame__logo img {
        width: auto;
        height: 40px
    }

    .header-frame__action {
        width: 22px;
        height: 22px;
        font-size: 22px;
        margin-right: 20px
    }

    .header-frame__action:last-child {
        margin-right: 0
    }

    .header-frame__avatar {
        margin-right: 30px
    }
}

@media (min-width: 992px) {
    .header-frame__content {
        height: 80px
    }

    .header-frame__logo {
        margin-right: 40px
    }

    .header-frame__avatar {
        margin-right: 40px
    }

    .header-frame__avatar-btn {
        padding-left: 50px
    }

    .header-frame__avatar-btn img {
        position: absolute;
        top: 0;
        left: 0
    }

    .header-frame__avatar-btn span {
        display: block;
        color: #aa72ce;
        font-size: 12px;
        line-height: 18px
    }

    .header-frame__avatar-btn p {
        display: block;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        margin-bottom: 0
    }

    .header-frame__avatar-btn i {
        top: auto;
        bottom: 0;
        transform: translate(0, 0)
    }

    .header-frame__balance-btn span {
        font-size: 12px;
        line-height: 18px
    }

    .header-frame__balance-btn p {
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    .header-frame__logo {
        margin-right: 50px
    }

    .header-frame__avatar {
        margin-right: 50px
    }

    .header-frame__jackpot {
        display: flex;
        margin-right: 50px
    }

    .header-frame__avatar-btn {
        padding-left: 59px
    }

    .header-frame__avatar-btn img {
        width: 46px;
        height: 46px
    }

    .header-frame__avatar-btn span {
        margin-bottom: 6px
    }

    .header-frame__avatar-menu .header-frame__jackpot {
        display: none
    }

    .header-frame__balance-btn {
        padding-left: 59px
    }

    .header-frame__balance-btn span {
        margin-bottom: 6px
    }

    .header-frame__balance-btn:before {
        width: 46px;
        height: 46px;
        font-size: 24px
    }
}

.section {
    padding: 50px 0
}

.section--first {
    margin-top: 60px
}

.section__head {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.section__graph {
    width: 100%;
    height: 300px;
    border-radius: 4px;
    background-color: #1f212e;
    padding: 15px;
    margin-top: 20px
}

.section__content {
    width: 100%;
    border-radius: 4px;
    background-color: #1f212e;
    padding: 15px;
    margin-top: 20px
}

.section__content--desk {
    display: none
}

.section__tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: none;
    margin-bottom: 15px
}

.section__tabs li {
    margin-right: 10px
}

.section__tabs li:last-child {
    margin-right: 0
}

.section__tabs button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    font-size: 13px;
    height: 40px;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 15px;
    border-radius: 4px;
    background-color: transparent
}

.section__tabs button:hover {
    color: #aa72ce
}

.section__tabs button.active {
    color: #aa72ce;
    background-color: rgba(170, 114, 206, 0.1)
}

.section__more {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.section__more i {
    font-size: 16px;
    line-height: 22px;
    color: #adb2c2;
    transition: .4s ease;
    transition-property: transform, color
}

.section__more span {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #adb2c2;
    margin-left: 5px;
    transition: .4s ease;
    transition-property: transform, color
}

.section__more span:before {
    content: 'Hide Fee Options';
    position: absolute;
    color: #adb2c2;
    font-size: 14px;
    line-height: 22px;
    opacity: 0;
    transition: opacity .4s ease
}

.section__more:hover i, .section__more:hover span {
    color: #fff
}

.section__more[aria-expanded="true"] i {
    transform: rotate(180deg)
}

.section__more[aria-expanded="true"] span {
    color: transparent
}

.section__more[aria-expanded="true"] span:before {
    opacity: 1
}

.section__table-wrap {
    width: 100%;
    margin-top: 30px
}

.section__table-head {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%
}

.section__navs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
    border: none;
    margin-bottom: 0;
    order: 2
}

.section__navs li {
    margin-right: 15px
}

.section__navs li:last-child {
    margin-right: 0
}

.section__navs button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
    white-space: nowrap;
    padding: 0 15px;
    border-radius: 4px;
    background-color: transparent
}

.section__navs button:hover {
    color: #aa72ce
}

.section__navs button.active {
    color: #aa72ce;
    background-color: rgba(170, 114, 206, 0.1)
}

.section__btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
    order: 1
}

.section__btns li {
    margin-right: 20px
}

.section__btns li:last-child {
    margin-right: 0
}

.section__btns button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #adb2c2;
    position: relative;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
    white-space: nowrap;
    background-color: transparent
}

.section__btns button:hover {
    color: #aa72ce
}

.section__title {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    width: 100%
}

.section__text {
    font-size: 16px;
    line-height: 26px;
    color: #adb2c2;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

.section__text b {
    font-weight: 500;
    color: #fff
}

.section__text a {
    color: #aa72ce
}

.section__text a:hover {
    text-decoration: underline
}

.section__text--description {
    font-size: 14px;
    line-height: 24px;
    margin-top: 50px;
    margin-bottom: 0
}

.section__subtitle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px
}

.section__subtitle span {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.section__subtitle button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 32px;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    background-color: rgba(255, 215, 0, 0.1);
    color: #ffd700
}

.section__subtitle button:hover {
    background-color: rgba(255, 215, 0, 0.15)
}

@media (min-width: 768px) {
    .section--first {
        margin-top: 80px
    }

    .section__graph {
        height: 400px
    }

    .section__content--desk {
        display: block
    }

    .section__table-wrap--mobile {
        display: none
    }

    .section__table-head {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .section__navs {
        order: 1
    }

    .section__btns {
        order: 2
    }
}

@media (min-width: 1200px) {
    .section__content {
        margin-top: 0
    }

    .section__graph {
        height: calc(100% - 60px)
    }
}

.coin {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    order: 1
}

.coin img {
    width: 40px;
    height: auto;
    margin-right: 5px
}

.coin span {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500
}

.coin i {
    font-size: 36px
}

.coin--down span {
    color: #f94748
}

.coin--down i {
    transform: rotate(180deg);
    color: #f94748
}

.coin--up span {
    color: #66d535
}

.coin--up i {
    color: #66d535
}

.coin__select {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 15px;
    padding: 0 15px;
    border-radius: 4px;
    border: none;
    background: #1f212e
}

.coin__select:focus {
    box-shadow: none
}

.coin__select .ss-single {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    padding: 0;
    margin: 0 !important;
    color: #fff;
    font-size: 14px
}

.coin__select .ss-arrow {
    width: 8px;
    height: 8px;
    margin: 3px 0 0 5px
}

.coin__select .ss-arrow path {
    stroke: #fff
}

.coin__select .ss-search {
    padding: 0;
    margin-bottom: 12px;
    font-size: 12px;
    color: #adb2c2;
    width: 100%
}

.coin__select .ss-search:last-child {
    margin-bottom: 0
}

.coin__select .ss-search input {
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(170, 114, 206, 0.1);
    height: 40px
}

.coin__select .ss-search input:focus {
    box-shadow: none
}

.coin__select .ss-search input::placeholder {
    color: #adb2c2
}

.coin__select .ss-list {
    width: 100%
}

.coin__select .ss-list .ss-option {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 0;
    transition: .4s ease
}

.coin__select .ss-list .ss-option:hover {
    background-color: transparent;
    color: #aa72ce
}

.coin__select .ss-list .ss-option.ss-selected {
    background-color: transparent !important;
    color: #aa72ce !important
}

.coin__select.ss-content {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    background-color: #1f212e;
    border-radius: 4px;
    min-width: 110px;
    padding: 12px 15px;
    margin-top: 2px !important
}

.coin__select.ss-open-below {
    border-radius: 4px !important
}

.info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
    order: 2
}

.info__name {
    font-size: 14px;
    line-height: 20px;
    color: #adb2c2
}

.info__name b {
    color: #fff;
    font-weight: 500
}

.info__volume {
    font-size: 14px;
    line-height: 20px;
    color: #adb2c2
}

.info__volume b {
    color: #fff;
    font-weight: 500
}

.info__volume b.green {
    color: #66d535
}

.info__volume b.red {
    color: #f94748
}

@media (min-width: 768px) {
    .info {
        order: 3
    }
}

@media (min-width: 992px) {
    .info {
        order: 2;
        width: auto;
        margin-top: 0;
        margin-left: 20px
    }
}

.settings {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
    order: 3
}

.settings__tick {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-right: 15px;
    padding: 0 15px;
    border-radius: 4px;
    border: none;
    background: #1f212e
}

.settings__tick:focus {
    box-shadow: none
}

.settings__tick .ss-single {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    padding: 0;
    margin: 0 !important;
    color: #fff;
    font-size: 14px
}

.settings__tick .ss-arrow {
    width: 8px;
    height: 8px;
    margin: 3px 0 0 5px
}

.settings__tick .ss-arrow path {
    stroke: #fff
}

.settings__tick .ss-search {
    padding: 0;
    margin-bottom: 12px;
    font-size: 12px;
    color: #adb2c2;
    width: 100%
}

.settings__tick .ss-search:last-child {
    margin-bottom: 0
}

.settings__tick .ss-search input {
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(170, 114, 206, 0.1);
    height: 40px
}

.settings__tick .ss-search input:focus {
    box-shadow: none
}

.settings__tick .ss-search input::placeholder {
    color: #adb2c2
}

.settings__tick .ss-list {
    width: 100%
}

.settings__tick .ss-list .ss-option {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 0;
    transition: .4s ease
}

.settings__tick .ss-list .ss-option:hover {
    background-color: transparent;
    color: #aa72ce
}

.settings__tick .ss-list .ss-option.ss-selected {
    background-color: transparent !important;
    color: #aa72ce !important
}

.settings__tick.ss-content {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    background-color: #1f212e;
    border-radius: 4px;
    min-width: 160px;
    padding: 12px 15px;
    margin-top: 2px !important
}

.settings__tick.ss-open-below {
    border-radius: 4px !important
}

.settings__dropdown {
    position: relative
}

.settings__dropdown-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #1f212e;
    font-size: 18px;
    color: #fff
}

.settings__dropdown-menu {
    background-color: #1f212e;
    border-radius: 4px;
    padding: 12px 15px;
    border: none;
    width: 220px
}

.settings__dropdown-menu li {
    margin-bottom: 12px
}

.settings__dropdown-menu li:last-child {
    margin-bottom: 0
}

.settings__switch {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    cursor: pointer;
    transition: color .4s ease
}

.settings__switch input {
    display: none
}

.settings__switch input:checked + .settings__slider:before {
    left: 18px
}

.settings__slider {
    position: relative;
    background-color: rgba(170, 114, 206, 0.1);
    height: 20px;
    width: 36px;
    border-radius: 12px;
    margin-right: 10px
}

.settings__slider:before {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #aa72ce;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: left .4s ease
}

@media (min-width: 768px) {
    .settings {
        order: 2;
        width: auto;
        margin-top: 0;
        margin-left: auto
    }
}

@media (min-width: 992px) {
    .settings {
        order: 3
    }
}

.group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin-bottom: 15px
}

.group__label {
    font-size: 13px;
    color: #adb2c2;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px
}

.group__label b {
    font-weight: 500;
    color: #f94748
}

.group__label--big {
    line-height: 40px
}

.group__btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 4px solid #1a1d29;
    background-color: #1a1d29;
    border-radius: 4px
}

.group__up, .group__down {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 46px;
    border-radius: 4px;
    background-color: transparent;
    color: #adb2c2;
    font-size: 16px;
    font-weight: 500
}

.group__up i, .group__down i {
    font-size: 20px;
    margin-right: 2px
}

.group__up:hover, .group__down:hover {
    color: #fff
}

.group__up.active {
    background-color: rgba(102, 213, 53, 0.1);
    color: #66d535
}

.group__down.active {
    background-color: rgba(249, 71, 72, 0.1);
    color: #f94748
}

.group__wager, .group__multiplier {
    position: relative;
    width: 100%
}

.group__wager:before, .group__multiplier:before {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    content: '\eb84';
    font-family: 'tabler-icons';
    position: absolute;
    font-size: 20px;
    color: #fff;
    height: 40px;
    width: 40px
}

.group__wager input, .group__multiplier input {
    width: 100%;
    height: 40px;
    background-color: #1a1d29;
    border-radius: 4px;
    border: none;
    padding: 0 90px 0 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.group__multiplier:before {
    content: '\eb55'
}

.group__multiplier input {
    padding: 0 20px 0 40px
}

.group__fraction, .group__doubling {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 32px;
    padding: 0 10px;
    background-color: #1f212e;
    border-radius: 4px;
    top: 4px;
    font-size: 14px;
    color: #adb2c2
}

.group__fraction:hover, .group__doubling:hover {
    color: #fff
}

.group__doubling {
    right: 4px
}

.group__fraction {
    right: 48px
}

.group__double {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.group__double .group__multiplier {
    width: calc(50% - 2px)
}

.group__input {
    position: relative;
    width: calc(50% - 2px)
}

.group__input input {
    width: 100%;
    height: 40px;
    background-color: #1a1d29;
    border-radius: 4px;
    border: none;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.group__input--profit:before {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    content: '\eb0b';
    font-family: 'tabler-icons';
    position: absolute;
    font-size: 18px;
    color: #66d535;
    height: 40px;
    width: 40px
}

.group__input--profit input {
    padding: 0 20px 0 40px;
    color: #66d535
}

.group__input--loss:before {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    content: '\eaf2';
    font-family: 'tabler-icons';
    position: absolute;
    font-size: 18px;
    color: #f94748;
    height: 40px;
    width: 40px
}

.group__input--loss input {
    padding: 0 20px 0 40px;
    color: #f94748
}

.group__bet {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 62px;
    border-radius: 4px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1a1d29
}

.group__bet.green {
    color: #66d535;
    background-color: rgba(102, 213, 53, 0.1)
}

.group__bet.green:hover {
    background-color: rgba(102, 213, 53, 0.15)
}

.group__bet.red {
    color: #f94748;
    background-color: rgba(249, 71, 72, 0.1)
}

.group__bet.red:hover {
    background-color: rgba(249, 71, 72, 0.15)
}

.group__bet--small {
    max-width: 320px;
    margin: 0 auto
}

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

.group__solo input {
    width: 100%;
    height: 40px;
    background-color: #1a1d29;
    border-radius: 4px;
    border: none;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.group__reset {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px
}

.group__reset:hover {
    background-color: rgba(255, 255, 255, 0.15)
}

.group__coin {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 15px;
    padding: 0 15px;
    border-radius: 4px;
    border: none;
    background: #1a1d29;
    position: absolute;
    top: 0;
    right: 0
}

.group__coin:focus {
    box-shadow: none
}

.group__coin .ss-single {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    padding: 0;
    margin: 0 !important;
    color: #fff;
    font-size: 14px
}

.group__coin .ss-arrow {
    width: 8px;
    height: 8px;
    margin: 3px 0 0 5px
}

.group__coin .ss-arrow path {
    stroke: #fff
}

.group__coin .ss-search {
    padding: 0;
    margin-bottom: 12px;
    font-size: 12px;
    color: #adb2c2;
    width: 100%
}

.group__coin .ss-search:last-child {
    margin-bottom: 0
}

.group__coin .ss-search input {
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(170, 114, 206, 0.1);
    height: 40px
}

.group__coin .ss-search input:focus {
    box-shadow: none
}

.group__coin .ss-search input::placeholder {
    color: #adb2c2
}

.group__coin .ss-list {
    width: 100%
}

.group__coin .ss-list .ss-option {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 0;
    transition: .4s ease
}

.group__coin .ss-list .ss-option:hover {
    background-color: transparent;
    color: #aa72ce
}

.group__coin .ss-list .ss-option.ss-selected {
    background-color: transparent !important;
    color: #aa72ce !important
}

.group__coin.ss-content {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    background-color: #1a1d29;
    border-radius: 4px;
    min-width: 110px;
    padding: 12px 15px;
    margin-top: 2px !important
}

.group__coin.ss-open-below {
    border-radius: 4px !important
}

.group__bust {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px
}

.group__bust span {
    line-height: 20px
}

.group__bust span:first-child {
    font-size: 12px;
    color: #adb2c2
}

.group__bust span:last-child {
    font-size: 14px;
    color: #fff;
    font-weight: 500
}

.group__range {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px
}

.group__range span {
    font-size: 14px;
    color: #fff
}

.group__range span:first-child b {
    font-weight: 500;
    color: #66d535
}

.group__range span:last-child b {
    font-weight: 500;
    color: #f94748
}

.group__notice {
    font-size: 13px;
    color: #f94748;
    border: 1px solid #f94748;
    border-radius: 4px;
    padding: 5px
}

.group__notice--grey {
    color: #adb2c2;
    border: none;
    padding: 0;
    border-radius: 0
}

.group__select {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 15px;
    padding: 0 15px;
    border-radius: 4px;
    border: none;
    background: #1a1d29
}

.group__select:focus {
    box-shadow: none
}

.group__select .ss-single {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
    padding: 0;
    margin: 0 !important;
    color: #fff;
    font-size: 14px
}

.group__select .ss-arrow {
    width: 8px;
    height: 8px;
    margin: 3px 0 0 5px
}

.group__select .ss-arrow path {
    stroke: #fff
}

.group__select .ss-search {
    padding: 0;
    margin-bottom: 12px;
    font-size: 12px;
    color: #adb2c2;
    width: 100%
}

.group__select .ss-search:last-child {
    margin-bottom: 0
}

.group__select .ss-search input {
    padding: 0;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(170, 114, 206, 0.1);
    height: 40px
}

.group__select .ss-search input:focus {
    box-shadow: none
}

.group__select .ss-search input::placeholder {
    color: #adb2c2
}

.group__select .ss-list {
    width: 100%
}

.group__select .ss-list .ss-option {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 0;
    transition: .4s ease
}

.group__select .ss-list .ss-option:hover {
    background-color: transparent;
    color: #aa72ce
}

.group__select .ss-list .ss-option.ss-selected {
    background-color: transparent !important;
    color: #aa72ce !important
}

.group__select.ss-content {
    flex-direction: column;
    align-items: flex-start;
    border: none;
    background-color: #1a1d29;
    border-radius: 4px;
    min-width: 160px;
    padding: 12px 15px;
    margin-top: 2px !important
}

.group__select.ss-open-below {
    border-radius: 4px !important
}

@media (min-width: 768px) {
    .group__reset {
        margin-bottom: 0
    }
}

.options {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px
}

.options__radio {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

.options__radio li {
    position: relative;
    margin-right: 20px
}

.options__radio li:last-child {
    margin-right: 0
}

.options__radio input:not(:checked), .options__radio input:checked {
    position: absolute;
    left: -9999px;
    display: none
}

.options__radio label {
    display: block;
    margin: 0;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
    color: #adb2c2;
    line-height: 20px;
    padding-left: 28px;
    transition: color .4s ease
}

.options__radio label:before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 4px solid rgba(170, 114, 206, 0.25);
    background-color: transparent;
    border-radius: 50%;
    left: 0;
    top: 1px;
    transition: border-color .4s ease
}

.options__radio label:hover {
    color: #fff
}

.options__radio input:checked + label {
    color: #fff
}

.options__radio input:checked + label:before {
    border-color: #aa72ce
}

.options__content {
    display: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px
}

.options__content.active {
    display: flex
}

.options__text {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #adb2c2;
    margin-bottom: 15px
}

.options__text b {
    font-weight: 500;
    color: #fff
}

.options__rlb {
    width: auto;
    font-size: 14px;
    line-height: 22px;
    color: #adb2c2;
    margin-bottom: 0;
    margin-right: 10px
}

.options__rlb b {
    font-weight: 500;
    color: #66d535
}

.over {
    position: relative;
    display: block;
    height: 20px;
    width: 20px
}

.over:hover .over__content {
    opacity: 1;
    pointer-events: auto
}

.over__icon {
    font-size: 20px;
    color: #adb2c2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px
}

.over__content {
    position: absolute;
    bottom: 100%;
    left: -100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 220px;
    background-color: #1a1d29;
    border-radius: 4px;
    padding: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease
}

.over__content p {
    font-size: 12px;
    line-height: 20px;
    color: #adb2c2;
    margin-bottom: 10px
}

.over__content p button {
    color: #aa72ce;
    font-weight: 500
}

.over__content p button:hover {
    text-decoration: underline
}

.over__content p:last-child {
    margin-bottom: 0
}

.xtable {
    width: 100%;
    min-width: 800px;
    border-spacing: 0
}

.xtable thead th {
    font-size: 12px;
    color: #adb2c2;
    font-weight: 400;
    padding: 15px;
    line-height: 100%;
    margin-bottom: 0;
    border: none;
    text-transform: uppercase;
    background-color: #1f212e;
    white-space: nowrap
}

.xtable thead th:last-child {
    text-align: right
}

.xtable tbody tr {
    border-top: 4px solid #1a1d29
}

.xtable tbody td {
    padding: 10px 15px;
    background-color: #1f212e
}

.xtable tbody td:last-child {
    text-align: right
}

.xtable__coin {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 24px
}

.xtable__coin img {
    width: 24px;
    height: auto
}

.xtable__coin i {
    font-size: 18px;
    color: #fff;
    margin-left: 5px
}

.xtable__coin span {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px
}

.xtable__coin--up i {
    color: #66d535
}

.xtable__coin--down i {
    color: #f94748
}

.xtable__text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500
}

.xtable__text--green {
    color: #66d535
}

.xtable__text--red {
    color: #f94748
}

.xtable__pl {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 24px
}

.xtable__pl .over {
    margin-left: 5px
}

.xtable__info {
    font-size: 14px;
    color: #adb2c2;
    font-weight: 500;
    line-height: 24px;
    margin-right: 15px;
    white-space: nowrap
}

.xtable__info--green {
    color: #66d535
}

.xtable__info--red {
    color: #f94748
}

.xtable__btns {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 24px
}

.xtable__btns button {
    margin-right: 15px
}

.xtable__btns button:last-child {
    margin-right: 0
}

.xtable__out, .xtable__details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 24px;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    white-space: nowrap
}

.xtable__out {
    background-color: rgba(102, 213, 53, 0.1);
    color: #66d535
}

.xtable__out:hover {
    background-color: rgba(102, 213, 53, 0.15)
}

.xtable__details {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

.xtable__details:hover {
    background-color: rgba(255, 255, 255, 0.15)
}

.xtable__increase {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    font-size: 18px;
    color: #66d535;
    background-color: rgba(102, 213, 53, 0.1)
}

.xtable__increase:hover {
    background-color: rgba(102, 213, 53, 0.15)
}

.xtable--small, .xtable--small2 {
    min-width: 300px
}

.xtable--small thead th, .xtable--small2 thead th {
    background-color: #1a1d29
}

.xtable--small tbody tr, .xtable--small2 tbody tr {
    border-top: 4px solid #1f212e
}

.xtable--small tbody td, .xtable--small2 tbody td {
    background-color: #1a1d29
}

.xtable--small2 {
    min-width: 536px
}

.game {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 24px
}

/*.game:hover .game__cover:before {*/
/*    opacity: .4*/
/*}*/

.game__cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 260px;
    border-radius: 8px;
    background-color: #1f212e;
    overflow: hidden;
    position: relative
}

.game__cover:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(100px);
    z-index: 1;
    opacity: .9;
    transition: opacity .4s ease
}

.game__cover h2 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
    margin-bottom: 0
}

.game__icons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2
}

.game__icons li {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 40px;
    height: 40px;
    animation: animate 25s linear infinite;
    bottom: -50px;
    border-radius: 50%
}

.game__icons li img {
    width: 30px;
    height: auto
}

.game__icons li i {
    font-size: 30px;
    color: #fff
}

.game__btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    padding: 0 10px
}

.containerxx {
    padding: 12px;
}

.section {
    padding: 16px !important;
}

.game__btn {
    font-size: 18px;
    font-weight: 800;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 52px;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 0 10px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.game__stat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    width: 100%
}

.game__online {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    padding-left: 16px
}

.game__online:before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 9px;
    left: 0
}

.game__volume {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400
}

.game__volume b {
    font-weight: 500;
    font-size: 20px;
}

.game--blue .game__icons li {
    background-color: rgba(15, 94, 255, 0.1)
}

.game--blue .game__icons li:nth-child(1) {
    left: 5%;
    animation-delay: 3s;
    animation-duration: 16s
}

.game--blue .game__icons li:nth-child(2) {
    left: 35%;
    animation-delay: 1s;
    animation-duration: 20s
}

.game--blue .game__icons li:nth-child(2) img {
    width: 18px
}

.game--blue .game__icons li:nth-child(3) {
    left: 85%;
    animation-delay: 10s;
    animation-duration: 15s
}

.game--blue .game__icons li:nth-child(3) img {
    width: 20px
}

.game--blue .game__icons li:nth-child(4) {
    left: 55%;
    animation-delay: 5s;
    animation-duration: 14s
}

.game--blue .game__icons li:nth-child(4) img {
    width: 24px
}

.game--blue .game__icons li:nth-child(5) {
    left: 15%;
    animation-delay: 7s;
    animation-duration: 14s
}

.game--blue .game__icons li:nth-child(5) img {
    width: 20px
}

.game--blue .game__icons li:nth-child(6) {
    left: 70%;
    animation-delay: 4s;
    animation-duration: 17s
}

.game--blue .game__icons li:nth-child(6) img {
    width: 20px
}

.game--blue .game__icons li:nth-child(7) {
    left: 45%;
    animation-delay: 10s;
    animation-duration: 20s
}

.game--blue .game__icons li:nth-child(7) img {
    width: 24px
}

.game--blue .game__icons li:nth-child(8) {
    left: 65%;
    animation-delay: 8s;
    animation-duration: 15s
}

.game--blue .game__icons li:nth-child(9) {
    left: 20%;
    animation-delay: 9s;
    animation-duration: 14s
}

.game--blue .game__icons li:nth-child(10) {
    left: 85%;
    animation-delay: 1s;
    animation-duration: 11s
}

.game--blue .game__cover:before {
    background: #0f5eff
}

.game--blue .game__btn {
    background-color: #0f5eff;
    color: #fff
}

.game--blue .game__btn:hover {
    background-color: #fff;
    color: #0f5eff
}

.game--blue .game__btn--light {
    background-color: #fff;
    color: #1a1d29
}

.game--blue .game__btn--light:hover {
    color: #aa72ce
}

.game--blue .game__online:before {
    background-color: #0f5eff
}

.game--blue .game__volume b {
    color: #0f5eff
}

.game--green .game__icons li {
    background-color: rgba(102, 213, 53, 0.1)
}

.game--green .game__icons li:nth-child(1) {
    left: 30%;
    animation-delay: 1s;
    animation-duration: 16s
}

.game--green .game__icons li:nth-child(2) {
    left: 85%;
    animation-delay: 3s;
    animation-duration: 14s
}

.game--green .game__icons li:nth-child(2) img {
    width: 18px
}

.game--green .game__icons li:nth-child(3) {
    left: 15%;
    animation-delay: 6s;
    animation-duration: 10s
}

.game--green .game__icons li:nth-child(3) img {
    width: 20px
}

.game--green .game__icons li:nth-child(4) {
    left: 55%;
    animation-delay: 2s;
    animation-duration: 20s
}

.game--green .game__icons li:nth-child(4) img {
    width: 24px
}

.game--green .game__icons li:nth-child(5) {
    left: 20%;
    animation-delay: 8s;
    animation-duration: 14s
}

.game--green .game__cover:before {
    background: #66d535
}

.game--green .game__btn {
    background-color: #66d535;
    color: #fff
}

.game--green .game__btn:hover {
    background-color: #fff;
    color: #66d535
}

.game--green .game__btn--light {
    background-color: #fff;
    color: #1a1d29
}

.game--green .game__btn--light:hover {
    color: #aa72ce
}

.game--green .game__online:before {
    background-color: #66d535
}

.game--green .game__volume b {
    color: #66d535
}

.game--orange .game__icons li {
    background-color: rgba(251, 166, 30, 0.1)
}

.game--orange .game__icons li:nth-child(1) {
    left: 65%;
    animation-delay: 5s;
    animation-duration: 11s
}

.game--orange .game__icons li:nth-child(2) {
    left: 55%;
    animation-delay: 1s;
    animation-duration: 12s
}

.game--orange .game__icons li:nth-child(2) img {
    width: 18px
}

.game--orange .game__icons li:nth-child(3) {
    left: 65%;
    animation-delay: 10s;
    animation-duration: 10s
}

.game--orange .game__icons li:nth-child(3) img {
    width: 20px
}

.game--orange .game__icons li:nth-child(4) {
    left: 35%;
    animation-delay: 2s;
    animation-duration: 20s
}

.game--orange .game__icons li:nth-child(4) img {
    width: 24px
}

.game--orange .game__icons li:nth-child(5) {
    left: 20%;
    animation-delay: 12s;
    animation-duration: 14s
}

.game--orange .game__icons li:nth-child(5) img {
    width: 20px
}

.game--orange .game__icons li:nth-child(6) {
    left: 5%;
    animation-delay: 0s;
    animation-duration: 15s
}

.game--orange .game__icons li:nth-child(6) img {
    width: 20px
}

.game--orange .game__icons li:nth-child(7) {
    left: 85%;
    animation-delay: 1s;
    animation-duration: 11s
}

.game--orange .game__icons li:nth-child(7) img {
    width: 24px
}

.game--orange .game__icons li:nth-child(8) {
    left: 85%;
    animation-delay: 4s;
    animation-duration: 12s
}

.game--orange .game__icons li:nth-child(9) {
    left: 15%;
    animation-delay: 5s;
    animation-duration: 17s
}

.game--orange .game__icons li:nth-child(10) {
    left: 45%;
    animation-delay: 7s;
    animation-duration: 20s
}

.game--orange .game__cover:before {
    background: #fba61e
}


.game--orange .game__btn {
    background-color: #fba61e;
    color: #fff
}


.game--orange .game__btn--light {
    background-color: #fff;
    color: #1a1d29
}

.game--orange .game__btn--light:hover {
    color: #aa72ce
}

.game--orange .game__online:before {
    background-color: #fba61e
}

.game--orange .game__volume b {
    color: #fba61e
}

.how {
    width: 100%;
    margin-top: 24px
}

.how__head {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 10px
}

.how__content {
    width: 100%;
    border-radius: 4px;
    background-color: #1f212e;
    padding: 15px 15px 30px
}

.how__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    list-style-type: decimal;
    padding-left: 15px;
    margin-top: 15px
}

.how__list li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px
}

.how__list li::marker {
    color: #aa72ce
}

.how__list li:last-child {
    margin-bottom: 0
}

.how__img {
    width: 100%;
    border-radius: 4px;
    margin-top: 15px
}

.catalog {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    margin-bottom: 6px
}

.catalog__title {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%
}

.catalog__text {
    font-size: 14px;
    line-height: 24px;
    color: #adb2c2;
    margin-bottom: 0
}

.catalog__text b {
    font-weight: 500;
    color: #fff
}

.catalog__trade {
    font-size: 14px;
    line-height: 24px;
    color: #aa72ce;
    margin-left: 10px
}

.catalog__trade:hover {
    color: #aa72ce;
    text-decoration: underline
}

.catalog__search {
    position: relative;
    width: 100%;
    margin-top: 20px
}

.catalog__search input {
    width: 100%;
    height: 40px;
    background-color: #1f212e;
    border-radius: 4px;
    border: none;
    padding: 0 60px 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.catalog__search button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 20px;
    height: 40px;
    top: 0;
    right: 20px;
    color: #adb2c2;
    font-size: 20px
}

.catalog__search button:hover {
    color: #aa72ce
}

@media (min-width: 768px) {
    .catalog__title {
        width: auto;
        margin-bottom: 0
    }

    .catalog__text {
        margin-left: 20px
    }

    .catalog__search {
        width: 216px;
        margin-left: auto;
        margin-top: 0
    }
}

@media (min-width: 992px) {
    .catalog__text {
        margin-left: 30px
    }

    .catalog__trade {
        margin-left: 30px
    }
}

@media (min-width: 1200px) {
    .catalog__search {
        width: 260px
    }
}

.coin-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    background-color: #1f212e;
    margin-top: 24px
}

.coin-item:hover {
    background-color: rgba(170, 114, 206, 0.1)
}

.coin-item__head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: relative;
    padding-left: 50px
}

.coin-item__head img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: 0
}

.coin-item__name {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 4px
}

.coin-item__change {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #adb2c2
}

.coin-item__change--up {
    color: #66d535
}

.coin-item__change--down {
    color: #f94748
}

.coin-item__price {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px
}

.coin-item__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px
}

.coin-item__list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #aa72ce
}

.coin-item__list li span {
    color: #adb2c2;
    margin-right: 10px
}

.modal {
    background: rgba(26, 29, 41, 0.8)
}

.modal .modal-content {
    background-color: transparent;
    border-radius: 0;
    border: none
}

.modal--details .modal__content {
    width: 300px
}

.modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #1f212e;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    border-radius: 4px
}

.modal__coin {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 24px;
    width: 100%
}

.modal__coin img {
    width: 24px;
    height: auto
}

.modal__coin i {
    font-size: 18px;
    color: #fff;
    margin-left: 5px
}

.modal__coin span {
    font-size: 14px;
    line-height: 24px;
    text-rtansform: uppercase;
    color: #adb2c2;
    font-weight: 500;
    margin-left: 15px
}

.modal__coin--up i {
    color: #66d535
}

.modal__coin--down i {
    color: #f94748
}

.modal__player {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px
}

.modal__player i {
    font-size: 24px;
    color: #adb2c2;
    margin-right: 5px
}

.modal__player span {
    font-size: 16px;
    line-height: 24px;
    color: #adb2c2;
    font-weight: 500
}

.modal__stats {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%
}

.modal__stats li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    margin-top: 15px
}

.modal__stat-name {
    font-size: 14px;
    line-height: 24px;
    color: #adb2c2;
    font-weight: 500;
    text-transform: uppercase
}

.modal__stat-value {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500
}

.modal__stat-value--green {
    color: #66d535
}

.modal__stat-value--red {
    color: #f94748
}

.modal__stat-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.modal__stat-wrap .over {
    margin-left: 5px
}

.modal__btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px
}

.modal__cash, .modal__share {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: calc(50% - 5px);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    white-space: nowrap
}

.modal__cash {
    background-color: rgba(102, 213, 53, 0.1);
    color: #66d535
}

.modal__cash:hover {
    background-color: rgba(102, 213, 53, 0.15)
}

.modal__share {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

.modal__share:hover {
    background-color: rgba(255, 255, 255, 0.15)
}

.modal__title {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 100%
}

.modal__text {
    font-size: 14px;
    line-height: 24px;
    color: #adb2c2;
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

.modal__text b {
    font-weight: 500;
    color: #fff
}

.modal__text--small {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 20px
}

.modal__list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%
}

.modal__list li {
    font-size: 16px;
    line-height: 26px;
    color: #adb2c2;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px
}

.modal__list li:last-child {
    margin-bottom: 0
}

.modal__list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #aa72ce;
    left: 0;
    top: 11px
}

.modal__close {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
    z-index: 1;
    color: #adb2c2
}

.modal__close i {
    font-size: 24px
}

.modal__close:hover {
    color: #fff
}

.modal__increase {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 52px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #66d535;
    background-color: rgba(102, 213, 53, 0.1);
    margin: 0 auto 20px
}

.modal__increase:hover {
    background-color: rgba(102, 213, 53, 0.15)
}

.modal__avatars {
    margin-top: -24px
}

.modal__avatars li {
    position: relative;
    overflow: hidden;
    margin-top: 24px
}

.modal__avatars input:not(:checked), .modal__avatars input:checked {
    position: absolute;
    left: -9999px
}

.modal__avatars label {
    display: block;
    margin: 0;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid rgba(170, 114, 206, 0.1);
    transition: border-color .4s ease;
    overflow: hidden
}

.modal__avatars label:hover {
    border-color: #66d535
}

.modal__avatars label img {
    width: 100%
}

.modal__avatars input:checked + label {
    border-color: #aa72ce
}

@media (min-width: 768px) {
    .modal--calculator .modal-dialog {
        max-width: 750px
    }

    .modal--calculator .modal-content, .modal--calculator .modal__content {
        width: 750px
    }

    .modal--how .modal-dialog, .modal--limits .modal-dialog, .modal--increase .modal-dialog, .modal--avatar .modal-dialog {
        max-width: 600px
    }

    .modal--how .modal-content, .modal--limits .modal-content, .modal--increase .modal-content, .modal--avatar .modal-content, .modal--how .modal__content, .modal--limits .modal__content, .modal--increase .modal__content, .modal--avatar .modal__content {
        width: 600px
    }

    .modal__list {
        padding: 0 40px
    }
}

.modal-backdrop {
    background: #1a1d29
}

@-moz-keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1
    }
    100% {
        transform: translateY(-500px) rotate(720deg);
        opacity: 0
    }
}

@-webkit-keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1
    }
    100% {
        transform: translateY(-500px) rotate(720deg);
        opacity: 0
    }
}

@-o-keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1
    }
    100% {
        transform: translateY(-500px) rotate(720deg);
        opacity: 0
    }
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1
    }
    100% {
        transform: translateY(-500px) rotate(720deg);
        opacity: 0
    }
}
