@font-face {
	font-family: "Gilroy";
	src: url("../fonts/GILROY-MEDIUM.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/GILROY-SEMIBOLD.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Gilroy";
	src: url("../fonts/GILROY-BOLD.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

body,
main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.btn,
body,
form .input_control input,
html { 
	font-style: normal
}

* {
	outline: none
}

body,
html {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	color: #fff;  
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden
}

@media (max-width:1024px) {
	body,
	html {
		min-height: 812px;
		overflow-y: auto
	}
}

body {
	font-family: Gilroy;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 0;
}
body:before {
	content: '';
	display: block;
	width: 1200px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../img/home-bg.svg);
	background-size: cover;
	background-position: center;
}


.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative; 
	color: #fff;
	background: transparent;
	padding: 20px;
	border-radius: 13.5px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	text-decoration: none;
	cursor: pointer;
	text-align: center
}


header {
	position: relative;
	z-index: 3;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

header a {
	display: block; 
}

header img {
	display: block; 
}

@media (max-width:1024px) {
	header {
		margin-top: 15px
	}
	header img {
		width: 108px;
		margin-bottom: 20px
	}
}

footer {
	position: relative;
	z-index: 3;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-bottom: 50px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer .btn {
	height: 55px;
	padding: 0 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid rgb(1 18 62 / 10%);
	border-radius: 10px;
	font-family: Gilroy;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: rgb(1 18 62 / 80%);
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
footer .btn svg {
	margin-right: 15px;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
footer .btn:hover {
	color: #5187E2;
	border-color: #5187E2;
}
footer .btn:hover path {
	fill: #5187E2;
}

path {
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.social {
	width: 55px;
	height: 55px;  
	border: 1px solid rgb(1 18 62 / 10%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 20px;
	-webkit-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
}
.social:hover {
	color: #5187E2;
	border-color: #5187E2;
}
.social:hover path{
	fill: #5187E2;
}
main {
	position: relative;
	z-index: 2;
	padding: 0 100px;
	width: 100%;
}
footer {	
	position: relative;
	z-index: 2;
	margin: 0 100px 50px;
}
@media (max-width:1024px) {
	main {
		padding: 0 20px; 
	}
	footer{
		margin: 0 20px 20px;
	}
}

@media (max-width:900px) {
	main { 
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	} 
}
.f-logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	height: 100%;
}
.f-logos svg{
	margin-right: 50px;
}
main .left,
main .right {
	position: relative;
	width: 50%;
}

@media (max-width:900px) {
	main .left,
	main .right {
		width: 100%
	}
}

main .left {
	z-index: 2
}

main .right {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
main .right img{
	max-width: 100%;
}

.main-img {
	position: relative;
	z-index: 0;
	margin-top: -30px;
}

.frame {
	width: 92px;
	height: 92px;
	-webkit-box-shadow: 0px 20px 60px rgba(1, 18, 62, 0.1);
	box-shadow: 0px 20px 60px rgba(1, 18, 62, 0.1);
	border-radius: 20px;
	position: absolute;
	background-size: 100%;
	background-position: center;
	/* -webkit-animation: wobble-hor-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite ;
	animation: wobble-hor-bottom 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite ; */

}
@-webkit-keyframes wobble-hor-bottom {
	0%,
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	15% {
		-webkit-transform: translateX(-30px) rotate(-6deg);
		transform: translateX(-30px) rotate(-6deg);
	}
	30% {
		-webkit-transform: translateX(15px) rotate(6deg);
		transform: translateX(15px) rotate(6deg);
	}
	45% {
		-webkit-transform: translateX(-15px) rotate(-3.6deg);
		transform: translateX(-15px) rotate(-3.6deg);
	}
	60% {
		-webkit-transform: translateX(9px) rotate(2.4deg);
		transform: translateX(9px) rotate(2.4deg);
	}
	75% {
		-webkit-transform: translateX(-6px) rotate(-1.2deg);
		transform: translateX(-6px) rotate(-1.2deg);
	}
}
@keyframes wobble-hor-bottom {
	0%,
	100% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	15% {
		-webkit-transform: translateX(-30px) rotate(-6deg);
		transform: translateX(-30px) rotate(-6deg);
	}
	30% {
		-webkit-transform: translateX(15px) rotate(6deg);
		transform: translateX(15px) rotate(6deg);
	}
	45% {
		-webkit-transform: translateX(-15px) rotate(-3.6deg);
		transform: translateX(-15px) rotate(-3.6deg);
	}
	60% {
		-webkit-transform: translateX(9px) rotate(2.4deg);
		transform: translateX(9px) rotate(2.4deg);
	}
	75% {
		-webkit-transform: translateX(-6px) rotate(-1.2deg);
		transform: translateX(-6px) rotate(-1.2deg);
	}
}

.frame1 {
	background-image: url(../img/frame1.svg);
	left: 0;
	top: 11%;

}
.frame2 {
	background-image: url(../img/frame2.svg);
	right: 11%;
	top: 8%;
	
}
.frame3 {
	background-image: url(../img/frame3.svg);
	left: 1%;
	bottom: 31%;
	
}
.frame4 {
	background-image: url(../img/frame4.svg);	
	right: 3%;
	top: 43%;
	
}
.frame5 {
	background-image: url(../img/frame5.svg);
	right: 23%;
	top: 58%;	
}


.title {
	font-family: Gilroy;
	font-style: normal;
	font-weight: 600; 
	line-height: 110%; 
	color: #01123E;
}
.subtitle { 
	display: inline-block;
	font-style: normal;
	font-weight: bold;
	font-size: 16.9739px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #01123E;
	opacity: 0.4;
	margin-right: 15px;
}
.title span{
	color: #5187E2;
}

form {
	max-width: 555px;
	margin-top: 69px
}

@media (max-width:1024px) {
	form {
		margin-top: 58px
	}
}

form label {
	display: inline-block;
	opacity: 0.8;
	margin-bottom: 11px;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px; 
	color: #01123E; 
	opacity: 0.8;
}

@media (max-width:767px) {
	form label {
		font-size: calc(15.75px + 7.225 * ((100vw - 320px) / 1920))
	}
}

@media (min-width:768px) {
	form label {
		font-size: calc(15.75px + 4.25 * (100vw / 1920))
	}
}

form .input_control {
	position: relative
}

form .input_control input {
	display: block;
	font-weight: 500;
	color: #01123E;
	width: calc(100% - 257px);
	border: none;
	border-radius: 16px;
	padding: 24px 229px 24px 28px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 20px 60px rgba(1, 18, 62, 0.1);
	box-shadow: 0px 20px 60px rgba(1, 18, 62, 0.1);
	border-radius: 16px;
}

@media (max-width:767px) {
	form .input_control input {
		font-size: calc(15.75px + 3.825 * ((100vw - 320px) / 1920))
	}
}

@media (min-width:768px) {
	form .input_control input {
		font-size: calc(15.75px + 2.25 * (100vw / 1920))
	}
}

form .input_control input::-webkit-input-placeholder {
	color: #01123E;
	opacity: 0.5
}

form .input_control input::-moz-placeholder {
	color: #01123E;
	opacity: 0.5
}

form .input_control input:-ms-input-placeholder {
	color: #01123E;
	opacity: 0.5
}

form .input_control input::-ms-input-placeholder {
	color: #01123E;
	opacity: 0.5
}

form .input_control input::placeholder {
	color: #01123E;
	opacity: 0.5
}

@media (max-width:1024px) {
	form .input_control input {
		width: calc(100% - 140px);
		padding: 24px 112px 24px 28px
	}
}

form .input_control .btn_gradient {
	position: absolute;
	top: 4px;
	right: 4px;
	background: #F16C20; 
	border: none; 
	width: 193.72px;
	height: 60px; 
	font-size: 18px;
	line-height: 21px; 
	color: #FFFFFF; 
	-webkit-transition: 0.4s all; 
	-o-transition: 0.4s all; 
	transition: 0.4s all;
}
form .input_control .btn_gradient svg {
	margin-left: 15px;
}

form .input_control .btn_gradient:hover {
	background: #5187e2;
}

@media (max-width:1024px) {
	form .input_control .btn_gradient {
		
	} 
}


@media (max-width:767px) {
	.btn {
		font-size: calc(15.75px + 3.825 * ((100vw - 320px) / 1920))
	}

	.title {
		font-size: calc(35.75px + 3.825 * ((100vw - 320px) / 1920));
	}
	.subtitle {
		display: block
	}
}

@media (min-width:768px) {
	.btn {
		font-size: calc(15.75px + 2.25 * (100vw / 1920))
	}
	.title {
		font-size: calc(45.75px + 30.25 * (100vw / 1920));
	}
}


.area {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0; 
	left: 0;
	right: 0;
	z-index: 0;
}

.circles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}

.circles li{
	position: absolute;
	display: block;
	list-style: none;
	width: 10px;
	height: 10px; 
	-webkit-animation: animate 10s linear infinite;
	animation: animate 10s linear infinite;
	bottom: -150px;
	background: rgb(81 135 226 / 30%);

}

.circles li:nth-child(1){
	left: 25%; 
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	background: rgb(247 180 129 / 30%);
}


.circles li:nth-child(2){
	left: 10%; 
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 12s;
	animation-duration: 12s;
}

.circles li:nth-child(3){
	left: 70%; 
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	background: rgb(247 180 129 / 30%);
}

.circles li:nth-child(4){
	left: 40%; 
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 18s;
	animation-duration: 18s;
}

.circles li:nth-child(5){
	left: 65%; 
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	background: rgb(247 180 129 / 30%);
}

.circles li:nth-child(6){
	left: 75%; 
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.circles li:nth-child(7){
	left: 35%; 
	-webkit-animation-delay: 7s;
	animation-delay: 7s;
}

.circles li:nth-child(8){
	left: 50%; 
	-webkit-animation-delay: 15s;
	animation-delay: 15s;
	-webkit-animation-duration: 45s;
	animation-duration: 45s;
	background: rgb(247 180 129 / 30%);
}

.circles li:nth-child(9){
	left: 20%; 
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 35s;
	animation-duration: 35s;
}

.circles li:nth-child(10){
	left: 85%; 
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-duration: 11s;
	animation-duration: 11s;
	background: rgb(247 180 129 / 30%);
}



@-webkit-keyframes animate {

	0%{
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 100%;
	}

	100%{
		-webkit-transform: translateY(-1000px) rotate(720deg);
		transform: translateY(-1000px) rotate(720deg);
		opacity: 1;
		border-radius: 100%;
	}

}



@keyframes animate {

	0%{
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 100%;
	}

	100%{
		-webkit-transform: translateY(-1000px) rotate(720deg);
		transform: translateY(-1000px) rotate(720deg);
		opacity: 1;
		border-radius: 100%;
	}

}


@media (max-width:1460px) {
	.title {
		font-size: calc(35.75px + 30.25 * (100vw / 1920));
	}
}
@media (max-width:1260px) {
	.title {
		font-size: calc(30.75px + 20.25 * (100vw / 1920));
	}
	.frame{
		width: 60px;
		height: 60px;
	}
}


@media (min-width:2000px) {
	body:before { 
		background-position: left;
		width: 70%;
	}
}



@media (max-width:1100px) {
	.f-logos{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

	}
	.f-logos svg {
		margin: 5px 0;
	}
	body:before {
		width: 100%;
	}
}

.contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width:900px) {
	.main-img {
		max-width: 400px;
	}
	.title{
		text-align: center;
	}
	main .left{
		max-width: 400px;
		margin: 0 auto;
	}
	.f-logos {
		position: initial;
	}
	footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.f-logos {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 20px;
	}

}

@media (max-width:700px) {
	.frame {
		width: 50px;
		height: 50px;
	}
	form .input_control .btn_gradient {
		position: inherit;
		margin: 10px auto 20px;
	}
	form label { 
		text-align: center;
		width: 100%;
	}
	body:before {
		height: 1000px;
	}
	body, html {
		min-height: 960px;
		overflow-y: auto;
	}
	.social {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.social svg {
		height: 15px;
	}
	footer .btn {
		font-size: 14px;
		height: 40px;
	}
	footer .btn svg {
		width: 15px;
		margin-right: 7px;
	}
	.title {
		font-size: calc(25.75px + 25.25 * (100vw / 1920));
	}
	form .input_control input {
		padding: 15px 20px;
		width: calc(100% - 40px);
		border-radius: 5px;
	}
	form .input_control .btn_gradient {
		height: 50px;
		font-size: 16px;
		border-radius: 5px;
	}
}
.reveal {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}