 .kingBigBlock
	{	
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		width: 100%;
		min-height: 88vh;
		border-radius: 10px;
		box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
		z-index: 1000;
	}
	
 .kingBigBlockDownBlock 
	{
		overflow: hidden;
		position: absolute;
		text-align: center;
		bottom: 13px;
		width: 100%;
		height: 55px;
		font-size: 14px;
	}
 .kingBigBlockDownAvatar 
	{
		display: inline-block;
		width: 50px;
		height: 50px;
		margin: 0px -35px 0px 0px;
		border-radius: 100%;
		border: 2px solid #4b4c52;
		opacity: 0.9;
	}
 .kingBigBlockDownAvatar:nth-child(1) 
	{
		margin: 0px 5px 0px 0px;
		opacity: 1;
	}
	
 .kingCreateBet 
	{
		position: absolute;
		background: rgb(24, 32, 55);
		width: 140px;
		height: 90px;
		right: -15px;
		bottom: 100px;
		border-radius: 10px 0px 0px 10px;
		font-size: 40px;
		color: #eae5e59c;
		cursor: pointer;
		transform: skew(-3deg, 12deg);
		border: 0px;
		outline: none;
		box-shadow: -5px -5px 0px 0px rgba(178, 186, 226, 0.28);
		transition: box-shadow 1s cubic-bezier(0, 1.15, 0.36, 1) 0s;
	}
 .kingCreateBet.yellow 
	{
		box-shadow: -5px -5px 0px 0px rgba(254, 255, 0, 0.49);
	}
 .kingCreateBet.red 
	{
		box-shadow: -5px -5px 0px 0px rgba(234, 37, 37, 0.61);
	}
	
 .kingCreateBet:hover {	 background: rgb(35, 48, 84); color: #fff; }	
 .kingCreateBet:active { color: #fff;  box-shadow: -4px -3px 0px 0px rgb(76, 162, 40); } 
 .kingCreateBetIco { transform: translate(-9px, 2px); }



 .KingProgress 
	{
		position: absolute;
		bottom: 0px;
		left: -4px;
		width: 100%;
		display: flex;
		justify-content: flex-start;
		transform: skew(0deg, 0deg);
		height: 10px;
		padding: 0px;
	}
 
 .KingProgressBar 
	{
		width: 100%;
		border-radius: 100px;
		background: linear-gradient(-10deg, #496aca, #182037);
		will-change: width;
		-webkit-backface-visibility: hidden;
		-webkit-perspective: 1000;		
		transform: translateZ(0);
		transition: 1s linear;
		transition-property: width, background-color;
	}
 .KingProgressBar.yellow 
	{	
		background-color: rgb(150, 150, 25);
	}
 .KingProgressBar.red 
	{	
		background-color: rgb(130, 29, 29);
	}
	
 .kingRandomText
	{
		position: absolute;
		box-shadow: 4px 4px 0px 0px rgba(178, 186, 226, 0.23);
		background: rgb(24, 32, 55);
		bottom: 100px;
		left: -5px;
		padding: 10px;
		width: 110px;
		min-height: 50px;
		color: #cacada;
		transform: skew(0deg, -5deg);
		border-radius: 0 10px 10px 0;
		font-size: 14px;
	}
 .kingGameInfo
	{
		position: absolute;
		box-shadow: -4px -4px 0px 0px rgba(178, 186, 226, 0.23);
		background: rgb(24, 32, 55);
		bottom: 199px;
		top: 19px;
		right: -5px;
		padding: 12px;
		width: 185px;
		height: 40px;
		color: #c5c5d6;
		transform: skew(-13deg, 0deg);
		border-radius: 10px 0px 0px 10px;
		box-shadow: -3px -3px 0px 0px rgba(178, 186, 226, 0.28);
		font-size: 13px;
	}

 .kingPriceBlock
	{
		position: absolute;
		color: #e9e0ec;
		font-size: 60px;
		font-family: "Luckiest Guy", cursive;
		left: 0;
		top: 0;
		transform: translate(25px, 15px);
		text-shadow: -5px -3px 0px #1b274a;
	}
	
 .kingCountBlock
	{
		position: absolute;
		right: 0;
		top: 0;
		color: #e9e0ec;
		font-size: 80px;
		transform: translate(-39px, 59px);
		text-shadow: 6px -2px 0px #1b274a;
		font-family: "Luckiest Guy", cursive;
	}

 .kingThisKingBlock
	{
		position: absolute;
		padding: 2px;
		width: 150px;
		height: 150px;
		border-radius: 102px;
		margin: 200px auto;
		left: 0;
		right: 0;
		box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.11);
	}
 .kingThisKingBlock.user 		{ border: 10px solid rgba(83, 90, 107, 0.56); }	
 .kingThisKingBlock.gold 		{ border: 10px solid rgb(199,173,33,43%); }
 .kingThisKingBlock.vip  		{ border: 10px solid rgb(148,63,143,49%); }
 .kingThisKingBlock.youtube  	{ border: 10px solid rgb(234,64,64,48%); }	
	

	

	