.enableAnimation {
	width: 100px;
	opacity: 0.7;
	border-radius: 10px;
	padding: 5px;
}

.walletNotConnected {
	opacity: 0.5;
	position: relative;
	margin-bottom: 75px;
	z-index: 0;
}

/*
.walletNotConnected::after,
.walletNotConnected::before {
	color: black;
	line-height: 100%;
	font-size: large;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3;

}

.walletNotConnected::before {
	content: "Connect your wallet ";
	top: 0.4em;
}


.walletNotConnected::after {
	content: "to use this service.";
	bottom: 0.4em;
}
*/
:root {
	--seconds-passed: '';
	/* значение по умолчанию */
}

.earnLastTime::after {
	content: var(--seconds-passed);
	position: relative;
	top: 4em;
	width: 98%;
	display: block;
	text-align: end;
}

.walletNotConnected {
	z-index: 2;

}


.walletNotConnected::before {
	content: "Connect crypto-Wallet to use this service.";
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
	color: red;
	font-weight: 700;
	border: 1px solid red;
	box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
	/*background: red;*/
	border-radius: 10px;
	padding: 15px;
	line-height: 100%;
	cursor: pointer;
	position: absolute;
	width: calc(100% - 6em);
	text-align: center;
	z-index: 3;
}

.neon_negativity.walletNotConnected::before {
	color: #0052ff;
	border: 1px solid #0052ff;
	width: calc(100% - 2em);
}

.walletNotConnected .partnerServices {
	display: none;
}

.partnerServices {
	border: 1px solid var(--violet);
	padding: 0.5em;
	margin-top: 0.5em;
	border-radius: 15px;
}

.partnerServices li {
	/*display: flex;
	flex-direction: row;
	justify-content: space-between;*/
	border-bottom: 1px solid #b164df24;
	padding: 0.5em 0;
	font-size: 0.8em;
	z-index: 2;
	overflow: hidden;
}

.partnerServices button {
	margin: 1em;
	margin-left: 0;
}



.transactionBox {
	display: none;
	margin: 10px 0;
	font-size: 0.5em;
	text-shadow: none;
	color: black;
	font-size: 18px;
}

.transactionBox .confirm__dialog-body {
	margin: 0;
}

.transactionBox .confirm__dialog-body span {
	overflow: hidden;
	white-space: nowrap;
}


.transactionBox .confirm__dialog-body span:nth-child(2n) {
	max-width: 70%;
}

#trStatus {
	position: relative;
	overflow: visible;
}

#trStatus.processing::after {
	content: '';
	background: url('/img/loading.gif') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -2em;
	top: 50%;
	transform: translateY(-35%);
}




.blockMainImg {
	width: 192px;
	height: 192px;
	display: block;
	margin: auto;
	position: relative;
	/*top: 50%;
	transform: translateY(-96px);
	margin-right: 222px;*/
}

.token_ico {
	position: relative;
	width: 3em;
	height: 1em;

}

.token_ico::before {
	background-size: cover;
	content: '';
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

span.token_ico.mht_ico {
	width: 1em;
	display: inline-block;
	margin-right: 0.5em;
}

.goToInfo {
	position: relative;
	cursor: pointer;
	z-index: 2;
}



.goToInfo::after {
	content: '?';
	margin: 0 5px;
	display: inline-block;
	transform: translateY(-6px);
	opacity: 0.2;
	border: 1px solid #056507;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	background: var(--green);
	color: white;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0 6px;
	box-shadow: inset 0px 0px 5px #056507;
}

.eth_ico::before {
	background-image: var(--eth_ico);
	width: 1.8em;
	height: 1.8em;
}

.mht_ico::before {
	background-image: var(--mht_ico);
}



.blockInfo {
	color: var(--white);
	position: relative;
	line-height: 1.6;
	padding-top: 1em;
}

.blockInfo h3,
.blockInfo h2 {
	font-weight: 900;
	text-align: center;
	color: var(--white);
	text-shadow: 4px 2px 9px darkblue;
	-webkit-text-stroke: 1px #111;
}

.blockInfo h3 {
	font-weight: 500;
	color: var(--violet);
	text-shadow: none;
	text-align: left;
	-webkit-text-stroke: 1px #1111116e;
}

.blockInfo_alt .text {
	color: var(--white);
}

.blockInfo_alt h2 {
	text-shadow: 3px 2px 3px var(--green);
}

.text {
	margin: 0 auto;
	max-width: calc(1024px - 4em);
	width: calc(100% - 4em);
	padding: 2em;

	line-height: normal;
	color: #444444;
	font-size: 24px;
	font-weight: 300;
	text-align: justify;
}

.terms {
	color: var(--white);
	margin-top: 15em;
}

.terms p {
	margin-top: 1em;
}

.terms a {
	color: var(--green);
}

.terms li {
	margin: 1em 2em;
}

.terms ul {
	list-style: circle;
	font-size: 0.9em;
}

.text img {
	filter: drop-shadow(0px 0px 10px #f2f6f770);
}

.workText {
	width: calc(100% - 2em);
	padding: 1em;
}



.rouletteStartText {
	width: 100%;
	padding: 0;
	padding-bottom: 2em;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	text-shadow: none;
}




.earnText .neon {
	margin: 4em 0 6em 0;
}






.low_text {
	/*earn about*/
	/*font-size: 0.8em;*/
	font-weight: 500;
	text-shadow: none;
	color: #444444;

}

.low_text2 {
	/*earn about*/
	/*font-size: 0.8em;*/
	font-weight: 200;
	text-shadow: none;
	color: var(--white);

}



.pointList {
	margin: 1em 2em;
	list-style: circle;
	/*text-shadow: 1px 1px 1px black;*/

}

.pointList>li {
	margin: 1em 0;
}












.structureDescription>li {
	position: relative;
	display: flex;
	flex-direction: row;
	border: 1px solid whitesmoke;
	border-radius: 15px 0 15px 0;
	box-shadow: 0 1px 15px #ffffff40;
	margin-top: 1em;
	/*padding: 0.5em 2em;*/
	padding: 1em;
	background: rgb(242, 246, 247, 0.1);
	backdrop-filter: blur(4px);
	min-height: 7em;
	color: var(--white);
	text-shadow: 1px 1px 2px black;
	position: relative;
	z-index: 2;
}


.structureDescription h4,
.structureDescription h3 {
	color: var(--green);
	margin: 10px;
}







/*For MOBILE*/
@media (max-aspect-ratio: 1/1) {
	.text {
		width: calc(100% - 2em);
		padding: 1em;
	}

	.homeHowToBuyText .structureDescription>li {
		flex-direction: column;
		font-size: 18px;
		padding: 1.5em;
		text-align: center;
	}

	.homeHowToBuyText .structureDescription>li h3 {
		text-align: center;
		font-size: 36px;

	}

	.structureDescription__icon {

		justify-content: center;
	}
}

/*For PC*/
@media (min-aspect-ratio: 1/1) {
	.homeHowToBuyText .structureDescription>li h3 {
		font-size: 36px;
	}

	.structureDescription__icon {
		align-items: center;
		justify-content: center;
		margin: auto 2em;
	}

	#rouletteWork .structureDescription {
		position: relative;
		z-index: 0;
	}

}












.note {
	color: var(--white);
	text-shadow: 1px 1px 2px black;
	font-size: 0.8em;
	/*text-align: center;*/
	margin: 1em 3em;
}

.qMark {
	position: relative;
	top: -2px;
	margin: 4px;
	cursor: pointer;
	font-size: 12px;
	border-radius: 1em;
	padding: 0 0.5em;
	border: 1px solid var(--green);
	color: var(--green);
	/*z-index: 2;*/
}

.qMark_alt {
	color: var(--blue);
	border-color: var(--blue);
}

/*
.withoutConnect {
	position: relative;
	color: red;
	cursor: pointer;
	border: 1px solid red;
	border-radius: 5px;
	text-align: center;
	padding: 0.5em;
	transition-duration: 0.4s;

	margin-top: 1em;


}

.withoutConnect:hover {
	color: white;
	background: var(--color_b);
	border: 1px solid var(--color_b);



}
*/
/*For PC*/
@media (min-aspect-ratio: 1/1) {}

/*For MOBILE*/
@media (max-aspect-ratio: 1/1) {
	h2 {
		font-size: 2.5em;
	}

	.text {
		font-size: 18px;
	}

	.note,
	.structureDescription>li {
		/*font-size: 24px;*/
		text-shadow: none;
		backdrop-filter: none;
	}

	.structureDescription h3 {
		font-size: 1.3em;
	}
}






.footerContent {
	position: relative;
	background: var(--white);
}

.footerContent span {
	display: block;
	width: calc(100% - 4em);
	text-align: center;
	color: grey;
	padding: 2em;
	padding-bottom: 100px;

}

















































































































/*
span.token_icon::before {
	background-image: url('../img/MHT.png');
	background-size: cover;
	content: '';
	display: block;
}


img.token_icon,
span.token_icon::before{
	height: 32px;
	width: 32px;
}



.withoutConnect{
	position: relative;
    color: red;
    cursor: pointer;
    border: 1px solid red;
    border-radius: 5px;
    text-align: center;
    padding: 0.5em;
    transition-duration: 0.4s;
    margin: 0 1em;
    margin-top: 1em;
    z-index: 2;

}
.exchangeForm .withoutConnect{
	margin: 0;
	margin-top: 1em;
}

.withoutConnect:hover{
    color: white;
    background: var(--color_b);
    border: 1px solid var(--color_b);



}


span.greed{
	color:var(--violet);
}
span.green{
	color:var(--green);
}

span.red{
	color:red;
}

span.bridge{
	  color: var(--violet);
    text-shadow: 1px 1px 1px white;
    font-weight: 400;
}


#How_It_Works .structureDescription li:last-child{
	background: none;
	border: none;
	box-shadow: none;

}




.main_headers{

	top: 14%;
    width: 100%;
    height: 70%;
	position: absolute;
  	color: #3cff00;  
  	text-shadow: #9cd4f3 4px 5px 11px;	
}




.func_buttons{
	position: absolute;
	top: 38%;
	width: 100%;
	line-height: 1.6;
}
.func_buttons > div:nth-child(1){
	width: 25em;
}
.func_buttons > div:nth-child(1) div{
	right:calc(50% + 75px);
	animation: soars 4s ease-in-out infinite;
}
.func_buttons > div:nth-child(2){
	width: 25em;

}
.func_buttons > div:nth-child(2) div{
	left:calc(50% + 75px);
	animation: soars_rev 4s ease-in-out infinite;
}


.func_buttons > div:nth-child(1) div:hover,
.func_buttons > div:nth-child(2) div:hover {
  animation-play-state: paused;
}

.frame-0{

	text-align: center;
}
.blockInfo{
	color: whitesmoke;
	position: relative;
	line-height: 1.6;
    font-size: 24px;
    padding-top:1em;
	
}
.blockInfo h3,
.blockInfo h2{
	  
    font-weight: 900;
    text-align: center;
   
    text-shadow: 4px 2px 9px darkblue;
    -webkit-text-stroke: 1px #111;
}
.blockInfo h3{
	
	text-shadow: none;
	text-align: left;
}





 .text {
    margin: 0 auto;
    max-width: 1024px;
    padding: 1em;
    background: rgb(17, 41, 69, 0.9);
    box-shadow: 0px 0px 15px rgb(17, 41, 69);
    border-radius: 10px;
    text-shadow: 1px 1px 2px black;
  }
  .blockInfo_alt .text{
  	box-shadow: 0px 0px 7px var(--green);
  }
  .blockInfo_alt h2{
  	text-shadow: 3px 2px 3px var(--green);
  }

  .text a{
  	color: rgb(60, 255, 0, 0.8);
  }
   .text a:hover{
  	color: rgb(60, 255, 0, 1);
  }
.text p{
	font-weight: 300;
}
.text b{
	font-style: italic;

	color: var(--green);
}


.aboutFunctions-button{
	text-align: center;
}

.blockInfo_tab{
	margin-top: 1em;
	margin-bottom: 1em;
	display: flex;
	flex-direction: row;
	border: 1px solid grey;
}

.blockInfo_tab1,
.blockInfo_tab2 {
	width:50%;
	border: 1px solid grey;
	padding: 0.5em;
	font-style: italic;
	font-size: 0.9em;

}
.aboutFunctions-button{
	  cursor: pointer;
    border-radius: 10px;
    width: fit-content;
    margin: auto;
    padding: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
}



.blockInfo_tab1 .aboutFunctions-button{
	color: #7979d1;
	box-shadow: 1px 2px 6px 2px whitesmoke, inset 0 0px 10px 2px #7979d1;

}

.blockInfo_tab2 .aboutFunctions-button{
	color: rgb(60, 255, 0, 0.6);
	box-shadow: 1px 2px 6px 2px whitesmoke, inset 0 0px 10px 2px rgb(60, 255, 0);
}




@media (min-aspect-ratio: 1/1){
	.main_headers{
		font-size: var(--header_size);
	}

}

@media (max-aspect-ratio: 1/1){
	.main_headers{
		font-size: calc(var(--header_size) * 1.5);

	}
}


:root{
	--radius:10px;
}
.radio_price_selector{
	color: #03e9f4;
	display: inline-flex;
	border:1px solid #03e9f4;
	border-radius: var(--radius);

}
.radio_price_selector label:nth-child(2){border-radius: var(--radius) 0 0 var(--radius) ;}
.radio_price_selector label:last-child{border-radius: 0 var(--radius) var(--radius) 0;}
.radio_price_selector label{
	border:1px solid #03e9f4;
	padding: 0.3em 0.5em;
	font-size: 0.9em;

}
.radio_price_selector input:checked + label{
		color: whitesmoke;
		background: rgb(255,255,255,0.1);
		box-shadow: inset 0 0 12px 3px whitesmoke;
}
.radio_price_selector input:hover + label{
		box-shadow: inset 0 0 6px 2px whitesmoke;
}
.another_summ{
	width: 6em;
	height: 80%;
	margin-left: 1em;

}



.about_img img{
	  width: 10em;
    height: 10em;
}

.about_img p{
	margin-left:1em;
	margin-top:1em;
}




*/