*{
	box-sizing: border-box;
	padding: 0;
	margin: 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{
	font-family: Roboto-Regular; 
	background-color: #10161F;
	color: #fff;
}

a{
	color: #fff;
	text-decoration: none;
}


header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	z-index: 25;
	background-color: #fff0;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.4s;
	border: 1px solid transparent;
}

.scrollBg{
	background-color: #fff0;
	backdrop-filter: blur(10px);
	transition: 0.4s;
	border-bottom-color: #ffffff14;
	
}



@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .scrollBg{
    -webkit-backdrop-filter: blur(10px); /* Для Safari */
    backdrop-filter: blur(10px); /* Стандартный синтаксис */
  }
}

.w60{
	width: 60%;
	margin: 0 auto;
}

nav{
	display: flex;
	align-items: center;
	border-radius: 15px;
	width: 50%;
	justify-content: space-between;
	color: #fff;

}

.navBtn{
	padding: 15px;
	background-color: #fff0;
	transition: 0.4s;
	border-radius: 10px;
	cursor: pointer;
}


.navBtn:hover{
	background-color: #ffffff2e;
	transition: 0.4s;
}


.logo{
	font-family: Roboto-Bold; 
	font-size: 20px;
	display: flex;
	align-items: center;
	letter-spacing: 1px;
}

.bgcLogo{
	background-color: #B25615;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
	
	margin-right: 3px;
}



.circleBg {
	position: absolute;
	pointer-events: none;
	display: flex;
	flex-direction: row;
	aspect-ratio: 1/1;
	width: 100%;
	height: auto;
	border-radius: 100%;
	background: radial-gradient(
	  circle,
	  #C5630A 0%,            /* насыщенный оранжевый в центре */
	  #F28C0F 30%,           /* более светлый оранжевый */
	  rgba(242, 140, 15, .3) 60%, /* тот же оттенок, но полупрозрачный */
	  hsla(0, 0%, 100%, 0) 100%    /* полностью прозрачный к краю */
	);

	filter: blur(50px);
	top: 0;
	z-index: 0;
	transform: translateY(-80%);
}


#iconLogo{
	width: 30px;
	margin-right: 10px;
	transform: translateY(1px);
}

#iconLogoFooter{
	width: 30px;
	margin-right: 10px;
	transform: translateY(1px);
}


.helloContent{
	margin-top: 220px;
}

.fstLineFixedTxt{
	width: 60%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

#iconHello{
	width: 130px;
	transform: translateY(0px);	
}


.txthello_fst{
	font-size: 90px;
	font-family: Roboto-Bold; 
}

.wordList{
	width: 60%;
	margin: 0 auto;
	text-align: center;
	font-size: 80px;
	color: #f94d0e;
	font-family: Roboto-Bold; 
	text-shadow: 0px 0px 100px #f94d0ed6;
}

    .cursor {
      display: inline-block;
      width: 2px;
      box-shadow: 0px 0px 100px 0px #f94d0ed6;
      background-color: #f94d0e;
      margin-left: 8px;
      /* мигание */
      animation: blink 0.7s steps(1) infinite;
      vertical-align: bottom;
      height: 1em;
    }
    @keyframes blink {
      0%, 100% { opacity: 1; }
      50%      { opacity: 0; }
    }

.miniDescription{
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    font-size: 23px;
    font-family: Roboto-Medium; 
    opacity: 0.6;
}

.rowButtonsHello{
	display: flex;
	justify-content: space-between;
	width: 500px;
	margin: 0 auto;
	margin-top: 50px;
}

.btnMiddleHello{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 20px;
	background: linear-gradient(101deg,#ffffff1a,#fff0 126.19%);
	width: 45%;
	cursor: pointer;
}

.btnMiddleHello:hover{
	opacity: 0.7;
}

.btnMiddleHello img{
	margin-right: 10px;
}

.foundGameTxt{
	margin-top: 50px;
}

.txtTitleMiddle{
	text-align: center;
	font-family: Roboto-Medium; 
	opacity: 0.6;
}

.rowServicesMini{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	margin-top: 20px;
	width: 400px;
}

.lotMiniServices{
	background: #242931;
	padding: 15px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.2s;
}

.lotMiniServices:hover{
	transform: translateY(-6px);
	transition: 0.2s;
}

.lotMiniServices img{
	width: 40px;
}

.sectionServices{
	background-color: #ffffff0d;
	padding: 20px;
	margin-top: 150px;
	border-radius: 20px;
}

.individualOrder{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff0d;
	padding: 40px;
	margin-top: 50px;
	border-radius: 20px;
	margin-bottom: 100px;	
}

.navCats{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.btnNavCats{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #354150;
	padding: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px;
	min-width: 150px;
	text-align: center;
	margin-right: 20px;
}

.btnNavCats{
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(101deg,#ffffff1a,#fff0 126.19%);
	padding: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 20px;
	min-width: 150px;
	text-align: center;
	margin-right: 20px;
	opacity: 0.6;
	transition: 0.3s;
	cursor: pointer;
	margin-bottom: 15px;
}

.btnNavCats:hover{
	transition: 0.3s;
	opacity: 1;
}

.btnNavCats i{
	margin-right: 10px;
	font-size: 19px;
}

.activeTabCats{
	background: linear-gradient(101deg,#F8530E70,#F8530E 126.19%);
	opacity: 1;
	box-shadow: 0px 0px 70px 0px #F9540D78;
}

.contentProducts{
	margin-top: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.productViewIndex{
	width: 250px;
	transition: 0.2s;
	cursor: pointer;

}


.productViewIndex:hover{
	transform: translateY(-3px);
	transition: 0.2s;
}

.imageProductIndex{
	aspect-ratio: 4/3;
	width: 100%;
	overflow: hidden;
}

.imageProductIndex img{
	width: 100%;
	height: 100%;
	border-radius: 15px;
	object-fit: cover;
}

.nameProduct{
	text-align: center;
	padding: 10px;
	font-family: Roboto-Medium; 
	font-size: 20px;
}

.titleIndivid{
	font-size: 35px;
	font-family: Roboto-Medium; 
}

.descriptionIndivid{
	margin-top: 20px;
	font-size: 18px;
	opacity: 0.6;
}

.btnMoreIndividual{
	margin-top: 20px;
	background-color: #F9540D;
	box-shadow: 0px 4px 0px 0px #F9390D8C;
	padding: 15px;
	width: 200px;
	text-align: center;
	border-radius: 10px;
	font-family: Roboto-Medium;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s;
}

.btnMoreIndividual:hover{
	opacity: 0.8;
	box-shadow: 0px 4px 0px 0px #F9390D00;
	transition: 0.3s;
}

.titleFaq{
	font-size: 20px;
	font-family: Roboto-Medium;
}

.contFaq{
	background-color: #ffffff0d;
	margin-top: 30px;
	border-radius: 20px;
	margin-bottom: 100px;	
	padding-bottom: 0px;
	overflow: hidden;
}

.headerFaq{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faqItem{
	border: 1px solid transparent;
	border-bottom-color: #ffffff2e;
	padding: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	cursor: pointer;
}

.descriptionAnswer{
	margin-top: 20px;
	color: #A4A7AA;
}

footer{
	border: 1px solid transparent;
	border-top-color: #ffffff14;
	padding: 10px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}

.descriptionLogo{
	opacity: 0.3;
}

.title-col{
	font-size: 18px;
	font-family: Roboto-Medium;
	opacity: 0.6;
	margin-bottom: 30px;
}

.navLink{
	opacity: 0.6;
	margin-bottom: 15px;
	text-decoration: underline;
	display: block;
}

.navLink:hover{
	opacity: 0.4;
}

.pathPages{
	margin-top: 150px;
	display: flex;
	align-items: center;
	font-size: 19px;
	font-family: Roboto-Medium;
}

.namePage i{
	margin-right: 5px;
}

.chevronPath{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.elPath{
	opacity: 0.3;
}

.middleContProductRow{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 50px;
}

.leftContProduct{
	width: 50%;
}


.contDescriptionProduct{
	display: flex;
	justify-content: space-between;
	background-color: #ffffff0d;
	padding: 10px;
	border-radius: 20px;
}

.imageProduct{
	width: 150px;
	height: 100%;
	aspect-ratio: 4/3;

}

.imageProduct img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}


.infoCardProduct{
	width: 70%;
	padding: 10px;
}


.titleProductCart{
	font-family: Roboto-Medium;
	font-size: 19px;
}

.tagProduct{
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(101deg,#00ff931a,#00ff9300 126.19%);
	width: 150px;
	padding: 5px;
	border-radius: 15px;
	margin-top: 10px;
}

.descriptionProductCard{
	margin-top: 15px;
	font-size: 14px;
	opacity: 0.5;
}


.cont-payment{
	background-color: #ffffff0d;
	padding: 20px;
	width: 48%;
	border-radius: 20px;
	height: 270px;
}

.titleMethodPayments{
	font-family: Roboto-Medium;
	font-size: 19px;	
}


.contMethod{
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(101deg,#ffffff1a,#00ff9300 126.19%);
	width: 150px;
	padding: 5px;
	border-radius: 15px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.iconPayment{
	margin-right: 4px;
	transform: translateY(1px);
}

.amountInfo{
	margin-top: 20px;
}

.btnPayments{
	background-color: #F7611E;
	box-shadow: 0px 0px 60px 0px #F7611EA8;
	padding: 15px;
	border-radius: 10px;
	margin-top: 15px;
	width: 200px;
	font-family: Roboto-Medium;
	text-align: center;
	cursor: pointer;
}

.contFormSteam{
	background-color: #ffffff0d;
	padding: 20px;
	margin-top: 20px;
	border-radius: 20px;
}

.titleLoginSteam{
	font-family: Roboto-Medium;
	font-size: 19px;		
}

.formCont{
	margin-top: 20px;
}

.rowTitleInpForm{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.inpForm input{
	border: 2px solid #1D232A;
	background: linear-gradient(101deg,#ffffff1a,#00ff9300 126.19%);
	padding: 15px;
	outline: none;
	color: #fff;
	border-radius: 10px;
	width: 100%;
	font-size: 16px;
}

.helpTitleForm{
	opacity: 0.4;
	cursor: pointer;
}

.helpTitleForm:hover{
	opacity: 0.3;
}

#amount-deposit{
	background: linear-gradient(101deg,#00ff931a,#00ff9300 126.19%);
}

.overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	background-color: #10161FCF;
	display: none;
}

.popup{
	background-color: #1C222A;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	padding: 20px;
	margin-top: 150px;
	border-radius: 15px;
	z-index: 30;
	width: 600px;
	display: none;
}

.titlePopup{
	text-align: center;
	font-family: Roboto-Medium;
	font-size: 19px;
	margin-bottom: 30px;
}

.listHelp{
	margin-top: 20px;
}

.imageSteamHelp{
	margin-top: 15px;
}

.menuBtn{
	font-size: 25px;
	display: none;
	cursor: pointer;
}

.menuBtnClosed{
	font-size: 25px;
	display: none;
	cursor: pointer;
}

.menuMobile{
  position: fixed;
  background-color: #fff0;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 30;
  margin-top: 65px;
  height: 100%;
  backdrop-filter: blur(10px);
  display: none;
}


@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .menuMobile{
    -webkit-backdrop-filter: blur(10px); /* Для Safari */
    backdrop-filter: blur(10px); /* Стандартный синтаксис */
  }
}

.menuList{
	width: 95%;
	margin: 0 auto;
	border: 1px solid transparent;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-color: #ffffff0f;
}


#services{
	display: none;
}

#soft{
	display: none;
}

.rowNominal{
    margin-top: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.tabNominal{
    background: linear-gradient(101deg,#ffffff1a,#00ff9300 126.19%);
    padding: 15px;
    border-radius: 10px;    
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
}

.selectedNominal{
    border: 1px solid #F6621D;
}

@media(max-width: 1100px){
	.w60{
		width: 90%;
	}

	.wordList{
		width: 90%;
	}
}





@media(max-width: 800px){
	nav{
		display: none;
	}

	.menuBtn{
		display: block;
	}


	footer{
		display: block;
	}

	.col-footer{
		margin-bottom: 30px;
	}

	.title-col{
		margin-bottom: 10px;
	}

	.txthello_fst{
		font-size: 35px;
	}

	.wordList{
		font-size: 40px;
	}

	#iconHello{
		width: 60px;
	}

	.miniDescription{
		font-size: 18px;
	}

	.rowButtonsHello{
		display: block;
		width: 95%;
	}

	.btnMiddleHello{
		width: 100%;
		margin-bottom: 15px;
	}

	.rowServicesMini{
		width: 95%;
	}

	.iconOrderIndivid{
		display: none;
	}


	.middleContProductRow{
		display: block;
	}

	.leftContProduct{
		width: 100%;
	}

	.cont-payment{
		width: 100%;
		margin-top: 10px;
	}

	.titleFaq{
		font-size: 16px;
	}

	.popup{
		width: 95%;
	}

}


@media(max-width: 500px){

	.contDescriptionProduct{
		display: block;
	}

	.imageProduct{
		width: 100%;
	}

	.infoCardProduct{
		width: 100%;
	}

	.lotMiniServices img{
		width: 25px;
	}

	.txthello_fst{
		font-size: 25px;
	}

	.wordList{
		font-size: 22px;
	}

	.miniDescription{
		font-size: 13px;
	}

	.btnNavCats{
		width: 100%;
	}

	.productViewIndex{
		width: 100%;
	}

	.titleIndivid{
		font-size: 20px;
	}

}