.sitebutton.popup-bottom__button.disabled {
    cursor: default !important;
    background: gray !important;
    box-shadow: 0 4px 0 black !important;
}

.sitebutton.popup__button.disabled {
    cursor: default !important;
    background: gray !important;
    box-shadow: 0 4px 0 black !important;
}

/* MODAL */
.overlay {
	display: none;
	background-color: #0b021d;
	opacity: .5;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	overflow-y: visible;
	position: relative;
	z-index: 9999;
}

.popup-wrapper-top-margin {
	margin-top: 0rem;
	top: 0rem;
}

.popup-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 40px;
	position: relative;
}
@media screen and (max-width:900px) {
	.popup-wrapper {
		padding: 24px;
	}
}
.popup-block {
	position: relative;
	width: 96%;
	max-width: 800px;
	border-radius: 30px;
	background-color: rgb(10, 0, 44);
	padding: 40px 64px;
	z-index: 9999;
}
@media screen and (max-width:900px) {
	.popup-block {
		padding: 24px;
	}
}
.popup-connect .popup-block {
	max-width: 550px;
	padding: 32px;
	background: #021464;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
@media screen and (max-width:900px) {
	.popup-connect .popup-block {
		padding: 16px;
	}
}
.popup__close {
	position: absolute;
	top: -32px;
	right: -32px;
	width: 24px;
	height: 24px;
	background: url('../fonts/bg-icon-close.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	cursor: pointer;
	transition: all .3s ease;
}
.popup__close:hover {
	transform: scale(1.2);
}
@media screen and (max-width:900px) {
	.popup__close {
		position: absolute;
		top: -16px;
		right: -16px;
	}
}
.popup__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
@media screen and (max-width:900px) {
	.popup__line {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}
.popup-connect .popup__line {
	padding-top: 24px;
	padding-bottom: 0;
	border-bottom: none;
}
.popup__line2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
@media screen and (max-width:900px) {
	.popup__line2 {
		padding-top: 24px;
		padding-bottom: 24px;
	}
}
.popup-connect .popup__line2 {
	padding-top: 24px;
	padding-bottom: 0;
	border-bottom: none;
}
.popup__head {
	position: relative;
	margin-bottom: 0;
	font-family: "Gemina";
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	transform: translateY(2px);
}
.popup__head span:first-child {
	-webkit-text-stroke: 1px #ba1df5;
}
.popup__head img {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
}
.popup-connect .popup__head span:first-child,
.popup-connect .popup__head span:last-child {
	padding-left: 36px;
}
.popup__head--full-width {
	width: 100%;
	margin-bottom: 25px;
}
@media screen and (max-width:900px) {
	.popup__head {
		width: 100%;
		text-align: center;
	}
}
.popup__button {
	min-width: 200px;
	padding-left: 8px;
	padding-right: 8px;
}
@media screen and (max-width:900px) {
	.popup__button {
		margin: 0 auto;
	}
}
.popup-connect .popup__button {
	margin-left: auto;
}
.popup__button.popup-button-top-margin {
	margin-top: 0rem;
}
@media screen and (max-width:900px) {
	.popup__button.popup-button-top-margin {
		margin-top: 1.5rem;
	}
}

.popup__label {
	position: relative;
}
.popup__body input,
.popup__body textarea {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 12px;
	padding-left: 12px;
	border: 1px solid #eee;
	background-color: #FFF;
	outline: none;
}
.popup__body textarea {
	height: 120px;
	resize: none;
	padding-top: 5px;
}
.popup__body input.popup__input-wallet {
	width: calc(100% - 220px);
	border-radius: 10px;
	background-color: rgba(94, 123, 255, .2);
	height: 50px;
	margin-top: -2px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid rgba(94, 123, 255, .01);
	text-align: center;
}
@media screen and (max-width:600px) {
	.popup__body input.popup__input-wallet {
		width: 100%;
		margin-bottom: 8px;
	}
}
.popup__body input[type="submit"] {
	height: 46px;
	padding-left: 0;
	background-color: #FC0;
	border: 1px solid #FC0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 44px;
	cursor: pointer;
}
.popup__desc {
	margin-bottom: 24px;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}


.popup__accept {
	position: relative;
}
.popup__accept label {
	display: block;
	position: relative;
}
.popup__accept input {
	display: none;
}
.popup__accept-text {
	display: block;
	width: 100%;
	padding-left: 32px;
	position: relative;
	color: #5b6bb0;
	font-size: 18px;
	line-height: 22px;
}
.popup__accept-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #5b6bb0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.popup__accept-text::after {
	content: '';
	position: absolute;
	top: 6px;
	left: 6px;
	width: 10px;
	height: 6px;
	border-left: 3px solid #5b6bb0;
	border-bottom: 3px solid #5b6bb0;
	transform: rotate(-45deg);
	opacity: 0;
	z-index: 10;
	transition: all .3s ease;
}
.popup__accept input:checked + .popup__accept-text::after {
	opacity: 1;
}


.popup-bottom {
	border-bottom: none;
}
.popup-bottom__button {
	width: calc(50% - 10px);
	background: #3162f6;
	box-shadow: 0 4px 0 #1b378c;
}
@media screen and (max-width:600px) {
	.popup-bottom__button {
		width: 100%;
		margin-bottom: 8px;
	}
}
.popup-bottom__button:hover {
	background: #1b378c;
}
.popup-bottom__button img {
	width: 18px;
	height: 18px;
	margin-right: 7px;
}

/* INFO POPUP WINDOW */
.popup-connect-window .popup-block {
	max-width: 550px;
	padding: 32px;
	background: #021464;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
}
@media screen and (max-width:900px) {
	.popup-connect-window .popup-block {
		padding: 16px;
	}
}
.popup-connect-window .popup__line {
	padding-top: 24px;
	padding-bottom: 0;
	border-bottom: none;
}
.popup-connect-window .popup__head span:first-child,
.popup-connect-window .popup__head span:last-child {
	padding-left: 36px;
}
.popup-connect-window .popup__button {
	margin-left: auto;
}

#claimIDO {
	padding-top: 3rem;
}

#claimSeed {
	padding-top: 3rem;
}