@font-face {
    font-family: 'Fast Font';
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf) format("truetype"), url(../fonts/icomoon.woff) format("woff"), url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 990px) {
    .hilo-main {
        transform: scale(.6);
    }
}
.fast-icon-font {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Fast Font", var(--font-family-sans-serif) !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.game-area {
    border-radius: 12px;
    border: 1px solid #353d48;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.hilo-main {
    margin-top: 20px;
    justify-content: center !important;
    display: flex !important;
    height: 344px;
    width: 205px;
    position: relative;
}

.hilo-main .hilo-deck {
    width: 100%;
}

.hilo-main .hilo-deck>.hilo-deck-card {
    border-radius: 24px;
}

.hilo-main .hilo-deck .placeholder-card:nth-child(1) {
    bottom: 4px;
}

.hilo-main .hilo-deck .placeholder-card:nth-child(2) {
    bottom: 8px;
}

.hilo-main .hilo-deck .placeholder-card:nth-child(3) {
    bottom: 12px;
}

.hilo-main .hilo-deck .placeholder-card:nth-child(4) {
    bottom: 16px;
}

.hilo-main .hilo-deck .placeholder-card:nth-child(5) {
    bottom: 20px;
}

.hilo-main .hilo-deck .hilo-deck-card {
    width: 205px;
    height: 320px;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: absolute;
    z-index: 8;
}

.hilo-countdown-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1);
}

.hilo-countdown {
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.hilo-main .hilo-deck-card .card-back, .hilo-main .hilo-deck-card .card-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 6px;
    border: 1px solid #e1e9f5;
}

.hilo-main .hilo-deck-card .card-back {
    background: white url(../img/card-back.png) no-repeat center;
}

.hilo-main .hilo-deck-card .card-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.hilo-main .hilo-flipper {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.hilo-main .hilo-card {
    font-family: 'Fast Font', Exo\ 2, Open Sans,sans-serif;
    cursor: pointer;
    position: relative;
}

.hilo-main .hilo-card_bordered:after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 1rem;
    bottom: 1rem;
    right: 1rem;
    border: 2px solid currentColor;
    border-radius: 6px;
}

.hilo-card_diamonds, .hilo-card_red {
    color: #e86376;
}

.hilo-card_spades, .hilo-card_black {
    color: #2b2f3b;
}

.hilo-card_joker {
    background-image: linear-gradient(to right, #0062f4, #009ddd);
}

.hilo-card_joker .hilo-sign {
    font-size: 0.65em;
}

.hilo-main .hilo-label {
    font-size: 45px;
    position: absolute;
}

.hilo-main .hilo-label_top {
    top: 1rem;
    left: 2rem;
}

.hilo-main .hilo-label_bottom {
    bottom: 1.2rem;
    right: 2rem;
}

.hilo-history {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding-bottom: 1.2rem;
    margin-bottom: 1rem;
}

.hilo-history-feed {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hilo-history-feed__comparison-sign_lo {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.hilo-history-feed-sign {
    display: block;
}

.hilo-card_sm {
    width: 41px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
}

.hilo-card-num {
    line-height: normal;
}

.hilo-history-card {
    margin-right: 18px;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity .7s;
}

.hilo-history-card:hover {
    opacity: 1 !important;
}

.hilo-card_joker {
    background-image: linear-gradient(to right, #0062f4, #009ddd) !important;
    font-size: 26px;
}

.hilo-card {
    background-image: linear-gradient(to top, #ffffff, #ffffff);
    font-family: 'Fast Font', Exo\ 2, Open Sans, sans-serif;
    cursor: pointer;
    position: relative;
}

.hilo-history-card_zero-width .hilo-history-feed {
    opacity: 0;
}

.hilo-history-feed {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity .7s;
}

.hilo-history-feed-sign {
    display: block;
}

.hilo-history-feed-sign_lo {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.hilo-bet {
    padding: 5px 0;
}

.hilo-bet,.hilo-bet .btn-bet {
    display: -webkit-flex;
    display: flex
}

.hilo-bet .btn-bet {
    font-size: 12px;
    overflow: hidden;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 8px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 6px;
    background: #4986f5;
    opacity: .5;
}

.hilo-bet .btn-bet:focus,.hilo-bet .btn-bet:hover {
    outline: none
}

.hilo-bet .btn-bet:hover, .hilo-bet .btn-bet.isActive {
    opacity: 1;
}

.hilo-bet .btn-bet:last-child {
    margin-right: 0
}

.hilo-bet .btn-bet.bet-high {
    color: #d7a2ff;
    background: #a100f4;
}

.hilo-bet .btn-bet.bet-high .bet-chance {
    background: rgba(31,85,183,.18)
}

.hilo-bet .btn-bet.bet-high .bet-chance .chance-icon {
    color: #d7a2ff;
}

.hilo-bet .btn-bet.bet-low {
    color: #625622;
    background: #ffd000
}

.hilo-bet .btn-bet.bet-low .bet-chance {
    background: rgba(142,118,14,.18);
}

.hilo-bet .btn-bet.bet-low .bet-chance .chance-icon {
    color: #625622;
}

.hilo-bet .btn-bet.bet-red {
    color: #67110b;
    background: #e86376;
}

.hilo-bet .btn-bet.bet-red .bet-chance {
    background: rgba(136, 29, 44, 0.18)
}

.hilo-bet .btn-bet.bet-black {
    color: #5e6a7f;
    background: #333a48;
}

.hilo-bet .btn-bet.bet-black .bet-chance {
    background: #2f3542
}

.hilo-bet .btn-bet.bet-numb, .hilo-bet .btn-bet.bet-letr, .hilo-bet .btn-bet.bet-ka, .hilo-bet .btn-bet.bet-a {
    color: #256b20;
    background: #62ca5b;
}

.hilo-bet .btn-bet.bet-numb .bet-chance, .hilo-bet .btn-bet.bet-letr .bet-chance, .hilo-bet .btn-bet.bet-ka .bet-chance, .hilo-bet .btn-bet.bet-a .bet-chance {
    background: #43b73b
}

.hilo-bet .bet-chance {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex: none;
    flex: none;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    width: 100%;
    padding: 4px 8px;
    background: rgba(0,0,0,.08);
}

.hilo-bet .bet-chance .chance-icon {
    margin: 4px 0 7px;
    color: #1f55b7
}

.hilo-bet .bet-chance .chance-icon svg {
    width: 20px;
    height: 20px;
    display: block
}

.hilo-bet .bet-chance .chance-text {
    line-height: 16px;
    text-align: center;
    font-weight: 600;
}

.hilo-bet .bet-chance .chance-text span {
    font-size: 17px;
    font-weight: 600
}

.hilo-bet .bet-text {
    font-size: 14px;
    font-weight: 600;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 24px;
    padding: 0;
}

@media screen and (max-width: 820px) {
    .hilo-bet .bet-chance {
        padding: 5px
    }

    .hilo-bet .bet-text {
        font-size: 15px;
        height: 33px
    }
}

.bet-block {
    margin-bottom: 15px;
    padding: 8px;
    border: 1px solid hsla(0,0%,59.2%,.12);
    border-radius: 6px
}
@media screen and (max-width: 1170px) {
    .game-area {
        border:0
    }

    .bottom-corners, .top-corners {
        display: none
    }
}
.flip {
	-webkit-animation: flipCard 1s;
	transform: rotateY(180deg);
}
@-webkit-keyframes flipCard {
	0% {
		-webkit-transform: scale(1) rotateY(0deg);
	}
	10% {
		-webkit-transform: scale(1.000768) rotateY(0deg);
	}
	20% {
		-webkit-transform: scale(1.024576) rotateY(0deg);
	}
	30% {
		-webkit-transform: scale(1.125424) rotateY(0.17135717260665195deg);
	}
	40% {
		-webkit-transform: scale(1.149232) rotateY(5.4834295234128625deg);
	}
	50% {
		-webkit-transform: scale(1.15) rotateY(41.639792943416424deg);
	}
	60% {
		-webkit-transform: scale(1.149232) rotateY(138.36020705658356deg);
	}
	70% {
		-webkit-transform: scale(1.125424) rotateY(174.51657047658713deg);
	}
	80% {
		-webkit-transform: scale(1.024576) rotateY(179.82864282739334deg);
	}
	90% {
		-webkit-transform: scale(1.000768) rotateY(180deg);
	}
	100% {
		-webkit-transform: scale(1) rotateY(180deg);
	}
}
@-moz-keyframes flipCard {
	0% {
		-moz-transform: scale(1) rotateY(0deg);
	}
	10% {
		-moz-transform: scale(1.000768) rotateY(0deg);
	}
	20% {
		-moz-transform: scale(1.024576) rotateY(0deg);
	}
	30% {
		-moz-transform: scale(1.125424) rotateY(0.17135717260665195deg);
	}
	40% {
		-moz-transform: scale(1.149232) rotateY(5.4834295234128625deg);
	}
	50% {
		-moz-transform: scale(1.15) rotateY(41.639792943416424deg);
	}
	60% {
		-moz-transform: scale(1.149232) rotateY(138.36020705658356deg);
	}
	70% {
		-moz-transform: scale(1.125424) rotateY(174.51657047658713deg);
	}
	80% {
		-moz-transform: scale(1.024576) rotateY(179.82864282739334deg);
	}
	90% {
		-moz-transform: scale(1.000768) rotateY(180deg);
	}
	100% {
		-moz-transform: scale(1) rotateY(180deg);
	}
}
@-ms-keyframes flipCard {
	0% {
		-ms-transform: scale(1) rotateY(0deg);
	}
	10% {
		-ms-transform: scale(1.000768) rotateY(0deg);
	}
	20% {
		-ms-transform: scale(1.024576) rotateY(0deg);
	}
	30% {
		-ms-transform: scale(1.125424) rotateY(0.17135717260665195deg);
	}
	40% {
		-ms-transform: scale(1.149232) rotateY(5.4834295234128625deg);
	}
	50% {
		-ms-transform: scale(1.15) rotateY(41.639792943416424deg);
	}
	60% {
		-ms-transform: scale(1.149232) rotateY(138.36020705658356deg);
	}
	70% {
		-ms-transform: scale(1.125424) rotateY(174.51657047658713deg);
	}
	80% {
		-ms-transform: scale(1.024576) rotateY(179.82864282739334deg);
	}
	90% {
		-ms-transform: scale(1.000768) rotateY(180deg);
	}
	100% {
		-ms-transform: scale(1) rotateY(180deg);
	}
}
@-o-keyframes flipCard {
	0% {
		-o-transform: scale(1) rotateY(0deg);
	}
	10% {
		-o-transform: scale(1.000768) rotateY(0deg);
	}
	20% {
		-o-transform: scale(1.024576) rotateY(0deg);
	}
	30% {
		-o-transform: scale(1.125424) rotateY(0.17135717260665195deg);
	}
	40% {
		-o-transform: scale(1.149232) rotateY(5.4834295234128625deg);
	}
	50% {
		-o-transform: scale(1.15) rotateY(41.639792943416424deg);
	}
	60% {
		-o-transform: scale(1.149232) rotateY(138.36020705658356deg);
	}
	70% {
		-o-transform: scale(1.125424) rotateY(174.51657047658713deg);
	}
	80% {
		-o-transform: scale(1.024576) rotateY(179.82864282739334deg);
	}
	90% {
		-o-transform: scale(1.000768) rotateY(180deg);
	}
	100% {
		-o-transform: scale(1) rotateY(180deg);
	}
}
@keyframes flipCard {
	0% {
		transform: scale(1) rotateY(0deg);
	}
	10% {
		transform: scale(1.000768) rotateY(0deg);
	}
	20% {
		transform: scale(1.024576) rotateY(0deg);
	}
	30% {
		transform: scale(1.125424) rotateY(0.17135717260665195deg);
	}
	40% {
		transform: scale(1.149232) rotateY(5.4834295234128625deg);
	}
	50% {
		transform: scale(1.15) rotateY(41.639792943416424deg);
	}
	60% {
		transform: scale(1.149232) rotateY(138.36020705658356deg);
	}
	70% {
		transform: scale(1.125424) rotateY(174.51657047658713deg);
	}
	80% {
		transform: scale(1.024576) rotateY(179.82864282739334deg);
	}
	90% {
		transform: scale(1.000768) rotateY(180deg);
	}
	100% {
		transform: scale(1) rotateY(180deg);
	}
}

.rightDirection {
    -webkit-transform: rotate(-40deg) translate(100vw,-50vh);
    transform: rotate(-40deg) translate(100vw,-50vh);
    -webkit-animation: reorderRight .7s;
    animation: reorderRight .7s
}

@-webkit-keyframes reorderRight {
    0% {
        -webkit-transform: rotate(0deg) translate(0);
        transform: rotate(0deg) translate(0)
    }

    to {
        -webkit-transform: rotate(-40deg) translate(100vw,-50vh);
        transform: rotate(-40deg) translate(100vw,-50vh)
    }
}

@keyframes reorderRight {
    0% {
        -webkit-transform: rotate(0deg) translate(0);
        transform: rotate(0deg) translate(0)
    }

    to {
        -webkit-transform: rotate(-40deg) translate(100vw,-50vh);
        transform: rotate(-40deg) translate(100vw,-50vh)
    }
}

.isAnimate {
    -webkit-animation: shiftFromLeft .3s linear;
    animation: shiftFromLeft .3s linear
}

.hilo-footer {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: 0 0 6px 6px;
    background: #2c323f;
}

@media (max-width: 820px) {
    .hilo-footer {
        padding:10px 10px 0;
    }
}

@media (max-width: 1024px) {
    .hilo-statistics__cards div {
        transform: scale(0.8);
    }
}
.hilo-statistics__card-label {
    font-weight: bold;
    color: #6c757d;
    text-align: center;
    width: 41px;
    margin-top: 2px;
}
.hilo-statistics__card-frequency-progress {
    background-color: #000000;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: height .3s;
}
.hilo-statistics__cards {
    width: 100%;
    min-height: 62px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    overflow: overlay;
}
.hilo-statistics-region {
    padding: 10px 20px;
    width: 100%;
}
.hilo-statistics-region .hilo-statistics-top {
    align-items: center !important;
    justify-content: space-between !important;
    display: flex !important;
}
.hilo-statistics-region .hilo-statistics-top .hilo-stat_title {
	font-size: 13px;
	color: #fff;
}
.hilo-statistics-region .hilo-statistics-top .hilo-statistics-colors-ratio {
    border-radius: 0.25rem;
    height: 17px;
    overflow: hidden;
    display: flex;
    font-size: 12px;
    flex-grow: 1;
    margin-left: 1rem;
}
.hilo-statistics-region .hilo-statistics-top .hilo-statistics-colors-ratio .ratio__red, .hilo-statistics-region .hilo-statistics-top .hilo-statistics-colors-ratio .ratio__black {
	height: 100%;
	text-align: center;
	transition: width .3s;
}
.hilo-statistics-region .hilo-statistics-top .hilo-statistics-colors-ratio .ratio__red {
	background: #e86376;
}
.hilo-statistics-region .hilo-statistics-top .hilo-statistics-colors-ratio .ratio__black {
	background: #1c2028;
}
.hash {
    width: 100%;
    padding: 10px;
    background-color: #2c323f;
    border-radius: 0 0 6px 6px;
}
.hash .title {
    font-weight: 800;
}

.hash .text {
    font-size: 12px
}