

/*************************************************************************

                             
               I   N   S   T   A   L   L       P   A   G   E


*************************************************************************/


/*************************************************************************

                              B A S I C S

*************************************************************************/


.install-page{}

.install-page .content{
	border-top: 1px solid #e6e6e6;
	/*padding-top: 9;*/
}
.install-page .stages-section .info ul{
	list-style-type: disc;
	padding: 0 55px;
}
.install-page .stages-section .info li{
	display: list-item;
	font-size: 16px;
	padding-left: 5px;
	line-height: 1.4em;
	list-style-type: disc;
}

/*************************************************************************

                                 T O P

*************************************************************************/


.install-page .top-section{}

.install-page .top-section .section-inner{
	padding: 65px 0 100px;
}

@media (max-width: 640px){

.install-page .top-section .section-inner{
	padding: 45px 0 70px;
}

}

.install-page .top-section h1{
	font-size: 48px;
	line-height: 1.2em;
}

@media (max-width: 640px){

.install-page .top-section h1{
	font-size: 36px;
	line-height: 1.2em;
}

}

.install-page .top-section .text{
	max-width: 540px;
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;
}

@media (max-width: 640px){

.install-page .top-section .text{
	line-height: 27px;
	margin-top: 15px;
}

}



/*************************************************************************

                               S T A G E S

*************************************************************************/


.install-page .content-wrapper .content .stages-section{
	padding: 0;
	overflow: hidden;
}

.install-page .content-wrapper .content .stages-section .section-inner{}

@media (max-width: 640px){

.install-page .content-wrapper .content .stages-section .section-inner{
	padding-bottom: 70px;
}

}

.install-page .stages-section>*>*{
	position: relative;
}

@media (max-width: 640px){

.install-page .stages-section>*>*+*{
	margin-top: 50px;
}

}

.install-page .stages-section>*>*>*{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 640px){

.install-page .stages-section>*>*>*{
	display: block;
}

}

.install-page .stages-section .image{
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.install-page .stages-section .image.after{
	display: none;
	left: 50%;
}

.install-page .stages-section>*>*:nth-child(even) .image{
	display: none;
}

.install-page .stages-section>*>*:nth-child(even) .image.after{
	display: block;
}


@media (max-width: 640px){

.install-page .stages-section .image,
.install-page .stages-section>*>*:nth-child(even) .image{
	position: relative;
	display: block;
	left: 0;
	height: 105.6vw;
	width: auto;
}

.install-page .stages-section .image.after,
.install-page .stages-section>*>*:nth-child(even) .image.after{
	display: none;
}

}


.install-page .stages-section .info{
	position: relative;
	min-height: 566px;
	width: 50%;
	margin-left: 50%;
	padding: 140px 80px 80px 205px;
	box-sizing: border-box;
}

.install-page .stages-section>*>*:nth-child(even) .info{
	margin-left: 0;
}

@media (max-width: 1150px){

.install-page .stages-section .info{
	padding: 70px 80px 50px;
	min-height: 400px;
}

}

@media (max-width: 950px){

.install-page .stages-section .info{
	padding: 50px 20px 30px;
	min-height: 300px;
}

}

@media (max-width: 640px){

.install-page .stages-section .info{
	min-height: initial;
	margin-left: 0;
	padding: 20px 20px 0;
	width: auto;
}

}

	.install-page .stages-section .info .marker{
		position: absolute;
		top: 105px;
		left:115px;
		color: #ebebeb;
		font-size: 100px;
		line-height: 1em;
		height: 1em;
	}

@media (max-width: 1150px){

	.install-page .stages-section .info .marker{
		display: none;
	}

}

@media (max-width: 640px){

	.install-page .stages-section .info .marker{
		position: relative;
		display: inline-block;
		vertical-align: top;
		top: 0;
		left: 0;
	}

}

	.install-page .stages-section .info .header{
		position: relative;
		display: block;
		font-size: 26px;
		line-height: 30px;
		box-sizing: border-box;
	}

@media (max-width: 640px){

	.install-page .stages-section .info .header{
		display: inline-block;
		vertical-align: top;
		top: 50px;
		font-size: 24px;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		transform: translate(0,-50%);
		padding-left: 10px;
		width: calc(100% - 80px);
	}

}

	.install-page .stages-section .info .text{
		max-width: 425px;
		font-size: 16px;
		line-height: 24px;
		margin-top: 10px;
	}

@media (max-width: 640px){

	.install-page .stages-section .info .text{
		line-height: 27px;
		margin-top: 0;
	}

}

	.install-page .stages-section .info .time{
		position: relative;
		color: #08b9ea;
		font-family: MuseoSansCyrl300;
		font-size: 45px;
		line-height: 1em;
		margin-top: 25px;
		padding-left: 40px;
	}

@media (max-width: 640px){

	.install-page .stages-section .info .time{
		margin-top: 15px;
	}

}

		.install-page .stages-section .info .time:before{
			content: '';
			position: absolute;
			display: block;
			width: 30px;
			height: 34px;
			left: 0;
			top: 4px;
			background: url(../img/clock.svg) no-repeat center center/cover;
		}



/*************************************************************************

                          B A C K G R O U N D

*************************************************************************/


.install-page .content-wrapper .content .bg-section{
	padding: 0;
}

.install-page .content-wrapper .content .bg-section .image{
	display: block;
	height: 52.71vw;
	/*max-height: 0;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

@media (min-width: 1601px){

.install-page .content-wrapper .content .bg-section .image{
	height: 844px;
}

}

@media (max-width: 640px){

.install-page .content-wrapper .content .bg-section .image{
	height: 105.6vw;
}

}



/*************************************************************************

                          A D V A N T A G E S

*************************************************************************/


.install-page .content-wrapper .content .advantages-section{
	background: #f6f6f6
}

.install-page .content-wrapper .content .advantages-section .section-inner{
	padding: 85px 0 100px;
}

/*@media (max-width: 640px){*/
@media (max-width: 750px){

.install-page .content-wrapper .content .advantages-section .section-inner{
	padding: 70px 0 80px;
}

}

.install-page .advantages-section .header{
	font-size: 48px;
	line-height: 1.2em;
}

/*@media (max-width: 640px){*/
@media (max-width: 750px){

.install-page .advantages-section .header{
	font-size: 36px;
	text-align: center;
}

}

.install-page .advantages-section .factoids{
	margin-top: 90px;
}

/*@media (max-width: 640px){*/
@media (max-width: 750px){

.install-page .advantages-section .factoids{
	margin-top: 30px;
}

}

	.install-page .advantages-section .factoids>*{
		display: inline-block;
		vertical-align: top;
		width: 33.1%;
		text-align: center;
	}

/*@media (max-width: 640px){*/
@media (max-width: 750px){

	.install-page .advantages-section .factoids>*{
		display: block;
		width: auto;
	}

	.install-page .advantages-section .factoids>*+*{
		margin-top: 75px;
	}

}

		.install-page .advantages-section .factoids>*:before{
			content: '';
			display: block;
			height: 60px;
		}

	/*@media (max-width: 640px){*/
	@media (max-width: 750px){

		.install-page .advantages-section .factoids>*:before{
			height: 56px;
		}

	}
		.install-page .advantages-section .factoids>*.install:before{
			background: url(../img/adv-install.svg) no-repeat center top/contain;
		}

		.install-page .advantages-section .factoids>*.no-sound:before{
			background: url(../img/no-sound-played.svg) no-repeat center top/contain;
		}
		
		.install-page .advantages-section .factoids>*.clean:before{
			background: url(../img/adv-clean.svg) no-repeat center top/contain;
		}

		.install-page .advantages-section .factoids>*.time:before{
			background: url(../img/adv-time.svg) no-repeat center top/contain;
		}

		.install-page .advantages-section .factoids>*.lamp:before{
			background: url(../img/lamp.png) no-repeat center top/contain;
		}

		.install-page .advantages-section .factoids>*.pult:before{
			background: url(../img/pult.png) no-repeat center top/contain;
		}
		
		.install-page .advantages-section .factoids>*.vert-horz:before{
			background: url(../img/vert-horz.png) no-repeat center top/contain;
		}

		.install-page .advantages-section .factoids>*.eur:before{
			background: url(../img/eur.png) no-repeat center top/contain;
		}

		.install-page .advantages-section .factoids>*.like:before{
			background: url(../img/like.png) no-repeat center top/contain;
		}
		
		.install-page .advantages-section .factoids>*>*{
			max-width: 250px;
			margin: 0 auto;
			font-size: 26px;
			line-height: 1.2em;
			margin-top: 25px;
			margin-bottom:60px;
		}

	@media (max-width: 960px){

		.install-page .advantages-section .factoids>*>*{
			font-size: 26px;
		}

	}

	@media (max-width: 870px){

		.install-page .advantages-section .factoids>*>*{
			font-size: 22px;
		}

	}

	/*@media (max-width: 640px){*/
	@media (max-width: 750px){

		.install-page .advantages-section .factoids>*>*{
			font-size: 24px;
			line-height: 28px;
		}

	}



/*************************************************************************

                              P R I C E

*************************************************************************/


.install-page .content-wrapper .content .price-section{}

.install-page .content-wrapper .content .price-section .section-inner{
	padding: 50px 0;
}

@media (max-width: 640px){

.install-page .content-wrapper .content .price-section .section-inner{
	padding: 65px 0;
}

}

.install-page .price-section .info{
	position: relative;
}

	.install-page .price-section .info>*{
		display: inline-block;
		vertical-align: top;
		position: relative;
	}

	.install-page .price-section .info .header{
		font-size: 36px;
		line-height: 1.2em;
	}

@media (max-width: 640px){

	.install-page .price-section .info .header{
		font-size: 24px;
	}

}

	.install-page .price-section .info .value{
		position: absolute;
		right: 0;
		top: -5px;
		font-size: 48px;
		line-height: 1em;
		height: 1em;
	}

/*@media (max-width: 640px){*/
@media (max-width: 920px){

	.install-page .price-section .info .value{
		display: block;
		position: relative;
		right: 0;
		top: 0;
		margin-top: 20px;
	}

}

	.install-page .price-section .info .value:after{
		content: '₽';
		font-size: 20px;
		position: relative;
		vertical-align: top;
		top: calc(1em - 11px);
		margin-left: 10px;
	}

.install-page .price-section .more{
	font-size: 24px;
	line-height: 28px;
	margin-top: 10px;
}

@media (max-width: 640px){

.install-page .price-section .more{
	margin-top: 20px;
}

}


