*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@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: #131313;
	font-family: Roboto-Regular;
	scrollbar-width: none;
	transition: background-color 0.3s ease;
}

::-webkit-scrollbar {
  display: none;
}

a{
	color: var(--link-color);
	text-decoration: none;
}


header{
	background-color: #131313;
	padding: 6px 10px 6px 10px;
	font-family: Roboto-Regular;
	font-size: 15px;
	position: fixed;
	z-index:100;
	height:65px;
	top: 0;
	width: 100%;
	border-bottom: 0.05rem solid #2B2B2B;
}

body.header-fixed {
    padding-top: 65px; /* Отступ, равный высоте шапки */
}

.first-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-main {
    display:flex;
    align-items:center;
}

/*.logo-main img {*/
/*    width:35px;*/
/*    height:35px;*/
/*}*/

.logo {
    width: 45px; 
    height: 45px; 
    background-image: url('image/logo_burg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top:10px;
}

.text-logo {
    color:orange;
    margin-left:8px;
    margin-top:10px;
    font-size:22px;
    letter-spacing: 1px;
    font-family: Roboto-medium;
}

.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;
}

.cont-search {
    padding:15px;
}

.active_search{
    background-color: #312B3A;
}

.btn_header_search{
	background-color: #312B3A;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px;
	color: var(--hint-color);
	margin:0 auto;
}

.btn_header_search:hover{
	opacity: 0.8;
}

.btn_header_search_active{
	background-color: #312B3A;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 14px;
	color: var(--hint-color);
}

.btn_header_search_active:hover{
	opacity: 0.8;
}

.txt_search {
    font-size:15px;
    font-family: Roboto-Medium;
}

.ico_search{
	margin-right:5px;
	font-size:15px;
}

.lottery-index {
    padding: 1px 10px 0 10px;
	font-size: 15px;
	width: 100%;
}

.second-head {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:10px;
}

.timer-cont {
    display:flex;
    align-items:center;
    color:#fff;
    margin-top:2px;
    font-size:16px;
}

.t-dop {
    margin-right:2px;
    margin-left:2px;
}

.t-left {
    border-radius: 30px; 
    width: 30px; 
    border: 2px solid orange; 
    height: 30px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.t-middle {
    border-radius: 30px; 
    width: 30px; 
    border: 2px solid orange; 
    height: 30px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.t-right {
    border-radius: 30px; 
    width: 30px; 
    border: 2px solid orange; 
    height: 30px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.lottery-item {
    color:#fff;
    font-family: Roboto-medium; 
}

.btn-lottery {
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: orange;
    padding:5px;
    border-radius:15px;
    text-align:center;
    color:#fff;
    cursor: pointer;
}

.btn-lottery:hover {
    opacity: 0.8;
}

.main-banner {
    padding:10px 15px;
}

.banner-cont {
    width:100%;
    border-radius:10px;
    height:85px;
    background-position:center;
    background-size: cover;
    background-repeat:no-repeat;
    margin:0 auto;
}

.content_index{
	font-family: Roboto-Regular;
	margin-bottom: 25px;
}

.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: #fff;
	font-size: 15px;
	margin-bottom: 10px;
}

/*Стим начинается тут*/

.row_title_index {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	color: #fff;
	font-size: 15px;
}

.row_title_index a {
    color: var(--text-color);
    text-decoration:none;
}

.preview-allitem {
    display:flex;
    align-items: center;
}

.left-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  -webkit-mask: url('../image/rghtarrow.svg') no-repeat center;
  mask: url('../image/rghtarrow.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: rotate(180deg);
  cursor:pointer;
}

.name_section_all {
    font-size: 21px;
	font-family: Roboto-Medium;
    margin-left:15px;
    
}

.name_section{
	font-size: 19px;
	font-family: Roboto-Medium;
}

.main-steam-login {
    padding:15px;
}

.enter-steam-window {
    width:100%;
    height:150px;
    background-color:#272727;
    color:#fff;
    border-radius:25px;
    padding:15px;
}

.title-steam {
    font-family: Roboto-Medium;
    font-size:17px;
}

.login-steam {
    background-color:#3D3D3D;
    padding:13px;
    width:100%;
    border:none;
    color:#fff;
    font-size:15px;
    border-radius:10px;
    font-family: Roboto-Medium;
    margin-top:10px;
}

.more-info-steam {
    margin-top:10px;
    font-size:14px;
    color:#A5A2A5;
    font-family: Roboto-Medium;
    line-height: 1.2;
}

.text-steam {
    font-family: Roboto-Medium;
    font-size:14px;
    margin-bottom:15px;
}

.notice-agreement {
    font-family: Roboto-Medium;
    font-size:15px;
}

.btn-continue-steam {
    position:fixed;
    bottom:10px;
    top:auto;
    padding:15px;
    text-align:center;
    font-family: Roboto-Medium;
    background-color:orange;
    left: 15px; 
    right: 15px;
    border-radius:15px;
    cursor:pointer;
    color:black;
}

.steam-amount {
    background-color: #272727;
    padding: 13px;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 10px;
    font-family: Roboto-Medium;

    /* Firefox: убираем spinner */
    -moz-appearance: textfield;
}

.steam-amount::-webkit-inner-spin-button,
.steam-amount::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.steam-amount::-ms-clear,
.steam-amount::-ms-expand {
    display: none;
}

.cont-fast-steam {
    display: grid;
    width:100%;
    gap:10px;
    font-size:14px;
    grid-template-columns: repeat(4, 1fr);
    color:#fff;
}

.fast-dep {
    background-color: #272727;
    padding:7px;
    margin-top:10px;
    border-radius:7px;
    text-align:center;
    cursor:pointer;
}

.dep-info {
    margin-top:8px;
    font-size:14px;
    color:#A5A2A5;
    font-family: Roboto-Medium;
    line-height: 1.2;
}

.steam-amount-window {
    width:100%;
    height:130px;
    background-color:#272727;
    color:#fff;
    border-radius:25px;
    padding:15px;
    margin-top:20px;
}

.punkt-steam {
    display:flex;
    width:100%;
    justify-content: space-between;
    margin-bottom:20px;
    font-size:17px;
    font-family: Roboto-Medium;
}

.comission-steam {
    font-size:14px;
    color:#A5A2A5;
    font-family: Roboto-Medium;
    line-height: 1.2;
}

.accept-steam-create {
    position:fixed;
    bottom:10px;
    top:auto;
    padding:15px;
    text-align:center;
    font-family: Roboto-Medium;
    background-color:orange;
    color:black;
    left: 15px; 
    right: 15px;
    border-radius:15px;
    cursor:pointer;
}

.login-again-steam {
    color:#fff;
    margin-top:20px;
    font-size:18px;
    font-family: Roboto-Medium;
}

.loading {
    opacity: .6;             
    pointer-events: none;    
    transition: opacity .2s;
}

/*Стим кончается тут*/

.name_section{
	font-size: 19px;
	font-family: Roboto-Medium;
}

.name_section_title{
	font-size: 19px;
	font-family: Roboto-Medium;
}

.title-discount {
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    text-align:center;
    margin-top:60%;
    margin-bottom: 5px;
    
}

.input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.inp-discount {
    width: 100%; /* Задаем ограниченную ширину */
    border: none;
    font-family: Roboto-Medium;
    background: transparent;
    color: #fff;
    font-size: 24px;
    text-align: center; /* Центрируем текст */
    outline: none;
    caret-color: transparent; /* Цвет мигающего курсора */
    position: relative;
}
    
/* Создаем кастомный курсор */
.cursor {
    position: absolute;
    height: 2em; /* Длина курсора */
    width: 2px; /* Толщина курсора */
    background-color: var(--link-color);
    animation: blink 0.8s infinite;
}

/* Анимация мигания */
@keyframes blink {
    50% { opacity: 0; }
}
    
.inp-discount::placeholder {
    color: transparent; /* Скрывает текст-подсказку */
}

.btn-cat {
    display:flex;
    align-items:center;
    justify-content:center;
    background-color: var(--link-color);
    width:85%;
    margin:0 auto;
    padding:9px;
    border-radius:10px;
    text-align:center;
    margin-top:10px;
    color:var(--text-color);
}

.btn-cat:hover {
    opacity: 0.8;
}

.stik-cat {
    width:25px;
    height:25px;
}

.stik-cat2 {
    width:25px;
    height:25px;
}

.color_section{
    font-family: Roboto-Medium;
	color: var(--link-color);
}


.color_section:hover{
	opacity: 0.8;
}

.wrap_row_category{
    display: grid;                         
    gap: 10px;                         
    grid-template-columns: repeat(4, 1fr);
    padding:0 15px;
}

.box_cat{
	background-color: transparent;
	text-align: center;
	border-radius: 10px;
	margin-bottom:25px;
}

.box_cat:hover{
	background-color: darkorange;
}

.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: 0;
    padding-top: 100%;    /* Используем padding-top для создания квадратной формы */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.name_cat{
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top:5px;
}

.cont_tovars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.category_title {
    color: var(--text-color);
    font-size: 19px;
    font-family: Roboto-Medium;
    padding: 15px;
}


.cont_t_preview{
	background-color: transparent;
	padding: 10px;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cont_t_preview:hover{
	background-color: darkorange;
}

.image_preview_t_box{
	width: 100%;
	height: 120px;
	background-position: center;
	background-repeat:no-repeat;
	background-size: contain;
	border-radius: 10px;
}

.row_info_t1_preview {
    margin-top: 5px;
	font-size: 14px;
	padding:0 3px 0;
	color: #fff;
}

.name_t_preview {
    margin-bottom:3px;
    white-space:normal;
}

.row_info_t_preview{
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
	padding:0 3px 0;
}

.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 {
    width:200px;
    height:200px;
    margin:0 auto;
}

.image_t img{
	border-radius: 10px;
    background-size:contain;
    background-repeat: no-repeat;
    background-position:center;
}

.row_info_t{
	font-family: Roboto-Bold; 
	display: flex;
	justify-content: space-between;
	color: #fff;
}

/*.line_item {*/
/*    border-bottom: 0.0625rem solid var(--secondary-bg-color);*/
/*}*/

.old_price {
    text-decoration: line-through;
    margin-left: 4px;
    color: gray;
}

.msg-min-item {
    color: #fff;
    opacity:0.8;
    font-size:12px;
    text-align: right;
    margin-top:1px;
}

.discount_item {
    color:#ff9800;
    margin-top:8px;
    font-size:15px;
    text-align: right;
}

.coupon-title {
    margin-top:5px;
    margin-bottom:5px;
    color: #fff;
}


.name-main-dop {
    color: #fff;
    margin-top:5px;
}

.punkt-usl {
    display:flex;
    align-items:center;
    margin-bottom:3px;
}

.punkts-cont {
    margin-top:5px;
}

.custom_checkbox_usl{
	margin-right: 8px;
}

.outline_checkbox_usl{
	border: 2px solid var(--link-color);
	width: 17px;
	height: 17px;
	border-radius: 50%;
	padding: 2.5px;
	cursor:pointer;
}

.bg_checkbox_usl{
	background-color: transparent;
	margin: 0 auto;
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.name-usl {
	color: #fff;
	font-size:16px;
	cursor:pointer;
}

.price-usl {
    color: #fff;
    margin-left:auto;
    font-size:14px;
    opacity:0.8;
    
}

.promo-contain {
    margin-top:10px;
    border-bottom: 0.0625rem solid var(--secondary-bg-color);
    border-top: 0.0625rem solid var(--secondary-bg-color);
}

.title_description{
	margin-top: 15px;
	font-family: Roboto-Medium; 
	color: #fff;
	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: #fff;
	font-size: 45px;
}

.box_counts_raiung{
	margin-left: 20px;
}

.count_feedbacks{
	color: #fff;
	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: #fff;
}

.st_size_feedback{
	font-size: 10px;
	color: #F9C200;
}

.default_stars{
    font-size: 10px;
    color: #fff;
    opacity: 0.4;
}

.publicated_feedback{
	font-size: 13px;
	color: #fff;
}

.index_stars{
    margin-right: 3px;
}

.value_feedback{
	background-color: darkorange;
	padding: 10px;
	margin-top: 10px;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
}

.main-cont-profile {
    margin-top:15px;
    padding:0 0.875rem 0;
}

.row_profile_info{
	display: flex;
	align-items: center;
	margin-bottom:0.875rem;
}

.image_user{
    background-color: var(--secondary-bg-color);
	width: 55px;
	height: 55px;
	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: #fff;
	font-size: 1rem;
	font-weight:700;
}

.login_tg{
	font-size: 14px;
	margin-top: 5px;
	color: #82868A;
}

.cont-balance-profile {
    display:flex;
    margin:0 auto;
    flex-direction:column;
    padding:1rem;
    height:6.25rem;
    border-radius:0.875rem;
    background-color: var(--secondary-bg-color);
    margin-bottom:0.5rem;
    color:var(--text-color);
}

.title-balance {
    font-size:0.875rem;
    margin-bottom:0.5rem;
}

.count-balance {
    display:flex;
    align-items:center;
}

.stik-balance {
    width:40px;
    margin-right:5px;
}

.balance_user {
    font-size: 1.75rem;
    margin-right:3px;
}

.rub-name {
    font-size: 1rem;
    opacity:0.6;
    margin-top: 0.375rem;
}

.dep-btn-profile {
    background-color:#0094ff;
    height:48px;
    font-size:14px;
    color:white;
    font-weight: 700;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    margin-bottom:0.5rem;
}

.btn_arrow_select{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
	border-radius: 10px;
	color: #fff;

}

.btn_select_blue{
	background-color: var(--link-color);
}

.btn_select_gray{
    color: var(--text-color);
	background-color: var(--secondary-bg-color);
	margin-bottom: 10px;
}

.txt_free{
	font-size: 14px;
}

.btn_item_select {
    display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 8px 15px 0;
	border-radius: 10px;
	color: var(--secondary-bg-color);;
}

.count-cont-txt {
    display:flex;
    align-items:center;
    gap:5px;
}

.txt_item {
    color:#fff;
    font-size:15px;
}

.blinking-dot {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    animation: blink 1s infinite alternate;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.header_trans{
	margin-top: 15px;
	margin-bottom: 15px;
	display: flex;
	background-color: var(--secondary-bg-color);
	opacity: 0.9;
	color: var(--text-color);
	border-radius: 15px;
}

.active_tab_trans{
	border-radius: 15px;
	background-color: #4A4F53;
	color: #fff;
}

.btn_type_trans{
	padding: 7px;
	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_pay{
	color: #35AC56;
}


.status_payed{
	color: var(--text-color);
}

.cancelled{
	color: var(--destructive-text-color);
}

.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: #fff;
	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);
}

.min-count-inp {
    color: #fff;
    opacity:0.7;
    font-size:14px;
    letter-spacing: 0.25px;
}

.error-order {
    color: red;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}

.total-order {
    color:#fff;
    margin-top:5px;
}

.total-order-code {
    color:#fff;
    margin-top:5px;
}


.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: #fff;
	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: #fff;
	margin-top: 10px;
	margin-bottom: 5px;
}

.btn_copy_ref{
	background-color: var(--secondary-bg-color);
	color: #fff;
	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: 17px 20px 17px 20px;
	color: #fff;
}

.row_type_deposit:hover{
	background-color: DarkOrange;
}

.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);
}

.commission_payments {
    color:#fff;
    opacity:0.7;
    font-size:12px;
}

.summ-cont {
    position:fixed;
    bottom:0;
    top:auto;
    padding:15px;
    color:var(--text-color);
    width:100%;
}

.itog-cont {
    display:flex;
    justify-content: space-between;
    align-items:center;
    /*gap:100px;*/
}

.summ-cont span {
    line-height: 1.25;
    font-size:14px;
    color:#fff;
    opacity:0.8;
}

.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: #fff;
    margin-bottom: 10px;
}

.total_cost {
    color:var(--text-color);
    padding:15px 15px 0 15px;
}

.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: #fff; 
    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: #fff; 
}

.mini_title_info{
   opacity: 0.5;
   margin-bottom: 4px;
   
}


.row_points{
    display: flex;
    justify-content: space-between;
    align-items: center;    
    color: #fff; 
    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;
}

.lottery-title {
    color: #fff;
    text-align:center;
    font-size:20px;
    font-family: Roboto-medium;
    margin-top:10px;
}

.stik-lottery {
    width:70%;
    margin-left:70px;
}

.btn-join-lottery {
    background-color:var(--link-color);
    color: #fff;
    width:60%;
    padding:10px;
    border-radius:15px;
    margin:0 auto;
    text-align:center;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
}

.btn-join-lottery:hover {
    opacity: 0.8;
}

.timer-lottery-cont {
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin-top:15px;
}

.t-lottery-dop {
    font-size:30px;
    margin-bottom:5px;
}

.t-lottery {
    width: 55px;
    text-align: center;
    font-size: 30px;
}

.cont-winner {
    width:90%;
    height:75px;
    border-radius:20px;
    background-color: var(--secondary-bg-color);
    margin:0 auto;
    margin-top:10px;
    padding:4px;
}

.last-winner-title {
    text-align:center;
    color: var(--text-color);
}

.winner-info {
    display:flex;
    width:auto;
    align-items:center;
    margin-top:5px;
}

.avatar-winner {
    width:40px;
    height:40px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius:50%;
    margin-left:5px;
}

.cont-info-winner {
    margin-left:5px;
    color: var(--text-color);
    font-size:15px;
}

.name-winner {
    margin-bottom:2px;
}

.line-lottery {
    height:2px;
    width:90%;
    background-color:#fff;
    margin:0 auto;
    margin-top:15px;
}

.title-user-lottery {
    text-align:center;
    margin-top:5px;
    font-size:18px;
    color: #fff;
    /*font-family: Roboto-medium;*/
}

.cont-user-lottery {
    display:flex;
    width:100%;
    margin-top:10px;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom:10px;
}

.user-lottery {
    display:flex;
    width:45%;
    height:50px;
    background-color: var(--secondary-bg-color);
    border-radius:15px;
    margin-bottom:10px;
    align-items:center;
}

.avatar-lottery-user {
    width:40px;
    height:40px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    border-radius:50%;
    margin-left:2px;
}

.user-lottery-info {
    color: var(--text-color);
    font-size:12px;
    margin-left:4px;
}

.name-user-lottery {
    margin-bottom:2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
}
/* ===== СЕТКА ТОВАРОВ: 3 В СТРОКУ ===== */
.cont_tovars{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 0 10px;
}

/* ===== КАРТОЧКА ТОВАРА ===== */
.cont_t_preview.compact_item{
  padding: 8px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: 100%; /* одинаковая высота */
}

/* ===== КАРТИНКА ===== */
.cont_t_preview.compact_item .image_preview_t_box{
  height: 100px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* ===== БЛОК С ТЕКСТОМ ===== */
.cont_t_preview.compact_item .row_info_t1_preview{
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1; /* выравнивает высоту карточек */
}

/* ===== НАЗВАНИЕ ТОВАРА ===== */
.cont_t_preview.compact_item .name_t_preview{
  font-size: 13px;
  line-height: 1.25;
  white-space: normal;   /* текст НЕ обрезается */
  word-break: break-word;
  margin-bottom: 6px;
}

/* ===== ЦЕНА ===== */
.cont_t_preview.compact_item .price_t_preview{
  font-size: 15px;
  font-weight: 600;
  color: #F5C542;
 /* зелёный, можно поменять */
}
