@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	overflow-x: hidden;
}
div.wrapper {
    	height: 100vh;
    	margin: 0; 
    	overflow: hidden;
}
a:hover {
	color: rgba(246, 174, 1,1);
}

section {
	width: 100vw;
	min-height: 100vh;
	position: relative;
}
h1,h2,h3,h4,h5,p {
	margin: 0;
}
h1 {
	text-align: center;	
	font-size: 3vmax;
	padding: 5vh 0;
	text-transform: uppercase;
}
h2 {
	/*text-align: left;	*/
	font-size: 2vmax;
	padding: 1vh 0;
}
section > div.contents {
	min-height: 100vh;
	width: 60vw;
	margin:0 auto;	
	text-align: center;
}
section > div.contents > div {
	position: relative;
}
section > div.contents > div.top {
	min-height: 40vh;
}
section > div.contents > div.bottom {
	min-height: 60vh;
}
section:nth-child(odd) > div.contents > div.top > img {
	left:0;
}
section:nth-child(even) > div.contents > div.top > img {
	right:0;
}
section:nth-child(even) > div.contents > div.bottom {
	padding-right: 15vw;
	text-align:left;
}
section:nth-child(odd) > div.contents > div.bottom {
	padding-left: 15vw;
	text-align:right;
}
section > div.contents > div.top > img {
	width: 12vmax;
	display: block;
	position: absolute;
	bottom: 0;
}
section > div.contents > div.bottom > h2 {
	padding: 5vh 0 3vh;
	font-size: 3vmax;
	text-transform: uppercase;
}
section > div.contents > div.bottom > p {
	font-size: 1.3vmax;
}
section > div.contents > a.more {
	display: block;
	position: absolute;
	bottom: 3vh;
	font-size: 1.5vmax;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 0.3vmin solid;
	padding: 0 4vw;
	left: 50vw;
	margin-left:-10vw;
}
section > div.contents >  a.more:hover {
	color: rgba(246, 174, 1,1);
}


div#fon-top {
	position:fixed;
	top:0;
	left:0;
	width: 45vmin;
	height: 45vmin;
	background-image: url(/images/fon-top.png);
	background-size:cover;
}
div#fon-bottom {
	position:fixed;
	bottom:0;
	right:0;
	width: 45vmin;
	height: 45vmin;
	background-image: url(/images/fon-bottom.png);
	background-size:cover;
}
.singl-page > div#fon-bottom,
.singl-page > div#fon-top {
	position:absolute;
}
.singl-page > section > div.contents {
	padding-bottom: 5vh;	
}
.singl-page > section > div.contents {
	width: 70vw;
}

div.intro {
	margin: auto 0;
}
div#logo {
	background-image: url(/images/logo-full.png);
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	height: 9vmax;
	width: 100vw;
	margin-top:-4.5vmax;
	top:50vh;	
	display: none; 
}
div#down {
	position: absolute;
	left:50vw;
	height: 4vmax;
	width: 4vmax;
	margin-left: -2vmax;
	bottom:4vh;
	background-image: url(/images/koleso.png);
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none; 
}
div#down:hover {
	background-image: url(/images/koleso.gif);
}
footer {
	width: 100vw;
	background-color: rgba(0,0,0,0.75);
	color:rgba(255,255,255,0.40);
	text-align: center;
	font-size: 1.2vmax;
}
footer p {
	margin: 0;
}
footer h4 {
	margin: 0;
	color: #fff;
	font-size: 1.8vmax;
	text-transform: uppercase;
}
footer h5 {
	color: #fff;
	text-decoration: none;
	font-size: 1.6vmax;
	margin: 20px 0 10px;
}
footer p.bottom-menu > a {
	display:block;
	padding-left:4vmin; 
	color: #fff;
	text-decoration: none;
	margin: 1vmin 0;
	background-position: left center;
	background-size: 3vmin;
	min-height: 3vmin;
	background-repeat: no-repeat;
}
footer p.bottom-menu > a.ventilation,
footer p.bottom-menu > a.b-fan {
	background-image: url(/images/fan-64.png);
}
footer p.bottom-menu > a.ventilation:hover,
footer p.bottom-menu > a.b-fan:hover {
	background-image: url(/images/fan-64-b.png);
}
footer p.bottom-menu > a.heating,
footer p.bottom-menu > a.b-hot {
	background-image: url(/images/hot-64.png);
}
footer p.bottom-menu > a.heating:hover,
footer p.bottom-menu > a.b-hot:hover {
	background-image: url(/images/hot-64-r.png);
}
footer p.bottom-menu > a.solar-panels,
footer p.bottom-menu > a.b-sun {
	background-image: url(/images/sun-64.png);
}
footer p.bottom-menu > a.solar-panels:hover,
footer p.bottom-menu > a.b-sun:hover {
	background-image: url(/images/sun-64-g.png);
}
footer p.bottom-menu > a.design,
footer p.bottom-menu > a.b-des {
	background-image: url(/images/des-64.png);
}
footer p.bottom-menu > a.design:hover,
footer p.bottom-menu > a.b-des:hover {
	background-image: url(/images/des-64-o.png);
}
footer p.info {
	padding-top: 20px;
	text-transform: uppercase;
}
footer p.info > a {
	display:inline-block; 
	margin-left:10px; 
	vertical-align: middle;
}
footer h4.home-link {
	margin: 0;
}
footer h4.home-link > a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0.5vw 0 0.5vw 2.8vw;
	background-image: url(/images/logo.png);
	background-position: left center;
	background-size: 2.5vw;
	background-repeat: no-repeat;
}
footer h4.home-link > a:hover,
footer p.bottom-menu > a:hover {
	color: rgba(246, 174, 1,1);
}
footer > div.right > p > a {
	color:rgba(255,255,255,0.40);
	text-decoration: none;
}
footer > div.right > p > a:hover {
	color: rgba(246, 174, 1,1);
}

p.parners {
	text-align: center;
}
p.parners > a > img {
	width: 20vmin;
	height: 20vmin;
	text-align: center;
	margin:1vmax;
}

/**/
div.singl-page {
	position: relative;
}
div.singl-page > section > div.contents li,
div.singl-page > section > div.contents > p {
	font-size: 1.2vmax;
	line-height: 1.8vmax;
	text-align: justify;
	padding: 0.8vmax 0;
}
/* Плитка */
div.singl-page > section > div.contents > div.table {
	width: 100%;
	padding:2% 0;
}
div.singl-page > section > div.contents > div.table > div {
	display: inline-block;
	width: 31%;
	height: 30vh;
	margin:1%;
}
div.singl-page > section > div.contents > div.table > div > a {
	display: block;
	position: relative;
	height: 30vh;
	color: #fff;
}
div.singl-page > section > div.contents > div.table > div > a > img {
        max-width:100%;
        max-height:100%;
}
div.singl-page > section > div.contents > div.table > div > a > div.title {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	visibility:hidden;
    opacity:0;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	border-radius: 1vmax;
	font-size: 2vmax;
}
div.singl-page > section > div.contents > div.table > div > a:hover > div.title {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
}
div.singl-page > section > div.contents > div.table > div > a > div.title > span {
	display: block;
	padding-top: 15vh;
	background-image: url(/images/eye.png);
	background-position: top 10vh center;
	background-repeat: no-repeat;
	background-size: 5vh;
}

@media screen and (min-width: 981px){
	footer {
		position: absolute;
		display: table;
		bottom:0;
	}
	footer > div {
		display:table-cell;
		position: relative;
		width: 50%;
		padding-top:5vh;
		padding-bottom: 5vh;
	}
	footer > div.left {
		text-align: left;
		padding-left: 5vw; /*отступ*/
	}
	footer > div.right {
		text-align: right;
		padding-right: 5vw; /*отступ*/
}
	div.singl-page > section > footer {
		position:relative;	
	}
	footer p.info {
		display:block;
		position: absolute;
		right: 5vw; /*отступ*/
		bottom: 5.5vh;
	}
	img.left {
		float:left;
		width: 50%;
		margin-right: 2%;
	}
	img.right {
		float:right;
		width: 50%;
		margin-left: 2%;
	}
}


@media screen and (max-width: 980px) {
	h1 {
		font-size: 3vmax;
		text-align: right;
		text-transform:none;
	}
	img {
		width: 100%;
	}
	footer {
		padding: 3vmax 0;
	}
	footer h5, footer p.bottom-menu,
	footer .info > span	{
		display: none;
	}
	footer, footer div {
		display: block;
		width: 100% !important;
		text-align: left !important;
		font-size: 2vmax;
	}
	footer h4 {
		font-size: 2.5vmax;
	}
	footer h4, footer p {
		padding: 1vh 0;
	}
	footer address {
		padding-bottom: 1vh ;
		font-size: 1.5vmax;
	}
	footer h4.home-link > a {
		background-size: 5vmax;
		padding: 1vmax 0 1vmax 5.5vmax;
	}
	footer > div.left address {
		padding-left: 5.5vmax;
	}
	footer > div.left, footer > div.right {
		padding: 0 5vw;
	}
	section:nth-child(even) > div.contents > div.bottom,
	section:nth-child(odd) > div.contents > div.bottom {
		padding: 0;
	}
	section > div.contents {
		width: 80vw;
	}
	div.singl-page > section > div.contents li,
	div.singl-page > section > div.contents > p,
	section > div.contents > div.bottom > p {
		font-size: 2vmax;
	}
	div.singl-page > section > div.contents > div.table > div {
		width: 100%;
	}
	section > div.contents > a.more {
		bottom:15vh ;
		font-size: 2.5vmax;
		margin-left:-15vw;
	}
	div#down {
		bottom:15vh ;
		height: 8vmax ;
    	width: 8vmax ;
		margin-left: -4vmax;
	}
	div#logo {
		height: 11vmax;
		margin-top: -12vmax;
	}
	div.wrapper footer {
		position: absolute;
		bottom:0;
		padding-bottom: 15vh !important;
	}
	section > div.contents > div.top {
		min-height: 30vh;
	}
	section > div.contents > div.bottom {
		min-height: 70vh;
	}
	section > div.contents > div.top > img {
		left:40vw !important;
		margin-left: -6vmax;
	}
	section > div.contents > div.bottom > h2 {
		text-align: center !important;
	}
	section > div.contents > div.bottom > p {
		text-align: justify !important;
	}
	p.parners > a > img {
    	width: 30vmin;
    	height: 30vmin;
	}
}