.box-100{width: 100%;float: left;position: relative;}
.box-50{width: 50%;float: left;position: relative;}
.box-33{width: calc(100% / 3);float: left;position: relative;}
.box-25{width: calc(100% / 4);float: left;position: relative;}
.box-20{width: calc(100% / 5);float: left;position: relative;}
.none{display: none !important;}
.user-button{display: none;}
.user-bottom-line{
	padding: 5px;
	margin-top: 40px;
}
a{text-decoration: none; color: inherit;}
body{
	margin: 0;
	width: 100%;
	max-width: 1300px;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
	background: var(--bg);
	font-size: 14px;
	font-family: "Open Sans";
}

header{
	width: 100%;
	max-width: 1300px;
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0%);
	height: 64px;
	padding: 2px var(--cont-pad);
	background: var(--bg);
	z-index: 999;
}
.logotype{
	position: relative;
	float: left;
	height: 100%;
	padding-right: 10px;
}
.logotype font{
	display: inline-block;
	position: absolute;
	left: 17px;
	font-weight: 900;
	line-height: 62px;
	font-size: 28px;
	font-family: 'logo';
	background: var(--text-gr);
	-webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.logotype span{
	position: relative;
	display: inline-block;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 46px;
	font-family: 'Open Sans';
	font-weight: 900;
	font-size: 22px;
	background: var(--text-gr);
	-webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.logotype img{
	width: auto;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
}

.header-btn{
	transform: rotate(0deg);
	float: right;
	position: relative;
	margin-top: 4px;
}
section{
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 70px 10px;
}

.circle-wrap{
	width: var(--circle-vh);
	height: var(--circle-vh);
	position: relative;
	float: left;
	padding: 0px;
}
.circle-up-wrap{
	width: calc(var(--circle-vh) / 2);
	height: calc(var(--circle-vh));
	position: absolute;
	padding: 2.5px;
	top: calc(var(--circle-vh) / 4 * -1);
	z-index: 9;
}
.c-pos-left{
	left: calc(var(--circle-vh) * -1);

}
.c-pos-right{
	right: calc(var(--circle-vh) * -1);
}

.circle-up-box{
	background-color: red;
	width: 60px;
	height: 60px;
	margin: 2.5px 0;
	border-radius: calc(var(--br) * 100);
    background-color: var(--color-main) !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
    background-size: 400%;
}
.c-box-left{
	float: right;
}

.c-box-left:nth-child(1), .c-box-left:nth-child(3){
	margin-right: -20px;
}
.c-box-right{
	float: left;
}
.c-box-right:nth-child(1), .c-box-right:nth-child(3){

	margin-left: -20px;
}
.circle-up-in{
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	padding: 0px;
	background-color: var(--bg);
	border-radius: 1000px;
	margin-top: 1px;
}
.circle-up-in img{
	width: 60px;
	height: 60px;
	padding: 16px;
	float: left;
	position: relative;
}
.c-box-left .circle-up-in{
	margin-left: 1px;
}
.c-box-right .circle-up-in{
	margin-left: -1px;
}
.circle-up-lvl{
	position: absolute;
	top: 0;
	right: 0;
	background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .01) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .91);
	width: auto;
	padding: 0 6px;
	height: 20px;
	font-size: 12px;
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
	color: #bddddddd;
	font-weight: 700;
}
.circle-center{
	width: calc(var(--circle-vh) / 2);
	height: calc(var(--circle-vh) / 2);
	position: absolute;
	z-index: 11;
	border-radius: calc(var(--br) * 100);
    background-color: var(--color-main) !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
    background-size: 400%;
    padding: 2px 0 0 0;
}
.circle-center-bg{
	width: calc(var(--circle-vh) / 2);
	height: calc(var(--circle-vh) / 2);
	position: relative;
	float: left;
	padding: 0px;
	background-color: var(--bg);
	border-radius: 1000px;
}
.circle-base{
	width: var(--circle-vh);
	height: var(--circle-vh);
	position: absolute;
	border-radius: var(--br);
	background: var(--bg);
	border-radius: 1000px;
}
.circle-base:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: calc(var(--br) * 100);
    background-color: var(--color-main) !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
}
.circle-base:after{
	content: '';
	background-color: var(--bg);
	left: 0;
	top: 0;
	width: var(--circle-vh);
	height: var(--circle-vh);
	position: absolute;
	 border-radius: calc(var(--br) * 100);
	 z-index: 10;
}
.circle-angle{
	width: calc(var(--circle-vh) / 5);
	height: calc(var(--circle-vh) / 5);
	position: absolute;
	background-color: var(--bg);
	top: 50%;
	left: 50%;
	margin-top: calc(var(--circle-vh) / 5 / 2 * -1);
	margin-left: calc(var(--circle-vh) / 5 / 2 * -1);
	transform: rotate(0deg);
}
.angle-90{
	transform: rotate(90deg);
}
.angle-45{
	transform: rotate(45deg);
}
.angle-452{
	transform: rotate(-45deg);
}
.circle-line{
	width: calc(var(--circle-vh) / 5);
	height: calc(var(--circle-vh) / 2);
	background-color: var(--bg);
	position: absolute;
	opacity: 1;
	border-radius: calc(var(--br) / 2);
}
.circle-line:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: calc(var(--br) / 2);
    background-color: var(--color-main) !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
}

.pos-1{
	bottom: calc(var(--circle-vh) / 5);
}
.pos-2{
	top: calc(var(--circle-vh) / 5);
}

@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(45deg);}
	100% { -moz-transform:rotate(-25deg);}
}

@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(45deg);}
	100% { -webkit-transform:rotate(-25deg);}
}
@-moz-keyframes spinoffPulse2 {
 0% { -moz-transform:rotate(0deg);}
 100% { -moz-transform:rotate(360deg);}
}

@-webkit-keyframes spinoffPulse2 {
 0% { -webkit-transform:rotate(0deg); }
 100% { -webkit-transform:rotate(360deg); }
}
.cube-anim-1, .cube-anim-2, .cube-anim-3{
    -o-animation: cubeMove 1s linear infinite;
    -moz-animation: cubeMove 1s linear infinite;
    -webkit-animation: cubeMove 1s linear infinite;
}
.cube-anim-1{
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
    -o-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    opacity:0;
}
.cube-anim-2{
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
    -o-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    opacity:0;
}
.cube-anim-3{
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
    -o-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    opacity:0;
}

@-webkit-keyframes cubeMove {
	0% {
		bottom: 0;
		left: 0;
		opacity: 0;
	}
	70% {
		bottom: 70%;
		opacity: 1;
		left: 10%;
	}
	90% {
		bottom: 80%;
		opacity: 1;
		left: 20%;
	}
	100% {
		left: 10%;
		bottom: 100%;
		opacity: 0;
	}
}

.cube-anim-1 span, .cube-anim-2 span,.cube-anim-3 span{
	background: var(--text-gr);
	font-weight: 800;
	line-height: 40px;
	font-size: 2.5rem;
	display: block;
	-webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.button{
	height: 52px;
	padding: 1px;
	background: #666;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-radius: calc(var(--br) * 100);
}
.button:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 0;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: calc(var(--br) * 100);
    background-color: #000 !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100px;
}

.button-bg{
	transition: all 0.6s  ease-in-out;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	position: relative;
	float: left;
	background-color: var(--bg);
	border-radius: calc(var(--br) * 100);
	padding-right: 30px;
}
.button-bg:hover, .act-btn{
	transition: all 0.2s  ease-in-out;
	padding-right: 52px;
}
.button-txt{
	transition: all 0.2s  ease-in-out;
	float: left;
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 800;
}

.button-txt span{
	transition: all 0.2s  ease-in-out;
	display: block;
	color: #fff;
}
.button-ico{
	transition: all 0.6s  ease-in-out;
	border-radius: calc(var(--br) * 100);
	position: absolute;
	z-index: -4;
	opacity: 0;
	top: 2px;
	right: 2px;
	width: 46px;
	height: 46px;
	padding: 0 14px;
	background-color: #000 !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100px;
	display: flex;
    align-items: center;
}

.button-ico:before{
	transition: all 0.2s  ease-in-out;
	border-radius: calc(var(--br) * 100);
	content: '';
    position: absolute;
    right: 2px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg);
    z-index: 0;
}
.button:hover .button-txt span, .act-btn span{
	transition: all 0.2s  ease-in-out;
	    background: var(--text-gr);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.button:hover .button-ico , .act-btn .button-ico{
	transition: all 0.2s  ease-in-out;
	z-index: 0;
	opacity: 1;
	background-color: var(--color-main) !important;
}
.button:hover:before , .act-btn:before{
	transition: all 0.3s  ease-in-out;
	background-color: var(--color-main) !important;
}
.button:hover .button-ico img, .act-btn .button-ico img{
	transition: all 0.6s  ease-in-out;
	margin-left: 0px;
}
.button-ico img{
	transition: all 0.2s  ease-in-out;
	width: 100%;
	height: auto;
	margin-left: -4px;
	z-index:4;
	float: right;
	display: block;
	position: relative;
	border-radius: 100px;
}

.menu{
	height: 64px;
	padding-top: 2px;
	position: relative;
	float: left;
	margin-left: 40px;
}
.menu a{
	display: block;
	position: relative;
	float: left;
	padding: 0 14px;
	padding-left: 36px;
	height: 60px;
	line-height: 60px;
	margin-right: 10px;
	color: #fff;
	z-index: 1;
	text-shadow: 0 0 10px var(--color-main);
}
.menu a img{
	position: absolute;
	width: 26px;
	height: 26px;
	top: 17px;
	left: 10px;
}
.menu a span{
	position: relative;
	overflow: hidden;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	padding: 0 14px;
	border-radius: var(--br);
}
.menu a:before{
	transition: 0.4s ease-in-out top, 0.6s ease-in-out box-shadow;
	content: "";
	position: absolute;
	top: -40px;
	left: 0px;
	width: 90%;
	margin-left: 5%;
	z-index: -1;
	height: 20px;
	opacity: 0;
	background-color: var(--color-main);
	border-radius: calc(var(--br) * 100);
	box-shadow: 0 -10px 60px 20px rgba(245, 206, 0, 0.1);
}

.menu a:hover:before{
	transition: 0.3s ease-in-out top, 0.5s ease-in-out box-shadow;
	top: -20px;
	opacity: 1;
	box-shadow: 0 -10px 60px 20px rgba(245, 206, 0, 0.5);
}

.menu a:hover span:before{
	transition: 0.3s ease-in-out all;
	background: #302856;
}

.head-show{
	overflow: visible;
}

.menu-btn-show{
	display: none;
	z-index: -5;
	opacity: 1;
}

.head-mob-btn{
	transition: all ease-in-out 0.3s;
	cursor: pointer;
	width: 52px;
	position: relative;
	float: right;
	margin-right: 10px;
	top: 6px;
	height: 52px;
	overflow: hidden;
	border-radius: calc(var(--br) / 2);
	border: 2px solid hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 0 0 4px hsla(0, 0%, 100%, .031);
}


.head-mob-btn span{
	display: block;
	position: relative;
	padding: 10px;
}
.head-mob-btn span img{
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
}

.menuBar{
	transition: 0.3s ease-in-out all;
	position: absolute;
	overflow: hidden;
	max-width: 260px;
	top: 70px;
	background: var(--bg);
	border-radius: var(--br);
	left: var(--cont-pad);
	right: var(--cont-pad);
	padding: 10px;
	z-index: 11;
	border: 2px solid hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 0 0 4px hsla(0, 0%, 100%, .031);
}
.menuBar-hide{
	transition: 0.3s ease-in-out all;
	opacity: 0;
	z-index: -5;
	display: none;
}

.menuBar a{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 0 14px;
	padding-left: 48px;
	height: 60px;
	line-height: 60px;
}

.menuBar a img{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 14px;
	left: 10px;
	z-index: 2;
}
.menuBar a span{
	position: relative;
	overflow: hidden;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	padding: 0 14px;
	border-radius: var(--br);
	color: rgba(255,255,255,1);
	text-shadow: 0 0 10px var(--color-main);
}
.menuBar a:before{
	transition: 0.4s ease-in-out top, 0.6s ease-in-out box-shadow;
	content: "";
	position: absolute;
	left: -40px;
	height: 50%;
	top: 25%;
	z-index: -1;
	width: 10px;
	opacity: 0;
	background-color: var(--color-main);
	border-radius: calc(var(--br) * 100);
	box-shadow: 0 -10px 60px 20px rgba(185,0,245,0.1);
}

.menuBar a:hover:before{
	transition: 0.3s ease-in-out left, 0.5s ease-in-out box-shadow;
	left: -16px;
	opacity: 1;
	box-shadow: 0 -10px 60px 20px rgba(185,0,245,1);
}

.menuBar a:hover span:before{
	transition: 0.3s ease-in-out all;
	background: #302856;
}

.main-content{
	padding: 84px var(--cont-pad) 0 var(--cont-pad);
	min-height: calc(100vh - 84px);
}

.page-all{ padding-right: var(--cont-pad);}
.page-user{ padding-right: calc(var(--aside-w) + var(--cont-pad)); }

.box-wrap{
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: var(--br);
    box-shadow: inset 0 0 0 8px rgba(15, 21, 37, 1);
    height: -moz-max-content;
    height: max-content;
    z-index: 2;
    color: #fff;
    padding: 20px;
}

.profile-box{
	min-height: calc(100vh - 104px);
}

.main-shadow{
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: var(--br);
}


.box-bg{
	width: 100%;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.box-decor{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.box-decor img:nth-child(1){
	width: 50%;
	height: auto;
	position: absolute;
	left: 50px;
	bottom: -50px;
	opacity: 0.5;
}

.box-decor img:nth-child(2){
	width: 50%;
	height: auto;
	position: absolute;
	right: 50px;
	top: -50px;
	opacity: 0.5;
}
.main-title{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.main-title span:nth-child(1), .main-title span:nth-child(2) {
	font-weight: 900;
    font-size: 36px;
    background: var(--text-gr);
    line-height: 30px;
	-webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.main-title span:nth-child(2){
	font-size: 16px;
}

.main-title span:nth-child(3){
	line-height: 40px;
	transform: rotate(-1deg);
	margin: 24px 0 40px 0;
}

.main-title font{
	background: var(--color-main);
	border-radius: calc(var(--br) / 2);
	font-size: 18px;
	display: inline-block;
	padding: 0 20px;
	font-weight: 900;
	color: var(--bg);
}


.box-decor-circle{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.box-decor-circle img{
	width: 100%;
	height: auto;
	position: absolute;
	right: 0;
	top: -70px;
	opacity: 0.1;
}

.decor-box{
	width: calc(100% + 1.35px);
	height: 40px;
	left: -0.20px;
	position: absolute;
	float: left;
	overflow: hidden;
	z-index: 0;
	transform: rotate(-1deg);
	background: var(--bg);
}

.dec-top{
	top: -12px;
}

.dec-bot{
	bottom: -12px;
}

.decor-box-bg{
	width: 100%;
	height: 100px;
	border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: var(--br);
    box-shadow: inset 0 0 0 8px rgba(15,21,37,1);
}

.dec-box-top{
	margin-bottom: -62px;
}

.dec-box-bot{
	margin-top: -62px;
}

.mid-stats{
	margin: 60px 0;
}

.box-stat-bg{
	padding: 70px 0;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	transform: rotate(-2deg);
}


.box-stat-img{
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}

.box-stat-img img{
	width: auto;
	height: 80px;
}

.box-stat-img span{
	position: absolute;
	left: 0;
	top: 20px;
	height: 40px;
	line-height: 40px;
	padding-left: 60px;
	font-weight: 900;
    font-size: 22px;
    background: var(--text-gr);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.box-stat-text{
	position: absolute;
	left: calc(50% + 34px);
	height: 36px;
	line-height: 36px;
	text-align: left;
	font-weight: 900;
    font-size: 16px;
    top: 80px;
    background: var(--text-gr);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.box-stat-ico{
	width: 40px;
    height: 40px;
    position: absolute;
   	top: 20px;
   	left: 20px;
    border-radius: calc(var(--br)* 100);
    background-color: var(--color-main) !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
    background-size: 400%;
}

.box-stat-ico-bg{
	width: 100%;
    height: 100%;
    position: relative;
    float: left;
    padding: 0px;
    background-color: var(--bg);
    border-radius: 1000px;
    margin-left: 2px;
}

.box-stat-ico-bg img {
    width: 100%;
    height: auto;
    padding: 8px;
    float: left;
    position: relative;
}

.box-table-wrap{
}

.box-title{
	text-align: center;
	height: 40px;
	line-height: 40px;
	z-index: 0;
}

.box-title img{
	width: 130px;
	top: -24px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0) skew(2deg);
	z-index: -1;
	opacity: 1;
}

.box-title span{
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	z-index: 3;
	background: var(--text-gr);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
	text-transform: uppercase;
}
.box-title:before{
	z-index: -1;
	content: '';
	width: 200px;
	height: 200px;
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left: -100px;
	transform: skew(2deg);
	background: rgb(36,0,13);
	background: radial-gradient(circle, #fde08d 0%, var(--bg) 50%);
	border-radius: calc(var(--br) * 100);
	opacity: 0.2;
}
.box-table-step{
	margin-top: 60px;
	padding: 20px var(--cont-pad) 20px var(--cont-pad);
}

.box-table-cont{
	text-align: center;
	overflow: hidden;
	border: 2px solid hsla(0, 0%, 100%, .1);
    border-radius: var(--br);
    box-shadow: inset 0 0 0 2px rgba(15, 21, 37, 1);
	border-radius: var(--br);
	padding: var(--cont-pad);
	border-color: hsla(232, 10%, 55%, .1);
	background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .04) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .1);
}
.box-table-cont .box-decor-circle img{
	opacity: 0.4;
}
.table-cont-name{
	height: 36px;
	line-height: 36px;
	font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 10px var(--color-main);
}

.table-cont-text{
	opacity: .7;
	padding: 4px 8px;
	border-radius: calc(var(--br) / 2);
}

.table-cont-text font{
	font-weight: 700;
}

.table-cont-desc{
	background: var(--color-main);
    border-radius: calc(var(--br) / 2);
    font-size: 14px;
    line-height: 20px;
    color: var(--bg);
    font-weight: 700;
    display: inline-block;
    padding: 8px 10px;
    margin: 10px 0 16px 0;
    transform: rotate(-1deg);
}



.sign-in-form{
	float: left;
	position: relative;
	transition: 0.3s ease-in-out all;
    max-width: 620px;
    top: 70px;
    margin-left: 50%;
    transform: translate(-50%, 0);
    background: var(--bg);
    border-radius: var(--br);
    left: var(--cont-pad);
    right: var(--cont-pad);
    padding: calc(var(--cont-pad) * 2);
    padding-top: 50px;
    z-index: 11;
    border: 2px solid hsla(0, 0%, 100%, .1);
    box-shadow: inset 0 0 0 4px hsla(0, 0%, 100%, .031);
}
.sign-email-wrap{
	float: left;
	position: relative;
	z-index: 4;
	opacity: 1;
}
.close-email{
	position: absolute;
	top: 22px;
	height: 20px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	right: 8px;
	font-size: 34px;
	font-weight: bold;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 18px var(--color-main);
	transform: rotate(45deg);
	cursor: pointer;
	z-index: -4;
	opacity: 0;
}
.sign-pass-wrap{
	position: absolute;
	left: calc(var(--cont-pad) * 2);
	right: calc(var(--cont-pad) * 2);
	top:50px;
	z-index: -5;
	opacity: 0;
}
.sign-email{
	transition: all ease-in-out 0.3s;
	position: absolute;
	top: 22px;
	left: 0;
	font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    text-shadow: 0 0 18px var(--color-main);
    padding-left: 50px;
    z-index: -3;
    opacity: 0;
}
.email-show{
	transition: all ease-in-out 0.3s;
	top: 16px;
	opacity: 1;
	z-index: 5;
}
.wrap-hide{
	z-index: -5;
	opacity: 0;
}
.wrap-show{
	z-index: 5;
	opacity: 1;
}
.sign-btn{
    transition: all ease 0.4s;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;

}

.sign-btn img {
    position: absolute;
    right: 14px;
    width: 18px;
}


.sign-in-form input{
	transition: border 0.4s ease;
    width: 100%;
    outline: none;
    border: 2px solid var(--color-main);
    box-shadow: 0 0 14px var(--color-2);
    padding: 21.5px 30px;
    padding-right: 180px;
    background-color: rgb(0, 0, 0, 1);
    color: #fff;
    letter-spacing: 1.5px;
    border-radius: calc(var(--br) * 2);
    font-size: 16px;
    font-weight: 800;
}
.sign-in-form input:hover{
		box-shadow: inset 0 0 20px var(--color-main);
}

.sign-dexcription{
	text-align: center;
	width: 100%;
	float: left;
	position: relative;
	height: 30px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	opacity: .7;
}

.main-gear-wrap{
	margin-top: 40px;
}

.box-gear-marg{
	margin-top: 60px;
}
.main-gear-box{
	padding: var(--cont-pad);
}
.main-gear-bg{
	overflow: hidden;
    border: 2px solid hsla(0, 0%, 100%, .1);
    border-radius: var(--br);
    box-shadow: inset 0 0 0 2px rgba(15, 21, 37, 1);
    border-radius: var(--br);
    padding: var(--cont-pad);
    border-color: hsla(232, 10%, 55%, .1);
    background: radial-gradient(71.86% 25% at 50% 0, rgba(168, 127, 255, .04) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .1);
}

.main-gear{
	height: 100%;
	padding-right: 60px;	
}

.main-gear-text{
	text-align: left;
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	height: 70px;
	padding-left: 64px;
	
}
.main-gear-text span{
	font-family: 'Open Sans';
	font-weight: 900;
	font-size: 16px;
	background: var(--text-gr);
	-webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 70px;
}
.main-gear-text split{
	position: absolute;
	left: 0;
	top: -2px;
	margin-left: 64px;
	font-size: 10px;
	color: var(--bg);
	background: var(--color-main);

    border-radius: calc(var(--br) / 6);
    font-size: 10px;
    padding: 0 8px;
    display: inline-block;
    font-weight: 600;
    line-height: 14px;
    transform: skew(24deg);
}
.main-gear-text split li{
	transform: skew(-24deg);
}
.main-gear-text font li{
	transform: skew(24deg);
}
.main-gear-text font{
	position: absolute;
	left: 0;
	bottom:  0px;
	transform: skew(-24deg);
	margin-left: 74px;
	font-size: 10px;
	color: var(--color-main);
	border: 1px solid var(--color-main);
    border-radius: calc(var(--br) / 6);
    font-size: 10px;
    padding: 0 8px;
    display: inline-block;
    font-weight: 500;
    line-height: 14px;
}
.main-gear-text img{
	width: auto;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
}

.main-gear-ico{
	width: 50px;
    height: 50px;
    position: absolute;
   	top: 10px;
   	left: 10px;
    border-radius: calc(var(--br)* 100);
    background-color: var(--color-main) !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
    background-size: 400%;
}

.main-gear-ico-bg{
	width: calc(100% - 4px);
   	height: calc(100% - 4px);
    position: relative;
    float: left;
    padding: 0px;
    background-color: var(--bg);
    border-radius: 1000px;
    margin-left: 2px;
    margin-top: 2px;
}

.main-gear-ico-bg img {
    width: 100%;
    top: -2px;
    height: auto;
    padding: 10px;
    float: left;
    position: relative;
}


.main-gear-btn-wp{
	transition: 0.3s ease-in-out all;
	cursor: pointer;
	width: 58px;
	height: 58px;
	position: absolute;
	right: 10px;
	top: 6px;
	border-radius: calc(var(--br) * 100);
	background-color: var(--color-main);
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
    background-size: 400%;
}
.main-gear-btn-wp:hover{
	transition: 0.3s ease-in-out all;
	background-color: #ff0c01;
}

.main-gear-btn-bg{
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	margin: 2px;
	position: relative;
	float: left;
	background: var(--bg);
	border-radius: calc(var(--br) * 100);
	opacity: 1;
}

.main-gear-btn-ico{
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	padding: 12px;
	box-shadow: 0 0 0px rgba(0,0,0,0);
	border-radius: calc(var(--br) * 100);
}
.main-gear-btn-ico:hover{
	transition: 0.3s ease-in-out all;
	box-shadow: 0 0 20px var(--color-main);
}
.main-gear-btn-ico img{
	transition: all ease-in-out 0.3s;
	width: 100%;
	width: 100%;
	margin-top: 5px;
	height: auto;
	transform: rotate(-45deg);
}

.main-gear-btn-wp:hover .main-gear-btn-ico img{
	transition: all ease-in-out 0.3s;
	margin-top: 7px;
	transform: rotate(-90deg) scale(1.25);
}
.gear-anim-sign{
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	height: 100%;
}
.gear-anim-page{
	position: absolute;
	background: url(/core/media/gear-decor.png);
	background-size: contain;
	opacity: 1;
	border-radius: var(--br);
}
.gear-anim-page[data-position='left-1']{left: 10%; top: 10%;width: 60px;height: 60px;}
.gear-anim-page[data-position='left-2']{left: 20%; top: 33%;width: 80px;height: 80px;}
.gear-anim-page[data-position='left-3']{left: 15%; top: 77%;width: 70px;height:70px;}
.gear-anim-page[data-position='left-4']{left: 8%; top: 60%;width: 40px;height:40px;}
.gear-anim-page[data-position='right-1']{right: 8%; top: 40%;width: 60px;height: 60px;}
.gear-anim-page[data-position='right-2']{right: 19%; top: 12%;width: 80px;height: 80px;}
.gear-anim-page[data-position='right-3']{right: 15%; top: 67%;width: 70px;height:70px;}
.gear-anim-page[data-position='right-4']{right: 8%; top: 8%;width: 40px;height:40px;}
.gear-anim-page[data-scale='1'] {
    -webkit-animation: scaleAnim 8s linear infinite;
    -webkit-animation-delay: 0.1s;
}
.gear-anim-page[data-scale='2'] {
    -webkit-animation: scaleAnim 12s linear infinite;
    -webkit-animation-delay: 0.1s;
}
.gear-anim-page[data-scale='3'] {
    -webkit-animation: scaleAnim 5s linear infinite;
    -webkit-animation-delay: 0.1s;
}
@keyframes scaleAnim {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}


.footer-sign{
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 20px 0;
	text-align: center;
	color: #fff;   
	text-shadow: 0 0 10px var(--color-main);
}

.all-page-marg{
	margin-top: 60px;
}

.all-page-box{
	padding: var(--cont-pad);
}
.all-page-bg{
	overflow: hidden;
    border: 2px solid hsla(0, 0%, 100%, .1);
    border-radius: var(--br);
    box-shadow: inset 0 0 0 2px rgba(15, 21, 37, 1);
    border-radius: var(--br);
    padding: var(--cont-pad);
    border-color: hsla(232, 10%, 55%, .1);
    background: radial-gradient(71.86% 25% at 50% 0, rgba(168, 127, 255, .04) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .1);
}


.all-page-title{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 0 14px;
	padding-left: 48px;
	height: 60px;
	line-height: 60px;
}

.all-page-title img{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 14px;
	left: 10px;
	z-index: 2;
}
.all-page-title span{
	transition: 0.3s ease-in-out all;
	position: relative;
	overflow: hidden;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	font-weight: 700;
	padding: 0 14px;
	border-radius: var(--br);
	color: rgba(255,255,255,1);
	text-shadow: 0 0 10px var(--color-main);
}
.all-page-title:before{
	transition: 0.4s ease-in-out top, 0.6s ease-in-out box-shadow;
	content: "";
	position: absolute;
	height: 50%;
	top: 25%;
	z-index: -1;
	width: 10px;
	background-color: var(--color-main);
	border-radius: calc(var(--br) * 100);
	left: -16px;
	opacity: 1;
	box-shadow: 0 -10px 60px 20px #fde08d;
}

.all-page-title font{
	display: inline-block;
	position: absolute;
	right: 20px;
	border: 1px solid var(--color-main);
	font-weight: 700;
	height: 30px;
	line-height: 28px;
	margin-top: 15px;
	padding: 0 14px;
	border-radius: calc(var(--br) / 2);
}

.all-page-text{
	padding: 0 var(--cont-pad) var(--cont-pad) var(--cont-pad);
}

.user-nav-fix{
	width: 100%;
    max-width: 1300px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #fff;
    height: 0px;
    z-index: 99;
}
.sidebar-show{
	z-index: -999999;
	top: -100vh;
}
.user-nav-wrap{
	width: var(--aside-w);
	position: absolute;
	height: calc(100vh - 104px);
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 var(--cont-pad) 0 var(--cont-pad);
	border-radius: var(--br);
}

.user-nav-cont{
	height: 100%;
	padding: 12px;
	border-radius: var(--br);
}

.user-nav-over{
	height: 100%;
	overflow-y: auto;
	padding-right: 2px;
}

.balance-wrap{
	height: 60px;
	line-height: 36px;
	font-size: 18px;
	color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 4px var(--color-main);
	background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .1) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .4);
    box-shadow: inset 0 0 0 2px rgba(15, 21, 37, 1);
    border-radius: 10px;
	font-weight: 600;
	overflow: hidden;
	margin-bottom: 4px;
}

.balance-ico{
	transition: left .4s linear;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.balance-wrap:before{
	transition: left .2s linear;
	width: 100px;
	height: 120px;
	background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .1) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .4);
    box-shadow: inset 0 0 0 2px rgba(15, 21, 37, 1);
	border-radius: 100%;
	position: absolute;
	content: "";
	top: -30px;
	left: -40px;
}

.balance-wrap:hover:before{
	transition: left .4s ease;
	left: -32px;
}

.balance-wrap:hover .balance-ico{
	transition: left .2s ease;
	left: 14px;
}

.balance-wrap span{
	transition: left .4s ease;
	position: absolute;
	color: rgba(255,255,255,1);
	opacity: 0.7;
	position: absolute;
	bottom: 6px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	padding-left: 60px;
	left: 8px;
	width: 100%;
	font-weight: 400;
}
.balance-wrap a:hover span{
	transition: left .4s ease;
	left: 14px;
}
.balance-wrap a{
	transition: padding-left .2s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	padding-left: 70px;
}
.balance-wrap a:hover{
	transition: padding-left .2s ease;
	padding-left: 76px;
}
.user-money-ico a{
	display: block;
	width: 100%;
	height: 100%;
}

.user-money-ico{
	width: 60px;
	height: 56px;
	position: absolute;
	right: -14px;
	top: 2px;
	transform: skew(-12deg);
	border-radius: 8px;
	background: rgba(0,0,0,0.15);
	z-index: 24;
}
.user-money-ico img{
	width: 24px;
	height: auto;
	float: left;
	position: relative;
	margin-top: 18px;
	left: 12px;
	transform: skew(12deg);
}

.balance-wrap:hover .user-money-ico img{
	-webkit-animation: icoRotate 0.4s linear;
    -webkit-animation-delay: 0.01s;
	
}

@keyframes icoRotate {
	0% {transform: skew(12deg) rotateY(0deg);}
	50% {transform: skew(12deg) rotateY(90deg);}
	51% {transform: skew(12deg) rotateY(90deg);}
	100% {transform: skew(12deg) rotateY(0deg);}
}


.user-link{
	transition: 0.4s ease-in-out top, 0.6s ease-in-out box-shadow;
	height: 46px;
	font-size: 14px;
	background-color: rgba(6,7,27,0.7);
    border-radius: 10px;
	font-weight: 500;
	overflow: hidden;
	margin-top: 6px;
	position: relative;
}

.user-link:hover{
	transition: all ease-in-out 0.4s;
	background-color: rgba(6,7,27,1);
}

.user-link:before {
    transition: 0.4s ease-in-out all;
    content: "";
    position: absolute;
    height: 40px;
    top: -40px;
    z-index: 0;
    width: 40px;
    background-color: var(--color-main);
    border-radius: calc(var(--br)* 100);
    left: -40px;
    opacity: 0;
    box-shadow: 0 -10px 60px 20px var(--color-main);
}.user-link:hover:before{
	transition: all ease-in-out 0.2s;
	top: -28px;
	left: -28px;
    opacity: 1;
}
.user-link:after{
	transition: 0.8s ease-in-out all;
    content: "";
    position: absolute;
    height: 40px;
    bottom: -100px;
    z-index: 0;
    width: 40px;
    background-color: var(--color-main);
    border-radius: calc(var(--br)* 100);
    right: -40px;
    opacity: 0;
    box-shadow: 0 -10px 60px 20px var(--color-main);
}
.user-link:hover:after{
	transition: all ease-in-out 0.6s;
	bottom: -60px;
	right: -40px;
    opacity: 1;
}
.user-link img{
	width:22px;
	height: auto;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -12px;
}
.user-link span img{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -8px;
	left: auto;
}
.user-link a{
	width: 100%;
	height: 46px;
	line-height: 46px;
	padding-left: 50px;
	display: block;
	position: relative;
	float: left;
	color: #efd0f7;
}

.user-link a:hover{
	color: #fff;
}

.user-link a split{
	float: right;
	font-size: 12px;
	font-weight: 800;
	margin-right: 6px;
	color: #ffae00;
}

.user-info-bg{
	border-radius: var(--br);
}

.user-info-wrap{
	padding: 5px 5px;
}
.user-info-box{
	height: 56px;
	overflow: hidden;
	border-color: hsla(232, 10%, 55%, .8);
    background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .01) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .51);
	border-radius: var(--br);
	box-shadow: inset 0 0 0 1px rgba(15, 21, 37, 1);
}

.user-info-box-img{
	position: absolute;
	left: 4px;
	top: 4px;
	width: 48px;
	height: 48px;
	padding: 12px;
	box-shadow: inset 2px 0 0 1px rgba(15, 21, 37, 1);
    border-radius: var(--br);
    border-color: hsla(232, 10%, 55%, .1);
    background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .04) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .1);
}
.user-info-box-img img{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.user-info-cont{
	padding-left: 56px;
	padding-right: 10px;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	padding-top: 8px;
	color: #bddddddd;
}

.user-info-cont font{
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 4px #00ffde;
}

.user-cont{
	padding: 40px 0;
	min-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.user-bar{
	padding: 5px;
}

.user-bar-text{
	text-align: left;
	position: relative;
	display: inline-block;
	width: 100%;
	float: left;
	height: 60px;
	padding-left: 64px;
	
}
.user-bar-text span{
	font-family: 'Open Sans';
	font-weight: 900;
	font-size: 16px;
	background: var(--text-gr);
	-webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 60px;
}
.user-bar-text split{
	position: absolute;
	left: 0;
	top: 4px;
	margin-left: 54px;
	color: var(--bg);
	background: var(--color-main);
    border-radius: calc(var(--br) / 6);
    font-size: 10px;
    padding: 0 8px;
    display: inline-block;
    font-weight: 600;
    line-height: 12px;
    transform: skew(24deg);
}
.user-bar-text split li{
	transform: skew(-24deg);
}
.user-bar-text font li{
}
.user-bar-text font{
	position: absolute;
	left: 0;
	bottom:  8px;
	transform: skew(-24deg);
	margin-left: 54px;
	width: calc(100% - 70px);
	background: rgba(255,255,255,0.04);
	color: var(--color-main);
    border-radius: calc(var(--br) / 6);
    font-size: 10px;
    padding: 0 8px;
    display: inline-block;
    font-weight: 500;
    height: 4px;
}
.user-bar-text font span{
	float: left;
	position: relative;
	display: inline-block;
	height: 4px;
	width: 33%;
	background: var(--text-gr);
	border-radius: calc(var(--br) / 6);
}
.user-bar-text img{
	width: auto;
	height: 56px;
	position: absolute;
	left: 2px;
	top: 2px;
}

.user-bar-ico{
	width: 40px;
    height: 40px;
    position: absolute;
   	top: 10px;
   	left: 10px;
    border-radius: calc(var(--br)* 100);
    background-color: var(--color-main) !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
    background-size: 400%;
}

.user-bar-ico-bg{
	width: calc(100% - 4px);
   	height: calc(100% - 4px);
    position: relative;
    float: left;
    padding: 0px;
    background-color: var(--bg);
    border-radius: 1000px;
    margin-left: 2px;
    margin-top: 2px;
}
.user-bar-ico-bg img {
    width: 100%;
    top: 0px;
    left: 0px;
    height: auto;
    padding: 6px;
    float: left;
    position: relative;
}
.user-bar-box, .box-100-kassa{
	height: 60px;;
	overflow: hidden
	border-color: hsla(232, 10%, 55%, .8);
    background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .01) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .51);
	border-radius: var(--br);
	box-shadow: inset 0 0 0 1px rgba(15, 21, 37, 1);
}

.box-100-kassa{
	width: calc(100% - 140px);
	float: left;
	position: relative;
	z-index: 2;
	margin-left: 70px;
	border-radius: calc(var(--br) * 100);

}

.kassa-icon-wrap, .kassa-info-wrap{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	overflow: hidden;
}
.kassa-icon-wrap{
	left: 0;
	padding: 18px;
	border-radius: calc(var(--br) * 100) 0 0 calc(var(--br) * 100);
}

.kassa-info-wrap{
	right: 2px;
	padding: 14px;
	cursor: pointer;
	z-index: 3;
	border-radius: 0 calc(var(--br) * 100) calc(var(--br) * 100) 0;
}

.kassa-icon-wrap img, .kassa-info-wrap img{
	width: 100%;
	height: auto;
	z-index: 3;
}


.kassa-center-wrap{
	height: 60px;
	line-height: 60px;
	width: 100%;
	position: relative;
	float: left;
	padding: 0 64px;
	text-align: center;
	font-size: 20px;
    font-weight: 600;
    overflow: hidden;
}

.kassa-center-wrap span{
	color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 4px var(--color-main);
    position: relative;
    display: inline-block;
}

.kassa-center-wrap span:before {
    transition: 0.4s ease-in-out all;
    content: "";
    position: absolute;
    height: 2px;
    top: -2px;
    z-index: 0;
    width: 2px;
    background-color: var(--color-main);
    border-radius: calc(var(--br)* 100);
    left: 50%;
    transform: translate(-50%,0);
    box-shadow: 0 -10px 60px 28px var(--color-main);
}

.user-bar-clan-wrap{
	width: 40%;
	height: 40px;
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
	z-index: 9;
	cursor: pointer;
}
.user-bar-clan-box{
	height: 40px;
	overflow: hidden;
	position: relative;
	border-color: hsla(232, 10%, 55%, .8);
    background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .01) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .51);
	border-radius: var(--br);
	box-shadow: inset 0 0 0 1px rgba(15, 21, 37, 1);
}
.user-bar-clan-box:before {
	transition: 0.8s ease-in-out all;
    content: "";
    position: absolute;
    height: 40px;
    z-index: 0;
    width: 40px;
    background-color: var(--color-main);
    border-radius: calc(var(--br)* 100);
    box-shadow: 0 -10px 60px 20px var(--color-main);
    bottom: -40px;
    left: -60px;
    opacity: 1;
}


.user-bar-clan-box-img{
	position: absolute;
	left: 4px;
	top: 2px;
	width: 34px;
	height: 34px;
	padding: 8px;
	box-shadow: inset 2px 0 0 1px rgba(15, 21, 37, 1);
    border-radius: var(--br);
    border-color: hsla(232, 10%, 55%, .1);
    background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .04) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .1);
}
.user-bar-clan-box-img img{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.user-bar-clan-cont{
	padding-left: 42px;
	padding-right: 10px;
	line-height: 14px;
	text-align: left;
	font-size: 12px;
	padding-top: 6px;
	color: #bddddddd;
}

.user-bar-clan-cont font{
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 4px #00ffde;
}

.user-bottom-line-cont{
	padding-left: 56px;
	padding-right: 10px;
	line-height: 24px;
	text-align: left;
	font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 4px var(--color-main);
	padding-top: 8px;
	font-weight: 600;
}

.user-bottom-line-cont font{
	transition: left .4s ease;
    position: absolute;
    color: rgba(255, 255, 255, 1);
    opacity: 0.7;
    position: absolute;
    bottom: -20px;
    height: 20px;
    line-height: 16px;
    font-size: 12px;
    padding-left: 54px;
    left: 8px;
    width: 100%;
    font-weight: 400;
}

.box-100-kassa .main-gear-btn-wp{
	width: 44px;
	height: 44px;
}

.box-100-kassa .main-gear-btn-ico{
	padding: 6px;
}

.mobile-right{
	float: right;
}

.user-sidebar{
	width: 250px;
	height: 52px;
	padding: 1px;
	background: #666;
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-radius: var(--br);
}
.user-sidebar:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    opacity: 1;
    transition: opacity .3s ease-in-out;
    border-radius: var(--br);
    background-color: var(--color-main) !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100px;
}

.user-sidebar-bg{
	transition: all 0.6s  ease-in-out;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	position: relative;
	float: left;
	background-color: var(--bg);
	border-radius: var(--br);
	padding-right: 30px;
}

.user-sidebar-txt{
	transition: all 0.2s  ease-in-out;
	float: left;
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 800;
}

.user-sidebar-txt span{
	transition: all 0.2s  ease-in-out;
	display: block;
	color: #fff;
}

.user-sidebar-img{
	width: 44px;
	height: 44px;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 3px;
	border-color: hsla(232, 10%, 55%, .8);
    background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .01) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .51);
	border-radius: var(--br);
	box-shadow: inset 0 0 0 1px rgba(15, 21, 37, 1);
}
.user-sidebar-img:before {
	transition: 0.8s ease-in-out all;
    content: "";
    position: absolute;
    height: 40px;
    z-index: 0;
    width: 40px;
    background-color: var(--color-main);
    border-radius: calc(var(--br)* 100);
    box-shadow: 0 -10px 60px 20px var(--color-main);
    bottom: -40px;
    left: -60px;
    opacity: 1;
}

.user-sidebar-img-box{
	position: absolute;
	left: 2px;
	top: 2px;
	width: 40px;
	height: 40px;
	padding: 8px;
	box-shadow: inset 2px 0 0 1px rgba(15, 21, 37, 1);
    border-radius: var(--br);
    border-color: hsla(232, 10%, 55%, .1);
    background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .04) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .1);
}
.user-sidebar-img-box img{
	width: 100%;
	height: auto;
	position: relative;
	float: left;
}
.user-page-pad{
	padding: 20px 20px;
}
.user-page-header{
	width: 100%;
	height: 70px;
	text-align: center;
	float: left;
	position: relative;
}

.user-page-header span{
	position: relative;
	line-height: 40px;
	margin-top: 30px;
	font-weight: 900;
    font-size: 18px;
	display: inline-block;
	    background: var(--text-gr);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.user-page-header span img{
	width: 130px;
	height: auto;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%,0);
}

.user-page-title{
	position: relative;
	line-height: 40px;
	padding-left: 50px;
	font-size: 16px;
}
.user-page-title-num{
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	box-shadow: inset 2px 0 1px 1px var(--color-main);
    border-radius: var(--br);
    border-color: hsla(232, 10%, 55%, .1);
    background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .04) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .1);
}

.user-page-title span{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.user-page-title split{
	float: left;
	position: relative;
	background-color: rgba(6, 7, 27, 0.7);
    border-radius: 10px;
	color: #efd0f7;
	padding: 0 20px;
	margin-right: 10px;
	font-weight: 700;
	overflow: hidden;
	cursor: pointer;
}
.user-page-title split:before {
    transition: 0.4s ease-in-out all;
    content: "";
    position: absolute;
    height: 40px;
    top: -40px;
    z-index: 0;
    width: 40px;
    background-color: var(--color-main);
    border-radius: calc(var(--br)* 100);
    left: -40px;
    opacity: 0;
    box-shadow: 0 -10px 40px 20px var(--color-main);
}

.user-page-title split:hover:before, .pick-system:before {
    transition: all ease-in-out 0.2s;
    top: -30px !important;
    left: -30px !important;
    opacity: 1 !important;
}
.sys{
	padding: 0 20px 0 40px !important;
	margin-bottom: 10px;
}
.user-page-title split img{
	width: 24px;
	height: auto;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translate(0%,-50%);
	border-color: hsla(232, 10%, 55%, .1);
}
.user-form-group{
	position: relative;
	float: left;
}
.user-page-title label{
	position: absolute;
	top: -38px;
	left: 20px;
	font-size: 12px;
	color: #efd0f7;
}

.user-page-title input{
	min-width: 200px;
	float: left;
	border-radius: calc(var(--br) / 2);
	padding: 14px 24px;
	background: rgba(0,0,0,0.5);
	outline: none;
	border: 2px solid #292932;
    color: #efd0f7;
    font-weight: 900;
    margin-top: -4px;
}

.pay-button{
	transform: scale(0.8);
	margin-top: -6px;
}

.pay-button span{
	margin-right: 0;
	padding: 0 20px;
}
.user-table .main-gear-btn-wp{
	width: 44px;
	height: 44px;
}
.user-table .main-gear-btn-ico{
	padding: 6px;
}
.user-table{
	border: 2px solid hsla(0, 0%, 100%, .1);
    border-radius: var(--br);
    box-shadow: inset 0 0 0 2px rgba(15, 21, 37, 1);
    border-radius: var(--br);
    padding: var(--cont-pad);
    border-color: hsla(232, 10%, 55%, .1);
    background: radial-gradient(71.86% 25% at 50% 0, rgba(168, 127, 255, .04) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .1);
}
.table-line:nth-child(1){
	font-weight: 700;
	line-height: 40px;
}
.table-line:nth-child(odd) {
    background: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}
.table-line {
	background: rgba(0, 0, 0, 0.15);
	padding: 12px;
}
.table-line .box-25:nth-child(1){
	padding-left: 20px;
}

.table-line .box-25:last-child{
	text-align: center;
}

.no-data{
	padding: 16px;
	text-align: center;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	margin-top: 10px;
}
.aside-exit{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	background: rgba(0,0,0,0.2);
	font-size: 12px;
	color: #5c5169;
}
.user-link-btn{
	width: calc(50% - 10px);
	margin: 10px 5px;
	float: left;
	transition: 0.4s ease-in-out top, 0.6s ease-in-out box-shadow;
    height: 80px;
    font-size: 14px;
    background-color: rgba(6, 7, 27, 0.7);
    border-radius: 10px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
}

.user-link-btn:hover:after {
    transition: all ease-in-out 0.6s;
    bottom: -60px;
    right: -40px;
    opacity: 1;
}

.user-link-btn img {
    width: 32px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    top: 24px;
    margin-top: -12px;
}
.user-link-btn a{
	width: 100%;
    height: 80px;
    padding-top: 30px;
    line-height: 60px;
    text-align: center;
    display: block;
    position: relative;
    float: left;
    color: #efd0f7;
    font-weight: 700;
}
.user-link-btn:before {
    transition: 0.4s ease-in-out all;
    content: "";
    position: absolute;
    height: 40px;
    top: -40px;
    z-index: 0;
    width: 40px;
    background-color: var(--color-main);
    border-radius: calc(var(--br)* 100);
    left: -40px;
    opacity: 0;
    top: -34px !important;
    left: -34px !important;
    opacity: 1 !important;
    box-shadow: 0 -10px 60px 20px var(--color-main);
}
.user-link-btn:after {
    transition: 0.8s ease-in-out all;
    content: "";
    position: absolute;
    height: 40px;
    bottom: -100px;
    z-index: 0;
    width: 40px;
    background-color: var(--color-main);
    border-radius: calc(var(--br)* 100);
    right: -40px;
    opacity: 0;
    box-shadow: 0 -10px 60px 20px var(--color-main);
}
.main-about-img img{
	width: 80%;
	height: auto;
	left: 8%;
	top: -60px;
	position: absolute;
}
.about-img img{
	width: 60%;
	margin-left: 20%;
	height: auto;
	float: left;
	position: relative;
}
.about-name{
	width: calc(100% - 10px);
}

.user-gear-btn-wp{
	transition: 0.3s ease-in-out all;
	cursor: pointer;
	width: calc(100% - 18px);
	height: calc(100% - 18px);
	position: absolute;
	right: 9px;
	top: 9px;
	border-radius: calc(var(--br) * 100);
	background-color: var(--color-main);
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
    background-size: 400%;
}
.user-gear-btn-wp:hover{
	transition: 0.3s ease-in-out all;
	background-color: #ff0c01;
}

.user-gear-btn-bg{
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	margin: 2px;
	position: relative;
	float: left;
	background: var(--bg);
	border-radius: calc(var(--br) * 100);
	opacity: 1;
}

.user-gear-btn-ico{
	width: 100%;
	height: 100%;
	position: relative;
	float: left;
	padding: 12px;
	box-shadow: 0 0 0px rgba(0,0,0,0);
	border-radius: calc(var(--br) * 100);
}
.user-gear-btn-ico:hover{
	transition: 0.3s ease-in-out all;
	box-shadow: 0 0 20px var(--color-main);
}
.user-gear-btn-ico img{
	transition: all ease-in-out 0.3s;
	width: 100%;
	margin-top: 0px;
	height: auto;
	transform: scale(0.9);
}

.user-gear-btn-wp:hover .user-gear-btn-ico img{
	transition: all ease-in-out 0.3s;
	transform: scale(0.8);
}

.user-gear-submit{
	position: absolute;
	width: 100%;
	top: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	background: radial-gradient(71.86% 50% at 50% 0, rgba(168, 127, 255, .01) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .51);
    box-shadow: inset 0 0 0 1px rgba(15, 21, 37, 1);
	border-radius: 8px;
	font-weight: 700;
	color: #efd0f7;
	cursor: pointer;
}
.user-gear-submit:before {
    transition: 0.4s ease-in-out all;
    content: "";
    position: absolute;
    height: 2px;
    top: -2px;
    z-index: 0;
    width: 2px;
    background-color: var(--color-main);
    border-radius: calc(var(--br)* 100);
    left: 50%;
    transform: translate(-50%,0);

    box-shadow: 0 -10px 20px 18px var(--color-main);
    opacity: 0.5;
}

.shop-gear-line{
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 10px;
	background: rgba(0,0,0,0.2);
	margin-top: 6px;
	color: #ddddddcc;
}

.shop-gear-line span{
	float: left;
}

.shop-gear-line font{
	float: right;
	font-weight: 700;
	color: #efd0f7;
}
.shop-gear-input{
	width: 30%;
	float: left;
	position: relative;
}
.shop-gear-input input{
	width: 100%;
	float: left;
	border-radius: calc(var(--br) / 2);
	padding: 14px 24px;
	background: rgba(0,0,0,0.5);
	outline: none;
	border: 2px solid #292932;
    color: #efd0f7;
    font-weight: 900;
    margin-top: 2px;
    text-align: center;
}

.shop-gear-btn{
	width: 70%;
	float: left;
	position: relative;
}

.shop-pay-button{
	width: 100%;
	transform: scale(0.9);
}

.quest-line{
	margin-bottom: 10px;
}

.quest-button{
	position: absolute;
	right: -8px;
	top: 2px;
	transform: scale(0.8);
}


.disable-btn{
	height: 48px;
	position: absolute;
	right: 4px;
	top: 4px;
	border-radius: var(--br);
	background: #000;
	line-height: 48px;
	padding: 2px;
	box-shadow: inset 0 0 0 8px rgba(15, 21, 37, 1);
}

.disable-btn-bg{
	transition: all 0.6s  ease-in-out;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	position: relative;
	float: left;
	background-color: var(--bg);
	border-radius: calc(var(--br) * 100);
}

.disable-btn-txt{
	line-height: 44px;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #ddddddcc;
	font-size: 12px;
	opacity: 0.5;
}

.user-table-btn{
	width: calc(100% - 40px);
	margin-left: 20px;
	float: left;
	position: relative;
	border-radius: 10px 10px 0 0;
	border: 2px solid hsla(0, 0%, 100%, .1);
	border-bottom: 0;
	overflow: hidden;
	box-shadow: inset 0 0 0 2px rgba(15, 21, 37, 1);
	background: radial-gradient(71.86% 25% at 50% 0, rgba(168, 127, 255, .04) 0, rgba(168, 127, 255, 0) 100%), rgba(4, 1, 21, .1);
}

.user-table-btn a{
	transition: 0.3s ease all;
	height: 46px;
	line-height: 46px;
	width: calc(100% / 3);

	float: left;
	display: block;
	text-align: center;
	background-color: rgba(6, 7, 27, 0.4);
	color: #ddddcccc;
}
.user-table-btn a:hover, .ref-link-act{
	transition: 0.3s ease all;
	color: #fff !important;
	font-weight: 700;
	background-color: rgba(6, 7, 27, 1) !important;
}

.ref-page-title{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 0 14px;
	padding-left: 48px;
	height: 60px;
	line-height: 60px;
}

.ref-page-title img{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 14px;
	left: 10px;
	z-index: 2;
}
.ref-page-title span{
	transition: 0.3s ease-in-out all;
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
	font-weight: 700;
	padding: 0 14px;
	border-radius: var(--br);
	color: rgba(255,255,255,1);
	text-shadow: 0 0 10px var(--color-main);
}
.ref-page-title:before{
	transition: 0.4s ease-in-out top, 0.6s ease-in-out box-shadow;
	content: "";
	position: absolute;
	height: 50%;
	top: 25%;
	z-index: -1;
	width: 10px;
	background-color: var(--color-main);
	border-radius: calc(var(--br) * 100);
	left: -16px;
	opacity: 1;
	box-shadow: 0 -10px 60px 20px var(--color-main);
}

.ref-link-group{
	position: relative;
	float: left;
}

.ref-link-group img{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 8px;
    left: auto;
    top: 12px;
    cursor: pointer;
}

.ref-page-text{
	padding: 0 var(--cont-pad) var(--cont-pad) var(--cont-pad);
	color: #ddddddcc;
}
.ref-page-text span{
	color: var(--color-main);
	font-weight: 700;
}
.ref-page-title input{
	width: auto;
	min-width: 300px;
    float: left;
    border-radius: calc(var(--br) / 2);
    padding: 14px 44px 14px 14px;
    background: rgba(0, 0, 0, 0.5);
    outline: none;
    border: 2px solid #292932;
    color: #efd0f7;
    font-weight: 700;
    margin-top: 4px;
}


.ref-btn{
	transition: all 0.6s  ease-in-out;
	height: 48px;
	position: absolute;
	right: 4px;
	top: 4px;
	border-radius: var(--br);
	background-color: var(--color-main);
	line-height: 48px;
	padding: 2px;
	cursor: pointer;
}

.ref-btn-bg{
	transition: all 0.6s  ease-in-out;
	width: 100%;
	height: 44px;
	position: relative;
	float: left;
	background-color: var(--bg);
	border-radius: calc(var(--br) * 100);
}
.ref-btn:hover .ref-btn-bg{
	transition: all 0.6s  ease-in-out;
	background-color: rgba(0,0,0,2);
}
.ref-btn-txt{
	line-height: 44px;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #ddddddcc;
	font-size: 12px;
	opacity: 0.5;
}
.ref-btn-txt a{
	width: 100%;
	height: 100%;
	padding: 0 20px;
	display: block;
}
.ref-btn-txt span{
	margin-top: 0;
	line-height: 44px;
}

.modal-swall{
	width: 500px;
	overflow: hidden;
	color: #efccea;
    font-size: 16px;
	padding: 2px;
    border-radius: var(--br);
    background: linear-gradient(150deg, var(--color-main) 0%, rgba(0,0,0,0) 85%);
}
.swal2-container{
	background-color: rgba(0,0,0,0.9) !important;
}
.swal2-contentwrapper{
	width: 100%;
	position: relative;
	float: left;
	padding-bottom: 80px;
	border-radius: var(--br);
    box-shadow: 2px 2px 4px rgb(0 0 0 / 45%), inset 1px 1px 4px rgb(0 0 0 / 0%);
    background-image: radial-gradient(circle farthest-corner at left -10%, #090f20 0, #090f20 80%);
}
.swal2-popup .swal2-title {
	text-align: center;
	letter-spacing: 2px;
	text-transform: none;
	position: relative;
	display: block;
	word-wrap: break-word;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,0.3);
	border-radius: 8px;
}

.swal2-popup .swal2-title span{
	font-size: 22px;
	font-weight: 700;
	background-image: var(--text-gr);
    text-transform: capitalize;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.swal2-popup .swal2-content split{
	color: #ccceef;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1.2px;
}
.swal2-popup .swal2-content font{
	color: #dadada;
	font-weight: 600;
}
.swal2-content{
	padding: 54px 25px;
	color: #f7eed0;
	text-align: center;
}

.swal2-content:before{
	left: 5%;
	width: 90%;
	height: 1px;
	border-radius: 100px;
	position: absolute;
	content: "";
	bottom: 16px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255 248 90 / 60%) 50%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.7;
}

.swal2-content:after{
	left: 5%;
	width: 90%;
	height: 1px;
	border-radius: 100px;
	position: absolute;
	content: "";
	top: 16px;
	    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 0%, rgb(255 248 90 / 60%) 50%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.7;
}
.swal2-buttonswrapper .btn-poup{
	position: absolute;
}
.swal2-popup .swal2-buttonswrapper{
	color: #ccceef;
    background-image: linear-gradient(115deg, var(--viol), var(--pink));
	height: 54px;
	line-height: 54px;
	padding: 4px;
	border-radius: 10px;
	width: 184px;
	margin-left: -92px;
	transform: translate(0,-50%);
	left: 50%;
	position: absolute;
	bottom: 0;
}
.btn-poup{
	transition: all 0.4s ease;
	outline: none;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	width: 180px;
	float: left;
	background-color: #060719;
    border-radius: calc(var(--br)* 100);
    border: none;
    outline: none;
    font-weight: 600;
    color: #ccceef;
	cursor: pointer;
	letter-spacing: 1.2px;
}

.btn-poup:hover{
	transition: all 0.4s ease;
    background: var(--color-main);
    color: var(--bg);
}

.vip-pay-button{
	width: 80%;
	margin-top: 20px;
	transform: scale(0.9);
}
.vip-act{
	cursor: default;
}
.vip-act:before{
	transition: all 0.3s  ease-in-out;
	background-color: var(--color-main) !important;
}

.accordion {
    width: 100%;
    min-height: 0;
    display: block;
    position: relative;
    padding: 0px;
    float: left;

}

.accordion h2 {
    font-size: 16px;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    padding: 16px 25px;
    cursor: pointer;
    background: var(--bg);
    border-radius: var(--br);
}
.accordion h2:hover{
	background: var(--bg-2);
}

.msg {
	position: relative;
	opacity: 1;
}
 
.msg p {
	line-height: 20px;
	letter-spacing: 1px;
	padding: 16px 20px;
	color: #bddddddd;
	margin: 0;
	margin-bottom: 20px;
	border-radius: var(--br);
}

.msg a{
	font-weight: bold;
}

.accordion ul li input[type=checkbox]:checked ~ div.msg {
	transition: height ease 0.3s;
	height: 0px;
	opacity: 0;
	border-radius: var(--br);
}

.accordion ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
 
.accordion ul li {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
 

.accordion ul li:last-of-type {
  padding-bottom: 0;
}
 

.accordion ul li i {
  position: absolute;
  transform: translate(-10px, 0);
  margin-top: 20px;
  right: 25px;
}
 

.accordion ul li i:before, .accordion ul li i:after {
  content: "";
  position: absolute;
  background-color: var(--color-main);
  width: 4px;
  height: 14px;
}

.accordion ul li i:before {
  transform: translate(4px, 0) rotate(180deg);
}
.accordion ul li i:after {
  transform: translate(4px, 0) rotate(90deg);
}
 
.accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}



.accordion ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(4px, 0) rotate(90deg);

}
.accordion ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(4px, 0) rotate(0deg);
}

div.msg, ul li i:before, ul li i:after {
    transition: all 0.5s ease-in-out;
}

.accordion-link{
	width: 100%;
	float: left;
	position: relative;
	height: 30px;
	line-height: 36px;
	text-align: center;
}

.accordion-link a{
	font-weight: bold;
	color: #494949;
}

.banner-box input{
	width: 80%;
	margin-left: 10%;
	min-width: 300px;
    float: left;
    border-radius: calc(var(--br) / 2);
    padding: 14px 44px 14px 14px;
    background: rgba(0, 0, 0, 0.5);
    outline: none;
    border: 2px solid #292932;
    color: #efd0f7;
    font-weight: 700;
    margin-top: 4px;
}

.banner-btn{
	width: 32px;
    height: 32px;
    position: absolute;
    right: 8px;
    left: auto;
    top: 12px;
    cursor: pointer;
}

.banner-img{
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.bonus-btn-wrap{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.stage-gear-wrap{
	padding: 20px;
}

.stage-gear-wrap img{
	height: auto;
	width: 100%;
	float: left;
}
.stage-gray{
	opacity: 0.4;
}
.stage-circle-wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0.8);
}
.stage-gear-circle{
	width: calc(var(--circle-vh) / 2);
    height: calc(var(--circle-vh) / 2);
    position: relative;
    top: 0;
    z-index: 11;
    border-radius: calc(var(--br)* 100);
    background-color: var(--color-main) !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
    background-size: 400%;
    padding: 4px 0 0 0;
}

.stage-gear-circle-bg{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
	background: var(--bg);
	border-radius: calc(var(--br)* 100);
}

.disable-btn-play{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.circle-wrap-step{
	position: absolute;
	top: 0px;
	left: 0px;
}

.circle-up-step{
	background-color: red;
	width: 60px;
	height: 60px;
	border-radius: calc(var(--br) * 100);
    background-color: var(--color-main) !important;
    background-image: url(/core/media/water.webp);
    background-blend-mode: luminosity;
    background-size: 100%;
    background-size: 400%;
}

.lvl-step-gear {
    margin-top: 1px;
    margin-left: 2px;
}