@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(../img/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: fixed;
	top: 0;
	z-index: 1;
}
.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.80);
	background: linear-gradient(180deg, rgba(13, 15, 23, 0.50) 0%, rgba(12, 14, 21, 0.50) 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;
}
.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.10);
}
.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{
	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;
}
.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;
	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;
}

.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;
}
.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 {
}
.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-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;
}
.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;
}
.coin-choose-wrap{
    position: absolute;
    top: 25px;
    padding: 15px;
    background: #0C0C13;
    left: -15px;
    display: none;
    z-index: 8;
}
#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.70) 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.80));
	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.80) 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 .3s, transform .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: .2s;
    transition: opacity .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('../img/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('../img/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.10);;
	margin-top: 40px;
	height: 1px;
}
.promo-wrap {
	display: flex;
	gap: 40px 90px;
	align-items:flex-start;
	margin-top: 40px;
	flex-wrap: wrap;
}
.promo {
	display: flex;
	flex-direction: column;
	max-width: 320px;
	align-items: flex-start;
	width: 100%;
}
.promo>div{
	text-align: center;
	font-family: Winter Sans Trial;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%;
	letter-spacing: -0.16px;
	background: linear-gradient(92deg, rgba(202, 202, 202, 0.80) -6.21%, #FFF 24.07%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 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.80) 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(../img/baner.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: 150px;
	border-radius: 14px;
}
.restore-session{
    display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url(../img/banner.svg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	width: 100%;
	margin-top: 40px;
	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;
}
.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.10);;
}
.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.10);;
	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.50);
	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.90);
	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;
	display: none;
}
.line-ss {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.10);;
	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.00) 49.55%), #0C0C13;
	box-shadow: 0px -37px 250px 15px rgba(79, 17, 254, 0.10);
	max-width: 321px;
	width: 100%;
	padding: 25px;
}
.star-flex {
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
}
.error-wrap{
	padding: 5px 10px;
	background-color: red;
	color: #FFF;
	font-size: 16px;
	border-radius: 10px;
	position: absolute;
	top: -30px;
	display: none;
	left: 0;
}
.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.80);
	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.80);
	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(../img/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.80);
	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{
		justify-content: center;
	}
}
@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.70);
    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.00) 49.55%), #0C0C13;
    box-shadow: 0px -37px 250px 15px rgba(79, 17, 254, 0.10);
    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.00) 49.55%), #0C0C13;
    box-shadow: 0px -37px 250px 15px rgba(79, 17, 254, 0.10);
    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;
}
