html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
	overscroll-behavior: inherit;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}
button {
	cursor: pointer;
}
a {
	text-decoration: none;
}
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 320px) {
	.container {
		max-width: 360px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 908px;
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1680px;
		padding-left: 120px;
		padding-right: 120px;
	}
}
body {
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif !important;
	background: #0e1214;
}
body * {
	font-family: "Montserrat", sans-serif !important;
}
.body_home {
	background: linear-gradient(
		180deg,
		#0a0a0b 19.34%,
		#3d5200 26.72%,
		#0e1112 31.27%,
		#02050a 100%
	);
}
@media (min-width: 768px) {
	.body_home {
		background: linear-gradient(
			180deg,
			#0a0a0b 47.77%,
			#3d5200 65.18%,
			#0e1112 82.59%,
			#02050a 100%
		);
	}
}
@media (min-width: 1440px) {
	.body_home {
		background: #0e1214;
	}
}
.form__protect {
	display: flex;
	align-items: center;
	column-gap: 13px;
	padding: 5px;
}
.form__protect-icon {
	width: 35.021px;
	height: 25px;
	flex-shrink: 0;
}
.form__protect-title {
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: normal;
	text-align: left;
}
.form__protect-description {
	color: #fff;
	font-size: 6px;
	font-weight: 400;
	line-height: normal;
	text-align: left;
}
.form {
	max-width: 650px;
	margin: 0 auto;
}
h2.title,
h1.title {
	color: #c7c7c7;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
h2.title span,
h1.title span {
	color: #bcfd01;
}
@media (min-width: 1440px) {
	h2.title,
	h1.title {
		font-size: 36px;
	}
}
.main_btn {
	display: flex;
	gap: 5px;
	align-items: center;
}
.main_btn_btn {
	border-radius: 20px;
	background: #bcfd01;
	padding: 10px;
	color: #36393d;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 768px) {
	.main_btn_btn {
		font-size: 14px;
	}
}
@media (min-width: 1440px) {
	.main_btn_btn {
		font-size: 16px;
	}
}
.main_btn_btn:hover {
	border-radius: 20px;
	background: var(
		--A-active,
		linear-gradient(90deg, #bcfd01 0%, #22918b 96.63%)
	);
}
.main_btn_cont {
	border-radius: 30px;
	background: #9e9e9e;
	padding: 10px 7px 10px 10px;
	width: 37px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_btn_cont img {
	max-width: 18px;
	width: 100%;
}
@media (min-width: 768px) {
	.first_bg {
		background: url("../img/first_bg.webp");
		background-position: top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media (min-width: 768px) {
	.second_bg {
		background: url("../img/second_bg.webp");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media (min-width: 1440px) {
	.third_bg {
		background: url("../img/second_bg.webp");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.header {
	padding: 13px 0;
	background: #0e1214;
	position: relative;
	z-index: 2;
}
.header__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__container .logo {
	max-width: 190px;
	width: 100%;
}
@media (min-width: 768px) {
	.header__container .logo {
		max-width: 250px;
	}
}
.header__container .logo img {
	width: 100%;
}
.header__container .nav-wrapper {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	gap: 12px;
}
@media (min-width: 1440px) {
	.header__container .nav-wrapper {
		gap: 42px;
		flex-direction: row;
	}
}
.header__container .nav-wrapper .header__nav .header__menu-toggle {
	display: block;
	background: inherit;
	border: none;
}
@media (min-width: 1440px) {
	.header__container .nav-wrapper .header__nav .header__menu-toggle {
		display: none;
	}
}
.header__container .nav-wrapper .header__nav .header__menu-toggle img {
	width: 25px;
}
.header__container .nav-wrapper .header__nav .header__nav-list {
	border-radius: 10px;
	border: 0.5px solid #c7c7c7;
	background: #0b0b0a;
	display: none;
	flex-direction: column;
	gap: 17px;
	position: absolute;
	top: 60px;
	width: max-content;
	right: 0;
	background: #0e1214;
	padding: 10px;
	z-index: 100;
}
@media (min-width: 768px) {
	.header__container .nav-wrapper .header__nav .header__nav-list {
		width: 360px;
		top: 92px;
	}
}
@media (min-width: 1440px) {
	.header__container .nav-wrapper .header__nav .header__nav-list {
		display: flex;
		flex-direction: row;
		gap: 42px;
		position: static;
		padding: 0;
		width: auto;
		border: none;
	}
	.header__container
		.nav-wrapper
		.header__nav
		.header__nav-list
		.header__nav-item {
		flex-shrink: 0;
	}
}
.header__container .nav-wrapper .header__nav .header__nav-list a {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 1440px) {
	.header__container .nav-wrapper .header__nav .header__nav-list a {
		font-size: 14px;
	}
}
.header__container .nav-wrapper .header__nav .header__nav-list a:hover {
	color: #bcfd01;
}
.header__container .nav-wrapper .header__nav .header__nav-list.active {
	display: flex;
}
.header__container .desk {
	display: none;
}
@media (min-width: 1440px) {
	.header__container .desk {
		display: block;
		width: 24px;
		margin-left: 20px;
	}
}
.header .header__nav-item.active a {
	color: #bcfd01 !important;
}
.home_welcome {
	padding: 55px 0;
}
@media (min-width: 768px) {
	.home_welcome {
		padding-bottom: 85px;
	}
}
.home_welcome__container {
	display: flex;
	flex-direction: column;
	gap: 35px;
}
@media (min-width: 768px) {
	.home_welcome__container {
		flex-direction: row;
		align-items: center;
		gap: 25px;
		justify-content: space-between;
	}
	.home_welcome__container .wrap {
		max-width: 300px;
	}
}
@media (min-width: 1440px) {
	.home_welcome__container {
		justify-content: center;
		gap: 250px;
	}
	.home_welcome__container .wrap {
		max-width: 400px;
	}
}
.home_welcome__container .wrap_one {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
@media (min-width: 768px) {
	.home_welcome__container .wrap_one {
		align-items: flex-start;
	}
}
@media (min-width: 1440px) {
	.home_welcome__container .wrap_one {
		max-width: 550px;
		gap: 20px;
	}
}
.home_welcome__container .wrap_one .subtitle {
	display: flex;
	align-items: center;
	gap: 5px;
}
.home_welcome__container .wrap_one .subtitle p {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.home_welcome__container .wrap_one .subtitle p {
		font-size: 16px;
	}
}
.home_welcome__container .wrap_one .subtitle img {
	width: 23px;
	height: 23px;
	flex-shrink: 0;
	aspect-ratio: 1/1;
}
@media (min-width: 768px) {
	.home_welcome__container .wrap_one .subtitle img {
		width: 28px;
		height: 28px;
	}
}
.home_welcome__container .wrap_one .users {
	display: flex;
	align-items: center;
	gap: 18px;
}
@media (min-width: 768px) {
	.home_welcome__container .wrap_one .users {
		gap: 26px;
	}
}
@media (min-width: 1440px) {
	.home_welcome__container .wrap_one .users {
		width: 100%;
		margin-top: 20px;
	}
	.home_welcome__container .wrap_one .users img {
		max-width: 220px;
		width: 100%;
	}
}
.home_welcome__container .wrap_one .users_info {
	display: flex;
	flex-direction: column;
}
.home_welcome__container .wrap_one .users_info .normal {
	font-size: 10.984px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	background: linear-gradient(90deg, #c7c7c7 38.39%, #616161 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
	.home_welcome__container .wrap_one .users_info .normal {
		font-size: 16px;
	}
}
.home_welcome__container .wrap_one .users_info .bold {
	color: #c7c7c7;
	font-size: 21.969px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media (min-width: 768px) {
	.home_welcome__container .wrap_one .users_info .bold {
		font-size: 32px;
	}
}
.home_welcome__container .wrap_one .learn_btn {
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 40px;
	background: #36393d;
	max-width: max-content;
	display: flex;
	align-items: center;
	gap: 27px;
	padding: 5px 18px;
}
@media (min-width: 768px) {
	.home_welcome__container .wrap_one .learn_btn {
		margin: 0;
		margin-top: 20px;
	}
}
.home_welcome__container .wrap_one .learn_btn p {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.home_welcome__container .wrap_one .learn_btn p {
		font-size: 16px;
	}
}
.home_welcome__container .wrap_one .learn_btn .arrow {
	border-radius: 33.158px;
	border: 1px solid #bcfd01;
	display: flex;
	width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	padding: 11px;
}
.home_welcome__container .wrap_one .learn_btn .arrow img {
	width: 100%;
}
.home_welcome__container .wrap_one .learn_btn:hover {
	background: #62810b;
}
.home_how__container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (min-width: 768px) {
	.home_how__container {
		gap: 0;
	}
}
.home_how__container .wrap_one {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 768px) {
	.home_how__container .wrap_one {
		flex-direction: row;
		gap: 10px;
		justify-content: space-between;
	}
	.home_how__container .wrap_one .main_btn {
		max-width: 300px;
		width: 100%;
	}
}
@media (min-width: 1440px) {
	.home_how__container .wrap_one {
		justify-content: flex-start;
		gap: 30px;
	}
	.home_how__container .wrap_one .title {
		font-size: 26px;
	}
}
.home_how__container .wrap_one .text_cont {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
@media (min-width: 768px) {
	.home_how__container .wrap_one .text_cont {
		max-width: 350px;
	}
}
@media (min-width: 1440px) {
	.home_how__container .wrap_one .text_cont {
		max-width: 600px;
	}
}
.home_how__container .wrap_one .text_cont .subtitle {
	color: #c7c7c7;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.home_how__container .wrap_one .text_cont .text {
	color: #c7c7c7;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
@media (min-width: 1440px) {
	.home_how__container .wrap_one .text_cont .text {
		margin-top: 15px;
	}
}
.home_how__container .wrap_two {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 768px) {
	.home_how__container .wrap_two {
		flex-direction: row;
		align-items: center;
	}
}
@media (min-width: 1440px) {
	.home_how__container .wrap_two {
		justify-content: space-between;
		margin-top: 50px;
		gap: 36px;
	}
}
.home_how__container .wrap_two .item {
	display: flex;
	padding: 12px 17px;
	flex-direction: column;
	gap: 15px;
	border-radius: 10px;
	background: linear-gradient(
		1deg,
		#36393d 0.73%,
		#36393d 53.83%,
		#565c67 99.46%
	);
}
@media (min-width: 1440px) {
	.home_how__container .wrap_two .item {
		height: 250px;
		justify-content: space-between;
		padding: 36px;
		width: calc(33.3% - 10px);
	}
}
.home_how__container .wrap_two .item_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}
.home_how__container .wrap_two .item_top h3 {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.home_how__container .wrap_two .item_top img {
	max-width: 41px;
	width: 100%;
}
@media (min-width: 1440px) {
	.home_how__container .wrap_two .item_top img {
		max-width: 48px;
	}
}
.home_how__container .wrap_two .item .text {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}
@media (min-width: 1440px) {
	.home_how__container .wrap_two .item .text {
		font-size: 14px;
	}
}
.home_how__container .wrap_two .item.desk {
	display: none;
}
@media (min-width: 1440px) {
	.home_how__container .wrap_two .item.desk {
		display: flex;
	}
}
.home_how__container .wrap_two .right_items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 1440px) {
	.home_how__container .wrap_two .right_items {
		flex-direction: row;
		display: none;
	}
}
.home_how__container .wrap_two .item:hover {
	background: #bcfd01;
}
.home_how__container .wrap_two .item:hover h3,
.home_how__container .wrap_two .item:hover p {
	color: #000;
}
.contact_how {
	padding-bottom: 55px;
}
@media (min-width: 1440px) {
	.contact_how {
		padding: 85px 0;
	}
}
.home_start {
	padding: 55px 0;
}
.home_start__container {
	display: flex;
	flex-direction: column;
	gap: 35px;
}
@media (min-width: 768px) {
	.home_start__container {
		flex-direction: row;
		gap: 20px;
		justify-content: space-between;
		align-items: center;
	}
	.home_start__container .main_btn {
		max-width: 260px;
	}
}
@media (min-width: 1440px) {
	.home_start__container {
		gap: 150px;
	}
}
.home_start__container .phone_tablet {
	display: none;
}
@media (min-width: 768px) {
	.home_start__container .phone_tablet {
		display: block;
		max-width: 280px;
	}
}
@media (min-width: 1440px) {
	.home_start__container .phone_tablet {
		max-width: 450px;
	}
}
.home_start__container .wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.home_start__container .items .item {
	padding: 15px 0;
	border-top: 1px solid #c7c7c7;
	display: flex;
	flex-direction: column;
	gap: 17px;
}
@media (min-width: 1440px) {
	.home_start__container .items .item {
		padding: 19px 0;
	}
}
.home_start__container .items .item_top {
	background: linear-gradient(90deg, #c7c7c7 23.89%, #616161 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.home_start__container .items .item_top {
		font-size: 16px;
	}
}
@media (min-width: 1440px) {
	.home_start__container .items .item_top {
		font-size: 20px;
	}
}
.home_start__container .items .item .text {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}
.home_start__container .items .item .text span {
	color: #bcfd01;
}
@media (min-width: 1440px) {
	.home_start__container .items .item .text {
		font-size: 14px;
	}
}
.start_start {
	padding: 0;
}
@media (min-width: 768px) {
	.start_start {
		padding-bottom: 55px;
	}
}
.start_start h1 {
	text-align: center;
}
@media (min-width: 1440px) {
	.start_start h1 {
		text-align: left;
	}
}
@media (min-width: 768px) {
	.start_start .home_start__container {
		flex-direction: row;
	}
	.start_start .home_start__container .wrap {
		align-items: flex-start;
	}
	.start_start .home_start__container .wrap .main_btn {
		width: 100%;
	}
}
@media (min-width: 1440px) {
	.home_trade {
		padding: 80px 0;
	}
}
.home_trade__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 768px) {
	.home_trade__container {
		gap: 30px;
	}
}
@media (min-width: 1440px) {
	.home_trade__container {
		flex-direction: row;
		align-items: center;
	}
	.home_trade__container .title {
		font-size: 26px;
	}
}
.home_trade__container .wrap_one {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 768px) {
	.home_trade__container .wrap_one {
		max-width: 550px;
	}
	.home_trade__container .wrap_one .main_btn {
		max-width: 300px;
		width: 100%;
		margin-top: 10px;
	}
}
@media (min-width: 1440px) {
	.home_trade__container .wrap_one {
		gap: 30px;
	}
}
.home_trade__container .wrap_one .text_cont {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
@media (min-width: 1440px) {
	.home_trade__container .wrap_one .text_cont {
		gap: 30px;
	}
}
.home_trade__container .wrap_one .text_cont .text {
	color: #c7c7c7;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.home_trade__container .wrap_one .text_cont .text span {
	color: #bcfd01;
}
.home_trade__container .wrap_two {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.home_trade__container .wrap_two .item {
	display: flex;
	padding: 12px 15px;
	flex-direction: column;
	gap: 17px;
	border-radius: 10px;
	border: 0.5px solid #c7c7c7;
	background: #05090b;
}
@media (min-width: 768px) {
	.home_trade__container .wrap_two .item {
		padding: 16px 30px;
	}
}
.home_trade__container .wrap_two .item_top {
	color: #c7c7c7;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.home_trade__container .wrap_two .item .text {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}
@media (min-width: 768px) {
	.home_trade__container .wrap_two .item .text {
		font-size: 14px;
	}
}
.home_trade__container .wrap_two .item:hover {
	border-radius: 10px;
	border-top: 0.5px solid #c7c7c7;
	border-right: 0.5px solid #c7c7c7;
	border-bottom: 0.5px solid #c7c7c7;
	background: linear-gradient(
		1deg,
		#36393d 0.73%,
		#36393d 53.83%,
		#565c67 99.46%
	);
}
.home_highlighting {
	padding: 55px 0;
}
.home_highlighting__container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media (min-width: 768px) {
	.home_highlighting__container .title {
		text-align: center;
	}
}
.home_highlighting__container .subtitle {
	color: #c7c7c7;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 15px;
}
@media (min-width: 768px) {
	.home_highlighting__container .subtitle {
		text-align: center;
	}
}
@media (min-width: 1440px) {
	.home_highlighting__container .subtitle {
		font-size: 20px;
	}
}
.home_highlighting__container .subtitle span {
	color: #bcfd01;
}
.home_highlighting__container .animation {
	width: 100%;
	position: relative;
	height: 300px;
	overflow: hidden;
	padding-top: 20px;
}
@media (min-width: 768px) {
	.home_highlighting__container .animation {
		height: 500px;
	}
}
.home_highlighting__container .animation .item {
	max-width: max-content;
}
.home_highlighting__container .animation .item .big {
	width: 86px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 46.071px;
	border: 0.384px solid #fff;
	background: #05080b;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}
@media (min-width: 768px) {
	.home_highlighting__container .animation .item .big {
		width: 170px;
		height: 170px;
		font-size: 20px;
		border-radius: 100px;
	}
}
.home_highlighting__container .animation .item .green {
	width: 50px;
	height: 50px;
	border-radius: 24.555px;
	background: #bcfd01;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #36393d;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-left: auto;
	margin-top: -25px;
	text-align: center;
}
@media (min-width: 768px) {
	.home_highlighting__container .animation .item .green {
		width: 120px;
		height: 120px;
		font-size: 36px;
		border-radius: 100px;
		margin-top: -70px;
		margin-right: -50px;
	}
}
.home_highlighting__container .animation .path-svg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	transform: translateY(10px);
}
.home_highlighting__container .animation .item-circle {
	position: absolute;
	transform: translate(-50%, -50%);
	z-index: 2;
	margin-top: 20px;
}
.home_highlighting__container .animation .animation .item {
	max-width: max-content;
}
.home_highlighting__container .animation .item:hover .big {
	border: 1px solid var(--H2, #c7c7c7);
	background: linear-gradient(255deg, #c7c7c7 19.2%, #616161 57.01%);
}
.home_faq__container {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.home_faq__container .subtitle {
	color: #bcfd01;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media (min-width: 1440px) {
	.home_faq__container .subtitle {
		font-size: 20px;
	}
}
.home_faq__container .faq {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media (min-width: 768px) {
	.home_faq__container .faq {
		margin-top: 15px;
	}
}
@media (min-width: 1440px) {
	.home_faq__container .faq {
		margin-top: 25px;
	}
}
.home_faq__container .faq .faq-item {
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c7c7;
}
@media (min-width: 1440px) {
	.home_faq__container .faq .faq-item {
		padding-bottom: 15px;
	}
}
.home_faq__container .faq .faq-item .faq-question {
	width: 100%;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	padding: 0;
}
@media (min-width: 768px) {
	.home_faq__container .faq .faq-item .faq-question {
		padding: 0 30px;
	}
}
.home_faq__container .faq .faq-item .icon {
	transition: transform 0.3s ease;
	width: 15px;
}
@media (min-width: 768px) {
	.home_faq__container .faq .faq-item .icon {
		width: 20px;
	}
}
.home_faq__container .faq .faq-item span {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: left;
}
@media (min-width: 768px) {
	.home_faq__container .faq .faq-item span {
		font-size: 14px;
	}
}
@media (min-width: 1440px) {
	.home_faq__container .faq .faq-item span {
		font-size: 20px;
	}
}
.home_faq__container .faq .faq-item .faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 0;
	transition: max-height 0.4s ease, padding 0.4s ease;
	color: #c7c7c7;
	font-size: 10px;
	font-weight: 500;
	line-height: normal;
}
@media (min-width: 768px) {
	.home_faq__container .faq .faq-item .faq-answer {
		font-size: 12px;
	}
}
@media (min-width: 1440px) {
	.home_faq__container .faq .faq-item .faq-answer {
		font-size: 18px;
	}
}
.home_faq__container .faq .faq-item.active .faq-answer {
	padding: 10px 0;
}
@media (min-width: 768px) {
	.home_faq__container .faq .faq-item.active .faq-answer {
		padding: 10px 30px;
	}
}
@media (min-width: 1440px) {
	.home_faq__container .faq .faq-item.active .faq-answer {
		padding: 15px 30px;
	}
}
.home_faq__container .faq .faq-item.active .faq-question .icon {
	transform: rotate(45deg);
}
.home_table {
	padding: 55px 0;
}
@media (min-width: 768px) {
	.home_table {
		padding: 80px 0;
	}
}
@media (min-width: 1440px) {
	.home_table {
		padding: 150px 0;
	}
}
.home_table__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.home_table__container .title {
	background: linear-gradient(90deg, #c7c7c7 23.89%, #616161 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media (min-width: 1440px) {
	.home_table__container .title {
		font-size: 36px;
		max-width: 720px;
	}
}
.home_table__container .text {
	color: #c7c7c7;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
@media (min-width: 1440px) {
	.home_table__container .text {
		max-width: 500px;
		font-size: 20px;
	}
}
.home_table__container .table_wrapper {
	margin-top: 10px;
	width: 100%;
	background: #4a4a4a;
	border-radius: 20px;
}
@media (min-width: 1440px) {
	.home_table__container .table_wrapper {
		margin-top: 20px;
	}
}
.home_table__container .my-table {
	border-radius: 20px;
	overflow: hidden;
	background: #4a4a4a;
	border: 0.5px solid #c7c7c7;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: rgba(0, 0, 0, 0);
	table-layout: fixed;
}
.home_table__container .my-table tbody {
	border: none;
}
.home_table__container .my-table td {
	padding: 10px 15px;
	border-bottom: 0.5px solid #c7c7c7;
	font-size: 14px;
	vertical-align: middle;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.home_table__container .my-table td {
		padding: 17px 30px;
	}
}
@media (min-width: 1440px) {
	.home_table__container .my-table td {
		font-size: 20px;
	}
}
.home_table__container .my-table td:first-child {
	width: 40%;
	border-right: 0.5px solid #c7c7c7;
	text-align: left;
	color: #fff;
	font-weight: 600;
	line-height: normal;
}
@media (min-width: 768px) {
	.home_table__container .my-table td:first-child {
		width: 20%;
	}
}
@media (min-width: 1440px) {
	.home_table__container .my-table td:first-child {
		width: 30%;
	}
}
.home_table__container .my-table td:last-child {
	width: 60%;
	color: var(--Body, #c7c7c7);
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}
@media (min-width: 768px) {
	.home_table__container .my-table td:last-child {
		width: 80%;
	}
}
@media (min-width: 1440px) {
	.home_table__container .my-table td:last-child {
		font-size: 18px;
		width: 70%;
	}
}
.home_table__container .my-table tr:last-child td {
	border-bottom: none;
}
.home_advantages__container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (min-width: 768px) {
	.home_advantages__container {
		flex-direction: row;
	}
}
@media (min-width: 1440px) {
	.home_advantages__container {
		justify-content: center;
		gap: 150px;
	}
}
.home_advantages__container .wrap_one {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 768px) {
	.home_advantages__container .wrap_one {
		gap: 30px;
		max-width: 350px;
	}
}
@media (min-width: 1440px) {
	.home_advantages__container .wrap_one {
		gap: 50px;
	}
}
.home_advantages__container .wrap_one .icons {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (min-width: 1440px) {
	.home_advantages__container .wrap_one .icons {
		gap: 50px;
	}
}
.home_advantages__container .wrap_one .icons .icon {
	display: flex;
	align-items: center;
	gap: 20px;
}
.home_advantages__container .wrap_one .icons .icon img {
	width: 58px;
}
@media (min-width: 1440px) {
	.home_advantages__container .wrap_one .icons .icon img {
		width: 128px;
		flex-shrink: 0;
	}
}
.home_advantages__container .wrap_one .icons .icon .texts {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.home_advantages__container .wrap_one .icons .icon .texts__big {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 1440px) {
	.home_advantages__container .wrap_one .icons .icon .texts__big {
		font-size: 16px;
	}
}
.home_advantages__container .wrap_one .icons .icon .texts__small {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}
@media (min-width: 1440px) {
	.home_advantages__container .wrap_one .icons .icon .texts__small {
		font-size: 16px;
	}
}
.home_advantages__container .wrap_one .btn_wrap {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.home_advantages__container .wrap_one .btn_wrap .main_btn {
	width: 100%;
	max-width: 265px;
}
.home_advantages__container .wrap_one .btn_wrap .btn_wrap_cont {
	display: flex;
	align-items: center;
	gap: 5px;
}
@media (min-width: 768px) {
	.home_advantages__container .wrap_one .btn_wrap .btn_wrap_cont {
		gap: 10px;
	}
}
.home_advantages__container .wrap_one .btn_wrap .btn_wrap_cont .text {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 1440px) {
	.home_advantages__container .wrap_one .btn_wrap .btn_wrap_cont .text {
		font-size: 16px;
	}
}
.home_advantages__container .wrap_one .btn_wrap .btn_wrap_cont .arrow_wrap {
	border-radius: 33.158px;
	border: 1.105px solid #bcfd01;
	display: flex;
	width: 33px;
	height: 32px;
	transform: rotate(45deg);
	padding: 11px 14px;
	justify-content: center;
	align-items: center;
}
.home_advantages__container .wrap_two .list-wrapper {
	position: relative;
	color: #c7c7c7;
}
.home_advantages__container .wrap_two .items {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.home_advantages__container .wrap_two .item {
	display: flex;
	align-items: center;
	gap: 45px;
	position: relative;
}
.home_advantages__container .wrap_two .circle {
	position: relative;
	width: 27px;
	height: 27px;
	flex-shrink: 0;
}
.home_advantages__container .wrap_two .items::before {
	content: "";
	position: absolute;
	top: 13.5px;
	left: 13.5px;
	width: 2px;
	height: calc(100% - 27px);
	background: linear-gradient(180deg, #c7c7c7 0%, #616161 100%);
	z-index: 0;
}
@media (min-width: 768px) {
	.home_advantages__container .wrap_two .items::before {
		left: 12.5px;
	}
}
@media (min-width: 1440px) {
	.home_advantages__container .wrap_two .items::before {
		left: 11.5px;
		top: 25.5px;
		height: calc(100% - 40px);
	}
}
.home_advantages__container .wrap_two .text {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.home_advantages__container .wrap_two .text_top {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media (min-width: 1440px) {
	.home_advantages__container .wrap_two .text_top {
		font-size: 20px;
	}
}
.home_advantages__container .wrap_two .text_bottom {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}
@media (min-width: 1440px) {
	.home_advantages__container .wrap_two .text_bottom {
		font-size: 16px;
	}
}
.home_best {
	padding: 55px 0;
}
@media (min-width: 1440px) {
	.home_best {
		padding: 70px 0;
	}
}
.home_best__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 1440px) {
	.home_best__container {
		flex-direction: row;
		justify-content: space-between;
		gap: 50px;
	}
	.home_best__container .title {
		font-size: 20px;
	}
}
.home_best__container .wrap_one {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 768px) {
	.home_best__container .wrap_one {
		flex-direction: row;
		gap: 40px;
		align-content: start;
	}
}
@media (min-width: 1440px) {
	.home_best__container .wrap_one {
		flex-direction: column;
		gap: 30px;
		max-width: 600px;
	}
}
.home_best__container .wrap_one .wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 768px) {
	.home_best__container .wrap_one .wrapper {
		justify-content: space-between;
		gap: 25px;
	}
}
.home_best__container .wrap_one .subtitle {
	background: linear-gradient(90deg, #c7c7c7 23.89%, #616161 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.home_best__container .wrap_one .subtitle span {
	color: #bcfd01;
}
@media (min-width: 1440px) {
	.home_best__container .wrap_one .subtitle {
		font-size: 20px;
	}
}
.home_best__container .wrap_one .title {
	margin-top: 10px;
}
@media (min-width: 768px) {
	.home_best__container .wrap_one .title {
		margin: 0;
	}
}
.home_best__container .wrap_one .text {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}
@media (min-width: 1440px) {
	.home_best__container .wrap_one .text {
		font-size: 16px;
	}
}
.home_best__container .wrap_two {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
@media (min-width: 768px) {
	.home_best__container .wrap_two {
		flex-direction: row;
		gap: 20px;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 20px;
	}
}
@media (min-width: 1440px) {
	.home_best__container .wrap_two {
		position: relative;
	}
}
.home_best__container .wrap_two .item {
	display: flex;
	padding: 17px 27px;
	flex-direction: column;
	gap: 13px;
	align-self: stretch;
	border-radius: 100px;
	border: 0.5px solid #c7c7c7;
}
@media (min-width: 768px) {
	.home_best__container .wrap_two .item {
		padding: 25px 34px;
		max-width: 270px;
		justify-content: space-between;
	}
}
@media (min-width: 1440px) {
	.home_best__container .wrap_two .item {
		position: absolute;
		padding: 35px 45px;
		gap: 15px;
	}
}
.home_best__container .wrap_two .item_top {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media (min-width: 1440px) {
	.home_best__container .wrap_two .item_top {
		font-size: 16px;
	}
}
.home_best__container .wrap_two .item_text {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}
@media (min-width: 1440px) {
	.home_best__container .wrap_two .item_text {
		font-size: 14px;
	}
}
@media (min-width: 1440px) {
	.home_best__container .wrap_two {
		width: 500px;
	}
	.home_best__container .wrap_two .item:nth-child(1) {
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.home_best__container .wrap_two .item:nth-child(2) {
		position: absolute;
		left: 0px;
		top: 100px;
	}
	.home_best__container .wrap_two .item:nth-child(3) {
		position: absolute;
		right: 0px;
		top: 200px;
	}
	.home_best__container .wrap_two .item:nth-child(4) {
		position: absolute;
		left: 0px;
		top: 300px;
	}
}
.home_best .main_btn_btn {
	margin: 0 auto;
	margin-top: 30px;
}
@media (min-width: 768px) {
	.home_best .main_btn_btn {
		margin-top: 60px;
		max-width: 290px;
	}
}
@media (min-width: 1440px) {
	.home_best .main_btn_btn {
		margin-top: 200px;
	}
}
.about_best {
	padding: 0;
	padding-bottom: 55px;
}
@media (min-width: 768px) {
	.about_best {
		background: url("../img/about/phone.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 1000px;
		position: relative;
	}
	.about_best .item {
		max-width: 300px;
		width: 100%;
	}
	.about_best .wrap_two .item:nth-child(1) {
		position: absolute;
		right: 0px;
	}
	.about_best .wrap_two .item:nth-child(2) {
		position: absolute;
		right: 0px;
		top: 160px;
	}
	.about_best .wrap_two .item:nth-child(3) {
		position: absolute;
		right: 0;
		top: 320px;
	}
	.about_best .wrap_two .item:nth-child(4) {
		position: absolute;
		top: 480px;
		right: 0;
		left: unset;
	}
}
@media (min-width: 1440px) {
	.about_best {
		background: url("../img/about/phone_d.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 1000px;
		position: relative;
	}
	.about_best .wrap_two {
		margin-left: auto;
	}
	.about_best .item {
		max-width: 300px;
		width: 100%;
	}
	.about_best .wrap_two .item:nth-child(1) {
		position: absolute;
		right: 0px;
	}
	.about_best .wrap_two .item:nth-child(2) {
		position: absolute;
		left: 0px;
		top: 100px;
		right: 190px;
	}
	.about_best .wrap_two .item:nth-child(3) {
		position: absolute;
		right: 50px;
		top: 250px;
	}
	.about_best .wrap_two .item:nth-child(4) {
		position: absolute;
		top: 450px;
		right: 130px;
		left: unset;
	}
}
.footer {
	padding: 15px 0;
}
@media (min-width: 768px) {
	.footer {
		padding: 35px 0 15px 0;
	}
}
.footer__container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
}
@media (min-width: 768px) {
	.footer__container {
		gap: 20px;
	}
}
.footer__container .info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: outside;
}
.footer__container .info li {
	color: var(--Body, #c7c7c7);
	font-size: 8px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media (min-width: 768px) {
	.footer__container .info li {
		font-size: 10px;
	}
}
@media (min-width: 1440px) {
	.footer__container .info li {
		font-size: 14px;
	}
}
.footer__container .social {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
@media (min-width: 768px) {
	.footer__container .social {
		gap: 75px;
		justify-content: center;
	}
}
.footer__container .social a {
	width: 25px;
	height: 25px;
}
@media (min-width: 1440px) {
	.footer__container .social a {
		width: 30px;
		height: 30px;
	}
}
.footer__container .social img {
	width: 100%;
}
.footer__container .coppy {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
@media (min-width: 1440px) {
	.footer__container .coppy {
		gap: 25px;
	}
}
.footer__container .coppy .text {
	color: var(--Body, #c7c7c7);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}
@media (min-width: 768px) {
	.footer__container .coppy .text {
		font-size: 14px;
	}
}
@media (min-width: 1440px) {
	.footer__container .coppy .text {
		font-size: 16px;
	}
}
.footer__container .coppy .coppy_links {
	display: flex;
	align-items: center;
	gap: 35px;
}
.footer__container .coppy .coppy_links a {
	color: var(--Body, #c7c7c7);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}
@media (min-width: 768px) {
	.footer__container .coppy .coppy_links a {
		font-size: 14px;
	}
}
@media (min-width: 1440px) {
	.footer__container .coppy .coppy_links a {
		font-size: 16px;
	}
}
.footer__container .coppy .coppy_links a:hover {
	text-decoration: underline;
}
.about_welcome {
	padding: 125px 0 55px 0;
}
@media (min-width: 768px) {
	.about_welcome {
		background: url("../img/first_bg.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		z-index: 1;
	}
}
.about_welcome__container {
	display: flex;
	flex-direction: column;
	gap: 35px;
	position: relative;
}
@media (min-width: 768px) {
	.about_welcome__container {
		position: static;
	}
}
@media (min-width: 1440px) {
	.about_welcome__container {
		gap: 55px;
	}
}
.about_welcome__container .coin-m {
	position: absolute;
	top: -155px;
	z-index: -1;
	width: 100%;
}
@media (min-width: 768px) {
	.about_welcome__container .coin-m {
		display: none;
	}
}
.about_welcome__container .coin-d {
	display: none;
}
@media (min-width: 768px) {
	.about_welcome__container .coin-d {
		display: block;
		position: absolute;
		top: -100px;
		max-width: 450px;
		right: -100px;
		z-index: -1;
	}
}
@media (min-width: 1440px) {
	.about_welcome__container .coin-d {
		max-width: 600px;
		top: -20px;
		right: -20px;
	}
}
.about_welcome__container .wrap_one {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 768px) {
	.about_welcome__container .wrap_one {
		flex-direction: row;
		max-width: 400px;
	}
}
@media (min-width: 1440px) {
	.about_welcome__container .wrap_one {
		max-width: 800px;
	}
}
.about_welcome__container .wrap_one__texts {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}
@media (min-width: 1440px) {
	.about_welcome__container .wrap_one__texts {
		gap: 30px;
	}
}
.about_welcome__container .wrap_one__texts .title {
	text-align: center;
}
.about_welcome__container .wrap_one__texts .subtitle {
	color: #c7c7c7;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
@media (min-width: 1440px) {
	.about_welcome__container .wrap_one__texts .subtitle {
		font-size: 20px;
	}
}
.about_welcome__container .wrap_one__texts .main_btn {
	margin-top: 10px;
	max-width: 250px;
	width: 100%;
}
.about_welcome__container .wrap_one .card {
	margin-left: auto;
	max-width: 150px;
	transform: rotate(-14deg);
}
@media (min-width: 768px) {
	.about_welcome__container .wrap_one .card {
		max-width: 220px;
	}
}
@media (min-width: 1440px) {
	.about_welcome__container .wrap_one .card {
		transform: rotate(0);
		max-width: 400px;
		width: 100%;
	}
}
.about_welcome__container .wrap_two {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media (min-width: 1440px) {
	.about_welcome__container .wrap_two {
		gap: 15px;
	}
}
.about_welcome__container .wrap_two .title {
	color: #c7c7c7;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.about_welcome__container .wrap_two .title span {
	color: #bcfd01;
}
.about_welcome__container .wrap_two .text {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}
.about_welcome__container .wrap_two .text span {
	color: #bcfd01;
}
@media (min-width: 768px) {
	.about_welcome__container .wrap_two .text {
		font-size: 14px;
	}
}
.contact_welcome {
	padding: 55px 0;
}
.contact_welcome__container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (min-width: 768px) {
	.contact_welcome__container {
		flex-direction: row;
		gap: 60px;
	}
	.contact_welcome__container .wrap_one {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}
@media (min-width: 768px) and (min-width: 1440px) {
	.contact_welcome__container .wrap_one {
		max-width: 600px;
	}
}
@media (min-width: 1440px) {
	.contact_welcome__container {
		gap: 250px;
		justify-content: center;
	}
	.contact_welcome__container .mob {
		display: none !important;
	}
}
.contact_welcome__container .wrap_two {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (min-width: 768px) {
	.contact_welcome__container .wrap_two {
		max-width: 300px;
		width: 100%;
		flex-shrink: 0;
	}
}
@media (min-width: 1440px) {
	.contact_welcome__container .wrap_two {
		max-width: 400px;
	}
}
.contact_welcome__container .subtitle {
	color: #c7c7c7;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.contact_welcome__container .subtitle span {
	color: #bcfd01;
}
.contact_welcome__container .contact_links {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
@media (min-width: 1440px) {
	.contact_welcome__container .contact_links.desk {
		display: flex !important;
		flex-direction: row;
		align-items: center;
		gap: 150px;
		margin-top: 30px;
	}
}
.contact_welcome__container .contact_links-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.contact_welcome__container .contact_links-item p,
.contact_welcome__container .contact_links-item a {
	color: #c7c7c7;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
@media (min-width: 1440px) {
	.contact_welcome__container .contact_links-item p,
	.contact_welcome__container .contact_links-item a {
		font-size: 16px;
	}
}
.contact_welcome__container .contact_links-item .bold {
	background: linear-gradient(90deg, #c7c7c7 23.89%, #616161 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.contact_welcome__container .desk {
	display: none;
}
@media (min-width: 768px) {
	.contact_welcome__container .desk {
		display: block;
	}
}
@media (min-width: 768px) {
	.contact_bg {
		background: url("../img/first_bg.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
@media (min-width: 768px) {
	.mob {
		display: none !important;
	}
}
.start_welcome {
	padding: 55px 0;
}
.start_welcome__container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (min-width: 768px) {
	.start_welcome__container {
		flex-direction: row;
		gap: 30px;
	}
	.start_welcome__container .wrap_two {
		max-width: 300px;
	}
}
@media (min-width: 1440px) {
	.start_welcome__container .wrap_two {
		max-width: 400px;
	}
}
@media (min-width: 1440px) {
	.start_welcome__container {
		gap: 250px;
		justify-content: center;
	}
}
.start_welcome__container .wrap_one {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media (min-width: 1440px) {
	.start_welcome__container .wrap_one {
		max-width: 500px;
	}
}
.start_welcome__container .subtitle {
	color: #c7c7c7;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.start_welcome__container .subtitle span {
	color: #bcfd01;
}
@media (min-width: 1440px) {
	.start_welcome__container .subtitle {
		font-size: 16px;
	}
}
.start_welcome__container .desk {
	display: none;
}
@media (min-width: 768px) {
	.start_welcome__container .desk {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.start_welcome__container .desk .item {
		display: flex;
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}
	.start_welcome__container .desk .item .bold {
		background: var(--H2, linear-gradient(90deg, #c7c7c7 23.89%, #616161 100%));
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: rgba(0, 0, 0, 0);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
}
@media (min-width: 768px) and (min-width: 1440px) {
	.start_welcome__container .desk .item .bold {
		font-size: 20px;
	}
}
@media (min-width: 768px) {
	.start_welcome__container .desk .item p {
		color: var(--Body, #c7c7c7);
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 0.36px;
	}
}
@media (min-width: 768px) and (min-width: 1440px) {
	.start_welcome__container .desk .item p {
		font-size: 14px;
	}
}
@media (min-width: 1440px) {
	.start_welcome__container .desk.items {
		margin-top: 25px;
	}
}
@media (min-width: 768px) {
	.start_bg {
		background: url("../img/first_bg.webp");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
.start_btn {
	padding: 40px 0 55px 0;
}
@media (min-width: 768px) {
	.start_btn {
		display: none;
	}
}
@media (min-width: 1440px) {
	.start_btn {
		display: block;
	}
}
.start_btn__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
@media (min-width: 1440px) {
	.start_btn__container {
		gap: 50px;
	}
}
.start_btn__container .main_btn {
	width: 100%;
}
@media (min-width: 1440px) {
	.start_btn__container .main_btn {
		max-width: 250px;
	}
} /*# sourceMappingURL=main.min.css.map */
