@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Light.otf');
	src: local('../fonts/Gilroy-Light'), local('Gilroy-Light'),
		url('../fonts/Gilroy-Light.woff') format('woff'),
		url('../fonts/Gilroy-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Regular.otf');
	src: local('../fonts/Gilroy-Regular'), local('Gilroy-Regular'),
		url('../fonts/Gilroy-Regular.woff') format('woff'),
		url('../fonts/Gilroy-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Gilroy';
	src: url('../fonts/Gilroy-Bold.otf');
	src: local('../fonts/Gilroy-Bold'), local('Gilroy-Bold'),
		url('../fonts/Gilroy-Bold.woff') format('woff'),
		url('../fonts/Gilroy-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-weight: 400;
	font-family: 'Gilroy',Arial,sans-serif;
}
a,
a:focus,
a:hover,
a:active,
a:visited{
    opacity: 1;
    box-shadow: none;
    transition: all 0.3s;
    text-decoration: none;
    border: none !important;
    outline: none !important;
}
a:hover{
    box-shadow: none;
    opacity: 0.75;
    text-decoration: none;
	border: none !important;
    outline: none !important;
}
.btn{
	width: 100%;
	color: #000000;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	max-width: 255px;
	text-align: center;
    border-radius: 50px;
	display: inline-block;
    background-color: #91b624;
}
.stages a,
.candidates a,
.phone{
color: #91b624 !important;
}
.phone{
    font-size: 1.1rem !important;
    font-weight: 600 !important;
}
h1{
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.23;
	padding: 0 0 40px 0;
    letter-spacing: 1px;
    font-family: 'Gilroy';
}
h3{
	font-size: 1.2rem;
	font-weight: 600;
}
.clear{
	clear: both;
}
.white{
	color: #fff;
}
header{
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 5px 0;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
}
.nav{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;

}
.nav a{
	color: #000;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.logo img{
	max-width: 75px;
}

.first{
	color: #fff;
	height: 100vh;
	font-size: 22px;
    font-weight: 300;
	overflow: hidden;
    line-height: 1.55;
	padding: 33.3vh 0;
	position: relative;
	font-family: 'Gilroy';
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/first.jpg);
}
.first:before{
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}
.first .container{
	z-index: 2;
	position: relative;
}
.first .btn{
	margin-top: 60px;
}

.why{
	padding: 75px 0;
}
.why__item{
	font-size: 16px;
    list-style: 20px;
    font-weight: 300;
    color: rgba(0,0,0,0.8);
	padding-left: 30px;
	position: relative;
	margin-bottom: 35px;
}
.why__item:before{
	content: "";
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	background: #90b529;
}
/*.why h2{
	color: #000000;
    font-size: 18px;
    list-style: 23px;
    font-weight: 600;
    margin-bottom: 15px;
}*/
.why h2{
	color: #000000;
	font-size: 42px;
	font-weight: 600;
    line-height: 1.23;
    margin-bottom: 40px;
}
.why img{
	width: 100%;
	height: auto;
}


.service{
	padding: 75px 0;
	background: #f7f7f7;
}
.service h2{
    color: #000000;
	font-size: 42px;
	font-weight: 600;
    line-height: 1.23;
    margin-bottom: 40px;
}
.service__title-text{
	margin-bottom: 90px;
}
.service__item{
	padding: 35px;
	font-size: 16px;
	font-weight: 300;
	background: #fff;
    line-height: 1.55;
	margin-bottom: 30px;
	border-radius: 12px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.30);
}
.service__item h2{
	font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
}
.service__item hr{
	width: 100%;
	height: 1px;
	border: none;
	background: #ededed;
	margin-bottom: 30px;
}
.service__price{
    font-size: 32px;
    font-weight: 400;
    line-height: 1.23;
	margin-bottom: 5px;
	color: rgb(33, 33, 33);
}
.service__sub{
	font-size: 12px;
	font-weight: 300;
	line-height: 1.55;
}
.service__sale{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.55;
	margin-bottom: 5px;
	color: rgb(224, 20, 20);
}
.service__info{
	margin: 25px 0;
}
.service__item ul{
	padding: 0;
	margin: 20px 0 45px 0;
	list-style: none;
}
.service__item li{
	position: relative;
	padding-left: 20px;
}
.service__item li:before{
	content: "✔";
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 300;
    line-height: 1.55;
	position: absolute;
	color: rgb(144, 181, 41);
}






.stages{
	color: #fff;
	padding: 75px 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 31px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/stages.png);
}
.stages h2{
	color: #ffffff;
    line-height: 1;
    font-size: 49px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 45px;
}
.stages ol{
	padding: 0;
	list-style: none;
	margin: 55px 0 0 0;
	counter-reset: myCounter;
}
.stages li{
	font-size: 20px;
    font-weight: 600;
    line-height: 1.55;
	padding-left: 50px;
	position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.stages li:last-child{
	margin-bottom: 0;
}
.stages li:before{
	counter-increment: myCounter;
  	content: counter(myCounter);
	top: 0;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 36px;
	margin: auto;
	color: #90b529;
	position: absolute;
	border-radius: 50%;
	text-align: center;

	border: 2px solid #90b529;
}
.stages img{
	width: 100%;
	height: auto;
	/*max-width: 320px;*/
}

.work{
	padding: 50px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/work.png);
}
.work h2{
    color: #000000;
	font-size: 42px;
	font-weight: 600;
    line-height: 1.23;
    margin-bottom: 40px;
}
.work__title-text{
	margin-bottom: 30px;
}
.work__container{
	width: 100%;
	margin: 0 auto;
	max-width: 750px;
}
.work__item{
	width: 100%;
	max-width: 325px;
	position: relative;
	margin-bottom: 35px;
}
.work__item.even{
	float: left;
	text-align: right;
}
.work__item.odd{
	float: right;
}
.work__item.last{
	margin-bottom: 0;
}
.work__item:after{
	content: "";
	position: absolute;
	width: 4px;
	top: 35px;
	height: 100%;
	margin: auto;
	background-color: #91b624;
}
.work__item.even:after{
	right: -55px;
}
.work__item.odd:after{
	left: -50px;;
}
.work__item.last:after{
	display: none;
}
.num{
	color: #fff;
	width: 45px;
	height: 45px;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	position: absolute;
	border-radius: 50%;
	background-color: #91b624;
}
.work__item.even .num{
	right: -75px;
	top: -10px;
}
.work__item.odd .num{
	left: -70px;
	top: -10px;
}
.work__item h3{
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 15px;
}


.application{
        color: #fff;
	padding: 50px 0;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/form.jpg);
}
.application:before{
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}
.application .container{
	z-index: 2;
	position: relative;
}
.application h2{
    color: #fff;
	font-size: 42px;
	font-weight: 600;
    line-height: 1.23;
    margin-bottom: 40px;
}
.application input{
    width: 100%;
    border: none;
    outline: none;
	display: block;
    color: #000000;
    font-size: 16px;
    line-height: 1.33;
	padding: 10px 20px;
    border-radius: 7px;
    background: #ffffff;
    margin-bottom: 20px;
}
.application input.btn{
	width: 100%;
	color: #000000;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	max-width: 255px;
	text-align: center;
    border-radius: 50px;
	display: inline-block;
    background-color: #91b624;
}

.seo-text,
.candidates{
	padding: 50px 0;
}

.candidates{
	color: #fff;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/candidates.jpg);
}
.candidates:before{
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	position: absolute;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}
.candidates .container{
	z-index: 2;
	position: relative;
}
.candidates h2{
	color: #fff;
	font-size: 42px;
	font-weight: 600;
    line-height: 1.23;
    text-align: center;
    margin-bottom: 40px;
}


footer{
	color: #8c8585;
	padding: 30px 0;
    font-size: 14px;
    font-weight: 700;
	background: #000;
    line-height: 1.55;
}

@media(max-width: 991px){
	.why img,
	.stages img{
		margin-bottom: 50px;
	}
	.work__item{
		padding-left: 55px;
	}
	.work__item.even,
	.work__item.odd{
		clear: both;
		float: none;
		max-width: 100%;
		text-align: left;
	}
	.work__item.even .num,
	.work__item.odd .num{
		left: 0px;
		top: -5px;
	}
	.work__item.odd:after,
	.work__item.even:after{
		left: 20px;
		right: auto;
	}

}