body {
	min-height: 100vh;
	margin: 0;
	background: linear-gradient(
  135deg,
  rgb(3 3 4),
  #0f0f39 47%,
  #09091c 53%,
  #0c2240
 
	);
	font-family: 'Inter', sans-serif;
	color: rgb(255, 255, 255);
}
.container {
	padding-top: 20px;
	max-width: 1400px;
	margin: 0 auto;
}
.intro {
	display: flex;
	align-items: center;
}
.intro-btn {
	width: 140px;
}
.intro-wrapper {
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.intro-text {
	margin-left: auto;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 8px;
}
.intro-btn {
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-weight: 600;
	-webkit-box-pack: center;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	opacity: 1;
	height: 36px;
	min-width: 36px;
	font-size: 14px;
	color: rgb(255, 255, 255);
	border-width: 0px;
	border-style: initial;
	border-color: initial;
	border-image: initial;
	outline: 0px;
	padding: 0px 20px;
	border-radius: 6px;
	background: linear-gradient(
			80deg,
			rgb(0, 160, 255) 12%,
			rgb(50, 131, 252) 88%
		)
		0% / 100%;
	transition: background-size 200ms ease-out 0s,
		background-position-x 200ms ease-out 0s;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(0, 166, 255, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(0, 166, 255, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(0, 166, 255, 0.2);
}
.intro-btn:nth-of-type(1) {
	margin: 0 20px;
}

.intro-title {
	text-align: center;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.1;
}
.main__block {
	max-width: 550px;
	overflow: inherit;
	background: rgb(17, 27, 53);
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto;
	border-radius: 10px;
	border: 2px solid #2b43f3;
	position: relative;
}
.main__block .intro-btn {
	margin-bottom: 15px;
	margin-left: 5px;
}
.intro-inp {
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	border-radius: 12px;
	background-color: rgb(8, 6, 11);
	z-index: 1;
	border-radius: 12px;
	background-color: rgb(23, 38, 72);
	box-shadow: rgb(74 74 104 / 10%) 0px 2px 2px -1px inset;
	width: 95%;
	padding: 15px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.intro-separator {
	color: rgb(132, 148, 185);
	font-weight: 400;
	line-height: 1.5;
	font-size: 14px;
	padding-left: 10px;
}
.token-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
.arrow {
	width: 10px !important;
	position: absolute;
	right: 0;
}
.token-name-wrapper {
	padding: 0px 12px;
	background: rgb(17, 27, 53);
	border-radius: 12px;
	color: rgb(244, 238, 255);
	font-weight: 500;
	-webkit-box-align: center;
	align-items: center;
	border: 0px;
	cursor: pointer;
	font-family: inherit;
	font-weight: 600;
	-webkit-box-pack: center;
	justify-content: center;
	letter-spacing: 0.03em;
	outline: 0px;
	transition: background-color 0.2s ease 0s, opacity 0.2s ease 0s;
	height: 48px;
	min-width: 48px;
	font-size: 18px;
	padding: 0px 24px;
	border-radius: 6px;
	box-shadow: none;
	position: relative;
	display: flex;
}
.token-name-wrapper-default {
	cursor: not-allowed;
}
.token-name-wrapper img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
	padding-bottom: 4px;
	object-fit: contain;
}
.token-inp {
	color: rgb(244, 238, 255);
	width: 0px;
	position: relative;
	font-weight: 500;
	outline: none;
	border: none;
	flex: 1 1 auto;
	background-color: transparent;
	font-size: 24px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px;
	appearance: textfield;
}
.main__btn {
	width: 100%;
	margin-bottom: 10px;
}
.info__blocks {
	width: 70%;
	height: 100%;
	overflow: inherit;
	background: linear-gradient(
		108.82deg,
		rgb(62, 86, 255) 33.45%,
		rgb(2, 23, 216) 99.53%
	);
	border-radius: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	margin: 0 auto;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(0, 166, 255, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(0, 166, 255, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(0, 166, 255, 0.2);
}
.info__blocks .info__btn {
	cursor: not-allowed;
}
.info__wrapper {
	margin: 0 auto;
	max-width: 550px;
}
.info__title {
	text-align: center;
	font-weight: 600;
	font-size: 25px;
	line-height: 1.1;
}
.info__text {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
}
.info__desciption {
	font-size: 11px;
	line-height: 16px;
	color: rgb(255, 255, 255);
	opacity: 0.6;
	margin: 0;
}
.info__block {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 15px;
}
.info__btn {
	background: rgba(132, 148, 185, 0.2);
	border-color: rgba(132, 148, 185, 0.2);
	box-shadow: none;
	color: rgba(132, 148, 185, 0.6);
	-webkit-box-align: center;
	align-items: center;
	border: 0px;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-weight: 600;
	-webkit-box-pack: center;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	opacity: 1;
	outline: 0px;
	transition: background-color 0.2s ease 0s, opacity 0.2s ease 0s;
	height: 45px;
	min-width: 36px;
	font-size: 14px;
	padding: 0px 20px;
	border-radius: 6px;
}
.intro-btn-last {
	height: 47px;
}
.info__block:nth-of-type(1) {
	margin-left: auto;
}
.info__block-hide {
	display: block;
	background-color: rgba(132, 148, 185, 0.2);
	border-radius: 9999px;
	height: 14px;
	width: 60px;
}
.text-desc {
	margin-top: 40px;
	text-align: center;
	opacity: 0.3;
}
.modal-intro-wrapper {
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	inset: 0px;
	z-index: 99999;

	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(15px);
	background-color: rgba(9, 18, 37, 0.4);
	transition: opacity 0.4s ease 0s;
	pointer-events: initial;
	display: none;
}
.skip-btn {
	position: absolute;
	top: 46.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	border: 3px solid rgb(17, 27, 53);
	color: inherit;
	width: 28px;
	height: 28px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background: linear-gradient(rgb(36, 54, 95) 0%, rgb(26, 39, 69) 100%);
	border-radius: 19px;
	cursor: pointer;
}
.modal-intro-wrapper.active {
	display: flex;
}
.modal-intro {
	/* overflow: hidden; */
	background: rgb(17, 27, 53);
	max-width: 420px;
	width: 100%;
	border-radius: 10px;
	border: 2px solid #2b43f3;
	padding: 20px;
}
.modal-inp {
	background-color: rgb(23, 38, 72);
	border-radius: 6px;
	color: rgb(244, 238, 255);
	display: block;
	font-size: 16px;
	height: 48px;
	outline: 0px;
	padding: 0px 10px;
	width: 95%;
	margin: 0 auto;
	border: 2px solid rgb(53, 71, 111);
	transition: border-color 200ms ease-out 0s;
	margin-bottom: 15px;
}
.modal-token {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.modal-token.active {
	opacity: 0.6;
	cursor: default;
}
.modal-token img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.modal-token-title {
	color: rgb(244, 238, 255);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 !important;
}
.modal-token-description {
	color: rgb(132, 148, 185);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	margin: 0 !important;
}
.modal-intro-desc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgb(30, 46, 82);
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.modal-intro-desc img {
	cursor: pointer;
}
button::before {
	content: attr(text);
}

button:hover::before {
	content: attr(hover-text);
}

@media screen and (max-width: 890px) {
	.intro-wrapper {
		flex-direction: column;
	}
	.intro-wrapper img {
		margin-bottom: 20px;
	}
	.intro {
		flex-direction: column;
	}
	.intro .intro-btn {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 650px) {
	.container {
		padding: 0 5px;
	}
	.info__blocks {
		width: 90%;
		justify-content: center;
	}
	.info__block:nth-of-type(1) {
		margin-left: 0;
	}
}
@media screen and (max-width: 480px) {
	.modal-intro {
		max-width: 360px;
	}
	.intro-inp {
		width: 90%;
	}
}

@media screen and (max-width: 420px) {
	.info__desciption {
		font-size: 7px;
	}
	.modal-intro {
		max-width: 320px;
	}
}
@media screen and (max-width: 380px) {
	.modal-intro {
		max-width: 300px;
	}
}
