.jackpot_block,.jackpot__left,.jackpot__right,.jackpot__center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}

.jackpot_block{
	padding: 20px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius:6px;
    background: radial-gradient(circle,rgb(35,44,57,0.8) 0,rgb(34,39,49,0.8) 100%);	
}

.jackpot__left,.jackpot__right,.jackpot__center {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 5px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jackpot__left {
	width:30%;
	border-right:1px solid #92596f;
}

.jackpot__center{
	width:40%;
	border-right:1px solid #92596f;	
}

.jackpot__right{
	width:30%;
	border-left:1px solid #92596f;
}

.jackpot_block .jackpot__title{
	font-size: 18px;
	color: #f885a4;
	text-shadow: 0 0 5px #8d556a;
	text-transform: uppercase;
	margin-bottom: 15px;	
}

.jackpot-main .load_wrapper{
    text-align: center;
    position: relative;
    left: 0%;
    top: 50%;
    /*display: inline-flex;*/
    font-size: 24px;
}

.jackpot-main .load_wrapper.warning{
    color: #de1140;
}

.jackpot-main .amount_text{
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
}

.jackpot-main .items_block{
	text-align: center;
	height: 244px;
	max-height: 244px;
	overflow-y: scroll;
	font-size: 0;
}

.jackpot-main .item {
    width: 110px;
    height: 110px;
    margin: 5px;
    background: #232c38;
    display: inline-flex;
    cursor:pointer;
	border-left:2px solid #e57c9a4d;
}

.jackpot-main .item[data-rarity='knife']{
	border-left:2px solid #e49622;
}
.jackpot-main .item[data-rarity='consumer']{
	border-left:2px solid #d3e5f3;
}
.jackpot-main .item[data-rarity='milspec']{
	border-left:2px solid #788cf9;
}
.jackpot-main .item[data-rarity='industrial']{
	border-left:2px solid #556cec;
}
.jackpot-main .item[data-rarity='restricted']{
	border-left:2px solid #a77dff;
}
.jackpot-main .item[data-rarity='classified']{
	border-left:2px solid #e05aff;
}
.jackpot-main .item[data-rarity='covert']{
	border-left:2px solid #ff4f76;
}


.jackpot-main .item .statr{
	background-color: #CF6A32;
    font-size: 12px;
    padding: 1px 3px;
    color: #eee;
    text-shadow: 1px 1px 1px #323232;
    position: absolute;
    z-index: 4;
    border-radius: 0 0 6px;
}

.jackpot-main .item img{
    height: 80px;
    width: 80px;
    margin: 15px;
}

.jackpot-main .item .price{
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 6px;
}

.jackpot-main .item .price:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
	background-color: rgb(194,107,132,0.7);
	border: 1px solid #f885a4;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 2px;
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0,.2);
    box-shadow: 0 8px 15px rgba(0,0,0,.2);
}

.jackpot-main .item .name{
    position: absolute;
    z-index: 3;
    bottom: 1px;
    left: 1px;
    font-size: 12px;
    color: #e77d9b;
    text-align: center;
    width: 98%;    
}

.jackpot-main .item.selected{
    opacity: .45;
    cursor: default;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.jackpot-main .item.selected::after{
    content: ' ';
    width:32px;
    height:32px;
    background: url(../img/cases/icons/received.svg) 50% no-repeat;
    position:absolute;
    left:0;
}

.jackpot_block .game_filter {
	width: 95%;
	height:80px;
	padding: 15px 5px;
	background: #232c38;
	border-radius:10px;
    margin: auto;
}

.jackpot_block .game_filter:nth-child(n+1){
	margin-top:10px;
}

.jackpot_block .game_filter .game_filter_el{
    width: 49%;
    padding:0 5px;
	color: #f885a4;
	position: relative;
	display: inline-block;
}

.jackpot_block .game_filter .game_filter_el .game_filter_el-name{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.jackpot_block .game_filter .game_filter_el .game_filter_el-value{
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
    padding: 5px 15px;
    background-color: #0c141f80;
	border-radius: 6px;	
	height: 30px;
	color:#fff;
}

.jackpot_block .game_filter button{
	border: 2px solid #e37c98;
    border-radius: 6px;
	padding: 0 12px;
    -webkit-box-shadow: inset 0 0 55px rgba(227,124,152,.4), 0 0 19px rgba(227,124,152,.7);
    box-shadow: inset 0 0 55px rgba(227,124,152,.4), 0 0 19px rgba(227,124,152,.7);
    text-transform: uppercase;
    color: #e37c98;
    font-size: 17px;
	width:100%;
	height:50px;
    -webkit-transition: color .3s ease,-webkit-box-shadow .3s ease;
    transition: color .3s ease,-webkit-box-shadow .3s ease;
    transition: color .3s ease,box-shadow .3s ease;
    transition: color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease;	
}

.jackpot_block .game_filter button:hover{
    -webkit-box-shadow: inset 0 0 35px rgba(227,124,152,.4),0 0 19px rgba(227,124,152,.7);
    box-shadow: inset 0 0 35px rgba(227,124,152,.4),0 0 19px rgba(227,124,152,.7);	
}
.jackpot_block hr{
	background: #e37c98;
	height: 2px;
	border: none;
}

.jackpot_block .jackpot_stats{
    width: 90%;
    height: 100%;
    position: relative;
    margin: auto;
}

.jackpot_block .jackpot_circle{
	border: 5px solid #136892;
	border-radius:60px;
    margin-top: 61px;
	height: 160px;
	width: 100%;
	position: relative;
	overflow: hidden;
	transform: translate(0, 0);	
}

.jackpot_block .jackpot_circle .jackpot_circle-fill {
	position: absolute;
	top: 100%;
    background: #145a7c;
    width: 100%;
    height: 100%;
	z-index:2;
}

.jackpot_block .jackpot_circle .jackpot_circle-fill:before {
	content: "";
	position: absolute;
	left: 0;
	top: -10px;
	right: 0;
	background-repeat: repeat;
	height: 10px;
	background-size: 20px 20px;
	background-image: radial-gradient(circle at 10px -5px, transparent 12px, #126790cc 13px);
	animation: move_wave 10s linear infinite;
	width: 200%;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0);
    }
    50% {
        transform: translateX(-25%) translateZ(0);
    }
    100% {
        transform: translateX(-50%) translateZ(0);
    }
}

@keyframes pourAction {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.jackpot_circle-timer{
	font-size: 32px;
	color: #fff;
	text-shadow: 0 0 5px #8d556a;
	text-transform: uppercase;
	margin: inherit;
	position: inherit;
	z-index:3;
}

.jackpot_circle-timer span{
	width: 50%;
	background: #136892;
	border-radius: 10px;
	display: inline-block;
}

.jackpot_block .jackpot_stats .jackpot_stat {
	color: #f885a4;
    position: absolute;
    background: rgb(23,32,44,0.7);
    padding: 2px;
    width: 45%;
    border-radius: 10px;
}

.jackpot_block .jackpot_stats .jackpot_stat.jackpot_stat-top-left {
	top:2px;
	left:2px;
}

.jackpot_block .jackpot_stats .jackpot_stat.jackpot_stat-top-right {
	top:2px;
	right:2px;
}

.jackpot_block .jackpot_stats .jackpot_stat.jackpot_stat-bottom-left {
	bottom:2px;
	left:2px;
}

.jackpot_block .jackpot_stats .jackpot_stat.jackpot_stat-bottom-right {
	bottom:2px;
	right:2px;
}

.jackpot_block .jackpot_stats .jackpot_stat-title{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .1px;	
}

.jackpot_block .jackpot_stats .jackpot_stat-value{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #fff;	
}

.jackpot_block-users {
	padding: 20px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 6px;
	background: radial-gradient(circle,rgb(35,44,57,0.8) 0,rgb(34,39,49,0.8) 100%);
	margin-top: 5px;
	height:150px;
}

.jackpot_block-users .jackpot_roulette{
	overflow: hidden;
	width: 896px;
	margin: auto;
    overflow: hidden;
    position: relative;
    border-top: 4px solid #f997b1;
    border-bottom: 4px solid #f997b1;
    border-radius: 15px;
}

.jackpot_block-users .jackpot_roulette:before{
	content: "";
    position: absolute;
    left: 416px;
    width: 64px;
    height: 64px;
    background: url(/img/games/jackpot/roulette-arrow.png) no-repeat;
	z-index: 1;
	
}

.jackpot_block-users .jackpot_roulette ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	will-change: transform;	
}

.jackpot_block-users .jackpot_roulette ul li{
	flex-shrink: 0;
    width: 64px;
    height: 64px;
    overflow: hidden;
}

.jackpot_block-users .jackpot_roulette ul li img{
	opacity:0.7;	
}

.jackpot_block-users .winner_info {
	overflow: hidden;
	width: 896px;
	margin: auto;
	text-align:center;
	margin-top:10px;
	background: rgb(23,32,44,0.7);
	border-radius:10px;
	padding:4px;
	font-size:16px;
}

.jackpot_block-users .winner_info b{
	color: #f885a4;
}

.jackpot_block-users .winner_info span{
	color: #52c568;
}

.jackpot_block-users .jackpot_users{
	width: 90%;
	margin: auto;
    overflow: hidden;
    position: relative;
	margin-top: 10px;
}

.jackpot_block-users .jackpot_users ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	will-change: transform;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;	
    max-width: 100%;
	/*height: 90px;*/
    overflow-y: hidden;
    overflow-x: auto;	
}


.jackpot_block-users .jackpot_users ul li{
	flex-shrink: 0;
    width: 72px;
    height: 90px;
    overflow: hidden;
	margin: 0 10px;
}

.jackpot_block-users .jackpot_users ul li img{
	display:flex;
	border-radius: 5px 5px 0px 0px;
}

.jackpot_block-users .jackpot_users ul li span{
	position:absolute;
	bottom:0;
	text-align:center;
    height: 18px;
    display: inline-block;
    width: 72px;
	background: #b76882;
	font-size: 14px;
	padding:2px 0;
	border-radius: 0px 0px 5px 5px;
}


.jackpot_block-bets,.jackpot_block-bets-left,.jackpot_block-bets-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}

.jackpot_block-bets{
	padding: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius:6px;
    background: radial-gradient(circle,rgb(35,44,57,0.8) 0,rgb(34,39,49,0.8) 100%);	
	margin-top:5px;
}

.jackpot_block-bets-left,.jackpot_block-bets-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 5px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	padding: 0;
}

.jackpot_block-bets-left {
	width:40%;
	border-right:1px solid #92596f;
}

.jackpot_block-bets-right{
	width:60%;
}

.jackpot_block-bets .jackpot_block-bets-title{
	background: rgb(23,32,44,0.7);
	width:100%;
	text-align:left;
	padding:5px 5px 5px 20px;
	font-size:18px;
}

.jackpot_block-bets .jackpot_bets{
	height: 100%;
	min-height: 100px;
	font-size: 0;
}

.jackpot_block-bets .jackpot_bets li{
	height: 48px;
    text-align: left;
	padding-left: 10px;
	margin-bottom:5px;
}

.jackpot_block-bets .jackpot_bets li:nth-child(even){
	background: rgb(23,32,44,0.4);
}

.jackpot_block-bets .jackpot_bets li .jackpot_bet-el{
	width:14%;
	display: inline-block;
	position:relative;
	font-size: 16px;
}

.jackpot_block-bets .jackpot_bets li .jackpot_bet-el:first-child{
	width:50%;
}

.jackpot_block-bets .jackpot_bets li .jackpot_bet-el:last-child{
	width:34%;
	text-align:center;
}

.jackpot_block-bets .jackpot_bets li .jackpot_bet-el:first-child img{
	border-radius:10%;
}

.jackpot_block-bets .jackpot_bets li .jackpot_bet-el:first-child span[data-type="username"]{
	height:24px;
	line-height:24px;
	display:inline-block;
    position: absolute;
    top: 0;
    padding-left: 4px;
	color: #f885a4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
	width: calc(100% - 48px);	
}

.jackpot_block-bets .jackpot_bets li .jackpot_bet-el:first-child span[data-type="ticket"]{
	height:24px;
	line-height:24px;
	display:inline-block;
    position: absolute;
    bottom: 0;
    padding-left: 4px;
	color: #53c66866;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 48px);
	cursor:default;
}

.jackpot_block-bets .jackpot_bets li .jackpot_bet-el:first-child span[data-type="ticket"]:hover{
	width:auto;
	background: rgb(23,32,44,1);
	border-radius:4px;
	z-index:2;
	padding:0 5px 0 4px;
}

.jackpot_block-bets .jackpot_bets li .jackpot_bet-el:nth-child(2) img{
	margin-top:-4px;
}

.jackpot_block-bets .items_block{
	text-align: center;
	height: 100%;
	min-height:100px;
	max-height: fit-content;
	max-height: -moz-fit-content;
	overflow-y: hidden;
	font-size: 0;
}

.jackpot_block-bets .items_block .item{
	cursor:default;
}