
.new-panel .new-inf {
    width: 220px;
    height: 50px;
    background: rgba(48, 50, 56, 0.55);
    overflow: hidden;
    border-radius: 9px;
    opacity: 0.8;
    float: left;
    margin: 0px 6px 19px 0;
}
.new-panel .new-inf img {
    margin-left: 5px;
    margin-top: 6px;
}
.new-panel .new-inf .title {
    font-weight: 600;
    position: relative;
}
.new-panel .new-inf .name {
    color: #8bb629;
    position: relative;
    left: 78px;
    bottom: 50px;
    font-size: 13px;
}
.new-panel .new-inf .x {
    color: #fff;
    font-size: 11px;
    position: relative;
    left: 78px;
    bottom: 45px;
}
.new-panel .new-inf .y {
    color: #8bb629;
}













.game-info-wrap {
	margin: -1px -20px 0px;
	position: relative;
}
.game-info-wrap.game-start {
	position: relative;
}
.game-info-wrap.game-start:after {
	content: '';
	background: url("../img/sprites.png") -291px 0 no-repeat;
	width: 66px;
	height: 75px;
	position: absolute;
	bottom: 21px;
	left: 49.8%;
	margin: 0 -35px;
}
.game-info {
	text-align: center;
	height: 161px;
	position: relative;
	overflow: hidden;
	background: #181b34;
	/* border-bottom: 1px solid #2F5463; */
	/* border-top: 1px solid #2F5463; */
}

.game-info .game-info-title:after {
	content:'';
	display: block;
	clear: both;
}

.game-info .game-info-title .left-block {
	float: left;
	width: 470px;
	text-align: right;
}

.game-info .game-info-title .right-block {
	float: right;
	width: 470px;
	text-align: left;
}

.game-info .game-info-title .text-wrap{
	display:inline-block
}

.game-info .game-info-title {
	font-size: 25px;
	width: 100%;
	font-weight: 600;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
	text-transform: uppercase;
	text-align: center;
	position: relative;
	background: #151429;
	/* z-index: 105; */
	/* top: 16px; */
	color: #ebf0f6;
	/* height: 46px; */
	display: inline-block;
	left: -5px;
	white-space: nowrap;
}


.game-info .game-info-title .money {
	color: #b3e5ff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.en .game-info .game-info-title .money {
	font-size: 25px;
}
.game-info .game-info-title .divider {
	background: url("../img/sprites.png") no-repeat;
	background-position: -300px -80px;
	margin: 0 12px;
	font-size: 20px;
	height: 20px;
	width: 28px;
	float: left;
	position: relative;
	top: 2px;
}

.game-info .player-list {
	position: absolute;
	bottom: 14px;
	left: 0;
}
#usersCarousel1 {
	transform: translate3d(-685px, 0px, 0px);
	-webkit-transform: translate3d(-685px, 0px, 0px);
	-moz-transform: translate3d(-685px, 0px, 0px);
	transition-duration: 10s;
	-webkit-transition-duration: 10s;
	-moz-transition-duration: 10s;
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	/*
            transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
       -moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    */
	backface-visibility: hidden;
}
#usersCarousel1.active {
	transform: translate3d(-7885px, 0px, 0px);
	-webkit-transform: translate3d(-7885px, 0px, 0px);
	-moz-transform: translate3d(-7885px, 0px, 0px);
}
.game-info .player-list img {
	opacity: 0.8;
	width: 70px;
	height: 70px;
	border-radius: 3px;
}
.game-info .player-list ul > li {
	display: block;
	float: left;
	margin-right: 5px;
}
.game-info-additional {
	position: relative;
	z-index: 2;
	z-index: 105;
}
.game-info-additional:after {
	content: " ";
	display: block;
	clear: both;
}
:not(.game-round-finish) > .game-info-additional:before {
	content: '';
	background: url("../img/cr.png");
	background-repeat: repeat-y;
	width: 16px;
	height: 161px;
	position: absolute;
	top: -161px;
	left: 533px;
}
.game-info-additional .left-block {
	float: left;
	text-align: left;
	white-space: nowrap;
	position: relative;
	z-index: 10;
}
.game-info-additional .left-block .additional-text {
	color: #B6CAD4;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	font-weight: 400;
}
.game-info-additional .left-block .additional-text:before {
	content:'';
	display: block;
	clear: both;
}
.game-info-additional .left-block .additional-text .text-small {
	font-size: 12px;
	color: rgb(129, 151, 162);
	font-weight: 400;
	letter-spacing: 0.2px;
	margin-left: 1px;
}
.en .game-info-additional .left-block .additional-text .winning-sum {
	padding-left: 0px;
}
.game-info-additional .left-block .additional-text .winning-sum {
	color: #def5ff;
	font-size: 18px;
	font-weight: 700;
	padding-left: 3px;
	position: relative;
}
.game-info-additional .left-block .additional-text .link-user {
	line-height: 17px;
	font-size: 17px;
	max-width: 200px;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.game-info-additional .left-block .additional-text .link-user:hover {
	border-bottom: 1px solid;
}
.game-info-additional .left-block .additional-text .check-btn {
	position: absolute;
	top: 3px;
	margin-left: 5px;
	white-space: nowrap;
}
.game-info-additional .right-block {
	float: right;
	width: 300px;
}
.game-round-finish {
	padding: 0px 25px;
	margin-top: 25px;
}
.left-block .additional-text .img-wrap {
	height: 31px;
	width: 31px;
	background: #355162;
	border-radius: 4px;
	border: 1px solid #446074;
	vertical-align: middle;
	-webkit-box-shadow: 0 3px 4px rgba(0,0,0,.29), inset 1px -3px 9px rgba(0,0,0,.14), inset 0 0 18px rgba(45,108,150,.05);
	box-shadow: 0 3px 4px rgba(0,0,0,.29), inset 1px -3px 9px rgba(0,0,0,.14), inset 0 0 18px rgba(45,108,150,.05);
	margin: 0px 3px 3px 5px;
	display: inline-block;
}
.left-block .additional-text .img-wrap img {
	width: 23px;
	height: 23px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
}

.game-round-finish .round-finish-title {
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.5px;
	word-spacing: 1px;
	text-shadow: 2px 2px 2px rgb(33, 51, 65);
	opacity: 0.3;
	text-decoration: line-through;
}
.bar-container {
	width: 55%;
	text-align: left;
	float: left;
	/* margin-top: 33px; */
	padding: 0px 25px;
}
.bar-container .item-bar-wrap,
.bar-container .bar-text,
.bar-container .timer {
	float: left;
}
.bar-container .bar-text {
	font-weight: 300;
	font-size: 15px;
	color: #c1f2ff;
	line-height: 58px;
	height: 63px;
	margin-left: 33px;
	letter-spacing: 0.3px;
}
.bar-container .timer {
	padding-top: 0px;
	margin-left: 10px;
}
.timer {
	display: inline-block;
	color: #c1f2ff;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
.timer > span {
	padding-left: 9px;
	margin-top: 3px;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	color: #98E9F9;
	font-size: 14px;
}
.timer .battery-wrap {
	background: url("../img/sw2.png") no-repeat;
	*background-position: 0px -386px;
	background-position: -8px -386px;
	height: 81px;
	*width: 165px;
	width: 151px;
	position: relative;
}
.timer .battery-wrap .timer-text {
	text-align: center;
	color: #e4f9ff;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
	position: relative;
	z-index: 1;
	margin: 0 20px;
	font-weight: 300;
}
.timer .battery-wrap .timer-text span {
	display: block;
	font-size: 34px;
	font-weight: 600;
	line-height: 30px;
	padding-top: 8px;
}
.timer .battery-wrap .bar {
	background: url("../img/sw2.png") no-repeat;
	*background-position: -161px -389px;
	background-position: -168px -389px;
	width: 100%;
	height: 62px;
	position: absolute;
	top: 0;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.item-bar-wrap {
	display: inline-block;
	width: 708px;
	height: 60px;
	position: relative;
	background: #202020;
}
.en .item-bar-wrap {
	display: inline-block;
	width: 750px;
	height: 60px;
	position: relative;
	background: #1B2934;
}
.item-bar-wrap .item-bar {
	position: absolute;
	background: rgb(158, 216, 17);
	height: 60px;
	top: 0;
	border: 7px solid #1B2934;
	border: 6.5px solid #1B2934;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	background-image: -webkit-linear-gradient(left, #ff653c, #ff965c);
	background-image: -moz-linear-gradient(left, #ff653c, #ff965c);
	background-image: -o-linear-gradient(left, #ff653c, #ff965c);
	background-image: -ms-linear-gradient(left, #ff653c, #ff965c);
	background-image: linear-gradient(to right, #2ea553, #6a9c09);
}
.item-bar-wrap .item-bar-text {
	color: #c1f2ff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
	*
	padding-left: 40px;
	position: relative;
	z-index: 2;
}
.item-bar-wrap .item-bar-text > span {
	display: block;
	color: #e4f9ff;
	font-weight: 600;
	font-size: 34px;
	line-height: 31px;
	padding-top: 6px;
}
.participate-block {
	margin-bottom: 15px;
	white-space: nowrap;
}
.participate-block:after {
	content: " ";
	display: table;
	clear: both;
}
.participate-block.participate-logged [class^="icon-"],
.participate-block.participate-logged [class*=" icon-"] {
	margin: 0 31px;
}
.participate-block.participate-logged .chance {
	display: inline-block;
	vertical-align: middle;
	width: 75px;
	position: relative;
}
.participate-block.participate-logged .chance .color-orange {
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	top: -10px;
	left: 3px;
}
.participate-block > p {
	color: #97c0dc;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	font-size: 12px;
	word-spacing: 2px;
	line-height: 16px;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.26);
	text-transform: uppercase;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
}
.en .participate-block > p {
	word-spacing: 0.5px;
}
.participate-block > p span {
	font-weight: 600;
	display: inline-block;
}
.participate-block [class^="icon-"],
.participate-block [class*=" icon-"] {
	margin: 0 16px;
	display: inline-block;
	vertical-align: middle;
}
.participate-block [class^="icon-"]:first-child,
.participate-block [class*=" icon-"]:first-child {
	margin-left: -15px;
}
.additional-block-wrap {
	position: relative;
	padding: 10px 0px 0px 0px;
	/* z-index: 105; */
	background: #151429;
	margin: -1px -20px 0px;
}
.participate-info {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.3px;
	color: #ebf0f6;
	padding-left: 25px;
	word-spacing: 0.8px;
	margin-top: -1px;
}
.participate-info span {
	font-weight: 600;
	font-size: 19px;
	color: #b3dcf9;
}



.comission {
    margin-top: 17px;
    color: #fc8356!important;
    background-color: #2f5463;
    font-weight: 600;
    padding: 5px;
    opacity: 0.8;
    z-index: 1;
    top: 2px;
    position: absolute;
    right: 0px;
    left: 0px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 15px;
    min-height: 15px;
}

#myChance {

}
#myChance.active {
	color: #fc8356 !important;
}

.current-chance-block {
	height: 113px;
	padding-top: 16px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.arrowscroll {
	position: absolute;
	display: inline-block;
	z-index: 100;
	width: 20px;
	height: 32px;
	cursor: pointer;
	top: 41px;
	display: none;
}
.arrowscroll:hover {
	opacity: 0.8;
}
.arrowscroll.left {
	left: 65px;
	background: url("../img/sprites.png") no-repeat;
	background-position: -50px -531px;
}
.arrowscroll.right {
	right: 63px;
	background: url("../img/sprites.png") no-repeat;
	background-position: -70px -531px;
}

.coursk {
	position: relative;
	/* background: url(http://dota--azart.ru/images/menumy.gif) #284351; */
	padding: 0px 87px 1px;
	margin: 0 -20px -2px;
	background: #151429;
	border-bottom: 1px solid #2F5463;
	/* border-top: 1px solid #2F5463; */
}

div#usersChances {}
/*
.coursk:before {
    content: '';
    background: url("../img/coursk.png") 0px 0px no-repeat;
    width: 24px;
    height: 119px;
    position: absolute;
    left: 45px;
    top: 0;
    z-index: 1;
}
.coursk:after {
    content: '';
    background: url("../img/coursk.png") -26px 0px no-repeat;
    width: 25px;
    height: 124px;
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 1;
}
*/

.coursk .iusers, .coursk .iskins {
	position: absolute;
	display: inline-block;
	z-index: 100;
	width: 34px;
	height: 28px;
	cursor: pointer;
	opacity: 0.5;
}
.coursk .iusers {
	top: 43px;
	left: 26px;
	background: url("../img/sprites.png") no-repeat;
	background-position: -102px -501px;
	opacity: 0.3;
}
.coursk .iskins {
	top: 43px;
	right: 24px;
	background: url("../img/sprites.png") no-repeat;
	background-position: -102px -538px;
}
.coursk .iusers:hover,
.coursk .iskins:hover,
.coursk .iusers.active,
.coursk .iskins.active {
	opacity: 1;
}
.current-chance-block .current-chance-wrap {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
.current-chance-block .current-chance-wrap .current-user {
	position: relative;
	margin-right: 5px;
	margin-bottom: -18px;
	width: 80px;
	display: inline-block;
}
.current-chance-block .current-chance-wrap .current-user .img-wrap img {
	width: 80px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.current-chance-block .current-chance-wrap .current-user .chance {
	font-size: 15px;
	font-weight: 600;
	bottom: 18px;
	z-index: 10;
	top: 65px;
	color: #d2a612;
	width: 80px;
	height: 17px;
	position: absolute;
	left: 0;
	font: normal 700 16px 'Pt Sans';
	text-align: center;
	background: rgb(49 54 95 / 66%);
}
.current-chance-block .current-chance-wrap .current-user .chance:before {
	/* content: ''; */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0px 12px 5px;
	border-color: transparent transparent #1d6778 transparent;
	position: absolute;
	left: 0;
	top: -12px;
}
.current-chance-block .current-chance-wrap .current-user .chance:after {
	/* content: ''; */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 12px 0px;
	border-color: transparent transparent #1d6778 transparent;
	position: absolute;
	right: 0;
	top: -12px;
}
.msg-big {
	color: #f1fcff;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: -20px;
	margin-right: -20px;
	overflow: hidden;
}
.msg-big:before {
	content: '';
	/* background: url("../img/sprites.png") no-repeat; */
	background-position: 0px -667px;
	position: absolute;
	left: 50%;
	margin-left: -515px;
	width: 100%;
	height: 47px;
	z-index: 1;
}
.msg-big h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 12px;
	margin-left: 11px;
}
.msg-big h2 span {
	font-weight: 400;
}
.msg-big.msg-start h2 {
	text-shadow: 1px 1px 1px rgb(130 60 199);
	color: #E0F5EB;
}
.msg-big.msg-finish h2 {
	text-shadow: 1px 1px 1px rgb(44, 110, 47);
	color: #E0F5EB;
}
.msg-big.msg-error h2 {
	text-shadow: 1px 1px 1px rgb(82, 40, 40);
}
.msg-big.msg-waiting h2 {
	text-shadow: 1px 1px 1px rgb(66, 55, 23);
}
.msg-big.msg-offerlink h2 {
	text-shadow: 1px 1px 1px rgb(44, 53, 60);
}
.msg-big p {
	margin: 0;
	color: #fff;
	display: inline-block;
	position: relative;
	top: 0px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 36px;
}
.msg-big.msg-start {
	margin-top: 0px;
	margin-bottom: 0px;
}
.msg-big.msg-finish {
	margin-top: 23px;
	margin-bottom: 0px;
}
.msg-big.msg-start,
.msg-big.msg-finish {

}

.msg-big.msg-start .msg-wrap,
.msg-big.msg-finish .msg-wrap {
	background: rgb(21 20 41);
	height: 86px;
	padding: 10px 25px;
	border-top: 1px solid rgb(24 24 25);
	border-bottom: 1px solid rgb(8 6 7);
}
.msg-big.msg-start .msg-wrap:before,
.msg-big.msg-finish .msg-wrap:before {
	content: '';
	background: url("../img/sprites.png") no-repeat;
	position: absolute;
	left: 4px;
	top: 2px;
	height: 82px;
	width: 115px;
	opacity: 0.8;
}
.msg-big.msg-start .msg-wrap:before {
	background-position: -121px -271px;
}
.msg-big.msg-finish .msg-wrap:before {
	background-position: -235px -164px;
}
.msg-big.msg-finish .msg-wrap p > span {
	font-weight: 700;
	font-size: 14px;
}
.msg-big.msg-finish .msg-wrap .underline {
	margin: 0px 2px;
}
.msg-big.msg-start .msg-wrap p > span {
	font-weight: 700;
	font-size: 14px;
}
.msg-big.msg-start .msg-wrap p {
	color: #22412f;
	text-shadow: 1px 1px 1px rgba(156, 255, 212, 0.35);
	font-size: 11px;
}
.msg-big.msg-finish .msg-wrap p {
	color: #22412f;
	text-shadow: 0px 0px 3px rgba(156, 255, 212, 0.35);
	font-size: 11px;
}
.en .msg-big .date {
	display: none;
}
.msg-big .date {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 139px;
	color: #fefefe;
	text-shadow: 0 2px 1px rgba(25, 67, 49, 0.26);
	font-size: 12px;
	font-weight: 700;
	background-color: rgba(8, 20, 16, 0.24);
	border: 1px solid rgb(120 68 201);
	border-top: none;
	border-right: none;
	border-radius: 0 0 0 7px;
	-webkit-box-shadow: inset 1px -3px 9px rgba(0, 0, 0, 0.14);
	box-shadow: inset 1px -3px 9px rgba(0, 0, 0, 0.14);
	line-height: 25px;
	height: 25px;
}
.msg-big .date span {
	font-weight: 400;
}
.msg-big.msg-error {
	border: 1px solid rgba(82, 147, 121, 0.21);
	border-radius: 7px;
}

.msg-big.msg-error .msg-wrap {
	border-radius: 7px;
	background: rgba(154, 77, 70, 0.7);
	margin: 4px;
	padding: 12px 25px;
	height: 88px;
	border: solid 1px rgb(152, 87, 81);
}
.msg-big.msg-error .msg-wrap:before {
	content: '';
	background: url("../img/sprites.png") no-repeat;
	background-position: -5px -167px;
	position: absolute;
	left: 10px;
	top: 6px;
	height: 86px;
	width: 115px;
	opacity: 0.8;
}
.msg-big.msg-error .msg-wrap p {
	color: #DCDCDC;
	text-shadow: 1px 0px 2px rgb(82, 40, 40);
}
.msg-big.msg-waiting {
	border: 1px solid rgba(82, 147, 121, 0.21);
	border-radius: 7px;
}

.msg-big.msg-waiting .msg-wrap {
	border-radius: 7px;
	background-color: rgba(241, 78, 117, 0.01);
	-webkit-box-shadow: inset 0 0 140px rgb(215, 179, 85),inset 0 0 130px rgba(255,205,30,.81);
	box-shadow: inset 0 0 140px rgb(215, 179, 85),inset 0 0 130px rgba(255,205,30,.81);
	margin: 4px;
	padding: 12px 25px;
	height: 88px;
	border: solid 1px rgba(255, 223, 135, 0.71);
}
.msg-big.msg-waiting .msg-wrap:before {
	content: '';
	background: url("../img/sprites.png") no-repeat;
	background-position: -121px -169px;
	position: absolute;
	left: 10px;
	top: 6px;
	height: 86px;
	width: 115px;
}
.msg-big.msg-waiting .msg-wrap p {
	color: #DCDCDC;
	font-weight: 400;
	text-shadow: 1px 0px 2px rgb(66, 55, 23);
}
.btn-fairplay {
	background-color: rgb(105 81 204);
	position: relative;
	display: inline-block;
	height: 24px;
	line-height: 22px;
	padding: 0px 15px 0 32px;
	margin-right: 6px;
	border-radius: 6px;
	border: solid 1px #7e40c8;
	font-size: 11px;
	font-weight: 400;
	color: #fefefe;
	text-shadow: 0 2px 1px rgb(96 87 205);
	text-decoration: none;
	text-transform: uppercase;
}
.btn-fairplay > span {
	font-weight: 700;
}
.btn-fairplay:before {
	content: '';
	background: url("../img/sprites.png") no-repeat;
	background-position: -216px -67px;
	width: 46px;
	height: 48px;
	position: absolute;
	left: -6px;
	top: -11px;
}
.btn-fairplay:hover {
	text-shadow: 1px 1px 20px #05ff94;
}
.color-orange {
    color: #fff36c;
}


.players-money-text {
    width: 80px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fefefe;
    background: rgb(49 54 95 / 66%);
    font: normal 700 12px 'Pt Sans';
}











.game-content {
    z-index: 3;
    margin-left: -20px;
    margin-right: -20px;
}
.gameover {
    background: #5ccf24;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.def-table tbody tr {
    position: relative;
    zoom: 1;
    color: #1e96b0;
    -webkit-animation: fadeInDown ease-in 1;
    animation: fadeInDown ease-in 1;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}
.game-table tr {
    height: 100px;
}
.game-table .col-ava, .game-table .col-ava img {
    width: 80px;
}
.def-table td, .def-table th {
    vertical-align: middle;
    padding: 0 0 0 24px;
    border: none;
    font: normal normal 15px/21px Pt Sans;
    text-align: center;
}
.game-table .col-text {
    width: 62%;
    text-align: center;
    padding-left: 96px;
}
.def-table td p {
    padding: 0;
}
.game-table tr.item-bg .col-img {
    background: url(../img/table2.png) 100% 50% no-repeat;
    zoom: 1;
}
.game-table .col-img {
    text-align: center;
    position: relative;
}
.timer-new {
	float: right;
	height: 60px;
	color: #fefefe;
	text-align: center;
}
.timer-new span {
	margin-top: 0px;
	padding-top: 11px;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	color: #e4f9ff;
	font-size: 34px;
}
.timer-new .countDiv {
	position: relative;
	float: left;
	color: #3C6474;
	padding: 2px 6px 0px;
	line-height: 51px;
}
.timer-new .countMinutes,
.timer-new .countSeconds {
	width: 66px;
	height: 60px;
	background: #151429;
	position: relative;
	float: left;
	border-radius: 25%;
}

.newGemaText {
	margin-left: 118px;
	margin-right: -25px;
	margin-top: 4px;
	margin-bottom: 11px;
	font-weight: 300;
	text-transform: uppercase;
	color: #BFE0F1;
	font-size: 15px;
	text-align: center;
}




.item-ticket, .item-ticket span {
    height: 100px;
    width: 100px;
    display: block;
    float: right;
    top: 0;
}

.item-ticket {
    background: url(/assets/newmy/img/ticket2.png) 100% 0 no-repeat;
    right: 0;
}
span.ticket-col {
    position: relative;
}
.item-ticket span {
    text-align: center;
    transform: rotate(270deg);
    right: -87px;
    font-weight: 700;
    font-size: 15px;
    color: #213137;
    line-height: 0;
}

.col-img img {
    position: absolute;
    width: 96px;
    margin-left: 15%;
    /* bottom: 0px; */
    margin-top: 20px;
}

.game-table .col-ava img {
    width: 80px;
    border-radius: 60px;
    border: 3px solid #833cc7;
}












#deposits {
}
.deposits-container {
	margin: 0px -20px;
	padding: 12px 20px 0px;
	background-color: #111;
	border-top: 1px solid rgb(40, 61, 76);
}
.deposits-container:first-child {
	border-top: 0px;
}
.deposits-container:nth-child(even) {
	background: rgba(40, 67, 81, 0.33);
}
.deposits-container:after {
	content: " ";
	display: block;
	clear: both;
}
.deposits-container .deposit-head {
	height: 37px;
	/* margin-bottom: 15px; */
}
.deposits-container .deposit-head .left-block {
	float: left;
	margin-right: 30px;
	position: relative;
}
.deposits-container .deposit-head .left-block .profile-img {
	position: absolute;
	top: 0px;
	left: 0px;
}
.tooltip-title {
	color: #fff;
}
.tooltip-btn {
	font-size: 11px;
	cursor: pointer;
	color: #9B9B9B;
}
.tooltip-btn:hover {
	text-decoration: underline;
}
.deposits-container .deposit-head .left-block .profile-img img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
}
.deposits-container .deposit-head .left-block ul {
	margin-left: 50px;
}
.deposits-container .deposit-head .left-block ul li {
	display: inline-block;
	vertical-align: top;
	line-height: 38px;
}
.deposits-container .deposit-head .left-block ul li.profile-block {
	margin-left: 3px;
	font-size: 14px;
	font-weight: 600;
	color: #58666e;
}
.deposits-container .deposit-head .left-block ul li.profile-block .profile-name {
	color: #b4fca6;
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.deposits-container .deposit-head .left-block ul li.profile-block .profile-name a {
	text-decoration: none;
	color: #8d21ff;
}
.deposits-container .deposit-head .left-block ul li.profile-block .profile-name a:hover {
	text-decoration: underline;
}
.deposits-container .deposit-head .left-block ul li.profile-block .deposit-count {
	color: #c1f2ff;
	font-weight: 400;
}
.deposits-container .deposit-head .left-block ul li.deposit-sum {
	margin-left: 7px;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #ffd0bc;
	font-size: 15px;
	font-weight: 600;
}
.deposits-container .deposit-head .left-block ul li.deposit-sum > span {
	font-weight: 300;
}
.deposits-container .deposit-head .left-block ul li.deposit-chance {
	position: relative;
	z-index: 2;
	margin-left: 7px;
	text-align: center;
	color: #c1f2ff;
	text-transform: lowercase;
}
.deposits-container .deposit-head .left-block ul li.deposit-chance > span {
	font-weight: 600;
}
.deposits-container .deposit-head .right-block {
	float: right;
	position: relative;
	margin-top: 10px;
}
.deposits-container .deposit-head .right-block .ticket-number {
	margin-top: 12px;
}
.deposits-container .deposit-head .right-block .ticket-number > span {
	font-weight: 600;
}
.deposits-container .deposit-head .right-block .what-is {
	display: none;
	position: absolute;
	right: -29px;
	top: 3px;
	width: 34px;
	height: 32px;
	border-radius: 100%;
	background-color: rgba(9, 20, 28, 0.65);
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,.14), inset 1px -3px 9px rgba(0,0,0,.14);
	box-shadow: 0 3px 7px rgba(0,0,0,.14), inset 1px -3px 9px rgba(0,0,0,.14);
	border: solid 1px rgba(48, 70, 85, 0.6);
}
.deposits-container .deposit-head .right-block .what-is .question {
	height: 35px;
	width: 34px;
	display: inline-block;
	position: relative;
	cursor: help;
}
.deposits-container .deposit-head .right-block .what-is .question:before {
	content: '';
	background: url("../img/sprites.png") no-repeat;
	background-position: -335px -80px;
	position: absolute;
	top: 4px;
	left: 5px;
	height: 25px;
	width: 25px;
}
.deposit-content {
	float: left;
	position: relative;
}

.deposit-content:after {
	content: " ";
	display: block;
	clear: both;
}

.deposit-item {
    background-color: rgb(43, 61, 75);
    float: left;
    height: 64px;
    width: 100%;
    width: 94px;
    padding: 1px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    margin: 0px 7px 19px 0;
    position: relative;
    cursor: help;
}
.deposit-item:last-child {
	margin-right: 0px;
}
#usersChances .deposit-item {
	float: none;
	display: inline-block;
	margin: -3px 3px 0px 0px;
	background: none;
	border-top: none;
}
#usersChances .deposit-item .deposit-price {
	left: 0px;
	bottom: 5px;
	background: none;
	padding: 0px;
}


.deposit-item.uncommon {
    background: rgba(45, 42, 42, 0.9);
}
.deposit-item.milspec {
    background: rgba(45, 42, 42, 0.9);
}
.deposit-item.restricted {
    background: rgba(45, 42, 42, 0.9);
}
.deposit-item.classified {
    background: rgba(45, 42, 42, 0.9);
}
.deposit-item.covert {
    background: rgba(45, 42, 42, 0.9);
}
.deposit-item.rare {
    background: rgba(45, 42, 42, 0.9);
}
.deposit-item.common {
    background: rgba(45, 42, 42, 0.9);
}

.deposit-item .rarity-Arcana {
    border-bottom: none;
	color: #ade55c;
    height: auto;
    text-shadow: 0px 0px 1px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    width: 103%;
    overflow: hidden;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    left: 0px;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 1px;
    position: absolute;
    bottom: 0px;
}
.deposit-item .rarity-Immortal {
    border-bottom: none;
	color: #e4ae39;
    height: auto;
    text-shadow: 0px 0px 1px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    width: 103%;
    overflow: hidden;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    left: 0px;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 1px;
    position: absolute;
    bottom: 0px;
}
.deposit-item .rarity-Legendary {
    border-bottom: none;
	color: #d32ce6;
    height: auto;
    text-shadow: 0px 0px 1px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    width: 103%;
    overflow: hidden;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    left: 0px;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 1px;
    position: absolute;
    bottom: 0px;
}
.deposit-item .rarity-Mythical {
    border-bottom: none;
	color: #8847ff;
    height: auto;
    text-shadow: 0px 0px 1px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    width: 103%;
    overflow: hidden;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    left: 0px;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 1px;
    position: absolute;
    bottom: 0px;
}
.deposit-item .rarity-Rare {
    border-bottom: none;
	color: #4b69ff;
    height: auto;
    text-shadow: 0px 0px 1px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    width: 103%;
    overflow: hidden;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    left: 0px;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 1px;
    position: absolute;
    bottom: 0px;
}
.deposit-item .rarity-Uncommon {
    border-bottom: none;
	color: #5e98d9;
    height: auto;
    text-shadow: 0px 0px 1px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    width: 103%;
    overflow: hidden;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    left: 0px;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 1px;
    position: absolute;
    bottom: 0px;
}
.deposit-item .rarity-Common {
    border-bottom: none;
	color: #b0c3d9;
    height: auto;
    text-shadow: 0px 0px 1px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    width: 103%;
    overflow: hidden;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    left: 0px;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 1px;
    position: absolute;
    bottom: 0px;
}

.deposit-item .rarity-Bonus {
    border-bottom: none;
    color: #fbf309;
    height: auto;
    text-shadow: 0px 0px 1px;
    background: rgba(202, 8, 8, 0.75);
    border-radius: 3px;
    width: 103%;
    overflow: hidden;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    left: 0px;
    margin: 0;
    padding: 0;
    text-shadow: 0px 0px 1px;
    position: absolute;
    bottom: 0px;
}

.deposit-item .deposit-price {
    top: 2px;
    position: absolute;
    right: 0px;
    /* right: 0px; */
    /* color: #d7d7d7; */
    font-size: 11px;
    font-weight: 700;
    background: rgba(53,53,53,0.7);
    color: #f39c12;
    border-radius: 3px;
    line-height: 15px;
    min-height: 15px;
}
.deposit-item .deposit-price > span {
	color: #627a87;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
}
.deposit-item .img-wrap {
	overflow: hidden;
	width: 94px;
	/* height: 64px; */
	/* left: -35px; */
}
.deposit-item .img-wrap img {
	width: 94px;
	left: 0px;
	left: 0px;
	bottom: 0px;
	margin-top: -5px;
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* display: block; */
}
















#jackpot .skin_container {
    position: relative;
    /* height: 120px; */
    overflow: hidden;
}


#jackpot .slidee_skinsj {
   /*  min-width: 1344px; */
    position: relative;
    overflow: hidden;
}

#jackpot .skin_container .item {
    margin-bottom: 15px;
    height: 120px;
}

.skin_container .item .title {
	width: 100%;
	transition: all .2s ease;
	position: absolute;
	font-size: 11px;
	color: #fefefe;
	line-height: 19px;
	padding: 7px 12px;
	z-index: 1;
	bottom: 26px;
	max-height: 34px;
	overflow: hidden;
	box-sizing: border-box;
	bottom: -3px;
}



#historyjp_results .header {
    border-right: 1px solid rgb(134,58,199);
    width: 95px;
    background: #151429;
    height: 226px;
    font-size: 15px;
    font-weight: bold;
    color: #abdaf4;
    border-bottom-left-radius: 4px;
}
#historyjp_results .header p {
    margin: 33px 15px 32px 15px;
}
.fleft {
    float: left;
}
#historyjp_results .result {
    float: left;
    width: 97px;
    text-align: center;
    padding-top: 10px;
}
#historyjp_results .result .container-avatar {
    margin: 0 auto 4px auto;
}
.container-avatar {
    background: rgb(93 90 206 / 38%);
    border: 1px solid #833cc7;
}
.container-avatar {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    padding: 3px;
    border-radius: 4px;
}
.container-avatar img {
    width: 100%;
    border-radius: 4px;
}
#historyjp_results .result p {
    margin-bottom: 30px;
}


#historyjp_results .result .is_loose:before {
    background: #ed1c24;
}


#historyjp_results .result .is_win:after, #historyjp_results .result .is_win:before {
    background: #22b14c;
    width: 7px;
    height: 7px;
    top: 29px;
    left: 43px;
    border-radius: 100%;
}
.hb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}


#historyjp_results .result .is_loose:after, #historyjp_results .result .is_loose:before {
    background: #c74025;
    width: 7px;
    height: 7px;
    top: 29px;
    left: 43px;
    border-radius: 100%;
}


