﻿*{ margin:0; padding:0;}

@font-face {
	font-family: 'seg';
	src: url('/fonts/segoeui.eot');
	src: local('O'), url('/fonts/segoeui.woff') format('woff'), url('/fonts/segoeui.ttf') format('truetype'), url('/fonts/segoeui.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'segSB';
	src: url('/fonts/seguisb.eot');
	src: local('O'), url('/fonts/seguisb.woff') format('woff'), url('/fonts/seguisb.ttf') format('truetype'), url('/fonts/seguisb.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'day';
	src: url('/fonts/7fonts.ru_Days.eot');
	src: local('O'), url('/fonts/7fonts.ru_Days.woff') format('woff'), url('/fonts/7fonts.ru_Days.ttf') format('truetype'), url('/fonts/7fonts.ru_Days.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
input, textarea{
	box-sizing: border-box; 
    border: none;
}
@font-face {
	font-family: 'segB';
	src: url('/fonts/segoeuib.eot');
	src: local('O'), url('/fonts/segoeuib.woff') format('woff'), url('/fonts/segoeuib.ttf') format('truetype'), url('/fonts/segoeuib.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
}
body{
    font-family: 'PT Sans';
    background: #f5f8fa;
    min-width: 1200px;
}
.clear{
	clear: both;
}
.container{
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1200px;
}
 ul li{
	list-style: none;
 }


/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ---                              --- */
/*               header                 */
/* ---                              --- */
/* ------------------------------------ */
/* ------------------------------------ */
header .head_top{
    background: #ddd;
}
    header .head_top p{
        float: left;
        font-family: 'Arial';
        font-size: 16px;
        line-height: 40px;
    }
        header .head_top p span{
            font-weight: bold;
        }
        header .head_top .phone{
            margin: 0 30px 0 15px;
        }
        header .head_top .phone span{
            font-size: 24px;
            font-weight: bold;
        }
    header .head_top input[type=search]{
        float: right;
        width: 240px;
        height: 24px;
        padding: 0 8px 0 24px;
        position: relative;
    }
    header .head_top .parent_input{
        float: right;
        width: 240px;
        position: relative;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        margin: 9px 0;
    } 
        header .head_top input[type=search]{
            width: 240px;
            height: 24px;
            padding: 0 24px 0 8px;
            border-bottom: 1px solid #dcdada;
            border-right: 1px solid #dcdada;
        }
        header .head_top input[type=submit]{
            position: absolute;
            width: 24px;
            height: 24px;
            top: 0; right: 0;
            background: url(/img/search.png) center center no-repeat;
            cursor: pointer;
        }
    header .head_middle .logo{
        display: block;
        float: left;
        width: 355px;
        margin: 5px 0 15px;
    }
        header .head_middle .logo img{
            float: left;
            width: 78px;
            height: 112px;
        }
        header .head_middle .logo > span{
            float: left;
            color: #666;
                font-family: 'PT Sans';
            font-size: 36px;
            margin: 30px 0 0 13px;

        }
            header .head_middle .logo > span span{
                display: block;
                font-family: 'PT Sans';
                font-size: 21px;
                text-transform: uppercase;
                line-height: 10px;
            }
    header .head_middle .guarantees_help{
        float: right;
        width: 130px;
        margin: 20px 15px 0 0;
    }
        header .head_middle .guarantees_help a, header .head_middle .guarantees_help span {
            color: #666;
            line-height: 14px;
            font-size: 14px;
            font-family: 'Arial';
        }
header .menu {
    border-top: 1px solid #587a96;
    border-bottom: 2px solid #e7e9eb;
    background: #6292b8;
    height: 50px;
}
        
            header .menu  ul li{
                height: 100%;
                float: left;
                position: relative;
            }
                header .menu  ul li a{
                    text-transform: uppercase;
                    color: #fff;
                    font-size: 16px;
                    line-height: 50px;
                    position: relative;
			font-family: 'PT Sans';
			font-weight: bolder;
                    display: block;
                    padding: 0 25px;
					height: 100%;
                }
					header .menu  ul li a > img{
						position: relative;
						top: 18px;
					}
                    header .menu  ul li a:hover, header .menu  ul .home_btn{
                        background: #48799f;
                    }
                    header .menu  ul li a:hover:after, header .menu  ul .home_btn:after{
                        position: absolute;
                        content: "";
                        display: block;
                        background: url(/img/atr.png) no-repeat;
                        width: 14px; height: 12px;
                        left: 50%; bottom: -2px;
                        margin-left: -7px;
                    }
                    
                    header .menu  ul .dop_ul:before{
                        position: absolute;
                        content: "";
                        display: block;
                        background: url(/img/atr2.png) no-repeat;
                        width: 12px; height: 9px;
                        top: 50%; margin-top: -4.5px;
                        right: 10px;
                        z-index: 9999;
                    }
                    header .menu  ul .dop_ul a:hover:after{
                        display: none !important;
                    }
                    header .menu  ul .dop_ul:hover:before{
                        display: none !important;
                    }
 header .menu .container {
    overflow: visible;
} 
 header .menu  ul li ul{
     display: none;
     position: absolute;
     z-index: 999;
     width: 100%;    
} 
header .menu  ul li:hover ul{
     display: block;
}
.bg{
    background: #48799f;
}
    header .menu  ul li ul li{
        width: 100%;
    }
        header .menu  ul li ul li a{
            font-size: 14px;
            line-height: 16px;
            padding: 10px;
			width: 100%;
			background: #48799f;
            border-bottom: 1px solid #fff;
        }
        header .menu  ul li ul li a:hover{
            background: #6292b8;
        }
        
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ---                              --- */
/*              /header                 */
/* ---                              --- */
/* ------------------------------------ */
/* ------------------------------------ */


/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ---                              --- */
/*                 home                 */
/* ---                              --- */
/* ------------------------------------ */
/* ------------------------------------ */
.home .main_slider{
    height: 325px;
    margin-top: 4px;
    position: relative;
}
    .home .main_sliderI{
        float: left;
        width: 100%;
        height: 325px;
    }
        .home .main_sliderI .slide1{
            width: 100%;
            height: 325px !important;
        }
    .home .main_slider .slick-dots{
        width: 70px;
        position: absolute;
        top: 255px;
        right: 160px;
    }
       
        .home .main_slider .slick-dots li{
            display: block;
            float: left;
            width: 16px;
            height: 16px;
            background: #fff;
            -moz-border-radius: 50%;
	        -webkit-border-radius: 50%;
	        border-radius: 50%;
        }
			.home .main_slider .slick-dots li:nth-child(2){
				margin: 0 11px;
			}
			.home .main_slider .slick-dots li button{
				display: none;
			}
            .home .main_slider .slick-dots .slick-active{
                background: #333;
            }
         .home .main_slider .slick-dots span:nth-child(2){
            margin: 0 11px;
        }
    .home .main_slider .slide{
        height: 100%;
    }
    .home .main_slider .slide1{
        background: url(/img/slide1_bg.png) no-repeat;
        background-size: cover;
    }
    .home .main_slider .slide2{
        background: url(/img/slide2_bg.png) no-repeat;
        background-size: cover;
    }                        
    .home .main_slider .slide3{
        background: url(/img/slide3_bg.png) no-repeat;
        background-size: cover;
    }
    .home .main_slider h2{
        float: right;
        width: 395px;
        background: #6292b8;
        color: #f2f2ef;
        font-size: 24px;
        font-family: 'Arimo';
        font-weight: 700;
        padding: 15px;
        line-height: 35px;
        margin-top: 80px;
    }
        .home .main_slider h2 span{
            display: block;
            padding-left: 20px;
        }
    .home .main_slider p{
        float: right;
        width: 385px;
        background: #222325;
        color: #f2f2ef;
        font-size: 20px;
        font-family: 'Arimo';
        padding: 3px 20px 3px;
        margin-top: 15px;
        clear: both;
        text-align: right;
    }
    .home h1{
        color: #48799f;
        font-weight: normal;
        text-align: center;
        line-height: 42px;
        font-size: 24px;
        margin-bottom: 3px;
    }
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ---                              --- */
/*                col_1                 */
/* ---                              --- */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
.col_1{
    float: left;
    width: 263px;
    margin-right: 16px;
    margin-bottom: 25px;
}
    .col_1 .list{
        border-radius: 3px;
        border: 1px solid #d3e0e9;
        margin-bottom: 20px;
        background: #fff;
    }
        .col_1 .list .title{
            display: block;
            padding-right: 20px;
            color: #203a48;
            font-family: 'PT Sans';
			font-weight: bold;
            position: relative;
            padding: 8px 34px 8px 14px;
            border-bottom: 1px solid #d3e0e9;
        }
            .col_1 .list .title .sss:before{
				position: absolute;
				content: "";
				display: block;
				background: url(/img/up.png) center center no-repeat;
				width: 30px;
				height: 30px;
				top: 50%;
				margin-top: -15px;
				right: 5px;
            }
            .col_1 .list .title_a .sss:before{
                background: url(/img/down.png) center center no-repeat;
            }
            .col_1 .list .sublict{
                display: none;
            }
            .col_1 .list .sublict_a{
                display: block;
            }
                .col_1 .list .sublict > ul{
                    padding: 20px 14px 0;
                }
                    .col_1 .list .sublict > ul li{
                        margin-bottom: 15px;  
                        padding-left: 20px;
                    }
                        .col_1 .list .sublict > ul li .title_sublist, .col_1 .list .sublict > ul li ul li a{
                            color: #409dd1;
                            font-size: 14px;
                            display: block;
                            position: relative;
                        }
                        .col_1 .list .sublict > ul li .title_sublist_a{
                            font-family: 'PT Sans';
							font-weight: bold;
                        }
                        
                        .col_1 .list .sublict > ul li .title_sublist:before{
                            position: absolute;
                            content: "";
                            display: block;
                            background: url(/img/left.png) no-repeat;
                            width: 9px; height: 14px;
                            top: 50%; margin-top: -7px;
                            left: -15px;
                        }
                        .col_1 .list .sublict > ul li .title_sublist_a:before, .col_1 .list .sublict > ul li ul{
                            display: none;
                        }
                        .col_1 .list .sublict > ul li ul{
                            margin-top: 15px;
                        }
                        .col_1 .list .sublict > ul li .title_sublist_a + ul{
                            display: block;
                        }
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ---                              --- */
/*               col_2                  */
/* ---                              --- */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
.col_2{
    width: 638px;
    float: left;
    margin-right: 16px;
    border-radius: 3px;
    border: 1px solid #d3e0e9;
    background: #fff;
    margin-bottom: 25px;
}
    .col_2 .main_system{
        padding: 0 30px;
        border-bottom: 1px solid #d3e0e9;
    }
        .col_2 .main_system .item{
            display: table;
            height: 75px;
            width: 50%;
            float: left;
            margin-bottom: 10px;
        }
            .col_2 .main_system .item p{
                display: table-cell;
                vertical-align: middle;
                font-family: 'Arimo';
                color: #666;
                font-size: 14px;
                text-transform: uppercase;
            }
            .col_2 .main_system .item:hover p{
                color: #409dd1;
            }
            .col_2 .main_system .item .img_bg{
                display: table-cell;
                max-width: 95px;
                width: 95px;
            }
            .col_2 .main_system .water .img_bg{
                background: url(/img/water.png) center center no-repeat;
            }
            .col_2 .main_system .water:hover .img_bg{
                background: url(/img/water_a.png) center center no-repeat;
            }
            .col_2 .main_system .conditioning .img_bg{
                background: url(/img/conditioning.png) center center no-repeat;
            }
            .col_2 .main_system .conditioning:hover .img_bg{
                background: url(/img/conditioning_a.png) center center no-repeat;
            }
            .col_2 .main_system .ventilation .img_bg{
                background: url(/img/ventilation.png) center center no-repeat;
            }
            .col_2 .main_system .ventilation:hover .img_bg{
                background: url(/img/ventilation_a.png) center center no-repeat;
            }
            .col_2 .main_system .substations .img_bg{
                background: url(/img/substations.png) center center no-repeat;
            }
            .col_2 .main_system .substations:hover .img_bg{
                background: url(/img/substations_a.png) center center no-repeat;
            }
            .col_2 .main_system .heating .img_bg{
                background: url(/img/heating.png) center center no-repeat;
            }
            .col_2 .main_system .heating:hover .img_bg{
                background: url(/img/heating_a.png) center center no-repeat;
            }
            .col_2 .main_system .video .img_bg{
                background: url(/img/video.png) center center no-repeat;
            }
            .col_2 .main_system .video:hover .img_bg{
                background: url(/img/video_a.png) center center no-repeat;
            }
            .col_2 .main_system .signaling .img_bg{
                background: url(/img/signaling.png) center center no-repeat;
            }
            .col_2 .main_system .signaling:hover .img_bg{
                background: url(/img/signaling_a.png) center center no-repeat;
            }
            .col_2 .main_system .control .img_bg{
                background: url(/img/control.png) center center no-repeat;
            }
            .col_2 .main_system .control:hover .img_bg{
                background: url(/img/control_a.png) center center no-repeat;
            }
    .col_2 h3{
        color: #1e4459;
        text-transform: uppercase;
        font-size: 16px;
        padding: 20px 15px 0;
        font-family: 'PT Sans';
        font-family: 700;
    }
    .col_2 .text, .col_2 .title, .col_2 p, .col_2 h2{
        color: #1e4459;
        padding: 25px 15px 0;
        font-family: 'PT Sans';
    }
	.col_2 .title, .col_2 h2 {
		font-size: 18px;
		color: #409dd1;
	}
    .col_2 p img {
        padding: 0 20px 20px 0;
    }
    .col_2 ul{
        padding: 0 15px 15px 15px;
        border-bottom: 1px solid #d3e0e9;
    }
        .col_2 ul li{
            color: #1e4459;
            font-size: 16px;
            font-family: 'PT Sans';
        }
        .col_2 ul li:before{
            content: "•";
            margin-right: 30px;
        }
    .col_2 .photos{
        margin-top: 15px;
        border-top: 1px solid #d3e0e9;
        padding-bottom: 10px;
    }
        .col_2 .photos > div{
            padding: 0 70px;
        }
        
            .col_2 .photos > div img{
                width: 183px;
                height: 183px;  
                margin: 10px 5px 0;
            }
            .col_2 .photos > div img:nth-child(4n+1), .col_2 .photos > div img:nth-child(4n+4){
                width: 275px;
                height: 183px;
            }
            .col_2 .photos > div img:nth-child(4n+4){
                width: 275px;
                height: 183px;
            }
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ---                              --- */
/*               col_3                  */
/* ---                              --- */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
.col_3{
    width: 265px;
    float: right;
    margin-bottom: 25px;
}
    .col_3 .reviews_certificates, .col_3 .contact, .col_3 .popular_topics{
        border-radius: 3px;
        border: 1px solid #d3e0e9;
        margin-bottom: 13px;
        background: #f5f5f5;
    }
        .col_3 .reviews_certificates .title, .col_3 .contact .title, .col_3 .popular_topics .title{
            color: #203a48;
            font-size: 16px;
            line-height: 34px;
            padding: 0 13px;
            background: #9fcee8;
            text-transform: uppercase;
			font-family: 'PT Sans';
			font-weight: bolder;
            border-radius: 3px 3px 0 0;
        } 
            .col_3 .reviews_certificates .reviews_certificates_slider{
                text-align: center;
                position: relative;
				height: 240px;
            }
                .col_3 .reviews_certificates .reviews_certificates_slider .turn{
                    width: 44px;
                    position: absolute;
                    top: 13px; right: 8px;
                }
                    .col_3 .reviews_certificates .reviews_certificates_slider .turn a{
                        width: 20px;
                        height: 20px;
                        display: block;
                        background: url(/img/slider_left.png);
                        float: left;
                    }
                    .col_3 .reviews_certificates .reviews_certificates_slider .turn a:nth-child(2){
                        background: url(/img/slider_right.png);
                        margin-left: 4px;
                    }
                .col_3 .reviews_certificates .reviews_certificates_slider .slide img{
                    width: 147px;
                    height: 208px;
                    margin: 15px auto;
                }    
        .col_3 .contact, .col_3 .contact .title{
            background: #fff;
        }
        .col_3 .contact p{
            padding: 0 10px 0 50px;
            color: #1e4459;
            font-weight: 700;
            font-family: 'PT Sans';
            font-size: 16px;
            line-height: 26px;    
            position: relative;
        }    
            .col_3 .contact .adress:before, .col_3 .contact .number:before, .col_3 .contact .email:before{
                position: absolute;  
                display: block;
                content: "";
                width: 15px;
                height: 23px;
                top: 50%; left: 15px;
                margin-top: -11.5px;
                background: url(/img/adress.png);
            } 
            .col_3 .contact .number:before, .col_3 .contact .email:before{
                background: url(/img/icon_phone.png);
                width: 16px;
                height: 16px;
                margin-top: -8px;
            }
            .col_3 .contact .email:before{
                background: url(/img/icon_email.png);
                width: 20px;
            }  
        .col_3 .contact .feedback{
            display: block;
            line-height: 40px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            border-top: 1px solid #9da9b0;
            background: #3798cf;
            border-radius: 0 0 3px 3px;
        } 
        .col_3 .contact .sheme{
            display: block;
            width: 145px;
            line-height: 28px;
            text-align: center;
            color: #409dd1;
            font-size: 12px;
            text-transform: uppercase;
            border: 1px solid #79c7f3;
            margin: 15px 0 15px 49px;
        } 
.col_3 .popular_topics{
    background: #fff;
    font-family: 'PT Sans';
}
        .col_3 .popular_topics article{
            padding: 0 14px;
        }
            .col_3 .popular_topics article img{
                width: 100%;
                height: 115px;
                margin: 3px 0 12px;
            }
            .col_3 .popular_topics article h3{
                text-transform: uppercase;
                margin-bottom: 8px;
            }
            .col_3 .popular_topics article p, .col_3 .popular_topics article h3{
                color: #1e4459;
                font-size: 16px;
            }
            .col_3 .popular_topics article a, .col_2 .green {
                display: block;
                text-transform: uppercase;
                border: 1px solid #66add5;
                border-radius: 3px;
                line-height: 28px;
                width: 84px;
                color: #409dd1;
                font-size: 12px;
                text-align: center;
                margin: 20px 0 15px;
            } 
            .col_3 .popular_topics article a:hover, .col_2 .green:hover{
                background: #7ac7f3;
                color: #fff;
            }
			.rfloat_img {
				display: block;
				margin: 20px auto;
			}
.col_2 .green {
	margin-right: 20px;
	float: right;
}
.see {
	font-size: 16px;
	padding: 10px 0;
	padding-left: 10px;
}
footer{
    padding: 15px 0;
}

    footer .copyright{
        color: #666;
        font-size: 16px;
        line-height: 20px;
        float: left;
        margin-left: 620px;
        font-family: 'PT Sans';
    }
    footer .web{
        color: #999;
        font-size: 12px;
        float: right;
        font-family: 'Arial';
        line-height: 25px;
    }
    footer a{
        float: right;
        margin: 0 25px 0 5px;
        line-height: 25px;
    }
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */
/* ---                              --- */
/*               article                */
/* ---                              --- */
/* ------------------------------------ */
/* ------------------------------------ */
/* ------------------------------------ */  

	table {
		border: 1px solid #999;
		font: 10px Arial, Verdana, sans-serif;
		color: #000;
		width: 100%;
		border-bottom: none;
		margin-bottom: 20px;
		}

	table caption {
		font-weight: bold;
		color: #555;
		padding: 10px 0;
		font-size: 12px;
		}


	th,td {
		padding: 2px 2px;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		}
		
	td {
		text-align: right;
		padding: 0 4px;
		vertical-align:middle;
		border-bottom: 1px solid #999;
		}
		
		
    .article .banner{
        height: 75px;
        margin: 3px 0;
    } 
        .article .banner img{
            width: 100%;
            height: 100%;
        }
    .mata, .ta{
        margin: 3px 0 5px;
            color: #666;
            font-size: 14px;
            line-height: 20px;
            color: #409dd1;
    }
    .article .col_2 ul {
        padding: 0 15px 0 15px;
        border-bottom: none;
    }
    .article .col_2 .see_also {
        margin-top: 15px;
        border-top: 1px solid #d3e0e9;
    }
        .article .col_2 .see_also ul li{
            padding: 0;
            margin: 8px 0;
        }
            .article .col_2 .see_also ul li a{
                color: #409dd1;
                font-size: 14px;
            }
            .article .col_2 .see_also ul li:before{
                display: none;
            }