@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Regular.woff2') format('woff2') url('../fonts/Onest-Regular.woff') format('woff');
	font-weight: 1;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Thin.woff2') format('woff2') url('../fonts/Onest-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-ExtraLight.woff2') format('woff2') url('../fonts/Onest-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Light.woff2') format('woff2') url('../fonts/Onest-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Regular.woff2') format('woff2') url('../fonts/Onest-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Medium.woff2') format('woff2') url('../fonts/Onest-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-SemiBold.woff2') format('woff2') url('../fonts/Onest-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Bold.woff2') format('woff2') url('../fonts/Onest-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-ExtraBold.woff2') format('woff2') url('../fonts/Onest-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Onest';
	src: url('../fonts/Onest-Black.woff2') format('woff2') url('../fonts/Onest-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Days One';
	src: url('../fonts/DaysOne-Regular.eot');
	src: local('Days One'), local('DaysOne-Regular'),
		url('../fonts/DaysOne-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DaysOne-Regular.woff2') format('woff2'),
		url('../fonts/DaysOne-Regular.woff') format('woff'),
		url('../fonts/DaysOne-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--background-image-lazy: url('../images/bg-main-2-smooth.webp');
}

*, *::before, *::after {
	box-sizing: border-box;
}
html {
	height: 100%;
}
/* Preloader styling */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; /* Optional background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it stays on top */
}
/* Hide main content initially */
#main-content {
    display: none;
}
body {
	margin: 0;
	font-family: "Onest", system-ui, -apple-system, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	background: #fff;
	color: #363C4D;
	overflow-x: hidden;
	min-height: 100%;
}
body._lock {
	overflow: hidden;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 10px;
}
ol, ul {
	padding-left: 0;
}
p {
	margin-top: 0;
	margin-bottom: 10px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.2;
}
h1, .h1 {
	font-size: 1.25rem;
}
h2, .h2 {
	font-size: 1.15rem;
}
h3, .h3 {
	font-size: 1rem;
}
h4, .h4 {
	font-size: 0.85rem;
}
h5, .h5 {
	font-size: 0.75rem;
}
h6, .h6 {
	font-size: 0.65rem;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
pre {
	white-space: pre-wrap;
}
code {
	tab-size: 2;
}
canvas {
	width: 100%;
	height: 100%;
	user-select: none;
}
hr {
	border: 0;
	border-bottom: 1px solid #363C4D;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
}

#fallback-logo {
    visibility: hidden;
}

#lottie-animation {
    position: absolute;
    z-index: -1;
    top: -40%;
    width: 175px;
    max-width: 175px;
}

._container {
	max-width: 1360px;
	padding: 0 30px;
	margin: 0 auto;
}
@media (max-width: 767px) {
	._container {
		padding: 0 15px;
	}
}

.btn {
	font-size: 18px;
	font-weight: 500;
	line-height: 22.95px;
	text-align: center;
	background: #346DFF;
	color: #fff;
	width: 298px;
	border-radius: 60px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border: 0px;
	padding: 2px;
}
.btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #20CEA1, #317AF2);
}
.btn span {
	position: relative;
	z-index: 1;
	background: #346DFF;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 12px 25px 14px 25px;
	border: 3px solid #fff;
	border-radius: 60px;
	transition: background .25s;
}
.btn:hover span {
	background: #4f7fFF;
}
.btn-sm {
	background: #346DFF;
	border-radius: 60px;
	padding: 11px 32px 12px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 23px;
	cursor: pointer;
	text-align: center;
	border: 0;
	transition: background .25s;
}
.btn-sm:hover {
	background: #4f7fFF;
}

.navbar {}
.navbar__container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.navbar__logotype {
    position: relative;
	padding: 26px 0 22px;
}
.navbar__logotype img {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 171px;
}
.navbar__menu {
	padding: 30px 0;
	display: flex;
	gap: 36px;
}
.navbar__menu a {
	display: inline-block;
	font-weight: 300;
	line-height: 20.4px;
	text-align: center;
	color: #363C4D;
	text-decoration: none;
	transition: color .25s;
}
.navbar__menu a:hover {
	color: #346DFF;
}
.navbar__button {
	width: 18px;
	cursor: pointer;
	display: none;
}
.navbar__button span {
	display: inline-block;
	width: 100%;
	height: 2px;
	background: #363C4D;
	transition: transform .25s;
}
.navbar__button span:nth-child(2) {
	margin: 4px 0;
}
.navbar._active .navbar__button span:nth-child(2) {
	transform: scale(0);
}
.navbar._active .navbar__button span:nth-child(1) {
	transform: rotate(45deg) translate(3px, 3px);
}
.navbar._active .navbar__button span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 767px) {
	.navbar__logotype {
		padding: 22px 0 20px;
	}
	.navbar__button {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		top: 10px;
	}
	.navbar__menu {
		visibility: hidden;
		transform: translateY(-100%);
		opacity: 0;
		transition: all .15s;
		position: absolute;
		left: 0;
		top: 75px;
		width: 100%;
		display: block;
		background: #fff;
		box-shadow: 0 5px 10px #e2e2e2;
	}
	.navbar__menu a {
		display: block;
		padding: 10px 0;
	}
	.navbar._active .navbar__menu {
		visibility: visible;
		transform: translateY(0%);
		opacity: 1;
	}
}

.main {
	background: url('../images/bg-main.webp') center 65% / cover no-repeat;
}
.main__container {}
.main__title {
	font-family: 'Days One';
	font-size: 68px;
	line-height: 86.56px;
	text-align: center;
	color: #141414;
	margin-top: 25px;
	margin-bottom: 6px;
}
.main__description {
	font-size: 18px;
	font-weight: 300;
	line-height: 22.95px;
	text-align: center;
	margin: 0 auto 25px;
	max-width: 620px;
}
.main__button {
	text-align: center;
	margin-bottom: 25px;
}
.main__image {
	text-align: center;
	position: relative;
	margin-bottom: 25px;
}
.main__image span {
	position: absolute;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 22.95px;
	border: 2px solid;
	border-image-source: linear-gradient(105.56deg, #E6E6E6 0%, rgba(242, 242, 242, 0) 100%);
	backdrop-filter: blur(50px);
	padding: 16px 38px 18px;
	border-radius: 20px;
}
.main__image span:nth-child(1) {
	left: -2%;
	top: 29%;
	z-index: 2;
}
.main__image span:nth-child(2) {
	right: 8%;
	top: 6%;
	z-index: 0;
}
.main__image img {
	position: relative;
	z-index: 1;
	max-width: 944px;
	width: 100%;
}
@media (min-width: 2900px) {
	.main {
		background-size: contain;
	}
}
@media (max-width: 1920px) {
	.main {
		background: url('../images/bg-main-2.webp') center 65% / cover no-repeat;
	}
}
@media (max-width: 1280px) {
	.main__button {
		margin-bottom: 80px;
	}
	.main__image span:nth-child(1) {
		left: 0;
		top: -30px;
	}
	.main__image span:nth-child(2) {
		right: 0;
		top: 0;
		z-index: 2;
	}
}
@media (max-width: 768px) {
	.main {
		background: var(--background-image-lazy) center 76px / cover no-repeat;
	}
	.main__title {
		font-size: 44px;
		line-height: 56px;
		margin-top: 7rem;
	}
	.main__description {
		font-size: 16px;
		line-height: 20px;
		max-width: 490px;
	}
}
@media (max-width: 660px) {
	.main {
		background: var(--background-image-lazy) center 250px / cover no-repeat;
		background-size: 760px;
	}
	.main__image {
		margin-bottom: 100px;
	}
	.main__image span {
		position: initial;
	}
}

.advantages {
	background: url('../images/bg-advantages.jpg') 0% bottom / contain no-repeat;
}
.advantages__container {}
.advantages__title {
	font-family: 'Days One';
	font-size: 44px;
	font-weight: 400;
	line-height: 56px;
	text-align: center;
	color: #141414;
	text-transform: uppercase;
	max-width: 800px;
	margin: 0 auto 30px;
}
.advantages__body {
	display: grid;
	gap: 20px;
	grid-template-columns: 2fr 1fr 1fr;
	grid-template-areas: "row1 row4 row5"
		"row1 row4 row5"
		"row2 row4 row5"
		"row2 row6 row6"
		"row3 row6 row6"
		"row3 row6 row6";
	margin-bottom: 140px;
}
.advantages__item:nth-child(1) {
	grid-area: row1;
}
.advantages__item:nth-child(2) {
	grid-area: row2;
}
.advantages__item:nth-child(3) {
	grid-area: row3;
}
.advantages__item:nth-child(4) {
	grid-area: row4;
}
.advantages__item:nth-child(5) {
	grid-area: row5;
}
.advantages__item:nth-child(6) {
	grid-area: row6;
}
.advantages__item {
	padding: 30px;
	border-radius: 24px;
	border: 1px solid rgba(0,0,0,.045);
	background: #fff;
}
.advantages__item-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #141414;
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.advantages__item-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
}
.advantages__item-icon {
	transform: scale(1.5);
}
.advantages .swiper-pagination {
	display: none;
}
@media (max-width: 990px) {
	.advantages__item {
		padding: 20px;
	}
	.advantages__title {
		font-size: 28px;
		line-height: 35px;
		max-width: 500px;
	}
	.advantages__body {
		gap: 12px;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas: "row3 row3 row1"
			"row2 row6 row6"
			"row4 row4 row5";
		margin-bottom: 90px;
	}
	.advantages__item-icon {
		transform: scale(1.5);
	}
}
@media (max-width: 620px) {
	.advantages .swiper-pagination {
		display: block;
		top: 85px;
		height: 26px;
	}
	.advantages .swiper-pagination .swiper-pagination-bullet {
		width: 20px;
		border-radius: 5px;
		height: 5px;
		background: #E7E8EA;
		opacity: 1;
		transition: all .15s;
	}
	.advantages .swiper-pagination .swiper-pagination-bullet-active {
		width: 30px;
		background: linear-gradient(to right, #1FD09E, #3277F5);
	}
	.advantages__title {
		margin-bottom: 58px;
	}
	.advantages__body {
		display: flex;
		gap: 0;
	}
	.advantages__item-title {
		font-size: 18px;
		line-height: 22px;
	}
	.advantages__item-text {
		font-size: 16px;
		line-height: 20px;
	}
	.advantages__item-icon {
	transform: scale(1);
    }
}

.products {
	background: url('../images/bg-products.webp') 0% top / cover no-repeat;
}
.products__container {}
.products__title {
	font-family: 'Days One';
	font-size: 44px;
	font-weight: 400;
	line-height: 56px;
	text-align: center;
	margin-bottom: 30px;
}
.products__body {
	margin-bottom: 110px;
}
.products__block {
	border-radius: 30px;
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 40px;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	overflow: hidden;
}
.products__col {
	flex: 1;
}
.products__header {
	margin-bottom: 40px;
}
.products__header > div:nth-child(1) {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 3px;
}
.products__header > div:nth-child(2) {
	font-family: 'Days One';
	font-size: 30px;
	font-weight: 400;
	line-height: 38px;
	color: #141414;
}
.products__header a {
	text-decoration: none;
	border-radius: 60px;
	margin: 0 20px 10px 0;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	z-index: 1;
	position: relative;
	transition: all .25s;
}
.products__header a:hover {
	filter: hue-rotate(40deg);
}
.products__header a span {
	width: 40px;
	height: 40px;
	display: flex;
	border-radius: 50%;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}
.products__header .link-pdf {
	background: linear-gradient(to right, #3370FC, #1CDD91);
	padding: 2px;
}
.products__header a div {
	border-radius: 60px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 4px 30px 4px 4px;
}
.products__header a.link-pdf div {
	background: #fff;
	color: #346DFF;
}
.products__header .link-pdf span {
	background: #346DFF;
}
.products__header .link-doc {
	background: linear-gradient(to right, #3370FC, #1CDD91);
	color: #fff;
}
.products__header .link-doc span {
	background: #fff;
}
.products__header > div {}
.products__header > div:last-child {}
.products__content {}
.products__content > div {
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	color: #000;
	margin-bottom: 8px;
}
.products__content ul {
	margin-bottom: 20px;
	padding-left: 20px;
}
.products__content ul li {
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin-bottom: 8px;
}
.products__content ul li::marker {
	color: #346DFF;
}

.products__block:nth-child(1) .products__content > img {
	position: relative;
	left: -90px;
	transform: scale(1.15);
}
.products__block:nth-child(2) .products__content > img {
	position: relative;
	right: -90px;
	transform: scale(1.5);
}
.products__image {
	display: none;
}
@media (min-width: 1440px) {
	.products {
		background-size: contain;
		background-position: 100% 0%;
	}
}
@media (max-width: 768px) {
	.products__body {
		margin-bottom: 75px;
	}
	.products__title {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 30px;
	}
	.products__header > div:nth-child(1) {
		font-size: 16px;
		line-height: 20px;
	}
	.products__header > div:nth-child(2) {
		font-size: 20px;
		line-height: 25px;
	}
	.products__block {
		border-radius: 24px;
		margin-bottom: 28px;
		display: block;
	}
	.products__block:nth-child(1) .products__col:nth-child(2) {
		display: flex;
		flex-direction: column-reverse;
	}
	.products__block:nth-child(1) .products__content > img {
		left: inherit;
		right: -120px;
		transform: scale(1);
		margin-top: -120px;
		margin-bottom: -40px;
	}
	.products__block:nth-child(2) .products__col:nth-child(2) .products__content {
		display: none;
	}
	.products__header a {
		margin: 10px 10px 0 0;
	}
	.products__image {
		display: block;
		margin-top: -160px;
		margin-right: -40px;
	}
}
@media (max-width: 620px) {
	.products__block {
		border-radius: 24px;
		margin-bottom: 20px;
		padding: 20px 20px 0;
	}
	.products__block:nth-child(1) .products__content > img {
		right: 0;
		margin-top: -60px;
		margin-bottom: -25px;
	}
	.products__image {
		margin-top: -80px;
		margin-right: 0;
	}
	.products__header a {
		margin: 10px 0 0 0;
		width: 100%;
	}
}

.about {}
.about__container {
	max-width: 1140px;
	padding: 0 30px;
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
}
.about__container a {
	color: #4176FF;
	white-space: nowrap;
}
.about__title {
	font-family: 'Days One';
	font-size: 68px;
	font-weight: 400;
	line-height: 42px;
	margin-bottom: 30px;
	color: #000;
}
.about__subtitle {
	font-family: Days One;
	font-size: 30px;
	font-weight: 400;
	line-height: 38px;
	color: #141414;
}
.about__container > div {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.about__container > div > div:first-child {
	flex: 0 1 240px;
}
.about__container > div > div:last-child {
	flex: 1;
}
@media (max-width: 768px) {
	.about__container {
		font-size: 16px;
		line-height: 20px;
	}
	.about__container > div {
		display: block;
	}
	.about__title {
		font-size: 44px;
		line-height: 56px;
		margin-bottom: 4px;
	}
	.about__subtitle {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 8px;
	}
}
@media (max-width: 420px) {
	.about__container {
		padding: 0 18px;
	}
}

.callback {
	background: url('../images/bg-callback.jpg') 0 bottom / contain no-repeat;
	background-size: 660px;
	padding: 90px 30px;
}
.callback__container {
	background: #fff;
	border-radius: 24px;
	padding: 32px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.callback__title {
	font-family: 'Days One';
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
	color: #141414;
	max-width: 300px;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.callback__text {
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	max-width: 425px;
	padding-right: 15px;
}
.callback__col {
	flex: 1;
}
.callback__col:last-child {
	flex: 100%;
	text-align: right;
}
.callback__col > div {}
.callback__form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 12px;
}
.callback__col input,
.callback__col textarea {
	border-radius: 24px;
	border: 1px solid #DCDDDF;
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	padding: 12px 20px;
	flex: 1;
}
.callback__col input {
	flex: 1;
	height: 47px;
}
.callback__col textarea {
	flex: 100%;
	height: 120px;
	resize: none;
}
@media (max-width: 768px) {
	.callback {
		background: url('../images/bg-callback-2.jpg') 100% bottom / contain no-repeat;
		background-size: 420px;
		padding: 60px 30px;
	}
	.callback__container {
		padding: 20px;
		flex-direction: row-reverse;
	}
	.callback__title {
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 4px;
		padding-left: 20px;
	}
	.callback__text {
		font-size: 16px;
		line-height: 20px;
		padding-right: 0;
		padding-left: 20px;
	}
	.callback__col:last-child {
		margin-top: -60px;
		flex: 0 0 calc(50% - 20px);
	}
	.callback .btn-sm {
		width: 100%;
	}
}
@media (max-width: 620px) {
	.callback {
		background: url('../images/bg-callback-3.jpg') 100% -80px / contain no-repeat, url('../images/bg-callback-4.jpg') 100% bottom / contain no-repeat;
		background-size: contain;
		padding: 60px 18px;
	}
	.callback__container {
		flex-direction: column;
	}
	.callback__title {
		padding-left: 0;
	}
	.callback__text {
		padding-left: 0;
		margin-bottom: 25px;
	}
	.callback__col:last-child {
		margin-top: 5px;
		margin-bottom: 25px;
		flex: 100%;
	}
}

.modal-callback, .modal-callback-success {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
	overflow: auto;
	background: rgba(0,0,0,.75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.modal-callback._active {
	display: flex;
}
.modal-callback form {
	margin: auto;
	position: relative;
	z-index: 101;
}
.callback__close {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 32px;
	cursor: pointer;
	position: absolute;
	top: -50px;
	right: -50px;
}
@media (max-width: 1480px) {
	.callback__close {
		width: 32px;
		height: 32px;
		top: -50px;
		right: 0;
	}
}
@media (max-width: 768px) {
	.callback__close {
		top: 10px;
		right: 12px;
		color: #141414;
	}
}

.modal-callback-success {
	text-align: center;
	display: none;
}
.modal-callback-success._active {
	display: flex;
}
.modal-callback-success .callback__container {
	display: block;
	padding: 50px 60px 60px;
}
.modal-callback-success .callback__container > div:nth-child(2) {
	margin-bottom: 22px;
}
.modal-callback-success .callback__container > div:nth-child(3) {
	margin-bottom: 18px;
	font-size: 26px;
	font-family: 'Days One';
}
@media (max-width: 768px) {
	.modal-callback-success .callback__container > div:nth-child(2) {
		margin-bottom: 10px;
	}
	.modal-callback-success .callback__container {
		padding: 30px 20px 40px;
	}
	.modal-callback-success .callback__container > div:nth-child(3) {
		margin-bottom: 15px;
		font-size: 22px;
	}
}