body {
	font-family: "Inter", serif;
	font-weight: 400;
	color: #022018;
	background: #fff;
	position: relative;
}

.container {
	max-width: 1550px;
	margin: 0 auto;
	padding: 0 15px;
}

header {
	padding: 10px 0;
}

.head_block {
	border-radius: 20px;
	background: #0E3A29;
	padding: 15px 20px;
}

.head_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: block;
	width: 178px;
	height: 31px;
	background: url(../img/logo.svg) center 0 no-repeat;
}

.in_menu {
	display: flex;
	justify-content: space-between;
}

input.error, textarea.error{
	background: #FFD2D2 !important;
	color:#000 !important;
}

.in_menu p {
	margin: 0 10px;
	font-size: 14px;
	text-transform: uppercase;
}

.in_menu p a {
	text-decoration: none;
	color: #FFFBFB;
}

.head_flex_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.soc_ic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 0 0 5px;
}

.soc_ic1 {
	background: #24A1DF;
}

.soc_ic2 {
	background: #1CCA40;
}

.num_tel {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #C8F069;
	text-decoration: none;
	margin: 0 0 0 20px;
}

.main_ban {
	background: #043F2D url(../img/main_ban.png)0px 0px no-repeat;
	border-radius: 20px;
	position: relative;
	padding: 100px 100px;
	margin: 0 0 20px 0;
}

.heading {
	font-size: 60px;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 65px;
	color: #022018;
}

.main_ban_in .heading {
	max-width: 685px;
	margin: 0 0 50px 0;
	color: #fff;
}

.main_ban_in_inner {
	margin: 0 0 50px 0;
}

.main_ban_in_inner_flex {
	display: flex;
	justify-content: flex-start;
}

.main_ban_in_inner_flex_inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 40px 0 0;
}

.main_ban_in_inner_flex_inner:last-child {
	margin: 0;
}

.main_ban_in_inner_flex_inner_ic {
	width: 67px;
	flex-shrink: 0;
	margin: 0 10px 0 0;
}

.main_ban_in_inner_flex_inner_ic img {
	display: block;
	width: 100%;
	height: auto;
}

.main_ban_in_inner_flex_inner p {
	font-size: 16px;
	line-height: 1.2em;
	margin: 0;
	color: #fff;
}

.btn_1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 318px;
	height: 80px;
	color: #022018;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1em;
	border-radius: 50px;
	background: #C8F069;
}

.elips {
	display: inline-block;
	box-shadow: -10px -10px 20px 0px rgba(0, 0, 0, 0.15) inset;
	position: absolute;
	border-radius: 50%;
}

.elips1 {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/elips1.svg)0 0 no-repeat;
	background-size: cover;
	top: 20%;
	right: 40%;
}

.elips2 {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/elips2.svg)0 0 no-repeat;
	background-size: cover;
	top: 22%;
	right: 55px;
}

.elips3 {
	display: inline-block;
	width: 90px;
	height: 90px;
	background: url(../img/elips3.svg)0 0 no-repeat;
	background-size: cover;
	bottom: 60px;
	right: 30%;
}

.block_1 {
	margin: 0 0 0 0;
}

.block_1_flex {
	display: flex;
	justify-content: space-between;
}

.block_1_flex_inner {
	width: 32.5%;
	border-radius: 10px;
	padding: 60px 40px;
	color: #022018;
}

.block_1_flex_inner1 {
	background: #E9EEE8 url(../img/block_1_flex_inner_img1.png) right bottom no-repeat;
	background-size: cover;
}

.block_1_flex_inner2 {
	background: #043F2D url(../img/block_1_flex_inner_img2.png) 0 0 no-repeat;
	background-size: cover;
}

.block_1_flex_inner3 {
	background: #E9EEE8 url(../img/block_1_flex_inner_img3.png) right bottom no-repeat;
	background-size: contain;
}

.block_1_flex_inner h4 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.block_1_flex_inner1 h4 {
	max-width: 305px;
}

.block_1_flex_inner2 {
	color: #fff;
}

.block_1_flex_inner3 h4 {
	max-width: 262px;
}

.block_1_flex_inner p {
	font-size: 16px;
	margin: 0 0 145px 0;
}

.block_1_flex_inner .btn_1 {
	width: 200px;
}

.block_2 {
	position: relative;
	padding: 100px 0 0 0;
	margin: 0 0 100px 0;
	position: relative;
	overflow: hidden;
}

.block_2_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}

.block_2_flex_left {
	max-width: 795px;
}

.block_2_flex_left_in {
	max-width: 751px;
}

.block_2_flex_left_in_txt1 {
	font-size: 16px;
	line-height: 1.2em;
	margin: 0 0 15px 0;
}

.block_2_flex_left_in_txt2 {
	font-size: 20px;
	font-weight: 700;
	color: #043F2D;
	line-height: 1.2em;
	margin: 0 0 15px 0;
}

.block_2_flex_right {
	max-width: 493px;
}

.block_2_flex_right p {
	font-size: 20px;
	color: #043F2D;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0;
}

.block_2_img {
	width: 510px;
	position: absolute;
	top: 0;
	right: 0;
}

.block_2_img {
	position: absolute;
	top: -150px;
	right: 30px;
	width: 930px;
}

.block_2_img img {
	display: block;
	width: 100%;
	height: auto;
}

.block_3 {
	margin: 0 0 100px 0;
}

.block_3 .heading {
	margin: 0 0 50px 0;
}

.block_3_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 30px 0;
}

.block_3_flex_in {
	width: 32.5%;
	padding: 30px 30px 100px 30px;
	margin: 0 0 20px 0;
	border-radius: 20px;
	background: #043F2D;
	color: #F0F7FD;
}

.block_3_flex_in_top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 50px 0;
}

.block_3_flex_in_top_img {
	width: 130px;
	margin: 0 20px 0 0;
	flex-shrink: 0;
}

.block_3_flex_in_top_img img {
	display: block;
	width: auto;
	height: 100px;
}

.block_3_flex_in_top p {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
	line-height: 1.1em;
}

.block_3_flex_in_bot p {
	font-size: 16px;
	line-height: 1.2em;
	margin: 0 0 15px 0;
	font-weight: 400;
}

.block_3_flex_in_bot p b {
	font-weight: 700;
}

.block_3_flex_in_bot ul {
	padding: 0;
	margin: 0 0 15px 0;
}

.block_3_flex_in_bot ul li {
	font-size: 16px;
	font-weight: 700;
	list-style: none;
	padding: 0 0 0 20px;
	position: relative;
}

.block_3_flex_in_bot ul li::before {
	content: "-";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.block_3_flex_in_bot span {
	display: block;
	font-size: 16px;
	margin: 0 0 0 0;
	font-weight: 700;
	margin: 0;
}

.block_3_bot .btn_1 {
	width: 400px;
	margin: 0 auto 20px;
}

.block_3_bot_txt {
	font-size: 14px;
	margin: 0 0 20px 0;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

.block_3_bot_txt a {
	text-decoration: none;
	color: #022018;
	border-bottom: 1px solid #022018;
}

.block_4 {
	margin: 0 0 100px 0;
}

.block_4_in1 {
	max-width: 750px;
	margin: 0 0 50px 0;
}

.block_4_in1 .heading {
	margin: 0 0 30px 0;
}

.block_4_in1 p {
	font-size: 16px;
	line-height: 1.2em;
	margin: 0;
}

.block_4_in2 {
	margin: 0 0 0 0;
}

.block_4_in2_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.block_4_in2_flex_txt {
	max-width: 365px;
}

.block_4_in2_flex_txt .block_4_in2_flex_img_small {
	position: relative;
	display: none;
}

.block_4_in2_flex_txt_inner {
	padding: 84px 0 0 0;
	margin: 0 0 77px 0;
	position: relative;
}

.block_4_in2_flex_txt_inner h4 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 30px 0;
	line-height: 1.1em;
}

.block_4_in2_flex_txt_inner p {
	min-height: 120px;
	font-size: 16px;
	line-height: 1.2em;
	margin: 0;
}

.arr {
	width: 148px;
	height: 68px;
	position: absolute;
	z-index: 2;
}

.arr1 {
	top: 0;
	right: -25px;
	background: url(../img/arr1.svg)0 0 no-repeat;
}

.arr2 {
	top: 0;
	left: -25px;
	background: url(../img/arr2.svg)0 0 no-repeat;
}

.block_4_in2_flex_img {
	max-width: 494px;
	padding: 80px 0 0 0;
}

.block_4_in2_flex_img_big {
	position: relative;
}

.block_4_in2_flex_img img {
	display: block;
	width: 100%;
	height: auto;
}

.block_4_in2_flex_img_small {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	border: 5px solid #fff;
}

.block_4_in2_flex_img_small img {
	display: block;
	width: 100%;
	height: auto;
}

.img_pos1 {
	top: -50px;
	left: -100px;
}

.img_pos2 {
	top: -50px;
	right: -100px;
}

.img_pos3 {
	bottom: -50px;
	left: -100px;
}

.img_pos4 {
	bottom: -50px;
	right: -100px;
}

.block_4_in3 {
	max-width: 400px;
	margin: 0px auto 0;
	position: relative;
	top: -100px;
}

.block_4_in3 .btn_1 {
	width: 100%;
}

.block_4_in4 h4 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 50px 0;
	line-height: 1.1em;
}

.block_4_in4_flex {
	display: flex;
	justify-content: space-between;
}

.block_4_in4_flex_in {
	width: 32.5%;
	background: #043F2D url(../img/block_4_in4_flex_in_bg.png)0 0 no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 30px 40px 60px 50px;
}

.block_4_in4_flex_in_img {
	width: 125px;
	margin: 0 0 30px 30px;
}

.block_4_in4_flex_in_img img {
	display: block;
	width: 100%;
	height: auto;
}

.block_4_in4_flex_in_txt ul {
	padding: 0;
	margin: 0;
}

.block_4_in4_flex_in_txt ul li {
	list-style: none;
	font-size: 20px;
	line-height: 1.4em;
	margin: 0;
	padding: 0 0 0 50px;
	background: url(../img/check_ic1.svg)0px 5px no-repeat;
	color: #fff;
}

.block_5 {
	border-radius: 20px;
	background: #E9EEE8;
	padding: 100px 0;
	margin: 0 0 100px 0;
}

.block_5_in1 {
	margin: 0 0 50px 0;
}

.block_5_in1_flex {
	display: flex;
	justify-content: space-between;
}

.block_5_in1_flex_in {
	width: 24%;
	background: #043F2D url(../img/block_5_in1_flex_in_bg.png)0 0 no-repeat;
	background-size: cover;
	padding: 0 0 50px 0;
	border-radius: 20px;
	position: relative;
}


.block_5_in1_flex_in_num {
	overflow: hidden;
	position: relative;
	height: 115px;
}



.block_5_in1_flex_in_num span {
	display: block;
	text-align: center;
	background: linear-gradient(180deg, #FFF 0.1%, #05402E 73.31%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 100px;
	font-weight: 700;
}

.block_5_in1_flex_in p {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: -35px 0 0 0;
	padding: 0 35px 0 35px;
	text-align: center;
	line-height: 1.2em;
	position: relative;
}

.block_5_in2 {
	margin: 0;
}

.block_5_in2_flex {
	display: flex;
	justify-content: space-between;
}

.block_5_in2_flex_in {
	width: 49%;
}

.block_5_in2_flex_in_img {
	border-radius: 15px;
	overflow: hidden;
	margin: 0 0 50px 0;
	background: #E3E5E2;
}

.block_5_in2_flex_in_img img {
	display: block;
	width: 100%;
	height: auto;
}

.block_5_in2_flex_in_txt h4 {
	max-width: 500px;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 30px 0;
	line-height: 1.1em;
}

.block_5_in2_flex_in_txt_inner {
	padding: 0 0 35px 0;
	min-height: 190px;
}

.block_5_in2_flex_in_txt_inner p {
	font-size: 16px;
	color: #3D3D3D;
	margin: 0 0 15px 0;
	line-height: 1.2em;
}

.block_5_in2_flex_in_txt_inner span {
	display: block;
	font-size: 16px;
	margin: 0 0 0 0;
	line-height: 1.2em;
}

.block_5_in2_flex_in_txt_inner ul {
	padding: 0;
	margin: 0;
}

.block_5_in2_flex_in_txt_inner ul li {
	font-size: 16px;
	list-style: none;
	line-height: 1.2em;
	padding: 0 0 0 20px;
	position: relative;
}

.block_5_in2_flex_in_txt_inner ul li::before {
	content: "-";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.block_5_in2_flex_in_txt .btn_1 {
	width: 200px;
}

.block_6 {
	border-radius: 20px;
	background: #043F2D url(../img/block_6_bg.png)0 0 no-repeat;
	background-size: cover;
	padding: 100px 35px 100px 100px;
	margin: 0 0 100px 0;
	position: relative;
}

.block_6_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.block_6_flex_txt {
	max-width: 780px;
	color: #fff;
}

.block_6_flex_txt .heading {
	color: #fff;
	margin: 0 0 30px 0;
}

.block_6_flex_txt .block_5_in2_flex_in_txt_inner p,
.block_6_flex_txt .block_5_in2_flex_in_txt_inner span,
.block_6_flex_txt .block_5_in2_flex_in_txt_inner li {
	color: #fff;
}

.block_6_flex_txt .btn_1 {
	width: 400px;
}

.block_6_flex_img {
	max-width: 600px;
	position: relative;
}

.block_6_flex_img img {
	display: block;
	width: 100%;
	height: auto;
}

.gost_img {
	position: absolute;
	top: 30px;
	right: 20px;
	background: url(../img/file_img_in.png)0 0 no-repeat;
	background-size: cover;
	width: 204px;
	height: 204px;
	border-radius: 50%;
}

.block_6 .elips1 {
	top: 15%;
	right: 44%;
}

.block_6 .elips2 {
	top: 10%;
}

.block_6 .elips3 {
	bottom: 21%;
	right: 34%;
}

.block_7 {
	display: none;
}

.block_7_flex_main {
	margin: 0 -30px;
}

.block_7_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.block_7_flex_in {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 115px;
	margin: 0 30px 60px 30px;
}

.block_7_flex_in a {
	display: block;
}

.block_7_flex_in img {
	display: block;
	height: auto;
}

.block_7_flex_in:nth-child(1) img {
	width: 131px;
}

.block_7_flex_in:nth-child(2) img {
	width: 87px;
}

.block_7_flex_in:nth-child(3) img {
	width: 344px;
}

.block_7_flex_in:nth-child(4) img {
	width: 168px;
}

.block_7_flex_in:nth-child(5) img {
	width: 84px;
}

.block_7_flex_in:nth-child(6) img {
	width: 80px;
}

.block_7_flex_in:nth-child(7) img {
	width: 88px;
}

.block_7_flex_in:nth-child(8) img {
	width: 194px;
}

.block_7_flex_in:nth-child(9) img {
	width: 196px;
}

.block_7_flex_in:nth-child(10) img {
	width: 317px;
}

.block_7_flex_in:nth-child(11) img {
	width: 280px;
}

.block_7_flex_in:nth-child(12) img {
	width: 228px;
}

.form_block {
	background: #C8F069 url(../img/form_block_bg.png)0 0 no-repeat;
	padding: 100px 100px 75px 100px;
	margin: 0 0 100px 0;
	border-radius: 50px;
}

.form_block_flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.form_block_flex_txt p {
	max-width: 460px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1em;
	margin: 0 0 100px 0;
}

.form_block_flex_txt a {
	display: inline-block;
	white-space: nowrap;
	font-size: 60px;
	color: #022018;
	font-weight: 700;
	line-height: 1em;
	text-decoration: none;
}

.form_block_flex_form {
	max-width: 650px;
	width: 100%;
}

.in_pt {
	margin: 0 0 10px 0;
}

.in_pt input {
	display: block;
	width: 100%;
	padding: 30px 50px;
	color: #022018;
	font-family: "Inter", serif;
	font-weight: 400;
	text-transform: uppercase;
	border: none;
	border-radius: 50px;
}

.in_pt input::placeholder {
	color: #022018;
}

.btns_flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 30px 0 0 0;
}

.btn_send {
	width: 250px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "Inter", serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border-radius: 50px;
	background: #043F2D;
	color: #fff;
	border: none;
	margin: 0 30px 0 0;
}

.file_btn input {
	display: none;
}

.file_btn label {
	color: #022018;
	font-family: "Inter", serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
	background: url(../img/file_ic.svg)0px 7px no-repeat;
	padding: 5px 0 5px 25px;
	cursor: pointer;
}

.file_btn label span {
	border-bottom: 1px solid #022018;
}

.confid {
	width: 210px;
	padding: 10px 0 0 0;
	margin: 0 0 0 20px;
}

.confid p {
	margin: 0;
	text-align: center;
}

.confid a {
	color: #022018;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
	text-decoration: none;
}

.confid a span {
	border-bottom: 1px solid #022018;
}

footer {
	padding: 100px 0 60px;
	border-radius: 50px 50px 0px 0px;
	background: #043F2D;
}

.footer_flex {
	display: flex;
	justify-content: space-between;
}

.logo_foot {
	display: block;
	width: 295px;
	height: 50px;
	background: url(../img/logo.svg) center 0 no-repeat;
	background-size: 100%;
	margin: 0 0 44px 0;
}

.footer_flex_left p {
	font-size: 14px;
	color: #fff;
	margin: 0 0 15px 0;
}

.footer_flex_left p a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.footer_flex_right_flex {
	display: flex;
	justify-content: flex-end;
}

.footer_flex_right_flex_in:last-child {
	margin: 0 0 0 130px;
}

.footer_flex_right_flex_in_inner {
	margin: 0 0 40px 0;
}

.footer_flex_right_flex_in_inner p {
	color: #54786D;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

.footer_flex_right_flex_in_inner a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

.main_popap {
	background: transparent;
	padding: 0 75px 0 0;
	display: none;
}

.main_popap_in {
	background: #C8F069 url(../img/popap_bg.png)0 0 no-repeat;
	background-size: cover;
	border-radius: 50px;
	width: 1080px;
	padding: 100px 130px;
}

.main_popap_in h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1em;
	margin: 0 0 50px 0;
}

.main_popap .fancybox-close-small {
	width: 56px;
	height: 56px;
	padding: 0;
	background: url(../img/close_ic.svg)0 0 no-repeat;
}

.main_popap .fancybox-button svg {
	display: none;
}

.fancybox-is-open .fancybox-bg {
	background: #fff;
}

.main_popap .form_block_flex_form {
	max-width: 100%;
}

.menu-btn {
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: relative;
	background: #C8F069;
	cursor: pointer;
}

.menu-btn span {
	width: 20px;
	height: 1px;
	background: #0E3A29;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -1px;
}

.menu-btn>span::before,
.menu-btn>span::after {
	content: "";
	width: 20px;
	height: 1px;
	background: #0E3A29;
	position: absolute;
	left: 0;
	transition: transform 0.2s;
	border-radius: 2px;
}

.menu-btn>span::before {
	top: -5px;
}

.menu-btn>span::after {
	bottom: -5px;
}

.menu-btn.is-active>span {
	background: transparent;
}

.menu-btn.is-active>span::before {
	transform: rotate(45deg);
	top: 0;
}

.menu-btn.is-active>span::after {
	transform: rotate(-45deg);
	bottom: 0;
}

.block_4_in1_img {
	display: none;
}