@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	background: #fff;
	font-family: 'Anton', sans-serif;
	font-weight: 400;
	line-height: 1;
	font-size: 16px;
}

* {
	outline: 0;
}

::selection {
	background: #63c3f6;
	color: #fff;
}

::-moz-selection {
	background: #63c3f6;
	color: #fff;
}

.anim {
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

a:hover {
	text-decoration: none;
}

#header {
	position: relative;
	overflow: hidden;
	padding-bottom: 170px;
	background: #e3ecf3;
}

.mt30 {
	margin-top: 30px;
}

#profilecontent {
	position: relative;
	overflow: hidden;
	padding-bottom: 170px;
	background: #e3ecf3;
}

#profilecontent.pb0 {
	padding-bottom: 0;
}

i.bg-head-1 {
	background: url(../images/bg-head-1.jpg) no-repeat bottom center;
	position: absolute;
	width: 100%;
	height: 1000px;
	top: -220px;
	left: 0;
}

i.bg-head-2 {
	background: url(../images/bg-head-2.jpg) no-repeat bottom center;
	position: absolute;
	width: 100%;
	height: 1000px;
	top: -220px;
	left: 0;
}

i.bg-head-3 {
	background: url(../images/bg-head-3.jpg) no-repeat bottom center;
	position: absolute;
	width: 100%;
	height: 1000px;
	top: -220px;
	left: 0;
}

i.bg-head-4 {
	background: url(../images/bg-head-4.jpg) no-repeat bottom center;
	position: absolute;
	width: 100%;
	height: 1000px;
	top: -220px;
	left: 0;
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.owl-dots {
	position: absolute;
	width: 1110px;
	left: 50%;
	margin-left: -555px;
	margin-top: -140px;
	transform: skewY(-4deg);
}

.owl-dots .owl-dot {
	width: 100px;
	height: 5px;
	background: #2d2828;
	display: inline-block;
	margin-right: 15px;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.owl-dots .owl-dot.active {
	background: #63c3f6;
}

.topline {
	position: relative;
	padding: 40px 0;
	z-index: 100;
}

.topline .topline-wrap {
	display: flex;
	justify-content: space-between;
}

.clear .topline {
	padding-bottom: 0;
}

.skew4 {
	transform: skewY(-4deg);
}

.logo-wrap {
	display: flex;
	align-items: center;
}

.logo-wrap .logo {
	transform: skewY(-4deg);
	margin-right: 15px;
}

.logo-wrap .logo img {
	max-width: 132px;
}

.logo-wrap .desc {
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #2d2828;
	margin: 0;
}

.logo-wrap .desc span {
	color: #63c3f6;
}

.menu-login {
	display: flex;
	align-items: center;
}

.main-menu {
	margin: 0;
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.main-menu li {
	margin-right: 24px;
	position: relative;
}

.main-menu li.shop-v:after {
	content: '';
	width: 110%;
	background: #63c3f6;
	height: 6px;
	display: block;
	position: absolute;
	top: -15px;
	left: -5%;
	transform: skewY(-4deg);
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.main-menu li.shop-v:before {
	content: '';
	width: 110%;
	background: #63c3f6;
	height: 6px;
	display: block;
	position: absolute;
	bottom: -15px;
	left: -5%;
	transform: skewY(-4deg);
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.main-menu li.shop-v:hover:after {
	top: -10px;
}

.main-menu li.shop-v:hover:before {
	bottom: -10px;
}

.main-menu li a {
	font-size: 14px;
	letter-spacing: 2px;
	color: #2d2828;
	text-transform: uppercase;
	padding: 10px 0;
}

.main-menu li a span.x2 {
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: 12px;
	font-weight: 400;
	display: block;
	z-index: 100;
	color: #ff428e;
	text-shadow: 0 2px 14px #ff428e;
}

.main-menu li a:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	margin-top: -2px;
	height: 4px;
	background: #2d2828;
	left: 50%;
	width: 0%;
	opacity: 0.2;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
	transform: skewY(-4deg);
}

.main-menu li a:hover:after {
	width: 100%;
	left: 0;
}

.main-menu li a:active:after {
	width: 60%;
	left: 20%;
}

.main-menu li a i {
	position: relative;
	display: inline-block;
	background: url(../images/youtube.svg) no-repeat;
	width: 14px;
	height: 14px;
	top: -1px;
	margin-left: 5px;
	vertical-align: middle;
}

.login {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 10px 30px #63c3f6;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	background: #63c3f6;
	font-size: 0;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.login img {
	width: 20px;
}

.login:hover {
	box-shadow: 0 10px 30px #63c3f6, 0 5px 0 0 #2d2828;
	transform: translateY(-5px);
}

.login:active {
	box-shadow: 0 10px 30px #63c3f6;
	transform: translateY(0px);
}

.top-light {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	background: url(../images/head-top-light.png) repeat-x;
	height: 285px;
	z-index: 20;
}

.large-title {
	font-size: 120px;
	line-height: 110px;
	position: relative;
}

.large-title p {
	position: relative;
	text-transform: uppercase;
	color: #2d2828;
	letter-spacing: 0.5vw;
	font-weight: 400;
	z-index: 40;
	transform: skewY(-4deg);
	top: -20px;
	font-size: 5vw;
}

.yellow-line {
	background: url(../images/yellow-line-head-1.png) no-repeat;
	width: 1205px;
	height: 320px;
	display: block;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 50%;
	margin-left: -602px;
}

.yellow-line.line-2 {
	background: url(../images/yellow-line-head-2.png) no-repeat;
}

.yellow-line.line-3 {
	background: url(../images/yellow-line-head-3.png) no-repeat;
}

.yellow-line.line-4 {
	background: url(../images/yellow-line-head-4.png) no-repeat;
}

.buttons-wrap {
	display: flex;
	align-items: center;
	margin-top: 40px;
	transform: skewY(-4deg);
	position: relative;
	z-index: 150;
}

.buttons-wrap > div {
	position: relative;
}

.winpage {
	justify-content: center;
}

.winpage .head-but {
	width: auto;
	padding: 30px;
}

.winpage .view-video {
	text-align: center;
	justify-content: center;
	color: #fff;
	width: auto;
}

.head-but {
	height: 98px;
	width: 448px;
	outline: 0 !important;
	align-items: center;
	border: 0;
	cursor: pointer;
	display: flex;
	padding: 40px 40px 40px 0;
	position: relative;
	background: #63c3f6;
	justify-content: flex-end;

	box-shadow: 0 10px 60px rgba(99, 195, 246, 0.7);
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.head-but.nopad {
	padding: 30px;
	text-align: center;
	justify-content: center;
}

.head-but.nopad p {
	font-size: 24px;

	text-align: center;
}

.head-but:hover {
	box-shadow: 0 10px 60px rgb(99, 195, 246), 0 5px 0 0 #2d2828;
	transform: translateY(-5px);
}

.head-but i {
	display: inline-block;
	position: relative;
	transition: transform 0.3s ease-in-out;
}

.head-but:active {
	transform: translateY(0px);
	box-shadow: 0 10px 60px rgb(99, 195, 246, 0.7);
}

.head-but p {
	font-size: 36px;
	color: whitesmoke;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
}

/* .head-but i {
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.23333333s easy-in-out;
  -webkit-transition: all 0.23333333s ease-in-out;
  -moz-transition: all 0.23333333s ease-in-out;
} */

.head-but i img {
	transform: skewY(4deg);
}

.instruction {
	position: absolute;
	font-family: 'Anton', sans-serif;
	color: #fff;
	font-size: 18px;
	padding: 10px;
	background: #2d2828;
	display: inline-block;
	right: 0;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.instruction:hover {
	color: #63c3f6;
}

.view-video {
	box-shadow: 0 10px 60px rgba(99, 195, 246, 0.7);
	height: 98px;
	width: 304px;
	align-items: center;
	display: flex;
	padding: 20px;
	position: relative;
	background: #f61c0d;
	justify-content: flex-start;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.view-video:hover {
	box-shadow: 0 10px 60px rgba(99, 195, 246, 0.7), 0 5px 0 0 #2d2828;
	transform: translateY(-5px);
}

.view-video:active {
	transform: translateY(0px);
	box-shadow: 0 10px 60px rgba(99, 195, 246, 0.7);
}

.view-video p {
	font-size: 36px;
	color: #fff;
	line-height: 1.2; /* Tăng giá trị để chữ cách xa nhau hơn */
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
}

.bottom-sep {
	position: absolute;
	bottom: -130px;
	z-index: 120;
	left: 0;
	background: url(../images/bottom-sep-white.svg) no-repeat;
	background-size: 100% 100%;
	height: 238px;
	width: 100%;
}

.bottom-sep2 {
	position: absolute;
	bottom: 0px;
	z-index: 120;
	left: 0;
	background: url(../images/bottom-sep2-white.svg) no-repeat;
	background-size: 100% 100%;
	height: 180px;
	width: 100%;
}

.middle-info {
	position: relative;
	margin: 130px 0 0;
}

.person-head {
	background: url(../images/man-head-1.png) no-repeat;
	width: 624px;
	height: 759px;
	position: absolute;
	display: block;
	z-index: 100;
	right: -110px;
	top: -76px;
}

.person-head.person-2 {
	background: url(../images/man-head-2.png) no-repeat;
}

.person-head.person-3 {
	background: url(../images/man-head-3.png) no-repeat;
}

.person-head.person-4 {
	background: url(../images/man-head-4.png) no-repeat;
	width: 634px;
}

#servers {
	padding: 40px 0;
	background: url(../images/bg-servers.jpg) no-repeat bottom center,
		#ffffff url(../images/bg_action_white.jpg) no-repeat top center;
	padding-bottom: 230px;
	overflow: hidden;
}

#servers .container {
	position: relative;
}

.title-wrap {
	text-align: center;
	margin-bottom: 20px;
	transform: skewY(-4deg);
}

.title-wrap p {
	color: #2d2828;
	text-transform: uppercase;
	letter-spacing: -3px;
	line-height: 0.8;
	font-weight: 500;
}

.title-wrap p.desc {
	margin: 15px 0;
	letter-spacing: 0px;
}

.font66 {
	font-size: 66px;
}

.font92 {
	font-size: 92px;
}

.font24 {
	font-size: 24px;
}

.font48 {
	font-size: 48px;
}

.pig {
	color: #ff428e;
}

.servers-grid {
	display: flex;
	justify-content: center;
	grid-gap: 0;
	width: 100%;
	margin: 60px auto;
	position: relative;
	z-index: 100;
	transform: skewY(-4deg);
}

.servers-grid > div {
	position: relative;
	text-align: center;
	padding: 70px 60px;
	background: url(../images/bg-server-1.jpg) no-repeat top right;
}

.servers-grid > div:nth-child(2) {
	background: url(../images/bg-server-2.jpg) no-repeat top right;
}

.servers-grid > div .s-name {
	font-size: 72px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -3px;
	color: #ffffff;
	position: relative;
}

.servers-grid > div .s-name span {
	font-size: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -60px;
	opacity: 0.1;
	z-index: 1;
}

.servers-grid > div .s-online p {
	display: flex;
	flex-direction: column;
	color: white;
}

.servers-grid > div .s-online p br {
	margin-bottom: 10px; /* Điều chỉnh khoảng cách */
	display: block;
	content: '';
}

a.s-copy {
	cursor: pointer;
	display: block;
	padding: 20px;
	background: #2d2828;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
	z-index: 999;
}

a.s-copy:not([href]):not([tabindex]) {
	color: #fff;
}

a.s-copy img {
	width: 26px;
	margin-right: 15px;
}

a.s-copy:hover {
	box-shadow: 0 10px 60px rgba(99, 195, 246, 0.7), 0 5px 0 0 #00d0ff;
	transform: translateY(-5px);
	color: #fff;
}

a.s-copy.wa {
	width: auto;
	display: inline-block;
	cursor: pointer;
}

a.s-copy:active {
	transform: translateY(0px);
	box-shadow: 0 10px 60px rgba(99, 195, 246, 0.7);
}

.glass {
	position: absolute;
	bottom: -35px;
	left: -75px;
	background: url(../images/glass.png) no-repeat;
	width: 110px;
	height: 223px;
	display: block;
	transform: skewY(4deg);
}

.all-users {
	transform: skewY(-4deg);
	text-align: center;
}

.all-users p {
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}

#steps {
	background: url(../images/bg-steps.png) no-repeat top center;
	padding-top: 340px;
	margin-top: -340px;
	padding-bottom: 150px;
	overflow: hidden;
	position: relative;
}

#steps > .container {
	position: relative;
}

.dog-wrap {
	display: inline-block;
	margin-top: -500px;
	position: absolute;
	right: 0;
	width: 460px;
	height: 495px;
	right: -118px;
}

.dog-wrap .dog-hide {
	background: url(../images/dog-hide.png) no-repeat center center;
	position: absolute;
	display: block;
	z-index: 50;
	width: 100%;
	height: 100%;
}

.dog-wrap .dog-show {
	position: absolute;
	z-index: 1000;
	background: url(../images/dog-show.png) no-repeat;
	width: 183px;
	height: 156px;
	top: 0;
	right: 42px;
}

.geometrica {
	font-family: 'Anton', sans-serif;
}

.steps-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 60px;
	width: 90%;
	margin: 70px auto 0;
	transform: skewY(-4deg);
}

.steps-grid > div {
	height: 490px;
	padding: 30px;
	background: #2d2828;
	position: relative;
}

.steps-grid > div p {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	height: 180px;
	display: block;
}

.steps-grid > div p strong {
	font-weight: bold;
}

.steps-grid > div p small {
	font-family: 'Anton', sans-serif;
	display: block;
	margin-top: 24px;
	line-height: 1.2;
}

.steps-grid > div a {
  line-height: 1.5;
  text-shadow: 0 2px 14px #00d0ff;
}

.steps-grid > div span.step-count {
	width: 100px;
	height: 50px;
	border-radius: 5px;
	background: #00d0ff;
	color: #2d2828;
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	font-size: 18px;
	font-weight: 500;
  pointer-events: none;
}

.steps-grid > div:first-child {
	background: url(../images/bg-step-1.jpg) no-repeat center center;
}

.steps-grid > div:nth-child(2) {
	background: url(../images/bg-step-2.jpg) no-repeat center center;
}

.steps-grid > div:last-child {
	background: url(../images/bg-step-3.jpg) no-repeat center center;
}

.white-but {
	margin-top: 3.5vw;
	width: 100%;
	display: block;
	padding: 30px;
	text-align: center;
	font-weight: 500;
	color: #2d2828;
	letter-spacing: 3px;
	font-size: 18px;
	background: #fff;
	line-height: 1;
	text-transform: uppercase;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.white-but:hover {
	box-shadow: 0 10px 60px rgba(99, 195, 246, 0.37), 0 5px 0 0 #63c3f6;
	transform: translateY(-5px);
	color: #2d2828;
}

.white-but:active {
	transform: translateY(0px);
	box-shadow: 0 10px 60px rgba(99, 195, 246, 0);
}

.questions {
	padding: 80px 0;
	transform: skewY(-4deg);
	width: 90%;
	margin: 0 auto;
}

.questions p {
	margin: 0;
	font-size: 25px;
	text-transform: uppercase;
	color: #2d2828;
	font-weight: 500;
	line-height: 1.2;
}

.questions p a {
	color: #2d2828;
	border-bottom: 2px solid #2d2828;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.questions p a:hover {
	color: whitesmoke;
	border-color: whitesmoke;
}

#social {
	position: relative;
	background: url(../images/bg-social.jpg) no-repeat bottom center;
	padding: 100px 0;
}

.steps-car {
	background: url(../images/steps-car.png) no-repeat;
	width: 794px;
	height: 380px;
	display: block;
	position: absolute;
	right: -120px;
	bottom: -100px;
	z-index: 130;
}

.step-money-right {
	background: url(../images/step-money-right.png) no-repeat;
	width: 250px;
	height: 248px;
	position: absolute;
	top: 300px;
	right: -60px;
}

.step-money-blur {
	background: url(../images/step-money-blur.png) no-repeat;
	width: 204px;
	height: 225px;
	position: absolute;
	bottom: 20%;
	right: -60px;
	z-index: 150;
}

.step-money-left {
	background: url(../images/step-money-left.png) no-repeat;
	width: 299px;
	height: 248px;
	position: absolute;
	bottom: 300px;
	left: -100px;
}

.social-mans {
	position: absolute;
	bottom: 0;
	margin-left: -445px;
	left: 50%;
}

.groups-wrap {
	display: flex;
	justify-content: space-between;
	padding: 200px 0;
	position: relative;
	z-index: 100;
}

.groups-wrap > div:last-child {
	text-align: right;
}

.groups-wrap > div p {
	font-family: 'Anton', sans-serif;
	font-size: 20px;
	margin: 0;
	margin-bottom: 6px;
}

.groups-wrap > div p strong {
	font-family: 'Anton', sans-serif;
	font-size: 30px;
}

.groups-wrap > div p small {
	font-size: 16px;
}

.groups-wrap > div p small span {
	font-family: 'Anton', sans-serif;
}

.yellow-but {
	display: inline-block;
	padding: 20px 34px;
	text-align: center;
	color: #e6e3e3;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 18px;
	background: #63c3f6;
	font-weight: 500;
	margin: 10px 0;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.yellow-but:hover {
	box-shadow: 0 10px 60px rgba(99, 195, 246, 0.7), 0 5px 0 0 #2d2828;
	transform: translateY(-5px);
	color: #2d2828;
}

.yellow-but:active {
	transform: translateY(0px);
	box-shadow: 0 10px 60px rgba(99, 195, 246, 0.7);
}

.video-radio {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 150;
	transform: skewY(-4deg);
	width: 50%;
	margin: 0 auto;
}

.video-radio > a {
	width: 50%;
	text-transform: uppercase;
	display: block;
	display: flex;
	align-items: center;
	font-weight: 500;
	padding: 24px 0 24px 24px;
	letter-spacing: 4px;
	font-size: 18px;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.video-radio > a img {
	margin-right: 15px;
	height: 43px;
}

.video-radio > a.red {
	background: #f02514;
	color: #fff;
}

.video-radio > a.yellow {
	background: #00d0ff;
	color: #ffffff;
	position: relative;
	left: -30px;
	top: 30px;
}

.video-radio > a p {
	margin: 0;
	line-height: 1.2;
}

.video-radio > a:hover {
	transform: scale(1.1, 1.1);
}

.video-radio > a:active {
	transform: scale(0.9, 0.9);
}

#footer {
	position: relative;
	overflow: hidden;
	padding: 130px 0 0px;
}

#footer .container {
	position: relative;
}

.logo-abs {
	position: absolute;
	width: 20%;
	left: 50%;
	display: block;
	transform: translateX(-50%) skewY(-4deg);
	bottom: -10px;
}

.logo-abs img {
	width: 100%;
	height: auto;
}

.copyright {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1vw;
	color: #2d2828;
	text-align: center;
	transform: skewY(-4deg);
	text-transform: uppercase;
	position: relative;
	z-index: 100;
	line-height: 1.2;
}

.develop {
	font-size: 12px;
	font-family: 'Anton', sans-serif;
	color: #2d2828;
	position: relative;
	text-align: right;
	display: block;
	right: 0;
	opacity: 0.5;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.develop:hover {
	opacity: 1;
}

.develop a {
	color: #2d2828;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.develop a:hover {
	color: #ff428e;
}

.enter-server {
	width: 100%;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.enter-server .radio-server {
	vertical-align: top;
	margin: 0 3px 0 0;
	position: absolute;
	opacity: 0;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.enter-server .radio-server + label {
	cursor: pointer;
	width: 100%;
	height: auto;
	position: relative;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
	background: #fff;
	font-size: 24px;
	font-weight: 500;
	color: #2d2828;
	text-align: center;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.enter-server .radio-server + label:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffda1f transparent transparent transparent;
	position: absolute;
	display: block;
	left: 50%;
	top: 0;
	margin-left: -10px;
	opacity: 0;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.enter-server .radio-server:checked + label {
	background: #2d2828;
	color: #fff;
}

.enter-server .radio-server:checked + label:before {
	opacity: 1;
}

#donate {
	position: relative;
	background: url(../images/bg-donate.jpg) no-repeat bottom center;
	padding: 50px 0 100px;
	overflow: hidden;
}

#login {
	position: relative;
	background: url(../images/bg-login.jpg) no-repeat bottom center;
	padding: 50px 0 100px;
	overflow: hidden;
}

.donate-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 90%;
	margin: 100px auto 0;
}

.donate-grid > div {
	position: relative;
}

.donate-grid.buy {
	grid-template-columns: 1fr;
	width: 100%;
	max-width: 500px;
	margin: 100px auto 200px;
}

.donate-skin {
	position: relative;
	margin-left: -150px;
	margin-top: -100px;
	z-index: 30;
}

.color-box {
	position: relative;
}

.color-box .bg-color {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: skewY(-4deg);
	background: url(../images/donate-form-bg.jpg) no-repeat center center;
	display: block;
	z-index: 10;
}

.color-box .bg-color.loginer {
	background: url(../images/login-form-bg.jpg) no-repeat center center;
	background-size: auto 100%;
}

.form {
	position: relative;
	z-index: 40;
	padding: 60px 60px 0;
	text-align: center;
}

.form label.lab-t {
	font-family: 'Anton', sans-serif;
	font-size: 18px;
	margin-bottom: 8px;
	color: #2d2828;
	line-height: 1;
	display: block;
	margin-top: 30px;
}

.form .dark-but {
	margin-top: 30px;
	margin-bottom: -50px;
}

.main-inp {
	font-size: 24px;
	color: #2d2828;
	padding: 20px;
	border: 0;
	box-shadow: none;
	background: #fff;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.main-inp.centered {
	text-align: center;
}

.main-inp.sum {
	letter-spacing: 4px;
}

.main-inp:hover {
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.92);
}

.main-inp:focus {
	box-shadow: 0 10px 20px rgba(99, 195, 246, 0.4), inset 0 0 0 2px #63c3f6;
}

.dark-but {
	display: inline-block;
	padding: 24px 40px;
	background: #2d2828;
	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1;
	border: 0;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.dark-but:not([href]):not([tabindex]) {
	color: #fff;
}

.dark-but:not([href]):not([tabindex]):hover {
	color: #fff;
}

.dark-but:hover {
	box-shadow: 0 10px 60px rgba(255, 222, 42, 0.7), 0 5px 0 0 #2d2828;
	transform: translateY(-5px);
	outline: 0;
	color: #fff;
}

.dark-but:active {
	transform: translateY(0px);
	box-shadow: 0 10px 60px rgba(255, 222, 42, 0.7);
	outline: 0;
	color: #fff;
}

.dark-but.no {
	background: #e35555;
}

.help-urls {
	transform: skewY(-4deg);
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 35;
}

.help-urls li {
	display: inline-block;
	margin-bottom: 20px;
}

.help-urls li a {
	font-family: 'Anton', sans-serif;
	display: block;
	font-size: 18px;
	padding: 5px 0;
	color: #2d2828;
	position: relative;
}

.help-urls li a:after {
	content: '';
	height: 2px;
	background: #63c3f6;
	width: 0%;
	display: block;
	left: 0;
	bottom: -2px;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.help-urls li a:hover:after {
	width: 100%;
}

#products {
	padding: 50px 0;
}

.products-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 100px 50px;
}

.products-grid.long {
	width: 100%;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	justify-content: center;
	display: flex;
	margin: 60px auto;
	margin-top: -200px;
	position: relative;
	z-index: 200;
}

.products-grid.long > div {
	width: 100%;
	max-width: 700px;
}

.products-grid.long > div .fly {
	position: absolute;
	width: 678px;
	height: 276px;
	left: 50%;
	transform: translateX(-50%);
	top: -64px;
}

.products-grid.long > div .fly.blackfriday-fly {
	background: url(../images/blackfriday.png) no-repeat;
}

.products-grid.long > div .fly.newyear-fly-1 {
	background: url(../images/newyear1-product-fly.png) no-repeat;
}

.products-grid.long > div .fly.newyear-fly-2 {
	background: url(../images/newyear2-product-fly.png) no-repeat;
}

.products-grid.long > div .fly.newyear-fly-3 {
	background: url(../images/newyear3-product-fly.png) no-repeat;
}

.products-grid.long > div .fly.egypt-fly {
	background: url(../images/egypt-poduct-fly.png) no-repeat;
}

.products-grid.long > div .gameprice {
	margin-bottom: 4px !important;
}

.products-grid.long > div .gameprice + .gameprice-desc {
	font-size: 18px;
	font-weight: bold;
	color: #2d2828;
	margin-bottom: 20px;
}

.products-grid.long > div:before {
	background: url(../images/donate-form-bg-egypt.jpg) no-repeat center center;
}

.products-grid.blackfriday {
	margin-top: 100px;
}

.products-grid.blackfriday .prod-small {
	margin: 10px;
}

.products-grid.achieve {
	grid-gap: 20px 50px;
}

.products-grid.achieve > div:before {
	display: none;
}

.products-grid.achieve > div .gameprice {
	margin-top: 30px !important;
	color: #fff;
}

.products-grid.achieve > div i.bg-prod {
	content: '';
	position: absolute;
	z-index: 1 !important;
	display: block;
	width: 100%;
	height: 100%;
	transform: skewY(-4deg);
	background-color: #2d2828;
}

.products-grid.achieve > div .achieve-info {
	color: #fff;
}

.products-grid.achieve > div .achieve-info p {
	font-weight: 500;
	font-size: 18px;
}

.products-grid.achieve > div .achieve-info p small {
	font-size: 14px;
	margin-bottom: 0;
	color: #63c3f6;
}

.products-grid > div {
	position: relative;
	text-align: center;
	margin-top: 60px;
	padding-bottom: 50px;
}

.products-grid > div > * {
	position: relative;
	z-index: 20;
}

.products-grid > div .icon {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -60%);
}

.products-grid > div:before {
	content: '';
	position: absolute;
	z-index: 1 !important;
	display: block;
	width: 100%;
	height: 100%;
	transform: skewY(-4deg);
	background: url(../images/product-bg.jpg) no-repeat center center;
}

.products-grid > div .gameprice {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.products-grid > div .gameprice:nth-child(2) {
	margin-top: 0;
}

.products-grid > div .plus {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 14px;
}

.products-grid > div .price {
	display: inline-block;
	padding: 18px 26px;
	background: #fff;
	box-shadow: 0 0 40px #fff;
	font-size: 24px;
	font-weight: bold;
	color: #63c3f6;
}

.products-grid > div .price span {
	color: #2d2828;
}

.products-grid > div p small {
	font-family: 'Anton', sans-serif;
	display: block;
	margin-top: 6px;
	font-size: 12px;
	text-transform: uppercase;
	color: #2d2828;
	font-family: 'Anton', sans-serif;
	margin-bottom: 40px;
}

.products-grid > div .dark-but {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}

.products-grid > div.prod-big .gameprice {
	margin-bottom: 10px;
}

.list-plus {
	margin: 0 auto 30px;
	min-height: 136px;
}

.list-plus li {
	font-family: 'Anton', sans-serif;
	font-size: 16px;
	color: #2d2828;
	line-height: 1.2;
}

.list-plus li:after {
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	display: block;
	margin: 10px auto;
}

.list-plus li:last-child:after {
	display: none;
}

.shopline {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	background: #63c3f6;
	z-index: 300;
	display: none;
}

.shopline .shopline-wrap {
	align-items: center;
	display: flex;
	justify-content: space-around;
}

.shopline .shopcart-ico {
	width: 40px;
	margin-right: 20px;
}

.shopline .clear-shop {
	width: 30px;
	cursor: pointer;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.shopline .clear-shop:hover {
	opacity: 0.5;
}

.shopline .clear-shop img {
	width: 100%;
}

.shopline p {
	font-family: 'Anton', sans-serif;
	margin: 0;
}

.shopline p strong {
	font-size: 22px;
}

#alien {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2000;
}

#alien img {
	width: 100%;
}

.gopackets {
	position: absolute;
	bottom: 40%;
	padding: 30px;
	font-size: 30px;
	background: #fff;
	font-weight: bold;
	display: inline-block;
	transform: skewY(-4deg);
	color: #2d2828;
	z-index: 200;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.gopackets img {
	width: 60px;
	right: 0;
}

.gopackets:hover {
	color: #ff428e;
}

.closethis {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	cursor: pointer;
	right: 10px;
}

.closethis img {
	width: 12px;
	height: 12px;
}

#p_experienceid,
#satietyid {
	width: 100%;
	height: auto;
	position: relative;
}

.grid-profile-head {
	display: grid;
	grid-template-columns: 140px 1fr 140px;
	text-align: center;
	align-items: center;
	padding: 40px 0;
}

.progressbar-text {
	padding-top: 14px !important;
	position: relative;
	width: 100%;
}

.progressbar-text small {
	font-weight: bold !important;
	font-size: 18px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.level {
	display: inline-block;
	background: #63c3f6;
	font-size: 48px;
	font-weight: 500;
	color: #2d2828;
	padding: 15px 40px;
	text-transform: uppercase;
	line-height: 0.8;
	margin-top: 20px;
}

.padd40-0 {
	padding: 40px 0;
}

.profile-menu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	width: 70%;
	margin: 0 auto;
	transform: skewY(-4deg);
}

.profile-menu > a {
	background: #2d2828;
	color: #fff;
	font-weight: 500;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.profile-menu > a:hover {
	transform: scale(1.1, 1.1);
	background: #ff428e;
}

.profile-menu > a img {
	width: 18px;
	margin-right: 14px;
}

.upper {
	text-transform: uppercase;
}

.quit {
	margin-top: 10px;
	font-size: 24px;
	font-weight: 500;
	color: #2d2828;
	padding: 20px;
	display: inline-block;
	text-transform: uppercase;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.quit:hover {
	color: #63c3f6;
}

#profilecontent {
	background: #f1f4f9 url(../images/bg-profile.jpg) no-repeat top center;
	padding-top: 200px;
}

.title-info-grid {
	display: block;
	font-weight: 500;
	color: #2d2828;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 40px;
}

.info-grid {
	padding: 0 15px;
}

.info-grid .row > div {
	padding: 15px 0;
}

.info-grid p {
	font-family: 'Anton', sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 6px;
}

.info-grid strong {
	display: block;
	font-size: 36px;
	font-weight: 500;
	color: #2d2828;
}

.info-grid strong span {
	color: #e8caca;
	text-transform: uppercase;
	font-size: 24px;
}

.mt50 {
	margin-top: 50px;
}

.stars img {
	display: inline-block;
	width: 26px;
	margin-right: 4px;
}

.yellow-area {
	padding: 15px !important;
	background: #63c3f6;
}

.licenses-list > div {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
}

.licenses-list > div p {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
	color: #2d2828;
	text-transform: uppercase;
}

.licenses-list > div span {
	width: 30px;
	margin-right: 14px;
	display: inline-block;
}

.licenses-list > div span img {
	width: 100%;
}

.guns-grid > div {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.guns-grid > div span img {
	width: 40px;
	margin-right: 15px;
}

.guns-grid > div .progress-wrap {
	width: 100%;
	height: 22px;
	background: #eaedf1;
	position: relative;
}

.guns-grid > div .progress-wrap span {
	color: #2d2828;
	font-weight: 500;
	color: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -8px;
	z-index: 20;
}

.guns-grid > div .progress-wrap i.size {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 22px;
	background: #63c3f6;
	box-shadow: 0 0 40px #63c3f6;
}

.m40-0 {
	margin: 40px 0;
}

.table-scroll {
	overflow: auto;
}

.easy-table {
	min-width: 440px;
}

.table-box {
	margin: 50px 0;
	background: #63c3f6;
	padding: 30px;
}

.table-box tr {
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.table-box tr:hover {
	background: #fff;
}

.table-box tr:first-child:hover {
	background: transparent;
}

.table-box th {
	font-size: 16px;
	font-weight: 400;
	font-family: 'Anton', sans-serif;
	padding: 10px;
}

.table-box td {
	font-size: 18px;
	font-weight: 500;
	padding: 10px;
}

.mt-50 {
	margin-top: 50px;
}

::-webkit-scrollbar {
	width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #5f79a7;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(95, 121, 167, 0.71);
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-80 {
	margin-bottom: 80px;
}

.purple-box {
	background: url(../images/bg_action.jpg) no-repeat;
	margin: 60px auto 14px;
	height: 310px;
	position: relative;
	transform: skewY(-4deg);
	padding-left: 260px;
	padding-top: 30px;
	max-width: 960px;
	box-shadow: 0 10px 100px #eb79ff, 0 0 24px rgba(148, 15, 172, 0.56);
}

.s-promo {
	display: inline-block;
}

.action-man {
	background: url(../images/man_action.png) no-repeat;
	width: 513px;
	height: 374px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -18px;
	transform: skewY(4deg);
	z-index: 100;
}

.promo-text {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 66px;
	letter-spacing: -2px;
	display: inline-block;
}

p.text {
	font-size: 18px;
	line-height: 1.5;
}

.promo-code {
	display: inline-block;
	width: 280px;
	background: #fff;
	padding: 20px 0;
	color: #2d2828;
	font-weight: 500;
	letter-spacing: 8px;
	text-align: center;
	font-size: 36px;
}

.copy-line {
	display: flex;
	position: relative;
	top: -24px;
	z-index: 80;
}

.copy-line .s-copy {
	padding-left: 30px;
	padding-right: 30px;
}

.promo-give {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-left: 110px;
	line-height: 1.5;
	position: relative;
	z-index: 110;
}

.timer-right {
	transform: skewY(-4deg);
	margin: 0 70px;
	text-align: right;
	font-size: 16px;
	text-transform: uppercase;
	color: #831abf;
	font-weight: 500;
	letter-spacing: 5px;
}

.timer-right p {
	margin: 0;
}

.timer-right .timer-large {
	font-size: 48px;
}

.controller {
	position: relative;
	margin: 10px;
}

.controller button {
	line-height: 30px;
}

.controller .num {
	width: 30px;
}

#roulette {
	margin: 60px 0;
	position: relative;
	-webkit-animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1.04);
	animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1.04);
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	width: 308px;
	height: 308px;
	border-radius: 50%;
	overflow: hidden;
	counter-reset: num;
}

#roulette.number-1 {
	-webkit-animation-name: 'number-1';
	animation-name: 'number-1';
}

#roulette.number-2 {
	-webkit-animation-name: 'number-2';
	animation-name: 'number-2';
}

#roulette.number-3 {
	-webkit-animation-name: 'number-3';
	animation-name: 'number-3';
}

#roulette.number-4 {
	-webkit-animation-name: 'number-4';
	animation-name: 'number-4';
}

#roulette.number-5 {
	-webkit-animation-name: 'number-5';
	animation-name: 'number-5';
}

#roulette.number-6 {
	-webkit-animation-name: 'number-6';
	animation-name: 'number-6';
}

#roulette.number-7 {
	-webkit-animation-name: 'number-7';
	animation-name: 'number-7';
}

#roulette.number-8 {
	-webkit-animation-name: 'number-8';
	animation-name: 'number-8';
}

#roulette.number-9 {
	-webkit-animation-name: 'number-9';
	animation-name: 'number-9';
}

#roulette.number-10 {
	-webkit-animation-name: 'number-10';
	animation-name: 'number-10';
}

#roulette::after {
	content: '';
	display: block;
	width: 130px;
	height: 130px;
	background-color: #fff;
	border-radius: 50%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

#roulette li {
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
	display: block;
	width: 100px;
	height: 154px;
	-webkit-transform-origin: 50px 154px;
	transform-origin: 50px 154px;
}

#roulette li::before {
	top: 0;
	left: 0;
	position: absolute;
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 154px 50px;
	z-index: 0;
}

#roulette li::after {
	counter-increment: num;
	content: counter(num);
	z-index: 5;
	position: absolute;
	display: block;
	width: 100px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	opacity: 0;
}

#roulette li:nth-of-type(1) {
	-webkit-transform: rotate(36deg);
	transform: rotate(36deg);
}

#roulette li:nth-of-type(1)::before {
	border-color: #ff8327 transparent transparent;
}

#roulette li:nth-of-type(2) {
	-webkit-transform: rotate(72deg);
	transform: rotate(72deg);
}

#roulette li:nth-of-type(2)::before {
	border-color: #63c3f6 transparent transparent;
}

#roulette li:nth-of-type(3) {
	-webkit-transform: rotate(108deg);
	transform: rotate(108deg);
}

#roulette li:nth-of-type(3)::before {
	border-color: #ff8327 transparent transparent;
}

#roulette li:nth-of-type(4) {
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
}

#roulette li:nth-of-type(4)::before {
	border-color: #63c3f6 transparent transparent;
}

#roulette li:nth-of-type(5) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#roulette li:nth-of-type(5)::before {
	border-color: #ff8327 transparent transparent;
}

#roulette li:nth-of-type(6) {
	-webkit-transform: rotate(216deg);
	transform: rotate(216deg);
}

#roulette li:nth-of-type(6)::before {
	border-color: #63c3f6 transparent transparent;
}

#roulette li:nth-of-type(7) {
	-webkit-transform: rotate(252deg);
	transform: rotate(252deg);
}

#roulette li:nth-of-type(7)::before {
	border-color: #ff8327 transparent transparent;
}

#roulette li:nth-of-type(8) {
	-webkit-transform: rotate(288deg);
	transform: rotate(288deg);
}

#roulette li:nth-of-type(8)::before {
	border-color: #63c3f6 transparent transparent;
}

#roulette li:nth-of-type(9) {
	-webkit-transform: rotate(324deg);
	transform: rotate(324deg);
}

#roulette li:nth-of-type(9)::before {
	border-color: #ff8327 transparent transparent;
}

#roulette li:nth-of-type(10) {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

#roulette li:nth-of-type(10)::before {
	border-color: #63c3f6 transparent transparent;
}

@-webkit-keyframes number-1 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3204deg);
		transform: rotate(3204deg);
	}
}

@keyframes number-1 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3204deg);
		transform: rotate(3204deg);
	}
}

@-webkit-keyframes number-2 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3168deg);
		transform: rotate(3168deg);
	}
}

@keyframes number-2 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3168deg);
		transform: rotate(3168deg);
	}
}

@-webkit-keyframes number-3 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3132deg);
		transform: rotate(3132deg);
	}
}

@keyframes number-3 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3132deg);
		transform: rotate(3132deg);
	}
}

@-webkit-keyframes number-4 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3096deg);
		transform: rotate(3096deg);
	}
}

@keyframes number-4 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3096deg);
		transform: rotate(3096deg);
	}
}

@-webkit-keyframes number-5 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3060deg);
		transform: rotate(3060deg);
	}
}

@keyframes number-5 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3060deg);
		transform: rotate(3060deg);
	}
}

@-webkit-keyframes number-6 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3024deg);
		transform: rotate(3024deg);
	}
}

@keyframes number-6 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(3024deg);
		transform: rotate(3024deg);
	}
}

@-webkit-keyframes number-7 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(2988deg);
		transform: rotate(2988deg);
	}
}

@keyframes number-7 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(2988deg);
		transform: rotate(2988deg);
	}
}

@-webkit-keyframes number-8 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(2952deg);
		transform: rotate(2952deg);
	}
}

@keyframes number-8 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(2952deg);
		transform: rotate(2952deg);
	}
}

@-webkit-keyframes number-9 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(2916deg);
		transform: rotate(2916deg);
	}
}

@keyframes number-9 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(2916deg);
		transform: rotate(2916deg);
	}
}

@-webkit-keyframes number-10 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(2880deg);
		transform: rotate(2880deg);
	}
}

@keyframes number-10 {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(2880deg);
		transform: rotate(2880deg);
	}
}

#roulette_block {
	padding-bottom: 200px;
	padding-top: 100px;
	position: relative;
	background: url(../images/bg-donate-backup.jpg) no-repeat bottom center;
}

#roulette li span img {
	width: 36px;
	max-width: 36px;
	max-height: 36px;
	position: absolute;
	left: 30px;
	top: 25px;
}

.stop-line {
	background: #63c3f6;
	box-shadow: 0 0 10px #63c3f6;
	width: 3px;
	height: 80px;
	border-radius: 30px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 30px;
	z-index: 100;
}

.roulette-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.posrev {
	position: relative;
}

.r-win-prev {
	max-width: 400px;
	margin: 50px auto;
}

.r-win-prev img {
	width: 100%;
}

.roulette-change {
	display: grid;
	grid-template-columns: 1fr 200px;
	align-items: center;
	grid-gap: 30px;
}

.inventory {
	background: #63c3f6;
	transform: skewY(-4deg);
	overflow: auto;
	max-height: 800px;
}

.inventory > div {
	padding: 20px;
	position: relative;
}

.inventory > div p {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}

.inventory > div i.prev {
	display: block;
}

.inventory > div img {
	width: 100%;
}

.inventoryline {
	background: #63c3f6;
	transform: skewY(-4deg);
	overflow: auto;
	max-height: 800px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.inventoryline > div {
	padding: 20px;
	position: relative;
}

.inventoryline > div p {
	font-size: 18px;
	text-align: center;
	margin: 0;
	font-weight: bold;
}

.inventoryline > div p.name {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}

.inventoryline > div i.prev {
	display: block;
}

.inventoryline > div span {
	display: block;
}

.inventoryline > div img {
	width: 100%;
}

.forMobile {
	display: none;
}

.checkbox {
	vertical-align: top;
	margin: 0 3px 0 0;
	width: 20px;
	height: 14px;
	position: relative;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.checkbox + label {
	cursor: pointer;
	margin: 15px 0;
}

.checkbox:not(checked) {
	position: absolute;
	opacity: 0;
}

.checkbox:not(checked) + label {
	padding-left: 30px;
	padding-top: 2px;
	position: relative;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	font-family: 'Anton', sans-serif;
	color: #2d2828;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.checkbox:not(checked) + label:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	box-shadow: inset 0 0 0 2px #2d2828;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 2px;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.checkbox:not(checked) + label img {
	width: 20px;
}

.checkbox:not(checked) + label a {
	color: #2d2828;
	text-decoration: underline;
}

.checkbox:checked + label:before {
	background: #ff428e;
	border-color: #ff428e;
	box-shadow: 0 0 30px #ff428e;
}

.lotery {
	max-width: 400px;
	width: 90%;
	margin: 0 auto;
}

.table-overflow {
	width: 100%;
	min-width: 600px;
	overflow: auto;
}

.main-table {
	width: 100%;
	background: #fff;
	padding: 15px;
}

.main-table tr {
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.main-table tr:nth-child(2n) {
	background: #f6f8f8;
}

.main-table tr:hover {
	box-shadow: inset 0 0 0 2px #63c3f6;
}

.main-table tr > th {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	padding: 14px;
	text-transform: uppercase;
}

.main-table tr > td {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0px;
	padding: 14px;
	vertical-align: middle;
}

.main-table tr > td p {
	margin: 0;
}

.but-icon {
	border: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
	background: #63c3f6;
	cursor: pointer;
	outline: 0;
	margin: 0 5px;
	transition: all 0.23333333s easy-in-out;
	-webkit-transition: all 0.23333333s ease-in-out;
	-moz-transition: all 0.23333333s ease-in-out;
}

.but-icon:hover {
	transform: scale(1.1, 1.1);
}

.but-icon img {
	width: 70%;
}

.buttons-liner {
	display: flex;
	align-items: center;
}

.mini {
	display: inline-block;
	padding: 10px;
	background: #fff;
}

.mini.online {
	background: #8edb9d;
}

.mini.offline {
	background: #e88a8a;
}

.alert-wrap {
	position: fixed;
	width: 300px;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}

.alert {
	box-sizing: border-box;
	padding: 15px 10px;
	color: #2d2828;
	display: block;
	width: 100%;
	margin-top: 10px;
	border-radius: 0;
	transform: skewY(-4deg);
	background: #fff;
	box-shadow: 0 10px 20px rgba(221, 221, 221, 0.18);
}

.alert.good {
	background: #b8f5b8;
	box-shadow: 0 10px 20px rgba(81, 175, 81, 0.2);
	border-left: 4px solid #4daa4d;
}

.alert.bad {
	background: #f5b8b8;
	box-shadow: 0 10px 20px rgba(175, 81, 81, 0.2);
	border-left: 4px solid #aa4d4d;
}

.alert p {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.alert p strong {
	font-weight: bold;
	display: block;
	margin-bottom: 0px;
}

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #63C3F6;
	color: white;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	transition: opacity 0.3s, transform 0.3s;
	z-index: 9999999;
}

.scroll-to-top:hover {
  transition: 0.2s ease-in-out;
	background-color: #00d0ff;
}

.scroll-to-top.show {
	display: flex;
}

.cursor-effect {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: rgba(255, 32, 32, 0.8);
	border-radius: 50%;
	pointer-events: none;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
	animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: scale(1);
	}
	to {
		opacity: 0;
		transform: scale(2);
	}
}
