@charset "utf-8";

@font-face {
    font-family: PF;
    src: url('../fonts/pfdintextcomppro-regular-webfont.eot');
    src: url('../fonts/pfdintextcomppro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcomppro-regular-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcomppro-regular-webfont.woff') format('woff'),
         url('../fonts/pfdintextcomppro-regular-webfont.ttf') format('truetype'),
         url('../fonts/pfdintextcomppro-regular-webfont.svg#pf_din_text_comp_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: PFM;
    src: url('../fonts/pfdintextcomppro-medium-webfont.eot');
    src: url('../fonts/pfdintextcomppro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdintextcomppro-medium-webfont.woff2') format('woff2'),
         url('../fonts/pfdintextcomppro-medium-webfont.woff') format('woff'),
         url('../fonts/pfdintextcomppro-medium-webfont.ttf') format('truetype'),
         url('../fonts/pfdintextcomppro-medium-webfont.svg#pf_din_text_comp_promedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

*:focus { outline: none; }
body, html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: PFM, Arial;
	color: #343434;
	font-size: 18px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
input, textarea, button {
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.content {
	width: 1024px;
	margin: auto;
	position: relative;
}
.header {
	background-color: #343434;
	padding: 20px 0;
	position: relative;
}
.header:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(../img/header-bg.png) center 100% repeat-x;
}
.logo {
	display: inline-block;
	vertical-align: top;
	width: 310px;
	height: 85px;
	background: url(../img/logo.png) center no-repeat;
}
.header-text {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	position: relative;
	margin: 0 200px 0 100px;
	text-align: center;
}
.header-text:after {
	content: '';
	position: absolute;
	top: 0;
	right: -100px;
	width: 80px;
	height: 65px;
	background: url(../img/flag.png) center no-repeat;
}
.header-text h1 {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.header-text h2 {
	font-family: PF;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.phone-block {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	text-align: right;
}
.phone-block h3 {
	color: #fff;
}
.phone-block h3 span {
	font-size: 30px;
}

.phone-block h2 {
	color: #fff;
}
.phone-block h2 span {
	font-size: 30px;
}
.header-button {
	cursor: pointer;
	display: inline-block;
	margin: 10px auto;
	padding: 5px 10px;
	/*background-color: #fff;*/
	text-align: center;
	font-family: PF;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1em;
	border-radius: 5px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#bababa));
	background: -webkit-linear-gradient(#fff, #bababa);
	background: -moz-linear-gradient(#fff, #bababa);
	background: -o-linear-gradient(#fff, #bababa);
	background: linear-gradient(#fff, #bababa);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .75);
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
}
.header-button:hover {
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#fff), to(#bababa));
	background: -webkit-linear-gradient(bottom, #fff, #bababa);
	background: -moz-linear-gradient(bottom, #fff, #bababa);
	background: -o-linear-gradient(bottom, #fff, #bababa);
	background: linear-gradient(bottom, #fff, #bababa);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.header-button:active {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#bababa));
	background: -webkit-linear-gradient(#fff, #bababa);
	background: -moz-linear-gradient(#fff, #bababa);
	background: -o-linear-gradient(#fff, #bababa);
	background: linear-gradient(#fff, #bababa);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}
.action {
	padding: 50px 0 70px;
	background: url(../img/action-bg.jpg) center no-repeat;
	background-size: cover;
}
.action h1 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: rgba(0, 0, 0, .25);
	font-size: 50px;
	position: relative;
	margin: 20px 0;
}
.action h1:first-child:after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 266px;
	width: 492px;
	height: 6px;
	background: url(../img/action-line.png) center no-repeat;
}
.action h1 span { color: #fef58d; }
.action h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	color: #fff;
    background: rgba(0, 0, 0, .25);
	margin: 15px 0;
}
.top-form {
	width: 560px;
	margin: 30px auto 0;
}
.form-span {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.input-row {
	display: block;
	margin: 10px auto;
	position: relative;
}
.input-row:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: url(../img/input-icons.png) no-repeat;
}
.name-icon:before { background-position: 0 0; }
.phone-icon:before { background-position: 0 -20px; }
.input-row input {
	display: block;
	background-color: #fff;
	padding: 3px 20px 0 40px;
	width: 220px;
	height: 38px;
	font-family: PF;
	font-size: 30px;
	color: #343434;
	text-transform: uppercase;
	line-height: 1em;
}
.submit-button {
	display: block;
	cursor: pointer;
	width: 240px;
	margin: 10px auto;
	font-family: PF;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .75);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fef58d), to(#f9c842));
	background: -webkit-linear-gradient(#fef58d, #f9c842);
	background: -moz-linear-gradient(#fef58d, #f9c842);
	background: -o-linear-gradient(#fef58d, #f9c842);
	background: linear-gradient(#fef58d, #f9c842);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.submit-button:hover {
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#fef58d), to(#f9c842));
	background: -webkit-linear-gradient(bottom, #fef58d, #f9c842);
	background: -moz-linear-gradient(bottom, #fef58d, #f9c842);
	background: -o-linear-gradient(bottom, #fef58d, #f9c842);
	background: linear-gradient(bottom, #fef58d, #f9c842);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.submit-button:active {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fef58d), to(#f9c842));
	background: -webkit-linear-gradient(#fef58d, #f9c842);
	background: -moz-linear-gradient(#fef58d, #f9c842);
	background: -o-linear-gradient(#fef58d, #f9c842);
	background: linear-gradient(#fef58d, #f9c842);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}
.warranty {
	font-family: PF;
	font-size: 23px;
	color: #fff;
	position: relative;
	margin: 0 0 10px 20px;
	padding-left: 20px;
	line-height: 1em;
	text-align: left;
	background: url(../img/warranty-icon.png) 0 0 no-repeat;
}
.partners {
	margin: 0 0 20px 0;
}
.shadow  { padding: 20px 0; }
.shadow:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 1024px;
	height: 30px;
	background: url(../img/shadow.png) center no-repeat;
}
.title {
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
}
.title span { color: #2eacb7; }
.partners img {
	display: block;
	margin: 30px auto;
}
.ceilings {
	margin: 0 0 20px 0;
}
.ceiling {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin: 20px;
	text-align: center;
}
.ceiling:nth-child(2) { margin-left: 0; }
.ceiling:nth-child(5) { margin-right: 0; }
.ceiling a {
	display: block;
	width: 220px;
	height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.ceiling a:hover { box-shadow: 0 0 0 10px #fef7a8; }
.ceiling a img { width: 100%; height: 100%; }
.ceiling h2 {
	font-size: 30px;
	text-transform: uppercase;
}
.ceiling p {
	font-family: PF;
	/*text-transform: uppercase;*/
}
.price {
	display: block;
	color: #dd0606;
	font-size: 30px;
	font-family: PF;
}
.big-ceiling {
	width: 485px;
	margin: 20px 10px;
}
.big-ceiling a {
	width: 485px;
	height: 280px;
}
.big-ceiling p {
	width: 300px;
	margin: auto;
}
.palette {
	margin: 0 0 20px 0;
}
.palette h2 {
	text-align: center;
	text-transform: uppercase;
	font-family: PF;
	font-size: 24px;
}
.palette img {
	display: block;
	margin: 20px auto 50px;
}
.again {
	background-color: #f9c842;
	position: relative;
	padding: 20px 0 60px;
	margin: 30px 0;
}
.again:before, .again:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(../img/again-bg.png) center repeat-x;
}
.again:before { top: -6px; }
.again:after {
	bottom: -6px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.again .title span { color: #fff; }
.again-img {
	display: inline-block;
	vertical-align: top;
	width: 345px;
	height: 315px;
	margin-top: 30px;
	background: url(../img/again-img.png) center no-repeat;
}
.again ul {
	display: inline-block;
	vertical-align: top;
	width: 610px;
	margin-left: 50px;
	margin-top: 30px;
}
.again li {
	font-family: PF;
	font-size: 24px;
	color: #343434;
	text-transform: uppercase;
	margin: 15px 0;
	padding-left: 30px;
	position: relative;
}
.again li:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 24px;
	height: 22px;
	background: url(../img/again-icon.png) center no-repeat;
}
.problems {
	margin: 0 0 20px 0;
}
.problems ul {
	margin: 10px 0;
	text-align: center;
}
.problems li {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	margin: 20px;
	padding-top: 60px;
	position: relative;
	font-family: PF;
	text-transform: uppercase;
}
.problems li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 55px;
	width: 50px;
	height: 50px;
	background: url(../img/problem-icons.png) no-repeat;
}
.problems ul:nth-child(2) li:before { background-position: 0 0; }
.problems ul:nth-child(3) li:before { background-position: 0 -50px; }
.why {
	margin: 20px 0;
}
.why ul { text-align: center; margin: 20px 0; }
.why li {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	padding-top: 130px;
	position: relative;
	font-family: PF;
	text-transform: uppercase;
}
.why li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50px;
	width: 100px;
	height: 120px;
	background: url(../img/why-icons.png) no-repeat;
}
.why li:nth-child(1):before { background-position: 0 0; }
.why li:nth-child(2):before { background-position: -100px 0; }
.why li:nth-child(3):before { background-position: -200px 0; }
.why li:nth-child(4):before { background-position: -300px 0; }
.why li:nth-child(5):before { background-position: -400px 0; }
.form-block {
	margin: 30px 0;
	padding: 20px 0;
	background: url(../img/form-bg.png) center repeat;
}
.form-block .form-submit {
	width: 700px;
	margin: auto;
}
.form-submit h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	color: #fff;
	margin-bottom: 30px;
}
.how {
	margin: 30px 0;
}
.how ul {
	background: url(../img/how-bg.png) center 0 no-repeat;
	min-height: 320px;
	margin: 20px 0;
}
.how li {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	font-family: PF;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 50px;
	text-align: center;
}
.how li:nth-child(1) { margin-left: 10px; margin-top: 190px; }
.how li:nth-child(2) { margin-left: 70px; margin-top: 300px; }
.how li:nth-child(3) { margin-left: 70px; margin-top: 190px; }
.how li:nth-child(4) { margin-left: 70px; margin-right: 0; margin-top: 300px; }
.work {
	margin: 30px 0;
}
.slider-wrapper {
	position: relative;
	margin: 30px 0;
}
.lbtn, .rbtn {
	position: absolute;
	top: 100px;
	width: 27px;
	height: 27px;
	cursor: pointer;
	background: url(../img/slider-arrows.png) no-repeat;
}
.lbtn { left: 0; background-position: 0 0; }
.rbtn { right: 0; background-position: -27px 0; }
.slider-inner {
	width: 945px;
	height: 235px;
	position: relative;
	margin: auto;
	overflow: hidden;
}
.slider-inner a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 315px;
	height: 235px;
	overflow: hidden;
	transition: box-shadow .3s ease;
	-webkit-transition: box-shadow .3s ease;
	-moz-transition: box-shadow .3s ease;
	-o-transition: box-shadow .3s ease;
	-ms-transition: box-shadow .3s ease;
}
.slider-inner a img { width: 100%; height: 100%; }
.slider-inner a:hover { box-shadow: 0 0 0 10px #fef7a8; }
.reviews {
	margin: 30px 0;
	padding-bottom: 40px;
	text-align: center;
}
.review {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	height: 520px;
	padding: 20px 10px;
	border: 1px solid #343434;
	border-radius: 15px;
	margin: 20px 10px;
	text-align: left;
}
.review img {
	display: inline-block;
	vertical-align: middle;
	width: 210px;
	height: 210px;
}
.review h2 {
	display: inline-block;
	vertical-align: middle;
	width: 220px;
	font-size: 30px;
	text-align: center;
}
.review p {
	margin: 10px 0;
	font-family: PF;
	font-size: 24px;
}
.review a {
	float: right;
	margin-right: 10px;
	color: #2eacb7;
}
/*.review:nth-child(even) p { margin-left: 90px; }
.review:nth-child(odd) p { margin-right: 90px; }*/
.certificates {
	margin: 30px 0;
	padding-bottom: 40px;
}
.certificate-block {
	width: 880px;
	margin: 20px auto;
	padding: 5px 15px;
	border: 7px solid #2eacb7;
	text-align: center;
}
.certificates a {
	display: inline-block;
	vertical-align: top;
	width: 205px;
	height: 305px;
	margin: 5px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.certificates a:hover { box-shadow: 0 0 0 10px #fef7a8; }
.footer {
	background-color: #dbdbdb;
	padding: 20px 0;
	position: relative;	
}
.footer:after {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	width: 100%;
	height: 6px;
	background: url(../img/footer-bg.png) center 100% repeat-x;
}
.footer-text {
	display: inline-block;
	vertical-align: top;
	width: 280px;
	position: relative;
	margin: 0 120px 0 100px;
	text-align: center;
}
.footer-text:after {
	content: '';
	position: absolute;
	top: -40px;
	right: -100px;
	width: 128px;
	height: 128px;
	background: url(../img/arrow.png) center no-repeat;
}
.footer-text p {
	font-size: 24px;
	color: #040404;
	text-transform: uppercase;
}
.footer .logo {
	background: url(../img/logo-2.png) center no-repeat;
}
.footer .phone-block h3 { color: #000; }
.footer-button {
	cursor: pointer;
	display: inline-block;
	margin: 10px auto;
	padding: 5px 10px;
	color: #fff;
	text-align: center;
	font-family: PF;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 1em;
	border-radius: 5px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2eacb7), to(#217b83));
	background: -webkit-linear-gradient(#2eacb7, #217b83);
	background: -moz-linear-gradient(#2eacb7, #217b83);
	background: -o-linear-gradient(#2eacb7, #217b83);
	background: linear-gradient(#2eacb7, #217b83);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .75);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.footer-button:hover {
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#2eacb7), to(#217b83));
	background: -webkit-linear-gradient(bottom, #2eacb7, #217b83);
	background: -moz-linear-gradient(bottom, #2eacb7, #217b83);
	background: -o-linear-gradient(bottom, #2eacb7, #217b83);
	background: linear-gradient(bottom, #2eacb7, #217b83);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .5);
}
.footer-button:active {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#2eacb7), to(#217b83));
	background: -webkit-linear-gradient(#2eacb7, #217b83);
	background: -moz-linear-gradient(#2eacb7, #217b83);
	background: -o-linear-gradient(#2eacb7, #217b83);
	background: linear-gradient(#2eacb7, #217b83);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}
.overlay {
	display: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	z-index: 20;
	cursor: pointer;
}
.message-block {
	text-align: center;
	width: 100%;
	display: none;
	z-index: 21;
	position: fixed;
	top: 100px;
	left: 0;
}
.message-block-inner {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.close-button {
	position: absolute;
	top: 15px;
	right: -15px;
	width: 27px;
	height: 27px;
	background: url(../img/close.png) center no-repeat;
	cursor: pointer;
}
.countdown-block {
	margin: 20px auto;
	position: relative;
	width: 540px;
	height: 100px;
}
.message-block .input-row {
	width: 80%;
	margin: 10px auto;
}
.confirm {
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	color: #fff;
	padding: 10px;
}