.representatives  {
	
    line-height: 0px;
}
section.projects ul.projects li .comment {
    display: none;
}
*{
	padding: 0;
	margin: 0;
	outline: none;
}
html * {max-height:1000000px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: inherit;
	vertical-align: top;
	background: transparent;
	font-family: 'MuseoSansBold',sans-serif;
}
ol, ul{
	list-style: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary{
	display: block;
}
/* header */
header{
	margin: -780px 0px 0px 0px;
	background: #ffffff;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f4f2ef 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #f4f2ef));
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #f4f2ef 100%);
	background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #f4f2ef 100%);
	background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #f4f2ef 100%);
	background: radial-gradient(ellipse at center, #ffffff 0%, #f4f2ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f2ef', GradientType=1 );
	width: 100%;
	min-width: 1200px;
	height: 680px;
	text-align: left;
	z-index: 100;
}
header .page{
	position: relative;
	z-index: 1003;
}
header .logo, header .lang{
	display: inline-block;
	vertical-align: top;
}
header .logo{
	margin: 44px 30px 0px 0px;
}
header .lang{
	margin: 67px 0px 0px;
}	
header .lang > a{
	margin: 0px 10px 0px 0px;
	padding: 0px 10px;
	display: inline-block;
	vertical-align: top;
	font: 300 16px/22px 'MuseoRegular',sans-serif;
	height: 24px;
	color: #495c64;
	border: 1px solid #495c64;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
header .lang > a.active, header .lang > a:hover{
	color: #03a9f4;
	border: 1px solid #03a9f4;
}
.back_call {
	display: block;
  border-bottom: 1px dashed #03a9f4;
  color: #03a9f4;
	width: 176px;
	position: relative;
	text-align: center;
	transform: translate(82px, -10px);
	-webkit-transform: translate(82px, -10px);
	-ms-transform: translate(82px, -10px);
	font-size: 18px;
	cursor: pointer;
}
.back_call:hover {
	border-bottom: 1px dashed #03a9f4;
}
header h1{	
	margin: 80px 0px 0px;	
	font: 900 30px/60px 'MuseoRegular',sans-serif;
	color: #495c64;
	text-transform: uppercase;
}
header h2{
	margin: 0px 0px 90px;	
	font: 300 26px/48px 'MuseoRegular',sans-serif;
	color: #495c64;
}
header h2 > a{
	display: none;
	padding: 0px 20px 0px 5px;
	background: url(../images/arrow.png) no-repeat 100% 50%;		
}
header h2 > a > span{
	font: 300 26px/48px 'MuseoRegular',sans-serif;
	color: #03a9f4;
	border-bottom: 1px dashed #03a9f4;
}
header h2 > ul{
	margin: 0px 0px 0px 477px;
	padding: 10px;
	position: absolute;
	z-index: 1005;
	display: none;
	background: rgba(243,243,243,0.8);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
header h2 > ul li{
	margin: 0px;
	height: 36px;
}
header h2 > ul li a{
	font: 300 26px/36px 'MuseoRegular',sans-serif;
	color: #03a9f4;
}
header ul.head{
	margin: 0px 0px 35px;
	text-align: left;
}
header ul.head > li{
	display: inline-block;
	vertical-align: top;
	width: 290px;
}
header ul.head > li:nth-child(2){
	width: 250px;
}
header ul.head > li img, header ul.head > li p{
	display: inline-block;
	vertical-align: middle;
}
header ul.head > li p{
	padding: 0px 0px 0px 10px;
	font: 16px/24px 'MuseoSansLight',sans-serif;
	color: #495c64;
}
header .mouse{
	text-align: center;
}
a {
	cursor: pointer;
}
/* nav */
div.nav{
	margin: 0px auto;
	background: #f3f3f3;
	-webkit-box-shadow: 0 -1px 2px 0 rgba(210,209,206,0.54);
	box-shadow: 0 -1px 2px 0 rgba(210,209,206,0.54);
	width: 100%;
	min-width: 1200px;
	height: 70px;
	position: relative;
}
nav{
	margin: 0px auto;
	background: #f3f3f3;
	-webkit-box-shadow: 0 -1px 2px 0 rgba(210,209,206,0.54);
	box-shadow: 0 -1px 2px 0 rgba(210,209,206,0.54);
	width: 100%;
	min-width: 1000px;
	text-align: left;
}
nav.fix{
	position: fixed;
	top: 0;
	z-index: 1005;
	-webkit-box-shadow: 0 1px 2px 0 rgba(210,209,206,0.54);
	box-shadow: 0 1px 2px 0 rgba(210,209,206,0.54);
}
nav .page{
	padding: 0px;
	position: relative;
	z-index: 1003;
}
menu{
	font-size: 0px;
}
menu li{
	margin: 0px 50px 0px 0px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	height: 85px;
}
menu li a{
	display: block;
	font: 15px/70px 'MuseoRegular',sans-serif;
	color: #5f7179;
	text-decoration: none;
	text-transform: uppercase;
}
menu li:hover a{
	color: #03a9f4;
}
.live_line{
	color: #5f7179;
	font-weight: bold !important; 
	font-size: 14px;
}
nav .call{
	float: right;
	width: 290px;
	font: 700 20px/30px 'MuseoRegular',sans-serif;
	color: #5f7179;
}
nav .call span{
	margin: 0px -10px;
	*background: url(../images/call.png) no-repeat #ff5722;
	width: 382px;
	height: 45px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size:18px;
}
@-webkit-keyframes ripple-out {
	100% {
    	bottom: -10px;
    	left: -10px;
    	opacity: 0;
    	right: -10px;
    	top: -10px;
	}
}
@keyframes ripple-out {
	100% {
    	bottom: -10px;
    	left: -10px;
    	opacity: 0;
    	right: -10px;
    	top: -10px;
	}
}
.ripple-out {
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	position: relative;
	transform: translateZ(0px);
	vertical-align: middle;
    -webkit-border-radius: 50%;
	border-radius: 50%;
}
.ripple-out::before {
	animation-name: ripple-out;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	border: 1px solid #ff5722;
	bottom: -5px;
	content: "";
	left: -5px;
	position: absolute;
	right: -5px;
	top: -5px;
    -webkit-border-radius: 50%;
	border-radius: 50%;
}
/* footer */
footer{
	margin: 0px auto;
	padding: 20px 0px;
	min-width: 1200px;
	/*height: 207px;*/
	background: #f3f3f3;
	text-align: left;
	-webkit-box-shadow: 0 -1px 2px 0 rgba(210,209,206,0.54);
	box-shadow: 0 -1px 2px 0 rgba(210,209,206,0.54);
}
footer .logo, footer .copy{
	display: inline-block;
	vertical-align: top;
}
footer .copy{
	margin: 10px 0px 0px;
	float: right;
	font: 18px/24px 'MuseoSansLight',sans-serif;
	color: #5f7179;
	text-align: right;
}
footer .copy a{
	font: 18px/24px 'MuseoSansLight',sans-serif;
	color: #03a9f4;
}
footer .copy a:hover{
	border-bottom: 1px dashed #03a9f4;
}
/* section */
section{
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	min-width: 1200px;
	text-align: center;
}
.page{
	margin: 0px auto;
	padding: 1px 0px;
	width: 960px;
}
section#header-bg{
	position: relative;
	z-index: 1002;
}
section.header-window{ 
	background: url(../images/header-window.png) no-repeat 50% 0;
	height: 780px;
	position: relative;
}
section[data-city=city-1]{ background: url(../images/header-bg-1.jpg) no-repeat 50% 0;}
section[data-city=city-2]{ background: url(../images/header-bg-2.jpg) no-repeat 50% 0;}
section[data-city=city-3]{ background: url(../images/header-bg-3.jpg) no-repeat 50% 0;}
section[data-city=city-4]{ background: url(../images/header-bg-4.jpg) no-repeat 50% 0;}
section[data-city=city-5]{ background: url(../images/header-bg-5.jpg) no-repeat 50% 0;}
section[data-city=city-6]{ background: url(../images/header-bg-6.jpg) no-repeat 50% 0;}
section[data-city=city-7]{ background: url(../images/header-bg-7.jpg) no-repeat 50% 0;}
section.figures-1{
	background: url(../images/figures-1.png) no-repeat 50% 0;
}
section.figures-2{
	background: url(../images/figures-2.png) no-repeat 50% 0;
}
section.advantages{
	background: #fcfcfc;
}
section.advantage{
	padding: 50px 0px 0px;
}
section.advantage-3{
	background: url(../images/advantage-3.jpg) no-repeat 50% 0;
	height: 860px;
}
section.profiles{
	background: url(../images/profiles.jpg) no-repeat 50% 0;
	min-height: 1000px;
	border-top: 1px solid #fff;
	-webkit-box-shadow: 0 0 11px 0 rgba(3,169,244,0.31);
	box-shadow: 0 0 11px 0 rgba(3,169,244,0.31);
}
section.projects, section.sert, section.contacts{
	background: url(../images/bg.jpg) repeat-y 50% 0;
}
section.products{
	background: url(../images/prod-bg.jpg) no-repeat 50% 0;
	height: 965px;
}
/* наша продукция окна */
section.windows-bg{
	background-position: 50% -50px;
	height: 600px;
}
section.windows-1{
	background: url(../images/windows-1.jpg) no-repeat 50% 0;
	height: 600px;
}
section.windows-2{
	background: url(../images/windows-2.png) no-repeat 50% 0;
	height: 600px;
}
section.windows-3{
	background: url(../images/windows-3.png) no-repeat 50% 0;
	height: 600px;
}
section[data-city=city-1-bg]{ background: url(../images/city-1.jpg) no-repeat;}
section[data-city=city-2-bg]{ background: url(../images/city-2.jpg) no-repeat;}
section[data-city=city-3-bg]{ background: url(../images/city-3.jpg) no-repeat;}
section[data-city=city-4-bg]{ background: url(../images/city-4.jpg) no-repeat;}
section[data-city=city-5-bg]{ background: url(../images/city-5.jpg) no-repeat;}
section[data-city=city-6-bg]{ background: url(../images/city-6.jpg) no-repeat;}
section[data-city=city-7-bg]{ background: url(../images/city-7.jpg) no-repeat;}
section.map{
	height: 500px;
}
section h3{
	margin: 80px 0px 30px;
	font: 700 24px/40px 'MuseoRegular',sans-serif;
	color: #495c64;
}
section.profiles h3{
	margin: 50px 0px 40px;
}
section.products h3{
	margin: 50px 0px 10px;
}
section.map h3{
	margin: 20px 0px;
}
section h3 > span{
	font: 900 36px/45px 'MuseoRegular',sans-serif;
	text-transform: uppercase;
}
section h4{
	margin: 20px 0px;
	font: 500 30px/45px 'MuseoRegular',sans-serif;
	color: #495c64;
}
section.contacts h4{
	margin: 90px 0px 70px;
	font: 48px/72px 'MuseoSansMedium',sans-serif;
	color: #495c64;
	text-transform: uppercase;
}
section.contacts h4 a{
	font: 100 48px/72px 'MuseoSansLight',sans-serif;
	color: #03a9f4;
	text-transform: none;
	border-bottom: 1px dashed #03a9f4;
}
section.contacts p{
	margin: 70px 0px;
	font: 100 24px/30px 'MuseoSansLight',sans-serif;
	color: #495c64;
}
section.contacts p span{
	font: 48px/60px 'MuseoSansMedium',sans-serif;
}
section.advantages p{
	margin: 0px 0px 60px;
	padding: 0px 0px 0px 50px;
	font: 18px/30px 'MuseoSansLight',sans-serif;
	color: #495c64;
	text-align: left;
	border-left: 1px solid #e0e0e0;
	width: 700px;
}
section.advantage p{
	margin: 30px 0px;
	font: 20px/32px 'MuseoSansLight',sans-serif;
	color: #495c64;
}
section.advantage-3 p{
	margin: 30px 0px 300px;
}
section.products p{
	margin: 10px 0px 30px;
	font: 20px/30px 'MuseoSansLight',sans-serif;
	color: #495c64;
}
section ul.ad-ul, section.advantages p{
	display: inline-block;
	vertical-align: top;
}
section ul.ad-ul > li{
	margin: 0px 0px 30px;
	width: 260px;
	font: 100 16px/24px 'MuseoSansLight',sans-serif;
	color: #777777;
	text-align: left;
}
section ul.ad-ul > li span{
	font: 100 36px/24px 'MuseoSansLight',sans-serif;
	color: #ff5722;
	vertical-align: baseline;
}
section .window{
	margin: 0px 0px 100px;
	background: url(../images/window.png) no-repeat 50% 0;
	width: 960px;
	height: 450px;
	position: relative;
}
section .window > .window-rain{
	background: url(../images/window-rain.png) no-repeat;
	width: 960px;
	height: 450px;
	overflow: hidden;
}
section .window > .window-rain .rain{
	margin: 177px 0px 0px 172px;
	width: 155px;
	height: 216px;	
	position: relative;
}
section .window > .window-rain .rain img{
	border: 2px solid #4c4c4c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	height: 100%;	
}
section ul.profiles-type > li{
	margin: 0px 5px 40px;
	padding: 0px 15px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	background: #ff5722;
	-webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.24);
	box-shadow: 0 2px 9px 0 rgba(0,0,0,0.24);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	transition: all 300ms ease 0s;
}
section ul.profiles-type > li.active, section ul.profiles-type > li:hover{
	background: #fcfcfc;
}
section ul.profiles-type > li.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #fcfcfc;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
section ul.profiles-type > li a{
	font: 20px/48px 'MuseoSansMedium',sans-serif;
	color: #fff;
}
section ul.profiles-type > li.active a, section ul.profiles-type > li:hover a{
	color: #ff5722;
	border-bottom: none;
}
section ul.profiles > li{
	margin: 0px 0px 60px;
	display: none;
}
section ul.profiles > li.active{
	
}
section ul.profiles > li > h5{
	margin: 40px 0px;
	font: 300 20px/32px 'MuseoRegular',sans-serif;
	color: #777777;
}
section ul.profiles > li > h5 span{
	font: 700 30px/40px 'MuseoRegular',sans-serif;
	color: #03a9f4;
	text-transform: uppercase;
}
section ul.profiles > li > .profile_block{
	width: 960px;
	height: 630px;
}
section ul.profiles > li > .profile_block_1{ background: url(../images/profile-1.png) no-repeat;}
section ul.profiles > li > .profile_block_2{ background: url(../images/profile-2.png) no-repeat;}
section ul.profiles > li > .profile_block_3{ background: url(../images/profile-3.png) no-repeat;}
section ul.profiles > li > .profile_block_4{ background: url(../images/profile-4.png) no-repeat;}
section ul.profiles > li > .profile_block ul{
	display: inline-block;
	vertical-align: top;
	width: 480px;
}
section ul.profiles > li > .profile_block ul > li{
	margin: 0px 0px 0px 55px;
	font: 300 18px/24px 'MuseoSansLight',sans-serif;
	color: #495c64;
	text-align: left;
}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(1){ margin: 125px 0px 130px 55px;}
section ul.profiles > li > .profile_block_3 ul.prof-1 > li:nth-child(1){ margin: 130px 0px 100px 60px;}
section ul.profiles > li > .profile_block_4 ul.prof-1 > li:nth-child(1){ margin: 140px 0px 100px 60px;}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(3){ margin: 50px 0px 60px 55px;}
section ul.profiles > li > .profile_block_4 ul.prof-1 > li:nth-child(3){ margin: 50px 0px 60px 45px;}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(1){ margin: 0px 0px 240px 270px;}
section ul.profiles > li > .profile_block_4 ul.prof-2 > li:nth-child(1){ margin: 0px 0px 250px 270px;}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(2){ margin: 0px 0px 120px 270px;}
section ul.profiles > li > .profile_block_2 ul.prof-2 > li:nth-child(2){ margin: 0px 0px 110px 270px;}
section ul.profiles > li > .profile_block_3 ul.prof-2 > li:nth-child(2){ margin: 0px 0px 110px 270px;}
section ul.profiles > li > .profile_block_4 ul.prof-2 > li:nth-child(2){ margin: 0px 0px 110px 270px;}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(3){ margin: 0px 0px 40px 140px;}
section ul.profiles > li > .profile_block_3 ul.prof-2 > li:nth-child(3){ margin: 0px 0px 40px 145px;}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(4){ margin: 0px 0px 0px 135px;}
section ul.profiles > li > .profile_block_3 ul.prof-2 > li:nth-child(4){ margin: 0px 0px 0px 140px;}
section ul.profiles > li > .profile_block ul > li p{
	font: 300 18px/24px 'MuseoSansLight',sans-serif;
	color: #495c64;
	text-align: left;
}
section ul.profiles > li > .profile_block ul > li > div{
	position: absolute;	
}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(1) > div{
	margin: 25px 0px 0px 250px;
	width: 84px;
	height: 235px;
}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(1) > div div{
	background: url(../images/lines/1.png) no-repeat 19px 28px;
	width: 84px;
	height: 235px;
}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(2) > div{
	margin: 20px 0px 0px 225px;
	width: 99px;
	height: 97px;
}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(2) > div div{
	background: url(../images/lines/2.png) no-repeat 25px 23px;
	width: 99px;
	height: 97px;
}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(3) > div{
	margin: 20px 0px 0px 180px;
	width: 131px;
	height: 16px;
}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(3) > div div{
	background: url(../images/lines/3.png) no-repeat 29px 15px;
	width: 131px;
	height: 16px;
}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(4) > div{
	margin: -10px 0px 0px 220px;
	width: 137px;
	height: 23px;
}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(4) > div div{
	background: url(../images/lines/4.png) no-repeat 29px 0px;
	width: 137px;
	height: 23px;
}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(1) > div{
	margin: 20px 0px 0px -200px;
	width: 173px;
	height: 108px;
}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(1) > div div{
	background: url(../images/lines/5.png) no-repeat 0px 15px;
	width: 173px;
	height: 108px;
}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(2) > div{
	margin: -2px 0px 0px -157px;
	width: 131px;
	height: 16px;
}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(2) > div div{
	background: url(../images/lines/3.png) no-repeat 0px 15px;
	width: 131px;
	height: 16px;
}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(3) > div{
	margin: -2px 0px 0px -153px;
	width: 137px;
	height: 54px;
}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(3) > div div{
	background: url(../images/lines/6.png) no-repeat 0px 15px;
	width: 137px;
	height: 54px;
}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(4) > div{
	margin: -2px 0px 0px -153px;
	width: 131px;
	height: 16px;
}
section ul.profiles > li > .profile_block ul.prof-2 > li:nth-child(4) > div div{
	background: url(../images/lines/3.png) no-repeat 0px 15px;
	width: 131px;
	height: 16px;
}
section ul.profiles > li > .profile_block ul > li > div > span{
	background: url(../images/circle.png) no-repeat;
	width: 29px;
	height: 29px;
	display: block;
	position: absolute;
}
section ul.profiles > li > .profile_block ul.prof-2 > li > div > span{
	float: right;
	position: relative;
}
section ul.profiles > li > .profile_block ul.prof-1 > li:nth-child(4) > div span{
	margin: 8px 0px 0px;
}
section ul.profiles > li > .koeff_block, section ul.profiles > li > .palitra_block{
	display: inline-block;
	vertical-align: top;	
}
section ul.profiles > li > .koeff_block{
	margin: 70px 0px 70px 10px;
	background: url(../images/koeff.png) no-repeat 30px 60px #fcfdfe;
	width: 495px;
	height: 260px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: left;
}
section ul.profiles > li > .koeff_block > h5{
	font: 18px/60px 'MuseoSansBlack',sans-serif;
	color: #585858;
	text-align: center;
}
section ul.profiles > li > .koeff_block > p.win-p, section ul.profiles > li > .koeff_block > p.kf-p{
	display: inline-block;
	vertical-align: top;
}
section ul.profiles > li > .koeff_block > p.win-p{
	margin: 10px 0px 10px 30px;
	padding: 0px 0px 0px 10px;
	width: 280px;
	font: 16px/26px 'MuseoSansMedium',sans-serif;
	color: #999;
}
section ul.profiles > li > .koeff_block > p.win-p-s{
	font: 16px/26px 'MuseoSansBlack',sans-serif;
	color: #03a9f4;
}
section ul.profiles > li > .koeff_block > p.win-p > span{
	margin: 0px 0px 0px -10px;
	display: block;
	width: 1px;
	height: 11px;
	background: #999;
	transition: all 1000ms ease 0s;
}
section ul.profiles > li > .koeff_block > p.win-p-s > span{
	width: 1px;
	background: #03a9f4;
}
section ul.profiles > li > .koeff_block > p.kf-p{
	margin: 30px 0px 0px 10px;
	font: 100 18px/21px 'MuseoSansLight',sans-serif;
	color: #999;
}
section ul.profiles > li > .koeff_block > p.kf-p-s{
	color: #03a9f4;
}
section ul.profiles > li > .koeff_block > p.kf-p b{
	font: 18px/21px 'MuseoSansBlack',sans-serif;
}
section ul.profiles > li > .palitra_block{
	margin: 30px 0px 0px;
	width: 450px;
	height: 400px;
	overflow: hidden;
}
section ul.profiles > li > .palitra_block > h5{
	font: 15px/24px 'MuseoSansLight',sans-serif;
	color: #585858;
}
section ul.profiles > li > .palitra_block > h5 span{
	font: 18px/24px 'MuseoSansBlack',sans-serif;
}
section ul.profiles > li > .palitra_block .palitra{
	margin: 40px auto;
	width: 100px;
	position: relative;
}
section ul.profiles > li > .palitra_block .palitra > div{
	margin: 160px 0px 0px 40px;
	position: absolute;
	background: url(../images/palitra/cirkle.png) no-repeat;
	width: 22px;
	height: 22px;
	z-index: 100;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.46);
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.46);
}
section ul.profiles > li > .palitra_block .palitra > ul li{
	width: 100px;
	height: 200px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.36);
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.36);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	transition: all 1000ms ease 0s;
}
section ul.profiles > li > .palitra_block .palitra > ul li.color-1{ background: url(../images/palitra/1.png) no-repeat;}
section ul.profiles > li > .palitra_block .palitra > ul li.color-2{ background: url(../images/palitra/2.png) no-repeat;}
section ul.profiles > li > .palitra_block .palitra > ul li.color-3{ background: url(../images/palitra/3.png) no-repeat;}
section ul.profiles > li > .palitra_block .palitra > ul li.color-4{ background: url(../images/palitra/4.png) no-repeat;}
section ul.profiles > li > .palitra_block .palitra > ul li.color-5{ background: url(../images/palitra/5.png) no-repeat;}
section ul.profiles > li > .palitra_block .palitra > ul li.color-6{ background: url(../images/palitra/6.png) no-repeat;}
section ul.profiles > li > .palitra_block_3 .palitra > ul li.color-3{ background: url(../images/palitra/7.png) no-repeat;}
section ul.profiles > li > .palitra_block_3 .palitra > ul li.color-6{ background: url(../images/palitra/8.png) no-repeat;}
section ul.profiles > li > .palitra_block_4 .palitra > ul li.color-3{ background: url(../images/palitra/7.png) no-repeat;}
section ul.profiles > li > .palitra_block_4 .palitra > ul li.color-6{ background: url(../images/palitra/8.png) no-repeat;}
section ul.profiles > li > .palitra_block .palitra > ul li a{
	width: 100px;
	height: 200px;
	font: 16px/24px 'MuseoSansBold',sans-serif;
	color: #fff;
}
a.tooltips {
	position: relative;
	display: inline-block;
}
a.tooltips span {
	position: absolute;
	width:180px;
	font: 16px/24px 'MuseoSansRegular',sans-serif;
	color: #585858;
	background: #EDE6E6;
	height: 37px;
	line-height: 37px;
	text-align: center;
	visibility: hidden;
	border-radius: 5px;
	bottom: 200px;
	left: 50%;
	margin-left: -76px;
}
a.tooltips span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0; height: 0;
	border-top: 8px solid #EDE6E6;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
a:hover.tooltips span {
	visibility: visible;
	opacity: 0.9;
	z-index: 999;
}
section .deviz{
	margin: 0px 0px 40px;
	background: url(../images/deviz.png) no-repeat 100% 0 #fff;
	width: 960px;
	height: 180px;
	-webkit-box-shadow: 0 2px 9px 0 #d2d3d4;
	box-shadow: 0 2px 9px 0 #d2d3d4;	
	-webkit-border-radius: 25px 95px 25px 25px;
	border-radius: 25px 95px 25px 25px;
	text-align: left;
}
section .deviz span, section .deviz p{
	display: inline-block;
	vertical-align: middle;
}
section .deviz span{
	margin: 50px 0px 0px 60px;
	padding: 0px 0px 0px 10px;
	font: 300 28px/69px 'MuseoRegular',sans-serif;
	color: #495c64;
	background: url(../images/deviz-span.png) no-repeat;
	width: 229px;
	height: 69px;
}
section .deviz p{
	margin: 50px 0px 0px 50px;
	font: 700 28px/42px 'MuseoRegular',sans-serif;
	color: #495c64;
}
section ul.products-type > li{
	margin: 0px 5px 15px;
	padding: 0px 15px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
}
section ul.products-type > li.active, section ul.products-type > li:hover{
	background: #fcfcfc;
	-webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.24);
	box-shadow: 0 2px 9px 0 rgba(0,0,0,0.24);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
section ul.products-type > li.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #fcfcfc;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
section ul.products-type > li a{
	font: 20px/48px 'MuseoSansMedium',sans-serif;
	color: #03a9f4;
	border-bottom: 1px dashed #03a9f4;
}
section ul.products-type > li.active a, section ul.products-type > li:hover a{
	color: #6d7a7f;
	border-bottom: none;
}
ul.products{
	margin: 0px 0px 20px;
	height: 600px;
}
ul.products > li{
	width: 100%;
	visibility: hidden;
	position: absolute;
}
ul.products > li.active{
	visibility: visible;
}
section ul.projects li{
	width: 960px;
}
section ul.projects li > p{
	margin: 30px 0px;
	font: 300 30px 'MuseoRegular',sans-serif;
	color: #495c64;
}
section ul.projects li ul.photos li{
	margin: 0px 0px 25px 20px;
	display: inline-block;
	vertical-align: top;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.34);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.34);
	width: 236px;
	height: 320px;
	position: relative;
}
section ul.projects li ul.photos li.big{
	margin: 0px 0px 25px;
	width: 428px;
}
section ul.projects li ul.photos li img{
	border: 5px solid #f7f8fa;
}
section ul.projects li ul.photos li > a{
	position: absolute;
	width: 100%;
	height: 100%;
	border: 5px solid #f7f8fa;
	background: rgba(255,87,34,0.21);
	-webkit-box-shadow: 0 5px 15px 0 #7192ad;
	box-shadow: 0 5px 15px 0 #7192ad;
	opacity: 0;
}
section ul.projects li ul.photos li > a:hover{
	opacity: 1;
}
section ul.projects li .comment{
	margin: 0px auto 20px;
	padding: 30px 80px;
	background: #f7f8fa;
	width: 940px;
	-webkit-box-shadow: 0 1px 4px 0 #b5ccde;
	box-shadow: 0 1px 4px 0 #b5ccde;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
}
section ul.projects li .comment img, section ul.projects li .comment p{
	display: inline-block;
	vertical-align: top;
}
section ul.projects li .comment img{
	margin: 0px 50px 0px 0px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
section ul.projects li .comment p{
	font: 100 18px/30px 'MuseoSansLight',sans-serif;
	color: #495c64;
}
section ul.projects li .comment p span{
	font: 700 24px 'MuseoRegular',sans-serif;
}
section ul.sert li{
	margin: 20px 0px 50px;
	width: 960px;
}
section ul.sert li > div, section ul.sert li > p{
	display: inline-block;
	vertical-align: top;
}
section ul.sert li > div{
	padding: 14px 0px 0px 4px;
	background: url(../images/ramka.jpg) no-repeat;
	width: 243px;
	height: 331px;
	font: 100 18px/30px 'MuseoSansLight',sans-serif;
	color: #495c64;
}
section ul.sert li > p{
	margin: 0px 0px 0px 40px;
	font: 19px/36px 'MuseoRegular',sans-serif;
	color: #666666;
	text-align: left;
	width: 670px;
}
section ul.sert li > p span{
	font: 24px 'MuseoSansMedium',sans-serif;
}
section .map_info{
	margin: 15px 0px 0px 440px;
	padding: 0px 30px 30px;
	position: absolute;
	z-index: 100;
	width: 500px;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 21px 0 rgba(0,0,0,0.34);
	box-shadow: 0 1px 21px 0 rgba(0,0,0,0.34);
	text-align: left;
}
section .map_info h4{
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 30px;
	font: 700 21px/32px 'MuseoRegular',sans-serif;
	color: #495c64;
}
section .map_info p{
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font: 100 18px/32px 'MuseoRegular',sans-serif;
	color: #666666;
}
section .map_info p.adres{ background: url(../images/adres.jpg) no-repeat;}
section .map_info p.adress{ background: url(../images/adres.jpg) no-repeat;}
section .map_info p.phone{ background: url(../images/phone.jpg) no-repeat;}
section .map_info p.phone2{ background: url(../images/phone.jpg) no-repeat;}
section .map_info p.phonee{ background: url(../images/phone.jpg) no-repeat;}
section .map_info p.mail{ background: url(../images/mail.jpg) no-repeat;}
section .map_info p.time{ background: url(../images/time.jpg) no-repeat;}
section .map_info p a{
	font: 100 18px/32px 'MuseoRegular',sans-serif;
	color: #666666;
}
section .map_info .representatives{
	display: none;
}
section .map_info .representatives[data-city=city-1]{
	display: block;
}
section .map_info .representatives p{
	padding: 0px 0px 0px 30px;
	font: 100 18px/27px "MuseoRegular",sans-serif
}
section .dilers{
	text-align: left;
}
section .dilers ul li{
	display: inline-block;
	vertical-align: top;
	width: 480px;
}
section .dilers h4{
	margin: 30px 0px 0px;
	padding: 0px 0px 0px 30px;
	font: 700 21px/32px 'MuseoRegular',sans-serif;
	color: #495c64;
}
section .dilers p{
	margin: 0px;
	padding: 0px 0px 0px 30px;
	font: 100 18px/32px 'MuseoRegular',sans-serif;
	color: #666666;
}
section .dilers p.adres{ background: url(../images/adres.png) no-repeat;}
section .dilers p.phone{ background: url(../images/phone.png) no-repeat;}
section .dilers p.mail{ background: url(../images/mail.png) no-repeat;}
section .dilers p.time{ background: url(../images/time.png) no-repeat;}
section .dilers p a{
	font: 100 18px/32px 'MuseoRegular',sans-serif;
	color: #666666;
}
section .steklo_block{
	margin: 50px 0px;
}
section .steklo_block > div{
	display: inline-block;
	vertical-align: top;
}
section .steklo_block > .icon{
	padding: 125px 0px 0px;
	width: 200px;
}
/* buttons */
a.btn{
	margin: 0px;
	padding: 0px 40px;
	font: 30px/80px 'MuseoSansMedium',sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	background: #ff5722;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 6px 9px 0 rgba(0,0,0,0.23);
	box-shadow: 0 6px 9px 0 rgba(0,0,0,0.23);
}
a.btn:hover{
	background: #f54e1a;
}
a.btn_small{
	font: 24px/60px 'MuseoSansMedium',sans-serif;
}
/* forms */
.form{
	margin: 0px;
	padding: 20px 30px 30px;
	width: 450px;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 21px 0 rgba(0,0,0,0.34);
	box-shadow: 0 1px 21px 0 rgba(0,0,0,0.34);
	text-align: center;
}
.form p{
	margin: 10px 0px 20px;
	font: 18px "MuseoRegular",sans-serif;
	color: #495c64;
	text-align: center;
}
.form p span{
	margin: 0px 0px 10px;
	display: block;
	font: 700 24px "MuseoRegular",sans-serif;
	text-transform: uppercase;	
}
.form input{
	margin: 0px 0px 15px 0px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 100%;
	height: 60px;
	background: #ebebeb;
	border: 1px solid #dadada;
	font: 16px 'MuseoSansLight',sans-serif;
	color: #495c64;
	text-align: center;
}
.form a.btn{
	width: 100%;
}
div.arcticmodal-close{
	margin: -10px 0px 0px 385px;
	position: absolute;
	background: url(../images/close.png) no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transition: all 500ms ease 0s;
}
div.arcticmodal-close:hover{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}	   	
.disabled {
	display: none;
}