h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
body {
	margin: 0;
	padding: 0;
}

* {
	font-family: Gilroy;
	font-style: normal;
	-webkit-tap-highlight-color: transparent;
}

a {
	text-decoration: none;
}

img {
	display: block;
}

main {
	overflow: hidden;
}

ul,
li {
	list-style: none;
}

input,
textarea {
	padding: 0;
	margin: 0;
	border-width: 1px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	line-height: 1.1;
	border: none;
	outline: none;
}

body::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

body::-webkit-scrollbar-thumb {
	background: #000;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	font-family: Gilroy;
	border: 0;
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
	background: -webkit-linear-gradient(
		top,
		rgba(255, 255, 255, 0) 0%,
		rgba(0, 174, 255, 0.04) 50%,
		rgba(255, 255, 255, 0) 51%,
		rgba(0, 174, 255, 0.03) 100%
	);
	border-bottom: 1px solid #626573;
}

input:-webkit-autofill::first-line {
	font-family: Gilroy;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	color: #ffffff;
}

@media (max-width: 1720px) {
	input:-webkit-autofill::first-line {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	input:-webkit-autofill::first-line {
		font-size: 14px;
	}
}

* {
	box-sizing: border-box;
	font-family: "Museo Sans Cyrl";
}

.container {
	max-width: 1550px;
	margin: auto;
}

@media (max-width: 1560px) {
	.container {
		max-width: 1200px;
	}
}
@media (max-width: 1360px) {
	.container {
		max-width: 1024px;
	}
}

@media (max-width: 1024px) {
	.container {
		max-width: calc(100% - 40px);
	}
}

body.overflow {
	overflow: hidden;
}

.btn-hover {
	transition: 0.5s;
	border: 1px solid transparent;
}

.btn-hover:hover {
	color: #35bfeb !important;
	border: 1px solid #35bfeb !important;
	background: #fff !important;
	transition: 0.5s;
}

.intro {
	position: relative;
	padding: 190px 0 130px 0;
}

@media (max-width: 1024px) {
	.intro {
		padding-top: 140px;
		padding-bottom: 50px;
	}
}

.intro > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 950px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.intro__text {
	background: #ffffff;
	border: 10px solid #5380f5;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	padding: 114px 538px 120px 90px;
	position: relative;
}

@media (max-width: 1560px) {
	.intro__text {
		padding: 70px 438px 60px 50px;
	}
}

@media (max-width: 1024px) {
	.intro__text {
		padding: 70px 20px 60px 20px;
		display: flex;
		flex-flow: wrap;
		justify-content: center;
	}
}

@media (max-width: 625px) {
	.intro__text {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.intro__text > img {
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media (max-width: 1560px) {
	.intro__text > img {
		width: 650px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

@media (max-width: 1560px) and (max-width: 1024px) {
	.intro__text > img {
		position: absolute;
		order: -1;
		height: 300px;
		display: none;
	}
}

.intro__text h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 150%;
	color: #35bfeb;
}

@media (max-width: 1560px) {
	.intro__text h2 {
		font-size: 32px;
	}
}

@media (max-width: 1024px) {
	.intro__text h2 {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 625px) {
	.intro__text h2 {
		font-size: 22px;
	}
}

.intro__text h2 span {
	color: #000000;
	font-size: 35px;
	line-height: 1;
	font-weight: 300;
}

@media (max-width: 1560px) {
	.intro__text h2 span {
		font-size: 24px;
	}
}

@media (max-width: 625px) {
	.intro__text h2 span {
		font-size: 16px;
	}
}

.intro__text p {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 150%;
	color: #000000;
	margin-top: 33px;
	max-width: 750px;
	position: relative;
	padding-left: 39px;
}

@media (max-width: 1560px) {
	.intro__text p {
		font-size: 18px;
	}
}

@media (max-width: 625px) {
	.intro__text p {
		padding-left: 0;
		font-size: 16px;
		text-align: center;
		margin-top: 20px;
	}
}

.intro__text p svg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.intro__button {
	margin-top: 58px;
	padding: 23px 32px;
	background: #35bfeb;
	box-shadow: 0px 7px 36px rgba(83, 128, 245, 0.25);
	border-radius: 100px;
	display: inline-block;
	color: #ffffff;
	text-transform: uppercase;
}

@media (max-width: 625px) {
	.intro__button {
		margin-top: 35px;
		font-size: 12px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.site {
	margin-top: 80px;
	padding-top: 100px;
}

@media (max-width: 1560px) {
	.site {
		margin-top: 50px;
	}
}

@media (max-width: 1024px) {
	.site {
		padding-top: 30px;
	}
}

@media (max-width: 625px) {
	.site {
		padding-top: 40px;
		margin-top: 0;
		background: #eff4ff;
	}
}

.site__right {
	max-width: 890px;
	padding: 83px;
}

@media (max-width: 1560px) {
	.site__right {
		max-width: 600px;
		padding: 40px;
	}
}

@media (max-width: 1024px) {
	.site__right {
		max-width: 100%;
	}
}

@media (max-width: 625px) {
	.site__right {
		padding-left: 0;
		padding-right: 0;
	}
}

.site__details {
	background: #eff4ff;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 1024px) {
	.site__details {
		flex-flow: wrap;
		overflow: hidden;
	}
}

.site__details h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 130%;
	color: #35bfeb;
}

@media (max-width: 1560px) {
	.site__details h2 {
		font-size: 32px;
	}
}

@media (max-width: 625px) {
	.site__details h2 {
		font-size: 25px;
		text-align: center;
	}
}

.site__details p {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	color: #000000;
	margin-top: 37px;
	max-width: 698px;
}

@media (max-width: 1560px) {
	.site__details p {
		font-size: 18px;
		margin-top: 20px;
	}
}

@media (max-width: 625px) {
	.site__details p {
		font-size: 16px;
		text-align: center;
		margin-bottom: 35px;
	}
}

.site__details p span {
	color: #5380f5;
	font-family: "FuturaBookC";
}

.site__details > img {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
}

@media (max-width: 1560px) {
	.site__details > img {
		max-width: 400px;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: center bottom;
		object-position: center bottom;
	}
}

@media (max-width: 1024px) {
	.site__details > img {
		position: relative;
		height: 300px;
	}
}

.site__mission {
	margin-top: 44px;
}

@media (max-width: 1560px) {
	.site__mission {
		margin-top: 10px;
	}
}

@media (max-width: 1024px) {
	.site__mission {
		margin-top: 40px;
	}
}

@media (max-width: 625px) {
	.site__mission {
		margin-top: 10px;
	}
}

.site__mission h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 140%;
	color: #35bfeb;
	display: inline-block;
	width: 100%;
	position: relative;
}

@media (max-width: 1560px) {
	.site__mission h3 {
		font-size: 28px;
		margin-bottom: 20px;
	}
}

@media (max-width: 1024px) {
	.site__mission h3 {
		text-align: center;
	}
}

.site__mission h3 span {
	background: #eff4ff;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	left: -15px;
}

.site__mission h3:before {
	position: absolute;
	height: 1px;
	width: 890px;
	content: "";
	display: inline-block;
	background: rgba(0, 0, 0, 0.15);
	right: -83px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.site__mission--list {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 25px;
}

@media (max-width: 1560px) {
	.site__mission--list {
		margin-top: 15px;
	}
}

@media (max-width: 625px) {
	.site__mission--list {
		padding-left: 15px;
	}
}

.site__mission--list div {
	padding: 12px 11px 8px 22px;
	background: #ffffff;
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #222222;
	max-width: 210px;
	position: relative;
}

@media (max-width: 1560px) {
	.site__mission--list div {
		font-size: 16px;
		max-width: 100%;
	}

	.site__mission--list div:not(:last-child) {
		margin-bottom: 30px;
	}
}

.site__mission--list div svg {
	position: absolute;
	left: -15px;
	top: -16px;
}

.reality {
	margin-top: 120px;
	margin-bottom: 119px;
}

@media (max-width: 1024px) {
	.reality {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.reality .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1024px) {
	.reality .container {
		flex-flow: wrap;
	}

	.reality .container > div {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		display: flex;
		flex-flow: wrap;
	}
}

.reality__left {
	max-width: 395px;
	position: relative;
	margin-right: 60px;
}

.reality__left div {
	position: relative;
}

.reality__left svg {
	right: -70px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media (max-width: 1560px) {
	.reality__left svg {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 1024px) {
	.reality__left svg {
		position: relative;
		left: 0;
		top: 0;
		order: -1;
	}
}

.reality__left p {
	margin-top: 2px;
}

.reality__center {
	max-width: 667px;
	padding-top: 36px;
	padding-bottom: 36px;
	border: 2px solid #5380f5;
	margin-right: 64px;
	width: 100%;
}

@media (max-width: 1024px) {
	.reality__center {
		max-width: 100%;
		order: -1;
	}
}

.reality__center p,
.reality__center h2 {
	text-align: center !important;
}

.reality__center p {
	max-width: 510px;
	margin: auto;
	font-size: 24px;
	margin-top: 16px;
}

@media (max-width: 1560px) {
	.reality__center p {
		font-size: 18px;
	}
}

.reality__right {
	max-width: 360px;
}

.reality__right div {
	position: relative;
}

.reality__right svg {
	left: -110px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media (max-width: 1560px) {
	.reality__right svg {
		width: 60px;
		height: 60px;
		left: -70px;
	}
}

@media (max-width: 1024px) {
	.reality__right svg {
		position: relative;
		left: 0;
		top: 0;
	}
}

.reality__right p {
	text-align: left !important;
}

@media (max-width: 1024px) {
	.reality__right p {
		text-align: center !important;
	}
}

.reality__right h3 {
	text-align: left !important;
}

@media (max-width: 1024px) {
	.reality__right h3 {
		text-align: center !important;
	}
}

.reality h3 {
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	text-align: right;
	color: #000000;
}

@media (max-width: 1560px) {
	.reality h3 {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.reality h3 {
		text-align: left;
		width: 100%;
		text-align: center;
		font-size: 21px;
	}
}

.reality h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 130%;
	text-align: center;
	color: #35bfeb;
	max-width: 530px;
	margin: auto;
}

@media (max-width: 1560px) {
	.reality h2 {
		font-size: 32px;
	}
}

@media (max-width: 625px) {
	.reality h2 {
		font-size: 25px;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 20px;
	}
}

.reality p {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	text-align: right;
	color: #000000;
}

@media (max-width: 1560px) {
	.reality p {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.reality p {
		text-align: center;
		max-width: 500px;
		margin: auto;
	}
}

@media (max-width: 625px) {
	.reality p {
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.reality > div > div > div {
	position: relative;
}

@media (max-width: 1024px) {
	.reality > div > div > div {
		display: flex;
		flex-flow: wrap;
		width: 100%;
		max-width: 100%;
		margin: 20px auto;
	}
}

@media (max-width: 1024px) and (max-width: 625px) {
	.reality > div > div > div {
		margin-bottom: 10px;
	}
}

.reality > div > div > div svg {
	position: absolute;
}

@media (max-width: 1024px) {
	.reality > div > div > div svg {
		position: relative;
		order: -1;
	}
}

.reality > div > div > div:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 625px) {
	.reality > div > div > div:not(:last-child) {
		margin-bottom: 10px;
	}
}

.key {
	background: url("../img/Rectangle69.png");
	background-size: cover;
	background-position: center;
	padding-top: 108px;
	margin-bottom: 179px;
}

@media (max-width: 1560px) {
	.key {
		padding-top: 70px;
	}
}

@media (max-width: 1024px) {
	.key {
		padding-bottom: 40px;
		margin-bottom: 50px;
	}
}

@media (max-width: 625px) {
	.key {
		padding-top: 40px;
		padding-bottom: 10px;
	}
}

.key h2 {
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
	margin-bottom: 6px;
}

@media (max-width: 1560px) {
	.key h2 {
		font-size: 32px;
	}
}

@media (max-width: 625px) {
	.key h2 {
		font-size: 20px;
		margin-bottom: 25px;
	}
}

.key h2 b {
	font-weight: 500;
}

.key p {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 1560px) {
	.key p {
		font-size: 18px;
	}
}

@media (max-width: 625px) {
	.key p {
		font-size: 16px;
	}
}

.key__list {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	margin-top: 34px;
}

.key__item {
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
	-webkit-backdrop-filter: blur(35px);
	backdrop-filter: blur(35px);
	max-width: 500px;
	padding-left: 52px;
	padding-right: 52px;
	padding-bottom: 29px;
	text-align: center;
	position: relative;
	top: 70px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding-top: 70px;
}

@media (max-width: 1560px) {
	.key__item {
		max-width: 300px;
	}
}

@media (max-width: 1024px) {
	.key__item {
		width: 100%;
		max-width: 100%;
		margin-bottom: 80px;
	}
}

@media (max-width: 625px) {
	.key__item {
		top: 40px;
		padding-top: 40px;
	}
}

.key__item svg {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 625px) {
	.key__item svg {
		width: 75px;
	}
}

.key__item h3 {
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #000000;
	margin-bottom: 2px;
}

@media (max-width: 1560px) {
	.key__item h3 {
		font-size: 18px;
	}
}

.key__item span {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #000000;
}

@media (max-width: 1560px) {
	.key__item span {
		font-size: 16px;
	}
}

.hochu h2 {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	margin-bottom: 44px;
}

@media (max-width: 1560px) {
	.hochu h2 {
		justify-content: space-between;
	}
}

.hochu h2 span {
	font-weight: 300;
	font-size: 48px;
	line-height: 130%;
	color: #35bfeb;
	max-width: 900px;
	position: relative;
}

@media (max-width: 1560px) {
	.hochu h2 span {
		font-size: 32px;
		max-width: 600px;
	}
}

@media (max-width: 1024px) {
	.hochu h2 span {
		max-width: 100%;
		text-align: center;
	}
}

@media (max-width: 625px) {
	.hochu h2 span {
		font-size: 25px;
	}
}

.hochu h2 span b {
	font-weight: 400;
}

.hochu h2 span svg {
	position: absolute;
	right: -5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media (max-width: 1560px) {
	.hochu h2 span svg {
		right: -25px;
	}
}

@media (max-width: 1024px) {
	.hochu h2 span svg {
		display: none;
	}
}

.hochu h2 p {
	max-width: 640px;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	color: #000000;
	font-family: "FuturaBookC";
}

@media (max-width: 1560px) {
	.hochu h2 p {
		font-size: 18px;
		max-width: 400px;
	}
}

@media (max-width: 1024px) {
	.hochu h2 p {
		max-width: 100%;
		text-align: center;
		margin-top: 30px;
	}
}

@media (max-width: 625px) {
	.hochu h2 p {
		font-size: 16px;
	}
}

.hochu__list {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.hochu__item {
	border: 1px solid #5380f5;
	max-width: 771px;
	width: 100%;
	margin-bottom: 10px;
}

@media (max-width: 1560px) {
	.hochu__item {
		max-width: 500px;
	}
}

@media (max-width: 1024px) {
	.hochu__item {
		max-width: 100%;
	}
}

.hochu__head {
	padding: 25px 55px 25px 50px;
	border-bottom: 1px solid rgba(83, 128, 245, 0.15);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1560px) {
	.hochu__head {
		padding: 15px 25px 15px 20px;
	}
}

.hochu__head p {
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color: #000000;
}

@media (max-width: 1560px) {
	.hochu__head p {
		font-size: 16px;
	}
}

.hochu__head span {
	font-family: "FuturaBookC";
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	text-align: right;
	color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1560px) {
	.hochu__head span {
		font-size: 13px;
	}
}

.hochu__icon {
	display: flex;
	flex-flow: wrap;
}

@media (max-width: 1560px) {
	.hochu__icon svg {
		width: 30px;
	}
}

.hochu__icon > div {
	width: 20%;
	padding: 28px;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: wrap;
	position: relative;
}

@media (max-width: 1560px) {
	.hochu__icon > div {
		padding: 20px 5px;
	}
}

.hochu__icon > div:not(:last-child):after {
	content: "";
	display: inline-block;
	width: 1px;
	height: calc(100% - 40px);
	background: rgba(83, 128, 245, 0.15);
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.hochu__icon > div span {
	width: 100%;
	text-align: center;
	margin-top: 8px;
}

@media (max-width: 1560px) {
	.hochu__icon > div span {
		font-size: 10px;
	}
}

.jel {
	margin-top: 110px;
}

@media (max-width: 625px) {
	.jel {
		margin-top: 40px;
	}
}

.jel .container {
	display: flex;
	flex-flow: wrap;
}

.jel__head {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	font-size: 48px;
	line-height: 120%;
	text-align: center;
	color: #000000;
}

@media (max-width: 1560px) {
	.jel__head {
		font-size: 32px;
	}
}

.jel__head:nth-child(2) {
	font-weight: normal;
	color: #35bfeb;
}

.jel__list {
	position: relative;
	display: flex;
	flex-flow: wrap;
	width: 100%;
	margin-top: 72px;
	justify-content: space-between;
}

.jel__list span {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	color: #000000;
	margin-bottom: 23px;
	display: inline-block;
}

@media (max-width: 1560px) {
	.jel__list span {
		font-size: 18px;
	}
}

.jel__left {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	max-width: 380px;
	width: 100%;
	position: relative;
}

@media (max-width: 1560px) {
	.jel__left {
		max-width: 280px;
		justify-content: flex-start;
	}
}

.jel__left:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 503px;
	background: rgba(245, 83, 83, 0.15);
	position: absolute;
	right: 5px;
	top: -52px;
}

@media (max-width: 1560px) {
	.jel__left:after {
		height: 430px;
	}
}

.jel__left span {
	text-align: right;
	position: relative;
	padding-right: 30px;
}

.jel__left span:after {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	transform: rotate(45deg);
	background: #f55353;
	position: absolute;
	right: 0;
	top: 10px;
}

.jel__right {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	max-width: 450px;
	width: 100%;
	position: relative;
}

@media (max-width: 1560px) {
	.jel__right {
		max-width: 290px;
		/*justify-content: flex-end*/
	}
}

@media (max-width: 1024px) {
	.jel__right {
		max-width: 280px;
	}
}

.jel__right:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 455px;
	background: rgba(245, 83, 83, 0.15);
	position: absolute;
	left: 5px;
	top: -52px;
}

@media (max-width: 1560px) {
	.jel__right:after {
		top: auto;
		bottom: 40px;
		height: 100%;
	}
}

@media (max-width: 1024px) {
	.jel__right:after {
		left: auto;
		right: 5px;
	}
}

.jel__right span {
	text-align: left;
	padding-left: 30px;
	position: relative;
}

@media (max-width: 1024px) {
	.jel__right span {
		text-align: right;
		padding-left: 0;
		padding-right: 30px;
	}
}

.jel__right span:after {
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	transform: rotate(45deg);
	background: #5380f5;
	position: absolute;
	left: 0;
	top: 10px;
}

@media (max-width: 1024px) {
	.jel__right span:after {
		right: 0;
		left: auto;
	}
}

.jel__center {
	max-width: 634px;
	width: 100%;
	position: relative;
}

@media (max-width: 1560px) {
	.jel__center {
		max-width: 400px;
	}
}

.jel__center svg {
	position: absolute;
	z-index: 2;
}

.jel__center svg.left {
	left: 20px;
	top: 75px;
}

.jel__center svg.right {
	bottom: 115px;
	right: 20px;
}

@media (max-width: 1024px) {
	.jel__center svg.right {
		bottom: -150px;
		top: auto;
		right: auto;
		left: 0;
		transform: rotate(180deg);
	}
}

.jel__card {
	border-radius: 30px;
	background: #eff4ff;
	max-width: 330px;
	margin: auto;
	padding: 24px 20px 24px 20px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 24px;
	min-height: 210px;
	text-align: center;
}

@media (max-width: 1560px) {
	.jel__card {
		max-width: 300px;
		padding: 15px;
	}
}

@media (max-width: 1024px) {
	.jel__card {
		margin-right: 0;
	}
}

.jel__card > img {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 280px;
}

@media (max-width: 1560px) {
	.jel__card > img {
		max-width: 100%;
		position: relative;
		border-radius: 30px;
		margin-bottom: 20px;
	}
}

.jel__card h4 {
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color: #f55353;
	margin-bottom: 2px;
	max-width: 100%;
	width: 100%;
	text-align: center;
}

@media (max-width: 1560px) {
	.jel__card h4 {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.jel__card h4 {
		text-align: center;
	}
}

.jel__card span {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
	max-width: 100%;
	margin-bottom: 0;
}

@media (max-width: 1560px) {
	.jel__card span {
		font-size: 16px;
	}
	.jel__center svg.right,
	.jel__center svg.left {
		width: 40px;
	}
	.jel__center svg.right {
		right: 0;
		bottom: 95px;
	}
	.jel__center svg.left {
		left: 0;
	}
}

@media (max-width: 1024px) {
	.jel__card span {
		text-align: center;
	}
}

.jel__card:nth-child(2) {
	justify-content: center;
	align-items: flex-start;
}

@media (max-width: 1024px) {
	.jel__card:nth-child(2) {
		position: absolute;
		right: 0;
	}
}

.jel__card:nth-child(2) span {
	text-align: center;
}

@media (max-width: 1024px) {
	.jel__card:nth-child(2) span {
		text-align: center;
	}
}

.jel__card:nth-child(2) h4 {
	/*text-align: right;*/
	color: #5380f5;
}

@media (max-width: 1024px) {
	.jel__card:nth-child(2) h4 {
		text-align: center;
	}
}

.jel__card:nth-child(2) img {
	left: auto;
	right: 0;
}

.consult {
	margin-top: 98px;
	margin-bottom: 50px;
}

@media (max-width: 625px) {
	.consult {
		margin-top: 40px;
	}
}

.consult h2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 48px;
	line-height: 130%;
	text-align: center;
	color: #35bfeb;
	font-weight: normal;
	margin-bottom: 17px;
}

@media (max-width: 1560px) {
	.consult h2 {
		font-size: 32px;
	}
}

@media (max-width: 625px) {
	.consult h2 {
		font-size: 25px;
	}
}

.consult__left {
	max-width: 600px;
	width: 100%;
	margin-right: 20px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

@media (max-width: 625px) {
	.consult__left {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
		margin-bottom: 25px;
		margin-right: 0;
	}
}

.consult__left div {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 96px;
}

.consult__right {
	max-width: 210px;
	width: 100%;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 45px !important;
}

@media (max-width: 625px) {
	.consult__right {
		max-width: 100%;
	}
}

.consult__right img {
	margin: auto;
}

.consult__right div {
	max-width: 210px;
}

.consult__list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	width: 100%;
	margin-top: 37px;
}

.consult__list > div {
	border: 2px solid #eff4ff;
	padding: 55px 44px 26px 53px;
	position: relative;
}

@media (max-width: 1560px) {
	.consult__list > div img {
		max-width: 70px;
		max-height: 70px;
	}
}

.consult__list > div p {
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color: #5380f5;
	position: absolute;
	left: 0;
	top: -15px;
	right: 0;
	margin: auto;
	display: inline-block;
	text-align: center;
	max-width: 100px;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2;
}

@media (max-width: 1560px) {
	.consult__list > div p {
		font-size: 18px;
	}
}

.consult__list > div span {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 19px;
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	color: #000000;
}

@media (max-width: 1560px) {
	.consult__list > div span {
		font-size: 18px;
	}
}

.what__list {
	display: flex;
	flex-flow: wrap;
	margin-bottom: 75px;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.what__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 40px;
		place-items: center;
	}
}

@media (max-width: 625px) {
	.what__list {
		grid-template-columns: 1fr;
		margin-top: 80px;
		margin-bottom: 40px;
	}
}

.what__item {
	background: #eff4ff;
	max-width: 380px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 34px;
	text-align: center;
	position: relative;
	top: 70px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding-top: 70px;
}

@media (max-width: 1560px) {
	.what__item {
		max-width: 250px;
		padding-top: 40px;
	}
}

@media (max-width: 1024px) {
	.what__item {
		top: 0;
	}
}

@media (max-width: 625px) {
	.what__item {
		max-width: 100%;
	}
}

.what__item svg {
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 1560px) {
	.what__item svg {
		width: 80px;
		height: 80px;
		top: -50px;
	}
}

.what__item h3 {
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #000000;
	margin-bottom: 2px;
}

@media (max-width: 1560px) {
	.what__item h3 {
		font-size: 18px;
	}
}

.what__item span {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #000000;
}

@media (max-width: 1560px) {
	.what__item span {
		font-size: 16px;
	}
}

.what__text {
	background: #ffffff;
	border: 1px solid #5380f5;
	padding: 30px 40px 30px 55px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 1560px) {
	.what__text {
		padding: 20px 30px 20px 35px;
	}
}

.what__text--left h3 {
	font-weight: normal;
	font-size: 48px;
	line-height: 130%;
	color: #35bfeb;
	/* max-width: 450px;
	width: 100%; */
}

@media (max-width: 1560px) {
	.what__text--left h3 {
		font-size: 32px;
	}
}

@media (max-width: 1024px) {
	.what__text--left h3 {
		margin-bottom: 20px;
	}
}

@media (max-width: 625px) {
	.what__text--left h3 {
		font-size: 25px;
	}
}

.what__text--right {
	max-width: 954px;
}

.what__text--right p,
.what__text--right li {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
}

.what__text--right li::marker {
	font-weight: 700;
	font-size: 1.25em;
}

.what__text--right ol {
	padding-left: 0;
}

@media (max-width: 1560px) {
	.what__text--right p,
	.what__text--right li {
		font-size: 16px;
	}
}

.what__text--right p {
	margin-block: 20px;
}

/* @media (max-width: 1560px) {
	.what__text--right p:nth-child(1) {
		margin-bottom: 10px;
	}
} */

.what__text--right p i {
	font-style: normal;
	color: #5380f5;
}

.cert {
	margin-top: 90px;
}

@media (max-width: 1024px) {
	.cert {
		margin-top: 40px;
	}
}

.cert .container {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.cert__left {
	max-width: 850px;
	width: 100%;
	text-align: center;
}

@media (max-width: 1560px) {
	.cert__left {
		max-width: 500px;
	}
}

@media (max-width: 1024px) {
	.cert__left {
		margin: 0 auto;
	}
}

.cert__left img {
	margin: auto;
}

@media (max-width: 1560px) {
	.cert__left img {
		max-width: 300px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

.cert__right {
	max-width: 680px;
	width: 100%;
}

@media (max-width: 1560px) {
	.cert__right {
		max-width: 500px;
	}
}

@media (max-width: 1024px) {
	.cert__right {
		max-width: 100%;
		margin-bottom: 40px;
	}
}

@media (max-width: 625px) {
	.cert__right {
		margin-bottom: 25px;
	}
}

.cert__right h2 {
	font-weight: normal;
	font-size: 48px;
	line-height: 130%;
	color: #35bfeb;
	margin-bottom: 17px;
}

@media (max-width: 1560px) {
	.cert__right h2 {
		font-size: 32px;
	}
}

@media (max-width: 1024px) {
	.cert__right h2 {
		text-align: center;
		margin-bottom: 30px;
	}
}

@media (max-width: 625px) {
	.cert__right h2 {
		font-size: 25px;
	}
}

.cert__right h3 {
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 110%;
	color: #5380f5;
	margin-bottom: 21px;
}

@media (max-width: 1560px) {
	.cert__right h3 {
		font-size: 24px;
	}
}

@media (max-width: 1024px) {
	.cert__right h3 {
		text-align: center;
	}
}

.cert__right p {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: #000000;
	max-width: 594px;
}

@media (max-width: 1560px) {
	.cert__right p {
		font-size: 16px;
		max-width: 100%;
	}
}

.cert__quote {
	padding-top: 16px;
	border-left: 3px solid #5380f5;
	padding-left: 27px;
}

@media (max-width: 625px) {
	.cert__quote {
		padding-left: 20px;
	}
}

.cert__list {
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.cert__list .left {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
	cursor: pointer;
}

@media (max-width: 1560px) {
	.cert__list .left {
		width: 50px;
		left: -60px;
	}
}

@media (max-width: 1024px) {
	.cert__list .left {
		left: 0;
		width: 40px;
	}
}

.cert__list .right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 5;
	cursor: pointer;
}

@media (max-width: 1560px) {
	.cert__list .right {
		width: 50px;
		right: -60px;
	}
}

@media (max-width: 1024px) {
	.cert__list .right {
		right: 0;
		width: 40px;
	}
}

.cert__wrapp {
	overflow: hidden;
	width: 100%;
	max-width: 1450px;
	margin: auto;
	position: relative;
	z-index: 2;
}

.cert__slider {
	display: flex;
	flex-flow: row;
}

@media (max-width: 1024px) {
	.cert__slider {
		max-width: 85%;
		margin: auto;
	}
}

.cert__slider > div {
	min-width: 226px;
	height: 164px;
}
.cert__slider > div img {
	object-fit: contain;
}

@media (max-width: 1560px) {
	.cert__slider > div {
		min-width: 190px;
		height: 140px;
	}

	.cert__slider > div img {
		-o-object-fit: contain;
		object-fit: contain;
		width: 100%;
		height: 100%;
	}
}

@media (max-width: 1024px) {
	.cert__slider > div {
		min-width: 50%;
	}
}

@media (max-width: 625px) {
	.cert__slider > div {
		min-width: 100%;
	}
}

.cert__slider > div:not(:last-child) {
	margin-right: 18px;
}

@media (max-width: 1024px) {
	.cert__slider > div:not(:last-child) {
		margin-right: 10px;
	}
}

.review {
	padding-top: 130px;
	padding-bottom: 120px;
	background: url("../img/Rectangle118.png");
	background-size: cover;
	background-position: center;
	margin-top: -35px;
}

@media (max-width: 1560px) {
	.review {
		padding-top: 100px;
	}
}

@media (max-width: 1024px) {
	.review {
		padding-bottom: 80px;
	}
}

@media (max-width: 625px) {
	.review {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}

.review h2 {
	font-weight: normal;
	font-size: 48px;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 1560px) {
	.review h2 {
		font-size: 32px;
	}
}

.review p {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #ffffff;
	margin-bottom: 25px;
}

@media (max-width: 1560px) {
	.review p {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.review__wrapp {
	width: 100%;
	overflow: hidden;
	max-width: 1290px;
	margin: auto;
}

.review__slider {
	display: flex;
	flex-flow: row;
	padding-top: 70px;
	align-items: flex-start;
}

@media (max-width: 1024px) {
	.review__slider {
		max-width: 80%;
		margin: auto;
	}
}

.review__item {
	min-width: 420px;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
	-webkit-backdrop-filter: blur(35px);
	backdrop-filter: blur(35px);
	border-radius: 0px 0px 50px 50px;
	padding: 60px 39px 28px 41px;
	position: relative;
	text-align: center;
}

@media (max-width: 1560px) {
	.review__item {
		min-width: 330px;
		padding: 30px 20px 25px 20px;
	}
}

@media (max-width: 1024px) {
	.review__item {
		min-width: calc(50% - 15px);
	}
}

@media (max-width: 625px) {
	.review__item {
		min-width: 100%;
	}
}

.review__item:not(:last-child) {
	margin-right: 15px;
}

@media (max-width: 625px) {
	.review__item:not(:last-child) {
		margin-right: 40px;
	}
}

.review__item img {
	border-radius: 100px 100px 0px 0px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -170px;
}

@media (max-width: 1560px) {
	.review__item img {
		width: 250px;
		-o-object-fit: contain;
		object-fit: contain;
		border-radius: 80px 80px 0px 0px;
	}
}

.review__item h3 {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	text-align: center;
	color: #222222;
	margin-bottom: 8px;
}

@media (max-width: 1560px) {
	.review__item h3 {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.review__item h3 {
		font-size: 16px;
	}
}

.review__item .btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #35bfeb;
	margin-top: 13px;
	pointer-events: all;
	cursor: pointer;
}
p.long {
	display: none;
}
p.long.open {
	display: inline-block;
}

.btn.less {
	display: none;
}

.btn.more.close {
	display: none;
}
.btn.less.open {
	display: block;
}

.review__item p.close {
	display: none;
}

@media (max-width: 1560px) {
	.review__item .btn {
		font-size: 14px;
		margin-top: 5px;
	}
}

@media (max-width: 1024px) {
	.review__item .btn {
		font-size: 12px;
	}
}

.review__item p {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
	color: #222222;
}

@media (max-width: 1560px) {
	.review__item p {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.review__item p {
		font-size: 14px;
	}
}

.review__list {
	position: relative;
}

.review__list svg {
	position: absolute;
	top: 100px;
	bottom: 0;
	margin: auto;
	z-index: 5;
}

.review__list svg.left {
	left: 0;
}

@media (max-width: 1560px) {
	.review__list svg.left {
		width: 50px;
		left: -60px;
	}
}

@media (max-width: 1024px) {
	.review__list svg.left {
		width: 40px;
		left: 0;
	}
}

@media (max-width: 625px) {
	.review__list svg.left {
		left: -10px;
	}
}

.review__list svg.right {
	right: 0;
}

@media (max-width: 1560px) {
	.review__list svg.right {
		width: 50px;
		right: -60px;
	}
}

@media (max-width: 1024px) {
	.review__list svg.right {
		right: 0;
		width: 40px;
	}
}

@media (max-width: 625px) {
	.review__list svg.right {
		right: -10px;
	}
}

.review__nav {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 27px;
}

.review__nav div {
	background: rgba(255, 255, 255, 0.25);
	width: 8px;
	height: 2px;
	cursor: pointer;
	transition: 0.5s;
}

.review__nav div.active {
	width: 70px;
	background: #ffffff;
}

.review__nav div:not(:last-child) {
	margin-right: 6px;
}

.situation {
	margin-top: 113px;
	position: relative;
}

.situation:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 610px;
	background: #eff4ff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.situation .container {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
	position: relative;
}

.situation .container > img {
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
	z-index: 2;
}

@media (max-width: 1560px) {
	.situation .container > img {
		max-width: 400px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

@media (max-width: 1024px) {
	.situation .container > img {
		max-height: 400px;
		position: static;
		margin-bottom: 40px;
	}
}

@media (max-width: 625px) {
	.situation .container > img {
		width: 100%;
		max-width: 100%;
	}
}

.form {
	background: #ffffff;
	max-width: 1198px;
	width: 100%;
	border: 10px solid #5380f5;
	box-sizing: border-box;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	padding: 90px 35px 100px 352px;
}

@media (max-width: 1560px) {
	.form {
		border: 6px solid #5380f5;
		padding: 90px 35px 100px 452px;
	}
}

@media (max-width: 1024px) {
	.form {
		padding: 20px;
	}
}

.form h2 {
	font-weight: 300;
	font-size: 48px;
	line-height: 130%;
	color: #222222;
	margin-bottom: 20px;
}

@media (max-width: 1560px) {
	.form h2 {
		font-size: 32px;
	}
}

@media (max-width: 625px) {
	.form h2 {
		font-size: 25px;
		text-align: center;
		margin-bottom: 0;
	}
}

.form h2 span {
	color: #35bfeb;
}

@media (max-width: 625px) {
	.form h2 span {
		margin-top: 15px;
		display: inline-block;
		text-align: center;
		font-size: 18px;
	}
}

.form input {
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	border-radius: 100px;
	outline: none;
	background: #ffffff;
	-webkit-user-select: none;
	user-select: none;
	padding: 23px 31px;
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #222222;
	width: 100%;
}

@media (max-width: 1560px) {
	.form input {
		font-size: 14px;
	}
}

@media (max-width: 625px) {
	.form input {
		padding: 20px;
		border-radius: 50px;
	}
}

.form input::placeholder {
	color: #000000;
}

.form .row {
	display: flex;
	flex-flow: wrap;
	width: 100%;
	margin-top: 20px;
	padding-right: 40px;
}

@media (max-width: 1024px) {
	.form .row.one {
		max-width: 325px;
	}
}

@media (max-width: 625px) {
	.form .row {
		padding-right: 0;
	}
}

.form .row span {
	text-align: left;
	width: 100%;
	display: inline-block;
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: rgba(0, 0, 0, 0.4);
	margin-bottom: 12px;
}

@media (max-width: 1560px) {
	.form .row span {
		font-size: 16px;
	}
}

@media (max-width: 625px) {
	.form .row span {
		padding-left: 0 !important;
	}
}

.form .row.three {
	justify-content: space-between;
}

.form .row.three > div:nth-child(1) {
	max-width: 320px;
}

.form .row.three > div:nth-child(1) span {
	padding-left: 30px;
}

.form .row.three > div:nth-child(2) {
	max-width: 78px;
}

@media (max-width: 1024px) {
	.form .row.three > div:nth-child(2) {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 625px) {
	.form .row.three > div:nth-child(2) {
		width: 100%;
		max-width: 100%;
		align-items: center;
		display: flex;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		order: -1;
		margin-top: 0;
	}

	.form .row.three > div:nth-child(2) span {
		padding-left: 32px;
	}
}

.form .row.three > div:nth-child(3) {
	max-width: 320px;
}

.form .row.three > div:nth-child(3) span {
	padding-left: 30px;
}

.form .row.one div {
	width: 100%;
}

.form .row.one span {
	padding-left: 30px;
}

.form .row.two {
	justify-content: space-between;
}

.form .row.two div {
	max-width: 380px;
}

.form .row.two span {
	padding-left: 30px;
}

@media (max-width: 625px) {
	.form .row > div {
		width: 100%;
	}

	.form .row > div:not(:last-child) {
		margin-bottom: 20px;
	}
}

.form .check {
	width: 20px;
	height: 20px;
	margin: auto;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	margin-top: 25px;
}

@media (max-width: 625px) {
	.form .check {
		margin-top: 0;
		min-width: 20px;
		min-height: 20px;
	}
}

.form .buttons {
	margin-top: 30px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.form .buttons__right {
	max-width: 350px;
	margin-left: 24px;
	margin-top: 10px;
}

@media (max-width: 1024px) {
	.form .buttons__right {
		margin-top: 25px;
	}
}

@media (max-width: 625px) {
	.form .buttons__right {
		margin-left: 0;
	}
}

.form .buttons__right span {
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #5380f5;
}

@media (max-width: 1560px) {
	.form .buttons__right span {
		font-size: 16px;
	}
}

.form .buttons__right p {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 130%;
	color: #222222;
}

@media (max-width: 1560px) {
	.form .buttons__right p {
		font-size: 12px;
	}
}

.form .btn {
	display: inline-block;
	padding: 23px 62px;
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background: #35bfeb;
	box-shadow: 0px 7px 36px rgba(83, 128, 245, 0.25);
	border-radius: 100px;
}

@media (max-width: 1560px) {
	.form .btn {
		font-size: 14px;
	}
}

@media (max-width: 625px) {
	.form .btn {
		border-radius: 50px;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
}

.last {
	margin-top: 122px;
	margin-bottom: 115px;
	position: relative;
}

@media (max-width: 1024px) {
	.last {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.last h5 {
	font-weight: normal;
	font-size: 47px;
	line-height: 130%;
	text-align: center;
	color: #5380f5;
	position: absolute;
	right: 53px;
	bottom: 41px;
}

@media (max-width: 1560px) {
	.last h5 {
		font-size: 32px;
		right: -50px;
		bottom: 400px;
	}
}

@media (max-width: 1024px) {
	.last h5 {
		display: none;
	}
}

.last .container {
	position: relative;
	justify-content: flex-start;
}

.last .container > img {
	position: absolute;
	right: 0;
	top: 36px;
	z-index: 2;
}

@media (max-width: 1560px) {
	.last .container > img {
		max-width: 400px;
		-o-object-fit: contain;
		object-fit: contain;
		right: -110px;
	}
}

@media (max-width: 1024px) {
	.last .container > img {
		position: static;
		max-width: 400px;
		margin-right: auto;
		margin-left: auto;
		max-height: 400px;
		margin-bottom: 40px;
		right: 0;
	}
}

@media (max-width: 625px) {
	.last .container > img {
		max-width: 100%;
	}
}

.last .form {
	max-width: 990px;
	padding: 88px 151px 90px 69px;
}

@media (max-width: 1560px) {
	.last .form {
		max-width: 770px;
	}
}

@media (max-width: 1024px) {
	.last .form {
		max-width: 990px;
		padding: 40px;
	}
}

@media (max-width: 625px) {
	.last .form {
		padding: 20px;
	}
}

.last .form .row {
	padding-right: 0;
}

.last .form .row.one {
	max-width: 325px;
}

.last .svjaz {
	margin-top: 0px;
	width: 100%;
	max-width: 1031px;
	background: #5380f5;
	padding: 51px 58px 51px 68px;
}

@media (max-width: 1560px) {
	.last .svjaz {
		padding: 51px 50px;
		max-width: 770px;
	}
}

@media (max-width: 625px) {
	.last .svjaz {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.last .svjaz h3 {
	font-weight: normal;
	font-size: 48px;
	line-height: 130%;
	color: #ffffff;
	margin-bottom: 7px;
}

@media (max-width: 1560px) {
	.last .svjaz h3 {
		font-size: 32px;
	}
}

@media (max-width: 1024px) {
	.last .svjaz h3 {
		text-align: center;
	}
}

@media (max-width: 625px) {
	.last .svjaz h3 {
		font-size: 25px;
	}
}

.last .svjaz > div {
	display: flex;
	align-items: center;
	flex-flow: wrap;
}

@media (max-width: 1024px) {
	.last .svjaz > div {
		flex-direction: column;
	}
}

.last .svjaz > div span {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.75);
	margin-right: 7px;
}

@media (max-width: 1560px) {
	.last .svjaz > div span {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.last .svjaz > div span {
		margin-top: 20px;
	}
}

.last .svjaz > div > a {
	font-family: "FuturaMediumC";
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 140%;
	color: #ffffff;
	margin-right: 19px;
}

@media (max-width: 1560px) {
	.last .svjaz > div > a {
		font-size: 18px;
	}
}

.last .svjaz > div .social {
	display: flex;
	flex-flow: wrap;
}

@media (max-width: 1560px) {
	.last .svjaz > div .social {
		margin-top: 20px;
	}
}

@media (max-width: 1024px) {
	.last .svjaz > div .social {
		margin-top: 20px;
	}
}

.last .svjaz > div .social a:not(:last-child) {
	margin-right: 10px;
}

.header {
	padding: 25px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: 0.5s;
}

.header.white {
	background: #ffffff;
	transition: 0.5s;
}

.header .container {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}

.header__menu {
	display: flex;
	align-items: center;
}

@media (max-width: 1360px) {
	.header__menu {
		display: none;
	}
}

.header__menu a {
	font-family: Museo Sans Cyrl;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	text-transform: uppercase;
	color: #000000;
}

.header__menu a:not(:last-child) {
	margin-right: 25px;
}

.header__logo {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.header__logo p {
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-left: 10px;
}

@media (max-width: 1560px) {
	.header__logo p {
		font-size: 15px;
	}
	.header__menu a {
		font-size: 12px;
	}
}

.header__burger {
	width: 30px;
	height: 30px;
	display: none;
}

@media (max-width: 1360px) {
	.header__burger {
		display: block;
	}
}

.header__burger svg {
	width: 100%;
	height: 100%;
}

.menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	z-index: 999;
	transform: translateX(100%);
	transition: 0.5s;
}

.menu.visible {
	transition: 0.5s;
	transform: translateX(0);
}

.menu__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.menu__nav a {
	color: #35bfeb;
	font-size: 20px;
}

.menu__nav a:not(:last-child) {
	margin-bottom: 20px;
}

.menu__close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 25px;
	top: 43px;
}

.menu__close path {
	fill: #35bfeb;
}

.thank {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10001;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.thank.visible {
	opacity: 1;
	visibility: visible;
	transition: 0.5s;
}

.thank__inner {
	background: #5380f5;
	max-width: 430px;
	width: 100%;
	padding: 30px 20px 48px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 10;
}

.thank__inner p {
	text-align: center;
	font-family: FuturaBookC;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
}

.thank__inner h3 {
	font-family: Museo Sans Cyrl;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 130%;
	color: #ffffff;
	margin-bottom: 2px;
}

.thank:after {
	z-index: 8;
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
}

.thank__close {
	position: absolute;
	z-index: 11;
	right: -5px;
	top: -30px;
}

.footer {
	background: #202d4d;
	padding: 55px 0;
}

@media (max-width: 625px) {
	.footer {
		padding-top: 30px;
		padding-bottom: 20px;
	}
}

.footer .container {
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.footer .container {
		justify-content: center;
	}
}

@media (max-width: 625px) {
	.footer .container {
		justify-content: flex-start;
	}
}

.footer__menu a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
	color: #ffffff;
}

.footer__menu a:not(:last-child) {
	margin-right: 25px;
}

@media (max-width: 1560px) {
	.footer__menu a:not(:last-child) {
		margin-right: 10px;
	}
}

@media (max-width: 625px) {
	.footer__menu a:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media (max-width: 625px) {
	.footer__menu {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 1560px) {
	.footer__copy {
		width: 100%;
		margin-top: 10px;
	}
}

@media (max-width: 1560px) and (max-width: 1024px) {
	.footer__copy {
		margin-top: 20px;
	}
}

@media (max-width: 1560px) and (max-width: 625px) {
	.footer__copy {
		margin-right: 0;
	}
}

.footer__copy p {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 625px) {
	.footer__copy p {
		font-size: 14px;
		margin-right: 0;
	}
}

.footer__logo {
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

@media (max-width: 1024px) {
	.footer__logo {
		margin-bottom: 20px;
	}
}

@media (max-width: 625px) {
	.footer__logo {
		align-items: center;
		margin-bottom: 35px;
	}
}

.footer__logo p {
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	margin-left: 10px;
}

@media (max-width: 1560px) {
	.footer__logo p {
		font-size: 15px;
	}
	.footer__menu a {
		font-size: 12px;
	}
	.footer__copy p {
		font-size: 14px;
	}
}

@media (max-width: 625px) {
	.footer__logo p {
		text-align: center;
		margin-top: 0;
	}
}

.review__slider,
.cert__slider {
	transition: 0.5s;
}

.intro__button {
	cursor: pointer;
}

.header__menu a {
	position: relative;
	transition: 0.5s;
}

.header__menu a.active:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #000000;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.form .btn {
	cursor: pointer;
}

.form input.error {
	border-color: red;
}

.check {
	display: flex;
	align-items: center;
	justify-content: center;
}

.check img {
	display: none;
}

.check.active img {
	display: inline-block;
}

.arrDate {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.row.two div {
	position: relative;
}

.datepicker {
	pointer-events: none;
}

.fake,
.fake2 {
	position: absolute !important;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 69px;
	z-index: 2;
	cursor: pointer;
}

.ui-datepicker-trigger {
	display: none !important;
}

@media (max-width: 625px) {
	.jel__head {
		width: 100%;
	}

	.jel__head:nth-child(1) {
		order: -3;
	}
}

@media (max-width: 625px) {
	.jel__list {
		order: -2;
	}
}

@media (max-width: 625px) {
	.jel__card {
		position: relative !important;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 625px) {
	.jel__center svg {
		display: none;
	}
}

@media (max-width: 625px) {
	.jel__center .jel__head {
		margin-top: 20px;
		margin-bottom: 60px;
	}
}

.timeSelect {
	background: #ffffff;
	border: 1px solid #e4e4e4;
	padding: 10px;
	border-radius: 50px;
	height: 150px;
	overflow: scroll;
	width: 100%;
	position: absolute !important;
	left: 0;
	top: 20px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
}

.timeSelect.active {
	opacity: 1;
	visibility: visible;
}

.timeSelect div {
	font-family: "FuturaBookC";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	color: #222222;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
}

.timeSelect div:not(:last-child) {
	border-bottom: 1px solid #e4e4e4;
}

/* ! lang */
.lang {
	display: flex;
	column-gap: 16px;
}

.lang .lang__link:not(:last-child) {
	margin-right: 0;
}

.lang .lang__link--active {
	font-weight: 700;
}
