
/********* fonts *********/

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,700&subset=latin,cyrillic-ext);

/********* reset *********/

html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockquote, pre,
a, address, del, em, i, strong, sub, sup, figure, figcaption, img,
form, fieldset, legend, label, input, select, textarea, button,
table, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption,
 fieldset, legend, label, select, textarea, button {
	display: block;
}
html, body {
	-webkit-text-size-adjust: none;
}
dl, dt, dd, ul, ol, li {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a, button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.__disk_root__ {display:none;}

/********* defaults *********/

html, body {
	background: #fff;
	font: 400 14px/1 'Open Sans', Arial, sans-serif;
	color: #000;
}
a {
	text-decoration: underline;
	color: #ff9a00;
}
a:hover {
	text-decoration: none;
}


/********* inputs *********/

input,
select {
    width: 100%;
	padding: 6px 10px 6px 10px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	font-size: 12px;
	line-height: 18px;
	box-sizing: border-box;
	-webkit-appearance: none;
	color: #424242;
}
select {
	padding-right: 40px;
	background: #fff url(../../images/potolki/select.png) 100% 50% no-repeat;
}
.input {
	position: relative;
}
.input em {
	position: absolute;
	display: block;
	top: -52px;
	right: -4px;
	width: 248px;
	height: 62px;
	background: url(../../images/potolki/forms/input-tooltip.png);
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	color: #000;
}
.input input.valid {
	background: #fff url(../../images/potolki/forms/input-valid.png) 100% 50% no-repeat;
	box-shadow: 0 0 0 2px #39b54a !important;
}
.input input.error {
	background: #fff url(../../images/potolki/forms/input-error.png) 100% 50% no-repeat;	
	box-shadow: 0 0 0 2px #f00 !important;
}
.input input.error:focus + em {
	display: none !important;
}

/********* button *********/

.button {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	border-radius: 20px;
	opacity: 0.9;
	background: #4CAF50;
	font-size: 16px;
	line-height: 38px;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	color: #fff;
}
.button:hover {
	opacity: 1;
	background: #4CAF50;
	font-size: 16px;
	line-height: 38px;
	font-weight: 600;
	color: #fff;
	box-shadow: 0px 0px 20px 5px #fff; 
}
.button:focus {
	opacity: 1;
	background: #4CAF50;
	font-size: 16px;
	line-height: 38px;
	font-weight: 600;
	color: #fff;
	box-shadow: 0px 0px 20px 5px #fff;
	text-decoration: none;
}
.button:active {
	top: 2px;
}
.button-alt {
	background: #95c338;
	background: linear-gradient(#95c338, #83be0c);
	box-shadow: 0 3px 0 #598205;
	text-shadow: -1px 1px 1px rgba(89,130,5,0.75);
}
.button-alt:hover {
	background: #a7db40;
	background: linear-gradient(#a7db40, #95d90d);
	box-shadow: 0 3px 0 #6a9c06;
}
.button-alt:active {
	box-shadow: 0 1px 0 #6a9c06;
}

/********* title *********/

.title {
	position: relative;
	padding-bottom: 25px;
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
.title:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -58px;
	width: 116px;
	height: 6px;
	background: #4CAF50;
}
.title span {
	font-weight: 700;
}

/*----------------------------------------------*/
/*                    LAYOUT                    */
/*----------------------------------------------*/

/********* clearfix *********/

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.wrap {
  width: 100%;
  min-width: 1100px;
  margin: auto;
  background: #fff;
  height: 100%;
  overflow: auto;
  margin-top: 40px;
}
.header { 
  width: 100%;
  min-width: 1100px;
  height: 290px;
  margin: 0 auto 0 auto;
  position: relative;
  background: url(../../images/walls.jpg) no-repeat bottom center;
  background-color: #090816;
}
.menu {
  width: 100%;
  min-width: 1100px; 
  margin: 0 auto 0 auto;
}
.content {
  width: 1100px;
  margin: 0px;
}

/*----------------------------------------------*/
/*                    FOOTER                    */
/*----------------------------------------------*/

.footer { 
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
  color: #fff;
  background-color: #090816;
  padding: 40px 0px;
}
.footer h3 {
    display: block;
	color: #fff;
	font-size: 26px;
	line-height: 50px;
	font-weight: 400;
	vertical-align: top;
	text-align: center; 
}
.footer h3 em {
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
	color: #FFF;
}
.footer p {
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center; 
}
.footer a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px dashed #FFF;
  opacity: 1;
  margin: 0;
  padding: 0;
}   
.footer a:hover {
  color: #4CAF50;
  text-decoration: none;
  border-bottom: 2px dashed #4CAF50;
  opacity: 1;
  margin: 0;
  padding: 0;
}   

/*----------------------------------------------*/
/*                    CONTENT                   */
/*----------------------------------------------*/

/********* header *********/

.header span {
    display: block;
	padding: 0px 10px 0 60px;
	background: url(../../images/potolki/phone-icon.png) no-repeat;
	background-size: 60px;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	vertical-align: top;
	position: absolute;
	right: 12px;
	top: 15px;
	z-index:30;
	text-align: center; 
}
.header span em {
	font-size: 26px;
	line-height: 1;
	font-weight: 400;
}
.header a {
  font-size: 22px;
  font-weight: 400;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px dashed #FFF;
  margin: 0;
  padding: 0;
}   
.header a:hover {
  color: #4CAF50;
  text-decoration: none;
  border-bottom: 2px dashed #4CAF50;
  margin: 0;
  padding: 0;
}   
.logo {
    color: #fff;
	padding: 10px 0 0 15px;
	width: 400px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	vertical-align: top;
	text-align: left;
	text-transform: uppercase;
	border-bottom: none;
} 
.logo a {
	border-bottom: none;
} 
.logo a:hover {
	border-bottom: none;
} 

#u74{z-index:25;width:1100px;background-color:transparent;position:relative;}
#u100{z-index:29;width:1100px;background-color:transparent;top:-10px;position:relative;}
#u79{z-index:27;width:29px;background-color:transparent;position:relative;top:-100px;left:742px;}

/********* menu *********/

@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');

.menu {
  list-style: none;
  margin-bottom: 0px;
  padding: 10px 0 10px;
  text-align: center;
  background-color: #090816;
}
.menu li {
	display: inline-block;
}
.menu li:after {
  content: "|";
  color: #fff;
  display: inline-block;
  vertical-align:top;
}
.menu li:last-child:after {
	content: none;
}
.menu a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  margin: 0 15px 0 10px;
  text-transform: uppercase;
  display: inline-block;
  transition: color .2s;
}
.menu a, .menu a:visited {
	color: #fff;
} 
.menu li.active a, .menu a:hover {
	color: #4CAF50;
}
.menu a:before,
.menu a:after {
  content: "";
  position: absolute;
  height: 6px;
  top: auto;
  right: 50.02%;
  bottom: -5px;
  left: 50.02%;
  background: #4CAF50;
  transition: .8s;
}
.menu a:hover:before, .menu.active:before {left: 0;}
.menu a:hover:after, .menu.active:after {right: 0;}   
@media (max-width: 550px) {
.menu {padding-top: 0;}
.menu li {display: block;}
.menu li:after {content: none;}
.menu a {
  padding: 25px 0 20px; 
  margin: 0 20px;
}
}

/********* Carousell *********/

.item h3 {
  text-decoration: none;
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 60px;
  text-shadow: 1px 1px 5px black;
}
.item p {
  text-decoration: none;
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px black;
}

/********* product *********/

.product {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 30px auto 0px auto;
}
.product li {
	display: inline-block;
	width: 300px;
	margin: 50px 10px 0;
	vertical-align: top;
}
.product li p {
	margin-top: 25px;
	font-size: 19px;
	line-height: 21px;
	font-weight: 300;
}
.product li p span {
	display: block;
	font-weight: 600;
}
.product li img {
	display: block;
	margin: 0 auto;
}

/********* perfect *********/

.perfect {
	
	width: 100%;
	min-width: 1100px;
	margin: 40px auto 0px auto;
	padding: 0 10% 0 10%;
}
.perfect p {
    margin: 10px auto 10px auto;
}
.perfect h3 {
    margin: 30px auto 0px auto;
	text-align: left;
	font-size: 26px;
	line-height: 40px;
	font-weight: 300;
}
.perfect strong {
	font-size: 26px;
	line-height: 21px;
	font-weight: 600;
}
.perfect li {
	display: list-item;
	list-style: square;
	margin-left: 50px;
}
    
/********* soglashenie *********/

.soglashenie {
	width: 100%;
	min-width: 1100px;
	margin: 20px auto 0px auto;
	padding: 0 10% 0 10%;
}
.soglashenie p {
    margin: 10px auto 10px auto;
}
.soglashenie h3 {
    margin: 20px auto 40px auto;
	text-align: left;
	font-size: 26px;
	line-height: 40px;
	font-weight: 300;
}
.soglashenie strong {
	font-size: 26px;
	line-height: 21px;
	font-weight: 600;
}
.soglashenie ul li {
    list-style: square;
    display: list-item;
    list-style-position: inside;
}

/********* katalog-zaluzi *********/

.katalog-zaluzi {
	width: 1100px;
	min-width: 1100px;
	margin: 0px auto 0px auto;
	text-align: center;
}
.katalog-zaluzi .title {
    padding-top: 40px !important;
}
.katalog-zaluzi h5 {
    margin: 20px auto 20px auto;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
}

/********* kartochka-tovara *********/

.kartochka-tovara {
    display: inline-block;
    margin: 20px;
}
.kartochka-tovara h2 {
	margin-top: 10px;
	font-size: 19px;
	line-height: 21px;
	font-weight: 600;
	text-transform: uppercase;
}
.kartochka-tovara h3 {
	margin-top: 5px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 300;
	text-transform: uppercase;
}
.kartochka-tovara img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	cursor: zoom-in;
	border: 6px solid #d3d3d3;
	/*box-shadow: 0 0 10px rgba(3, 3, 3, .5);
	-webkit-box-shadow: 0 0 10px rgba(3, 3, 3, .5); //тень для Оперы, Хрома и Сафари 
	-moz-box-shadow: 0 0 10px rgba(3, 3, 3, .5); //тень для Мозилы*/
}
.kartochka-tovara-button {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	margin-top: 5px;
	border-radius: 20px;
	opacity: 0.9;
	background: #4CAF50;
	font-size: 16px;
	line-height: 38px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}
.kartochka-tovara-button:hover {
	opacity: 1;
	background: #4CAF50;
	font-size: 16px;
	line-height: 38px;
	font-weight: 600;
	color: #fff;
	box-shadow: 0px 0px 20px 5px #fff; 
}
.kartochka-tovara-button:focus {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	margin-top: 5px;
	border-radius: 20px;
	opacity: 0.9;
	background: #4CAF50;
	font-size: 16px;
	line-height: 38px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
}

/********* calculator *********/

.calculator {
	width: 1000px;
	min-width: 1000px;
	margin: 30px auto 0px auto;
	text-align: center;
    background: #fff;
    border: 6px solid #d3d3d3;
    /*border-radius: 10px;
    box-shadow: 0 0px 20px rgba(0,0,0,0.22);*/
}
.calculator h3 {
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	font-weight: 300;
}
.calculator h2 {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}
.input-calc {
  width: 400px;
  padding: 20px;
  height: 70px;
  background: #fff;
  margin: 20px 20px 0px 0px;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  outline: none;
  font-size: 26px;
  font-weight: 300;
  line-height: 18px;
  box-sizing: border-box;
  -webkit-appearance: none;
  color: #424242;
  text-align: left;
}
.calc_wrap {
  width: 1000px;
  min-width: 1000px;
  margin: 0px;
}
.calc_left {
  width: 260px;
  min-width: 260px;
  background: fff;
  display: inline-block;
  padding: 30px;
  vertical-align: top;
}
.calc_right {
  width: 560px;
  min-width: 560px;
  background: fff;
  display: inline-block;
  text-align: left;
  border: 0;
  vertical-align: top;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
}
.calc_left h3 {
	margin-top: 10px;
	font-size: 19px;
	line-height: 21px;
	font-weight: 600;
	text-transform: uppercase;
}
.calc_right h3 {
	text-align: left;
	font-size: 26px;
	line-height: 40px;
	font-weight: 300;
}
.calc_left img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	cursor: zoom-in;
	border: 6px solid #d3d3d3;
	/*box-shadow: 0 0 10px rgba(3, 3, 3, .5);
	-webkit-box-shadow: 0 0 10px rgba(3, 3, 3, .5); //тень для Оперы, Хрома и Сафари 
	-moz-box-shadow: 0 0 10px rgba(3, 3, 3, .5); //тень для Мозилы*/
}
.calc_consultant {
  width: 260px;
  height: 300px;
  min-width: 260px;
  background: fff;
  display: inline-block;
  text-align: center;
  border: 0px;
  vertical-align: top;
}
.calc_consultant img {
height: 300px;
margin-left: 30px;
}
.btn-calc {
  width: 400px;
  height: 70px;
  background: #7DCB8F;
  margin-top: 20px;
  margin-left: 0px;
  padding: 0px;
  border-radius: 10px;
  border:none;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
}
.btn-calc:hover {
  background: #58BC76;
  color: #fff;
}
.calculator h2 a {
  color: #ff9a00;
  text-decoration: none;
  border-bottom: 2px dashed #ff9a00;
  margin: 0;
  padding: 0;
}   
.calculator h2 a:hover {
  color: #cc7a00;
  text-decoration: none;
  border-bottom: 2px dashed #cc7a00;
  margin: 0;
  padding: 0;
} 
h4 {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 1000px;
    min-width: 1000px;
}
h4 a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  margin: 0;
  padding: 0;
}   
h4 a:hover {
  color: #4CAF50;
  text-decoration: none;
  border-bottom: 1px dashed #4CAF50;
  margin: 0;
  padding: 0;
} 
h4 a:focus {
  color: #4CAF50;
  text-decoration: none;
  border-bottom: 1px dashed #4CAF50;
  margin: 0;
  padding: 0;
}   
h5 {
	text-align: center;
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 1000px;
    min-width: 1000px;
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
}
h5 span {
	font-weight: 700;
}
input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=checkbox].css-checkbox + label.css-label {
	padding-left:55px;
	height:50px; 
	display:inline-block;
	line-height:50px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:50px;
	vertical-align:middle;
	cursor:pointer;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -50px;
}
label.css-label {
	background-image:url(../../images/csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-bottom: 20px;
    margin-top: 20px;
}
.slider:hover {
    opacity: 1;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}
.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}	
		
/********* rigap *********/

.rigap {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 30px auto 0px auto;
}
.rigap li {
	display: inline-block;
	width: 300px;
	height: 400px;
	overflow: hidden;
	margin: 50px 10px 0;
	vertical-align: top;
}
.rigap li p {
	margin-top: 15px;
	font-size: 19px;
	line-height: 21px;
	font-weight: 300;
}
.rigap li p span {
	font-weight: 600;
}
.rigap li img {
	width: 290px;
	height: 373px;
}
.rigap li img {	
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
.rigap li:hover img {
	width: 300px;
	height: 383px;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.rigapText {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 0px auto 0px auto;
}
.rigapText li {
	display: inline-block;
	width: 300px;
	margin: 0px 10px 0;
	vertical-align: top;
}
.rigapText li p {
	margin-top: 15px;
	font-size: 19px;
	line-height: 21px;
	font-weight: 300;
}
.rigapText li p span {
	font-weight: 600;
}
.priceRigap1 {
    position: relative;
    top: -150px;
    right: -40px;
    color: #fff;
    font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	-moz-transform: rotate(55deg);
	-webkit-transform: rotate(53deg);
	-o-transform: rotate(53deg);
	-ms-transform: rotate(53deg);
	transform: rotate(53deg);
}

.priceRigap2 {
    position: relative;
    top: -120px;
    right: -40px;
    color: #fff;
    font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	-moz-transform: rotate(55deg);
	-webkit-transform: rotate(53deg);
	-o-transform: rotate(53deg);
	-ms-transform: rotate(53deg);
	transform: rotate(53deg);
}
.priceRigap3 {
    position: relative;
    top: -150px;
    right: -45px;
    color: #fff;
    font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	-moz-transform: rotate(55deg);
	-webkit-transform: rotate(53deg);
	-o-transform: rotate(53deg);
	-ms-transform: rotate(53deg);
	transform: rotate(53deg);
}

/********* steklopaket *********/

.steklopaket {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 50px auto 0px auto;
}
.steklopaket li {
	display: inline-block;
	width: 100%;
	margin: 50px 0 0 0;
	vertical-align: top;
}
.steklopaket li p {
	margin-top: 25px;
	font-size: 19px;
	line-height: 21px;
	font-weight: 300;
}
.steklopaket li p span {
	display: block;
	font-weight: 600;
}
.steklopaket li img {
	display: block;
	margin: 0 auto;
}

/********* timer *********/

.timer {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 40px auto 20px auto;
}
.timer h3 {
    display: block;
    margin: 20px auto 20px auto;
	font-size: 26px;
	line-height: 42px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}	

/********* processes *********/

.processes {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 40px auto 20px auto;
}
.processes h2 {
	font-size: 24px;
	line-height: 33px;
}
.processes h2:before {
	width: 74px;
	height: 6px;
	margin-left: -37px;
	background: #4CAF50;
}
.processes h2 span {
	display: block;
}
.processes li {
	display: inline-block;
	vertical-align: top;
	width: 174px;
	margin: 35px 11px 0;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}
.processes li img {
	display: block;
	margin-bottom: 15px;
}

/********* productAll *********/

.productAll {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 30px auto 0px auto;
}
.productAll h2:before {
	background: #4CAF50;
}
.productAll li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	height: 250px;
	margin: 35px 10px 0;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
    overflow: hidden;
}
.productAll li img {
	display: block;
	margin-bottom: 15px;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
.productAll li:hover img {
	display: block;
	margin-bottom: 15px;
	width: 270px;
	height: 270px;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.productAlltext {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 0px auto 0px auto;
}
.productAlltext li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	margin: 10px 10px 0;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/********* jaluziAll *********/

.jaluziAll {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 30px auto 0px auto;
}
.jaluziAll h2:before {
	background: #4CAF50;
}
.jaluziAll li {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	height: 250px;
	margin: 35px 10px 0;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
    overflow: hidden;
}
.jaluziAll li img {
	display: block;
	margin-bottom: 15px;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
}
.jaluziAll li:hover img {
	display: block;
	margin-bottom: 15px;
	width: 470px;
	height: 270px;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.jaluziAlltext {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 0px auto 0px auto;
}
.jaluziAlltext li {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin: 10px 10px 0;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}

/********* callout *********/

.callout {
	text-align: center;
	width: 100%;
	min-width: 1100px;
	margin: 40px auto 0px auto;
}
.callout h3 {
	padding-bottom: 10px;
	font-size: 17px;
	line-height: 27px;
	font-weight: 300;
}
.callout h3:before {
	width: 128px;
	height: 1px;
	margin-left: -64px;
	background: #797676;
}
.callout h3 span {
	display: block;
}
.callout p {
	font-size: 16px;
	line-height: 50px;
	font-style: italic;
}
.callout .order {
	position: relative;
	width: 870px;
	margin: 0 auto;
	padding: 22px 30px;
	border-radius: 0px;
	background: #e9e8e8;
	border: 6px dashed #4CAF50;
}
.callout .order span {
	display: block;
	float: left;
	padding: 0 10px 0 40px;
	background: url(../../images/potolki/phone-icon.png) 0 5px no-repeat;
	background-size: 40px;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	vertical-align: top;
}
.callout .order span em {
	font-size: 22px;
	line-height: 1;
	font-weight: 400;
}
.callout .order i {
	display: inline-block;
	margin: 0 20px;
	font-size: 20px;
	line-height: 40px;
	font-style: italic;
	vertical-align: top;
}
.callout .order .button {
	float: right;
	padding: 0 15px;
	vertical-align: top;
}

/********* benefits *********/

.benefits {
	padding: 40px;
	width: 100%;
	min-width: 1100px;
	margin: 0px auto 0px auto;
}
.benefits h3 {
	position: relative;
	margin-bottom: 17px;
	font-size: 19px;
	line-height: 21px;
	font-weight: 600;
}
.benefits h3:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 238px;
	height: 1px;
	margin-left: -119px;
	border-bottom: 2px dotted #000;
}
.benefits ul {
	width: 960px;
	margin: 50px auto 0;
	text-align: center;
}
.benefits li {
	display: inline-block;
	width: 270px; 
	margin: 30px 10px 0 10px;
	vertical-align: top;
}
.benefits li:first-child {
	margin: 0 200px;
}
.benefits li p {
	font-size: 15px;
	line-height: 19px;
	font-style: italic;
}
.benefits li img {
	display: block;
	margin: 0 auto 10px;
}

/********* calculation *********/

.calculation {
	padding: 70px 0;
	border-top: 6px solid #696969;
	border-bottom: 6px solid #696969;
	background: #e2e2e2;
}
.calculation form {
	width: 940px; 
	margin: 0 auto;
	border-bottom: 12px solid #73a624;
	border-radius: 8px;
	background: #fff;
}
.calculation .head {
	padding: 15px 100px;
	border-bottom: 3px solid #c8c8c8;
}
.calculation .head img {
	float: left;
	margin-right: 30px;
}
.calculation .head h2 {
	padding-top: 10px;
	font-size: 47px;
	font-weight: 300;
	text-transform: uppercase;
}
.calculation .head h2 span {
	font-weight: 700;
}
.calculation .head p {
	margin-top: 5px;
	font-size: 15px;
	line-height: 20px;
}
.calculation .cont {
	position: relative;
	padding: 30px 0;
	border-bottom: 3px solid #c8c8c8;
	background: #5e5e5e;
	background: linear-gradient(#5e5e5e, #3e3e3e);
	text-align: center;
}
.calculation .cont:after,
.calculation .cont:before {
	content: '';
	position: absolute;
	top: 77px;
	bottom: 28px;
	left: 237px;
	border-left: 2px dotted #fff;
}
.calculation .cont:after {
	left: 581px;
}
.calculation .cont h3 {
	margin-bottom: 28px;
	font-size: 22px;
	font-weight: 600;
	text-align: left;
	color: #fff;
}
.calculation .cont label {
	float: left;
	line-height: 30px;
	color: #fff;
}
.calculation .cont label + label {
	float: right;
	margin-left: 15px;
}
.calculation .cont .col {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 0 21px;
}
.calculation .cont .col:first-child {
	width: 180px;
}
.calculation .cont .row {
	margin-top: 15px;
}
.calculation .cont .input,
.calculation .cont .select {
	float: right;
	width: 190px;
}
.calculation .cont .input-small {
	width: 65px;
}
.calculation .cont .input input.valid {
	background: #fff !important;
	box-shadow: none !important;
}
.calculation .foot {
	padding-top: 25px;
	text-align: center;
	color: #333;
}
.calculation .foot h4 {
	margin: 0 81px;
	padding: 15px 0;
	border-top: 2px dotted #666;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	text-align: left;
}
.calculation .foot h4 span {
	font-weight: 300;
}
.calculation .foot p {
	line-height: 50px;
	font-weight: 300;
}
.calculation .foot p span {
	font-weight: 600;
}
.calculation .foot label {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
	line-height: 30px;
}
.calculation .foot .input {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	margin-right: 30px;
}
.calculation .foot .input input {
	box-shadow: 0 0 0 2px #e3e3e3;
}
.calculation .foot .button {
	margin-top: -4px;
}
.calculation .foot .phone {
	float: right;
	padding-left: 30px;
	background: url(../../images/potolki/phone-icon.png) 0 3px no-repeat;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
}
.calculation .foot .phone em {
	font-size: 22px;
	line-height: 1;
}
.calculation-alt {
	padding: 60px 0 0 0;
	border: none;
	background: none;
}
.calculation-alt form {
	box-shadow: inset 0 0 0 1px #c8c8c8;
}
.calculation-alt .head {
	border-bottom: 0;
}
.calculation-alt .foot {
	background: #5e5e5e;
	background: linear-gradient(#5e5e5e, #3e3e3e);
	color: #fff;
}

/********* works *********/

.works {
	padding-top: 40px;
	padding-bottom: 60px;
	background: #435A6B;
	width: 100%;
	min-width: 1100px;
	margin: 40px auto 0px auto;
}
.works .title {
	color: #fff;
	margin-bottom: 25px;
}

/********* steps *********/

.steps {
	padding-top: 40px;	
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
}
.steps ul {
	position: relative;
	width: 960px;
	margin: 50px auto 0;
	padding-top: 70px;
	text-align: center;
}
.steps ul:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1015px;
	height: 328px;
	margin-left: -500px;
	background: url(../../images/potolki/bg.png);
}
.steps li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 19px;
	font-style: italic;
	text-align: left;
}
.steps li:nth-child(1) {
	width: 350px;
}
.steps li:nth-child(2) {
	width: 310px;
}
.steps li:nth-child(3) {
	width: 280px;
}
.steps li:nth-child(3) p {
	padding-right: 0;
}
.steps li:nth-child(4) {
	width: 400px;
	margin: 170px 0 0 100px;
}
.steps li:nth-child(4) img {
	margin-top: -10px;
}
.steps li:nth-child(5) {
	width: 400px;
	margin-top: 170px;
}
.steps li p {
	padding-right: 30px;
}
.steps li img {
	display: block;
	float: left;
	margin-right: 20px;
}
.steps a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  margin: 0;
  padding: 0;
}   
.steps a:hover {
  color: #4CAF50;
  text-decoration: none;
  border-bottom: 1px dashed #4CAF50;
  margin: 0;
  padding: 0;
}   

/********* delivery *********/

.delivery {
	padding-top: 80px;
}
.delivery h4 {
	display: inline-block;
	margin: 0 0 20px -22px;
	padding: 10px 20px;
	border: 2px dotted #333;
	border-radius: 10px;
	font-style: italic;
}
.delivery p {
	margin-bottom: 5px;
	font-weight: 300;
}
.delivery p strong {
	font-weight: 600;
} 
.delivery ul {
	margin-bottom: 20px;
	padding-left: 20px;
	font-style: italic;
	font-weight: 400;
}
.delivery li:before {
	content: '- ';
}
.delivery .cont {
	position: relative;
	width: 400px;
	height: 400px;
	margin: 60px auto 40px;
	padding-left: 540px;
	font-size: 16px;
	line-height: 20px;
}
.delivery .cont:before {
	content: '';
	position: absolute;
	top: 0;
	right: 430px;
	width: 591px;
	height: 400px;
	background: url(../img/delivery/map.jpg);
}
.delivery .button {
	margin-top: 20px;
}

/********* about *********/

.about {
	padding-top: 40px;
	background-color: #435A6B;
    padding-bottom: 30px;
	width: 100%;
    display: inline-block;
	min-width: 1100px;
	margin: 50px auto 0px auto;
}
.about h2 {
	margin-bottom: 10px;
	color: #fff;
}
.about h2:before {
	background: #4CAF50;
}

/********* clients *********/

.clients {
	padding-top: 80px;
}
.clients h2:before {
	background: #ff9a00;
}
.clients ul {
	width: 960px;
	margin: 20px auto 0;
}
.clients li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 95px;
	margin: 20px 13px 0;
	border: 2px dotted #9e9e9e;
	border-radius: 10px;
}
.clients img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/********* contacts *********/

.contacts {
	width: 100%;
	min-width: 1100px;
	margin: 30px auto 0px auto;
    border: 0px solid #000;
}
.adress {
	width: 1100px;
	min-width: 1100px;
	height: 476px;
	border: 0px solid #000;
	padding: 40px 40px 40px 600px;
	position: relative;
	background-color: #fff;
	margin: 0px auto 0px auto;
}
.adress p {
	font-size: 19px;
	font-weight: 500;
    line-height: 1.7em;
}
.adress span {
    display: block;
	padding: 0 10px 0 40px;
	background: url(../../images/potolki/phone-icon.png) no-repeat;
	background-size: 40px;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	vertical-align: top;
}
.adress h2 {
	font-size: 28px;
	line-height: 33px;
	text-transform: uppercase;
}
.map {
	width: 512px;
	min-width: 512px;
	position: absolute;
	top: 40px; 
    left: 40px;

}
.map-in {
	width: 512px;
	min-width: 512px;
	padding: 0px;
	border: 6px solid #fff;
    background: rgba(0,0,0,0.22);
    height: 412px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.22);
}
.email .list a{
	font-size: 20px;
    text-decoration: inherit;
}
.end {
	padding-top: 0px;
	background-color: #fff;
    border-top: 6px solid #ff9a00;
    padding-bottom: 0px;
	width: 100%;
	min-width: 1100px;
	margin: 40px auto 0px auto;
}
.email p {
	padding: 15px 5px 0 5px;
  text-align: center;
  font-size: small;
}

/********* scrollup *********/    

.scrollup{
  width:40px;
  height:40px;
  opacity:0.5;
  position:fixed;
  bottom:50%;
  right:5%;
  display:none;
  text-indent:-9999px;
  background: url('../images/icon_top.png') no-repeat;
}

/*----------------------------------------------*/
/*                    POPUPS                    */
/*----------------------------------------------*/

/********* overlay *********/

.overlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}

/********* popups *********/

.popup {
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	display: none;
	width: 440px;
	margin: -159px 0 0 -250px;
	padding: 30px;
	border-radius: 8px;
	border-bottom: 8px solid #73a624;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.7);
	text-align: center;
	overflow: hidden;
}
.popup h3 {
	margin: -30px -30px 25px;
	padding: 25px 30px 20px;
	border-bottom: 3px solid #c8c8c8;
	font-size: 22px;
	text-transform: uppercase;
	text-align: left;
}
.popup h4 {
	margin-bottom: 20px;
	font-size: 46px;
	font-weight: 300;
	text-transform: uppercase;
}
.popup p {
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
}
.popup p strong {
	font-weight: 600;
}
.popup label {
	line-height: 26px;
	text-align: left;
	color: #333;
}
.popup input {
	box-shadow: 0 0 0 2px #e3e3e3;
}
.popup .input {
	margin-bottom: 10px;
}
.popup .button {
	margin-top: 15px;
}
.popup-closer {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 11px;
	height: 11px;
	background: url(../img/popups/closer.png) no-repeat;
	opacity: 0.6;
}
.popup-closer:hover {
	opacity: 1;
}

/********* popup success *********/

.popup-success {
	padding: 50px 30px;
	margin-top: -114px;
}

/********* back on top *********/

.back_to_top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 7px;
    text-decoration: none;
    font-size: 24px;
    border: 2px solid;
    padding: 0px 5px 5px;
    z-index: 999;
    background-color: #7193b2;
    border-color: #7193b2;
    color: #f9f9f9;
    border-radius: 5px;
    height: 35px;
    text-shadow: -1px 1px 1px rgba(95, 41, 0, 0.75);
}
a.back_to_top:hover {
  border-color: #FF9A00 ;
  background-color: #FF9A00 ;
  color:#f9f9f9;
  text-shadow: -1px 1px 1px rgba(95, 41, 0, 0.75);
}

/*-------------------------------------------------------*/

.text-left {
    text-align: left !important;
}
.testimonial_inner {
    position: relative;
    padding: 15px;
    margin: 0px 0px 0px 50px;
    width: 480px;
    height: 200px;
    float: left;
}
.text-left {
	width: 1100px;
	min-width: 1100px;
	margin: 0px auto 0px auto;
}
.testimonial_image img {
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 100px;
}
.testimonial .testimonial_text {
    padding-left: 100px;
}
.testimonial_text blockquote{
    font-style: italic;
    padding: 15px;
    border-radius: 10px;
    background-color: #e9e8e8;
}
.testimonial {
	padding-top: 30px;
}
.star-rating, .star-rating {
    text-align: left !important;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    width: 5.4em;
    font-family: "icomoon" !important;
}
.testimonial_text .test_content {
    line-height: 135%;
}
.tx-div.small {
    width: 30px;
}
.tx-div {
    display: block;
    height: 3px;
    background-color: #63A5C6;
    margin: 10px 0 10px;
}
.testimonial_text .test_name {
    display: inline-block;
    font-weight: bold;
    float: right;
    margin-top: 5px;
    color: #e9e8e8;
}
.testimonial_text .test_company {
    display: inline-block;
    margin-left: 5px;
    color: #777;
    float: right;
    margin-top: 5px;
}

/***************************/

.about .tbox_container {
    width: 940px;
    margin: 0px auto;
}
.tbox_content {
	  width: 50%;
    float: left;
    padding: 0 40px 0 0;
}
.testimonial_box {
    padding: 0 0 0 25px;
    margin: 15px 0;
    width: 100%;
    padding-left: 0;
    position: relative;
}
.testimonial_box .details {
    float: left;
    margin-right: 10px;
    width: 90px;
}
.testimonial_box .details img {
    border-radius: 50%;
}
.testimonial_box .details h6 {
    font-size: 10px;
    font-weight: normal;
    margin: 10px 0 0;
    line-height: 1.4;
}
.testimonial_box .details h6 strong {
    display: block;
}
.testimonial_box blockquote {
    margin-left: 90px;
}
.testimonial_box blockquote {
    background: #ddd;
    color: #343434;
}
.testimonial_box blockquote {
    margin: 0;
    padding: 15px;
    border: 0;
    font-size: 12px;
    font-style: italic;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

/********* FAQ *********/

.faq {
    width: 100%;
	min-width: 1100px;
	margin: 0 auto;
}
.faq .ques {
    width: 960px;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    padding-top: 30px;
}
.color-overlay {
    background: rgba(255, 255, 255, 0.65);
    padding-bottom: 60px;
}
.faq .title {
	padding-top: 40px !important;
}
.faq .textthat {
	display: inline-block;
	margin: 0px 20px 10px 20px;
	padding: 15px;
	float: right;
	text-align: center;
    vertical-align: top;
    width: 400px;
    font-size: 16px;
    line-height: 22px;
    border: 6px dashed #4CAF50;;
    border-radius: 0px;
    background-color: rgba(117, 167, 192, 0.17);
}
.faq .textthat p {
	padding: 10px;
	font-size: 18px;
    line-height: 20px;
}
.faq .textcontain {
	font-size: 14px;
    line-height: 18px;
}
.faq .blue{
	font-size: 18px;
}
.faq .blue a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  border-bottom: 2px dashed #000;
  margin: 0;
  padding: 0;
}   
.faq .blue a:hover {
  color: #4CAF50;
  text-decoration: none;
  border-bottom: 2px dashed #4CAF50;
  margin: 0;
  padding: 0;
}   
.faq strong {
	font-weight:bold;
}
.faq .orange{
	    font-size: 18px;
    color: rgb(11, 115, 167);
}
.email span {
    margin: 0 !important;
    padding: 12px 0;
    border-radius: 8px 8px 0 0;
    background: none;
    font-size: 26px;
    font-weight: 500;
}
.widget-social-icons {
    float: none;
    text-align: left;
    padding: 9px 0;
    margin: 0 10px;
}
.social-icons_link {
        font-size: 35px;
    padding: 0 8px;
    color: rgba(101, 97, 81, 0.56);
    transition: all 200ms ease-out;
}
.social-icons__link:hover { color: #282828; }