@font-face {
	font-family: 'ikon';
	src: url('../font/Ikon-Crypto.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*,
ol,
ul,
li,
li,
a,
p,
span {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: Roboto;
	background-color: #0f1932;
	background-repeat: no-repeat;
	background-image: url(../img/all_sectio_bg.png);
	background-attachment: fixed;
}

.wrapper {
	overflow: hidden;
}

.war_check {
	color: rgba(255, 255, 255, 0.831372549);
	font-size: 15.5px;
	width: 100%;
	background-color: rgba(76, 175, 80, 0.831372549);
	color: rgba(255, 255, 255, 0.8196078431);
	padding: 10px 0;
	text-align: center;
	margin-top: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
	width: 100%;
	height: auto;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 5px;
}
@media (max-width: 966px) {
	.war_check {
		flex-direction: column;
	}
}
.war_check a {
	display: flex;
	color: rgba(255, 255, 255, 0.831372549);
	font-size: 15.5px;
	height: auto;
	text-decoration: underline;
}

.container {
	max-width: 1097px;
	margin: 0 auto;
	padding: 0 15px;
}
@media (max-width: 1096px) {
	.container {
		max-width: 969px;
	}
}
@media (max-width: 966px) {
	.container {
		max-width: 100%;
		padding: 0 10px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.link {
	color: #fff;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/* white-space: nowrap; */
}

.section_title {
	color: #fff;
	text-align: center;
	font-family: Roboto;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 62.4px; /* 130% */
}
@media (max-width: 966px) {
	.section_title {
		font-size: 35px;
		line-height: normal;
	}
}

.lang_switcher {
	position: relative;
	width: max-content;
}

.lang_current {
	height: 46px;
	padding: 0;
	border-radius: 8px;
	border: none;
	background: transparent;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 14px;
	font-family: inherit;
	outline: none;
	transition:
		border-color 0.3s,
		background 0.3s,
		box-shadow 0.3s all ease;
}

.lang_current:hover,
.lang_switcher.open .lang_current {
	color: #ff0000;
}

.lang_current img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	object-fit: cover;
}

.arrow {
	display: flex;
	align-items: center;
	margin-left: 2px;
	color: rgba(255, 255, 255, 0.5);
	transition:
		transform 0.35s ease,
		color 0.3s;
}

.lang_switcher.open .arrow {
	transform: rotate(180deg);
	color: #8f7cff;
}

.lang_dropdown {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	width: 220px;
	background: #0b1326;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 12px;
	padding: 8px;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px) scale(0.98);
	transform-origin: top left;
	transition:
		opacity 0.25s ease,
		transform 0.25s ease,
		visibility 0.25s;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
	z-index: 1000;
	max-height: 320px;
	overflow-y: auto;
}

.lang_dropdown::-webkit-scrollbar {
	width: 4px;
}

.lang_dropdown::-webkit-scrollbar-track {
	background: transparent;
}

.lang_dropdown::-webkit-scrollbar-thumb {
	background: rgba(113, 91, 248, 0.3);
	border-radius: 4px;
}

.lang_switcher.open .lang_dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.lang_dropdown li {
	list-style: none;
}

.lang_dropdown a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.75);
	text-decoration: none;
	font-size: 14px;
	transition:
		background 0.2s,
		color 0.2s,
		box-shadow 0.2s;
}

.lang_dropdown a img {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	object-fit: cover;
}

.lang_dropdown a:hover {
	background: rgba(113, 91, 248, 0.15);
	color: #c4baff;
	box-shadow: inset 0 0 0 1px rgba(113, 91, 248, 0.2);
}

.lang_dropdown a.active {
	background: rgba(113, 91, 248, 0.2);
	color: #a99cff;
	box-shadow: inset 0 0 0 1px rgba(113, 91, 248, 0.3);
}

.play-btn,
.icon-border {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: transparent;
	color: #3b82f6;
	cursor: pointer;
	border: 1px solid #97afd5;
	z-index: 1;
	overflow: visible;
}

.play-btn::after {
	content: '';
	position: absolute;
	inset: -5px;
	border-radius: 50%;
	border: 1px solid #97afd5;
	opacity: 0.7;
	animation: pulseRing 1s cubic-bezier(0.22, 1, 0.36, 1) infinite;
	will-change: transform, opacity;
}

.play-btn i,
.icon-border i {
	font-size: 14px;
	position: relative;
	left: 1px;
	color: #97afd5;
}

@keyframes pulseRing {
	0% {
		transform: scale(0.95);
		opacity: 0.7;
	}
	40% {
		opacity: 0.35;
	}
	100% {
		transform: scale(1.45);
		opacity: 0;
	}
}
.ikon {
	font-family: 'ikon' !important;
}

.ikon-bulb:before {
	content: '\e90f';
}

header {
	padding-top: 24px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 20px 0;
	transition: 0.3s all ease;
	z-index: 10;
}
header.verifyng {
	padding-top: 0;
}
header.verifyng .row {
	margin-top: 15px;
}
header.verifyng.active .row .close_btn {
	top: 120px;
}
header.fixed {
	background: #0a0e12;
}
header.fixed .row nav .links li .link.active {
	color: #ff0000;
}
header.active {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	background: #0a0e12;
	width: 100%;
	height: 100%;
}
header.active .row {
	padding-top: 100px;
	justify-content: center;
	flex-direction: column;
	gap: 20px 0;
}
header.active .row .header_logo {
	display: none;
}
header.active .row nav {
	display: flex;
}
header.active .row nav .links {
	flex-direction: column;
	gap: 20px;
}
header.active .row .close_btn {
	display: flex;
	position: absolute;
	top: 30px;
	right: 20px;
}
header.active .row .open_mobile_btn {
	display: none;
}
header .row {
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 966px) {
	header .row nav {
		display: none;
	}
}
header .row .links {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 26px;
}
header .row .links li .link {
	font-family: Inter;
	white-space: nowrap;
	transition: 0.5s all ease;
}
header .row .links li .link:hover {
	color: #ff0000;
}
header .row .links li .support_btn {
	border: 2px solid #f42f54;
	height: 43px;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 44px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	transition: 0.3s all ease;
}
header .row .links li .support_btn:hover {
	background: #f42f54;
	color: #fff;
}
header .row .open_mobile_btn {
	display: none;
}
@media (max-width: 966px) {
	header .row .open_mobile_btn {
		display: flex;
	}
}
header .row .close_btn {
	display: none;
}

.hero {
	padding: 139px 0 0 0;
}
@media (max-width: 966px) {
	.hero {
		padding-top: 180px;
	}
}
.hero.referal {
	padding-top: 100px;
	padding-bottom: 30px;
	min-height: 100vh;
}
.hero.referal .section_title {
	text-transform: uppercase;
}
.hero.referal .row {
	margin-top: 30px;
}
.hero .hero_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 930px;
	margin: 0 auto;
}
.hero .hero_content h2 {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
}
@media (max-width: 966px) {
	.hero .hero_content h2 {
		font-size: 35px;
	}
}
.hero .hero_content .hero_description {
	color: #97afd5;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
}
.hero .hero_content .hero_coin {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 20px;
}
.hero .hero_content .hero_coin .item_img {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	gap: 20px;
	justify-content: center;
}
.hero .hero_content .hero_coin .item_img a {
	display: flex;
	flex: 0 0 auto;
	width: 30%;
}
.hero .hero_content .hero_coin img {
	display: flex;
	width: 160px;
	box-shadow: 0px 2px 15px 20px rgba(0, 0, 0, 0.3803921569);
	border-radius: 80px;
	transform: rotate(20deg);
}
@media (max-width: 767px) {
	.hero .hero_content .hero_coin img {
		width: 100px;
	}
}
.hero .hero_content .hero_coin img:hover {
	transform: rotate(0);
}
.hero .hero_content .hero_coin .mixing_btn {
	display: flex;
	width: 240px;
	height: 52px;
	border-radius: 30px;
	background: #f42f54;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: 0.5s all ease;
}
.hero .hero_content .hero_coin .mixing_btn:hover {
	background: #fff;
	color: #f42f54;
}
.hero .hero_content .hero_coin .use_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px 30px;
	margin-top: 45px;
}
.hero .hero_content .hero_coin .use_item a {
	display: flex;
	align-items: center;
	gap: 0 15px;
}
.hero .hero_content .hero_coin .use_item a:hover em,
.hero .hero_content .hero_coin .use_item a:hover .play-btn {
	color: #fff;
}
.hero .hero_content .hero_coin .use_item a:hover em::after,
.hero .hero_content .hero_coin .use_item a:hover .play-btn::after {
	border-color: #fff;
}
.hero .hero_content .hero_coin .use_item a:hover em i,
.hero .hero_content .hero_coin .use_item a:hover .play-btn i {
	color: #fff;
}
.hero .hero_content .hero_coin .use_item a:hover span {
	color: #fff;
}
.hero .hero_content .hero_coin .use_item a em {
	transition: 0.3s all ease;
}
.hero .hero_content .hero_coin .use_item a em::after {
	transition: 0.3s all ease;
}
.hero .hero_content .hero_coin .use_item a em i {
	transition: 0.3s all ease;
}
.hero .hero_content .hero_coin .use_item a .icon-border {
	color: #97afd5;
}
.hero .hero_content .hero_coin .use_item a span {
	color: #97afd5;
	transition: 0.3s all ease;
	font-size: 16px;
}
.hero .row {
	justify-content: center;
	align-items: stretch;
	gap: 15px 64px;
	margin-top: 106px;
}
.hero .row .adv_item {
	padding: 18px 15px 20px 15px;
	border-radius: 5px;
	border: 1px solid rgba(151, 175, 213, 0.43);
	background: rgba(10, 18, 39, 0.52);
	display: flex;
	flex-direction: column;
	gap: 23px 0;
	width: 100%;
	max-width: 253px;
}
.hero .row .adv_item .item_img {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.hero .row .adv_item .item_img img {
	width: 100%;
	height: 100%;
}
.hero .row .adv_item .item_text {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 32px 0;
}
.hero .row .adv_item .item_text .item_title {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.4px; /* 160% */
}
.hero .row .adv_item .item_text .description {
	color: #97afd5;
	font-weight: 400;
	line-height: 25.6px; /* 160% */
	text-align: center;
}

.mixer {
	display: none;
}
.mixer.page {
	padding: 75px 0 116px 0;
}
.mixer.send_btc .mixer_form {
	text-align: center;
}
.mixer.send_btc .mixer_form .description {
	word-wrap: break-word;
}
.mixer.send_btc .mixer_form .bold {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.mixer.send_btc .mixer_form .client_adress {
	margin: 19px 0 31px 0;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mixer.send_btc .mixer_form .info {
	color: #fff;
	text-align: center;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.mixer.send_btc .mixer_form .send {
	margin: 21px 0 25px 0;
	color: #d7d7d7;
	text-align: center;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.mixer.send_btc .mixer_form .copy_adress {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(25px);
	align-items: center;
	padding: 0 21px 0 28px;
	max-width: 740px;
	width: 100%;
	margin: 0 auto;
	height: 84px;
	margin-bottom: 31px;
}
.mixer.send_btc .mixer_form .copy_adress input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
	color: #fff;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.mixer.send_btc .mixer_form .copy_adress .copy_input {
	cursor: pointer;
}
.mixer.send_btc .mixer_form .copy_adress .copy_input.active {
	opacity: 0.5;
	transform: scale(0.9);
}
.mixer.send_btc .mixer_form .qr_code {
	width: 240px;
	height: 240px;
	margin: 0 auto;
}
.mixer.send_btc .mixer_form .qr_code img {
	width: 100%;
	height: 100%;
}
.mixer .section_title {
	font-size: 40px;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 966px) {
	.mixer .section_title {
		font-size: 35px;
	}
}
.mixer .mixer_form {
	max-width: 880px;
	width: 100%;
	padding: 53px 70px 60px 70px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(25px);
	margin: 55px auto 0 auto;
}
@media (max-width: 1096px) {
	.mixer .mixer_form {
		max-width: 700px;
		padding: 25px;
	}
}
@media (max-width: 966px) {
	.mixer .mixer_form {
		max-width: 100%;
	}
}
.mixer .mixer_form .enter_input {
	display: flex;
	flex-direction: column;
	gap: 22px 0;
	margin-bottom: 33px;
}
.mixer .mixer_form .enter_input input {
	width: 100%;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(25px);
	height: 84px;
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	outline: none;
}
@media (max-width: 1096px) {
	.mixer .mixer_form .enter_input input {
		height: 60px;
	}
}
.mixer .mixer_form .enter_input input::placeholder {
	color: #8d8d8d;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.mixer .mixer_form .item_title {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 966px) {
	.mixer .mixer_form .item_title {
		font-size: 20px;
	}
}
.mixer .mixer_form .range_input {
	display: flex;
	flex-direction: column;
	gap: 17px 0;
	margin-bottom: 39px;
}
.mixer .mixer_form .range_input .range {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 17px;
	border-radius: 30px;
	outline: none;
	background: linear-gradient(
		to right,
		#f42f54 0%,
		#f42f54 70%,
		#d9d9d9 70%,
		#d9d9d9 100%
	);
}
.mixer .mixer_form .range_input .range::-webkit-slider-runnable-track {
	height: 17px;
	border-radius: 30px;
	background: transparent;
}
.mixer .mixer_form .range_input .range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 37px;
	height: 25px;
	border-radius: 30px;
	background: linear-gradient(180deg, #280008 0%, #8e1b31 100%);
	margin-top: -4px;
	cursor: pointer;
}
.mixer .mixer_form .range_input .description_info {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mixer .mixer_form .range_input .item_text {
	display: flex;
	align-items: center;
	gap: 0 23px;
	justify-content: center;
}
@media (max-width: 966px) {
	.mixer .mixer_form .range_input .item_text {
		flex-direction: column;
		gap: 15px 0;
	}
}
.mixer .mixer_form .range_input .item_text input {
	width: 100%;
	max-width: 147px;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(25px);
	height: 46px;
	outline: none;
	text-align: center;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.mixer .mixer_form .range_input .item_text input::placeholder {
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.mixer .mixer_form .fill_item {
	display: flex;
	flex-direction: column;
	gap: 11px 0;
	margin-bottom: 39px;
}
.mixer .mixer_form .line {
	width: 100%;
	height: 17px;
	border-radius: 30px;
	background: #d9d9d9;
}
.mixer .mixer_form .line .fill {
	width: 577px;
	border-radius: 30px;
	height: 100%;
	background: #f42f54;
}
.mixer .mixer_form .order_btn {
	border: none;
	outline: none;
	width: 250px;
	margin: 0 auto;
	border-radius: 30px;
	background: #f42f54;
	height: 55px;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.5s all ease;
}
.mixer .mixer_form .order_btn:hover {
	color: #f42f54;
	background-color: #fff;
}

.works {
	padding: 101px 0 80px 0;
}
.works .row {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 55px;
}
@media (max-width: 966px) {
	.works .row {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-top: 25px;
	}
}
.works .row .left_item {
	display: flex;
	flex-direction: column;
	gap: 54px 0;
	max-width: 416px;
}
@media (max-width: 966px) {
	.works .row .left_item {
		max-width: 100%;
		gap: 20px 0;
	}
}
.works .row .left_item .item_title {
	color: #fff;
	font-family: Quicksand;
	font-size: 34.4px;
	font-style: normal;
	font-weight: 500;
	line-height: 44.72px; /* 130% */
}
.works .row .left_item .item_description {
	text-align: start;
	color: #b5b5b5;
	line-height: 25px; /* 156.25% */
}
@media (max-width: 1096px) {
	.works .row .right_item {
		max-width: 490px;
		height: 400px;
	}
}
@media (max-width: 966px) {
	.works .row .right_item {
		max-width: 100%;
	}
}
.works .row .right_item {
	flex-shrink: 0;
}
.works .row .right_item img {
	height: 100%;
	width: 100%;
}

.faq {
	padding-bottom: 55px;
}
.faq.page_faq {
	padding: 100px 0 30px 0;
	min-height: 100vh;
}
.faq .description {
	color: #97afd5;
	text-align: center;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.6px; /* 160% */
	margin: 25px auto 73px auto;
	max-width: 530px;
}
.faq .row {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	max-width: 920px;
	margin: 0 auto;
}
@media (max-width: 1096px) {
	.faq .row {
		max-width: 700px;
	}
}
.faq .row .faq_item {
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.05);
}
.faq .row .faq_item.active {
	padding-bottom: 25px;
}
.faq .row .faq_item.active .faq_question span:first-child {
	color: #f42f54;
}
.faq .row .faq_item.active .faq_answer {
	padding: 0 30px 0 30px;
}
.faq .row .faq_item .faq_question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 18px 9px 30px;
}
.faq .row .faq_item .faq_question span:first-child {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.4px; /* 130% */
	transition: 0.3s all ease;
}
.faq .row .faq_item .faq_question .burger {
	display: flex;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	background: rgba(151, 175, 213, 0.05);
	justify-content: center;
	align-items: center;
	color: #97afd5;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	flex: 0 0 auto;
	line-height: 36px; /* 276.923% */
}
.faq .row .faq_item .faq_answer {
	color: #97afd5;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.6px; /* 160% */
}

footer {
	padding: 50px 0;
}
footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px 20px;
}
footer p {
	color: #97afd5;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.2px; /* 160% */
	letter-spacing: 1.2px;
	text-transform: uppercase;
	text-align: center;
}
footer ul {
	display: flex;
	align-items: center;
	gap: 15px 30px;
	flex-wrap: wrap;
}
footer ul li a {
	transition: 0.3s all ease;
}
footer ul li a p {
	transition: 0.3s all ease;
}
footer ul li a:hover p {
	color: #f42f54;
}

.contact {
	padding: 30px 0 70px 0;
}
.contact .contact_form {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	max-width: 648px;
	margin: 0 auto;
	align-items: center;
}
.contact .contact_form .item_img {
	width: 100%;
	max-width: 324px;
}
.contact .contact_form .item_img img {
	width: 100%;
	height: 100%;
}
.contact .contact_form .item_inputs {
	flex-direction: column;
	gap: 30px 0;
	display: flex;
	width: 100%;
}
.contact .contact_form .item_inputs input {
	border-radius: 6px;
	border: 1px solid #dbe4f7;
	width: 100%;
	padding: 10px 15px;
	line-height: 21px;
	font-size: 0.9em;
	color: #305082;
	transition: all 0.4s;
	background-color: transparent;
	color: #eef3fc;
	background: rgba(15, 25, 50, 0.3);
	border-color: rgba(219, 228, 247, 0.25);
	outline: none;
}
.contact .contact_form .item_inputs textarea {
	border-radius: 6px;
	border: 1px solid #dbe4f7;
	width: 100%;
	padding: 10px 15px;
	line-height: 21px;
	font-size: 0.9em;
	color: #305082;
	transition: all 0.4s;
	background-color: transparent;
	color: #eef3fc;
	background: rgba(15, 25, 50, 0.3);
	border-color: rgba(219, 228, 247, 0.25);
	height: 112px;
	outline: none;
}
.contact .contact_form button {
	font-size: 12px;
	line-height: 24px;
	padding: 8px 20px;
	min-width: 160px;
	cursor: pointer;
	background-color: #f42f54;
	border-color: #f42f54;
	position: relative;
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	min-width: 120px;
	max-width: 100%;
	border: 2px solid #f42f54;
	box-sizing: border-box;
	transition: all 0.5s;
	position: relative;
	border-radius: 5px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.new_mixer {
	padding-top: 100px;
	padding-bottom: 70px;
}
.new_mixer .new_mixer_form {
	max-width: 504px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	align-items: center;
}
.new_mixer .new_mixer_form .item_img {
	max-width: 324px;
	width: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.new_mixer .new_mixer_form .item_img img {
	width: 100%;
	height: 100%;
}
.new_mixer .new_mixer_form .item_inputs {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	width: 100%;
	align-items: center;
	/* THUMB */
	/* FIREFOX */
}
.new_mixer .new_mixer_form .item_inputs .item_title {
	font-size: 16px;
	font-weight: 700;
	color: #97afd5;
}
.new_mixer .new_mixer_form .item_inputs .item_title .timerhoursmin {
	background-color: #0a1227;
	padding: 5px;
	border-radius: 5px;
	color: #feedf0;
	font-weight: 400;
	border: 1px solid rgba(151, 175, 213, 0.3294117647);
	text-transform: capitalize;
}
.new_mixer .new_mixer_form .item_inputs .clean_coins {
	color: rgba(248, 170, 56, 0.8784313725);
	border: 1px solid rgba(248, 170, 56, 0.8784313725);
	border-radius: 5px;
	padding: 5px;
	width: 100%;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.new_mixer .new_mixer_form .item_inputs .clean_active {
	display: none;
	flex-direction: column;
	gap: 15px 0;
	text-align: center;
	padding: 10px;
}
.new_mixer .new_mixer_form .item_inputs .clean_active .vip {
	text-decoration: underline;
}
.new_mixer .new_mixer_form .item_inputs input {
	width: 100%;
	border-radius: 6px;
	border: 1px solid rgba(219, 228, 247, 0.25);
	width: 100%;
	padding: 10px 15px;
	line-height: 21px;
	font-size: 0.9em;
	color: #eef3fc;
	transition: all 0.4s;
	background-color: transparent;
	outline: none;
}
.new_mixer .new_mixer_form .item_inputs input:focus {
	color: #eef3fc;
	background: rgba(15, 25, 50, 0.3);
	border-color: dbe4f7;
}
.new_mixer .new_mixer_form .item_inputs .captcha_canvas {
	display: block;
	width: 280px;
	max-width: 100%;
	height: 70px;
	border-radius: 6px;
	border: 1px solid rgba(219, 228, 247, 0.25);
	margin-bottom: 10px;
	cursor: pointer;
}
.new_mixer .new_mixer_form .item_inputs input[name='captcha'].is-invalid {
	border-color: #f42f54;
}
.new_mixer .new_mixer_form .item_inputs input[type='range'] {
	padding: 0;
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: #97afd5;
	outline: none;
	opacity: 1;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
}
.new_mixer
	.new_mixer_form
	.item_inputs
	input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgb(244, 47, 84);
	cursor: pointer;
}
.new_mixer .new_mixer_form .item_inputs input[type='range']::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 50%;
	background: rgb(244, 47, 84);
	cursor: pointer;
}
.new_mixer .new_mixer_form .item_inputs .fillhill {
	border: 1px solid rgba(151, 175, 213, 0.3215686275);
	height: 20px;
	display: flex;
	width: 100%;
}
.new_mixer .new_mixer_form .item_inputs .fillhill .fill {
	background-color: rgb(244, 47, 84);
	height: 100%;
	width: 50%;
}
.new_mixer .new_mixer_form .order_btn {
	border-radius: 54px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding: 15px 40px;
	min-width: 190px;
	background-color: #f42f54;
	border-color: #f42f54;
	outline: none;
	transition: 0.3s all ease;
	cursor: pointer;
	color: #fff;
}
.new_mixer .new_mixer_form .order_btn:hover {
	background-color: #fff;
	color: #f42f54;
}

.status {
	min-height: 100vh;
	padding: 100px 0 70px 0;
}
.status.check_referal {
	padding: 30px 0;
	min-height: auto;
}
.status .section_title {
	text-transform: uppercase;
}
.status .order_content {
	width: 100%;
	max-width: 1080px;
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	align-items: center;
}
.status .order_content .item_img {
	width: 100%;
	display: flex;
	max-width: 324px;
}
.status .order_content .item_img img {
	height: 100%;
	width: 100%;
}
.status .order_content .item_inputs {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
	width: 100%;
	max-width: 540px;
}
.status .order_content .item_inputs .item_title {
	font-size: 16px;
	color: #97afd5;
	text-align: center;
	font-weight: 700;
}
.status .order_content .item_inputs input {
	outline: none;
	border-radius: 6px;
	width: 100%;
	padding: 10px 15px;
	line-height: 21px;
	font-size: 0.9em;
	color: #305082;
	transition: all 0.4s;
	background-color: transparent;
	color: #eef3fc;
	background: rgba(15, 25, 50, 0.3);
	border-color: rgba(219, 228, 247, 0.25);
}
.status .order_content .check_btn {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding: 15px 40px;
	min-width: 190px;
	border-radius: 54px;
	background-color: #f42f54;
	border-color: #f42f54;
	outline: none;
	cursor: pointer;
	color: #fff;
	transition: 0.5s all ease;
}
.status .order_content .check_btn:hover {
	background-color: #fff;
	color: #f42f54;
}

.blog {
	padding: 100px 0 30px 0;
}
.blog .blog_content {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	max-width: 800px;
	margin: 0 auto;
}
.blog .blog_content .blog_item {
	border: 1px solid rgba(151, 175, 213, 0.5803921569);
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	align-items: center;
	text-align: center;
}
.blog .blog_content .blog_item .item_img {
	max-width: 135px;
	width: 100%;
}
.blog .blog_content .blog_item .item_img img {
	width: 100%;
	height: 100%;
}
.blog .blog_content .blog_item .item_title {
	color: #f42f54;
	transition: 0.3s all ease;
	font-size: 28px;
}
.blog .blog_content .blog_item .item_title:hover {
	color: #0000fc;
}
.blog .blog_content .blog_item .item_year,
.blog .blog_content .blog_item .item_description {
	color: #97afd5;
	font-size: 16px;
	max-width: 1000px;
}
.blog .blog_content .blog_item .read_more {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	padding: 15px 40px;
	min-width: 190px;
	border-radius: 54px;
	background-color: #f42f54;
	border-color: #f42f54;
	transition: 0.5s all ease;
	color: #fff;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	justify-content: center;
}
.blog .blog_content .blog_item .read_more:hover {
	background-color: #fff;
	border-color: #f42f54;
	color: #f42f54;
}

.wait {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 966px) {
	.wait {
		padding-bottom: 50px;
	}
}
.wait em {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.wait .wait_item {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
@media (max-width: 966px) {
	.wait .wait_item {
		gap: 30px 0;
	}
}
.wait .warning {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(220, 53, 69, 0.5019607843);
	color: white;
	padding: 15px;
	flex-wrap: wrap;
	gap: 0 5px;
	font-style: italic;
}
.wait .warning em {
	color: #fff;
	font-size: 16px;
}
.wait .warning span,
.wait .warning a {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
}
.wait .warning a {
	text-decoration: underline;
	color: #fff;
}
.wait .order_number {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.wait .order_number p,
.wait .order_number span {
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.6;
}
.wait .order_number span {
	color: #f42f54;
}
.wait .guearantee {
	width: 100%;
	max-width: 540px;
	margin: auto;
	background-color: #0a1227;
	padding: 15px;
	margin-bottom: 30px;
	margin-top: -20px;
	font-size: 20px;
	border-radius: 5px;
	color: #97afd5;
	border: 1px solid #75263b;
	display: flex;
	align-items: center;
	gap: 0 5px;
	flex-wrap: wrap;
	justify-content: center;
}
@media (max-width: 966px) {
	.wait .guearantee {
		font-size: 18px;
	}
}
.wait .guearantee a {
	color: #f42f54;
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.wait .guearantee a em,
.wait .guearantee a span {
	transition: 0.3s all ease;
	color: #f42f54;
}
.wait .guearantee span {
	color: #fff;
}
.wait .wait_status {
	width: 100%;
	padding: 20px;
	background: #0a1227;
	border-radius: 5px;
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wait .wait_status.red {
	border-radius: 5px;
	border: 1px solid #f42f54;
	background: transparent;
}
.wait .wait_status.red .info_text {
	color: #f42f54;
	font-size: 17px;
	font-weight: 500;
}
.wait .wait_status .item_title {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: 30px;
	color: white;
}
.wait .wait_status .copy_adress {
	font-size: 25px;
	border-bottom: dotted 1px;
	background-color: #f42f54;
	color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 12px;
	padding: 5px 8px 5px 14px;
}
.wait .wait_status .copied_msg {
	color: #8fb0e0;
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
}
@media (max-width: 966px) {
	.wait .wait_status .copy_adress {
		width: 100%;
		word-break: break-all;
	}
}
.wait .wait_status .copy_adress .address {
	flex: 1;
}
.wait .wait_status .copy_adress em {
	color: #fff;
	cursor: pointer;
}
.wait .wait_status .copy_adress .copy_input {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background: transparent;
	border-radius: 8px;
	cursor: pointer;
	transition:
		background 0.15s ease,
		transform 0.1s ease,
		opacity 0.1s ease;
}
.wait .wait_status .copy_adress .copy_input svg {
	width: 28px;
	height: 28px;
	margin: 0;
	display: block;
}
.wait .wait_status .copy_adress .copy_input:hover {
	background: rgba(255, 255, 255, 0.18);
}
.wait .wait_status .copy_adress .copy_input:active,
.wait .wait_status .copy_adress .copy_input.active {
	opacity: 0.6;
	transform: scale(0.9);
}
.wait .wait_status .tip {
	font-size: 16px;
	margin: 30px 0;
	color: #f8aa38;
}
.wait .wait_status .animation {
	color: #97afd5;
	font-size: 25px;
	margin-top: 10px;
}
.wait .wait_status .animation em {
	animation: fa-spin 1s infinite steps(8);
	color: #97afd5;
}
@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.wait .wait_status img {
	height: 240px;
	width: 240px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}
.wait .wait_status .update {
	font-size: 12px;
	margin-top: 20px;
	color: rgba(151, 175, 213, 0.6117647059);
}
.wait .wait_status .info_text {
	font-size: 16px;
	color: #97afd5;
}
.wait .wait_status .order_info_fee {
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 0 10px;
	flex-direction: column;
	gap: 10px 0;
}
.wait .wait_status .order_info_fee li {
	display: flex;
	align-items: start;
	justify-content: center;
	gap: 0 20px;
}
@media (max-width: 767px) {
	.wait .wait_status .order_info_fee li {
		flex-direction: column;
		word-break: break-all;
	}
}
.wait .wait_status .order_info_fee li span {
	color: #97afd5;
	font-size: 20px;
	text-align: start;
	width: 170px;
}
.wait .wait_status .order_info_fee li span:last-child {
	color: #f42f54;
	font-weight: bold;
	width: auto;
}
.wait .wait_status .order_info_fee li span .blue {
	color: #97afd5;
	font-size: 16px;
}
.wait .transactions {
	width: 100%;
}
.wait .transactions .item_title {
	font-size: 23px;
	margin-bottom: 20px;
	margin-top: 30px;
	color: white;
}
.wait .transactions .item_title.paye {
	background: rgba(15, 25, 50, 0.2509803922);
	margin-top: 30px;
	font-size: 20px;
	color: #f42f54;
	font-weight: bold;
	height: 64px;
	display: flex;
	align-items: end;
	justify-content: center;
}
.wait .transactions .item_title.paye:last-child {
	height: 122px;
	align-items: center;
}
.wait .status_order_time {
	display: flex;
	margin-left: auto;
	font-size: 12px;
	margin-top: 15px;
	gap: 0 5px;
	color: #97afd5;
}

.use_section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.use_section.popular .row {
	flex-direction: row-reverse;
}
@media (max-width: 1096px) {
	.use_section.popular .row {
		flex-direction: column;
		gap: 50px 0;
	}
}
.use_section.popular .row .left_content {
	max-width: 540px;
}
.use_section.popular .row .left_content .item_title {
	font-size: 28px;
	text-transform: uppercase;
}
.use_section.popular .row .left_content .description {
	margin-bottom: 76px;
}
.use_section.popular .row .left_content .info .apps {
	flex-direction: row;
	justify-content: center;
}
.use_section.popular .row .left_content .info .apps a {
	display: flex;
	align-items: center;
	gap: 15px 20px;
	justify-content: center;
	flex-wrap: wrap;
}
.use_section.popular .row .left_content .info .apps a img {
	width: 170px;
}
.use_section.popular .row .left_content .info li:nth-child(2) span {
	margin-top: 0;
}
.use_section.popular .row .left_content .info li {
	flex-direction: column;
	gap: 18px 0;
	width: 100%;
}
.use_section.popular .row .left_content .info li span {
	margin-top: 60px;
}
@media (max-width: 966px) {
	.use_section.popular .row .left_content .info li span {
		margin-top: 30px;
	}
}
.use_section.popular .row .left_content .info li a {
	display: flex;
	width: 100%;
}
.use_section.popular .row .left_content .info li input {
	border-radius: 6px;
	border: 1px solid #dbe4f7;
	width: 100%;
	padding: 10px 15px;
	line-height: 21px;
	font-size: 0.9em;
	color: #305082;
	transition: all 0.4s;
	background-color: transparent;
	color: #eef3fc;
	background: rgba(15, 25, 50, 0.3);
	border-color: rgba(219, 228, 247, 0.25);
	background: rgba(219, 228, 247, 0.2);
	cursor: text;
}
.use_section.popular .row .right_content {
	max-width: 400px;
}
.use_section.popular .row .right_content a {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 3;
	margin: auto;
	align-items: center;
	height: 53px;
	width: max-content;
}
.use_section.popular .row .right_content a .contact-icon {
	height: 38px;
	width: 38px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #f8aa38;
	box-shadow: 0px 2px 15px 0px rgba(248, 170, 56, 0.5);
	border-radius: 50%;
	margin-right: 15px;
	flex-shrink: 0;
	color: #97afd5;
	background: rgba(151, 175, 213, 0.15);
	box-shadow: none;
}
.use_section.popular .row .right_content a span {
	color: #97afd5;
	transition: 0.3s all ease;
}
.use_section.popular .row .right_content a span:hover {
	color: #ff0000;
}
@media (min-width: 576px) {
	.use_section.popular .row .right_content .nk-circle-animation.small {
		height: 400px;
		width: 400px;
	}
}
@media (min-width: 576px) {
	.use_section.popular .row .right_content .nk-circle-animation {
		height: 500px;
		width: 500px;
		overflow: hidden;
	}
}
.use_section.popular .row .right_content .nk-circle-animation {
	height: 300px;
	width: 300px;
	z-index: 1;
}
.use_section.popular .row .right_content .nk-df-center,
.use_section.popular .row .right_content .abs-center,
.use_section.popular .row .right_content .nk-block-video-play {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.use_section.popular .row .right_content .nk-circle-animation.white:before {
	border-top-color: #fff;
	border-right-color: #fff;
}
.use_section.popular .row .right_content .nk-circle-animation.small:before,
.use_section.popular .row .right_content .nk-circle-animation.small:after {
	border-width: 2px;
}
.use_section.popular .row .right_content .nk-circle-animation:before {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-top-color: #f42f54;
	border-right-color: #f42f54;
	animation: rotatecw 30s linear infinite 0s;
}
.use_section.popular .row .right_content .nk-circle-animation:before,
.use_section.popular .row .right_content .nk-circle-animation:after {
	position: absolute;
	content: '';
	border: 4px solid rgba(151, 175, 213, 0.3);
	border-radius: 50%;
}
@keyframes rotatecw {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotateacw {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@media (min-width: 576px) {
	.use_section.popular .row .right_content .nk-circle-animation.small:after {
		top: 35px;
		left: 35px;
		bottom: 35px;
		right: 35px;
	}
}
.use_section.popular .row .right_content .nk-circle-animation.white:after {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.use_section.popular .row .right_content .nk-circle-animation.small:before,
.use_section.popular .row .right_content .nk-circle-animation.small:after {
	border-width: 2px;
}
@media (min-width: 576px) {
	.use_section.popular .row .right_content .nk-circle-animation:after {
		top: 45px;
		left: 45px;
		bottom: 45px;
		right: 45px;
	}
}
.use_section.popular .row .right_content .nk-circle-animation:after {
	top: 25px;
	left: 25px;
	bottom: 25px;
	right: 25px;
	border-top-color: #f42f54;
	border-bottom-color: #f42f54;
	animation: rotateacw 24s linear infinite 0s;
}
.use_section.popular .row .right_content img {
	box-shadow: none;
}
.use_section.tab_use .tab-content {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.05);
	padding: 30px;
}
.use_section.tab_use .tab-content p,
.use_section.tab_use .tab-content a,
.use_section.tab_use .tab-content li,
.use_section.tab_use .tab-content b {
	font-size: 16px;
	color: rgb(151, 175, 213);
}
.use_section.tab_use .tab-content a {
	transition: 0.5s all ease;
}
.use_section.tab_use .tab-content a:hover {
	color: rgb(251, 5, 5);
}
.use_section.tab_use .tab-content p {
	margin-bottom: 12px;
}
.use_section.tab_use
	.tab-content
	h2.accordion-title.accordion-title-sm.knowltitle {
	cursor: auto;
	text-align: center;
	color: #f8f9fb;
	font-size: 23px;
	margin-bottom: 22px;
	padding-top: 25px;
}
.use_section.tab_use .tab-content h3.h3ti {
	font-size: 23px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 0.5rem;
	color: rgb(255, 255, 255);
}
.use_section.tab_use .tab-content .tble-class {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.use_section.tab_use .tab-content table.table-fees {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
}
.use_section.tab_use .tab-content td,
.use_section.tab_use .tab-content th {
	border: 1px solid #8da5ca;
	text-align: left;
	padding: 8px;
	color: #8da5ca;
}
.use_section.tab_use .tab-content th {
	text-align: inherit;
}
.use_section.tab_use .tab-content tr:nth-child(even) {
	background-color: rgba(10, 18, 39, 0.7098039216);
}
.use_section.tab_use .tab-content td,
.use_section.tab_use .tab-content th {
	border: 1px solid #8da5ca;
	text-align: left;
	padding: 8px;
	color: #8da5ca;
}
.use_section.another_use .section_title {
	margin-bottom: 20px;
}
.use_section.another_use .description {
	margin: 0 auto 60px auto;
	text-align: center;
	max-width: 540px;
}
@media (max-width: 966px) {
	.use_section.another_use .description {
		margin-bottom: 40px;
	}
}
.use_section.another_use .row {
	flex-direction: row-reverse;
}
@media (max-width: 1096px) {
	.use_section.another_use .row {
		flex-direction: column;
		gap: 50px 0;
	}
}
.use_section.another_use .row .left_content .info li {
	align-items: start;
}
.use_section.another_use .row .left_content .info li p {
	flex: 0 0 auto;
	width: 40px;
	height: 44px;
	position: relative;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: rgba(151, 175, 213, 0.6);
	background-image: linear-gradient(
		-45deg,
		#f42f54 20%,
		#617394 80%,
		#1b2d59 100%
	);
}
.use_section.another_use .row .left_content .info li p::after {
	display: none;
}
.use_section.another_use .row .left_content .info li p::before {
	content: '\e90f';
	display: flex;
	font-size: 44px;
}
.use_section.another_use .row .left_content .info li span.title_item {
	font-size: 18px;
	color: white;
}
.use_section.another_use .row .left_content .info li .red_btn {
	font-size: 13px;
	line-height: 25px;
	padding: 12px 30px;
	letter-spacing: 0.1em;
	min-width: 120px;
	background-color: #f42f54;
	border-color: #f42f54;
	border-radius: 44px;
	position: relative;
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	padding: 8px 15px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	min-width: 120px;
	max-width: 100%;
	border: 2px solid #f42f54;
	box-sizing: border-box;
	transition: all 0.5s;
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}
.use_section.another_use .row .left_content .info li .red_btn:hover {
	background-color: #fff;
	color: #f42f54;
}
.use_section.another_use .row .left_content .info li:nth-child(2) p::before {
	content: '\e910';
}
.use_section.another_use .row .left_content .info li:nth-child(3) p::before {
	content: '\e902';
}
.use_section.another_use .row .right_content {
	max-width: 500px;
	box-shadow: none;
	width: 100%;
	flex: 0 0 auto;
}
.use_section.another_use .row .right_content img {
	box-shadow: none;
}
.use_section .section_title {
	margin-bottom: 60px;
}
@media (max-width: 966px) {
	.use_section .section_title {
		margin-bottom: 30px;
	}
}
.use_section .description {
	line-height: 1.6;
	font-size: 16px;
	color: #97afd5;
	font-weight: 400;
	margin: 16px 0 34px 0;
}
.use_section .row {
	align-items: center;
	flex-wrap: nowrap;
	gap: 20px 40px;
}
@media (max-width: 1096px) {
	.use_section .row {
		flex-direction: column;
		gap: 150px 0;
	}
}
.use_section .row .left_content {
	display: flex;
	flex-direction: column;
	max-width: 590px;
}
.use_section .row .left_content .item_title {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}
.use_section .row .left_content .info {
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
@media (max-width: 966px) {
	.use_section .row .left_content .info {
		gap: 15px 0;
	}
}
.use_section .row .left_content .info li {
	display: flex;
	align-items: center;
	gap: 0 15px;
}
.use_section .row .left_content .info li em {
	width: 40px;
	flex: 0 0 auto;
	position: relative;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	color: #f8aa38;
	border-radius: 50%;
	background-image: linear-gradient(
		-45deg,
		#f42f54 0%,
		#1b2d59 80%,
		#1b2d59 100%
	);
	font-size: 1rem;
	color: rgba(151, 175, 213, 0.6);
}
.use_section .row .left_content .info li em::after {
	background: #0f1932;
	position: absolute;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	content: '';
	border-radius: 50%;
	z-index: 1;
}
.use_section .row .left_content .info li em::before {
	position: relative;
	z-index: 2;
}
.use_section .row .left_content .info li span {
	color: #97afd5;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
}
.use_section .row .right_content {
	max-width: 745px;
	width: 100%;
	position: relative;
}
.use_section .row .right_content .nk-circle-animation {
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	overflow: hidden;
}
@media (max-width: 966px) {
	.use_section .row .right_content .nk-circle-animation {
		width: 300px;
		height: 300px;
	}
}
.use_section .row .right_content .nk-circle-animation::before,
.use_section .row .right_content .nk-circle-animation::after {
	position: absolute;
	content: '';
	border: 4px solid rgba(151, 175, 213, 0.3);
	border-radius: 50%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-top-color: #f42f54;
	border-right-color: #f42f54;
	animation: rotatecw 15s linear infinite 0s;
}
.use_section .row .right_content .nk-circle-animation::after {
	border-top-color: #f42f54;
	border-bottom-color: #f42f54;
	top: 45px;
	left: 45px;
	bottom: 45px;
	right: 45px;
	animation: rotateacw 10s linear infinite 0s;
}
@keyframes rotatecw {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
@keyframes rotateacw {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}
.use_section .row .right_content img {
	width: 100%;
	box-shadow: 0px 2px 15px 20px rgba(0, 0, 0, 0.231372549);
	position: relative;
	z-index: 2;
}

.browser_session {
	height: 100vh;
	display: none;
	align-items: center;
	justify-content: center;
}
.browser_session .section_title.red {
	font-size: 180px;
	color: #f42f54;
	font-weight: bold;
	line-height: normal;
}
@media (max-width: 767px) {
	.browser_session .section_title.red {
		font-size: 100px;
	}
}
.browser_session .description {
	font-size: 20px;
	color: #97afd5;
	margin: 25px 0;
	text-align: center;
}
.browser_session .order_number {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 5px;
}
.browser_session .order_number p,
.browser_session .order_number span {
	color: #97afd5;
	font-size: 20px;
}
