/*fonts*/
@font-face {
	font-family: 'Exo 2';
	src: url('Exo2-Regular507be.eot');
	src: url('../fonts/Exo2-Regular.eot?#iefix') format('embedded-opentype'),
	url('Exo2-Regular31bae.woff2') format('woff2'),
	url('Exo2-Regular369ab.woff') format('woff'),
	url('Exo2-Regulara69ed.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Exo 2';
	src: url('Exo2-Boldee939.eot');
	src: url('../fonts/Exo2-Bold.eot?#iefix') format('embedded-opentype'),
	url('Exo2-Bold56349.woff2') format('woff2'),
	url('Exo2-Bold1186a.woff') format('woff'),
	url('Exo2-Boldfdce3.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
/* styles */
html,
body{
	overflow-x: hidden;
}
body {
	min-width: 320px;
	background: #fff;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #444444;
	cursor: default;
}
header, section, footer {
	margin: 0 auto;
	max-width: 1920px;
}
.wrapper {
	margin: 0 auto;
	padding: 0 15px;
	width: 1100px;
}
.clearfix:after,
.form .row:after,
.actions ul:after,
.steps ul:after {
	content: "";
	display: block;
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
b {
	font-weight: 700;
}
/* button */
.button {
	border: none;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 64px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	background: #ff6900;
	background: -moz-linear-gradient(left, #ff6900 0%, #ffa11a 100%);
	background: -webkit-linear-gradient(left, #ff6900 0%,#ffa11a 100%);
	background: linear-gradient(to right, #ff6900 0%,#ffa11a 100%);
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 62px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.5px;
	transition: .3s ease;
	transition-property: transform, box-shadow;
}
.button:hover{
	transform: scale(1.02);
	box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.2);
}
.button:active{
	top: 2px;
	box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.2);
	background: #ff6900;
	transform: scale(0.99);
}
.button.cursor{
	font-size: 22px;
}
.button.cursor:after{
	content: '';
	width: 28px;
	height: 38px;
	background: url(button_cursorcb338.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 10px;
	transition: .3s ease;
}
.button.cursor:hover:before{
	transform: scale(0.85);
}
/* titles */
h2.title {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.1em;
	text-align: center;
	margin-bottom: 30px;
}
h2.title>span{
	color: #4e83f7;
}
.sect4 h2.title {
	font-size: 44px;
	padding-top: 20px;
}
p.subtitle{
	font-size: 22px;
	line-height: 1.3em;
	text-align: center;
	margin: -10px 0 30px;
}
p.subtitle>span{
	color: #4e83f7;
}
section{
	padding: 40px 0;
}
.wow {
	visibility: hidden;
}
/*sect1*/
.sect1{
	background: #fff;
	height: 76px;
	padding: 0;
}
.logo{
	width: 280px;
	float: left;
}
.logo>img{
	float: left;
}
.logo>p{
	padding: 17px 0 0;
	margin-left: 164px;
	font-size: 14px;
	line-height: 1.2em;
	position: relative;
}
.logo>p:before{
	content: '';
	width: 1px;
	height: 44px;
	background: #dbdbdb;
	position: absolute;
	transform: rotate(10deg);
	top: 10px;
	left: -14px;
}
.logo>p>span{
	margin-left: -3px;
}
.sect1 .logo{
	width: 280px;
	float: left;
	margin-top: 7px;
}
.head_menu{
	float: left;
	margin: 26px 0 0 68px;
}
.head_menu>li{
	float: left;
	margin-right: 38px;
	font-size: 18px;
}
.head_menu>li:last-child{
	margin-right: 0;
}
.head_menu>li>a{
	transition: all ease .3s;
}
.head_menu>li:hover>a{
	color: #ff6c3e;
}
.head_btn{
	position: relative;
	float: right;
	width: 196px;
	height: 42px;
	border-radius: 20px;
	line-height: 42px;
	background-color: #4e83f7;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 17px;
	margin-top: 17px;
	transition: .4s ease;
}
.head_btn:hover{
	background-color: #ff8c10;
}
.head_btn:active{
	background-color: #ff6900;
	transition: none;
	top: 1px;
}
/*sect2*/
.sect2{
	background: #eaedef url(s2_bg1cc57.jpg) 50% 0% no-repeat;
	min-height: 725px;
	padding-top: 60px;
}
.sect2 .wrapper{
	padding-right: 500px;
}
.main_title{
	font-weight: 700;
	font-size: 52px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.main_subtitle{
	font-size: 23px;
	line-height: 1.5em;
	margin-top: 30px;
	font-weight: 700;
	color: #4e83f7;
}
.ofr_bull{
	margin-top: 30px;
	padding-right: 30px;
}
.ofr_bull>li{
	padding-left: 36px;
	margin-bottom: 30px;
	background: url(check9820f.png) 0% 3px no-repeat;
	font-size: 18px;
}
.ofr_bull>li:last-child{
	margin-bottom: 0;
}
.sect2 .button{
	margin: 40px 0 0;
	width: 400px;
}
.sect2 .button:after{
	height: 28px;
	background: url(work7ae67.png) 50% 50% / 100% no-repeat;
}
/*sect3*/
.sect3{
	padding: 70px 0 60px;
	background: url(s3_bg21101.jpg) 50% 0% no-repeat;
	overflow: hidden;
}
.sect3 .wrapper{
	position: relative;
}
.sect3 .wrapper .pen{
	content: '';
	width: 280px;
	height: 360px;
	background: url(pen9c3cc.png) 50% 50% no-repeat;
	position: absolute;
	bottom: 140px;
	right: -320px;
}
.sect3 p.subtitle{
	margin-bottom: 100px;
	font-size: 30px;
}
.benef_container{
	position: relative;
	margin-right: -95px;
	padding: 0 95px 25px 0;
}
.benef_container:before{
	content: '';
	width: 810px;
	height: 409px;
	background: url(shadow87fa6.png) 50% 50% no-repeat;
	position: absolute;
	bottom: -75px;
	right: -10px;
	pointer-events: none;
}
@-webkit-keyframes anim_img {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}
@keyframes anim_img {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}
@-webkit-keyframes anim_img_li {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes anim_img_li {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.benef_container .anim_img{
	float: left;
	margin: -30px 0 0 -60px;
	position: relative;
	width: 512px;
	height: 512px;
}
.benef_container .anim_img:before{
	content: '';
	height: 513px;
	width: 513px;
	background: url(orbit_linea1e98.png) 50% 50% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	animation: anim_img 100s linear infinite;
}
.benef_container .anim_img>img{
	display: block;
	margin: 0 auto;
	margin-top: 110px;
}
.benef_container .anim_img>ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: nim_img 40s linear infinite;
	animation: anim_img 40s linear infinite;
	z-index: 3;
}
.benef_container .anim_img>ul>li{
	background: #4e83f7;
	box-shadow: 0 0 16px 0 rgba(78, 131, 247, 0.3);
	border-radius: 50%;
	position: absolute;
	-webkit-animation: anim_img_li 40s linear infinite;
	animation: anim_img_li 40s linear infinite;
}
.benef_container .anim_img>ul>li>img{
	display: block;
}
.benef_container .anim_img>ul>li:nth-child(1){
	top: 0px;
	left: 95px;
}
.benef_container .anim_img>ul>li:nth-child(2){
	top: 370px;
	left: 85px;
}
.benef_container .anim_img>ul>li:nth-child(3){
	top: 210px;
	left: 370px;
}
.benef1{
	overflow: hidden;
	padding: 0 40px;
	position: relative;
}
.benef1>li{
	display: table;
	width: 100%;
	margin-bottom: 45px;
}
.benef1>li:before{
	content: '';
	display: table-cell;
	width: 125px;
	height: 70px;
	background: url(benef1_checkeddca.jpg) 0 3px no-repeat;
}
.benef1>li:nth-child(2n):before{
	height: 84px;
	background: url(benef1_check2830b5.jpg) 0 3px no-repeat;
}
.benef1>li:last-child{
	margin-bottom: 0;
}
.benef1>li>p{
	display: table-cell;
	vertical-align: middle;
}
.benef1>li>p>b{
	display: block;
	font-size: 18px;
	line-height: 1.6em;
}
.sect3 .fast_prof{
	margin-top: 75px;
	position: relative;
}
.sect3 .fast_prof:before{
	content: '';
	width: 223px;
	height: 132px;
	background: url(fast_profilecda64.png) 50% 50% no-repeat;
	position: absolute;
	top: -75px;
	left: 150px;
}
/*sect-job*/
.sect-job {
	background: #f6f7ff;
	padding-bottom: 0;
}
.job-step {
	font-size: 0;
	text-align: center;
	padding: 30px 0 0;
}
.job-step li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0 0 40px;
	padding: 0 10px;
	position: relative;
}
.job-step li:not(:last-child):before{
	content:'';
	display: block;
	background: url(arrow790fe.png) no-repeat 0 0 / contain;
	width: 200px;
	height: 42px;
	position: absolute;
	right: -87px;
	top: 92px;
}
.job-step li:nth-child(2n):before{
	transform: rotate(180deg);
	top: 20px;
}
.job-step li div {
	background: url(job_item_bg5bdc0.png) 0 0 / 100% no-repeat;
	width: 142px;
	height: 128px;
	margin: 0 auto 30px;
	position: relative;
}
.job-step li div:before {
	content:'';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.job-step li:nth-child(1) div:before {
	background: url(job_step_194638.png) no-repeat 0 0 / contain;
	width: 68px;
	height: 53px;
}
.job-step li:nth-child(2) div:before {
	background: url(job_step_309bc6.png) no-repeat 0 0 / contain;
	width: 56px;
	height: 53px;
}
.job-step li:nth-child(3) div:before {
	background: url(job_step_2f85fc.png) no-repeat 0 0 / contain;
	width: 54px;
	height: 53px;
}
.job-step li:nth-child(4) div:before {
	background: url(job_step_4781e7.png) no-repeat 0 0 / contain;
	width: 49px;
	height: 49px;
}
.job-step li div:after {
	content:'1';
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color:#fff;
	font-size: 17px;
	font-weight: 700;
	background: rgb(255,159,25);
	background: -moz-linear-gradient(top,  rgba(255,159,25,1) 0%, rgba(255,106,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,159,25,1) 0%,rgba(255,106,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,159,25,1) 0%,rgba(255,106,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9f19', endColorstr='#ff6a00',GradientType=0 );
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -16px;
	margin-left: -17px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}
.job-step li:nth-child(2) div:after {
	content: '2';
}
.job-step li:nth-child(3) div:after {
	content: '3';
}
.job-step li:nth-child(4) div:after {
	content: '4';
}
.job-step li p {
	font-size: 16px;
}
.our_product{
	background: #edeffa;
	padding: 20px 30px 20px 40px;
	margin-bottom: 40px;
}
.our_product>p{
	padding-left: 42px;
	color: #96979d;
	font-size: 17px;
	background: url(info_icon80ee1.png) 0% 50% no-repeat;
}
.payroll {
	background: #fff;
	margin: 40px auto -130px;
	position: relative;
	-webkit-box-shadow: 0 24px  24px  0 rgba(0,0,0,.16);
	box-shadow: 0 24px  24px  0 rgba(0,0,0,.16);
}
.payroll h3 {
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	padding: 30px 150px 40px;
	line-height: 1.3em;
}
.payroll h3 span {
	font-weight: 700;
	color:#4e83f7;
}
.payroll__ul {
	font-size: 0;
	text-align: center;
}
.payroll__ul li {
	background: #f6f7ff;
	display: inline-block;
	width: 220px;
	border-radius: 15px;
	margin: 0 55px 35px;
	padding: 25px 0 27px;
}
.payroll__ul li b {
	font-size: 45px;
	font-weight: 700;
	display: block;
	line-height: 1.1em;
}
.payroll__ul li span {
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	line-height: 1.1em;
	margin-bottom: 12px;
}
.payroll__ul li p {
	font-size: 17px;
	line-height: 1.3em;
}
.notlimit {
	color:#fff;
	background: #4e83f7;
	text-align: center;
	padding: 20px;
	font-size: 19px;
}
/*sect4*/
.sect4{
	background: #c0e4ff;
	background: -moz-linear-gradient(top, #c0e4ff 0%, #fefeff 100%);
	background: -webkit-linear-gradient(top, #c0e4ff 0%,#fefeff 100%);
	background: linear-gradient(to bottom, #c0e4ff 0%,#ffffff 100%);
	padding-bottom: 10px;
	padding-top: 170px;
	min-height: 500px;
}
.time_container{
	text-align: center;
	margin-top: 50px;
}
.time_container .alert{
	display: inline-block;
	margin: 0 auto;
	position: relative;
	line-height: 68px;
	font-size: 23px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.15);
	padding-right: 20px;
}
.time_container .alert>span{
	display: inline-block;
	color: #fff;
	background: #4e83f7;
	padding: 0 20px;
	font-weight: 700;
	margin-right: 10px;
	border-radius: 10px 0 0 10px;
}
.time_container .alert:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 26px 16px 26px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -16px;
	left: 50%;
	margin-left: -26px;
}
.dashboard{
	margin-top: 40px;
	position: relative;
}
.dashboard:before{
	content: '';
	width: 787px;
	height: 393px;
	background: url(map43a01.png) 50% 50% no-repeat;
	display: block;
	margin: 0 auto;
}
.dashboard>li{
	width: 118px;
	height: 118px;
	border-radius: 50%;
	position: absolute;
	box-shadow: 0 8px 25px 0 rgba(78, 114, 247, .35);
}
.dashboard>li .time_double{
	width: 118px;
	height: 118px;
	padding: 10px 0 0;
	border-radius: 50%;
}
.dashboard>li:before, .dashboard>li .time_double:before{
	content: '';
	width: 112px;
	height: 112px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 2;
}
.dashboard>li:after, .dashboard>li .time_double:after{
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #4e83f7;
	position: absolute;
	z-index: 3;
}
.dashboard>li p{
	font-size: 25px;
	line-height: 22px;
	text-align: center;
	position: relative;
	z-index: 3;
	padding: 25px 25px 0;
}
.dashboard>li .time_double p{
	padding: 5px 10px 0;
	font-size: 18px;
	line-height: 20px;
}
.dashboard>li:nth-child(1){
	top: 20px;
	left: 0;
	background-image: linear-gradient(320deg, transparent 50%, #4e83f7 50%), linear-gradient(125deg, #fff 50%, #4e83f7 50%);
}
.dashboard>li:nth-child(1):after{
	top: 90px;
	left: 8px;
}
.dashboard>li:nth-child(2){
	top: 0px;
	left: 458px;
	background-image: linear-gradient(210deg, transparent 50%, #c751f8 50%), linear-gradient(245deg, #fff 50%, #c751f8 50%);
}
.dashboard>li:nth-child(2):after{
	top: 82px;
	left: 100px;
	background: #c751f8;
}
.dashboard>li:nth-child(3){
	top: 20px;
	left: 915px;
	background-image: linear-gradient(320deg, transparent 50%, #4e83f7 50%), linear-gradient(55deg, #fff 50%, #4e83f7 50%);
}
.dashboard>li:nth-child(3):after{
	top: 85px;
	left: 5px;
}
.dashboard>li:nth-child(4){
	top: 36px;
	left: 242px;
	background-image: linear-gradient(320deg, transparent 50%, #4e83f7 50%), linear-gradient(55deg, #fff 50%, #4e83f7 50%);
}
.dashboard>li:nth-child(4):after{
	top: 85px;
	left: 5px;
}
.dashboard>li:nth-child(5){
	top: 60px;
	left: 690px;
	background-image: linear-gradient(500deg, transparent 50%, #c751f8 50%), linear-gradient(220deg, #fff 50%, #c751f8 50%);
}
.dashboard>li:nth-child(5):after{
	top: 18px;
	left: 98px;
	background: #c751f8;
}
.dashboard>li:nth-child(6){
	top: 220px;
	left: 70px;
	background-image: linear-gradient(140deg, transparent 50%, #fff 50%), linear-gradient(500deg, #4e83f7 50%, #fff 50%);
}
.dashboard>li:nth-child(6):after{
	top: 87px;
	left: 7px;
}
.dashboard>li:nth-child(7){
	top: 180px;
	left: 487px;
	background-image: linear-gradient(145deg, transparent 50%, #4e83f7 50%), linear-gradient(140deg, #fff 50%, #4e83f7 50%);
}
.dashboard>li:nth-child(7):after{
	top: 15px;
	left: 96px;
}
.dashboard>li:nth-child(8){
	top: 254px;
	left: 665px;
	background-image: linear-gradient(145deg, transparent 50%, #fff 50%), linear-gradient(510deg, #c751f8 50%, #fff 50%);
}
.dashboard>li:nth-child(8):after {
	top: 85px;
	left: 5px;
	background: #c751f8;
}
.dashboard>li:nth-child(8) p small{
	font-size: 15px;
	display: block;
}
.dashboard>li:nth-child(8) p{
	padding: 25px 15px 0;
	font-size: 20px;
}
.dashboard>li:nth-child(9) {
	top: 244px;
	left: 303px;
	background-image: linear-gradient(-90deg, transparent 50%, #4e83f7 50%), linear-gradient(-90deg, #fff 50%, #4e83f7 50%);
}
.dashboard>li:nth-child(9):after {
	top: 110px;
	left: 52px;
}
/*sect5*/
.sect5{
	background: url(s5_bga077a.jpg) 50% 100% no-repeat;
	height: 257px;
	padding: 0;
}
.sect5 .wrapper{
	position: relative;
	padding: 115px 15px 80px;
}
.sect5 .wrapper .man{
	content: '';
	width: 375px;
	height: 375px;
	background: url(man_img851c3.png) 50% 50% no-repeat;
	position: absolute;
	right: -20px;
	bottom: 0;
}
.action_container>p{
	color: #fff;
	font-size: 18px;
	line-height: 1.5em;
	width: 330px;
	float: left;
}
.action_container .button{
	margin-top: -2px;
}
/*sect6*/
.sect6{
	background: url(s6_bgee14b.jpg) 50% 0% no-repeat;
	overflow: hidden;
}
.sect6 .wrapper{
	position: relative;
}
.sect6 .wrapper .cup_coffe{
	content: '';
	width: 396px;
	height: 440px;
	background: url(cup_coffe9adcb.jpg) 50% 50% no-repeat;
	position: absolute;
	top: 160px;
	left: -480px;
}
.sect6 .wrapper .mouse{
	content: '';
	width: 187px;
	height: 266px;
	background: url(mouse5c949.jpg) 50% 50% no-repeat;
	position: absolute;
	top: 450px;
	right: -280px;
}
.sect6 .title{
	font-size: 60px;
	line-height: 1.1em;
}
.sect6 .subtitle{
	font-size: 24px;
	line-height: 1.3em;
	max-width: 700px;
	margin: -10px auto 30px;
}
.reviews{
	padding: 0 90px;
	margin-top: -60px;
}
.rev_item{
	margin-top: 80px;
}
.rev_item .img{
	max-width: 158px;
	position: relative;
	margin: 0 auto 45px;
}
@-webkit-keyframes pulse {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		opacity: 0.8;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes pulse {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	50% {
		opacity: 0.8;
	}
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
.rev_item .img .anim_wave{
	position: absolute;
	width: 100%;
	height: 100%;
}
.rev_item .img .anim_wave:before,
.rev_item .img .anim_wave:after,
.rev_item .img .anim_wave>div:before,
.rev_item .img .anim_wave>div:after{
	content: '';
	position: absolute;
	width: 150px;
	height: 150px;
	border: 1px solid #dae6ff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -75px;
	animation: pulse 6s ease-in infinite;
}
.rev_item .img .anim_wave:after{
	animation-delay: 2s;
}
.rev_item .img .anim_wave>div:before{
	animation-delay: 4s;
}
.rev_item .img .anim_wave>div:after{
	animation-delay: 6s;
}
.rev_item .img:after{
	content: '';
	width: 58px;
	height: 49px;
	background: url(rev_q5728c.png) 50% 50% no-repeat;
	position: absolute;
	top: -20px;
	right: -110px;
}
.rev_item .img>img{
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
.rev_item>p{
	text-align: center;
	line-height: 1.8em;
	margin-bottom: 25px;
}
.rev_item .info{
	text-align: center;
	font-size: 14px;
	color: #888888;
}
.rev_item .info>span{
	font-size: 18px;
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
.reviews .owl-prev,
.reviews .owl-next{
	width: 19px;
	height: 32px;
	background: url(rev_arrow56167.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
}
.reviews .owl-prev{
	left: 0;
	background-position: 0% 50%;
}
.reviews .owl-next{
	right: 0;
	background-position: 100% 50%;
}
.reviews .owl-dots{
	margin-top: 20px;
	text-align: center;
}
.reviews .owl-dot{
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border: 2px solid #4e83f7;
	margin: 0 5px;
	border-radius: 50%;
}
.reviews .owl-dot:hover,
.reviews .owl-dot.active{
	background: #4e83f7;
}
/*how_start*/
.how_start{
	background: #f6f7ff;
}
.how_start .job-step>li{
	width: 33.3%;
	margin-bottom: 35px;
}
.how_start .job-step>li:before{
	display: none;
}
.how_start .job-step>li>b{
	display: block;
	font-size: 16px;
}
.how_start .job-step>li:nth-child(1)>div:before {
	width: 46px;
	height: 55px;
	background: url(how_start16fcdb.png) 50% 50% no-repeat;
}
.how_start .job-step>li:nth-child(2)>div:before {
	width: 44px;
	height: 55px;
	background: url(how_start277908.png) 50% 50% no-repeat;
}
.how_start .job-step>li:nth-child(3)>div:before {
	width: 50px;
	height: 50px;
	background: url(how_start384476.png) 50% 50% no-repeat;
}
/*conditions*/
.conditions h2 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.3em;
}
.conditions h2 span {
	color:#4e83f7;
}
.what_need {
	font-size: 0;
	text-align: center;
}
.what_need>li{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 10px;
	margin-bottom: 15px;
}
/*experience*/
.experience{
	background: #4e83f7;
	color: #fff;
	padding-bottom: 0;
}
.experience ul>li:not(:last-child){
	margin-bottom: 20px;
}
.experience ul>li:not(:last-child):after{
	content: '';
	height: 1px;
	background: #6693f7;
	display: block;
	margin: 35px auto 0;
}
.experience ul>li:nth-child(3){
	padding-right: 0;
}
.experience ul>li>span{
	width: 90px;
	text-align: center;
	font-size: 100px;
	line-height: 1em;
	color: #90b3ff;
	font-weight: 700;
	float: left;
}
.experience ul>li>p{
	overflow: hidden;
	padding: 15px 0 0;
}
.experience ul>li>p>b{
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
}
.start_learn{
	font-size: 0;
	text-align: center;
	background: #6693f7;
	padding: 30px 10px;
	margin-top: 40px;
}
.start_learn>p{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1.3em;
	margin-right: 50px;
	width: 560px;
	text-align: left;
}
.start_learn .button{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
/*sect7*/
.sect7{
	background: #fef3e4 url(s7_bgc71c3.jpg) no-repeat 50% 0%  / cover;
	padding: 0;
	overflow: hidden;
}
.sect7 .wrapper{
	position: relative;
}
.sect7 .wrapper .man{
	content: '';
	width: 686px;
	height: 710px;
	background: url(man2_img2f84a.png) 50% 50% no-repeat;
	position: absolute;
	bottom: 0;
	right: -200px;
	pointer-events: none;
}
.formbox{
	max-width: 670px;
	margin: 0 0 0 10px;
	background: rgba(255,255,255,0.8);
	min-height: 720px;
	padding: 45px 40px 80px; 
}
.formbox h2.title{
	text-align: left;
	margin-bottom: 8px;
}
.formbox p.subtitle{
	text-align: left;
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 35px;
}
form.form{
	max-width: 580px;
}
.wizard .steps>ul{
	margin-bottom: 30px;
}
.wizard .steps>ul>li{
	float: left;
	margin-right: 20px;
}
.wizard .steps>ul>li>a{
	display: block;
	width: 180px;
	text-align: center;
	font-size: 18px;
	padding: 7px 0;
	border-radius: 20px;
	border: 2px solid #4e83f7;
}
.wizard .steps>ul>li:last-child{
	margin-right: 0;
}
.wizard > .steps .disabled a, 
.wizard > .steps .disabled a:hover, 
.wizard > .steps .disabled a:active{
	cursor: default;
}
.wizard .steps>ul>li.current>a{
	background: #4e83f7;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
.wizard .steps>ul>li.done>a{
	background: #a5bff9;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	border-color: #a5bff9;
}
.form .row{
	margin-top: 20px;
}
.connection{
	margin-top: 30px;
	max-width: 510px;
}
.row>p{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 12px;
}
.con_list{
	margin-bottom: 18px;
}
.con_list>li{
	float: left;
	border: 1px solid #4e83f7;
	border-radius: 13px;
	font-size: 15px;
	line-height: 18px;
	padding: 3px 16px;
	margin-right: 12px;
	cursor: pointer;
	transition: all ease .3s;
}
.con_list>li:last-child{
	margin-right: 0;
}
.con_list>li:hover,
.con_list>li.active{
	background: #4e83f7;
	color: #fff;
}
.form input[type="text"],
.form input[type="date"],
.form input[type="number"],
.form input[type="email"],
.form input[type="tel"],
.form select{
	outline: none;
	border: none;
	background-color: #ffffff;
	background-repeat: no-repeat;
	width: 100%;
	height: 58px;
	border: 1px solid #dadada;
	font-size: 16px;
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	color: #777777;
	border-radius: 12px;
	padding: 0 20px;
}
.form ::-webkit-input-placeholder {
	color: #777777;
}
.form ::-moz-placeholder {
	color: #777777;
}
.form :-moz-placeholder {
	color: #777777;
}
.form :-ms-input-placeholder {
	color: #777777;
}
.form :focus::-webkit-input-placeholder {
	color: transparent;
}
.form :focus::-moz-placeholder {
	color: transparent;
}
.form :focus:-moz-placeholder {
	color: transparent;
}
.form :focus:-ms-input-placeholder {
	color: transparent;
}
.form .col-2 select,
.form .col-2 input{
	width: 285px;
	margin-right: 10px;
	float: left;
}
.form .col-2 select:last-child,
.form .col-2 input:last-child{
	margin-right: 0;
}
.form input[name='name']{
	background-image: url(input_name5de49.png);
	background-position: 20px 50%;
	padding-left: 58px;
}
.form input[name='email']{
	background-image: url(input_emailb3ddc.png);
	background-position: 18px 50%;
	padding-left: 58px;
}
.form input[name='phone']{
	background-image: url(input_phone36474.png);
	background-position: 18px 50%;
	padding-left: 58px;
}
.form select option{
	width: 100%;
}
.form select{
	background-image: url(select_arrow9d3e0.png); 
	background-position: right 18px center;
	padding-right: 40px;
}
.form select[name='children']{
	float: left;
	width: 220px;
	margin-right: 10px;
}
.form select[name='shedule_group_wanted']{
	float: left;
	width: 280px;
}
.mrg.row{
	margin-top: 30px;
}
.form .chk-question{
	margin-top: -10px;
}
.form .chk-question>label{
	float: left;
	margin: 10px 10px 0 0;
	outline: 0;
	border: 0;
	background: transparent;
}
.form .chk-question>label input{
	position: absolute;
	outline: 0;
	border: 0;
	background: transparent;
}
.form .chk-question>label span{
	position: relative;
	z-index: 3;
	transition: all ease .3s;
	cursor: pointer;
	border: 1px solid #4e83f7;
	padding: 2px 14px;
	border-radius: 13px;
	font-size: 15px;
	line-height: 18px;
	background: transparent;
}
.form .chk-question>label:hover span,
.form .chk-question>label input:checked + span{
	color: #fff;
	background: #4e83f7;
}
.form .chk-question > label input.error+span{
	border: 2px solid red;
}
.row.wdth{
	max-width: 510px;
}
.wizard .actions{
	margin-top: 30px;
}
.wizard .actions ul>li{
	float: left;
}
.wizard .actions ul>li:nth-child(1){
	float: left;
}
.wizard .actions ul>li:nth-child(1) a{
	position: relative;
	display: block;
	height: 64px;
	width: 160px;
	border-radius: 30px;
	border: 1px solid #dadada;
	background: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 62px;
	font-size: 22px;
	color: #777777;
	margin-right: 20px;
	transition: .3s ease;
	transition-property: transform, box-shadow;
}
.wizard .actions ul>li:nth-child(2){
	float: left;
}
.wizard .actions ul>li:nth-child(2) a,
.wizard .actions ul>li:nth-child(3) a{
	border: none;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	display: block;
	margin: 0 auto;
	height: 64px;
	background: #ff6900;
	background: -moz-linear-gradient(left, #ff6900 0%, #ffa11a 100%);
	background: -webkit-linear-gradient(left, #ff6900 0%,#ffa11a 100%);
	background: linear-gradient(to right, #ff6900 0%,#ffa11a 100%);
	font-family: 'Exo 2', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 19px;
	line-height: 62px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	width: 180px;
	border-radius: 32px;
	float: left;
	text-align: right;
	padding-right: 72px;
	transition: .3s ease;
	transition-property: transform, box-shadow;
}
.wizard .actions ul>li:nth-child(2) a:after{
	content: '';
	width: 20px;
	height: 32px;
	background: url(next_arrow25318.png) 50% 50% no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 32px;
}
.wizard .actions ul>li:nth-child(3) a{
	padding: 0;
	width: 240px;
	text-align: center;
}
.wizard .actions ul>li:nth-child(1) a:hover,
.wizard .actions ul>li:nth-child(2) a:hover,
.wizard .actions ul>li:nth-child(3) a:hover{
	transform: scale(1.02);
	box-shadow: 0px 5px 10px 0 rgba(0,0,0,0.2);
}
.wizard .actions ul>li:nth-child(1) a:active{
	top: 2px;
	box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.2);
	transform: scale(0.99);
}
.wizard .actions ul>li:nth-child(2) a:active,
.wizard .actions ul>li:nth-child(3) a:active{
	top: 2px;
	box-shadow: 0px 4px 8px 0 rgba(0,0,0,0.2);
	background: #ff6900;
	transform: scale(0.99);
}
.wizard h4{
	display: none;
}
.form input[type="radio"].error{
	border: none !important;
}
.form input.error,
.form input[type="radio"].error+span,
.form select.error{
	border: 2px solid red;
}
.wizard > .steps .current-info, 
.wizard > .steps .number{
	display: none;
}
#device {
	padding: 10px;
}
#device.error,
.prgm_ckh.error{
	border: 2px solid red;
	border-radius: 5px;
}
.tooltip_info{
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0;
	position: relative;
}
.tooltip_info:before{
	content: '';
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: url(question61cda.png) 50% 50% / 100% no-repeat;
	display: block;
	opacity: 0.6;
	cursor: pointer;
}
.tooltip_info:hover:before,
.tooltip_info.active:before{
	opacity: 0.9;
}
.tooltip_info .text{
	position: absolute;
	left: 50%;
	bottom: 0;
	opacity: 0;
	transform: translateX(-50%);
	background: #fff;
	padding: 5px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	border-radius: 6px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
	width: 300px;
	z-index: 5;
	transition: all ease .3s;
	pointer-events: none;
}
.tooltip_info .text:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -3px;
}
.tooltip_info:hover .text,
.tooltip_info.active .text{
	bottom: calc(100% + 10px);
	opacity: 1;
	pointer-events: auto;
}
.checkbox_style label{
	display: block;
	margin-bottom: 20px;
}
.checkbox_style label:last-child{
	margin-bottom: 0;
}
.checkbox_style input{
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 3px 0 0;
	border: 1px solid #333;
	border-radius: 4px;
}
.checkbox_style input:checked{
	background: url(interface4e99c.png) 50% 50% / 10px no-repeat;
}
/*footer*/
.footer{
	padding: 20px 0;
	background: #2e3648;
	color: #fff;
}
.footer .wrapper>p{
	width: 130px;
	text-align: right;
	float: right;
	font-size: 14px;
	margin-top: 8px;
}
/*thanks*/
.thanks .sect3{
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.thanks .sect3 p.subtitle{
	margin-bottom: 60px;
}
.thanks .sect3 .wrapper .pen{
	bottom: -140px;
}
.thanks .benef_container{
	padding-bottom: 40px;
}
@media screen and (max-width: 1099px) {
	.wow {
		visibility: visible;
	}
	.wrapper{
		width: 640px;
		padding: 0 10px;
	}
	h2.title{
		font-size: 40px;
		line-height: 1.1em;
	}
	.job-step li {
		width: 50%;
	}
	.job-step li:not(:last-child):before{
		right: -100px;
		top: 96px;
	}
	.job-step li:nth-child(2n):before{
		display: none;
	}
	.payroll h3 {
		font-size: 20px;
		padding: 30px 20px 40px;
	}
	.payroll__ul li {
		margin: 0 30px 35px;
	}
	.sect4 h2.title {
		font-size: 34px;
	}
	p.subtitle{
		font-size: 20px;
	}
	.sect1 .logo{
		width: 100px;
		margin-top: 15px;
	}
	.sect1 .logo > p{
		display: none;
	}
	.head_menu{
		margin: 25px 0 0 48px;
	}
	.head_menu > li{
		font-size: 16px;
		margin-right: 26px;
	}
	.head_menu > li:first-child{
		display: none;
	}
	.head_btn{
		width: 160px;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
	}
	.sect2{
		background: #eaedef url(s2_bg_tab10c74.jpg) 50% 0% no-repeat;
		padding-top: 40px;
	}
	.sect2 .wrapper{
		padding-right: 10px;
	}
	.main_title{
		text-align: center;
		font-size: 44px;
	}
	.main_subtitle{
		text-align: center;
		font-size: 23px;
	}
	.ofr_bull{
		padding-right: 200px;
		margin-top: 40px;
	}
	.sect3{
		background: #fff url(s3_bg_tabbfa4b.jpg) 50% 0% no-repeat;
		padding-top: 40px;
	}
	.sect3 .title span{
		display: block;
	}
	.sect3 p.subtitle{
		font-size: 22px;
	}
	.benef_container{
		margin-right: 0;
		padding-right: 0;
	}
	.benef_container .anim_img{
		float: none;
		margin: 0 auto 40px;
		padding-top: 5px;
	}
	.benef1{
		padding: 0;
	}
	.benef_container::before{
		bottom: -90px;
		right: -115px;
	}
	.sect3 .wrapper .pen{
		bottom: 80px;
		right: -260px;
	}
	.sect3 .fast_prof{
		margin-top: 80px;
	}
	.sect3 .fast_prof::before{
		width: 160px;
		-webkit-background-size: 100%;
		background-size: 100%;
		top: -60px;
		left: -10px;
	}
	.sect4 .title>span{
		display: block;
	}
	.sect4 p.subtitle{
		padding: 0 40px;
	}
	.time_container .alert{
		font-size: 18px;
		line-height: 52px;
		position: relative;
		z-index: 4;
	}
	.dashboard::before{
		margin: 0 0 0 -74px;
		position: absolute;
		top: -80px;
	}
	.dashboard{
		text-align: center;
		-ms-text-align-last: center;
		text-align-last: center;
	}
	.dashboard > li{
		width: 188px;
		height: 50px;
		display: inline-block;
		vertical-align: top;
		border-radius: 10px;
		position: relative;
		-ms-text-align-last: center;
		text-align-last: center;
		margin: 0 5px 40px;
	}
	.dashboard>li .time_double{
		position: relative;
		display: inline-block;
		width: 188px;
		height: 50px; 
		padding: 0; 
		vertical-align: top;
		border-radius: 10px;
		-ms-text-align-last: center;
		text-align-last: center;
	}
	.dashboard > li:before, .dashboard>li .time_double:before{
		width: 184px;
		height: 46px;
		top: 2px;
		left: 2px;
		border-radius: 9px;
	}
	.dashboard > li > p{
		font-size: 24px;
		padding: 14px 0 0;
	}
	.dashboard>li .time_double p{
		line-height: 16px;
	}
	.dashboard > li::after, .dashboard>li .time_double:after{
		width: 10px;
		height: 10px;
	}
	.dashboard > li:nth-child(1),
	.dashboard > li:nth-child(2),
	.dashboard > li:nth-child(3),
	.dashboard > li:nth-child(4),
	.dashboard > li:nth-child(5),
	.dashboard > li:nth-child(6),
	.dashboard > li:nth-child(7),
	.dashboard > li:nth-child(8),
	.dashboard > li:nth-child(9){
		top: auto;
		left: auto;
	}
	.dashboard > li:nth-child(3){
		background-image: linear-gradient(330deg, transparent 50%, #fff 50%), linear-gradient(90deg, #4e83f7 50%, #fff 50%);
	}
	.dashboard > li:nth-child(1)::after{
		top: 44px;
		left: 62px;
	}
	.dashboard > li:nth-child(2)::after{
		top: 44px;
		left: 130px;
	}
	.dashboard>li:nth-child(3):after{
		top: 44px;
		left: 85px;
	}
	.dashboard>li:nth-child(3) .time_double:after{
		top: 44px;
		left: 48px;
	}
	.dashboard > li:nth-child(4)::after{
		top: 44px;
		left: 60px;
	}
	.dashboard > li:nth-child(5)::after{
		top: -4px;
		left: 122px;
	}
	.dashboard > li:nth-child(6)::after{
		top: 44px;
		left: 60px;
	}
	.dashboard > li:nth-child(7)::after{
		top: -4px;
		left: 120px;
	}
	.dashboard > li:nth-child(8)::after{
		top: 44px;
		left: 50px;
	}
	.dashboard>li:nth-child(9):after {
		top: 44px;
		left: 88px;
	}
	.dashboard>li:nth-child(8) p{
		padding-top: 5px;
		font-size: 16px;
		line-height: 1.3em;
	}
	.sect5 .wrapper{
		padding: 75px 170px 0 10px;
		height: 257px;
	}
	.sect5 .wrapper .man{
		width: 250px;
		height: 250px;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.action_container > p{
		float: none;
		text-align: center;
		margin: 0 auto;
		font-weight: 700;
	}
	.action_container .button{
		margin-top: 25px;
	}
	.sect6 .title{
		font-size: 48px;
	}
	.sect6{
		background: #fff url(s6_bg_tabef0ed.jpg) 50% 0% no-repeat;
	}
	.reviews{
		padding: 0;
	}
	.reviews .owl-prev, 
	.reviews .owl-next{
		margin-top: 0;
		top: 142px;
	}
	.reviews .owl-prev{
		left: 120px;
	}
	.reviews .owl-next{
		right: 120px;
	}
	.sect6 .wrapper .cup_coffe{
		width: 340px;
		-webkit-background-size: 100%;
		background-size: 100%;
		left: -330px;
	}
	.sect6 .wrapper .mouse{
		width: 180px;
		right: -180px;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.sect7 .wrapper .man{
		width: 350px;
		height: 360px;
		-webkit-background-size: 100%;
		background-size: 100%;
		right: -130px;
	}
	.how_start .job-step{
		padding-top: 10px;
	}
	.how_start .job-step > li{
		width: 50%;
	}
	.what_need > li{
		width: 50%;
	}
	.what_need > li:last-child{
		margin-bottom: 0;
	}
	.start_learn > p{
		text-align: center;
		display: block;
		width: 100%;
		margin: 0 0 20px;
		font-size: 22px;
	}
	.formbox{
		margin: 0 -30px 0 -10px;
		padding-right: 30px;
		min-height: auto;
		padding-bottom: 100px;
	}
	.formbox h2.title,
	.formbox p.subtitle{
		text-align: center;
	}
	.form input[name="phone"]{
		max-width: 450px;
	}
	.connection>input{
		max-width: 380px;
	}
	.form select[name="work_status"]{
		width: 440px;
	}
	.form select[name="children"]{
		width: 400px;
		margin-right: 0;
	}
	.form select[name="shedule_group_wanted"]{
		margin: 20px 0 0;
		width: 360px;
	}
	.form select[name="work_duration"],
	.form select[name="working_device"]{
		width: 360px;
	}
	.wizard .actions ul > li:nth-child(3){
		margin: 30px 180px -30px 0;
	}
	.tooltip_info .text{
		width: 240px;
		font-size: 14px;
	}
}
@media screen and (max-width: 639px) {
	body,
	html{
		overflow-x: hidden;
	}
	section{
		padding: 30px 0;
	}
	.wrapper{
		width: 320px;
	}
	h2.title{
		font-size: 28px;
		line-height: 1.2em;
	}
	.head_menu{
		display: none;
	}
	.head_btn,
	.head_btn:hover{
		background: #ff6900;
		background: -moz-linear-gradient(left, #ff6900 0%, #ffa11a 100%);
		background: -webkit-linear-gradient(left, #ff6900 0%,#ffa11a 100%);
		background: linear-gradient(to right, #ff6900 0%,#ffa11a 100%);
	}
	.head_btn:active{
		background: linear-gradient(to right, #ff6900 0%,#ff6900 100%);
	}
	.sect2{
		background: #eaedef url(s2_bg_mob09382.jpg) 50% 0% no-repeat;
		min-height: auto;
		padding: 20px 0 40px;
	}
	.main_title{
		font-size: 26px;
		line-height: 1.2em;
	}
	.main_subtitle{
		font-size: 17px;
		margin-top: 380px;
	}
	.ofr_bull{
		padding-right: 0;
		margin-top: 30px;
	}
	.sect2 .button{
		width: 100%;
		height: auto;
		line-height: 1.3em;
		padding: 8px 20px 12px;
	}
	.sect3 p.subtitle{
		font-size: 20px;
	}
	.benef_container .anim_img{
		display: none;
	}
	.benef1 > li{
		display: block;
	}
	.benef1 > li::before{
		display: block;
		margin: 0 auto 8px;
	}
	.benef1 > li > p{
		display: block;
		text-align: center;
	}
	.benef_container::before{
		display: none;
	}
	.sect3{
		background: #fff url(s3_bg_mobb3a52.jpg) 50% 0% no-repeat;
		padding-bottom: 35px;
	}
	.sect3 p.subtitle{
		margin-bottom: 35px;
	}
	.benef1 > li > p > b{
		line-height: 1.2em;
		margin-bottom: 3px;
	}
	.sect3 .wrapper .pen{
		right: -280px;
	}
	.sect3 .fast_prof{
		margin-top: 30px;
	}
	.sect3 .fast_prof::before{
		display: none;
	}
	.job-step li,
	.how_start .job-step > li{
		width: 100%;
		padding: 0;
	}
	.job-step li:before,
	.job-step li:not(:last-child):before{
		display: none;
	}
	.our_product{
		padding: 20px;
	}
	.our_product > p{
		padding: 45px 0 0;
		background-position: 50% 0%;
		text-align: center;
		font-size: 16px;
	}
	.sect4 p.subtitle{
		padding: 0;
	}
	.time_container .alert{
		padding: 10px 10px;
		font-size: 16px;
		line-height: 1.5em;
	}
	.time_container .alert > span{
		float: none;
		display: inline;
		background: #fff;
		color: #4e83f7;
		margin: 0;
		padding: 0;
	}
	.dashboard::before{
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.dashboard{
		-ms-text-align-last: center;
		text-align-last: center;
	}
	.dashboard > li, .dashboard>li .time_double{
		width: 138px;
		height: 42px;
		margin-bottom: 30px;
	}
	.dashboard > li:last-child{
		margin-bottom: 0;
	}
	.dashboard > li::before, .dashboard>li .time_double:before{
		width: 134px;
		height: 38px;
	}
	.dashboard > li > p{
		font-size: 17px;
		padding-top: 9px;
	}
	.dashboard>li .time_double p{
		padding-top: 7px;
		font-size: 14px;
		line-height: 10px;
	}
	.dashboard > li:nth-child(1)::after{
		top: 36px;
		left: 44px;
	}
	.dashboard > li:nth-child(2)::after{
		top: 36px;
		left: 95px;
	}
	.dashboard>li:nth-child(3):after{
		top: 36px;
		left: 65px;
	}
	.dashboard>li:nth-child(3) .time_double:after{
		top: 36px;
		left: 38px;
	}
	.dashboard > li:nth-child(4)::after{
		top: 36px;
		left: 42px;
	}
	.dashboard > li:nth-child(5)::after{
		top: -4px;
		left: 86px;
	}
	.dashboard > li:nth-child(6)::after{
		top: 36px;
		left: 42px;
	}
	.dashboard > li:nth-child(7)::after{
		top: -4px;
		left: 90px;
	}
	.dashboard > li:nth-child(8)::after{
		top: 36px;
		left: 35px;
	}
	.dashboard>li:nth-child(8) p{
		padding-top: 3px;
		font-size: 15px;
		line-height: 1.1em;
	}
	.dashboard>li:nth-child(9):after {
		top: 37px;
		left: 64px;
	}
	.sect5{
		height: auto;
	}
	.sect5 .wrapper .man{
		display: none;
	}
	.sect5 .wrapper{
		padding: 50px 10px 20px;
		height: auto;
	}
	.action_container > p{
		width: auto;
	}
	.sect6{
		background: url(s6_bg_mob00acf.jpg) 50% 0% no-repeat;
	}
	.sect6 .title{
		font-size: 30px;
	}
	.sect6 .subtitle{
		font-size: 20px;
	}
	.rev_item .img::after{
		width: 46px;
		-webkit-background-size: 100%;
		background-size: 100%;
		right: -50px;
	}
	.reviews .owl-prev{
		left: 20px;
	}
	.reviews .owl-next{
		right: 20px;
	}
	.sect6 .wrapper .cup_coffe{
		width: 300px;
		left: -320px;
	}
	.sect6 .wrapper .mouse{
		width: 160px;
		top: 610px;
	}
	.sect7{
		padding-top: 260px;
		background: url(s7_bg_mob9e4bd.jpg) 50% 50% no-repeat;
	}
	.sect7 .wrapper .man{
		height: 230px;
		width: 225px;
		background-position: 50% 0;
		bottom: auto;
		right: 50px;
		top: -230px;
	}
	.what_need > li{
		width: 100%;
		padding: 0;
	}
	.experience ul > li{
		text-align: center;
	}
	.experience ul > li>span{
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 0;
	}
	.experience ul > li:after{
		display: none;
	}
	.start_learn .button{
		width: 100%;
	}
	.start_learn > p{
		font-size: 16px;
		line-height: 1.5em;
	}
	.formbox{
		width: 320px;
		margin: 0 0 0 -10px;
		padding: 20px 10px 25px;
	}
	h2.title, .sect4 h2.title{
		font-size: 26px;
	}
	.payroll h3 {
		padding: 25px 10px 40px;
	}
	.payroll__ul li {
		margin: 0 auto 30px;
	}
	.payroll {
		margin-bottom: -136px;
	}
	.conditions h2 {
		font-size: 26px;
	}
	.conditions ul {
		column-count: 1; 
		-moz-column-count: 1; 
		-webkit-column-count: 1;
	}
	.formbox p.subtitle{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.wizard .steps > ul{
		margin-bottom: 20px;
	}
	.wizard .steps > ul > li{
		margin-right: 10px;
	}
	.wizard .steps > ul > li > a{
		width: 90px;
		font-size: 14px;
		padding: 1px 0;
	}
	.form .col-2 select, 
	.form .col-2 input{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.formbox .form input,
	.form select[name="work_status"],
	.form select[name="children"],
	.form select[name="shedule_group_wanted"],
	.form select[name="working_device"],
	.form select[name="work_duration"]{
		width: 100%;
		margin-top: 10px;
	}
	.formbox .checkbox_style input{
		width: 18px;
	}
	.formbox .form input:first-child,
	.formbox .form select:first-child{
		margin-top: 0;
	}
	.checkbox_style label{
		margin-bottom: 8px;
	}
	.form .row{
		margin-top: 10px;
	}
	.row > p{
		font-size: 16px;
		line-height: 1.3em;
		margin-bottom: 8px;
	}
	.chk-question{
		margin-bottom: 15px;
	}
	.row.connection{
		margin-top: 15px;
	}
	.formbox .form .connection input{
		margin-top: 0;
	}
	.wizard .actions{
		margin-top: 10px;
	}
	.con_list > li:not(:last-child){
		margin-bottom: 10px;
	}
	.wizard .actions ul > li:nth-child(1) a{
		margin: 0;
		width: 100%;
		height: 42px;
		line-height: 40px;
		font-size: 18px;
	}
	.wizard .actions ul > li,
	.wizard .actions ul > li:nth-child(1),
	.wizard .actions ul > li:nth-child(2){
		float: none;
	}
	.wizard .actions ul > li:nth-child(1),
	.wizard .actions ul > li:nth-child(2){
		margin-top: 10px;
	}
	.wizard .actions ul > li:nth-child(2) a, 
	.wizard .actions ul > li:nth-child(3) a{
		float: none;
		width: 100%;
		height: 42px;
		line-height: 42px;
	}
	.wizard .actions ul > li:nth-child(2) a{
		padding: 0;
		text-align: center;
	}
	.wizard .actions ul > li:nth-child(2) a::after{
		width: 20px;
		height: 20px;
		-webkit-background-size: 100%;
		background-size: 100%;
		margin-top: -10px;
		right: 95px;
	}
	.wizard .actions ul > li:nth-child(3){
		margin: 10px 0 0;
	}
	.footer .logo{
		float: none;
		margin: 0 auto;
	}
	.footer .wrapper > p{
		float: none;
		width: auto;
		text-align: center;
		margin-top: 12px;
	}
	.tooltip_info{
		position: static;
	}
	.tooltip{
		position: relative;
	}
	.tooltip_info .text{
		width: 100%;
	}
}
#connection_filed_error_text{
	color: red;
	display: none;
}
#age_filed_error_text{
	color: red;
	display: none;
}