body{
	padding: 0;
	margin: 0;
	background: linear-gradient(to left, #102717, #102717, #102717, #153107, #102717);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

p{
	display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;

}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  overflow: auto;
  background: #102717;
  border-right: 1px solid #4d4d4d;
  color: #fff;
  transition: left 0.3s ease;
  z-index: 1000;
  padding: 20px;
  box-sizing: border-box;
}
.sidebar-menu.open {
  left: 0;
}
.close-btn {
  font-size: 24px;
  cursor: pointer;
  float: right;
}
.sidebar_left_list{
	width: 100%;
	display: block;
	margin: 30px auto;
}
.left_list_a{
	text-decoration: none;
	margin-left: 8px;
	box-sizing: border-box;
	color: #a7a7a7;
	cursor: pointer;
}
.left_list_a:hover{
	color: #fff;
}
.div_let_list{
	
	display: flex;
	align-items: center;
	margin: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}
.div_let_list:hover{
    box-shadow: 0px 4px 10px 0px #14210d;
    border-bottom: 1px solid #a7a7a7;
    border-left: solid #a7a7a7;
    transition: all 0.3s ease;
}
.div_language{
	display: flex;
	padding: 10px;
    box-sizing: border-box;
    align-items: center;
}
.election_language{
	width: 30px;
	height: auto;
	border-radius: 10px;
	margin-left: 5px;
	box-sizing: border-box;
}
.language_details{
	margin: 10px;
	box-sizing: border-box;
	cursor: pointer;
}
.language{
	display: flex;
	align-items: center;
	margin-top: 5px;
	border-bottom: 1px solid #a7a7a7;
}
.language_p{
	margin-left: 10px;
	box-sizing: border-box;
}
.header_verh{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 5px 0;
	background: linear-gradient(to right, #0f290a, #193b08);
	box-shadow: 0px 4px 10px 0px #14210d;
}
.div_menu_logo{
	display: flex;
	
	flex: 1;
	align-items: center;
}
.div_menu{
	width: 50px;
	
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.span_menu{
	background: #fff;
	width: 20px;
	height: 3px;
	cursor: pointer;
}
.verx{
	margin-bottom: 4px;
}
.niz{
	margin-top: 4px;
}
.div_logo{
	display: flex;
	
	justify-content: center;
}
.img_riobet{
	width: 50px;
	display: block;
	height: 50px;
}
.div_button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
}
.entrance {
  background: #7a7f7a;
  color: white;
  text-decoration: none;
  padding: 12px;
  border-radius: 8px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -2px -2px 5px rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  margin-right: 5px;
  text-align: center;

}
.registration {
  background: #22a95b;
  color: white;
  padding: 12px;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -2px -2px 5px rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  text-align: center;
}
.entrance:hover,
.registration:hover {
  box-shadow: 4px 4px 10px rgba(0,0,0,0.2);
  transform: translateY(-2px);
}
.div_nav-menu{
	width: 100%;
	display: flex;
	margin: 0px auto;
	justify-content: center;
	text-align: center;
    box-shadow: 0px 5px 12px 0px #14210d;
    box-sizing: border-box;
    padding: 10px;
    
}
.menu{
	display: flex;
	border-bottom: 1px solid #a7a7a7;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 3px;
	align-items: center;
}
.menu_a{
	margin-left: 5px;
	font-family: sans-serif;
	text-decoration: none;
	color: #a7a7a7;
}
.menu:hover{
	border-bottom: 0px solid #a7a7a7;
	transition: all 0.1s ease;
}
.menu_a:hover{
    color: #fff;
    transition: all 0.1s ease;
}

.my-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.my-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.my-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.box{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	margin-top: 20px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	
	box-sizing: border-box;
	justify-content: space-between;
}
.div_bonus {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #4d4d4d;
  background: #0a2d17bf;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  max-height: 264px;
  z-index: 1;
  box-sizing: border-box;
}
.div_bonus.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  position: relative;
  box-sizing: border-box;
}
.bonus_frispins_box{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 25px;
	right: 0;
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.baner_img{
	display: inline-block;
	width: 100%;
    height: auto;
    
    border-radius: 10px;
    padding: 0;
    margin: 0;
}
.slider-container {
  position: relative;
  width: 68%;
  padding: 0;
  box-sizing: border-box;
}
.div_online{
	width: 30%;
	border: 1px solid #4d4d4d;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 10px;
	padding: 25px;
	box-sizing: border-box;
}
.online_box{
	border-bottom: 1px solid #4f4f4f;
	display: flex;
    padding: 5px;
}
.box_img{
	width: 35px;
	height: 35px;
}
.on_p{
	display: block;
    margin-block-start: 0em;
    margin-block-end: 0.2em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    color: #a7a7a7;
    padding-left: 15px;
    font-family: sans-serif;
}
.on_span{
	color: #fff;
}
.p{
	display: block;
    margin-block-start: 0em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    color: white;
    font-family: sans-serif;
}
.bonus_n2{
	font-weight: bold;
	font-size: 25px;
	
}
.bonus_a {

  width: 130px;
  background: #22a95b;
  color: white;
  padding: 12px;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -2px -2px 5px rgba(255, 255, 255, 0.2);
  transition: all 0.2s ease;
  text-align: center;
  margin-top: 10px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -2px -2px 5px rgba(255, 255, 255, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.3), inset -4px -4px 10px rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
  }
  100% {
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -2px -2px 5px rgba(255, 255, 255, 0.2);
    transform: scale(1);
  }
}
.conteyner{
	display: block;
	width: 1200px;
	
	margin: 0px auto;
	box-sizing: border-box;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.div_top_search{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
}
.div_top{
	display: flex;
	align-items: center;
}
.top_p{
	color: #f1f1f1;
	font-weight: bold;
	font-size: 22px;
	font-family: sans-serif;
}
.top_a{
	color: #EDC97F;
	margin-left: 5px;
	font-size: 22px;
	font-style: italic;
}
.input{
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #4d4d4d;
	background: #102717;
	font-style: italic;
	color: #fff;
}
.input:active{
	border: 1px solid #4d4d4d;
}
.input_a{
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #4d4d4d;
	background: #102717;
	margin: 0 5px;
	padding: 8px;
	color: #a7a7a7;
	border-radius: 10px;
}
.input_a:hover{
	color: #fff;
}
.h1{
	text-align: left;
	color: #000;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff;
    display: block;
    font-size: 2.5em;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 5px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    display: flex;
    align-items: center;
}
.content{
	display: block;
    border: 1px solid #4d4d4d;
    background: #102717;
    margin: 10px auto;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
}
.h2{
	display: block;
    font-size: 1.5em;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
	padding: 0px 10px;
	color: #edc97f;
	font-family: 'roboto';
}
.station{
	display: block;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
	padding: 0px 10px;
	color: #adadad;
	font-family: 'roboto';
}
.block_slots{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	height: auto;
	justify-content: center;
	text-align: center;
	
}
.slot{
	display: flex;
	width: 215px;
	box-sizing: border-box;
	
	position: relative;
	margin: 10px;
}

.play{
	position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 10px;
    opacity: 0;
}
.play:hover{
	opacity: 1;
	border: 2px solid #22a95b;
	background: rgba(0, 0, 0, .6);
	transition: all 0.3s ease;
}
.slot_img{
	display: flex;
	border-radius: 10px;
	width: 100%;
	height: auto;
	
}

.play_img{
	cursor: pointer;
    width: 60px;
    display: block;
    height: auto;

}
.pocaz{
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 10px;
	text-align: center;
}
.pocaz_a{
	padding: 10px;
	text-decoration: none;
	background: #22a95b;
	border-radius: 8px;
	color: #fff;
}
.div_cartochka_block{
	display: flex;
	margin: 10px auto;
	padding: 5px;
}
.cartochka_unicon_user{
	display: flex;
	flex-direction: column;
	border: 1px solid #4d4d4d;
	background: #243b2b;
	border-radius: 10px;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 10px;
	flex: 1;
	margin: 5px;
	box-sizing: border-box;
	height: 200px;
}
.img_user{
	display: flex;
	width: 80px;
}
.user_p{
	color: #b7b7b7;
	font-family: sans-serif;
	height: 50px;
}
.kvest{
	width: 100%;
	
	display: flex;
	box-sizing: border-box;
}

.kvest::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.kvest::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.kvest::-webkit-scrollbar-track {
  background: transparent;
}
.kvest_img{
	width: 100%;
	border-radius: 10px;
}
.curent_kvest{
	margin: 5px;
	position: relative;
}
.div_kvest{
	position: absolute;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: end;
	width: 100%;
	height: 100%;
	
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
}
.div_kvest:hover{
	opacity: 1;
	transition: all 0.3s ease;
	border: 1px solid #4d4d4d;
}
.kvest_a{
    font-size: 18px;
    background: #22a95b;
    color: white;
    padding: 8px 20px;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -2px -2px 5px rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    text-align: center;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}
.div_provayder{
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px;
}
.details{
	 
	border-radius: 8px; 
	padding: 10px; 
	color: #fff;
	font-family: Arial, sans-serif; 
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);

}
.details:hover{
	color: #cbcaca;
}
.summary_list{
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    user-select: none;
}
.ul{
	list-style: none; 
	padding: 0; 
	margin: 0;
}
.li{
	padding: 8px 12px; 
	border-bottom: 1px solid #4d4d4d; 
	cursor: pointer; 
	transition: 
	background-color 0.3s;
	color: #fff;
}
.li:hover{
	color: #cbcaca;
}
.details_flex_list{
	display: flex;
}
.provayder_spisok{
	display: block;
	margin: 0 5px;
	box-sizing: border-box;
}
.content_flex_jackpot{
	display: flex;
	
	width: 100%;
	height: auto;
}
.flex_tu{
	display: flex;
	justify-content: center;
	text-align: center;

}
.div_jackpot{
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #4d4d4d;
	padding: 5px;
	flex: 1;
	height: auto;
	position: relative;
	box-sizing: border-box;
	margin: 5px;
	border-radius: 10px;
	background: linear-gradient(to bottom, rgb(152, 90, 27) 30%, rgba(152, 90, 27, 0) 100%);
  
}
.jackpot_img{
    width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
    clip-path: inset(0 0 25% 0);
    margin-bottom: 50px;
}
.jackpot_abcolute{
	display: flex;
	flex-direction: column;
	position: absolute;
	justify-content: end;
	width: 100%;
	height: 100%;
	align-items: center;
	margin-bottom: 20px;
	top: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	animation: pulse 2s infinite;
	border-radius: 10px;
}
.jackpot_abcolute:hover{
	opacity: 1;
}
.amount_jackpot{
	color: #fff;
	font-size: 25px;
	font-family: sans-serif;
    
}
.jackpot_a{
	font-size: 18px;
    background: #22a95b;
    color: white;
    padding: 8px;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset -2px -2px 5px rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    text-align: center;
    margin-bottom: 20px;
    
    box-sizing: border-box;
}
.beginning_games{
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
}
.beginning_games_fon{
	border: 1px solid #4d4d4d;
	border-radius: 10px;
	display: block;
	position: relative;
	
}
.beginning_games_img{
	width: 130px;
	height: 130px;
	float: left;
}
.beginning_games_number{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 15px;
	background: #fff;
	padding: 5px;
	width: 10px;
	height: 10px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	margin-top: 5px;
	margin-left: 5px;
}
.h3{
	display: block;
    font-size: 1em;
    margin-block-start: 0.5em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
	padding: 0px 10px;
	color: #edc97f;
	font-family: 'roboto';
}
.div_wallet{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	justify-content: center;
	text-align: center;
}
.wallet_block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	margin: 5px;
	box-sizing: border-box;
    border: 1px solid #4d4d4d;
    border-radius: 10px;
    flex: 1;
}
.wallet_block_img{
	width: 80px;
	display: flex;
	align-items: center;
    height: auto;

}
.flex_one{
	display: flex;
	flex: 1;
	align-items: center;
}
.wallet_block_span{
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.provayder_footer{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	background: #000;
}
.footer_block{
	display: flex;
    flex: 1;
	padding: 10px;
	box-sizing: border-box;
	justify-content: center;
	text-align: center;
}
.footer_block_svg{
	width: 120px;
	height: auto;

}
.content_flex_betwen{
	
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	box-sizing: border-box;
}
.content_left{
	display: flex;
	
	
	flex: 1;
	border-radius: 10px;
}
.content_right{
	display: flex;
	
	flex: 1;
	border-radius: 10px;
	margin-left: 5px;
	box-sizing: border-box;
	padding-top: 10px;
	flex-direction: column;
}
.content_left_div{
	display: flex;
	padding: 8px;
    box-sizing: border-box;
    margin-right: 5px;
    box-sizing: border-box;
}
.content_left_a{
	text-decoration: none;
	color: #fff;
	
	padding: 5px;
}
.content_left_a:hover{
	color: #fff;
}
.sosial_flex{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #4d4d4d;
}
.sosial{
	margin-top: 10px;
}
.social_a{
	margin-left: 5px;
}
.content_right_bottom{
	
	display: flex;
	flex: 1;
	align-items: end;
	padding: 10px;
	box-sizing: border-box;
}
.age_img{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	float: left;
}
.age{
	
	color: #a7a7a7;
	display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0em;
    margin-inline-start: 10px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.del{
	display: flex;
	justify-content: left;
	flex-direction: column;
}
.ul_mobile{
	list-style-type: none;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
    unicode-bidi: isolate;
    color: #adadad;

}
.li_mobile{
	display: list-item;
    unicode-bidi: isolate;
    margin: 10px 0;
    
    font-family: sans-serif;
}
strong{
	color: #fff;
}
.flex_mobile{
	display: flex;
	width: 100%;
	
	box-sizing: border-box;
}
.mobile_station_block{
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
}
.mobile_img{
	width: 150px;
	display: block;
	height: auto;
	margin-top: 10px;
}
.mobile_a{
	color: #edc97f;
}




