@font-face {
	font-family: Winter Sans Trial;
	font-weight: 400;
	src: url('../fonts/Winter.ttf') format('truetype');
}
img {
	pointer-events: none;
}
/* ....................................................... */
.rel {
	position: relative;
}
.lock {
	overflow: hidden;
}
.jflex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex {
	display: flex;
	align-items: center;
}
.jcsb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
body {
	font-family: Winter Sans Trial;
	user-select: none;
	background-image: url(../images/background.svg);
	min-height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.header {
	width: 100%;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #14181c;
	background: var(
		--1,
		linear-gradient(
			180deg,
			rgba(171, 171, 255, 0.02) 0%,
			rgba(150, 150, 255, 0.02) 100%
		)
	);
	backdrop-filter: blur(75px);
	-webkit-backdrop-filter: blur(75px);
	height: 61px;
	position: sticky;
	top: 0;
	z-index: 20;
}
.header-wrap {
	max-width: 1172px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 13px 16px;
	align-items: center;
	position: relative;
}
.header-left {
	display: flex;
	gap: 16px;
}
.header-left > a {
	color: #b4b2bd;
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}
.header-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.header-right {
	display: flex;
	gap: 16px;
	align-items: center;
}
.laungvich-wrap {
	position: relative;
	border-radius: 6px;
}
.laungvich {
	display: flex;
	justify-content: space-between;
	border-radius: 3px;
	border: 1px solid rgba(171, 171, 255, 0.8);
	background: linear-gradient(
		180deg,
		rgba(13, 15, 23, 0.5) 0%,
		rgba(12, 14, 21, 0.5) 100%
	);
	padding: 8px;
	cursor: pointer;
	gap: 6px;
	align-items: center;
	height: 34px;
	width: 106px;
}
.laungvich > p {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
}
.aflex-gap12 {
	display: flex;
	width: 110px;
	padding: 8px 10px;
	gap: 7px;
	height: 33px;
}
.aflex-gap12 > p {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
}
.aflex-gap12 > img {
	width: 18px;
	height: 17px;
}

.laungvic-choice-wrap {
	border-radius: 4px;
	border: 1px solid transparent;
	background: #0c0c13;
	box-shadow: 0px 14px 60px -2px rgba(0, 0, 0, 0.15);
	display: inline-flex;
	padding: 3px;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	display: none;
	position: absolute;
	margin-top: 8.5px;
	width: 116px;
	z-index: 50;
	min-width: 110px;
}
.mt14 {
	margin-top: 14px;
}
.arrow-down {
	transition: transform 0.4s ease;
}
.rotated {
	transform: rotate(180deg);
	transition: transform 0.4s ease;
}
.aflex-gap12.activ {
	background: rgba(255, 255, 255, 0.03);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.main {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 118px;
}
.main-wrap {
	max-width: 1172px;
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 16px;
	align-items: center;
}

.main-title {
	text-align: center;
	font-family: Consolas;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 92.5%;
	letter-spacing: -0.92px;
	margin-top: 20px;
	background: linear-gradient(287deg, #fff 73.78%, #a29cb7 87.86%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-subtitle {
	color: #b4b2bd;
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	margin-top: 8px;
}
.time-out-session span {
	font-family: Winter Sans Trial;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	color: #b4b2bd;
}
#time-out-numbers,
#time-out-deadline {
	color: #b4b2bd;
	text-align: right;
	font-family: Winter Sans Trial;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.135px;
}
#time-out-deadline {
	width: 100%;
	text-align: center;
	opacity: 0.8;
}
.mix-coin-border {
	border-radius: 14px;
	background:
		linear-gradient(
			0deg,
			rgba(66, 0, 255, 0.41) 0%,
			rgba(66, 0, 255, 0.41) 100%
		),
		linear-gradient(180deg, rgba(8, 8, 13, 0.75) 8%, rgba(0, 0, 0, 0.75) 100%);
	box-shadow: 0px 0px 0px 5px #040409;
	padding: 1px;
	margin-top: 20px;
	max-width: 480px;
	width: 100%;
}
.time-out-session {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 15px;
}
.mix-coins-wrap {
	border-radius: 14px;
	background-color: #040409;
	padding: 30px 24px;
	max-width: 478px; /* 678px Max Border */
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	overflow: visible;
}

.mix-coins-title {
	color: #fff;
	font-family: Consolas;
	font-size: 22.5px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
}
.mix-coins-input-wrap {
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.16);
	padding: 12px 15px 11px 14px;
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	width: 100%;
	align-items: center;
	position: relative;
	overflow: visible;
}
.input-restore-wrap {
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.16);
	padding: 12px 15px 11px 14px;
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	width: 100%;
	align-items: center;
	max-width: 500px;
	margin-bottom: 20px;
}
.mix-coins-input-wrap.error {
	border: 1px solid red;
}
.mix-coins-input-left {
	width: 100%;
}
.mix-coins-input-title {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.5px;
}
.mix-coins-input {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.5px;
	background-color: transparent;
	margin-top: 6px;
	width: 100%;
}
.restore-input {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.5px;
	background-color: transparent;
	width: 100%;
}
.restore-input::placeholder {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.5px;
}
#input-adress.error {
	border: 1px solid red;
}
.mix-coins-input::placeholder {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.5px;
}
.restore-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mix-coins-input-right {
	position: relative;
}
.mix-coins-input-right-btc {
	display: flex;
	gap: 5px;
	align-items: center;
	cursor: pointer;
	position: relative;
}
#validation-message {
	color: red;
	font-family: Winter Sans Trial;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	margin-top: 12px;
}
.red-text {
	color: red !important;
}
.mix-coins-input-right-btc > p {
	color: #b4b2bd;
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 122.5%;
	letter-spacing: -0.5px;
}
.coin-place p {
	color: #b4b2bd;
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 122.5%;
	letter-spacing: -0.5px;
}
.coin-place {
	display: flex;
	gap: 5px;
	align-items: center;
}
.coin-choose-wrap div {
	display: flex;
	gap: 5px;
	align-items: center;
}

#dash-choose {
	margin-top: 15px;
}
.set-wrap {
	margin-top: 13px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.set-wrap-flex {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}
.set-wrap-flex > p {
	font-family: Winter Sans Trial;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.145px;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.56) 0%,
		rgba(255, 255, 255, 0.7) 100%
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.calculator-wrap {
	border-radius: 4px;
	border: 1px solid var(--1, rgba(171, 171, 255, 0.8));
	background: var(
		--1,
		linear-gradient(
			180deg,
			rgba(171, 171, 255, 0.02) 0%,
			rgba(150, 150, 255, 0.02) 100%
		)
	);
	padding: 12px 14px;
	width: 100%;
}
.calculator-top {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.calculator-top-left {
	display: flex;
	align-items: center;
	gap: 8px;
}
.calculator-top-left > p {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.155px;
}
.arrow-top {
	cursor: pointer;
	pointer-events: painted;
}
.calculator-bottom {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 13px;
	margin-top: 15px;
}
.calculator-bottom-conteiner {
	display: none;
}
.calculator-top {
	cursor: pointer;
}
.calculator-bottom-left {
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.16);
	padding: 12px 14px 11px 14px;
	/* max-width: 173px; */
	width: 100%;
}
.calculator-bottom-flex {
	display: flex;
	align-items: center;
	gap: 4px;
}
.calculator-bottom-flex > input {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.5px;
	width: 100%;
	background-color: transparent;
	margin-top: 6px;
}
.calculator-bottom-flex > input::placeholder {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.5px;
}
.calculator-bottom-flex > div {
	color: rgba(255, 255, 255, 0.25);
	font-family: Winter Sans Trial;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.5px;
}
.calculator-bottom-title {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.5px;
	opacity: 0.3;
}
.mix-coins-btn {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	border-radius: 4px;
	background: var(
		--Linear,
		linear-gradient(180deg, #5b23fd -9.52%, #4200ff 114.29%)
	);
	padding: 12px 14px 13px 14px;
	margin-top: 32px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.social-title {
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.16px;
	background: linear-gradient(
		92deg,
		rgba(202, 202, 202, 0.64) -6.21%,
		rgba(255, 255, 255, 0.8) 24.07%
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 30px;
	text-align: center;
}
.copied {
	position: absolute;
	background: #4200ff;
	padding: 5px 4px;
	border-radius: 10px;
	color: #b4b2bd;
	width: 50px;
	top: -27px;
	transition:
		opacity 0.3s,
		transform 0.3s;
	opacity: 0;
	transform: translateY(-20px);
}

.copied.activ {
	opacity: 1;
	transform: translateY(0);
}

.social0-wrap {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.social0-wrap > a {
	position: relative;
}
.delay-input-wrap {
	margin-top: 28px;
	width: 100%;
}
.delay-input-flex {
	display: flex;
	align-items: center;
	gap: 4px;
}
.delay-input-title {
	color: #cacaca;
	font-family: Winter Sans Trial;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.145px;
}
.delay-input-time {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.15px;
}
.range-labels {
	position: relative;
	width: 100%;
	z-index: 5;
}
.range-label {
	position: absolute;
	transform: translateX(-50%);
	top: -15px;
	width: 5px;
	height: 20px;
	border-radius: 10px;
	background: var(
		--Linear,
		linear-gradient(180deg, #5b23fd -9.52%, #4200ff 114.29%)
	);
}
.delay-input {
	-webkit-appearance: none;
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background: none;
	outline: none;
	opacity: 0.7;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
	margin-top: 10px;
	position: relative;
	padding-left: 3px;
	z-index: 2;
}
.range-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 6;
}

.range-wrapper::before {
	content: '';
	position: absolute;
	background: rgba(226, 225, 228, 0.05);
	box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.25);
	width: calc(100% - 3px);
	height: 9px;
	top: 7px;
	border-radius: 10%;
}

.delay-input:hover {
	opacity: 1;
}

.delay-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: url('../images/range.svg') no-repeat center center;
	cursor: pointer;
	background-size: cover;
}

.delay-input::-moz-range-thumb {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: url('../images/range.svg') no-repeat center center;
	cursor: pointer;
	background-size: cover;
}
.fingerprint-title {
	color: white;

	text-align: center;

	font-size: 14px;

	font-style: normal;

	font-weight: 700;

	line-height: normal;

	border-radius: 56px 56px 0px 0px;

	padding: 4px 21px;

	background: #6600ff;
}
.aflex-level {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: 18px;
}
.level-txt {
	font-family: Winter Sans Trial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: 0.14px;
	background: var(--22, linear-gradient(190deg, #fff -92.28%, #8459ff 73.25%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.aflex-level > p {
	color: #b4b2bd;
	font-family: Winter Sans Trial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: 0.14px;
	margin-left: 3px;
}
.secomd-title {
	font-family: Consolas;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 92.5%;
	letter-spacing: -0.84px;
	background: linear-gradient(287deg, #fff 73.78%, #a29cb7 87.86%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 105px;
	max-width: 505px;
	text-align: center;
}
.secomd-subtitle {
	color: #b4b2bd;
	font-family: Winter Sans Trial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	margin-top: 8px;
	text-align: center;
}
.line {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	margin-top: 40px;
	height: 1px;
}
.promo-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 40px;
	width: 100%;
}
.promo {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(171, 171, 255, 0.1);
	border-radius: 14px;
	padding: 24px 28px;
	box-sizing: border-box;
}
.promo > div {
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%;
	letter-spacing: -0.16px;
	background: linear-gradient(
		92deg,
		rgba(202, 202, 202, 0.8) -6.21%,
		#fff 24.07%
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 0;
	margin-bottom: 10px;
}
.promo > p {
	font-family: Winter Sans Trial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.16px;
	background: linear-gradient(
		92deg,
		rgba(202, 202, 202, 0.64) -6.21%,
		rgba(255, 255, 255, 0.8) 24.07%
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 5px;
}
.baner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../images/banner.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: 150px;
	border-radius: 14px;
}
.restore-sission {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../images/banner.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	margin-top: 90px;
	border-radius: 14px;
	padding: 0px 15px;
}
.baner-title {
	color: #fff;
	text-align: center;
	font-family: Consolas;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 92.5%;
	letter-spacing: -0.9px;
	max-width: 532px;
	margin-top: 66px;
}
.baner-subtitle {
	color: #cfcae0;
	font-family: Winter Sans Trial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	margin-top: 12px;
}
.baner-btn {
	color: #4c0cff;
	font-family: Winter Sans Trial;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #fff;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.85) 0%,
		#fff 95.31%
	);
	margin-top: 26px;
	margin-bottom: 66px;
	cursor: pointer;
}
.restore-btn {
	color: #4c0cff;
	font-family: Winter Sans Trial;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	padding: 10px 20px;
	border-radius: 4px;
	border: 1px solid #fff;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.85) 0%,
		#fff 95.31%
	);
	margin-top: 26px;
	margin-bottom: 36px;
	cursor: pointer;
}
/* ── Affiliate Banner ── */
.affiliate-banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	background: linear-gradient(
		135deg,
		rgba(91, 35, 253, 0.18) 0%,
		rgba(102, 0, 255, 0.1) 100%
	);
	border: 1px solid rgba(91, 35, 253, 0.35);
	border-radius: 14px;
	padding: 36px 40px;
	margin-top: 60px;
	width: 100%;
	box-sizing: border-box;
}
.affiliate-banner__left {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.affiliate-banner__icon {
	font-size: 2.2rem;
	flex-shrink: 0;
	margin-top: 2px;
}
.affiliate-banner__title {
	color: #fff;
	font-family: Consolas, monospace;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 8px;
}
.affiliate-banner__sub {
	color: #cfcae0;
	font-family: Winter Sans Trial;
	font-size: 14px;
	line-height: 1.5;
	max-width: 440px;
	margin-bottom: 16px;
}
.affiliate-banner__steps {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.affiliate-banner__step {
	display: flex;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.7);
	font-family: Winter Sans Trial;
	font-size: 13px;
}
.affiliate-banner__num {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #5b23fd;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.affiliate-banner__btn {
	flex-shrink: 0;
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 28px;
	border-radius: 8px;
	background: #5b23fd;
	border: none;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.18s;
	white-space: nowrap;
}
.affiliate-banner__btn:hover {
	background: #6b33ff;
}
@media (max-width: 680px) {
	.affiliate-banner {
		flex-direction: column;
		padding: 28px 20px;
	}
	.affiliate-banner__btn {
		width: 100%;
		text-align: center;
	}
}

.footer {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 110px;
	background: var(
		--1,
		linear-gradient(
			180deg,
			rgba(171, 171, 255, 0.02) 0%,
			rgba(150, 150, 255, 0.02) 100%
		)
	);
	backdrop-filter: blur(25px);
	-webkit-backdrop-filter: blur(25px);
	padding: 25px 30px;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.footer-wrap {
	max-width: 1140px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-logo {
}
.footer-line {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	margin-top: 25px;
	height: 1px;
}
.copyright {
	color: #b4b2bd;
	font-family: Winter Sans Trial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin-top: 20px;
}

.burger-menu {
	width: 16px;
	cursor: pointer;
	flex-direction: column;
	justify-content: space-around;
	height: 16px;
	display: none;
}

.burger-line {
	height: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}

.toggle .burger-line:nth-child(1) {
	transform: translateY(9px) rotate(45deg);
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
}

.toggle .burger-line:nth-child(2) {
	opacity: 0;
}

.toggle .burger-line:nth-child(3) {
	transform: translateY(-2px) rotate(-45deg);
	-webkit-transform: translateY(-2px) rotate(-45deg);
	-moz-transform: translateY(-2px) rotate(-45deg);
	-ms-transform: translateY(-2px) rotate(-45deg);
	-o-transform: translateY(-2px) rotate(-45deg);
}
.burger-menu-nav {
	border-radius: 12px;
	background: rgba(13, 15, 23, 0.9);
	box-shadow: 0px 9px 55px 0px rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(12.5px);
	-webkit-backdrop-filter: blur(12.5px);
	width: 100%;
	display: none;
	flex-direction: column;
	gap: 22px;
	position: absolute;
	padding: 16px;
	left: 0;
	top: 70px;
}
.burger-menu-nav > a {
	color: #b4b2bd;
	font-family: Winter Sans Trial;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
}
.spoler-container {
	max-width: 540px;
	width: 100%;
	margin-top: 50px;
}

.spoler-flex {
	display: flex;
	align-items: center;
	gap: 16px;
	cursor: pointer;
}
.spoler-flex > p {
	color: #fff;
	font-family: Consolas;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%;
	letter-spacing: -0.17px;
}

.spoler-txt {
	color: #b4b2bd;
	font-family: Winter Sans Trial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 40px;
}

.line-ss {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	margin-top: 20px;
	height: 1px;
	margin-bottom: 20px;
}
.plus-minus {
	position: relative;
}
.plus-minus1 {
	position: absolute;
	transition: transform 0.4s ease;
}
.plus-minus1.rotated {
	transform: rotate(90deg);
	transition: transform 0.4s ease;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.red {
	color: #f83629;
	font-family: Winter Sans Trial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: 0.14px;
	background: none;
	-webkit-text-fill-color: #ff0e0e;
}
.pop-up-wrap {
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 7;
}
.pop-up-wrape {
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: 7;
}
.pop-up {
	border-radius: 10px;
	border: 1px solid #936dff;
	background:
		radial-gradient(
			119.59% 116.11% at 76.99% -29.86%,
			rgba(112, 62, 255, 0.04) 28.6%,
			rgba(14, 14, 22, 0) 49.55%
		),
		#0c0c13;
	box-shadow: 0px -37px 250px 15px rgba(79, 17, 254, 0.1);
	max-width: 321px;
	width: 100%;
	padding: 25px;
}
.star-flex {
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
}

.error-wrap.activ {
	display: block;
}
.pop-up-title {
	color: #fff;
	font-family: Consolas;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-top: 18px;
}
.pop-up-subtitle {
	color: #b4b2bd;
	font-family: Winter Sans Trial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-top: 5px;
}
.pop-up-inputs-wrap {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.pop-up-inputs-wrape {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.capcha {
	width: 45px;
	padding: 10px 12px;
	height: 45px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.17px;
	text-align: center;
}
.pop-up-inputs-wrap > p {
	font-family: Satoshi;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.155px;
	color: #b4b2bd;
}
.pop-up-inputs-wrape > p {
	font-family: Satoshi;
	font-size: 15.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -0.155px;
	color: #b4b2bd;
}
.pop-up-btn {
	color: #fff;
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	border-radius: 4px;
	background: var(
		--Linear,
		linear-gradient(180deg, #5b23fd -9.52%, #4200ff 114.29%)
	);
	display: flex;
	width: 100%;
	padding: 11px 0px 12px 0px;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.pop-up-btn:disabled {
	background: rgb(88, 88, 88);
	pointer-events: none;
	cursor: not-allowed;
}
.pop-up-btne {
	color: #fff;
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	border-radius: 4px;
	background: var(
		--Linear,
		linear-gradient(180deg, #5b23fd -9.52%, #4200ff 114.29%)
	);
	display: flex;
	width: 100%;
	padding: 11px 0px 12px 0px;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.pop-up-btne:disabled {
	background: rgb(88, 88, 88);
	pointer-events: none;
	cursor: not-allowed;
}
.pop-up-cross {
	cursor: pointer;
	pointer-events: painted;
}
.max-status {
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: var(
		--1,
		linear-gradient(
			180deg,
			rgba(171, 171, 255, 0.02) 0%,
			rgba(150, 150, 255, 0.02) 100%
		)
	);
	padding: 10px 20px;
	color: #b4b2bd;
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	margin-top: 24px;
	width: 100%;
}
.max-status > span {
	color: #fff;
}
.mt25 {
	margin-top: 25px;
}
.session-wrap {
	display: flex;
	align-items: center;
	margin-top: 12px;
}
.session-wrap > p {
	color: rgba(202, 202, 202, 0.8);
	font-family: Consolas;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.session-wrap > div {
	color: #cacaca;
	font-family: Consolas;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-left: 5px;
}
.gusrantee-l {
	color: #cacaca;
	font-family: Consolas;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.5px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.16);
	padding: 12px 12px 0px 12px;
	height: 121px;
	max-width: 430px;
	width: 100%;
	margin-top: 16px;
}
.mix-sflex {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}
.mix-sflex-left {
	display: flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}
.mix-sflex-left > p {
	font-family: Winter Sans Trial;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	background: var(--22, linear-gradient(190deg, #fff -92.28%, #8459ff 73.25%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mix-sflex-right {
	display: flex;
	align-items: center;
	gap: 5px;
}
.mix-sflex-right > p {
	color: #b4b2bd;
	text-align: right;
	font-family: Winter Sans Trial;
	font-size: 13.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0.135px;
}
.destroy-btn {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 8px;
	border-radius: 4px;
	background: var(
		--Linear-Red1,
		linear-gradient(
			180deg,
			rgba(253, 48, 35, 0.12) -9.52%,
			rgba(217, 28, 2, 0.12) 114.29%
		)
	);
	padding: 12px 14px 13px 14px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	cursor: pointer;
}
.destroy-btn > p {
	color: #f83629;
	font-family: Winter Sans Trial;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%;
}
.info-blok {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	border-radius: 4px;
	border: 1px solid var(--Linear-Red1, #fd312326);
	background: var(
		--1,
		linear-gradient(
			180deg,
			rgba(171, 171, 255, 0.02) 0%,
			rgba(150, 150, 255, 0.02) 100%
		)
	);
	padding: 12px;
	margin-top: 8px;
}
.info-blok > p {
	color: #b4b2bd;
	font-family: Winter Sans Trial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.14px;
}
.session-copy {
	cursor: pointer;
}
.mix-coins-input-right {
	display: flex;
	align-items: center;
	gap: 12px;
}
.qr-wrap {
	position: relative;
}
.qr-code > img {
	border-radius: 10px;
	border: 8px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0px 10px 19px 0px rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.qr-code {
	position: absolute;
	background-image: url(../images/qr-back.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 10px 25px 10px;
	top: -210px;
	left: -83px;
	display: none;
}
.qr-icon {
	cursor: pointer;
}
.copy-mix {
	position: relative;
}
.copy-mix-icon {
	cursor: pointer;
}
.copy-adres {
	position: absolute;
	top: -52px;
	left: -54px;
	display: none;
}
.loader {
	animation: spin 2s linear infinite;
}
.max-txt {
	color: #fff;
	font-family: Consolas;
	font-size: 22.5px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-top: 16px;
	text-align: center;
}
.dflex {
	display: flex;
}
.error {
	border-color: red;
}
.max-subtxt {
	color: rgba(202, 202, 202, 0.8);
	font-family: Consolas;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-top: 12px;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media (max-width: 1200px) {
	.promo-wrap {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 680px) {
	.promo-wrap {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 700px) {
	.main-title {
		word-break: break-all;
		font-size: 38px;
	}
	.baner-title {
		font-size: 36px;
		margin: 60px 10px 0px 10px;
	}
	.burger-menu {
		display: flex;
	}
	.header-left {
		display: none;
	}
	.header-logo {
		position: initial;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
	}
}
.loading-screen {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000000000;
	display: none;
}
.loading-screen.active {
	display: block;
}
.load {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.w100 {
	width: 100%;
}

.restore-session-popup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 100000000;
	display: none;
}
.restore-session-popup.active {
	display: block;
}
.destroy-btn-pop-up-wrap {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 100000000;
	display: none;
}
.destroy-btn-pop-up-wrap.active {
	display: block;
}
.destroy-btn-pop-up {
	max-width: 450px;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #936dff;
	background:
		radial-gradient(
			119.59% 116.11% at 76.99% -29.86%,
			rgba(112, 62, 255, 0.04) 28.6%,
			rgba(14, 14, 22, 0) 49.55%
		),
		#0c0c13;
	box-shadow: 0px -37px 250px 15px rgba(79, 17, 254, 0.1);
	max-width: 321px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100000000;
	padding-top: 30px;
}
.no-dont-want {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	border-radius: 4px;
	background: var(
		--Linear,
		linear-gradient(180deg, #5b23fd -9.52%, #4200ff 114.29%)
	);
	padding: 12px 14px 13px 14px;
	margin-top: 32px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.yes-delete-session {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	border-radius: 4px;
	background: red;
	padding: 12px 14px 13px 14px;
	margin-top: 5px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.range-wrapper {
	opacity: 0;
	height: 0px;
}
.range-labels {
	opacity: 0;
	height: 0px;
}
.non-need {
	opacity: 0;
	height: 0px;
	margin: 0;
}
.delay-input {
	opacity: 0;
	height: 0px;
	margin: 0;
}
.restore-modal {
	max-width: 450px;
	width: 100%;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #936dff;
	background:
		radial-gradient(
			119.59% 116.11% at 76.99% -29.86%,
			rgba(112, 62, 255, 0.04) 28.6%,
			rgba(14, 14, 22, 0) 49.55%
		),
		#0c0c13;
	box-shadow: 0px -37px 250px 15px rgba(79, 17, 254, 0.1);
	max-width: 321px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100000000;
	padding-top: 30px;
}
.u-have {
	font-size: 18px;
	color: white;
	text-align: center;
}
.btn-go-tomix {
	color: #fff;
	font-family: Winter Sans Trial;
	font-size: 14.5px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	border-radius: 4px;
	background: var(
		--Linear,
		linear-gradient(180deg, #5b23fd -9.52%, #4200ff 114.29%)
	);
	padding: 12px 14px 13px 14px;
	margin-top: 32px;
	width: 100%;
	text-align: center;
	cursor: pointer;
}
.mt10px {
	margin-top: 10px;
}
.orange {
	color: #ff8000;
	-webkit-text-fill-color: #ff8000;
}
.pgp {
	margin-top: 20px;
	color: #fff;
	border: 2px solid #6600ff;
	border-radius: 80px;
	padding: 6px 12px;
	font-weight: bold;
	/* font-size: 14px; */
}
::-webkit-scrollbar {
	border-radius: 4px;
	width: 10px;
	height: 100%;
}
::-webkit-scrollbar-track {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	background: #5f27fa;
	border-radius: 6px;
	border-radius: 22px;
}

.mix-input {
	display: flex;
	align-items: center;
	background: #0b0b14;
	border: 1px solid #2a2a40;
	border-radius: 10px;
	height: 52px;
	overflow: hidden;
}

/* address */
.mix-address {
	flex: 1;
	background: transparent;
	border: none;
	padding: 0 14px;
	color: #fff;
	font-size: 15px;
	outline: none;
}

/* select */
.mix-coin-select {
	background: transparent;
	border: none;
	color: #fff;
	padding: 0 10px;
	font-size: 14px;
	cursor: pointer;
	height: 100%;
	appearance: none;
}

/* coin badge */
.mix-coin-badge {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 14px;
	background: #111126;
	border-left: 1px solid #2a2a40;
	height: 100%;
}

.mix-coin-badge img {
	width: 18px;
	height: 18px;
}

/* левая часть */
.mix-coins-input-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 14px;
	background: transparent;
}

/* title */
.mix-coins-input-title {
	font-size: 11px;
	color: #9b9bbf;
	margin-bottom: 2px;
}

/* input */
.mix-coins-input {
	background: transparent;
	border: none;
	outline: none;
	color: #fff;
	font-size: 15px;
	padding: 0;
}

/* правая часть */
.mix-coins-input-right {
	display: flex;
	align-items: center;
	height: 100%;
}

/* select */
#coin-select {
	background: transparent;
	border: none;
	color: #fff;
	padding: 0 10px;
	height: 100%;
	font-size: 14px;
	cursor: pointer;
	appearance: none;
}

/* coin badge */
.mix-coins-input-right-coin {
	display: flex;
	align-items: center;
	padding: 0 14px;
	background: #111126;
	border-left: 1px solid #2a2a40;
	height: 100%;
}

.coin-place {
	display: flex;
	align-items: center;
	gap: 6px;
}

.destroy-btn.disabled {
	opacity: 0.4;
	cursor: not-allowed;
	pointer-events: none; /* ❗ ключевое */
	filter: grayscale(100%);
}

.anti-phishing-bar {
	position: relative; /* НЕ fixed / НЕ sticky */
	z-index: 1000;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	height: 40px;
	padding: 0 16px;

	background: linear-gradient(90deg, #1a1024, #12081b);
	border-bottom: 1px solid rgba(180, 0, 255, 0.35);

	font-size: 14px;
	color: #cfc6ff;
}

.anti-icon {
	color: #b000ff;
	font-size: 16px;
}

.anti-text strong {
	color: #e6d9ff;
	font-weight: 600;
}

.anti-verify {
	margin-left: 6px;
	color: #b000ff;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}

.anti-verify:hover {
	color: #d070ff;
}

.error-wrap.activ {
	display: block;
}

.coin-choose-wrap div {
	display: flex;
	gap: 6px;
	align-items: center;
	padding: 6px 8px;
	cursor: pointer;
}

.coin-choose-wrap div:hover {
	background: rgba(255, 255, 255, 0.05);
}

.error-wrap {
	position: absolute;
	bottom: -28px;
	left: 0;
	font-size: 14px;
	color: red;
	display: none;
}

.mix-coins-input-wrap.error .error-wrap {
	display: block;
}

.coin-choose-wrap div {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 6px 8px;
	cursor: pointer;
}

.coin-choose-wrap div:hover {
	background: rgba(255, 255, 255, 0.05);
}

#error-wrap p,
#address-error p {
	color: #ff2e2e;
	margin: 0;
	font-size: 14px;
}

.mix-coins-input-right {
	position: relative;
}

.coin-choose-wrap {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;

	width: 110px;
	background: #0c0c13;
	border-radius: 8px;
	padding: 6px;

	display: none;
	flex-direction: column;
	gap: 4px;

	box-shadow: 0px 14px 60px -2px rgba(0, 0, 0, 0.25);
	z-index: 9999;
}

.coin-choose-wrap div {
	height: 36px;
	padding: 0 8px;

	display: flex;
	align-items: center;
	gap: 8px;

	border-radius: 6px;
	cursor: pointer;
}

.coin-choose-wrap div:hover {
	background: rgba(255, 255, 255, 0.05);
}

.coin-choose-wrap img {
	width: 18px;
	height: 18px;
	opacity: 0.9;
}

.coin-choose-wrap p {
	color: #b4b2bd;
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 122.5%;
	letter-spacing: -0.5px;
}
/* === FIX: coin dropdown text contrast === */
.coin-choose-wrap p {
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 0.2px;
}

.animated-ellipsis {
	display: inline-block;
	width: 1.5em; /* больше запаса — 1.5–1.6em обычно хватает на три точки */
	text-align: left;
}

.animated-ellipsis::after {
	content: '...'; /* сразу три точки */
	display: inline-block;
	width: 0;
	overflow: hidden;
	vertical-align: bottom; /* ← ключевой фикс: точки опускаются ниже базовой линии */
	animation: dots-appear 1.5s steps(4, end) infinite;
}

@keyframes dots-appear {
	0% {
		width: 0em;
	} /* ничего */
	20% {
		width: 0.5em;
	} /* одна точка  (увеличили шаг) */
	40% {
		width: 1em;
	} /* две точки */
	60% {
		width: 1.5em;
	} /* три точки */
	80% {
		width: 1.5em;
	} /* держим три точки чуть дольше */
	100% {
		width: 0em;
	} /* всё исчезает */
}

.jm-captcha-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100000001;
	align-items: center;
	justify-content: center;
}

.jm-captcha-modal.active {
	display: flex;
}

.jm-captcha-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(4px);
}

.jm-captcha-box {
	position: relative;
	background: #13121a;
	border: 1px solid rgba(91, 35, 253, 0.35);
	border-radius: 20px;
	padding: 36px 32px 32px;
	width: 320px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}

.jm-captcha-close {
	position: absolute;
	top: 14px;
	right: 16px;
	background: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.4);
	font-size: 18px;
	cursor: pointer;
}

.jm-captcha-icon {
	font-size: 2rem;
	text-align: center;
}

.jm-captcha-title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	font-family:
		Winter Sans Trial,
		sans-serif;
}

.jm-captcha-sub {
	font-size: 0.83rem;
	color: rgba(255, 255, 255, 0.45);
	text-align: center;
}

.jm-captcha-question {
	font-size: 1.5rem;
	font-weight: 700;
	color: #a78bff;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
}

.jm-captcha-input {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(171, 171, 255, 0.2);
	border-radius: 10px;
	padding: 11px 14px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	outline: none;
}

.jm-captcha-error {
	min-height: 16px;
	font-size: 0.82rem;
	color: #ff6b6b;
	text-align: center;
}

.jm-captcha-submit {
	color: #fff;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(180deg, #5b23fd -9.52%, #4200ff 114.29%);
	padding: 12px 14px;
	width: 100%;
	cursor: pointer;
}
