:root {
	--font: Gilroy, -apple-system, "Open Sans", system-ui, "sans-serif";
	--dark: #011119;
	--dark0: rgba(1, 17, 25, 0);
	--white: #fff;
	--white0: rgba(255, 255, 255, 0);
	--white-hover: #e6e6e6;
	--border: rgba(255, 255, 255, 0.2);
	--grey: #7ea1b3;
	--green: #0de7b2;
	--bg-light: #0d1f28;
	--bg-light-hover: #132c38;
	--bg-light2: #f6f6f6;
	--bg-white: rgba(255, 255, 255, 0.2);
	--bg-white-hover: rgba(255, 255, 255, 0.3);
	--block-bg: #0b1b23;
	--block-border: #132c38;
	--percent1: 1;
	--percent2: 1;
	--percent3: 0.851187;
}
font-family: "Open Sans", sans-serif;
font-family: "Konkhmer Sleokchher", Helvetica;

p,
ol,
ul {
	margin: 0 0 1.5em 0;
	margin-bottom: 1.5em;
	padding: 0;
}
a {
	color: var(--white);
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

#particle {
	height: 100vh;
	overflow: hidden;
	background: #252525;
}
.transition-1 {
	transition-property: background;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.container {
	width: 100%;
	flex: 0 0 auto;
	padding: 0 20px;
	max-width: 1440px;
	margin: 0 auto;
}
.f-auto {
	flex: 0 0 auto;
}
.header {
	background: #011119;
	position: relative;
	min-height: 820px;
	z-index: 99;
}
.header:before {
	position: absolute;
	background: url("../images/bg/bg-1.jpg") no-repeat 100% 100%
		rgba(0, 0, 0, 0.65);
	background-size: auto;
	background-size: cover;
	background-blend-mode: multiply;

	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}
.top-block .container {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-top: 23px;
}

img.bit-move {
	-webkit-animation: mover 2s infinite alternate;
	animation: mover 2s infinite alternate;
}
@keyframes mover {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50px);
	}
}

.get li {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 29px 19px;
	margin: 0;
	border-radius: 25px;
	border: 1px solid var(--block-border);
	background-color: var(--block-bg);
	background-size: cover;
	background-position: 50% 0;
}
.get li:nth-child(4n-3) {
	background-image: url("../images/bg1.png");
}
.get li:nth-child(4n-2) {
	background-image: url("../images/bg2.png");
}
.get li:nth-child(4n-1) {
	background-image: url("../images/bg3.png");
}
.get li:nth-child(4n) {
	background-image: url("../images/bg4.png");
}

@media only screen and (min-width: 768px) {
	.get li {
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		min-height: 250px;
		padding: 39px 29px;
		gap: 20px;
		border-radius: 30px;
	}
}

.how ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
	color: var(--white);
}
.how li {
	flex: 0 0 auto;
	width: 100%;
	margin: 0;
	padding: 0;
}

@keyframes FadeIn {
	0% {
		opacity: 0;
		transform: scale(0.1);
	}

	85% {
		opacity: 1;
		transform: scale(1.05);
	}
	100% {
		transform: scale(1);
	}
}

.how .num {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.1;
	padding: 11px 15px 9px 15px;
	background: radial-gradient(
		100% 170.56% at 97.03% 0%,
		#fff4d7 0%,
		#ffffff 31.56%,
		#fedfff 67.61%,
		#ffccb6 100%
	);
	border-radius: 10px;
	text-transform: uppercase;
	color: var(--dark);
}

.how .text {
	margin: 10px 0 0 0;
	color: var(--white);
}

.how li img {
	margin: 20px auto 0 auto;
	margin-top: 20px;
	width: 100%;
	height: auto;
	max-width: 244px;
}
.how ol li {
	animation: FadeIn 1s linear;
	animation-fill-mode: both;
	/* display: none; */
}
.how li:nth-child(1) {
	animation-delay: 1s;
}
.how li:nth-child(2) {
	animation-delay: 1.5s;
}
.how li:nth-child(3) {
	animation-delay: 2s;
}
.visible {
	display: block;
	transform: scale(0);
}
.trust {
	padding-top: 80px;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.trust .image {
	max-width: 280px;
	margin: 0 auto 30px auto;
	background: url("../images/trust-mobile.png") no-repeat 50% 50%;
	background-size: auto;
	background-size: contain;
}

.trust .image::before {
	content: "";
	display: block;
	padding-top: 102.67%;
}
.benefits .container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.benefits .bg:nth-child(2n-1) {
	background-image: url("../images/benefits/bg1.png");
}
.benefits .bg:nth-child(2n) {
	background-image: url("../images/benefits/bg2.png");
}

.benefits .bg {
	flex: 0 0 auto;
	width: 100%;
	color: var(--white);
	border: 1px solid var(--block-border);
	font-size: 16px;
	line-height: 1.5;
	padding: 44px 19px;
	text-align: center;
	position: relative;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-position: 50% -50px;
	background-size: 150% auto;
}
.benefits .bg::before {
	content: "";
	display: block;
	width: 234px;
	height: 234px;
	margin: -12px auto 20px auto;
	margin-top: -12px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	pointer-events: none;
}
.benefits .bg1::before {
	background-image: url("../images/benefits/shield.png");
}
.benefits .bg2::before {
	background-image: url("../images/benefits/crown.png");
}

.color {
	display: inline-block;
	vertical-align: top;
	background: linear-gradient(
		to right,
		#ffcfc3 0%,
		#fee1fe 33%,
		#fff 67%,
		#fef7e3 100%
	);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.benefits .size1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
	margin: 0 0 5px 0;
	margin-bottom: 5px;
}
.benefits .bg > :last-child:not(.size1) {
	margin-bottom: 0 !important;
}

.benefits .bg .max {
	max-width: 21.222222em;
	margin: 0 auto;
	margin-bottom: 0px;
}

.stat {
	padding-top: 80px;
}
.stat .top-text {
	text-align: center;
	margin: 0 auto 20px auto;
	margin-bottom: 20px;
	font-size: 16px;
	max-width: 672px;
}

.stat .size1 {
	color: var(--white);
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 10px 0;
	margin-bottom: 10px;
}

.stat ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.1;
	color: var(--white);
	margin: 0;
	padding: 0;
	text-align: center;
}
.stat li:nth-child(3n-2) {
	background-image: url("../images/stats/bg1-mob.png");
	background-position: 0 50%;
}
.stat li:nth-child(3n-1) {
	background-image: url("../images/stats/bg2-mob.png");
	background-position: 50% 100%;
}
.stat li:nth-child(3n) {
	background-image: url("../images/stats/bg3-mob.png");
	background-position: 50% 100%;
}

.stat li {
	flex: 0 0 auto;
	width: 100%;
	margin: 0;
	min-height: 150px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--block-border);
	border-radius: 25px;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.profile {
	position: relative;
	z-index: 4;
}

.profile .top-text {
	padding: 80px 0 30px 0;
	padding-top: 80px;
	padding-bottom: 30px;
	flex: 0 0 auto;
	font-size: 16px;
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
	width: 100%;
}

.profile .size1 {
	color: var(--white);
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 10px 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.profile .wrap-screen {
	display: flex;
	flex-direction: column-reverse;
}

.profile .tel {
	position: relative;
	width: 230px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url("../images/bg-tel.png") no-repeat 50% 50%;
	background-size: auto;
	background-size: auto 100%;
	flex: 0 0 auto;
	margin-bottom: 30px;
}

.profile .tel::before {
	content: "";
	display: block;
	padding-top: 201.5625%;
}
.profile .tel img {
	position: absolute;
	top: 2.219%;
	left: 50%;
	height: 95.454545%;
	object-fit: contain;
	object-position: center;
	transform: translate3d(-50%, 0, 0);
}

.profile ul {
	flex: 0 0 auto;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
	color: var(--white);
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr);
}
.profile li {
	margin: 0;
	padding: 15px;
	border-radius: 15px;
	background: var(--bg-light);
	min-height: 86px;
	font-size: 15px;
	font-weight: 500;
}

.filters .top {
	padding-top: 80px;
	padding-bottom: 40px;
	position: sticky;
	top: 0;
	overflow: hidden;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.filters .top .container {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}
.filters .size1 {
	color: var(--white);
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	margin: 0 0 15px 0;
	margin-bottom: 15px;
}
.filters ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 40px 0;
	padding: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	gap: 10px;
	color: var(--white);
}

.filters li {
	flex: 0 0 auto;
	width: 100%;
	margin: 0;
	padding: 16px;
	border-radius: 15px;
	background: var(--bg-light);
}
.filters .cards {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: auto;
	flex: 0 0 auto;
	width: 100%;
}

.filters .card:nth-child(1) {
	display: block;
	transform: translate3d(0, calc(50px * (1 - var(--percent1))), 0)
		scale(calc(0.89 + 0.11 * var(--percent1)));
	opacity: var(--percent1);
}
.filters .card:nth-child(2) {
	display: block;
	transform: translate3d(0, calc(50px * (1 - var(--percent2))), 0)
		scale(calc(0.89 + 0.11 * var(--percent2)));
	opacity: var(--percent2);
}
.filters .card:nth-child(3) {
	display: block;
	transform: translate3d(0, calc(50px * (1 - var(--percent3))), 0)
		scale(calc(0.89 + 0.11 * var(--percent3)));
	opacity: var(--percent3);
}

.filters .card {
	flex: 0 0 auto;
	margin: 0 auto;
	max-width: 335px;
	width: 100%;
	text-align: left;
	display: none;
	backface-visibility: hidden;
	will-change: transform, opacity;
	transform-origin: 50% 100%;
}
.filters .card .t {
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
	gap: 7px;
}
.filters .card .ava {
	flex: 0 0 auto;
	background: var(--bg-light);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 3px 0 0;
}

.filters .card .ava img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.filters .card .text {
	flex: 1;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: var(--grey);
}

.filters .card .text .check {
	margin: -2px 5px -2px 0;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
	display: inline-block;
}
.filters .card .text img {
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin: -2px 5px -2px 0;
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
}

.filters .card .text strong {
	display: inline-flex;
	color: var(--white);
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 4px 0;
}
.filters .card .star {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 10px !important;
	background: var(--bg-light);
}

.filters .card .b {
	display: block !important;
	text-align: right;
	position: relative;
	border-radius: 20px !important;
	height: 97px;
	padding: 25px 15px;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: var(--grey);
	background: var(--bg-light) url("../images/card-lines.svg") no-repeat 25px 50%;
	background-size: auto 87px;
}
.filters .card .b img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: auto;
}
.filters .card .b strong {
	display: block;
	color: var(--green);
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 5px 0;
}
.stat .small {
	color: var(--grey);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.4;
	max-width: none;
}
.start-now {
	padding-top: 100px;
}
.start-now .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.start-now .size1 {
	color: var(--white);
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	line-height: 1;
	margin: 0 0 30px 0;
	margin-bottom: 30px;
}
.start-now .container > :not(.free) {
	flex: 0 0 auto;
	width: 100%;
}

.max-h-0 {
	max-height: 0;
}
.faq {
	padding: 80px 0;
	font-size: 16px;
}
.faq .size1 {
	text-align: center;
	color: var(--white);
	margin: 0 0 7px 0;
	margin-bottom: 7px;
	line-height: 1;
	font-weight: bold;
	font-size: 30px;
}

.faq .el {
	margin: 0 auto;
	margin-bottom: 0px;
	max-width: 1000px;
	color: var(--grey);
	transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.faq .qu {
	cursor: pointer;
	padding: 10px 0 10px 60px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 70px;
}

faq .qu.open + .in {
	max-height: 1000px;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	color: var(--white);
	transition: all 500s ease;
}

faq .ind > :first-child {
	margin-top: 0 !important;
}

.faq .open.qu .arr {
	background-color: var(--white);
	transform: rotate(-180deg);
}

.faq .qu .arr {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: -10px 0;
	background: var(--bg-light);
	transition-property: background, transform;
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	backface-visibility: hidden;
}

.faq .qu .arr svg {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px;
	transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer {
	display: block;
}
.footer {
	padding: 60px 0 40px 0;
	padding-top: 60px;
	padding-bottom: 40px;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.3;
}

.container-new {
	display: flex;
	flex-direction: column;
	width: 100%;
	flex: 0 0 auto;
	padding: 0 20px;
	max-width: 1440px;
	margin: 0 auto;
	margin-bottom: 0px;
}
.container-new__top-part {
	display: flex;
	flex-direction: column;
	align-items: start;
}

.container-new__email {
	text-align: left;
	margin: 20px 0;
}

.container-new__email > p {
	margin-bottom: 2px;
}

.footer .grid .col {
	text-align: left;
}
.footer .grid .col .foot-title {
	margin: 40px 0 25px 0;
	color: var(--grey);
	font-size: 18px;
	text-transform: uppercase;
}
.footer .grid .col {
	text-align: left;
}

.footer .logo {
	width: 188px;
	height: 30px;
	margin: 0;
	position: relative;
	text-align: left;
	padding-left: 50px;
	font-style: normal;
	white-space: nowrap;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	color: #ffffff;
}

.footer .logo::before {
	position: absolute;
	left: -6px;
	top: -10px;
	content: "";
	width: 50px;
	height: 50px;
	background: url("../images/logo/logo.png") center no-repeat;
	background-size: auto;
	background-size: 38px 35px;
}

.footer .grid .col .list > ul {
	display: flex;
	flex-direction: column;
}

.footer ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	margin: 0;
	padding: 0;
	gap: 0 20px;
}

.footer .grid .col .list > ul > li {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
	line-height: 145%;
	color: var(--white);
}

.footer li {
	flex: 0 0 auto;
	position: relative;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
}

/* About */

.style_main__pR7Mw {
	background-size: 1440px auto;
	flex: 0 0 auto;
	font-family: Gilroy;
	font-size: 18px;
	background: #080610;
	color: #fff;
}
.style_main__pR7Mw .style_policyPage__w5KNk {
	padding-top: 160px;
	padding-bottom: 50px;
	position: relative;
}

.style_main__pR7Mw .style_mainContainer__soGlm {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.style_main__pR7Mw .style_mainContainer__soGlm .style_content__pGlZq {
	width: 720px;
}

.style_main__pR7Mw .style_mainContainer__soGlm .style_title__tcYoX {
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
}

.style_main__pR7Mw .style_mainContainer__soGlm .style_text__JkxIn {
	font-weight: 500;
	margin-top: 10px;
	color: #a29dba;
}

.style_main__pR7Mw .style_mainContainer__soGlm .style_subTitle__C6Bxt {
	font-weight: 700;
	font-size: 24px;
	margin-top: 40px;
	line-height: 140%;
	text-align: left;
}

.style_main__pR7Mw .style_mainContainer__soGlm .style_text_split__eVDTS {
	margin-top: 10px;
	color: #fff;
}

@media only screen and (min-height: 500px) {
	.style_main__pR7Mw .style_policyPage__w5KNk {
		padding-top: 100px;
	}
}

/* Contact page */
.style_main__fNuwy {
	background-size: 1440px auto;
	flex: 0 0 auto;
	min-height: 100%;
}

.style_main__fNuwy .style_contactPage__CKFgW {
	padding-top: 160px;
	padding-bottom: 10px;
}

.style_main__fNuwy .style_mainContainer__E6FRH {
	padding-left: 30px;
	padding-right: 30px;
	max-width: 1340px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 35px;
}

.style_main__fNuwy .style_mainContainer__E6FRH .style_left__M7_xL {
	color: #fff;
	font-weight: 700;
}

.style_main__fNuwy .style_mainContainer__E6FRH .style_right__y0_PS {
	width: calc(50% - 35px);
	max-width: 508px;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_left__M7_xL
	.style_title__Fs9ok {
	font-size: 56px;
	line-height: 110%;
	margin-bottom: 30px;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_left__M7_xL
	.style_subTitle__Y30j5 {
	font-size: 24px;
	line-height: 130%;
	margin-bottom: 30px;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_left__M7_xL
	.style_label__Nzg0n {
	font-weight: 600;
	font-size: 14px;
	line-height: 145%;
	margin-bottom: 15px;
	color: #a29dba;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_left__M7_xL
	.style_address__cASX5 {
	font-size: 30px;
	line-height: 115%;
	margin-bottom: 30px;
	max-width: 690px;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_left__M7_xL
	.style_btnWrap__IwxKj {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	margin-bottom: 20px;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_left__M7_xL
	.style_label__Nzg0n {
	font-weight: 600;
	font-size: 14px;
	line-height: 145%;
	margin-bottom: 15px;
	color: #a29dba;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_left__M7_xL
	.style_btn__2RtXl {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	padding: 0 30px;
	height: 50px;
	border-radius: 13px;
	margin-bottom: 10px;
	width: -moz-max-content;
	width: max-content;
	background: #1d192c;
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_left__M7_xL
	.style_btn__2RtXl
	svg {
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_left__M7_xL
	.style_btn__2RtXl
	span {
	margin-left: 13.5px;
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_right__y0_PS
	.style_contactForm__wargx {
	border: 1px solid #2e2942;
	border-radius: 25px;
	padding: 40px 35px;
	background: linear-gradient(180deg, #0c0a15, #151221 162.82%), #080610;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_right__y0_PS
	.style_contactForm__wargx
	.style_inputWrapper__ByEc8 {
	margin-bottom: 25px;
}
.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_right__y0_PS
	.style_contactForm__wargx
	.style_inputWrapper__ByEc8
	.style_inputLabel__flqbt {
	font-weight: 500;
	font-size: 16px;
	line-height: 145%;
	margin-bottom: 10px;
	color: #fff;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_right__y0_PS
	.style_contactForm__wargx
	.style_inputWrapper__ByEc8
	.style_contactInput__QSQoT {
	border: 1px solid hsla(0, 0%, 100%, 0.1);
	border-radius: 15px;
	padding: 21px 20px;
	font-weight: 600;
	font-size: 16px;
	line-height: 145%;
	width: 100%;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_right__y0_PS
	.style_contactForm__wargx
	.style_inputWrapper__ByEc8
	.style_hiddenInput__Ifd7L {
	display: none;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_right__y0_PS
	.style_contactForm__wargx
	.style_inputWrapper__ByEc8
	.style_inputFormWrapper__b2go8 {
	display: flex;
	align-items: center;
	padding: 20px;
	width: 100%;
	position: relative;
	text-align: center;
	border: 1px solid hsla(0, 0%, 100%, 0.1);
	border-radius: 15px;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_right__y0_PS
	.style_contactForm__wargx
	.style_inputWrapper__ByEc8
	.style_inputFormWrapper__b2go8
	.style_inputFormLabel__DHB2V {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-size: 150px auto;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-radius: 12px;
	padding: 15px;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	background: #1d192c;
	position: relative;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_right__y0_PS
	.style_contactForm__wargx
	.style_inputWrapper__ByEc8
	.style_inputFormWrapper__b2go8
	.style_text__B87Vk {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	margin-left: 20px;
	color: #a29dba;
}

.style_main__fNuwy
	.style_mainContainer__E6FRH
	.style_right__y0_PS
	.style_contactForm__wargx
	.style_formBtn__L3RnH {
	outline: none;
	border: none;
	cursor: pointer;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	background: #fff;
	border-radius: 15px;
	position: relative;
	margin-top: 30px;
}

@media only screen and (max-width: 768px) {
	.style_main__fNuwy .style_contactPage__CKFgW {
		padding-top: 110px;
	}
	.style_main__fNuwy .style_mainContainer__E6FRH {
		max-width: 390px;
		flex-direction: column;
	}
	.style_main__fNuwy .style_mainContainer__E6FRH .style_left__M7_xL {
		width: 100%;
	}
	.style_main__fNuwy .style_mainContainer__E6FRH .style_right__y0_PS {
		width: 100%;
	}
	.style_main__fNuwy
		.style_mainContainer__E6FRH
		.style_left__M7_xL
		.style_title__Fs9ok {
		font-size: 36px;
		line-height: 115%;
	}
	.style_main__fNuwy
		.style_mainContainer__E6FRH
		.style_left__M7_xL
		.style_address__cASX5 {
		font-size: 24px;
		line-height: 130%;
	}
	.style_main__fNuwy
		.style_mainContainer__E6FRH
		.style_left__M7_xL
		.style_bottomBtnWrap__nRjGz
		.style_btnWrap__IwxKj
		> * {
		width: 100%;
	}
	.style_main__fNuwy
		.style_mainContainer__E6FRH
		.style_right__y0_PS
		.style_contactForm__wargx {
		padding: 30px 25px;
	}
}

@media only screen and (min-width: 768px) {
	.how ol {
		flex-direction: row;
		justify-content: center;
		gap: 0;
	}
	.how li img {
		max-width: 275px;
		margin-top: 30px;
	}
	.how li {
		width: 33.333333%;
		padding: 0 8px;
		backface-visibility: hidden;
		will-change: transform, opacity;
	}
	.how li:nth-child(1) {
		transform: translate3d(0, calc(100px - 100px * var(--percent1)), 0);
		opacity: var(--percent1);
	}
	.how li:nth-child(2) {
		transform: translate3d(0, calc(100px - 100px * var(--percent2)), 0);
		opacity: var(--percent2);
	}
	.how li:nth-child(3) {
		transform: translate3d(0, calc(100px - 100px * var(--percent3)), 0);
		opacity: var(--percent3);
	}
	.trust {
		padding-top: 110px;
		padding-bottom: 24px;
		font-size: 20px;
	}
	.trust .image {
		max-width: 396px;
		margin-bottom: 50px;
		background-image: url("../images/trust-desktop.png");
	}
	.trust .image::before {
		content: "";
		display: block;
		padding-top: 102.67%;
	}
	.trust .text {
		max-width: 700px;
	}
	.benefits {
		padding-top: 110px;
		padding-bottom: 2px;
	}
	.benefits .container {
		max-width: 1040px;
		gap: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.benefits .bg {
		width: auto;
	}
	.stat {
		padding-top: 110px;
	}
	.stat .top-text {
		margin-bottom: 40px;
		font-size: 20px;
	}
	.stat .size1 {
		font-size: 60px;
		margin-bottom: 10px;
	}
	.stat ul {
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(3, 1fr);
	}
	.stat li {
		width: auto;
	}
	.profile .top-text {
		font-size: 20px;
		margin: 0 auto;
		padding-top: 150px;
		padding-bottom: 70px;
		max-width: 510px;
		text-align: center;
	}
	.profile .size1 {
		font-size: 64px;
		margin-bottom: 10px;
		margin-left: -40px;
		margin-right: -40px;
	}
	.profile ul {
		grid-template-columns: repeat(3, 1fr);
		font-weight: bold;
	}
	.filters .top {
		padding-top: 156px;
		padding-bottom: 80px;
		justify-content: center;
		min-height: 0;
	}
	.filters .top .container {
		flex: 0 0 auto;
	}
	.filters .top-text {
		text-align: center;
		margin: 0 auto 30px auto;
		font-size: 20px;
		color: var(--grey);
		max-width: 610px;
	}
	.filters .size1 {
		font-size: 64px;
		margin-bottom: 6px;
	}
	.filters ul {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		font-size: 16px;
	}
	.filters li {
		padding: 20px;
		min-width: 271px;
		width: auto;
		max-width: 100%;
	}
	.filters .cards {
		margin-top: 20px;
		flex-direction: row;
		align-items: flex-start;
		gap: 20px;
		transform: none !important;
		flex: 0 0 auto;
		justify-content: center;
		margin: 20px auto 0 auto;
		max-width: 1440px;
		position: relative;
	}
	.filters .cards::before {
		background: linear-gradient(to right, #011119 0%, rgba(1, 17, 25, 0) 100%);
		left: 0;
		border-left-width: 85px;
	}

	.filters .cards::before,
	.filters .cards::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 2;
		width: 235px;
		margin: -1px 0;
		border-style: solid;
		border-width: 0;
		border-left-width: 0px;
		border-color: #011119;
	}
	.filters .card {
		width: 335px;
		max-width: none;
		margin: 0 !important;
		display: block !important;
		transform: none !important;
		opacity: 1 !important;
		order: 3;
	}
	.start-now {
		padding-top: 150px;
	}
	.start-now .size1 {
		font-size: 64px;
		margin-bottom: 40px;
	}
	.faq {
		padding-top: 132px;
	}
	.faq .size1 {
		font-size: 56px;
		margin-bottom: 30px;
	}
	.faq .el:not(:last-child) {
		margin-bottom: 30px;
	}
	.faq .qu {
		min-height: 60px;
		font-size: 24px;
		line-height: 1;
	}
	.faq .ind {
		padding-left: 60px;
	}
	.footer {
		padding-top: 140px;
		padding-bottom: 40px;
		font-size: 14px;
		line-height: 1.4;
		text-align: center;
	}
	.container-new {
		margin-bottom: 80px;
	}
	.footer .grid {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.footer .grid .col .foot-title {
		margin: 0 0 25px 0;
	}
}

@media only screen and (min-width: 1280px) {
	.how ol {
		font-size: 30px;
	}
	.trust {
		text-align: left;
	}
	.trust .container {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
	}
	.trust .container::before,
	.trust .container::after {
		content: "";
		flex: 0 0 auto;
		display: block;
	}
	.trust .image {
		flex: 0 0 auto;
		width: 396px;
		max-width: none;
		margin: 0;
	}
	.trust .text {
		flex: 0 0 auto;
		width: calc(100% - 436px);
		margin: 0;
	}
	.benefits .container {
		gap: 40px;
	}
	.benefits .bg {
		padding: 73px 32px;
		font-size: 18px;
		background-size: 100% auto;
		background-position: 50% 0;
	}
	.benefits .bg::before {
		margin-top: -30px;
		margin-bottom: 64px;
	}
	.benefits .size1 {
		font-size: 30px;
		margin-bottom: 8px;
	}
	.stat ul {
		font-size: 30px;
	}
	.stat li:nth-child(3n-2) {
		background-image: url("../images/stats/bg1.png");
	}
	.stat li:nth-child(3n-1) {
		background-image: url("../images/stats/bg2.png");
	}
	.stat li:nth-child(3n) {
		background-image: url("../images/stats/bg3.png");
	}
	.stat li {
		min-height: 166px;
		border-radius: 30px;
	}
	.profile .top-text {
		padding-top: 180px;
		color: var(--grey);
	}
	.profile .wrap-screen {
		position: relative;
	}
	.profile ul {
		position: static;
		display: block;
		font-size: 44px;
		line-height: 1;
	}

	.profile li:nth-child(1) {
		top: 18%;
	}
	.profile li:nth-child(2) {
		top: 32%;
	}
	.profile li:nth-child(3) {
		top: 66%;
	}
	.profile li:nth-child(1),
	.profile li:nth-child(3) {
		left: 50%;
		padding-left: 120px;
		text-align: left;
		margin-left: 132px;
	}
	.profile li:nth-child(2) {
		right: 50%;
		padding-right: 120px;
		text-align: right;
		margin-right: 132px;
	}

	.profile li {
		position: absolute;
		z-index: 2;
		bottom: auto;
		top: auto;
		background: none;
		height: auto;
		min-height: 0;
		border-radius: 0;
		padding: 0;
		padding-left: 0px;
		margin: 0;
		margin-left: 0px;
		opacity: 1 !important;
		transform: translate3d(0, -50%, 0) !important;
	}
	.profile .tel {
		width: 314px;
	}

	.footer ul {
		justify-content: flex-end;
		gap: 0 40px;
	}
}
