 .classicBigBlock
	{	
		position: relative;
		overflow: hidden;
		width: 100%;
		min-height: 390px;
		background: radial-gradient(at 50% 90%, rgba(80, 86, 113, 0.25), rgba(52, 65, 101, 0.12));
		border-radius: 10px;
		box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
		z-index: 1000;
	}
	
 .classicChooseRoomBlock
	{	
		display: flex;
		background: radial-gradient(at 50% 90%, rgba(255, 255, 255, 0.12), rgba(52, 65, 101, 0.12));
		border-bottom: 1px solid #1a2033;
		border-radius: 10px;
		margin:10px;
		align-content: center;
		height: 79px;
	}

 .classicChooseRoomBlockButtons
	{	
		position: relative;
		border: 1px solid rgba(0, 0, 0, 0.13);
		padding: 0px;
		cursor: pointer;
		text-align: center;
		overflow: hidden;
		flex: 1 1 auto;
		transition: background 500ms cubic-bezier(0, 1.15, 0.36, 1) 0s;
	}
 .classicChooseRoomBlockButtons:nth-child(1) {     border-radius: 10px 0px 0px 10px; } 
 .classicChooseRoomBlockButtons:nth-child(3) {     border-radius: 0px 10px 10px 0px; }   
 
 .classicChooseRoomBlockButtons:hover
	{	
		background: #373350;
	}
 .classicChooseRoomBlockButtons.active
	{	
		background: linear-gradient(90deg, rgb(127,64,148,29%) 0%, rgb(255,200,55, 6%) 100%) !important;
	}
	
 .classicChooseRoomBlockButtonsName
	{	
		position: absolute;
		font-size: 20px;
		font-weight: bold;
		color: #d4d5d8;
		left: 6px;
		top: 6px;
	}
	
 .classicChooseRoomBlockButtonsBank
	{	
		position: absolute;
		font-size: 14px;
		color: #848a9e;
		left: 7px;
		top: 26px;
	}
	
 .classicChooseRoomBlockButtonsLimit
	{	
		position: absolute;
		font-size: 10px;
		color: #777d90;
		left: 8px;
		top: 60px;
	}
	
 .classicChooseRoomBlockButtonsTimer
	{	
		position: absolute;
		font-size: 75px;
		color: rgba(176, 183, 204, 0.08);
		right: 3px;
		top: -5px;
	}
	
 .classicProgress 
	{
		display: flex;
		justify-content: flex-start;
		height: 1px;
		padding: 0px;
	}

 .classicProgressBar 
	{
		width: 100%;
		background-color: #1e3904;
		transition: 1s linear;
		transition-property: width, background-color;
	}
 .classicProgressBar.yellow 
	{	
		background-color: rgb(150, 150, 25);
	}
 .classicProgressBar.red 
	{	
		background-color: rgb(130, 29, 29);
	}
	
 .classicTimer
	{
		position: absolute;
		right: 10px;
		color: #c2ccdd;
		
	}
 .classicBank
	{
		position: absolute;
		left: 10px;
		color: #c2ccdd;
	}

 .classicWinner
	{
		position: absolute;
		background: #232d427a;
		bottom: 100px;
		left: 63px;
		min-width: 65px;
		padding: 6px;
		font-size: 20px;
		color: #a2adc0;
		font-weight: 900;
		text-align: center;
		border-radius: 5px;
	}
	
 .classicAvatarsBlockChance
	{
		position: relative;
		margin: 25px 0px 14px auto;
		height: 90px;
		padding: 0px 20px;
		text-align: center;
		overflow-x: hidden;
		overflow-y: auto;
	}
 .classicAvatarsBlockChance .avBlock
	{
		position: relative;
		display: inline-flex;
		justify-content: center;
		margin-bottom: 8px;
	}	
	
 .classicAvatarsBeforeGamePercent
	{
		position: absolute;
		background: #2b313d;
		width: 40px;
		height: 22px;
		font-size: 12px;
		line-height: 23px;
		color: #c5cedc;
		border-radius: 6px;
		bottom: -4px;
		z-index: 5;
	}
 .classicAvatarsBeforeGamePercent.youtube
	{	
		border: 1px solid #6f2424;
		background: #752f33;
	}
 .classicAvatarsBeforeGamePercent.gold
	{	
		border: 0px solid #00505a;
		color: #e2e1e1;
		background: linear-gradient(-34deg, #252219, #978f76);
	}
 .classicAvatarsBeforeGamePercent.vip
	{	
		border: 1px solid #3c344d;
		background: #612d68;
	}	

 .classicAvatarsBeforeGameClan
	{
		position: absolute;
		background: #2b313d;
		border: 1px solid #2b313d;
		width: 30px;
		height: 30px;
		transform: translate(-27px, 0px);
		border-radius: 22px;
	}
 .classicAvatarsBeforeGameClan.youtube
	{	
		border: 2px solid #b72121;
	}
 .classicAvatarsBeforeGameClan.gold
	{	
		border: 2px solid #258d9a;
	}
 .classicAvatarsBeforeGameClan.vip
	{	
		border: 2px solid #943f8f;
	}	
	
 .classicTextBetsClosed
	{	
		white-space: nowrap;
		font-size: 21px;
		font-weight: 100;
	}
	
 .classicSliderBlock
	{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100px;
		background: rgb(255,255,255,4%);
		border: 0px solid #212327;
		overflow: hidden;
	}	


	
 .classicSliderWrapper
	{
		position:relative;
		display:flex;
		justify-content:center;
		width:100%;
		margin:0 auto;
		overflow:hidden;

	}
 .classicSliderWrapperSelector
	{
		width: 2px;
		background: #9c9ea5;
		left: 50%;
		height: 78px;
		transform: translate(-50%,0%);
		position: absolute;
		z-index: 2;
	}
 .classicSliderWrapper .classicSliderWrapperRoullete
	{
		display:flex;
	}
 .classicSliderWrapperRoullete img 
	{
		width: 75px;
		height: 75px;
		opacity: .8;
		border: 2px solid #3c4052;
		padding: 2px;
		display: inline-block;
		margin-left: 4px;
		border-radius: 15px;
	}		
	
	

 .classicCreateBetBlock
	{
		display: flex;
		position: absolute;
		width: 100%;
		background: rgb(0,0,0,0.04);
		border-top: 1px solid rgba(0, 0, 0, 0.17);
		align-content: center;
		padding: 5px;
		bottom: 0;
		z-index: 3;
	}
 .classicCreateBetBlockButton
	{
		background: rgb(255 255 255 / 10%);
		border: 1px solid #00000087;
		margin: 2px;
		padding: 6px;
		width: 100px;
		border-radius: 5px;
		font-size: 13px;
		text-align: center;
		text-decoration: none;
		line-height: 25px;
		color: #e6e6e6;
		flex: 1 1 auto;
		outline: none !important;
		cursor: pointer;
		transition: background 500ms cubic-bezier(0, 1.15, 0.36, 1) 0s;
	}
 .classicCreateBetBlockButton:hover{    background: #433658; }
 .classicCreateBetBlockButton:nth-child(8) { 
	background: linear-gradient(180deg, rgb(210 175 112) 0%, rgb(139 94 76) 100%);
    border: 1px solid #000000;
    padding: 8px;
    width: 150px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    font-family: 'Roboto Condensed';
    transition: all 500ms cubic-bezier(0, 1.15, 0.36, 1) 0s;
	}
 .classicCreateBetBlockButton:nth-child(8):hover { background: linear-gradient(180deg, rgb(252 211 137) 0%, rgb(139 94 76) 100%); }
 .classicCreateBetBlockButton:nth-child(7) { cursor:auto; flex: 0 1 300px;}  
 
 .classicBetsList
	{
		background: radial-gradient(at 50% 90%, rgb(30 40 67 / 40%), rgb(255 255 255 / 0%));
		font-size: 0px;
		border-radius: 10px;
		padding: 10px;
		overflow:hidden;
	} 
  .classicBetsList .bet
	{
		position: relative;
		height: 75px;
		width: 33.333%;
		background: rgb(24 35 50 / 45%);
		border: 1px solid #131820;
		display: inline-block;
		border-radius: 10px;
		margin-top: 2px;
	} 
  .classicBetsList .bet .blured 
	{
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 71px;
		background-size: cover;
		-webkit-transition: 1s -webkit-filter linear;
		-moz-opacity: 0.04;
		-khtml-opacity: 0.04;
		opacity: 0.04;
	}
  .classicBetsList .name 
	{
		color: #babcc1;
		position: absolute;
		font-size: 14px;
		transform: translate(62px, -31px);
	}	
   .classicBetsList .tickets 
	{
		color: #868a94;
		font-size: 12px;
		transform: translate(63px, -14px);
	}
    .classicBetsList .amount 
	{
		color: rgb(255,255,255,70%);
		position: absolute;
		width: 62px;
		padding: 3px;
		right: 0;
		font-size: 25px;
		text-align: right;
		transform: translate(-4px, -48px);
	}
	
	
	
	
@media (max-width: 1980px) {
  .classicBetsList .bet
	{
		width: 25%;
	} 
} 
 
@media (max-width: 1000px) {
  .classicBetsList .bet
	{
		width: 33.333%;
	} 
} 
 
@media (max-width: 800px) {
  .classicBetsList .bet
	{
		width: 50%;
	} 
}  		
@media (max-width: 600px) {
  .classicBetsList .bet
	{
		width: 100%;
	} 
}  

	
	
	
	
	
	

	
	