												/* слайдер */

.fotorama {
	margin-top: 1px;
}
.fotorama__caption {
	top: 10%;
}
.fotorama__caption__wrap {
	background: transparent;
	margin: 0;
	padding: 0;
	width: 50%;
}
.fotorama__caption h3 {
	display: inline-block;
	margin: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: rgba(0, 160, 80, 0.8);  /* #00a651 */
	color: #fff;
	font-size: 37px;
	font-weight: bold;
	font-family: "Intro-Bold-Caps", Helvetica, Arial, sans-serif;

	border-radius: 0 50px 50px 0;
	text-align: left;
	white-space: nowrap;

	padding-left: 0;
}
.fotorama__caption p {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0 50px 50px 0;
	text-align: left;
	white-space: nowrap;

	padding-left: 0;
	font-weight: 300;
	font-size: 17px;
}
/*.fotorama__caption a {
	display: inline-block;
	margin: 0;
	margin-top: 10px;
	padding: 10px 40px;
	background: rgba(0, 160, 80, 0.9);
	border-radius: 50px;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	left: 0;
	box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.3);
}*/
.fotorama__caption a:hover {
	color: #fff;
	text-decoration: underline;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.fotorama__caption h3 { transition: all 1s ease 0s; }
.fotorama__caption p { transition: all 1s ease .2s; }
.fotorama__caption a { transition: all 1s ease .4s; }




												/* преимущества */

.advantages {
	background: #fff url('img/advantages-bg.jpg') top right no-repeat;
}

.advantages2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
/*	-webkit-justify-content: space-between;
	justify-content: space-between;*/
	-webkit-justify-content: center;
	justify-content: center;	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
}

.advantage {
	margin: 10px 5px;
	padding: 0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	width: 320px;
	height: 200px;
	position: relative;
}

.advantage-1 {
	background: #fff url(img/adv-bg-1.jpg) no-repeat 50% 0;
}
.advantage-2 {
	background: #fff url(img/adv-bg-2.jpg) no-repeat 50% 0;
}
.advantage-3 {
	background: #fff url(img/adv-bg-3.jpg) no-repeat 50% 0;
}
.advantage-4 {
	background: #fff url(img/adv-bg-4.jpg) no-repeat 50% 0;
}
.advantage-5 {
	background: #fff url(img/adv-bg-5.jpg) no-repeat 50% 0;
}
.advantage-6 {
	background: #fff url(img/adv-bg-6.jpg) no-repeat 50% 0;
}

.advantage p {
	height: 70px;
	width: 100%;
	margin: 0;
	padding: 0 5px;
	background: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.icon-adv {
	display: block;
	width: 100px;
	height: 100px;
	margin: 10px auto;
	background: transparent url(img/icon-advantages.png) no-repeat 0 0;
}

.icon-adv-1 {
	background-position: 0 0;
}
.icon-adv-2 {
	background-position: -100px 0;
}
.icon-adv-3 {
	background-position: -200px 0;
}
.icon-adv-4 {
	background-position: -300px 0;
}
.icon-adv-5 {
	background-position: -400px 0;
}
.icon-adv-6 {
	background-position: -500px 0;
}




												/* услуги */

.services {
	background: #eafff4;
}
.services2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
}
.service {
	vertical-align: top;
	margin: 5px;
	padding: 0;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
	width: 320px;
	height: 270px;
}
.service h3 {
	margin: 0;
	padding: 20px;
	font-weight: bold;
	font-family: "firasans-bold", Helvetica, Arial, sans-serif;
	color: #00a651;
}
.service p {
	margin: 0;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 100;
	font-family: "HelveticaNeueCyr", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}


.ser-1 {
	background: #fff url('img/ser-1.jpg') bottom right no-repeat;
}
.ser-2 {
	background: #fff url('img/ser-2.jpg') bottom right no-repeat;
}
.ser-3 {
	background: #fff url('img/ser-3.jpg') bottom right no-repeat;
}
.ser-4 {
	background: #fff url('img/ser-4.jpg') bottom right no-repeat;
}
.ser-5 {
	background: #fff url('img/ser-5.jpg') bottom right no-repeat;
}
.ser-6 {
	background: #fff url('img/ser-6.jpg') bottom right no-repeat;	
}


.ico {
	display: block;
	width: 64px;
	height: 64px;
	margin: 20px;
	background: transparent url('img/ico2.png') no-repeat;
}

.ser-1 .ico {
	background-position: -37px -27px;
}
.ser-2 .ico {
	background-position: -121px -27px;
}
.ser-3 .ico {
	background-position: -198px -27px;
}
.ser-4 .ico {
	background-position: -37px -113px;
}
.ser-5 .ico {
	background-position: -121px -113px;
}
.ser-6 .ico {
	background-position: -198px -113px;
}


												/* каталог */

.promo-projects {
}


.promo-projects a {
	display: block;
	float: left;
	margin: 0;
	width: 25%;
	/*min-width: 300px;*/
	height: 250px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.p-code {
	position: absolute;
	top: 10px;
	background: rgba(0, 160, 80, 0.8);
	color: #fff;
	border-radius: 0 50px 50px 0;
	font-weight: 300;	
	padding: 10px;
}
.p-desc {
	position: absolute;
	bottom: 0;
	height: 65px;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 10px;
	font-weight: 100;
	padding-right: 130px;
}
.p-price {
	position: absolute;
	bottom: 10px;
	right: 0;
	background: #fff;
	color: #00a651;
	border-radius: 50px 0 0 50px;
	font-weight: 700;
	padding: 15px;
}


.promo-projects a:hover {
	box-shadow: inset 0 0 0 3px #00a651;
}

.promo-projects a:hover .p-desc {
	background: rgba(0, 160, 80, 0.8);
	/*margin-right: 0;*/
	/*padding-right: 150px;*/
}


.promo-projects a, .p-desc { transition: all 0.3s; }



												/* под ключ */

.home4key .wrap {
	background: #fff url(img/bg-key.jpg) right 60px no-repeat;
}

.steps {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1000px;
	margin-bottom: 50px;
}

.step {
	width: 33%;
	height: 150px;
	padding: 30px 0;
	position: relative;
}
.step p {
	padding: 30px 0;
	padding-left: 100px;
	color: #00a651;
}


.step-1, .step-2, .step-3, .step-4, .step-5, .step-6 {
	display: block;
	width: 100px;
	height: 100px;
	background: transparent url('img/ico3.png') no-repeat;
	position: absolute;
}

.step-1 {
	background-position: 0 0;
}
.step-2 {
	background-position: 0 -100px;
}
.step-3 {
	background-position: 0 -200px;
}
.step-4 {
	background-position: 0 -300px;
}
.step-5 {
	background-position: 0 -400px;
}
.step-6 {
	background-position: 0 -500px;
}

.s-arrow {
	display: block;
	background: transparent url('img/arrow.png') no-repeat;
	width: 150px;
	height: 50px;
	position: absolute;
	top: 100px;
	left: -10px;
}




												/* Отзывы */

.reviews {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100 */
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, #EEEEEE 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #EEEEEE 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #EEEEEE 0%,#ffffff 100%) ; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.reviews>.wrap {
	background: transparent url('img/comment.png') 100% 60% no-repeat;
}

.review {
	margin: 30px 0;
	clear: both;
}
.r-avatar {
	float: left;
	margin-right: 12px;
}
.r-name {
	color: #00a651;
	padding-top: 5px;
	margin: 0;
}
.r-date {
	color: #999;
	font-size: 12px;
}
.r-text {
	clear: both;
	background: #fff;
	border-radius: 0 80px 80px 0;
	padding: 20px 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.1);
}
.r-video {
	display: inline-block;
	color: #00a651;
	font-size: 14px;
	font-weight: 700;
	background: transparent url('img/video.png') 0 50% no-repeat;
	padding: 10px 50px;
}


												/* карта */

.global-map {
	background: #fff url('./img/global-map.jpg') 50% 50% no-repeat;
	background-size: cover;
	height: 500px;
}

.global-map h3 {
	display: inline-block;
	margin: 0;
	margin-top: 50px;
	padding: 10px 20px;
	background: rgba(0, 160, 80, 0.8);  /* #00a651 */
	color: #fff;
	font-size: 37px;
	font-weight: bold;
	font-family: "Intro-Bold-Caps", Helvetica, Arial, sans-serif; 

	border-radius: 0 50px 50px 0;
	text-align: left;
	white-space: nowrap;

	padding-left: 0;
}

@media screen and (max-width: 1600px) {
	.promo-projects a {
		width: 33.3333%;
	}
	.promo-project7, .promo-project8 {
		display: none !important;
	}
}




@media screen and (max-width: 1000px) {
	.projects {
		padding: 0;
	}
	.promo-projects a {
		width: 48%;
		margin: 1%;
	}





	.advantages2 .services2, .steps {
		-webkit-justify-content: center;
		justify-content: center;
	}

	.step {
		width: 50%;
	}

	.global-map {
		padding: 0;
		/*background-size: auto;*/
		height: 300px;
	}

	.global-map h3, .fotorama__caption h3 {
		font-size: 20px;
	}

	.fotorama__caption p, .fotorama__caption a {
		font-size: 13px;
	}	

}

@media screen and (max-width: 750px) {
	.services2, .steps {
		width: 100%;
	}
	.advantages {
		background: #fff;
	}
	.advantage {
		background: #fff;
		box-shadow: none;
		width: 48%;
		margin: 5px 0;
	}
	.advantage p {
		height: auto;
	}


	.service {
		width: 100%;
		height: auto;
		background-position: 100% 20px;
	}
	.service p {
		display: inline-block;
		max-width: 250px;
	}	
	.service .ico {
		display: none;
	}


	.promo-projects a {
		width: 98%;
	}



	.step {
		width: 49%;
		height: 150px;
		padding: 30px 0;
		position: relative;
	}
	.s-arrow {
		display: none;
	}
	.step p {
		display: block;
		padding: 50px;
		color: #00a651;
	}
	.step-1, .step-2, .step-3, .step-4, .step-5, .step-6 {
		top: 0;
		left: 30%;
	}



	.home4key {
		padding: 0;
	}
}

@media screen and (max-width: 450px) {
	.advantage {
		width: 100%;
	}

	.service {
		background: #fff;
	}
	.step {
		width: 100%;
	}
}