
@font-face {
	font-family: "Bebas Neue";
	src: url("/wp-content/themes/e-cz-gamer/fonts/bebas.php") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "Roboto";
	src: url("/wp-content/themes/e-cz-gamer/fonts/regular.php") format("truetype");
	font-style: normal;
	font-weight: normal;
}
html{
	height: 100%;
}
body{
	color: #090816;
	font-family: 'Roboto';
	font-size: 16px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
header{
   flex: 0 0 auto;
}
.site-main{
	flex: 1 0 auto;
	background: #e9ecf1;

}
footer{
   flex: 0 0 auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	color: #090816;
}
a{
	color: #5743FD;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #5743FD;
}
a:hover, a:focus, a:active {
	color: #5CF6B6;
}
input{
	outline:none;
	cursor: pointer;
}
textarea{
	outline:none;
	cursor: pointer;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li:before {
	content: "";
	display: inline-block;
	background-color: #5CF6B6;
	width: 7px;
	height: 7px;
	border-radius: 5px;
	margin-right: 15px;
	vertical-align: middle;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol {
	counter-reset: list 0;
}
ol li::before {
	counter-increment: list;
	content: counter(list) "";
	width: 26px;
	height: 26px;
	text-align: center;
	color: #0D101F;
	background: #5CF6B6;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 800;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 2px;

}
table {
	border-spacing: 5px;
	width: 100%;
	margin-bottom: 40px;
}
table td {
	text-align: left;
	border: 1px solid #AAA;
	padding: 10px;
}
.overflow {
	overflow-x: auto;
}
.youtube_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
.site-header{
	background: linear-gradient(268.69deg, #5500FF 0%, #3E1499 100%);
	border-radius: 30px;
}
.ul{
	display: flex;
	justify-content: space-evenly;
}
.ul li:before {
	content: none;
}
.ul li a{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
/*	display: flex;
	align-items: center;*/
	color: #FFFFFF;
}
.ul li a:hover{
	color: #5CF6B6;
}
.ul .current-menu-item a{
	color: #5CF6B6;
	border-bottom: solid 1px #5CF6B6;
}
.ulMoble .current-menu-item a {
    color: #5CF6B6;
    border-bottom: solid 1px #5CF6B6;
    width: max-content;
}
#nav-icon4 {
	width: 52px;
	height: 42px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
	border-radius: 10px;
	background: #003989;
}
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 2px;
	background: #fff;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
	top: 10px;
	transform-origin: left center;
	left: 11px;
	width: 32px;
}
#nav-icon4 span:nth-child(2) {
	top: 20px;
	transform-origin: left center;
	width: 32px;
	left: 11px;
}
#nav-icon4 span:nth-child(3) {
	top: 30px;
	transform-origin: left center;
	width: 32px;
	left: 11px;
}
#nav-icon4.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 10px;
	left: 16px;
}
#nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 32px;
	left: 16px;
}
.search {
	display: flex;
	width: 100%;
	border: 1px solid #AC89F3;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.1);
}
.search button {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 15px 0px 0px 15px;
	border: none;
	padding: 15px 0px 15px 15px;
}
.moble .search-field{
	box-shadow: 0 0 0 30px #fff inset;
}
.search-field {
	width: 100%;
	border: 0;
	border-radius: 0px 15px 15px 0px;
	background: rgba(255, 255, 255, 0.1);
	padding: 15px 10px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	z-index: 1;
	color: #AC89F3;
	box-shadow: 0 0 0 30px #7135e9 inset;
}
.search-field::placeholder {
	color: #AC89F3;
	font-family: 'Roboto';
}
.mobleMenu{
	background: #FFFFFF;
	border-radius: 30px;
	z-index: 10;
}
.ulMoble{
	display: flex;
	flex-direction: column;
}
.ulMoble li{
	margin-top: 1.5rem;
}
.ulMoble li:before {
	content: none;
}
.ulMoble li a{
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	display: flex;
	align-items: center;
	color: #090816;
}
.ul li a:hover{
	color: #5CF6B6
}

.social{
	margin-left: 1rem;
}
.vk{
	background: url("/wp-content/themes/e-cz-gamer/images/icon/vk.svg");
	width: 40px;
	height: 40px;
}
.vk:hover{
	background: url("/wp-content/themes/e-cz-gamer/images/icon/vkHover.svg");
}
.twitter{
	background: url("/wp-content/themes/e-cz-gamer/images/icon/twitter.svg");
	width: 40px;
	height: 40px;
}
.twitter:hover{
	 background: url("/wp-content/themes/e-cz-gamer/images/icon/twitterHover.svg");
}
.textFooter {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #E2E0EB;
}
.marginTopUl li{
	margin-bottom: 1.5rem;
}
.textMain{
	color: #090816;
	font-family: 'Bebas Neue';
	font-weight: 700;
}
.ramkaSidebar{
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #BCBFC5;
	border-radius: 15px;
}
.ramkaSidebar:hover{
	background: rgba(87, 67, 253, 0.2);
}
.ramkaSidebar a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #090816;
	display: flex;
	align-items: center;
}
.owl-nav{
	position: absolute;
	top: -53%;
	right: 12px;
}
.prevleft {
	border: 1px solid #BCBFC5;
	border-radius: 7px;
	background: url("/wp-content/themes/e-cz-gamer/images/icon/leftSlider.svg") no-repeat;
	width: 30px;
	height: 30px;
	background-position: center;
}
.nextright{
	border: 1px solid #BCBFC5;
	border-radius: 7px;
	background: url("/wp-content/themes/e-cz-gamer/images/icon/rightSlider.svg") no-repeat;
	width: 30px;
	height: 30px;
	background-position: center;
}
.cartMain{
	background: #FFFFFF;
	border: 1px solid #BCBFC5;
	height: 100%;
}
.cartTitle{
	font-family: 'Roboto';
	font-style: normal;
	/*font-weight: 500;*/
	font-size: 18px;
	line-height: 120%;
	color: #090816;
}
.cartTitle:hover{
	color: #5743FD;
}
.cartText{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #090816;
}
.iconText span{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #090816;
}
.page-numbers {
	border: 1px solid #BCBFC5;
	border-radius: 10px;
	text-decoration: none;
	margin-right: 10px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
}
.page-numbers:hover{
	background: #5743FD;
	border: solid 1px #5743FD;
	color: #fff;
}
.next {
	border: 1px solid #BCBFC5;
	border-radius: 7px;
	width: 36px;
	height: 36px;
}
.prev {
	border: 1px solid #BCBFC5;
	border-radius: 7px;
	width: 36px;
	height: 36px;
}
.current{
	background: #5743FD;
	border: solid 1px #5743FD;
	color: #fff;
}
.colorGreen{
	font-family: 'Bebas Neue';
	font-weight: 700;
	line-height: 100%;
	color: #5CF6B6;
	margin: 0;
}
.colorBlue{
	background: #5743FD;
}
.colorDark{
	background: #282633;
}
.colorWhite{
	background: #e9ecf1;
}
.fullMainText p{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #E2E0EB;
}
.fullMainText h4,h2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	color: #fff;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.single h2{
   color: #090816; 
}
.fullMainText h3{
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	display: flex;
	align-items: center;
	color: #5CF6B6;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.olul{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #E2E0EB;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.cartTitleSingle{
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	color: #090816;
}
.singleComents{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #090816;
}
.podel{
	border: 1px solid #BCBFC5;
	border-radius: 20px;
}
.txt{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
	color: #090816;
}
.social{
	width: 40px;
	height: 40px;
	border: 1px solid rgba(13, 16, 31, 0.2);
	border-radius: 10px;
}
.social:hover{
	background: #5CF6B6;
}
.vk2{
	background: url("/wp-content/themes/e-cz-gamer/images/icon/vk2.svg") no-repeat;
	width: 40px;
	height: 40px;
	background-position: center;
}
.facebook{
	background: url("/wp-content/themes/e-cz-gamer/images/icon/face.svg") no-repeat;
	width: 40px;
	height: 40px;
	background-position: center;
}
.youtube{
	background: url("/wp-content/themes/e-cz-gamer/images/icon/youtube.svg") no-repeat;
	width: 40px;
	height: 40px;
	background-position: center;
}
.twitter2{
	background: url("/wp-content/themes/e-cz-gamer/images/icon/twitter2.svg") no-repeat;
	width: 40px;
	height: 40px;
	background-position: center;
}
.telega{
	background: url("/wp-content/themes/e-cz-gamer/images/icon/telegram.svg") no-repeat;
	width: 40px;
	height: 40px;
	background-position: center;
}
.more{
	display: none;
}
.single h2 {
    margin-top: 4%;
    margin-bottom: 2%;
}
.single ul {
    margin-bottom: 2%;
}
.single h3 {
    margin: 4% 0 2% 0;
}
.inputForm{
	padding: 14px 20px;
	background: #FFFFFF;
	border: 1px solid #BCBFC5;
	border-radius: 10px;
	width: 100%;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #BCBFC5;
}
.itemComent{
	border: 1px solid rgba(13, 16, 31, 0.2);
	border-radius: 20px;
}
.name{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #090816;
}
.day{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #BCBFC5;
}
.comment{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #090816;
}
.btnLink{
	background: #5743FD;
	border-radius: 10px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: #FFFFFF;
	padding: 15px 30px;
	border: 0;
}
.btnLink:hover{
	background: #5CF6B6;
	color: #090816;
}
.btnLink a{
	color:#fff;
}
.height206{
	/*height: 206px;*/
}
@media (min-width: 456px) and (max-width: 1199px) {
	.textFooter{
		padding-top: 10px;
	}
}
@media (max-width: 576px){

}

@media (min-width: 576px){

}

@media (min-width: 768px){
	.marginTopUl li{
		margin-bottom: 1rem;
	}
	.marginTopUl li{
		width: 33.3%;
	}
	.marginTopUl li:nth-child(3), .marginTopUl li:nth-child(6){
		display: flex;
		justify-content: end;
	}
	.marginTopUl li:nth-child(2), .marginTopUl li:nth-child(5){
		display: flex;
		justify-content: center;
	}

}
@media (min-width: 992px){
	.marginTopUl li{
		margin-bottom: 0;
	}
	.marginTopUl li{
		width: auto;
	}
}

@media (min-width: 1200px){

}

@media (min-width: 1400px){

}