*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


@font-face {
    font-family: NAURYZREDKEDS;    
    src: url(../../fonts/NAURYZREDKEDS.ttf);
}

@font-face {
    font-family: WixMadeforDisplay-Regular; 
    src: url(../../fonts/WixMadeforDisplay-Regular.ttf);
}

@font-face {
    font-family: WixMadeforDisplay-Medium; 
    src: url(../../fonts/WixMadeforDisplay-Medium.ttf);
}

@font-face {
    font-family: WixMadeforDisplay-Bold; 
    src: url(../../fonts/WixMadeforDisplay-Bold.ttf);
}

a{
	text-decoration: none;
	color: #fff;
}


body{
	font-family: WixMadeforDisplay-Regular; 
	background-color: #202133;
	color: #fff;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px;
	align-items: center;
	text-transform: uppercase;
	margin-top: 10px;
	z-index: 10;
	transition: 0.3s ease;
	border-radius: 0px;
	background-color: #383A4900;
}

button{
	font-family: WixMadeforDisplay-Regular;
}

.activeToggleScroll{
	border-radius: 30px;
	 background-color: #2E304A21;
	 backdrop-filter: blur(10px);
	 transition: background-color 0.3s ease;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .activeToggleScroll {
    -webkit-backdrop-filter: blur(10px); /* Для Safari */
    backdrop-filter: blur(10px); /* Стандартный синтаксис */
  }
}

nav{
	position: fixed;
	top: auto;
	bottom: 0;
	display: flex;
	justify-content: space-around;
	z-index: 10;
	width: 94%;
	background-color: #383A49A3;
	backdrop-filter: blur(10px);
	margin: 0 auto;
	left: 0;
	right: 0;
	font-size: 10px;
	padding: 7px;
	border-radius: 30px;
	margin-bottom: 30px;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  nav {
    -webkit-backdrop-filter: blur(10px); /* Для Safari */
    backdrop-filter: blur(10px); /* Стандартный синтаксис */
  }
}

.iconNav{
	margin: 0 auto;
	text-align: center;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 3px;

}

/*.itemNav{
	border-radius: 20px;
	opacity: 0.4;
}

.activePageTab{
	opacity: 1;
}
*/

.iconNavMini{
	width: 17px;
}


.authBt{
	display: flex;
	align-items: center;
	cursor: pointer;
}

.balanceBt{
	display: flex;
	align-items: center;
	cursor: pointer;
}

.balanceBt{
	position: relative;
	background-color: #97C735;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	width: 120px;
	font-size: 14px;	
}

.menuBt{
	background-color: #97C735;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	width: 120px;
	font-size: 14px;
	cursor: pointer;

}

.txtBt{
	margin: 0 auto;
	margin-left: 15px;
}

.authBt{
	position: relative;
	background-color: #97C735;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	width: 120px;
	font-size: 14px;	
}

.iconArrowBt{
	position: absolute;
	left: auto;
	right: 0;
	background-color: #fff;
    border-radius: 50%;
    width: 50px; 
    height: 50px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
	padding: 7px;
}

.ctHelloIndex{
	position: relative;
	background-image: url('../../image/bgIndex.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 480px;
	font-family: NAURYZREDKEDS;    
	text-transform: uppercase;
}

.ctRightHello{
	position: absolute;
	width: 180px;
	font-size: 19px;
	right: 0;
	margin-top: 150px;
}



.txtHelloRight{
	line-height: 25px;
}

.bgCtTxtHello{
	background-color: #97C735;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	width: 120px;
	padding-top: 8px;
}

.ctLeftHello{
	position: absolute;
	width: 170px;
	font-size: 19px;
	right: auto;
	left: 0;
	margin-top: 350px;
	margin-left: 10px;
}

.bgCtTxtHelloLong{
	background-color: #97C735;
	border-radius: 30px;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	width: 240px;
	padding-top: 8px;
}

.titleCont{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
	font-size: 19px;
}

.txtTitleCont{
	font-family: NAURYZREDKEDS;  
	text-transform: uppercase;
}

.rowContCats{
	margin-top: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.itemCategory{
	position: relative;
	background-color: #3B3D4C;
	padding: 15px;
	width: 48.5%;
	text-align: center;
	text-transform: uppercase;
	font-family: WixMadeforDisplay-Medium; 
	font-size: 14px;
	margin-bottom: 10px;
}

.rightline{
	position: absolute;
	height: 100%;
	left: auto;
	right: 0;
	top: 0;
	padding: 2px;
	background-color: #97C735;
}

.rightlineSign{
	position: absolute;
	height: 100%;
	left: auto;
	right: 0;
	top: 0;
	padding: 2px;
	background-color: #A5A5A5;
}


.imageCat{
	width: 85%;
	min-height: 110px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 15px;
}

.nameCat{
	text-align: center;
}

.nameCatBestsellers{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 45%;
	margin: 0 auto;
}

.iconArrowGo{
	position: absolute;
	left: auto;
	right: 0;
	margin-right: 15px;

}


.itemCtBestseller{
	background-color: #799F0C;
}


.titleBtnPage{
	position: relative;
	background-color: #97C735;
	padding: 5px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 13px;
	width: 150px;
}

.circlePayHeader{
    width: 28px;
    height: 28px;
}


.icoBtTitle{
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icoBtAddT{
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;    
}


.icoBtCreatedPayO{
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;    
}

.icoBtCreatedOrder{
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;    
}

.icoBtCart{
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.icoBtDepositPopup{
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;    
}

.icoBtUpdateAvatar{
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  margin: 0 auto;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  margin-right: -3px;
}

.titleBtnTxt{
	margin-left: 10px;
}

.icoBtTitle img{
	display: block;
	text-align: center;
	margin: 0 auto;
}


.icoBtTitle_index{
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icoBtTitle_index img{
	display: block;
	text-align: center;
	margin: 0 auto;
}

.sliderFeedbacks{
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
}

.sliderBestsellers{
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 25px;
}


.itemFeedbackPreview{
	position: relative;
	padding: 10px;
	background-color: #3B3D4C;
	width: 250px;
	margin-right: 10px;
	cursor: grab;
	height: 350px;
}

.itemBestsellerPreview{
	position: relative;
	padding: 10px;
	background-color: #3B3D4C;
	width: 250px;
	margin-right: 10px;
	cursor: grab;    
	min-height: 220px;
}

.avataruserFeedback{
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
}

.userInfoFeedback{
	display: flex;
	align-items: center;
	
}

.moreinfoFeedbackUser{
	margin-left: 10px;
}

.usernameFeedback{
	font-size: 14px;
}

.rowcountsStars{
	display: flex;
	align-items: center;
	margin-top: 3px;
}

.datePublicatedFeedback{
	margin-top: 7px;
	font-size: 10px;
}

.txtFeedbackItem{
	margin-top: 10px;
	font-size: 14px;
	min-height: 60px;
}

.nameAndPriceOrderFeedback{
	margin-top: 10px;
	font-size: 12px;
	min-height: 40px;
	color: #97C735;
}
.itemPhotoFeedback{
	width: 100%;
	height: 120px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}


footer{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #2E304A;
	padding: 10px;
	margin-top: 50px;
	font-size: 13px;
	padding-bottom: 130px;
}

.logoFooter{
	display: flex;
	align-items: center;
	font-size: 18px;
}

.nameLogo{
	font-family: NAURYZREDKEDS; 
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 15px;
	color: #97C735;
}

.row-between{
	margin-top: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.agreement{
	text-align: center;
	margin-top: 30px;
	text-decoration: underline;
	opacity: 0.5;
}

.previewBestsellers{
	display: flex;
	align-items: center;
	font-size: 12px;
	justify-content: space-between;
	color: #91BE37;
	font-family: WixMadeforDisplay-Medium;
}

.overlay{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #383A49A3;
  	backdrop-filter: blur(10px);
  	z-index: 20;
  	display: none;
}

.overlayLoad{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #383A49A3;
  	backdrop-filter: blur(10px);
  	z-index: 20;
  	display: none;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .overlay {
    -webkit-backdrop-filter: blur(10px); /* Для Safari */
    backdrop-filter: blur(10px); /* Стандартный синтаксис */
  }
  .overlayLoad {
    -webkit-backdrop-filter: blur(10px); /* Для Safari */
    backdrop-filter: blur(10px); /* Стандартный синтаксис */
  }
}



.headerMenu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.menu{
	position: fixed;
	left: 0;
	top: 0;
	padding: 10px;
	background-color: #202233c9;
	z-index: 25;
	width: 250px;
	height: 100%;
	font-family: WixMadeforDisplay-Bold;
	display: none;
}




.logoMenu{
	text-transform: uppercase;
	color: #97C735;
	display: flex;
	align-items: center;
	font-family: NAURYZREDKEDS; 
	font-size: 13px;
}

.iconLogoMenu{
	margin-right: 10px;
}

.closedMenu{
    cursor: pointer;
    background-color: #97C735;
    border-radius: 50%;
    width: 30px; 
    height: 30px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

.closedMenu i{
    color: #232536;
}

.contLinksMenu{
	margin-top: 40px;
}

.itemLinkMenu{
	padding: 12px;
	text-align: center;
}

.row-socials{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.progress-bar {
    position: relative;
    margin: 0 auto;
    width: 50%;
    background-color: #4A4B4E; /* Цвет фона полоски */
    margin-top: 5px;
    border-radius: 5px;
    margin-bottom: 35px;
}

.progress {
	height: 5px;
  	width: 10%;
  	background-color: #97C735;
  	transition: width 0.3s ease;
  	border-radius: 5px;
}


.progress-bar2 {
    position: relative;
    margin: 0 auto;
    width: 50%;
    background-color: #4A4B4E; /* Цвет фона полоски */
    margin-top: 5px;
    border-radius: 5px;
    margin-bottom: 35px;
}

.progress2 {
	height: 5px;
  	width: 10%;
  	background-color: #97C735;
  	transition: width 0.3s ease;
  	border-radius: 5px;
}



.overlayBackground{
	position: absolute;
	background-image: url('../../image/backgroundOverlay.png');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 500px;
	bottom: 3%;
}

.itemContentPage{
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -220px;
	width: 95%;
}

.paths{
	margin-top: 0px;
	font-size: 11px;
}

.paths{
	display: flex;
	align-items: center;
}

.symPath{
	margin-left: 5px;
	margin-right: 5px;
}

.nameCategoryPaheTitle{
	font-size: 22px;
	margin-top: 15px;
	text-transform: uppercase;
	font-family: NAURYZREDKEDS; 
}

.itemPreviewCard{
	margin-top: 20px;
	padding: 15px;
	background-color: #3B3D4CBD;
	position: relative;
	backdrop-filter: blur(10px);
}


@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .overlay {
    -webkit-backdrop-filter: blur(10px); /* Для Safari */
    backdrop-filter: blur(10px); /* Стандартный синтаксис */
  }
}
.itemImagePreview{
	width: 100%;
	height: 190px;
	background-size: contain;

}

.itemNamePreview{
	margin-top: 10px;
	color: #97C735;
	font-family: WixMadeforDisplay-Bold;
	font-size: 13px;
}

.rowWrapItemCard{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.rigthContWrap img{
	transform: rotateZ(90deg);
}

.itemPricePreview{
	font-family: WixMadeforDisplay-Regular;
	color: #97C735;
	font-size: 15px;
}

.itemCatNamePreview{
	font-size: 11px;
	opacity: 0.5;
	margin-top: 5px;
}

.mainDefault{

	width: 95%;
	margin: 0 auto;
	margin-top: 70px;
	min-height: 400px;
	margin-bottom: 150px;
}

.contItem{
	position: relative;
	padding: 10px;
	margin-top: 20px;
	background-color: #3B3D4C;
}

.itemImage{
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.itemNameCard{
	position: relative;
	background-color: #535562;
	padding: 7px;
	text-align: center;
	margin-top: 10px;
	color: #97C735;
	text-transform: uppercase;
	font-family: NAURYZREDKEDS; 
	font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.descriptionItem{
	margin-top: 10px;
	font-size: 14px;
	font-family: WixMadeforDisplay-Medium;
}

.rowBtnsCard{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}

.btnAddCart{
	position: relative;
	background-color: #97C735;
	padding: 5px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 13px;
	width: 65%;
	cursor: pointer;
}

.titleBtnAddTxt{
	text-align: center;
}

.titleBtnAddTxt2{
	margin-left: 10px;
}

.priceContItem{
	border: 1px solid #97C735;
	border-radius: 30px;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	width: 30%;
}

.statusMinusDisabled{
    opacity: 0.3;
    cursor: not-allowed;
}



.infoItemRaiting{
	background-color: #3B3D4C;
	padding: 10px;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #97C735;
	font-family: WixMadeforDisplay-Bold;
	position: relative;
}

.titleRaitingtem{
	text-transform: uppercase;
	font-size: 13px;
}

.moreInfoRaiting{
	display: flex;
	align-items: center;
}

.mathRaiting{
	font-size: 30px;
	margin-right: 7px;
}

.numCountsFeedbacks{
	font-size: 11px;
	color: #fff;
	font-family: WixMadeforDisplay-Medium;
	margin-top: 3px;
}

.contItemFeedbacks{
	background-color: #3B3D4C;
	padding: 10px;
	margin-top: 15px;
	position: relative;	
}

.nameTitleFeed{
	font-family: WixMadeforDisplay-Bold;
	text-transform: uppercase;
	font-size: 13px;
	color: #97C735;	
}

.itemFeedInner{
	margin-top: 20px;
}

.headerFeed{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.leInfoFeed{
	display: flex;
	align-items: center;
}

.innerRightInfo{
	margin-left: 7px;
}

.usernameUserFeedbackIn{
	font-size: 12px;
}

.contentFeedback{
	position: relative;
	margin-top: 10px;
	font-size: 14px;
	background-color: #545563;
	padding: 5px;
}

.itemContentPageSupport{
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	margin-top: -290px;
	width: 95%;
}

.contChat{
	background-color: #54566491;
	padding: 10px;
	min-height: 400px;
	backdrop-filter: blur(10px);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .contChat {
    -webkit-backdrop-filter: blur(10px); /* Для Safari */
    backdrop-filter: blur(10px); /* Стандартный синтаксис */
  }
}

.titleChat{
	position: relative;
	margin: 0 auto;
	width: 95%;
	background-color: #565865;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: NAURYZREDKEDS; 
	color: #93C038;
	font-size: 14px;
}

.contentChat {
    margin: 0 auto;
    width: 95%;
    margin-top: 10px;
    min-height: 300px;
    max-height: 300px;
    padding: 10px;
    display: flex;
    flex-direction: column; 
    gap: 10px; 
    overflow-y: auto; 
}

/* Стили для полосы прокрутки */
.contentChat::-webkit-scrollbar {
    width: 10px; /* Ширина скроллбара */
}

.contentChat::-webkit-scrollbar-track {
    background: #525461; /* Фон трека (линии) */
}

.contentChat::-webkit-scrollbar-thumb {
    background-color: #97C735; /* Цвет самой полосы прокрутки */
    border-radius: 5px; /* Закругление */
}

/* Для Firefox */
.contentChat {
    scrollbar-color: #97C735 #525461; /* Цвет скроллбара и трека */
    scrollbar-width: thin; /* Тонкий скроллбар */
}


.chatMessageAdmin, .chatMessageUser {
    max-width: 70%; /* Ограничиваем ширину сообщений */
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column; /* Для текста и даты */
    font-size: 14px;
}

.chatMessageAdmin {
    align-self: flex-start;
    background-color: #535562; 
    color: #fff; /* Цвет текста */
    border: 1px solid #97C735;
}

.chatMessageUser {
    align-self: flex-end; 
    background-color: #535562; 
    color: #fff; 
    border: 1px solid #535562;
}

.txtContent {
    word-wrap: break-word; 
    margin-bottom: 5px;
	white-space: pre-line;
}

.imageContent {
    word-wrap: break-word; 
    margin-bottom: 5px;
}

.openPhotoPopup{
    text-decoration: underline;
    cursor: pointer;
    color: #97C735;
}

.dateSendMessage {
    font-size: 12px;
    color: #888; 
    text-align: right; 
}

.rowManageChat{
	display: flex;
	margin: 0 auto;
	align-items: center;
	width: 95%;
}

.btnAttachment{
	background-color: #535562;
	padding: 5px;
	cursor: pointer;
	height: 38px;
}

.btnSendMessage{
	background-color: #616272;
	padding: 5px;	
	height: 38px;
	padding-top: 8px;
	cursor: pointer;
}

.btnActivatePromo{
	background-color: #616272;
	padding: 5px;	
	height: 38px;
	padding-top: 8px;
	cursor: pointer;
}

.sendFeedback{
	background-color: #616272;
	padding: 5px;	
	height: 38px;
	padding-top: 7px;
	cursor: pointer;
}

.areaMessage{
	position: relative;
	width: 100%;
}

#areaMessage{
	border: 2px solid #535562;
	background-color: #535562;
	border-radius: 0px;
	padding: 5px;
	color: #A0A0A1;
	height: 38px;
	width: 100%;
	outline: none;
}



.emptyCart{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.titleBtnCart{
	position: relative;
	background-color: #97C735;
	margin: 0 auto;
	padding: 5px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 13px;
	width: 170px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.titleBtnTxtCart{
	margin-left: -5px;
}

.itemInCart{
	position: relative;
	background-color: #535562;
	padding: 10px;
	display: flex;
	margin-top: 10px;
}

.imageCartItem{
	min-width: 150px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.rowChangeCount{
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.infoCartItem{
	margin-left: 5px;
	font-size: 13px;
}

.btnChangeCount{
	background-color: #686A75;
	text-align: center;
	color: #fff;
	width: 25px;
	height: 25px;
	font-family: WixMadeforDisplay-Medium;
	font-size: 19px;
	cursor: pointer;
}

.countItemValue{
	margin-left: 10px;
	margin-right: 10px;
}

.countItemValueFinal{
	margin-left: 0px;
	margin-right: 10px;
}


.priceItemPrice{
	margin-top: 10px;
}

.deleteCart{
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	margin: 7px;
	cursor: pointer;
}

.nameItemCart{
	word-wrap: break-word; 
	width: 95%;
}

.totalSumm{
	position: relative;
	background-color: #535562;
	margin-top: 20px;
	padding: 10px;
	font-size: 13px;
}

.btnNextStepOrder{
	position: relative;
	background-color: #97C735;
	padding: 5px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 13px;
	width: 100%;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.btnUpdateAvatar{
  position: relative;
  border: 2px solid #97C735;
  background-color: #97C735;
  padding: 10px;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.badgeCart{
    display: none;
    background-color: #97C735;
    text-align: center;
    font-size: 11px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    left: auto;
    right: 0;
    margin-right: -13px;
    margin-top: -7px;
}


.rowFormField{
	margin-top: 20px;
}

.selectForm{
	border: 2px solid #535562;
	background-color: #535562;
	color: #fff;
	padding: 7px;
	margin-top: 10px;
	width: 100%;
	font-size: 16px;
}

.inputForm{
	border: 2px solid #535562;
	background-color: #535562;
	color: #fff;
	padding: 7px;
	margin-top: 5px;
	width: 100%;
	font-size: 16px;
}

.inputForm:focus{
	outline: 1px solid #97C735;
}

.hrTotal{
	border: 1px solid #535562;
	margin-top: 20px;
}

.totalPayed{
	position: relative;
	background-color: #53556238;
	margin-top: 10px;
	padding: 10px;
	font-size: 13px;
}

.btnPayOrder{
	position: relative;
	background-color: #97C735;
	padding: 5px;
	border-radius: 20px;
	text-transform: uppercase;
	font-size: 13px;
	width: 100%;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}


.itemFeedbackView{
	position: relative;
	padding: 10px;
	background-color: #535562;
	width: 100%;
	margin-top: 15px;
}

.rowProfileTabs{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 11px;
	margin-top: 15px;
}

.tabNavProfile{
	position: relative;
	background-color: #535562;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

.rightlineTab{
	position: absolute;
	height: 100%;
	left: auto;
	right: 0;
	top: 0;
	padding: 2px;
	background-color: #A5A5A5;
}

.activeTabProfile{
	color: #97C735;
}

.activeTabProfile .rightlineTab{
	background-color: #97C735;
}

.contInfoProfile{
	background-color: #535562;
	padding: 5px;
	margin-top: 10px;
}

.rowContP{
	display: flex;
	align-items: center;
	margin-top: 10px;
	padding-bottom: 10px;
}


.avatarUserP{
	margin: 0 auto;
	text-align: center;
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
}


.txtInfoRight span{
	opacity: 0.5;
}

.avatarCt{
	text-align: center;
	margin-right: 20px;
	margin-left: 10px;
}

.btnChangeAvatar{
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	color: #97C735;
	text-decoration: underline;
	cursor: pointer;
}

.txtInfoRight{
	margin-bottom: 10px;
	font-size: 12px;
}

.btnPayProfile{
	position: relative;
	background-color: #97C735;
	padding: 5px;
	border-radius: 20px;
	font-size: 11px;
	cursor: pointer;
	width: 130px;
	text-align: left;
	padding-left: 29px;
	margin-right: 5px;
	margin-bottom: 10px;
}

.rowBtnsProfile{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.btnCreateWithdraw{
	border: 1px solid #D41518;
	background-color: #77434D;
	text-align: center;
	color: #D41518;
	padding: 5px;
	border-radius: 20px;
	font-size: 11px;
	cursor: pointer;
	margin-bottom: 10px;
}

.contActivatePromo{
	background-color: #535562;
	padding: 10px;
	margin-top: 15px;

}

.titleEmoji{
	display: flex;
	align-items: center;
	font-size: 12px;
}

.itemEmoji{
	margin-right: 5px;
	transform: translateY(2px);
}

.rowInputPromo{
	display: flex;
	margin: 0 auto;
	align-items: center;
	width: 100%;
	margin-top: 15px;
}


#valueAreaPromo{
	border: 2px solid #686A75;
	background-color: #686A75;
	border-radius: 0px;
	padding: 5px;
	color: #A0A0A1;
	height: 38px;
	width: 100%;
	outline: none;
}


.inpSettings{
	border: 2px solid #686A75;
	background-color: #686A75;
	padding: 5px;
	color: #A0A0A1;
	height: 38px;
	width: 100%;
	outline: none;
}


/*TABLE*/

/* Основной контейнер таблицы */
.adaptive-table-container {
  width: 100%;
  overflow: hidden; /* Исключаем горизонтальный скролл */
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 10px;
}

/* Стили таблицы */
.adaptive-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px; /* Уменьшенный шрифт для мобильных */
  color: #fff;
  background-color: #535562;
  border: 1px solid #535562;
}

.adaptive-table th, .adaptive-table td {
  padding: 7px; /* Уменьшаем внутренние отступы */
  text-align: left;
  border: 1px solid #535562;
  word-wrap: break-word; /* Перенос длинных слов */
  overflow-wrap: break-word; /* Современный способ */
  word-break: break-all; /* Разбивает длинные строки */
}

.adaptive-table th {
  background-color: #535562;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px; /* Еще меньше шрифт для заголовков */
}

.adaptive-table td {
  font-size: 11px; /* Еще меньше шрифт для ячеек */
}


/* Задаем фиксированную ширину столбцов */
.adaptive-table th:first-child, .adaptive-table td:first-child {
  width: 20%; /* Фиксированная ширина для ID */
}

.adaptive-table th:nth-child(2), .adaptive-table td:nth-child(2) {
  width: 30%; /* Фиксированная ширина для описания */
}

.adaptive-table th:nth-child(3), .adaptive-table td:nth-child(3) {
  width: 15%; /* Фиксированная ширина для суммы */
}

.adaptive-table th:nth-child(4), .adaptive-table td:nth-child(4) {
  width: 15%; /* Фиксированная ширина для статуса */
}

/* Дополнительная адаптация для мобильных */
@media (max-width: 400px) {
  .adaptive-table {
    font-size: 10px; /* Ещё меньше шрифт для маленьких экранов */
  }

  .adaptive-table th, .adaptive-table td {
    padding: 3px; /* Уменьшаем отступы */
  }
}


.itemMyOrder{
	background-color: #535562;
	padding: 10px;
	margin-top: 10px;
}

.titleMyOrderId{
	color: #8FB93A;
	font-size: 12px;
}

.rowOrderMy{
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.imageItemMy{
	width: 100%;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
}

.rInfoMyOrder{
	width: 100%;
	font-size: 12px;
}

.itemTxtInfoMy{
	margin-bottom: 5px;
}

.statusOrder_success{
	color: #93C038;
}

.statusOrder_proccess{
	color: #FFD900;
}

.dateMyOrder{
	opacity: 0.5;
}

.hrOrderFeed{
	margin-top: 10px;
	border: 1px solid #3B3D4C;
	opacity: 0.2;
}

.titleGetFeedback{
	font-size: 11px;
	text-align: center;
	opacity: 0.5;
	margin-top: 10px;
}

.rowSelectStarsCount{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.itemSelectStars{
	display: flex;
	align-items: center;
	padding: 5px;
	border-radius: 10px;
	cursor: pointer;
}

.itemSelectStars:hover{
	background-color: #3B3D4C59;
}


.coutStarsTxt{
	margin-right: 5px;
}

.radioOut{
	border: 2px solid #97C735;
	border-radius: 50%;
	width: 19px;
	height: 19px;
	text-align: center;
}

.backgroundActiveRadio{
	background-color: transparent;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	margin: 0 auto;
	margin-top: 1px;
}

.activeSelectRadio{
	background-color: #97C735;
}

.itemFeedbackSuccess{
	position: relative;
	margin-top: 10px;
	background-color: #686A75;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

.eyePass{
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	margin-top: 7px;
	background-color: #686A75;
	margin-right: 5px;
	cursor: pointer;
	padding: 2px;
	border-radius: 3px;
}

.eyePass2{
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	margin-top: 7px;
	background-color: #686A75;
	margin-right: 5px;
	cursor: pointer;
	padding: 2px;
	border-radius: 3px;
}

.btnSaveChangeSettings{
	border: 2px solid #8AB630;
	background-color: #8AB630;
	padding: 5px;
	text-align: center;
	border-radius: 20px;
	margin-top: 10px;
	font-size: 13px;
	width: 100%;
	color: #fff;
	cursor: pointer;
}




.popup{
	position: fixed;
	z-index: 20;
	padding: 20px;
	top: 15%;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
	background-color: #202233;
	display: none;
}

.titlePopup{
	text-align: center;
	font-family: NAURYZREDKEDS; 
	color: #97C735;
	text-transform: uppercase;
}

.contPopupInput{
	margin-top: 20px;
}

.titlePopupInp{
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}

.inpDepositSumm{
	background-color: #3B3D4C;
	border: 2px solid #3B3D4C;
	text-align: center;
	font-size: 16px;
}

.selectPaySystem{
	background-color: #3B3D4C;
	border: 2px solid #3B3D4C;
}

.titleHelloFaq{
	margin-top: 15px;
	font-size: 13px;
	font-style: italic;
}

.faqCont{
	position: relative;
	font-size: 14px;
	background-color: #53556269;
	padding: 5px;
	margin-top: 15px;
}

.faqCont strong{
	text-decoration: underline;
}

.user-agreement{
	margin-top: 20px;
	font-size: 13px;
}

.user-agreement strong{
	margin-bottom: 5px;
}


.user-agreement p{
	margin-bottom: 15px;
}

.user-agreement ul{
	margin-left: 15px;
	margin-bottom: 15px;
}

.rowSign{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 13px;
	margin-top: 10px;
	font-family: WixMadeforDisplay-Medium;
}

.btnSign{
	position: relative;
	background-color: #535562;
	text-align: center;
	padding: 10px;
	width: 48%;
}

.activeTabSign{
	color: #97C735;
}

.activeTabSign .rightlineSign{
	background-color: #97C735;
	color: #97C735;

}

.helpFogotPass{
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
	opacity: 0.4;
}

.authTelegram{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #279FDA;
	color: #fff;
	width: 100%;
	padding: 10px;
	font-family: WixMadeforDisplay-Bold;
	margin-top: 10px;
	border-radius: 10px;
}

#imageViewItem{
    display: block;
    margin: 0 auto;
    width: 200px;
}

.loader{
    display: none;
    position: fixed;
    top: 0;
    background-color: #333333;
    height: 100%;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    text-align: center;
    
}

.loader img{
    width: 250px;
    margin: 0 auto;
    margin-top: 200px;
}

.txtLoading{
    text-align: center;
}

.successAddCart{
    display: none;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    width: 90%;
    bottom: 15%;
    border: 1px solid #97C735;
    background-color: #20213366;
    border-radius: 10px;
    padding: 7px;
    text-align: center;
    backdrop-filter: blur(10px); 
}

  .successAddCart {
    -webkit-backdrop-filter: blur(10px); 
    backdrop-filter: blur(10px); 
  }



@media(min-width: 600px){
 

 
.contChat{
    min-height: 400px;   
}

.contentChat{
    min-height: 400px;
}
 
 
.ctHelloIndex{
    min-height: 600px;
} 


.overlayBackground{
    height: 700px;
}

.itemImagePreview{
    height: 300px;
    background-size: contain;
}

.itemImage{
    height: 350px;
}

.titleBtnAddTxt{
    text-align: center;
}


.imageCat{
    background-position: center;
}
    
#imageViewItem{
    display: block;
    margin: 0 auto;
    width: 500px;
}
    
    
.popup{
	position: fixed;
	z-index: 20;
	padding: 20px;
	top: 15%;
	left: 0;
	right: 0;
	width: 600px;
	margin: 0 auto;
	background-color: #202233;
	display: none;
}    
    
    
	.mb-content{
		width: 600px;
		margin: 0 auto;
	}

	header{
		width: 590px;
		margin: 0 auto;		
	}

	nav{
		width: 550px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.overlay{
		left: 0;
	}

	.mainDefault{
		min-height: 500px;
	}

}



.codeHelp{
    margin-top: 10px;
    font-size: 13px;
    opacity: 0.5;
}





.spinner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
    z-index: 50;
    width: 60px;
    height: 60px;
    border: 4px solid #535562;          
    border-radius: 50%;
    border-top: 4px solid #97C735;      
    animation: spin 1s linear infinite; 
}

.spinnerFeedbacks{
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border: 4px solid #535562;          
    border-radius: 50%;
    border-top: 4px solid #97C735;      
    animation: spin 1s linear infinite; 
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Ключевые кадры для анимации вращения */
@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.txtValueErr{
    margin-top: 20px;
    text-align: center;
}

.txtValuetxtValueSuccess{
    margin-top: 20px;
    text-align: center;
}


.closedErrBtn{
    background-color: #8AB630;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-top: 15px;
    border-radius: 30px;
    cursor: pointer;
}


.closedSuccessBtn{
    background-color: #8AB630;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin-top: 15px;
    border-radius: 30px;
    cursor: pointer;
}

.color_red{
    color: #D44E4F;
}

.color_green{
    color: #6FAD3B;
}

.color_orange{
    color: #F07427;
}



.sendFeedbackBtns{
    background-color: #2E304A;
    padding: 6px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    cursor: pointer;
}





.rowSearchInp{
	display: flex;
	margin: 0 auto;
	align-items: center;
	background-color: #3B3D4C;
	margin-top: 10px;
	width: 97%;
}



.iconSearch{
	padding: 10px;
}



.iconSearch{
	padding: 10px;
}

.searchInpValue{
	background-color: #3B3D4C;
	border: 2px solid #3B3D4C;
	padding: 10px;
	color: #fff;
	width: 100%;
	outline: none;
}





.contResultSearching{
	width: 97%;
	margin: 0 auto;
}







.mailingButton{
	margin-top: 15px;
	background-color: #97C735;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	color: #3E3F4F;
}



.txtContent b{
	display: block;
	margin-bottom: 10px;
}