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: 744px) {
	.container {
		max-width: 824px;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1780px;
		padding-left: 120px;
		padding-right: 120px;
	}
}
body {
	overflow-x: hidden;
	background: #0f0f0f;
	font-family: "Montserrat", sans-serif;
}
.bg {
	background: linear-gradient(rgba(15, 15, 15, 0.5), rgba(15, 15, 15, 0.5)),
		url("/img/bg-mob.webp");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (min-width: 744px) {
	.bg {
		background: linear-gradient(rgba(15, 15, 15, 0.5), rgba(15, 15, 15, 0.5)),
			url("/img/bg-tab.webp");
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
	}
}
@media (min-width: 1440px) {
	.bg {
		background: linear-gradient(rgba(15, 15, 15, 0.5), rgba(15, 15, 15, 0.5)),
			url("/img/bg-desk.webp");
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
	}
}
.bg1 {
	background: linear-gradient(rgba(15, 15, 15, 0.5), rgba(15, 15, 15, 0.5)),
		url("/img/bg-mob.webp");
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (min-width: 744px) {
	.bg1 {
		background: linear-gradient(rgba(15, 15, 15, 0.5), rgba(15, 15, 15, 0.5)),
			url("/img/bg-tab.webp");
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
	}
}
@media (min-width: 1440px) {
	.bg1 {
		background: linear-gradient(rgba(15, 15, 15, 0.5), rgba(15, 15, 15, 0.5)),
			url("/img/bg-desk.webp");
		background-position: top;
		background-size: cover;
		background-repeat: no-repeat;
	}
}
.title {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 744px) {
	.title {
		font-size: 40px;
	}
}
.subtitle {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
@media (min-width: 744px) {
	.subtitle {
		font-size: 20px;
	}
}
.get-start {
	display: flex;
	padding: 12px 32px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	max-width: max-content;
	margin: 0 auto;
	border-radius: 2px;
	background: linear-gradient(
		90deg,
		#007c79 0%,
		#13ada2 25.5%,
		#53bcb9 52.5%,
		#13ada2 78.5%,
		#007c79 99.5%
	);
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	animation: backgroundBlink 1s infinite alternate;
}
@keyframes backgroundBlink {
	0% {
		background: linear-gradient(
			90deg,
			#007c79 0%,
			#13ada2 25.5%,
			#53bcb9 52.5%,
			#13ada2 78.5%,
			#007c79 99.5%
		);
	}
	100% {
		background: linear-gradient(
				0deg,
				rgba(0, 0, 0, 0.2) 0%,
				rgba(0, 0, 0, 0.2) 100%
			),
			linear-gradient(
				90deg,
				#007c79 0%,
				#13ada2 25.5%,
				#53bcb9 52.5%,
				#13ada2 78.5%,
				#007c79 99.5%
			);
	}
}
.form {
	max-width: 400px;
}
.form__protect {
	display: flex;
	align-items: center;
	column-gap: 13px;
	padding: 10px 25px 25px 25px;
}
.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;
}
.circle {
	width: 523px;
	height: 523px;
	border-radius: 523px;
	background: #112e31;
	filter: blur(200px);
	position: absolute;
	right: 0;
	z-index: 2;
}
.highlithing .circle {
	width: 523px;
	height: 523px;
	border-radius: 523px;
	background: #112e31;
	filter: blur(200px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faq .circle {
	width: 523px;
	height: 523px;
	border-radius: 523px;
	background: #112e31;
	filter: blur(200px);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.about .circle {
	width: 523px;
	height: 523px;
	border-radius: 523px;
	background: #112e31;
	filter: blur(200px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.header {
	padding: 12px 0;
	border-bottom: 1px solid #393939;
}
.header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .wrapper .logo-wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}
.header .wrapper .logo-wrap .logo {
	max-width: 35px;
}
.header .wrapper .logo-wrap p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
@media (min-width: 744px) {
	.header .wrapper .logo-wrap p {
		font-size: 20px;
	}
}
.header .wrapper .nav-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
.header .wrapper .nav-wrapper .header__nav {
	display: none;
}
@media (min-width: 1440px) {
	.header .wrapper .nav-wrapper .header__nav {
		display: flex;
	}
	.header .wrapper .nav-wrapper .header__nav-list {
		display: flex;
		align-items: center;
		gap: 32px;
	}
	.header .wrapper .nav-wrapper .header__nav-list a {
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
	}
	.header .wrapper .nav-wrapper .header__nav-list a:hover {
		color: #53bcb9;
	}
}
.header__burger {
	display: block;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	padding: 8px;
}
.header__nav-mobWrapper {
	position: relative;
}
@media (min-width: 1440px) {
	.header__nav-mobWrapper {
		display: none;
	}
}
.header__nav-mob {
	display: none;
	position: absolute;
	left: -140px;
	min-height: 256px;
	background-color: #0a0500;
	min-width: 175px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	padding: 32px;
	top: 53px;
}
.header__nav-list-mob-item a {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 40px;
	display: block;
}
.header__nav-list-mob-item:last-child a {
	margin-bottom: 0;
}
.header__nav-list-mob-item a:hover {
	color: #53bcb9;
}
.welcome {
	padding: 100px 0;
}
@media (min-width: 744px) {
	.welcome {
		padding: 100px 0 180px 0;
	}
}
@media (min-width: 1440px) {
	.welcome {
		padding: 100px 0 120px 0;
	}
}
.welcome__container {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.welcome__container .blue {
	color: #53bcb9;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
@media (min-width: 1440px) {
	.welcome__container .blue {
		margin-bottom: 40px;
	}
}
.welcome__container .title {
	text-align: center;
	margin-bottom: 12px;
}
@media (min-width: 1440px) {
	.welcome__container .title {
		max-width: 700px;
		font-size: 48px;
	}
}
.welcome__container .subtitle {
	text-align: center;
	margin-bottom: 32px;
}
@media (min-width: 1440px) {
	.welcome__container .subtitle {
		max-width: 700px;
	}
}
.welcome__container .form {
	margin-top: 40px;
}
@media (min-width: 744px) {
	.step__container {
		position: relative;
	}
}
.step__container .title {
	margin-bottom: 12px;
}
@media (min-width: 744px) {
	.step__container .title {
		max-width: 500px;
		font-size: 24px;
	}
}
@media (min-width: 1440px) {
	.step__container .title {
		margin-right: 250px;
		max-width: 100%;
	}
}
.step__container .subtitle {
	margin-bottom: 12px;
}
@media (min-width: 744px) {
	.step__container .subtitle {
		font-size: 16px;
		max-width: 500px;
		margin-bottom: 0;
	}
}
@media (min-width: 1440px) {
	.step__container .subtitle {
		max-width: 100%;
		margin-right: 250px;
	}
}
.step__container .arrow {
	display: none;
}
@media (min-width: 744px) {
	.step__container .arrow {
		display: block;
		position: absolute;
		right: 0;
		top: 40px;
		transform: rotate(75deg);
	}
}
@media (min-width: 1440px) {
	.step__container .arrow {
		top: 0;
	}
}
.step__container .items {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}
@media (min-width: 744px) {
	.step__container .items {
		margin-top: 60px;
	}
}
@media (min-width: 1440px) {
	.step__container .items {
		width: 100%;
	}
}
.step__container .items .item {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	padding: 12px 0px;
	border-bottom: 1px solid #007c79;
	z-index: 3;
	position: relative;
}
@media (min-width: 1440px) {
	.step__container .items .item {
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}
}
.step__container .items .item div {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}
@media (min-width: 1440px) {
	.step__container .items .item div {
		flex-direction: row;
		gap: 20px;
	}
}
.step__container .items .item__title {
	color: #fff;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
@media (min-width: 744px) {
	.step__container .items .item__title {
		font-size: 20px;
	}
}
.step__container .items .item__text {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (min-width: 744px) {
	.step__container .items .item__text {
		font-size: 16px;
	}
}
@media (min-width: 1440px) {
	.step__container .items .item__text {
		max-width: 470px;
		text-align: left;
	}
}
.join {
	padding: 60px 0;
}
@media (min-width: 744px) {
	.join {
		padding: 120px 0;
	}
}
.join__container {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	border-radius: 24px;
	background: linear-gradient(
		109deg,
		#007c79 1.15%,
		#0b4748 13.79%,
		#112e31 27.4%,
		#16171c 52.03%,
		#16171c 65.97%
	);
	padding: 12px;
}
@media (min-width: 744px) {
	.join__container {
		padding: 40px;
		gap: 40px;
	}
}
@media (min-width: 1440px) {
	.join__container {
		flex-direction: row;
		gap: 64px;
	}
}
.join__container .joins {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
@media (min-width: 744px) {
	.join__container .joins {
		gap: 40px;
	}
}
.join__container .joins .subtitle {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.join__container .joins .title {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 744px) {
	.join__container .joins .title {
		font-size: 48px;
	}
}
.join__container .text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
.join__container .text .item {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.join__container .text .item .main {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
@media (min-width: 744px) {
	.join__container .text .item .main {
		font-size: 20px;
	}
}
.join__container .text .item .info {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (min-width: 744px) {
	.join__container .text .item .info {
		font-size: 16px;
	}
}
.join__container-sub {
	display: flex;
	flex-direction: column;
}
@media (min-width: 1440px) {
	.join-page {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
.line {
	background: url("/img/line-mob.png");
	background-size: cover;
	background-position: 20%;
	background-repeat: no-repeat;
	position: relative;
	height: 60px;
}
.line .circleLin {
	width: 29px;
	height: 29px;
	display: none;
	background-image: url("/img/circle.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 100%;
	bottom: 0;
	animation: moveAlongLine 3s infinite linear;
}
@media (min-width: 1440px) {
	.line .circleLin {
		display: block;
	}
}
.line .circleLin1 {
	width: 29px;
	height: 29px;
	display: none;
	background-image: url("/img/circle.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 100%;
	bottom: 0;
	animation: moveAlongLine 4s infinite linear;
}
@media (min-width: 1440px) {
	.line .circleLin1 {
		display: block;
	}
}
@media (min-width: 744px) {
	.line {
		height: 100px;
	}
}
@media (min-width: 1440px) {
	.line {
		height: 140px;
		background: url("/img/line.png");
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}
@media (min-width: 1440px) and (min-width: 2215px) {
	.line {
		height: 170px;
	}
}
@keyframes moveAlongLine {
	0% {
		left: 90%;
		bottom: 0%;
	}
	20% {
		left: 80%;
		bottom: 0%;
	}
	40% {
		left: 70%;
		bottom: 0%;
	}
	50% {
		left: 65%;
		bottom: 40%;
	}
	60% {
		left: 60%;
		bottom: 81%;
	}
	70% {
		left: 50%;
		bottom: 85%;
	}
	80% {
		left: 40%;
		bottom: 85%;
	}
	90% {
		left: 30%;
		bottom: 85%;
	}
	100% {
		left: 0%;
		bottom: 85%;
	}
}
.take {
	padding: 60px 0;
}
@media (min-width: 744px) {
	.take {
		padding: 120px 0;
	}
}
.take__container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media (min-width: 744px) {
	.take__container {
		flex-direction: row;
		justify-content: space-between;
	}
}
.take__container .btn_block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.take__container .btn_block .arrow {
	transform: rotate(90deg);
	max-width: 60px;
}
@media (min-width: 744px) {
	.take__container .btn_block .arrow {
		max-width: 150px;
		transform: rotate(0deg);
	}
}
@media (min-width: 1440px) {
	.take__container .btn_block .arrow {
		margin-right: 100px;
	}
}
.take__container .btn_block .title {
	color: #53bcb9;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 744px) {
	.take__container .btn_block .title {
		font-size: 39px;
	}
}
.take__container .btn_block .get-start {
	margin: 0;
}
.take__container .btn_block .text {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (min-width: 744px) {
	.take__container .btn_block .text {
		font-size: 16px;
	}
}
.take__container .btn_block .arrow_block {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (min-width: 744px) {
	.take__container .btn_block .arrow_block {
		align-items: flex-start;
	}
}
.take__container .list_block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.take__container .list_block .item {
	display: flex;
	padding: 12px;
	flex-direction: column;
	gap: 8px;
	border-radius: 24px;
	background: linear-gradient(
		109deg,
		#007c79 1.15%,
		#0b4748 13.79%,
		#112e31 27.4%,
		#16171c 52.03%,
		#16171c 65.97%
	);
}
@media (min-width: 744px) {
	.take__container .list_block .item {
		padding: 20px;
		gap: 12px;
	}
}
.take__container .list_block .item__title {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	text-align: left;
}
@media (min-width: 744px) {
	.take__container .list_block .item__title {
		font-size: 20px;
	}
}
.take__container .list_block .item__text {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (min-width: 744px) {
	.take__container .list_block .item__text {
		font-size: 16px;
	}
}
.highlithing {
	padding: 200px 0;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
@media (min-width: 744px) {
	.highlithing {
		padding: 280px 0 350px 0;
	}
}
@media (min-width: 1440px) {
	.highlithing {
		padding: 280px 0 300px 0;
	}
}
.highlithing__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	z-index: 3;
	position: relative;
}
@media (min-width: 744px) {
	.highlithing__container {
		gap: 0;
	}
}
.highlithing__container .blue {
	border-radius: 200px;
	background: #007c79;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
@media (min-width: 744px) {
	.highlithing__container .blue {
		font-size: 48px;
	}
}
.highlithing__container .black {
	border-radius: 200px;
	background: #1e1f25;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.12px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 744px) {
	.highlithing__container .black {
		font-size: 24px;
	}
}
.highlithing__container .upper {
	display: flex;
	position: relative;
	justify-content: space-between;
	width: 100%;
}
@media (min-width: 1440px) {
	.highlithing__container .upper {
		top: 100px;
	}
}
.highlithing__container .upper .accuary {
	position: relative;
}
.highlithing__container .upper .accuary .black {
	width: 100px;
	height: 100px;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media (min-width: 744px) {
	.highlithing__container .upper .accuary .black {
		width: 160px;
		height: 160px;
		font-size: 24px;
	}
}
@media (min-width: 1440px) {
	.highlithing__container .upper .accuary .black {
		width: 200px;
		height: 200px;
	}
}
.highlithing__container .upper .accuary .blue {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 80px;
	left: 30px;
}
@media (min-width: 744px) {
	.highlithing__container .upper .accuary .blue {
		width: 120px;
		height: 120px;
		bottom: 100px;
		left: 85px;
	}
}
@media (min-width: 1440px) {
	.highlithing__container .upper .accuary .blue {
		width: 160px;
		height: 160px;
		font-size: 48px;
		bottom: 150px;
		left: 130px;
	}
}
.highlithing__container .upper .every .black {
	width: 120px;
	height: 120px;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (min-width: 744px) {
	.highlithing__container .upper .every .black {
		width: 200px;
		height: 200px;
		font-size: 20px;
	}
}
@media (min-width: 1440px) {
	.highlithing__container .upper .every .black {
		width: 240px;
		height: 240px;
	}
}
.highlithing__container .upper .every .blue {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 85px;
	right: 40px;
}
@media (min-width: 744px) {
	.highlithing__container .upper .every .blue {
		width: 140px;
		height: 140px;
		bottom: 135px;
		right: 100px;
	}
}
@media (min-width: 1440px) {
	.highlithing__container .upper .every .blue {
		width: 160px;
		height: 160px;
		font-size: 48px;
		bottom: 180px;
		right: 170px;
	}
}
.highlithing__container .middle {
	margin-bottom: 50px;
}
.highlithing__container .middle .title {
	background: linear-gradient(90deg, #fff 0%, #5d5d5d 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 744px) {
	.highlithing__container .middle .title {
		font-size: 40px;
		max-width: 350px;
	}
}
@media (min-width: 1440px) {
	.highlithing__container .middle .title {
		font-size: 64px;
		max-width: 515px;
	}
}
.highlithing__container .bottom {
	display: flex;
	position: relative;
	justify-content: space-between;
	width: 100%;
}
.highlithing__container .bottom .desck {
	display: none;
}
@media (min-width: 1440px) {
	.highlithing__container .bottom .desck {
		display: block;
	}
}
.highlithing__container .bottom .desck-one {
	position: relative;
	bottom: -40px;
	left: 150px;
}
.highlithing__container .bottom .desck-one .black {
	width: 137px;
	height: 138px;
	border-radius: 200px;
	background: #16171c;
	filter: blur(5px);
}
.highlithing__container .bottom .desck-one img {
	position: absolute;
	bottom: -10px;
	left: 30px;
	z-index: 1;
}
.highlithing__container .bottom .desck-two {
	position: relative;
	right: 50px;
}
.highlithing__container .bottom .desck-two .black {
	width: 156px;
	height: 157px;
	border-radius: 200px;
	background: #16171c;
	filter: blur(5px);
}
.highlithing__container .bottom .desck-two img {
	position: absolute;
	bottom: -20px;
	right: -25px;
}
.highlithing__container .bottom .global {
	position: relative;
}
.highlithing__container .bottom .global .black {
	width: 80px;
	height: 80px;
	font-size: 12px;
	position: absolute;
	top: -57px;
	left: 35px;
}
@media (min-width: 744px) {
	.highlithing__container .bottom .global .black {
		width: 160px;
		height: 160px;
		font-size: 24px;
		top: -25px;
		left: 150px;
	}
}
@media (min-width: 1440px) {
	.highlithing__container .bottom .global .black {
		left: -125px;
		top: 0;
	}
}
.highlithing__container .bottom .global .blue {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0;
	left: 80px;
	font-size: 28px;
}
@media (min-width: 744px) {
	.highlithing__container .bottom .global .blue {
		width: 200px;
		height: 200px;
		font-size: 48px;
		top: 40px;
		left: 250px;
	}
}
@media (min-width: 1440px) {
	.highlithing__container .bottom .global .blue {
		left: 0;
	}
}
.faq {
	position: relative;
	z-index: 4;
}
.faq__container {
	display: flex;
	flex-direction: column;
}
.faq__container .title {
	margin-bottom: 12px;
	color: #53bcb9;
	text-align: center;
	position: relative;
	z-index: 4;
}
@media (min-width: 744px) {
	.faq__container .title {
		margin-bottom: 24px;
	}
}
@media (min-width: 1440px) {
	.faq__container .title {
		font-size: 44px;
	}
}
.faq__container .subtitle {
	position: relative;
	z-index: 4;
	margin-bottom: 20px;
	text-align: center;
}
@media (min-width: 744px) {
	.faq__container .subtitle {
		margin-bottom: 80px;
	}
}
.faq__container .items {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}
.faq__container .items .item .chevron {
	transition: transform 0.1s ease;
}
.faq__container .items .item .chevron.rotate {
	transform: rotate(45deg);
}
.faq__container .items .item .quest {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px;
	border-bottom: 1px solid #4b4d4f;
}
.faq__container .items .item .quest .main {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
@media (min-width: 744px) {
	.faq__container .items .item .quest .main {
		font-size: 20px;
	}
}
.faq__container .items .item .quest img {
	width: 20px;
	height: 20px;
}
@media (min-width: 744px) {
	.faq__container .items .item .quest img {
		width: 40px;
		height: 40px;
	}
}
.faq__container .items .item .answer {
	display: none;
	overflow: hidden;
	padding: 12px;
}
.faq__container .items .item .answer p {
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
@media (min-width: 744px) {
	.faq__container .items .item .answer p {
		font-size: 18px;
	}
}
.faq__container .items .item .answer.open {
	display: block;
}
.feature {
	padding: 60px 0;
}
@media (min-width: 744px) {
	.feature {
		padding: 120px 0;
	}
}
.feature .title {
	color: #53bcb9;
	text-align: center;
}
.feature .subtitle {
	text-align: center;
}
.feature__container {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.feature__container .table {
	border-radius: 8px;
	border: 1px solid #4b4d4f;
	background: #16171c;
}
@media (min-width: 744px) {
	.feature__container .table {
		margin-top: 56px;
	}
}
@media (min-width: 1440px) {
	.feature__container .table {
		margin-top: 80px;
	}
}
.feature__container .table .row {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #4b4d4f;
}
.feature__container .table .row .first {
	max-width: 110px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 8px;
	border-right: 1px solid #4b4d4f;
	display: block;
	height: 100%;
	display: flex;
	align-items: center;
	min-height: 58px;
}
@media (min-width: 744px) {
	.feature__container .table .row .first {
		font-size: 16px;
		max-width: 50%;
		padding: 12px 10px;
		min-height: 75px;
	}
}
@media (min-width: 1440px) {
	.feature__container .table .row .first {
		max-width: 350px;
		min-height: 40px;
	}
}
.feature__container .table .row .second {
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	padding: 8px;
	min-height: 58px;
	line-height: normal;
	display: flex;
	align-items: center;
}
@media (min-width: 744px) {
	.feature__container .table .row .second {
		padding: 12px 10px;
		font-size: 16px;
		min-height: 75px;
	}
}
@media (min-width: 1440px) {
	.feature__container .table .row .second {
		min-height: 40px;
	}
}
.advantages {
	padding: 60px 0;
}
@media (min-width: 744px) {
	.advantages {
		padding: 120px 0;
	}
}
.advantages__container {
	display: flex;
	padding: 12px;
	flex-direction: column;
	align-items: center;
	border-radius: 24px;
	background: linear-gradient(
		109deg,
		#007c79 1.15%,
		#0b4748 13.79%,
		#112e31 27.4%,
		#16171c 52.03%,
		#16171c 65.97%
	);
	gap: 12px;
}
@media (min-width: 744px) {
	.advantages__container {
		padding: 40px;
		gap: 40px;
	}
}
@media (min-width: 1440px) {
	.advantages__container {
		gap: 60px;
	}
}
.advantages__container .title {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 744px) {
	.advantages__container .title {
		font-size: 48px;
		margin-bottom: 14px;
	}
}
.advantages__container .wrap {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
@media (min-width: 744px) {
	.advantages__container .wrap {
		flex-direction: row;
		margin-bottom: 14px;
		gap: 40px;
	}
}
.advantages__container .wrap .item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.advantages__container .wrap .item .main {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.advantages__container .wrap .item .text {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.advantages__container .wrap .first {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.advantages__container .wrap .second {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.advantages__container .subtitle {
	margin-bottom: 38px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
@media (min-width: 744px) {
	.advantages__container .subtitle {
		margin-bottom: 0;
		font-size: 24px;
	}
}
.about {
	padding-bottom: 60px;
	position: relative;
	overflow-x: hidden;
}
@media (min-width: 744px) {
	.about {
		padding: 120px 0;
	}
}
.about__container {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.about__container .wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (min-width: 1440px) {
	.about__container .wrapper {
		gap: 20px;
		flex-direction: row;
	}
}
.about__container .wrapper .item {
	position: relative;
	z-index: 4;
	border-radius: 24px;
	background: linear-gradient(
		109deg,
		#007c79 1.15%,
		#0b4748 13.79%,
		#112e31 27.4%,
		#16171c 52.03%,
		#16171c 65.97%
	);
	display: flex;
	padding: 12px;
	flex-direction: column;
	gap: 8px;
}
@media (min-width: 744px) {
	.about__container .wrapper .item {
		padding: 20px;
		gap: 12px;
	}
}
@media (min-width: 1440px) {
	.about__container .wrapper .item {
		width: calc(33% - 20px);
	}
}
.about__container .wrapper .item .main {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
@media (min-width: 744px) {
	.about__container .wrapper .item .main {
		font-size: 20px;
	}
}
.about__container .wrapper .item .text {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media (min-width: 744px) {
	.about__container .wrapper .item .text {
		font-size: 16px;
	}
}
.about__container .wrapper .item .text span {
	font-weight: 500;
}
.footer {
	padding: 20px 0 10px 0;
	background: #16171c;
}
@media (min-width: 744px) {
	.footer {
		padding: 32px 0 10px 0;
	}
}
.footer__container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media (min-width: 744px) {
	.footer__container {
		gap: 42px;
	}
}
.footer__container .text {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.footer__container ul {
	list-style: disc;
	padding-left: 15px;
}
.footer__container .important {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.footer__container .all {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.footer__container .all .links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}
.form__section {
	padding-top: 100px;
	padding-bottom: 100px;
}
.form__section .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (min-width: 1440px) {
	.form__section .container {
		flex-direction: row;
		justify-content: space-between;
		align-items: start;
	}
}
.form__section-title {
	color: #fff;
	text-align: center;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 12px;
}
@media (min-width: 744px) {
	.form__section-title {
		font-size: 40px;
	}
}
@media (min-width: 1440px) {
	.form__section-title {
		font-size: 48px;
		margin-bottom: 20px;
		text-align: left;
	}
}
.form__section-text {
	color: #fff;
	text-align: center;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 40px;
}
@media (min-width: 744px) {
	.form__section-text {
		font-size: 20px;
	}
}
@media (min-width: 1440px) {
	.form__section-text {
		text-align: left;
	}
}
.form__section-wrapper {
	border-radius: 20px;
	border: 1px solid var(--light, #53bcb9);
	background: rgba(58, 58, 58, 0.8);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	min-height: 369px;
	width: 100%;
	padding: 20px 16px;
}
@media (min-width: 744px) {
	.form__section-wrapper {
		width: 400px;
		padding: 24px 32px;
		min-height: 393px;
	}
}
.form__section-wrapper-text {
	color: var(--white, #fff);
	font-family: "Montserrat";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 16px;
}
.form__section-main {
	width: 100%;
}
@media (min-width: 1440px) {
	.form__section-main {
		width: 780px;
		order: 2;
	}
}
@media (min-width: 1440px) {
	.contactUs .bg {
		background: none;
	}
}
.form__adres-list {
	display: none !important;
}
@media (min-width: 1440px) {
	.form__adres-list {
		display: flex !important;
	}
}
.adress {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (min-width: 1440px) {
	.adress {
		display: none;
	}
}
.mail {
	display: block;
	margin-bottom: 12px;
}
.point {
	display: block;
	margin-bottom: 12px;
}
.mail__text {
	color: #fff;
	font-family: "Montserrat";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 12px;
}
.mail__adress {
	color: #fff;
	text-align: center;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.adres__list-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.adres__list-item {
	margin-bottom: 40px;
}
@media (min-width: 744px) {
	.adres__list-item {
		margin-bottom: 0;
		min-width: 192px;
		margin-right: 40px;
	}
}
@media (min-width: 1440px) {
	.adres__list-item {
		align-items: start;
	}
}
.adres__list-item:last-child {
	margin-bottom: 0;
}
.street {
	text-decoration: none;
}
@media (min-width: 744px) {
	.adres__list {
		display: flex;
		justify-content: center;
	}
}
@media (min-width: 1440px) {
	.adres__list {
		justify-content: start;
	}
}
.about__section {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media (min-width: 744px) {
	.about__section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
.about__section-title {
	color: #fff;
	text-align: center;
	font-family: "Montserrat";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 12px;
}
@media (min-width: 744px) {
	.about__section-title {
		font-size: 40px;
	}
}
@media (min-width: 1440px) {
	.about__section-title {
		font-size: 48px;
	}
}
.about__section-text {
	color: #fff;
	text-align: center;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 40px;
}
@media (min-width: 744px) {
	.about__section-text {
		font-size: 20px;
	}
}
@media (min-width: 1440px) {
	.about__section-text {
		font-size: 20px;
	}
}
.about__section-subText {
	color: #fff;
	text-align: center;
	font-family: "Montserrat";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 16px;
}
@media (min-width: 744px) {
	.about__section-subText {
		font-size: 16px;
	}
}
.about__get-start {
	margin-bottom: 40px;
}
@media (min-width: 1440px) {
	.about__section-sub1 {
		width: 700px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 1440px) {
	.about__section-sub2 {
		width: 985px;
		margin-right: auto;
		margin-left: auto;
	}
}
.getStard__subText {
	color: var(--white, #fff);
	text-align: center;
	font-family: "Montserrat";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 40px;
}
@media (min-width: 744px) {
	.getStard__subText {
		font-size: 20px;
	}
}
@media (min-width: 1440px) {
	.getStard__subText {
		text-align: left;
		margin-bottom: 0;
	}
}
.getStard__text {
	margin-bottom: 8px;
}
@media (min-width: 744px) {
	.getStard__text {
		margin-bottom: 16px;
	}
}
@media (min-width: 1440px) {
	.getStard__text {
		text-align: left;
	}
}
.getStard__text-point::before {
	content: "";
	display: inline-block;
	width: 0.3em;
	height: 0.3em;
	border-radius: 1em;
	background-color: var(--white, #fff);
	margin-right: 0.5em;
} /*# sourceMappingURL=main.min.css.map */

.form-wrapper {
	margin-inline: auto;
}

.form__protect {
	display: flex;
	align-items: center;
	column-gap: 13px;
	padding: 10px 25px 25px 25px;
}
.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;
}
