* { outline: 0; padding: 0; margin: 0; border: 0; }
a {color:#000; text-decoration:none; transition:all .5s ease 0;}
h1 {font-family: CenturyGothicBold, sans-serif; font-size:60px; font-weight:bold; line-height: 1.2;}
h2 {font-family: CenturyGothicBold, sans-serif; font-size:48px; font-weight:bold; line-height: 1.2;}
h3 {font-family: CenturyGothicBold, sans-serif; font-size:36px; font-weight:bold; line-height: 1.2;}
h4 {font-family: CenturyGothicBold, sans-serif; font-size:30px; font-weight:bold; line-height: 1.2;}
h5 {font-size:24px; line-height: 1.5;}
h6 {font-size:18px; font-weight:normal; line-height: 1.667;}
p {font-size:14px; font-weight:normal; line-height: 1.14;}
.blue{color: #0072b3;}
@font-face {
	font-family: "CenturyGothic";
	src: url("../fonts/CenturyGothic.eot");
	src: url("../fonts/CenturyGothic.eot?#iefix")format("embedded-opentype"),
	url("../fonts/CenturyGothic.woff") format("woff"),
	url("../fonts/CenturyGothic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "CenturyGothicBold";
	src:
			url("../fonts/CenturyGothicBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

body{
	min-width: 1150px;
	max-width: 1920px;
	font-family: CenturyGothic, sans-serif;
	margin: 0 auto;
	width: 100%;
	-webkit-text-size-adjust: none;
}
header{
	height: 80px;
	background-color: rgba(11, 108, 171, 0.8);
	position: fixed;
	z-index: 10;
	display: flex;
	justify-content: space-around;
}

.block{
	display: flex;
	width: 100%;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
	min-width: 1150px;
	max-width: 1920px;
	overflow-x: hidden;
}
.container{
	width: 1150px;
	margin: 0 auto;
	padding: 0 20px;
}
.header-img{
	margin-top: 20px;
	width: 185px;
}
.header-img img{
	width: 185px;
}
.navigation{
	width: 800px;
	margin-top: 25px;
	margin-left: 130px;
}
.navigation li{
	display: inline;
	font-size: 18px;
	font-family: CenturyGothicBold, sans-serif;
	line-height: 1.333;
	margin-left: 30px;
	color: #fff;
}
.navigation li:hover{
	cursor: pointer;
}
#img:hover{
	cursor: pointer;
}
.navigation li a{color: #fff;}

.floorHeatingControl-block{
	background-image: url(../img/black1.png);
	height: 1080px;
}
.floorHeatingControl{
	padding-top: 190px;
}
.floorHeatingControl h1, .floorHeatingControl h5{
	color: #fff;
	width: 590px;
}
.floorHeatingControl h1{
	line-height: 1;
}


.mobileApp-block{
	margin-top: -520px;
}
.mobileApp{
	display: flex;
	justify-content: flex-start;
}
.mobileApp-text{
	color: #000;
	margin-top: 590px;
	margin-bottom: 50px;
}
.mobileApp-text h4{
	width: 670px;
}
.mobileApp-text p{
	margin-top: 30px;
	width: 560px;
	font-size: 24px;
	line-height: 1.5;
}
.mobileApp-img{
	margin-left: -30px;
}

.mobileApp-img-text{
	width: 180px;
	margin-top: 870px;
	margin-left: -120px;
}


/* иконки */
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?an588p');
	src:  url('fonts/icomoon.eot?an588p#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.ttf?an588p') format('truetype'),
	url('../fonts/icomoon.woff?an588p') format('woff'),
	url('../fonts/icomoon.svg?an588p#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-android, .icon-appleinc{
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #818181;
	font-size: 40px;
	z-index: 5;
	transition: .25s;


	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-android:hover, .icon-appleinc:hover{
	color: #006db4;
	cursor: pointer;
}

.icon-appleinc:before {
	content: "\eabe";
}
.icon-android:before {
	content: "\eac0";
}
.mobileApp-icons{
	margin-top: 820px;
	margin-left: -470px;
}
.mobileApp-icons div{
	display: inline;
}
.mobileApp-icons div:last-child{
	position: relative;
	top: -4px;
}
/* end */


.pointOfTheWorld-block{
	height: 650px;
	background-image: url(../img/1492102228_zem1.png);
	margin-top: 40px;
}
.pointOfTheWorld{

}
.pointOfTheWorld-rectangle{
	background-color: rgba(0, 0, 0, 0.7);
	width: 900px;
	height: 515px;
	margin-left: 420px;
	margin-top: 50px;
	float: left;
}

.pointOfTheWorld h2, .pointOfTheWorld p{
	width: 615px;
	color: #fff;
}
.pointOfTheWorld h2{
	margin-top: 30px;
}
.pointOfTheWorld p{
	font-size: 18px;
	line-height: 1.667;
}
.pointOfTheWorld h2, .pointOfTheWorld p:nth-of-type(-n+2){
	margin-left: 70px;
}
.pointOfTheWorld p:nth-of-type(1){
	margin-top: 40px;
}
.pointOfTheWorld p:nth-of-type(2){
	margin-top: 20px;
}
.pointOfTheWorld p:nth-of-type(3){
	margin-left: 45px;
}

.energySaving-block{
	margin-top: 70px;
	height: 635px;
	overflow: hidden;
}
.energySaving{
	display: flex;
	justify-content: flex-start;
}
.energySaving-text p{
	font-size: 18px;
	line-height: 1.5;
}
.energySaving-text p:nth-of-type(1){
	margin-top: 40px;
}
.energySaving-text p:nth-of-type(1n+2){
	margin-top: 25px;
}
.energySaving-text h1, .energySaving-text p{
	width: 620px;
}
.energySaving-text h1{
	line-height: 1.1;
}
.energySaving-img{
	margin-left: -140px;
	margin-top: 40px;
}


.kitchen-block{
	background-image: url(../img/kitchen.png);
	height: 930px;
}
.kitchen-text{
	color: #fff;
	margin-top: 305px;
}
.kitchen-text h3{
	width: 530px;
}
.kitchen-text-p{
	display: flex;
	justify-content: flex-start;
	margin-top: 25px;
}
.kitchen-text-p p{
	font-size: 16px;
	line-height: 1.5;
	width: 240px;
}
.kitchen-text-p p:last-child{
	margin-left: 55px;
}
.kitchen-wifi{
	width: 140px;
	text-align: center;
	margin-left: 870px;
	margin-top: 130px;
}
.kitchen-wifi p{
	margin-top: 10px;
}


.dataSecurity-block{
	background-color: #005589;
	width: 100%;
	height: 385px;
}
.dataSecurity{
	display: flex;
	justify-content: flex-start;
	margin-top: 75px;
}
.dataSecurity-text{
	color: #fff;
	margin-left: 100px;
}
.dataSecurity-text h1{
	font-size: 72px;
	width: 815px;
}
.dataSecurity-text p{
	font-size: 24px;
	line-height: 1.25;
	width: 755px;
	margin-top: 35px;
}



.applicationCapabilities-block{
	margin-top: 100px;
}
.applicationCapabilities{
	display: flex;
	justify-content: flex-start;
}
.applicationCapabilities-text h1{
	font-size: 72px;
	width: 970px;
}
.applicationCapabilities-text-p:nth-of-type(1){
	margin-top: 50px;
}
.applicationCapabilities-text-p:nth-of-type(2){
	margin-top: 25px;
}
.applicationCapabilities-text-p{
	display: flex;
	justify-content: flex-start;
}
.applicationCapabilities-text-p p{
	width: 346px;
	font-size: 18px;
	line-height: 1.667;
}
.applicationCapabilities-text-p p:nth-of-type(2){
	margin-left: 25px;
}
.applicationCapabilities-img{
	margin-left: -300px;
	margin-top: 160px;
}
.applicationCapabilities-button{
	margin-top: 50px;
}
.applicationCapabilities-button button{
	border: 2px solid #0072b3;
	border-radius: 30px;
	width: 273px;
	background-color: #fff;
	position: absolute;
	color: #0072b3;
	font-size: 18px;
	transition: .3s;
	font-family: CenturyGothicBold, sans-serif;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 13px;
}
.applicationCapabilities-button button:hover{
	background-color: #0072b3;
	color: #fff;
	cursor: pointer;
}


.applicationPresentation-block{
	margin-top: 170px;
	background-color: #2989bf;
	width: 100%;
	height: 1110px;
}
.applicationPresentation{
	margin-top: 90px;
}
.applicationPresentation-text{
	color: #fff;
}
.applicationPresentation-text h2{
	font-size: 42px;
}
.applicationPresentation-text p{
	font-size: 24px;
	line-height: 1.5;
	width: 1065px;
	margin-top: 40px;
}
.applicationPresentation-video{
	margin-top: 40px;
}



.comfortOfFuture-block{
	margin-top: 90px;
	height: 935px;
}
.comfortOfFuture-text-p{
	margin-top: 60px;
	display: flex;
	justify-content: flex-start;
}
.comfortOfFuture-text-p p{
	margin-top: 30px;
	font-size: 18px;
	line-height: 2;
}
.comfortOfFuture-text-p-right{
	margin-left: 0;
}
.comfortOfFuture-img{
	margin-top: 80px;
	margin-left: -150px;
}
.caption{
	display: flex;
	justify-content: flex-start;
	margin-top: -120px;
}
.caption p{
	font-size: 18px;
	-moz-transform: matrix( 0.98647872386606,-0.16388937537129,0.16388937537129,0.98647872386611,0,0);
	-webkit-transform: matrix( 0.98647872386606,-0.16388937537129,0.16388937537129,0.98647872386611,0,0);
	-ms-transform: matrix( 0.98647872386606,-0.16388937537129,0.16388937537129,0.98647872386611,0,0);
}
.caption p:nth-of-type(1){margin-left: 190px;}
.caption p:nth-of-type(2){margin-left: 120px;}
.caption p:nth-of-type(3){margin-left: 150px;}
.caption p:nth-of-type(4){margin-left: 190px;}



.designForInterior-block{
	background-image: url(../img/designForInterior.png);
	height: 785px;
}
.designForInterior{
	display: flex;
	justify-content: flex-start;
}
.designForInterior-img{
	margin-left: -180px;
	margin-top: 100px;
}
.designForInterior-text{
	color: #fff;
	width: 480px;
	margin-top: 150px;
	margin-left: 215px;
}
.designForInterior-text h2{
	font-size: 42px;
}
.designForInterior-text p{
	font-size: 24px;
	line-height: 1.5;
}
.designForInterior-text p:nth-of-type(1){
	margin-top: 40px;
}
.designForInterior-text p:nth-of-type(2){
	margin-top: 30px;
}



.specifications-block{
	margin-top: 100px;
}
.specifications-h1{
	width: 910px;
}
.specifications-h1 h1{
	line-height: 1.1;
}
.specifications-text p{
	font-size: 18px;
	line-height: 1.333;
}
.specifications-inside{
	display: flex;
	justify-content: flex-start;
}
.specifications-text{
	margin-top: 30px;
	width: 325px;
}
.bold{
	margin-top: 20px;
	font-weight: bold;
}
.flex{
	display: flex;
	justify-content: flex-start;
}
.flex div:last-child{
	margin-left: 40px;
}
.specifications-img{
	margin-top: 30px;
	margin-left: 10px;
}
.specifications-warranty{
	text-align: center;
}
.specifications-warranty p:first-child{
	font-size: 72px;
	font-family: CenturyGothicBold, sans-serif;
	color: #0072b3;
}
.specifications-warranty p:last-child{
	width: 90px;
}
.specifications-warranty{
	margin-top: 50px;
	margin-left: 60px;
}

.specifications-lastP{
	width: 280px;
	position: absolute;
	margin-left: 830px;
	margin-top: 400px;
}
.specifications-lastP p{
	font-size: 18px;
	line-height: 1.333;
}



.buy-block{
	background-color: #006db4;
	width: 100%;
	height: 940px;
	margin-top: 140px;

}
.buy{
	margin-top: 80px;
	color: #fff;
}
.buy-inside{
	display: flex;
	justify-content: flex-start;
}
.buy-text-h1 h1{
	font-size: 160px;
}
.buy-text{
	width: 520px;
}
.buy-text p{
	font-size: 24px;
	line-height: 1.5;
	margin-top: 20px;
}
.buy-text p:nth-of-type(4){
	font-size: 150px;
	font-family: CenturyGothicBold, sans-serif;
	margin-top: -10px;
}
.buy-img{
	margin-left: 130px;
	margin-top: -140px;
	width: 470px;

}
.buy-text button{
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid #fff;
	width: 447px;
	height: 81px;
	font-size: 36px;
	font-weight: bold;
	font-family: CenturyGothicBold, sans-serif;
	color: #006db4;
	transition: 0.3s;
}
.buy-text button:hover{
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	cursor: pointer;
}

.application-popup {
	top: 50%;
	left: 50%;
	z-index: 15;
	position: fixed;
	opacity: 1;
	transition: opacity .3s;
}
.application{
	width: 700px;
	height: 660px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0 12px 24px 0 #777;
}
.application-popup-text{
	margin: 30px 100px 40px 60px;
}
.application-popup-text p{
	width: 100%;
}
.application-popup-text input{
	width: 100%;
	border: solid 2px rgb(172, 172, 172);
	font-size: 18px;
	line-height: 2;
	font-family: CenturyGothic, sans-serif;
	padding: 0 20px;
	height: 51px;
	transition: .3s;
}
.application-popup-text input:focus{
	border-color: #0072b3;
}
.application-popup-text h1{
	color: #0072b3;
	font-size: 100px;
}
.application-popup-text p{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.application-popup-text span{
	font-size: 12px;
	color: #e40000;
	width: 100%;
	line-height: 3;
	opacity: 0;
}



.application-popup-text button{
	border: solid 2px #0072b3;
	border-width: 2px;
	width: 240px;
	height: 43px;
	background-color: #fff;
	border-radius: 30px;
	font-size: 24px;
	color: #0072b3;
	font-family: CenturyGothicBold, sans-serif;
	margin-top: 55px;
	transition: .3s;
}
.application-popup-text button:hover{
	background-color: #0072b3;
	color: #fff;
	cursor: pointer;
}


.application-thanks{
	width: 500px;
	height: 260px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0 12px 24px 0 #777;
}
.application-popup-thanks{
	top: 50%;
	left: 50%;
	z-index: 15;
	position: fixed;
	opacity: 1;
	transition: opacity .3s;
}
.application-popup-text-thanks{
	margin: 50px 30px;
}
.application-popup-thanks p:first-child{
	font-size: 30px;
	color: #0072b3;
	font-family: CenturyGothicBold, sans-serif;
}
.application-popup-thanks p:last-child{
	margin-top: 20px;
	font-size: 16px;
	width: 450px;
	line-height: 1.4;
}

.testDevi{
	margin-top: 100px;
}
.testDevi-text h1{
	width: 980px;
	font-size: 72px;
	line-height: 1.1;
}
.testDevi-text p{
	font-size: 30px;
	line-height: 1.333;
	margin-top: 40px;
}
.testDevi-img{
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
}
.testDevi-img img:last-child{
	margin-left: 30px;
}
.testDevi-figcaption{
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
}
.testDevi-figcaption div{
	width: 50%;
}
.testDevi-figcaption div p{
	font-size: 24px;
	line-height: 1.5;
}
.testDevi-figcaption div p:first-child{
	color: #0072b3;
	font-family: CenturyGothicBold, sans-serif;
}
.testDevi-figcaption div p:nth-of-type(2){
	border-bottom: 2px solid #0072b3;
	padding-bottom: 15px;
}
.testDevi-figcaption div p:nth-of-type(3){
	padding-top: 10px;
}
.testDevi-figcaption div:last-child{
	margin-left: 20px;
}



.requisites-popup{
	top: 50%;
	left: 50%;
	z-index: 15;
	position: fixed;
	opacity: 1;
	transition: opacity .3s;
}
.requisites-popup-open{
	opacity: 1;
	visibility: visible;

}
.requisites-bg{
	background-color: rgba(0, 109, 180, 0.8);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 12;
}

.requisites{
	width: 570px;
	height: 470px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0 12px 24px 0 #777;
}

.popup__cross {
	position: absolute;
	width: 64px;
	height: 63px;
	right: 0;
	top: 0;
}

.popup__exit {
	cursor: pointer;
}
.popup__exit:hover .cross span{
	background-color: #c9302c;
}

.cross span {
	top: 50%;
	left: 50%;
	position: absolute;
	display: block;
	width: 26px;
	height: 2px;
	background-color: #0072b3;
}
.cross span:first-child {
	transform: translate(-50%, -50%) rotate(45deg); }
.cross span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg); }


.requisites-popup-text{
	margin-left: 60px;
	margin-top: 40px;
}
.requisites-popup-text p{
	font-size: 18px;
	line-height: 2;
	width: 465px;
}
.requisites-popup-text p:nth-of-type(1){
	margin-top: 15px;
}
.requisites-popup-text p:nth-child(3),
.requisites-popup-text p:nth-child(4){
	margin-top: 15px;
}

footer{
	margin-top: 120px !important;
	height: 100px;
	background-color: #0072b3;
}
.footer-flex{
	display: flex;
	justify-content: space-between;
}
footer p{
	margin-top: 42px;
	font-size: 16px;
	color: #fff;
}
footer a{
	color: #fff;
	border-bottom: 1px solid rgba(255, 255,255,.5);
	transition: 0.3s;
}
footer a:hover{
	text-decoration-color: rgba(255, 255, 255, 0);
}
footer button{
	width: 135px;
	height: 40px;
	background-color: #fff;
	margin-top: 30px;
	font-size: 16px;
	font-family: CenturyGothic, sans-serif;
	transition: 0.25s;
}
footer button:hover{
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.7);
}
.transition-loader {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.transition-loader-inner {
	transform: translateY(-50%);
	top: 40%;
	position: absolute;
	width: 100%;
	color: #FFF;
	text-align: center;
}
.transition-loader-inner label {
	font-size: 12px;
	padding: 1%;
	opacity: 0;
	display: inline-block;
}
.transition-loader-inner label:after {
	content: '•';
}

.transition-loader-inner label:nth-child(1) {
	-webkit-animation: loader 2s 300ms infinite ease-in-out;
	animation: loader 2s 300ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(2) {
	-webkit-animation: loader 2s 250ms infinite ease-in-out;
	animation: loader 2s 250ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(3) {
	-webkit-animation: loader 2s 200ms infinite ease-in-out;
	animation: loader 2s 200ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(4) {
	-webkit-animation: loader 2s 150ms infinite ease-in-out;
	animation: loader 2s 150ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(5) {
	-webkit-animation: loader 2s 100ms infinite ease-in-out;
	animation: loader 2s 100ms infinite ease-in-out;
}

.transition-loader-inner label:nth-child(6) {
	-webkit-animation: loader 2s 50ms infinite ease-in-out;
	animation: loader 2s 50ms infinite ease-in-out;
}

@keyframes loader {
	0% {
		opacity: 0;
		transform: translateX(-100px) scale(1);
	}
	33% {
		opacity: 1;
		transform: translateX(0px) scale(2);
	}
	66% {
		opacity: 1;
		transform: translateX(0px) scale(1);
	}
	100% {
		opacity: 0;
		transform: translateX(100px) scale(2);
	}
}
@-webkit-keyframes loader {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}
	33% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	66% {
		opacity: 1;
		-webkit-transform: translateX(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}
}
.preloader {
	display: none;
	height: 30px;
	position: relative;
}
.hidden {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
.submit-button.sending {
	background-color: #0072b3;
	color: #fff;
	cursor: pointer;
}
.mobileApp-img {
	margin-top:200px;
}
.quotes{
	font-family: sans-serif;
	padding-right: 2px;
	padding-left: 2px;
}