html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

* {
	box-sizing: border-box;
}

input, button {
	-webkit-appearance: none;
	outline: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

p {
	margin: 0;
}

video {
	outline: none;
	border: none;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	width: 100%;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	color: #565856;

}

ol, ul {
	list-style: none;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy_light.eot');
	src: url('../fonts/Gilroy_light.eot') format('embedded-opentype'),
	url('../fonts/Gilroy_light.woff2') format('woff2'),
	url('../fonts/Gilroy_light.woff') format('woff'),
	url('../fonts/Gilroy_light.ttf') format('truetype'),
	url('../fonts/Gilroy_light.svg#Gilroy_light') format('svg');
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy-regular.eot');
	src: url('../fonts/gilroy-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gilroy-regular.woff2') format('woff2'),
	url('../fonts/gilroy-regular.woff') format('woff'),
	url('../fonts/gilroy-regular.ttf') format('truetype'),
	url('../fonts/gilroy-regular.svg#gilroy-regular') format('svg');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy-medium.eot');
	src: url('../fonts/gilroy-medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gilroy-medium.woff2') format('woff2'),
	url('../fonts/gilroy-medium.woff') format('woff'),
	url('../fonts/gilroy-medium.ttf') format('truetype'),
	url('../fonts/gilroy-medium.svg#gilroy-medium') format('svg');
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/gilroy-bold.eot');
	src: url('../fonts/gilroy-bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/gilroy-bold.woff2') format('woff2'),
	url('../fonts/gilroy-bold.woff') format('woff'),
	url('../fonts/gilroy-bold.ttf') format('truetype'),
	url('../fonts/gilroy-bold.svg#gilroy-bold') format('svg');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/GilroyExtraBold.eot');
	src: url('../fonts/GilroyExtraBold.eot') format('embedded-opentype'),
	url('../fonts/GilroyExtraBold.woff2') format('woff2'),
	url('../fonts/GilroyExtraBold.woff') format('woff'),
	url('../fonts/GilroyExtraBold.ttf') format('truetype'),
	url('../fonts/GilroyExtraBold.svg#GilroyExtraBold') format('svg');
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: 'Futura PT';
	src: url('../fonts/FuturaPT-Bold.eot');
	src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/FuturaPT-Bold.woff') format('woff'),
	url('../fonts/FuturaPT-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

.container {
	max-width: 1270px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.wrapper {
	overflow: hidden;
}

header {
	padding: 10px 0;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	box-shadow: none;
	transition: all 0.4s ease-in-out;
	border-bottom: 1px solid #E8EAE5;
}

.header-fixed {
	z-index: 15;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.header_inners {
	display: flex;
	align-items: center;
}

.logotip img {
	max-width: 111px;
	display: block;
}

.overlay_top {
	margin: 0 auto;
}

.menu_top {
	display: flex;
	align-items: center;
}

.menu_top li {
	margin: 0 20px;
}

.menu_top li a {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #545454;
	transition: all 0.3s ease-in-out;
}

.menu_top li a:hover {
	color: #66C30E;
}

.header_lang {
	display: flex;
	align-items: center;
	margin-right: 21px;
	transition: all 0.1s ease-in-out;
}

.header_lang a {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #565856;
}

.header_lang a.active {
	color: #66C30E;
}

.header_lang span {
	margin: -3px 7px 0;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	color: #565856;
}

.header_order {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #69C60C;
	border: 1px solid rgba(105, 198, 12, 0.6);
	border-radius: 8px;
	padding: 15px 36px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.main {
	position: relative;
	padding-bottom: 70px;
	max-width: 1500px;
	margin: 121px auto 0;
}

.main:before {
	content: "";
	position: absolute;
	width: 486px;
	height: 486px;
	left: -227px;
	top: -129px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(248, 213, 89, 0.155) 0%, rgba(248, 213, 89, 0) 100%);
	z-index: -1;
}

.main:after {
	content: "";
	position: absolute;
	width: 486px;
	height: 486px;
	right: -100px;
	top: 258px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(121, 248, 89, 0.155) 0%, rgba(121, 248, 89, 0) 100%);
	z-index: -1;
}

.main_inners {
	/* max-width: 1155px; */
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* margin: 0 auto; */
	position: relative;
	margin-right: 6px;
}

.circle1_main {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #F9D24B;
	border-radius: 50%;
	top: 0;
	right: 320px;
	z-index: 3;
}

.circle2_main {
	position: absolute;
	width: 12px;
	height: 12px;
	background: #66C30E;
	border-radius: 50%;
	top: 280px;
	right: -74px;
	z-index: 3;
}

.circle3_main {
	position: absolute;
	width: 10px;
	height: 10px;
	background: #F86464;
	opacity: 0.5;
	border-radius: 50%;
	bottom: 140px;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 3;
}

.main_info {
	max-width: 600px;
	margin-right: 46px;
	margin-top: 29px;
}

.title {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 66px;
	color: #2C2F2C;
}

.subtitle {
	margin-top: 26px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	color: #4D4E4D;
	max-width: 417px;
}

.main_group {
	display: flex;
	align-items: center;
	margin-top: 82px;
}

.btn {
	width: 240px;
	height: 56px;
	background: linear-gradient(269.45deg, #65C20E 0.32%, #7ED700 99.52%);
	border-radius: 8px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	background: #43A543;
	border-radius: 8px;
	opacity: 0;
	transition: opacity 0.3s;
}

.btn > span{
	position: relative;
	z-index: 1;
}

.btn:hover:after {
	opacity: 1;
}

.btn_main {
	margin-right: 39px;
}

.main_group_box {
	display: flex;
	align-items: center;
}

.main_group_box span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E4F6D1;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-right: 16px;
	flex-shrink: 0;
}

.main_group_box span img {
	max-width: 25px;
}

.main_group_box p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #4D4E4D;
}

.slider_wrapper {
	position: relative;
}

.slider_text_box {
	background-image: url("../img/bg_slider_text.png");
	background-repeat: no-repeat;
	background-position: top center;
	width: 347px;
	height: 141px;
	position: absolute;
	top: 20px;
	left: -69px;
}

.slider_text_box:after {
	content: "";
	width: 19px;
	height: 19px;
	background: #FFFFFF;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.slider_text_box:before {
	content: "";
	width: 11px;
	height: 11px;
	background: #FFFFFF;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: -14px;
	bottom: -15px;
	z-index: 2;
}

.slider_box {
	width: 506px;
	height: 510px;
	background-image: url("../img/bg_slide.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.slider_text_box_item {
	display: flex;
	align-items: flex-start;
	padding: 36px 51px;
	position: relative;
}

.slider_text_numb {
	width: 24px;
	height: 24px;
	background: #6BC70B;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	position: absolute;
	left: 13px;
	top: 14px;
	flex-shrink: 0;
}

.slider_text_icon {
	width: 48px;
	height: 48px;
	background: #E4F6D1;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 15px;
	margin-top: 7px;
}

.slider_text_icon img {
	max-width: 28px;
}

.slider_text_descr {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #4D4E4D;
}

.slider_text_descr span {
	font-weight: 700;
}

.about {
	padding: 70px 0;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}

.about_arrow {
	position: absolute;
	right: 0;
	top: 100px;
}

.about_arrow2 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.circle1_about {
	width: 10px;
	height: 10px;
	background: #F9D24B;
	border-radius: 50%;
	position: absolute;
	left: -60px;
	top: 180px;
}

.circle2_about {
	width: 10px;
	height: 10px;
	background: #F86464;
	opacity: 0.5;
	border-radius: 50%;
	position: absolute;
	right: 60px;
	bottom: 80px;
}

.about_inners {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	max-width: 1155px;
	margin: 0 auto;
	margin-right: 50px;
	position: relative;
}

.about_media {
	max-width: 492px;
	flex-shrink: 0;
	margin-right: 124px;
}

.about_info {
	max-width: 495px;
	width: 100%;
	padding-bottom: 0;
}

.about_img {
	max-width: 492px;
	width: 100%;
	display: block;
}

.section_title {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 67px;
	color: #2C2F2C;
}

.about_title {
	font-size: 50px;
	line-height: 60px;
	text-transform: uppercase;
}

.about_subtitle {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #2C2F2C;
	margin-top: 4px;
}

.about_subtitle span {
	color: #66C30E;
}

.about_text {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #4D4E4D;
	margin-top: 21px;
}

.about_text span {
	font-weight: 700;
}

.btn_about {
	margin-top: 72px;
}

.goal {
	padding: 70px 0 140px;
}

.goal_inners {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 18px;
}

.goal_item {
	max-width: 300px;
	margin: 0 23px;
	text-align: center;
}

.goal_title {
	text-align: center;
}

.goal_text {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #4D4E4D;
}

.goal_text span {
	font-weight: 700;
}

.benefits {
	padding: 140px 0;
	background: #F1FAE4;
}

.benefits_title {
	text-align: center;
}

.benefits_inners {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 21px;
	position: relative;
}

.circle1_benefits {
	width: 10px;
	height: 10px;
	background: #66C30E;
	border-radius: 50%;
	position: absolute;
	top: -60px;
	left: 0;
}

.circle2_benefits {
	width: 12px;
	height: 12px;
	background: #66C30E;
	border-radius: 50%;
	position: absolute;
	bottom: 100px;
	left: -45px;
}

/*.benefits_inners:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #66C30E;
	display: block;
	border-radius: 50%;
	position: absolute;
	top: -60px;
	left: 0;
}

.benefits_inners:after {
	content: "";
	width: 12px;
	height: 12px;
	background: #66C30E;
	display: block;
	border-radius: 50%;
	position: absolute;
	bottom: 100px;
	left: -45px;
}*/

.benefits_item {
	border-radius: 0.25em;
	width: 413px;
	height: 228px;
	background-image: url("../img/benefits_item_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 74px 48px 0 48px;
	/* clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%); */
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}

.benefits_icon {
	flex-shrink: 0;
	margin-right: 15px;
}

.benefits_text {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #4D4E4D;
}

.benefits_text span {
	font-weight: 700;
}

.benefits_arrow {
	position: absolute;
	right: -120px;
	top: 20px;
}

.experience {
	padding: 140px 0 70px;
	position: relative;
}

.element-animation .car {
	opacity: 0;
	transition: all 1s;
}

.element-animation.element-show .car {
	animation: traffic 5.5s linear;
	opacity: 1;
}

@keyframes traffic {
	0% {
		left: -300px;
	}
	100% {
		left: 2000px;
	}
}

@keyframes slidein {
	from {
		margin-left: 100%;
		width: 300%;
	}

	to {
		margin-left: 0%;
		width: 100%;
	}
}

.experience_title {
	text-align: center;
}

.experience_inners {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 100px;
	position: relative;
}

.car {
	position: absolute;
	top: -67px;
	left: 2000px;
	max-width: 36px;
}

.experience_inners:before {
	content: "";
	width: 2800px;
	height: 1px;
	background-image: url("../img/experience_line.svg");
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: -32px;
	left: -780px;
	right: 0;
	margin: 0 auto;
}

.experience_item {
	width: 229px;
	height: 124px;
	background: #F1FAE4;
	border-radius: 8px;
	padding: 23px 20px 0;
	position: relative;
	margin: 0 38px;
}

.experience_figure {
	width: 24px;
	height: 24px;
	background: #E4F7CA;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -44px;
	left: 49px;
}

.experience_figure span {
	background: #68C40D;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.experience_item:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 24px solid #F1FAE4;
	position: absolute;
	left: 49px;
	top: -17px;
}

.experience_item > span {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 31px;
	color: #68C40D;
}

.experience_item p {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #4D4E4D;
}

.experience_companies {
	margin-top: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.experience_companies img {
	margin: 0 13px;
}

.form {
	margin: 0 auto;
	max-width: 1500px;
	width: 100%;
	position: relative;
	padding: 70px 0;
}


.form:before {
	content: "";
	position: absolute;
	width: 486px;
	height: 486px;
	left: -167px;
	bottom: -50px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(248, 213, 89, 0.155) 0%, rgba(248, 213, 89, 0) 100%);
	z-index: -1;
}

.form:after {
	content: "";
	position: absolute;
	width: 486px;
	height: 486px;
	right: -100px;
	top: -50px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(121, 248, 89, 0.155) 0%, rgba(121, 248, 89, 0) 100%);
	z-index: -1;
}

.form_wrapper {
	padding: 60px 0;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	position: relative;
}

.form1 {
	position: absolute;
	left: -174px;
	top: 66px;
}

.form2 {
	position: absolute;
	left: -110px;
	top: 120px;
}

.form3 {
	position: absolute;
	right: -90px;
	top: 83px;
}

.form4 {
	position: absolute;
	left: -90px;
	bottom: 65px;
}

.form5 {
	position: absolute;
	right: -27px;
	top: 263px;
}

.form6 {
	position: absolute;
	right: -207px;
	bottom: 182px;
}

.form_body {
	max-width: 551px;
	width: 100%;
	flex-shrink: 0;
	margin: 0 auto;
	text-align: center;
}


.form_title {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	color: #2C2F2C;
}

.form_subtitle {
	margin-top: 13px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	color: #565856;
	margin-bottom: 32px;
}

.form_group {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 16px;
}

.form_group_input {
	max-width: 267px;
	width: 100%;
	position: relative;
}

.form_group_input_100 {
	max-width: 100%;
	position: relative;
}

.form_group_input span.error_form {
	margin: 0;
}

.form_contacts input {
	background-color: #F5F7F5;
	border-radius: 2px;
	height: 54px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #545454;
	max-width: 267px;
	width: 100%;
	padding: 0 15px 0 56px;
	border: 1px solid transparent;
}

.form_contacts textarea {
	background-color: #F5F7F5;
	border-radius: 2px;
	border: 0;
	outline: 0;
	height: 91px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #545454;
	width: 100%;
	padding: 15px 19px;
	resize: none;
}
.none{
	display: none;
}
.text_danger.hiden{
	margin: 34px auto 0;
    width: 240px;
    height: 56px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: -90px;
    opacity: 0;
    position: relative;
    z-index: 999;
}
.text_danger{
	opacity: 1;
	color: red;
    margin-top: 10px;
    text-align: center;
}
.form_icon {
	background-repeat: no-repeat;
	background-position: left 19px center;
}
.disabled_btn{
	opacity: 0.5;
}
input.ic_name {
	background-image: url("../img/form_name.svg") !important;
}

.ic_tel {
	background-image: url("../img/form_tel.svg")!important;
}

.ic_location {
	background-image: url("../img/form_location.svg")!important;
}

.ic_email {
	background-image: url("../img/form_mail.svg")!important;
}

.btn_form {
	margin: 30px auto 0;
	border: 0;
	outline: 0;
	cursor: pointer;
}


.overlay {
	position: fixed;
	background: rgba(34, 33, 33, 0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1010;
	display: none;
}

.non_scroll {
	overflow: hidden;
}

.modal_main {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: left;
	width: 100%;
	max-width: 516px;
}

.modal {
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	display: none;
	text-align: center;
}

.modal_wrapper {
	width: 100%;
	height: auto;
	padding: 63px 55px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin: auto;
	position: relative;
}

.modal .modal_close {
	position: absolute;
	top: 26px;
	right: 30px;
	cursor: pointer;
	background-image: url("../img/close_modal.svg");
	background-repeat: no-repeat;
	background-position: top center;
	opacity: 0.3;
	width: 41px;
	height: 41px;
	transition: all 0.3s ease-in-out;
}

.modal .modal_close:hover {
	opacity: 1;
}

.modal_title {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 46px;
	text-align: center;
	color: #2C2F2C;
}

.modal_title span {
	color: #68C40D;
}

.modal_title .color2 {
	color: #68C40D;
}

.modal_subtitle {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	color: #565856;
	margin-top: 10px;
}

.form_modal {
	margin: 27px auto 0;
	max-width: 355px;
	width: 100%;
}

.form_modal input {
	background-color: #F5F7F5;
	border-radius: 2px;
	border: 0;
	height: 54px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #545454;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 15px 0 56px;
	border: 1px solid transparent;
}


.btn_modal {
	margin: 26px auto 0;
	border: 0;
	outline: 0;
	cursor: pointer;
}

#menu-toggle {
	width: 30px;
	height: 25px;
	cursor: pointer;
	display: none;
	justify-content: space-between;
	align-items: center;
	z-index: 16;
	position: relative;
	margin-left: 20px;
}

#menu-toggle span {
	display: block;
	background: #545754;
	border-radius: 5px;
	transition: .25s ease-in-out;
}

#menu-toggle #hamburger span {
	width: 25px;
	height: 3px;
	position: relative;
	top: 0;
	right: 0;
	margin: 4px 0;
}

#menu-toggle.open #hamburger span:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-4px, 5px);
	transform: rotate(-45deg) translate(-4px, 5px);
	margin: 0;
}

#menu-toggle.open #hamburger span:nth-child(3) {
	opacity: 0;
}

#menu-toggle.open #hamburger span:nth-child(2) {
	margin: 0;
	-webkit-transform: rotate(45deg) translate(3px, 2px);
	transform: rotate(45deg) translate(3px, 2px);
}

.overlay_top {
	display: flex;
	align-items: center;
}

.mob {
	display: none;
}

.form_ok {
	text-align: center;
}

input.error_form {
	border: 1px solid #E36160;
	box-sizing: border-box;
}

span.error_form {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: -10px 0 0 0;
	background: #E36160;
	border-radius: 2px;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	position: relative;
	padding: 2px 5px;
	position: absolute;
	bottom: -27px;
	left: 20px;
	z-index: 2;
}

.form_group_input_100 span.error_form {
	bottom: -11px;
}

span.error_form:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 9px solid #E36160;
	position: absolute;
	left: 20px;
	top: -8px;
}

.mt_auto {
	margin-top: auto;
}

.contacts {
	margin: 70px auto 120px;
}

.contacts_inner {
	max-width: 1000px;
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
}


.contactus_group {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 34px;
}
.contactus_item {
	align-items: center;
	display: flex;
}

.contactus_group1 {
	margin: 34px 0 25px;
	display: flex;
	flex-direction: row;
	gap: 0px;
	align-items: center;
}

.contactus_group:last-child {
	margin-bottom: 0;
}

.contactus_icon {
width: 60px;
    height: 60px;
	background: #EDF9DB;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.contactus_mail {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #2C2F2C;
}

.contactus_tel {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #2C2F2C;
}

.contacts_info {
max-width: 340px;
    flex-shrink: 0;
    margin-right: 137px;
    position: relative;
}

.contacts_info:after {
	content: "";
	background-image: url("../img/figure_arrow3.svg");
	background-repeat: no-repeat;
	background-position: top center;
	width: 98px;
	height: 200px;
	position: absolute;
	right: -120px;
	top: 70px;
}

footer {
	background: #232C23;
	padding: 50px 0;
}

.footer_inners {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_logo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 16px;
}

.footer_logo img {
	max-width: 151px;
}

.copy {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	/* margin-top: 12px; */
}

.footer_links {
	display: flex;
	align-items: center;
}

.footer_links ul:first-child {
	margin-right: 100px;
}

.footer_links ul li {
	position: relative;
	margin-bottom: 29px;
	display: flex;
	align-items: center;
}

.footer_links ul li:last-child {
	margin-bottom: 0;
}

.footer_links ul li:before {
	content: "";
	margin-right: 12px;
	width: 10px;
	height: 10px;
	background: #66C30E;
	border-radius: 3px;
	display: block;
}

.footer_links ul li a {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

.footer_tel {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	display: flex;
	/* align-items: center; */
}

.footer_tel img {
	margin-right: 8px;
}

.btn_footer {
	margin-top: 16px;
	cursor: pointer;
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF;
	width: 189px;
	height: 47px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.benefits_inners .swiper-slide {
	width: 33%;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #E0EDE0;
	margin: 0 5px;
}

.swiper-pagination-bullet-active {
	background: #6BC70B;
}

.mob {
	display: none;
}

@media screen and (max-width: 1420px) {
	.about_arrow {
		right: 0;
		top: 10px;
		max-width: 60px;
	}

	.about_arrow2 {
		left: 0;
		bottom: -30px;
		max-width: 80px;
	}

	.benefits_arrow {
		right: -40px;
		top: -60px;
		max-width: 130px;
	}
}

@media screen and (max-width: 1270px) {
	.benefits_inners {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.benefits_item {
		padding: 57px 48px 0 48px;
		margin-bottom: 24px;
	}

	.benefits .container {
		padding: 0;
	}

	.title {
		font-size: 50px;
		line-height: 56px;
	}

	.subtitle {
		margin-top: 26px;
		font-size: 16px;
		line-height: 24px;
		max-width: 350px;
		width: 100%;
	}

	.main_group {
		align-items: flex-start;
		margin-top: 35px;
		flex-direction: column;
	}

	.main_group_box {
		margin-top: 15px;
	}

	.slider_text_box {
		width: 347px;
		height: 141px;
		top: -10px;
		left: -50px;
	}
}


@media screen and (max-width: 1200px) {
	.about_media {
		max-width: 412px;
		flex-shrink: 0;
		margin-right: 74px;
	}

	.about_info {
		max-width: 605px;
		width: 100%;
		padding-bottom: 0;
	}

	.btn_about {
		margin-top: 30px;
	}

	.footer_links ul:first-child {
		margin-right: 30px;
	}

	.car {
		position: absolute;
		top: -67px;
		left: 120%;
		max-width: 36px;
	}


	@keyframes traffic {
		0% {
			left: -200px;
		}
		100% {
			left: 120%;
		}
	}



	.about_inners {
		margin: 0 auto;
		justify-content: space-between;
	}

	.about_inners {
		margin: 0 auto;
		justify-content: space-between;
	}
}

@media screen and (max-width: 1000px) {
	.benefits_item {
		width: auto;
		height: 180px;
		background-color: #fff;
		background-image: none;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		/*clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);*/
		display: flex;
		align-items: flex-start;
		margin-bottom: 0;
		/* box-sizing: border-box; */
		padding: 37px 18px 0 18px;
		box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.1);
		border-radius: 7px;
	}

	.benefits_inners {
		flex-wrap: nowrap;
		padding-bottom: 50px;
		padding-left: 15px;
	}
}

@media screen and (max-width: 990px) {
	.menu_top li {
		margin: 0;
		width: 100%;
		position: relative;
	}

	.logotip {
		position: relative;
		z-index: 1;
		transition: all 0.2s ease-in-out;
	}

	.logotip img {
		max-width: 89px;
		display: block;
	}

	.overlay_top {
		position: fixed;
		background: #fff;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		transform: translateX(100%);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		overflow: hidden;
		display: block;
		padding: 76px 0 15px;
	}

	.overlay_scroll {
		width: 100%;
		height: 100%;
		display: flex;
		overflow: hidden;
		overflow-y: scroll;
		flex-direction: column;
	}

	.overlay_top.open {
		z-index: 15;
		transform: translateX(0);
		width: 100%;
	}

	#menu-toggle {
		display: flex;
		margin-left: 0;
	}

	.desk {
		display: none !important;
	}

	.mob {
		display: block;
	}

	.header_lang {
		margin-left: auto;
		margin-right: 24px;
	}

	header.active .logotip {
		position: relative;
		z-index: 17;
	}

	header.active .header_lang {
		z-index: 17;
	}

	.header_lang a {
		font-size: 16px;
		line-height: 19px;
	}

	.header_lang span {
		margin: -3px 7px 0;
		font-weight: 500;
		font-size: 16px;
	}

	header {
		padding: 9px 0 7px;
	}


	.menu_top li a {
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		padding: 14px 0 14px 41px;
		display: flex;
		color: #5C5C5C;
		align-items: center;
	}

	.menu_top li a:hover {
		color: #6BC70B;
	}

	.menu_top {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		margin: 0;
	}

	.menu_top li a:before {
		content: "";
		width: 10px;
		height: 10px;
		background: #5C5C5C;
		border-radius: 2px;
		display: inline-block;
		margin-right: 10px;
	}

	.main_mail {
		justify-content: center;
		margin-top: 18px;
		margin-bottom: 0;
	}

	.main_mail .contactus_box {
		text-align: left;
	}

	.overlay_tel {
		font-family: 'Gilroy';
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 36px;
		color: #2C2F2C;
	}

	.overlay_order {
		border: 1px solid rgba(105, 198, 12, 0.6);
		border-radius: 8px;
		font-family: 'Gilroy';
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
		color: #69C60C;
		width: 235px;
		height: 47px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px auto 0;
		text-decoration: none;
	}

	.circle_main, .circle_about {
		display: none;
	}

	.contactus_title {
		text-align: center;
	}

	.mt_auto {
		margin-top: auto;
	}

	.text-center {
		text-align: center;
	}

	.contactus_icon {
		width: 34px;
		height: 34px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 20px;
	}

	.contactus_icon img {
		max-width: 21px;
	}

	.main_inners {
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		position: relative;
		flex-direction: column;
	}

	.main_info {
		max-width: 100%;
		margin-right: 0;
		text-align: center;
		margin-top: 0;
	}

	.subtitle {
		margin-top: 26px;
		font-size: 16px;
		line-height: 24px;
		max-width: 100%;
		width: 100%;
	}

	.main_media {
		margin-top: 21px;
	}

	.main_group_box p {
		font-size: 12px;
		line-height: 18px;
	}

	.main_group_box span {
		width: 47px;
		height: 47px;
		margin-right: 13px;
	}

	.main_group_box span img {
		max-width: 22px;
	}

	.btn_main {
		margin-right: 0;
	}

	.main {
		padding-bottom: 30px;
		margin: 90px auto 0;
	}

	.about {
		padding: 30px 0;
		text-align: center;
	}

	.about_inners {
		align-items: center;
		max-width: 100%;
		flex-direction: column;
	}

	.about_img {
		max-width: 400px;
		width: 100%;
		display: block;
		margin: 15px auto 0;
	}

	.about_arrow2, .about_arrow {
		display: none;
	}

	.btn_about {
		margin: 30px auto 0;
	}

	.goal {
		padding: 30px 0 60px;
	}
	.goal_inners {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		flex-direction: column;
	}

	.goal_item {
		max-width: 310px;
		margin: 0 0 20px;
		text-align: center;
	}

	.goal_item:last-child {
		margin-bottom: 0;
	}

	.benefits {
		padding: 60px 0 50px;
		background: #F1FAE4;
	}

	.section_title {
		font-size: 46px;
		line-height: 54px;
	}

	.experience {
		padding: 60px 0 30px;
		position: relative;
	}

	.experience_item {
		width: 239px;
		height: 124px;
		border-radius: 8px;
		padding: 15px 10px 0;
		margin: 0 18px;
	}

	.form {
		padding: 30px 0;
	}

	.contacts {
		margin: 30px auto;
	}

	.contacts_info:after {
		width: 98px;
		height: 200px;
		right: -80px;
		top: 30px;
	}

	.footer_inners {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.footer_logo img {
		max-width: 113px;
		margin: 0 auto;
		display: block;
	}

	.footer_logo {
		display: flex;
		flex-direction: column;
		order: 1;
	}

	.footer_contacts {
		/* order: 2; */
		text-align: center;
		/* margin-top: 29px; */
	}

	.footer_links {
		display: flex;
		align-items: center;
		order: 3;
	}

	.footer_tel {
		font-size: 16px;
		line-height: 24px;
		display: inline-flex;
		align-items: center;
		margin: 0 auto;
		gap: 4px;
	}
	.footer_links ul li:before {
		display: none;
	}

	.footer_links ul:first-child {
		margin-right: 0;
	}

	.footer_links {
		display: flex;
		align-items: center;
		order: 3;
		margin-top: 60px;
		padding-left: 15px;
		overflow: scroll;
	}

	footer .container {
		padding: 0;
	}

	.footer_links ul li {
		position: relative;
		margin-bottom: 0;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
	}

	.footer_links ul li a {
		flex-wrap: nowrap;
	}

	.footer_links ul {
		display: flex;
	}

	.footer_links {
		margin-left: 0;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		overflow: scroll;
		margin-top: 35px;
		flex-wrap: nowrap;
		padding-top: 14px;
		border-top: 1px solid #374037;
		padding-left: 15px;
		padding-bottom: 10px;
	}

	.footer_links li {
		white-space: nowrap;
		margin-right: 27px;
	}

	footer {
		padding: 50px 0 10px;
	}

	.footer_links li a {
		font-family: 'Gilroy';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		color: #FFFFFF;
	}

	.contacts_info:after {
		display: none;
	}

	.contacts_info {
		margin-right: 55px;
		position: relative;
	}
}

@media screen and (max-width: 760px) {
	.title {
		font-size: 34px;
		line-height: 37px;
	}

	header {
		padding: 6px 0;
		border-bottom: transparent;
	}

	.header-fixed {
		border-bottom: 1px solid #E8EAE5;
	}

	.subtitle {
		margin-top: 14px;
		font-size: 14px;
		line-height: 24px;
		max-width: 100%;
		width: 100%;
	}

	.main {
		padding-bottom: 25px;
		margin: 69px auto 0;
	}

	.main_group {
		margin-top: 31px;
	}

	.section_title {
		font-size: 32px;
		line-height: 38px;
	}

	.car {
		display: none;
	}

	.experience_inners {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 24px;
		position: relative;
		flex-direction: column;
		margin-left: 30px;
	}

	.experience_item {
		width: 229px;
		height: 124px;
		border-radius: 8px;
		padding: 0 20px;
		margin: 0 0 18px;
		display: flex;
		flex-direction: column;
		align-items: baseline;
		justify-content: center;
	}

	.experience_item:last-child {
		margin-bottom: 0;
	}

	.experience_item:before {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-bottom: 12px solid transparent;
		border-top: 12px solid transparent;
		border-right: 24px solid #F1FAE4;
		position: absolute;
		left: -30px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.experience_figure {
		width: 24px;
		height: 24px;
		background: #E4F7CA;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: -47px;
		bottom: 0;
		margin: auto;
	}

	.experience_inners:before {
		content: "";
		width: 2800px;
		height: 1px;
		background-image: url("../img/experience_line.svg");
		background-repeat: no-repeat;
		background-position: top center;
		position: absolute;
		top: -32px;
		left: -780px;
		right: 0;
		margin: 0 auto;
		display: none;
	}

	.experience_figure:after {
		content: "";
		height: 252px;
		width: 1px;
		background-image: url("../img/experience_line_m.svg");
		background-repeat: no-repeat;
		background-position: top center;
		display: block;
		position: absolute;
		top: 22px;
		max-height: 118px;
	}

	.experience_item:last-child .experience_figure:after {
		display: none;
	}

	.experience_companies {
		margin-top: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.about {
		padding: 25px 0;
		text-align: center;
	}

	.about_subtitle {
		font-size: 16px;
		line-height: 19px;
		margin-top: 4px;
	}

	.about_img {
		max-width: 400px;
		width: 90%;
		display: block;
		margin: 15px auto 0;
	}

	.about_text {
		font-size: 14px;
		line-height: 21px;
		margin-top: 15px;
	}

	.btn_about {
		margin: 24px auto 0;
	}

	.goal {
		padding: 25px 0 50px;
	}

	.goal_item img {
		max-width: 97px;
	}

	.goal_inners {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 12px;
		flex-direction: column;
	}

	.goal_text {
		font-family: 'Gilroy';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 21px;
		text-align: center;
		color: #4D4E4D;
		margin-top: -5px;
	}

	.goal_item {
		max-width: 310px;
		margin: 0 0 12px;
		text-align: center;
	}

	.circle1_main {
		position: absolute;
		width: 8px;
		height: 8px;
		background: #F9D24B;
		border-radius: 50%;
		top: 211px;
		right: 10px;
		z-index: 3;
		display: block;
	}

	.circle2_main {
		position: absolute;
		width: 8px;
		height: 8px;
		background: #66C30E;
		border-radius: 50%;
		top: auto;
		right: 10px;
		z-index: 3;
		display: block;
		bottom: 170px;
		left: auto;
	}

	.circle3_main {
		position: absolute;
		width: 8px;
		height: 8px;
		background: #F86464;
		opacity: 0.5;
		border-radius: 50%;
		bottom: 260px;
		right: auto;
		left: 10px;
		margin: 0;
		z-index: 3;
		display: block;
	}

	.benefits_arrow {
		display: none;
	}

	.circle_benefits {
		display: none;
	}

	.benefits {
		padding: 50px 0;
	}

	.swiper_benefits .swiper-pagination {
		bottom: 0;
	}

	.benefits_inners {
		flex-wrap: nowrap;
		padding-bottom: 42px;
		padding-left: 15px;
	}

	.benefits_icon {
		flex-shrink: 0;
		margin-right: 15px;
		max-width: 50px;
	}

	.experience {
		padding: 50px 0 25px;
		position: relative;
	}

	.experience_title {
		padding: 0 20px;
	}

	.form {
		padding: 25px 0;
	}

	.form_title {
		font-size: 24px;
		line-height: 26px;
	}

	.form_wrapper {
		padding: 45px 0;);
		border-radius: 20px;
		position: relative;
	}

	.form_subtitle {
		margin-top: 13px;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 26px;
	}

	.form_group {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
		flex-direction: column;
		width: 100%;
	}

	.form_contacts input {
		height: 48px;
		font-size: 12px;
		line-height: 19px;
		max-width: 100%;
		width: 100%;
		padding: 0 15px 0 56px;
		margin-bottom: 8px;
	}

	.form_figure {
		display: none;
	}
	.form_group_input {
		max-width: 100%;
		width: 100%;
		position: relative;
	}

	.form .container {
		padding: 0;
	}

	.form_contacts {
		padding: 0 20px;
	}

	.btn_form {
		margin: 21px auto 0;
		border: 0;
		outline: 0;
		cursor: pointer;
	}

	.contacts_inner {
		display: flex;
		align-items: center;
		margin: 0 auto;
		flex-direction: column;
	}

	.contacts_info {
		margin-right: 0;
		position: relative;
	}

	.contactus_group1 {
		margin: 19px 0 18px;
	}

	.contacts_media {
		display: none;
	}

	.contacts {
		margin: 25px auto 50px;
	}

	footer {
		padding: 30px 0 30px;
	}

}

@media screen and (max-width: 600px) {
	.slider_box {
		width: 251px;
		height: 255px;
	}

	.benefits_text {
		font-size: 14px;
		line-height: 21px;
	}
	.swiper_main img {
		max-width: 170px;
		margin: 0 auto;
	}

	.benefits_item {
		height: 156px;
		padding: 20px 20px 0 12px;
	}

	.slider_text_descr {
		font-family: 'Gilroy';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
		color: #4D4E4D;
	}

	.slider_text_box {
		width: 280px;
		height: 115px;
		top: -10px;
		left: -50px;
		background-size: cover;
	}

	.slider_text_icon img {
		max-width: 20px;
	}

	.slider_text_icon img {
		max-width: 20px;
	}

	.slider_text_icon {
		width: 34px;
		height: 34px;
		border-radius: 3px;
		margin-right: 10px;
		margin-top: 4px;
	}

	.slider_text_box_item {
		display: flex;
		align-items: flex-start;
		padding: 29px 31px 0;
		position: relative;
	}

	.slider_text_numb {
		width: 17px;
		height: 17px;
		font-size: 9px;
		line-height: 13px;
		left: 9px;
		top: 11px;
		flex-shrink: 0;
	}

	.slider_text_box:after {
		width: 13px;
		height: 13px;
		right: 2px;
		bottom: 2px;
		z-index: 2;
	}

	.slider_text_box:before {
		width: 8px;
		height: 8px;
		right: -7px;
		bottom: -7px;
		z-index: 2;
	}

	.experience_companies img {
		margin: 0;
	}

	.experience_companies img:first-child {
		max-width: 20%;
	}
	.experience_companies img:nth-child(2) {
		max-width: 30%;
	}
	.experience_companies img:nth-child(3) {
		max-width: 25%;
	}
	.experience_companies img:nth-child(4) {
		max-width: 25%;
	}

	.modal_title {
		font-size: 30px;
		line-height: 36px;
	}

	.modal .modal_close {
		top: 15px;
		right: 15px;
	}

	.modal_wrapper {
		padding: 50px 25px;
	}

	.modal_subtitle {
		font-size: 14px;
		line-height: 21px;
		margin-top: 10px;
	}

	span.error_form {
		font-size: 12px;
		line-height: 14px;
		bottom: -3px;
		left: 10px;
	}

	.form_group_input_100 span.error_form {
		bottom: -3px;
	}

	.form_group_input span.error_form {
		margin-top: -10px;
	}

	span.error_form:before {
		border-left: 3px solid transparent;
		border-right: 3px solid transparent;
		border-bottom: 6px solid #E36160;
		left: 20px;
		top: -5px;
	}

	.form_contacts input {
		max-width: 100%;
		height: 46px;
		margin-bottom: 14px;
		font-size: 12px;
		line-height: 19px;
		padding: 0 10px 0 48px;
	}

	.form_title {
		padding: 0 15px;
	}

	.benefits_title {
		padding: 0 15px;
	}

	.form_subtitle {
		padding: 0 15px;
	}
}

@media screen and (max-width: 345px) {
	.slider_text_box {
		top: -10px;
		left: -43px;
	}

	.benefits_icon {
		flex-shrink: 0;
		margin-right: 10px;
		max-width:40px;
	}

	.benefits_item {
		height: 156px;
		padding: 15px 13px 0 12px;
	}
}

.g-recaptcha > div{
        margin: 0 auto;
}