*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}


:root{ 
    --game-gap:15px; 
    --prod-gap: 15px;
    --banner-ratio-w: 21;     
    --banner-ratio-h: 9;
    --banner-max-h  : 320px;  
}

@font-face {
    font-family: Roboto-Regular; 
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Medium; 
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Bold; 
    src: url(../fonts/Roboto-Bold.ttf);
}


body{
	background-color: var(--bg-color);
	font-family: Roboto-Regular;
}

a{
	color: var(--link-color);
	text-decoration: none;
}


header{
	background-color: var(--bg-color);
	display: flex;
	justify-content: space-between;
	padding: 10px;
	align-items: center;
	font-family: Roboto-Regular;
	font-size: 15px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
    margin-top: 50px;
}

.btn_profile{
	background-color: var(--secondary-bg-color);
	color: var(--text-color);
	padding: 10px;
	border-radius: 10px;
	width: 37px;
	text-align: center;
}

.btn_profile:hover{
	opacity: 0.8;
}

.active_search{
    background-color: var(--secondary-bg-color);
}


.btn_header_search{
	background-color: var(--secondary-bg-color);
	width: 87%;
	border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 10px;
	color: var(--hint-color);
}

.btn_header_search:hover{
	opacity: 0.8;
}

.btn_header_search_active{
	background-color: var(--secondary-bg-color);
	width: 87%;
	border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 10px;
	color: var(--hint-color);
}

.btn_header_search_active:hover{
	opacity: 0.8;
}



.ico_search{
	margin-right: 15px;
}

.content_index{
	margin-top: 80px;
	font-family: Roboto-Regular;
	margin-bottom: 150px;
}

.content_index_t{
	margin-top: 10px;
	font-family: Roboto-Regular;
	margin-bottom: 150px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}


.row_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	color: var(--text-color);
	font-size: 15px;
	margin-bottom: 10px;
}

.name_section{
	font-size: 19px;
	font-family: Roboto-Medium;
}

.name_section_title{
	font-size: 19px;
	font-family: Roboto-Medium;
}

.color_section{
    font-family: Roboto-Medium;
	color: var(--link-color);
}



.color_section:hover{
	opacity: 0.8;
}

.wrap_row_category{
	display: flex;
	flex-wrap: wrap;
}

.box_cat{
    /*border: 1px solid red;*/
	background-color: transparent;
	width: 100%;
	text-align: center;
	padding: 5px;
	/*height: 145px;*/
	border-radius: 10px;
}

.box_cat:hover{
	background-color: var(--section-bg-color);
	opacity: 0.5;
}

.arrow_b_selected{
    margin-left: 5px;
    transform: translateY(1px);
}

.select_custom{
    cursor: pointer;
}

.custom_select_vals{
    display: none;
    background-color: var(--section-bg-color);
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    left: auto;
    right: 0;
    margin-top: 130px;
    margin-right: 5px;
    box-shadow: 0px 0px 20px 0px #0004;
}

.value_c_select{
    padding: 10px;
    cursor: pointer;
}

.value_c_select:hover{
    opacity: 0.7;
}

.box-image-cat{
	margin: 0 auto;
	margin-top: 0px;
	width: 100%;
	height: 100px;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
}

.name_cat{
    font-family: Roboto-Medium;
	margin-top: 15px;
	color: var(--text-color);
	font-size: 16px;
	text-align: left;
	margin-left: 5px;
}

.cont_t_preview{
	background-color: transparent;
	padding: 10px;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cont_t_preview:hover{
	background-color: var(--secondary-bg-color);
}

.image_preview_t_box{
	width: 100%;
	height: 220px;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
}

.row_info_t_preview{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: var(--text-color);
	padding: 3px;
}

.cat_t_preview{
	color: #82868A;
}

.st_size{
	font-size: 12px;
	color: #F9C200;
}

.search_all{
	border: 2px solid transparent;
	background-color: transparent;
	color: var(--hint-color);
	font-size: 15px;
}

.search_all:focus{
	outline: 2px solid transparent;
}

.image_t img{
	border-radius: 10px;
}

.row_info_t{
	font-family: Roboto-Bold; 
	display: flex;
	justify-content: space-between;
	color: var(--text-color);
}

.title_description{
	margin-top: 35px;
	font-family: Roboto-Medium; 
	color: var(--text-color);
	font-size: 20px;
}

.description_t{
	padding: 10px;
	background-color: var(--secondary-bg-color);
	margin-top: 10px;
	border-radius: 10px;
	color: var(--text-color);
}


.row_raiting{
	margin-top: 15px;
	display: flex;
	align-items: center;
}

.math_rait{
	color: var(--text-color);
	font-size: 45px;
}

.box_counts_raiung{
	margin-left: 20px;
}

.count_feedbacks{
	color: var(--text-color);
	opacity: 0.5;
	margin-top: 5px;
	font-size: 14px;
}

.item_feedback{
	margin-bottom: 20px;
	color: #fff;
}

.header_feedback{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.user_info_feedback{
	display: flex;
	align-items: center;
}

.user_avatar_f{
	background-color: var(--secondary-bg-color);
	text-align: center;
	padding-top: 8px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: var(--text-color);
	background-size: cover;
}

.right_sect_info_f{
	margin-left: 10px;
}

.name_user{
	font-size: 15px;
	color: var(--text-color);
}

.st_size_feedback{
	font-size: 10px;
	color: #F9C200;
}

.default_stars{
    font-size: 10px;
    color: var(--text-color);
    opacity: 0.4;
}

.publicated_feedback{
	font-size: 13px;
	color: var(--text-color);
}

.index_stars{
    margin-right: 3px;
}

.value_feedback{
	background-color: var(--secondary-bg-color);
	padding: 10px;
	margin-top: 10px;
	border-radius: 10px;
	font-size: 14px;
	color: var(--text-color);
}

.row_profile_info{
	display: flex;
	padding: 10px;
	align-items: center;
}

.image_user{
    background-color: var(--secondary-bg-color);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-size: cover;
	text-align: center;
	color: var(--text-color);
	padding-top: 25px;
	font-size: 40px;
}

.name_info{
	margin-left: 15px;
}

.username_tg{
	color: var(--text-color);
	font-family: Roboto-Medium;
	font-size: 20px;
}

.login_tg{
	font-size: 14px;
	margin-top: 5px;
	color: #82868A;
}

.btn_arrow_select{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-radius: 7px;
	color: #fff;
	margin: 0 auto;
	width: 95%;

}

.btn_select_blue{
	background-color: #00A3FF;
}

.btn_select_gray{
    color: var(--text-color);
	background-color: var(--secondary-bg-color);
	margin-bottom: 10px;
}

.txt_free{
	font-size: 14px;
}



.header_trans{
	margin: 0 auto;
	width: 95%;
	margin-top: 20px;
	margin-bottom: 15px;
	display: flex;
	background-color: var(--secondary-bg-color);
	opacity: 0.9;
	color: var(--text-color);
	border-radius: 10px;
}

.active_tab_trans{
	border-radius: 10px;
	background-color: #4A4F53;
	color: #fff;
}

.btn_type_trans{
	padding: 5px;
	width: 50%;
	text-align: center;
	transition: 0.1s;
	cursor: pointer;
	font-size: 15px;
}

.btn_type_trans:hover{
	opacity: 0.9;
	transition: 0.1s;
}

.order_row{
	margin: 0 auto;
	width: 95%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--secondary-bg-color);
	color: var(--text-color);
	border-radius: 10px;	
	font-size: 14px;
}

.order_row:hover{
	opacity: 0.9;
}


.status_order{
	font-size: 18px;
	margin-right: 10px;
}

.left_cont{
	display: flex;
	align-items: center;
}

.name_t_my_order{
    font-size: 14px;
    color: var(--text-color);
}

.title_ref_preview{
    color: var(--text-color);
}

.status_t_my_order{
	font-size: 12px;
}

.status_payed{
	color: #35AC56;
}

.status_locked{
	color: var(--text-color);
}

.right_cont{
	color: var(--text-color);
	display: flex;
	align-items: center;
}

.ico_arrow{
	margin-left: 15px;
	font-size: 17px;
}

.transactions_section{
	display: none;
}

.plus_pay{
	color: #69CF6C;
}

.minus_pay{
	color: var(--destructive-text-color);
}

.inp_group{
	width: 95%;
	margin: 0 auto;
}

.name_inp_group{
	color: var(--text-color);
	opacity: 0.7;
	font-size: 14px;
	margin-bottom: 10px;
}

.inp_tg{
	border: 1px solid var(--secondary-bg-color);
	background-color: var(--secondary-bg-color);
	padding: 10px;
	color: var(--text-color);
	width: 100%;
	border-radius: 10px;
	padding-left: 12px;
}

.inp_tg:focus{
	outline: 1px solid var(--link-color);
}

textarea{
	border: 1px solid var(--secondary-bg-color);
	background-color: var(--secondary-bg-color);
	padding: 10px;
	color: var(--text-color);
	width: 100%;
	border-radius: 10px;
	padding-left: 12px;
}

textarea:focus{
	outline: 1px solid var(--link-color);
}


.btn_telegram{
	position: fixed;
	top: auto;
	bottom: 20px;
	width: 95%;
	margin: 0 auto;
	background-color: var(--link-color);
	color: #fff;
	text-align: center;
	padding: 13px;
	border-radius: 10px;
	cursor: pointer;
}

.description_referals{
	width: 95%;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 13px;
	color: var(--text-color);
	opacity: 0.5;
}

.ref_preview{
	width: 95%;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
}

.ref_link{
	background-color: var(--secondary-bg-color);
	color: var(--text-color);
	margin-top: 10px;
	margin-bottom: 5px;
}

.btn_copy_ref{
	background-color: var(--secondary-bg-color);
	color: var(--text-color);
	border-radius: 10px;
	margin-top: 10px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
}

.row_fast_value{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.item_fast{
	width: 15%;
	background-color: var(--secondary-bg-color);
	color: var(--text-color);
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
}

.row_type_deposit{
	display: flex;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
	padding: 20px;
	color: var(--text-color);
}

.row_type_deposit:hover{
	background-color: var(--secondary-bg-color);
}

.custom_checkbox{
	margin-right: 15px;
}

.outline_checkbox{
	border: 1px solid var(--link-color);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding: 2px;
}

.bg_checkbox{
	background-color: transparent;
	margin: 0 auto;
	width: 13.5px;
	height: 13.5px;
	border-radius: 50%;
}

.status_checkbox_active{
	background-color: var(--link-color);
}



.btn_buy_product{
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    background-color: #345AC7;
    padding: 15px;
    border-radius: 20px;
}


.empty_balance_section{
    padding: 10px;
    background-color: var(--secondary-bg-color);
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: var(--text-color);
    margin-bottom: 15px;
    border-radius: 10px;
    font-size: 15px;
}

.cross_empty{
    color: #FF5050;
    font-size: 30px;
    margin-right: 20px;
}


.form_created{
    margin-top: 0px;
    padding: 15px;
}


.form_cat_format{
    margin-top: 20px;
}


.name_label{
    color: var(--text-color);
    margin-bottom: 10px;
}


.tg_select{
  width: 90%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid var(--secondary-bg-color);
  background-color: var(--secondary-bg-color);
  color: var(--text-color); 
  margin-bottom: 20px;
}

.middle_txt_success{
    margin: 0 auto;
    margin-top: 200px;
    text-align: center;
}


.check_ico{
    color: #34C95B;
    font-size: 35px;
    margin-bottom: 10px;
}

.txt_success_create{
    color: var(--text-color); 
    font-size: 20px;
}

.back_to_profile{
    margin: 0 auto;
    margin-top: 10px;
    background-color: var(--secondary-bg-color);
    color: var(--text-color); 
    padding: 10px;
    text-align: center;
    width: 200px;
    border-radius: 10px;
}

.form_fifa{
    display: none;
    margin-bottom: 20px;
}

.row_info{
    padding: 15px;
    color: var(--text-color); 
}

.mini_title_info{
   opacity: 0.5;
   margin-bottom: 4px;
   
}


.row_points{
    display: flex;
    justify-content: space-between;
    align-items: center;    
    color: var(--text-color); 
    margin-top: 20px;
}

.txt_mum{
    margin-right: 5px;
}

.box_point{
    width: 60px;
    display: flex;
    padding: 10px;
    border-radius: 10px;
    justify-content: space-around;
    align-items: center;
    background: transparent;
    cursor: pointer;
}

.box_point:hover{
    background: var(--secondary-bg-color);
}


.circle_out{
    border: 2px solid var(--link-color);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
}

.circle_inner{
    margin: 0 auto;
    margin-top: 2px;
    background-color: var(--link-color);
    border-radius: 50%;
    width: 17px;
    height: 17px;
}




#customSelect1{
    font-size: 20px;
}



.custom_inp_fifa{
    font-size: 17px;
}




#closed_mini_app{
    cursor: pointer;
}

#inp_val_crypto{
    display: none;
}




#icoActualTask{
    position: fixed;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 5%;
    width: 60px;
    height: 60px;
    padding: 10px;
    background: var(--secondary-bg-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 20px 0px #00000047;
}



.contHeaderTask{
    border: 1px solid #007BB1;
    background-color: #007BB1;
    text-align: center;
}



.boxesBonuses{

    width: 95px;
    height: 85px;
    margin: 0 auto;
    font-size: 50px;
    color: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}


.titleHeader{
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}




.contentTasks{
    padding: 15px;
}

.actualTask{
    color: var(--text-color);
}


.actualTask span{
    opacity: 0.4;
}


.contActualTasks{
    margin-top: 40px;
}


.itemTask{
    background-color: var(--secondary-bg-color);
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 50px;

}


.imageTaskTovar{
    width: 40%;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    
}


.infoTask{
    width: 60%;
    margin-left: 10px;
    color: var(--text-color);
    font-size: 14px;
}


.conditionTask{
    min-height: 60px;
}



.conditionTask span{
    color: var(--link-color);
}



.txtProgress{
    margin-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    background-color: var(--secondary-bg-color);
    margin-top: -32px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}



.boxBonusesRub{
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 15px;
    margin-top: 5px;
    color: #4CC55C;
    margin-top: -32px;
}




.boxBefore::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background: #4CC55C;    
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.headerTasks{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.itemHeaderTask{
    padding: 6px;
    border: 1px solid transparent;
    color: var(--text-color);
    opacity: 0.6;
    padding-bottom: 15px;
    font-size: 13px;
    width: 50%;
    text-align: center;
}


.itemHeaderTask_active{
    color: var(--link-color);
    border-bottom-color: var(--link-color);
    opacity: 1;
}


.btnStatusTask{
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    
}

.btnStatusTask i{
    margin-right: 10px;
}


.stNot{
    color: #EC6657;
    background-color: #EC665757;    
}

.stYe{
    color: #4CC55C;
    background-color: #4CC55C4F;    
}


.emptyTasks{
    background-color: var(--secondary-bg-color);
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
    padding: 10px;
}


#emojiEmpty{
    width: 110px;
    margin: 0 auto;
}





.titleNotFound{
    text-align: center;
    color: var(--text-color);
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}


#icoHeader{
    width: 150px;
}


#emojiAllSuccess{
    width: 150px;
    margin: 0 auto;
}






.stGetBonus{
    color: var(--button-text-color);    
    background-color: var(--button-color);   
    cursor: pointer;
}


.bannerBonus{
    width: 100%;
    height: 120px;
    background-image: url('../image/banner_bonus.png ');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
}






.contHeaderStars{
    background: rgb(0,122,255);
    background: -moz-linear-gradient(180deg, rgba(0,122,255,1) 0%, rgba(97,177,213,1) 75%);
    background: -webkit-linear-gradient(180deg, rgba(0,122,255,1) 0%, rgba(97,177,213,1) 75%);
    background: linear-gradient(180deg, rgba(0,122,255,1) 0%, rgba(97,177,213,1) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007aff",endColorstr="#61b1d5",GradientType=1); 
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    padding-bottom: 50px;
}

.leftSection{
    display: flex;
    align-items: center;
}


.txtHeader{
    text-align: left;
    color: #fff;
    font-family: Roboto-Medium; 
    font-size: 18px;
}

.miniTitleTop{
    font-size: 13px;
    opacity: 0.7;
    font-family: Roboto-Regular; 
}




.titleHeaderStars{
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: Roboto-Medium; 
    color: #fff;
    background-color: #F0742717;
    width: 250px;
    padding: 10px;
    border-radius: 15px;
    
}

.miniTitleStars{
    color: #fff;
    opacity: 0.5;
    margin-bottom: 20px;
}


#icoStars{
    width: 50px;
    margin-right: 10px;
}

.btnHow{
    background: #fff;
    padding: 7px;
    text-align: center;
    font-family: Roboto-Medium; 
    font-size: 15px;
    border-radius: 10px;
    width: 80px;
    cursor: pointer;
}




.content-main-stars{
    background-color: var(--bg-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -30px;
    padding-top: 30px;
}


#iconStarsMiddle{
    width: 100px;
    margin: 0 auto;
}


.titleMain{
    text-align: center;
    color: var(--text-color);
    font-size: 18px;
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.titleMiniSecondary{
    text-align: center;
    font-size: 14px;
    opacity: 0.5;
    margin-top: 10px;
    color: var(--text-color);
}



.secondaryBgStars{
    background-color: var(--secondary-bg-color);
    padding: 15px;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    border-radius: 7px;
}


.rowTitleSecondary{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--text-color);
    margin-top: 5px;
}



.rowTitleSecondary{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--text-color);
    margin-top: 5px;
}

.rowTitleSecondary2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--text-color);
    margin-top: 25px;   
}

.headerFaq{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faqItem{
    background-color: var(--secondary-bg-color);
    padding: 20px;   
    margin-top: 10px;
    border-radius: 7px;
    color: var(--text-color);
    cursor: pointer;
}

.descriptionAnswer{
    margin-top: 10px;
    padding-top: 15px;
    opacity: 0.7;
    display: none;
    
}

.descriptionAnswer span{
    color: var(--link-color);
}



.getForMe{
    color: var(--link-color);
    cursor: pointer;
}

.txtTitleSec span{
    opacity: 0.3;
    cursor: pointer;
}



.avatarUserResult{
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    transform: translateY(-5px);
}


.globalContStarsSyms{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 115px;
}

#emojiSuccess{
    width: 150px;
    margin: 0 auto;
}

/* --- АНИМАЦИИ --- */

/* Быстрая анимация (2s), звезда видна коротко */
@keyframes starPulse1 {
  0%   { opacity: 0;   transform: scale(0.5); }
  15%  { opacity: 0.8; transform: scale(0.8); }
  25%  { opacity: 1;   transform: scale(1);   }
  35%  { opacity: 0.3; transform: scale(1.1); }
  100% { opacity: 0;   transform: scale(1.2); }
}

/* Чуть дольше (2.2s). Звезда ещё меньше времени на «полной яркости» */
@keyframes starPulse2 {
  0%   { opacity: 0;   transform: scale(0.5); }
  10%  { opacity: 0.6; transform: scale(0.7); }
  20%  { opacity: 1;   transform: scale(1);   }
  30%  { opacity: 0.5; transform: scale(1.1); }
  100% { opacity: 0;   transform: scale(1.2); }
}

/* Немного длиннее (2.4s). Доля яркости ещё короче */
@keyframes starPulse3 {
  0%   { opacity: 0;   transform: scale(0.5); }
  20%  { opacity: 1;   transform: scale(1);   }
  30%  { opacity: 0.5; transform: scale(1.05);}
  50%  { opacity: 0.2; transform: scale(1.15);}
  100% { opacity: 0;   transform: scale(1.2); }
}

/* Самая долгая (2.6s). Быстро гаснет после пика */
@keyframes starPulse4 {
  0%   { opacity: 0;   transform: scale(0.5); }
  10%  { opacity: 0.7; transform: scale(0.8); }
  25%  { opacity: 1;   transform: scale(1);   }
  35%  { opacity: 0.4; transform: scale(1.1); }
  100% { opacity: 0;   transform: scale(1.25);}
}

/* --- СТИЛИ ДЛЯ КАЖДОЙ ЗВЕЗДЫ (РАЗНЫЕ ОТРИЦАТЕЛЬНЫЕ ЗАДЕРЖКИ И ДЛИТЕЛЬНОСТИ) --- */

.starSym_1 {
  position: absolute;
  left: -30%;
  right: 0;
  margin: 0 auto;
  margin-top: 10px;

  animation: starPulse1 2s infinite;
  animation-delay: -1s;  /* начинает из «середины» */
}

.starSym_2 {
  position: absolute;
  left: -30%;
  right: 0;
  margin: 0 auto;
  margin-top: 70px;
  top: 0;

  animation: starPulse2 2.2s infinite;
  animation-delay: -0.8s;
}

.starSym_3 {
  position: absolute;
  left: 25%;
  right: 0;
  margin: 0 auto;
  margin-top: 80px;
  top: 0;

  animation: starPulse3 2.4s infinite;
  animation-delay: -1.2s;
}

.starSym_4 {
  position: absolute;
  left: 30%;
  right: 0;
  margin: 0 auto;
  margin-top: 30px;
  top: 0;

  animation: starPulse4 2.6s infinite;
  animation-delay: -0.5s;
}

.starSym_5 {
  position: absolute;
  left: 50%;
  right: 0;
  margin: 0 auto;
  margin-top: 60px;
  top: 0;

  /* Повторяем первую анимацию, но пусть тоже идёт 2.2s */
  animation: starPulse1 2.2s infinite;
  animation-delay: -1.5s;
}

.starSym_6 {
  position: absolute;
  left: 50%;
  right: 0;
  margin: 0 auto;
  margin-top: 10px;
  top: 0;

  /* Повторяем вторую анимацию (2.2s), меняем delay */
  animation: starPulse2 2.2s infinite;
  animation-delay: -0.3s;
}

.starSym_7 {
  position: absolute;
  left: -50%;
  right: 0;
  margin: 0 auto;
  margin-top: 40px;
  top: 0;

  animation: starPulse3 2.4s infinite;
  animation-delay: -1.8s;
}

.starSym_8 {
  position: absolute;
  left: -50%;
  right: 0;
  margin: 0 auto;
  margin-top: 40px;
  top: 40%;

  animation: starPulse4 2.6s infinite;
  animation-delay: -0.9s;
}




#spinnerSearchUser{
    display: none;
}

.avatarUserResult{
    display: none;
}


.iconLeftSearch{
    padding: 10px;
    background-color: var(--bg-color);
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 39px;
    
}

.iconLeftStars{
    padding: 10px;
    background-color: var(--bg-color);
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 39px;
}

.iconLeftStars img{
    width: 19px;
}



.rowSearchGetter{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 20px;
}


.inpSearchUserGet{
    padding: 10px;
    border: 1px solid var(--bg-color);
    background-color: var(--bg-color);
    color: var(--text-color);
    width: 60%;
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 10px;
    margin-left: -5px;
    height: 39px;
    font-size: 16px;
}

.inpSearchUserGet:focus{
    outline: none;
}



.inpStarsValue{
    padding: 10px;
    border: 1px solid var(--bg-color);
    background-color: var(--bg-color);
    color: var(--text-color);
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 10px;
    margin-left: -5px;
    height: 39px;
    font-size: 16px;
}

.inpStarsValue:focus{
    outline: none;
}




.btnSearchUser{
    background-color: var(--button-color);
    color: var(--button-text-color);
    padding: 10px;
    border-radius: 5px;
    width: 108px;
    text-align: center;
    position: absolute;
    right: 0;
    cursor: pointer;
    
}


.btnClearUser{
    background-color: #FF5863;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 108px;
    text-align: center;
    position: absolute;
    right: 0;
    cursor: pointer;
    display: none;
    
}


#iconSeacrh{
    color: var(--text-color);
}


#iconNotfonud{
    color: #FF5863;
    font-size: 17px;
    display: none;
}

.errFoundUser{
    margin-top: 10px;
    font-size: 14px;
    color: #FF5863;
    display: none;
}

.errMin{
    margin-top: 10px;
    font-size: 14px;
    color: #FF5863;
    display: none;
}



.priceStar{
    background-color: var(--bg-color);
    color: var(--text-color);
    width: 200px;
    height: 39px;
    font-size: 16px;
    padding: 10px;
    text-align: right;
    display: none;
}

.clearStars{
    height: 39px;
    color: #fff;
    background-color: #FF5863;
    padding: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;   
    display: none;
    cursor: pointer;
}



.faqStars{
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
}



.faq_title{
    color: var(--text-color);
}


.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    opacity: 0.8;
    display: none;
}

.modalInfo{
    position: fixed;
    top: auto;
    bottom: 0;
    width: 100%;
    background-color: var(--secondary-bg-color);
    padding: 10px;
    padding-top: 20px;
    border-radius: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: none;
    
}





#emojiGetter{
    width: 130px;
    margin: 0 auto;    
}

#emojiInfo{
    width: 130px;
    margin: 0 auto;    
}



.descriptionPopup{
    color: var(--text-color);
    text-align: center;
    opacity: 0.6;
    padding: 5px;
}


.descriptionPopup span{
    color: var(--link-color);
}


.closedModal{
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    color: var(--text-color);
    margin-top: 20px;
    margin-right: 25px;
    font-size: 17px;
    opacity: 0.5;
    cursor: pointer;
}






.rowElBalanceTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    color: var(--text-color);
    background-color: var(--bg-color);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
}



.btnDepHeader{
    display: flex;
    align-items: center;
    text-align: center;
    padding: 7px;
    justify-content: space-around;
    background-color: var(--button-color);
    color: var(--button-text-color);
    border-radius: 15px;
    font-size: 15px;
    transition: 0.3s;
}


.btnDepHeader:hover{
    opacity: 0.7;
    transition: 0.3s;
}


.btnDepHeader .txtBtn{
    margin-right: 7px;
    
}


.iconBtnDep{
    transform: translateY(1px);
}




.rowSelectPayment{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
}


.tabItemPayment{
    border: 1px solid var(--button-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    padding: 10px;
    border-radius: 15px;
    color: var(--text-color);
    cursor: pointer;
    margin-bottom: 10px;
}

.tabItemPayment.activeSelectPayments {                 /* выбранная */
    background: var(--button-color);
    color: var(--button-text-color);
}



.imageTabPayment img{
    margin-right: 10px;
    border-radius: 10px;
}




/* ▸ Новый «зазор» слева */
.rowSliderGames{
    overflow:hidden;                   /* как и было */
    padding-left:var(--game-gap);      /* ←--- добавили */
    margin-bottom: 20px;
}

/* трек уже «съедает» правый лишний gap;
   этого достаточно, левый теперь даёт padding */
.rowSliderGames .slick-track{
    margin-right:calc(-1 * var(--game-gap));
}

/* остальной код без изменений */
.rowSliderGames .slick-list{ overflow:hidden !important; }

.rowSliderGames .slick-slide{
    margin-right:var(--game-gap);
    box-sizing:border-box;
}






.contRowIndex_slider{
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
}

.contRowIndex_slider_active{
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--secondary-bg-color);
    border-radius: 15px;
}


.rowTitle_index{
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: var(--text-color);
    font-family: Roboto-Medium; 
    font-size: 20px;
    margin-left: 15px;
    margin-bottom: 15px;
    width: 95%;
    border-radius: 5px;
}

.rowContSlider_title{
    margin-left: 6px;
}


.rowContSlider_items{
    overflow:hidden;
    padding-left:var(--prod-gap);    /* отступ слева, чтобы не липло */
}

.rowContSlider_items .slick-slide{
    margin-right:var(--prod-gap);
}

.rowContSlider_items .slick-track{
    margin-right:calc(-1 * var(--prod-gap));
}


.imageCardPreview_index {
  width: 100%;
  aspect-ratio: 1339/800;        /* или 21/9, как вам нужно */
  border-radius: 12px;
  
  /* вместо object-fit — делаем фон: */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  /* чтобы overlay работал */
  position: relative;
  overflow: hidden;
}

.iconGameRow_index img{
    width: 23px;
    border-radius: 5px;
    margin-right: 5px;
}

.contItemInfo_index{
    width: 250px;
    position: relative;
    margin-right: 10px;
}




.rowGameInner_index{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--text-color);
    margin-top: 5px;
    border-radius: 10px;
    padding: 3px;
}



.titleNameItem_index{
    font-size: 14px;
    color: var(--text-color);
    margin-top: 3px;  
    min-height: 40px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}



.titlePriceItem_index{
    border-radius: 5px;
    margin-top: 5px;
    font-family: Roboto-Medium; 
    font-size: 14px;
    color: var(--text-color);
    margin-left: 3px;
}

.btnChevron{
    display: flex;
    align-items: center;
}

.btnChevron i{
    font-size: 11px;
    margin-left: 5px;
    margin-top: 2px;
}

.color_section:hover i{
    font-size: 11px;
    margin-left: 8px;
    margin-top: 2px;
}


.rowTags{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    padding: 5px;
    margin-top: 7px;
    z-index: 10;
}




.tagItem{
    padding: 7px;
    background-color: #F03939;
    text-align: center;
    border-radius: 10px;
    font-size: 11px;
    color: #fff;
    margin-left: 7px;
}


.rowContSlider_items .slick-slide:last-of-type{
    margin-right: 0 !important;
}


.viewAllItems_index{
    color: var(--button-text-color);    
    background-color: var(--button-color);      
    padding: 15px;
    text-align: center;
    font-family: Roboto-Medium; 
    margin: 0 auto;
    margin-top: 30px;
    width: 95%;
    border-radius: 30px;
    transition: 0.3s;
}


.viewAllItems_index:hover{
    opacity: 0.7;
    transition: 0.3s;
}



.bannerImage_items{
    position: relative;
    width: 95%;                     
    max-width: 100%;                 
    margin: 0 auto;
    aspect-ratio: var(--banner-ratio-w) / var(--banner-ratio-h);
    max-height: var(--banner-max-h);
    height: 160px;
    background-position: center;
    background-size: cover;                
    border-radius: 12px;
}


@media(min-width: 700px){
    
.bannerImage_items{
    height: 250px;
}

}


@media(min-width: 1000px){
    
.bannerImage_items{
    height: 350px;
}

}

/* 3. фолбэк для старых браузеров (<= Safari 14, IE) */
@supports not (aspect-ratio: 1/1){
    .bannerImage_items{
        height: 0;
        padding-top: calc( (var(--banner-ratio-h) / var(--banner-ratio-w)) * 100% ); /* 9/21≈42.86 % */
    }
}




.overlayBannerGame{
    position: absolute;
    inset: 0;  
    pointer-events: none; 
    background: linear-gradient( to top, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.22) 60% );
    border-radius: inherit; 
}


.rowBannerName{
    position: absolute;
    display: flex;
    align-items: center;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    z-index: 5;
    color: var(--text-color);  
    font-family: Roboto-Bold;
    font-size: 19px;
}



.imageGameBanner img{
    border-radius: 20px;
    margin-right: 10px;
    width: 50px;
}



.row-wrap-cats{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    color: var(--text-color); 
    font-family: Roboto-Medium;
}

.titleGameBanner{
    color: #fff;
}


.item-wrap-cat{
    background-color: var(--secondary-bg-color);
    color: var(--text-color); 
    margin-right: 7px;
    padding: 7px;
    text-align: center;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}


.activeWrapCat{
    color: var(--button-text-color);    
    background-color: var(--button-color);  
}



.wrap-products{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px auto 0;
    width: 95%;
    gap: 15px;
}

.contItemInfo_products{
    flex: 0 0 calc((100% - var(--prod-gap)) / 2);
    max-width: calc((100% - var(--prod-gap)) / 2); 
    position: relative;
    margin-bottom: 10px;
    transition: 0.3s;
    border-radius: 20px;
}


.contItemInfo_products:hover{
    opacity: 0.7;
    transition: 0.3s;
}



.rowPriceItem_card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-top: 3px;
}


.linwStarsRow{
    display: flex;
    align-items: center;
    margin-top: 3px;
} 


.linwStarsRow i{
    font-size: 11px;
    color: #FFC700;
    margin-right: 3px;
} 



.wrap-list-games{
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 95%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}


.itemGameSl_list{ 
    width: 100px; 
    text-align:center; 
    border-radius: 15px;
}



/* скелетон */


.imageCardPreview_index.skeleton {
  background-color: var(--secondary-bg-color);
}

.skeleton-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--secondary-bg-color);
  border-radius: inherit;
  overflow: hidden;
  z-index: 10;               /* чтобы точно перекрыть текст/картинку */
}


.skeleton-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0.15) 50%,
    transparent 100%
  );
  transform: translateX(-100%);
  animation: shimmer 1.3s infinite;
}




/* сам контейнер превью остаётся без изменений */
.imageGamePreview {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}

/* реальный оверлей, который мы будем «гасить» через fadeOut */
.imageGamePreview .skeleton-overlay {
  position: absolute;
  inset: 0;
  background-color: var(--secondary-bg-color);
  border-radius: inherit;
}

/* внутри оверлея шимер-полоска */
.skeleton-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  
  /* полупрозрачность самого ::after */
  opacity: 0.1;      

  /* сам градиент — вместо rgba(255,255,255,0.15) берём var(--text-color) */
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--text-color) 50%,
    transparent 100%
  );
  
  transform: translateX(-100%);
  animation: shimmer 1.3s infinite;
}


@keyframes shimmer {
  to { transform: translateX(100%); }
}



.titleGamePreview {
    position: relative;
    margin-top:6px;
    font-size:14px;
    color: var(--text-color);
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align: center;
    border-radius: 10px;
}

.titleNameGame_game{
    border-radius: 15px;
}




.arrowAp{
    position: fixed;
    background-color: var(--secondary-bg-color);
    color: var(--button-color);
    padding: 15px;
    text-align: center;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    margin-bottom: 50px;
    z-index: 10;
    margin-right: 30px;
    display: fixed;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 30px 0px #00000080;
    font-size: 20px;
    display: none;
    cursor: pointer;

}

.arrowAp i{
    transform: translateY(-2px);
}


.rowBalance_item{
    display: flex;
    align-items: center;
}

#balanceIconWallet{
    width: 35px;
    margin-right: 10px;
}






