h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal; 
    margin: 0 0 14px 0;
    line-height: normal;
}

h1{
    font-weight: bold;
    font-size: 22px;
}

h2{
    font-size: 22px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 16px;
}

h5{
    font-size: 14px;
}

h6{
    font-size: 12px;
}

p{
    margin: 0 0 14px 0;
}

a{
    text-decoration: underline;
    color: #158fbd;
}

a:hover{
    text-decoration: none;
}

a:hover, 
a:active {
    outline: none;
}

.dotted_link{
    text-decoration: none;
    border-bottom: 1px dotted; 
}

.dotted_link:hover{
    border-bottom-color: transparent;
}

a img{
    border:none;
}

.underline{
    text-decoration: underline;
}

a.underline:hover{
    text-decoration: none;
}

input:focus, 
select:focus, 
textarea:focus, 
button:focus {
    outline: 0;
}

del {
    text-decoration: line-through;
}

b{
    font-weight: bold;
}

i{
    font-style: italic
}

.clear{
    clear:both;
}

.clear_left{
    clear: left;
}

.clear_right{
    clear: right;
}

.left{
    float: left;
}

.right{
    float: right;
}

.left_align{
    text-align: left;
}

.right_align{
    text-align: right;
}

.center_align{
    text-align: center;
}

.uppercase{
    text-transform: uppercase;
}

.nowrap{
    white-space: nowrap;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    *display: inline;
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

html{
    height: 100%;
}

body{
    font: normal 14px "Trebuchet MS", Helvetica, sans-serif;
    color: #393939;
    background: #ffffff;
    min-width: 1003px;
    min-height: 100%;
    position: relative;
}

.wrapper{
    width: 1003px; 
    margin: 0 auto;
}

.block:after {
    content: "";
    display: table;
    clear: both;
}

.header{
    height: 112px;
    background: url('../images/line.png') center bottom repeat-x;
}

.header .wrapper{
    position: relative;
}

.logo{
    float: left;
    margin-top: 28px;
}

.nav{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 42px;
    margin-left: 17px;
}

.nav li{
    float: left;
    margin-left: 20px;
}

.nav a{
    text-decoration: none;
    border-bottom: 1px dotted;
}

.nav a:hover{
    border-bottom-color: transparent;
}

.header_contacts{
    float: right;
    padding-left: 33px;
    text-align: right;
    background: url('../images/phone.png') 0px 5px no-repeat;
    margin-right: 27px;
    margin-top: 22px;
}

.h_phone{
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #000000;
}

.h_phone em{
    font-style: normal;
    color: #605b5b;
}

.order_call_link{
    font-size: 14px;
}

.order_call_block{
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    width: 300px;
    z-index: 10;
    right: 0;
    top: 73px;
    display: none;
}

.order_call_block .form_block__content{
    padding-top: 20px;
}

.content{
    background: #fff url('../images/sky.png') left top repeat-x;
    padding-bottom: 453px;
}

.block-about{
    position: relative;
    padding-top: 22px;
    min-height: 440px;
    padding-bottom: 8px;
}

.home_block{
    width: 748px;
    padding-top: 309px;
    background: url('../images/home.png') center top no-repeat;
    text-align: center;
    position: absolute;
    top: 61px;
    left: -94px;
}

.home_block__title_block{
    height: 58px;
    background: url('../images/title_bg.png') center top no-repeat;
    padding-top: 8px;
}

.home_block__title{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin: 0;
    font-size: 22px;
    padding: 0 40px;
    background: #fff;
    color: #000000;
}

.about_content{
    position: relative;
    z-index: 1;
    float: right;
    width: 411px;
    padding-top: 23px;
}

.dott_list{
    margin: 0 0 14px 0;
    padding: 0;
    list-style: none;
}

.dott_list>li{
    position: relative;
    padding-left: 14px;
}

.dott_list>li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #86c226;
}

.dott_list-violet>li:before{
    background: #af3f75;
}

.dott_list-large{
    font-size: 16px;
    margin-bottom: 26px;
}

.dott_list-large>li{
    padding-left: 16px;
    margin-bottom: 7px;
	line-height: 22px;
}

.dott_list-large>li:before{
    width: 8px;
    height: 8px;
    top: 7px;
}

.line_list{
    margin: 0 0 14px 0;
    padding: 0;
    list-style: none;
}

.line_list>li{
    position: relative;
    padding-left: 14px;
    margin-bottom: 12px;
}

.line_list>li:before{
    content: '—';
    position: absolute;
    left: 0;
    top: 0px;
}

.line_list ul{
    margin-left: -14px;
}

.file_link{
    display: block;
    width: 202px;
    height: 58px;
    margin-bottom: 13px;
    background: #dfdfdf;
    position: relative;
    text-align: center;
    color: #393939;
    text-decoration: none;
    line-height: 58px;
}

.about_content .file_link{
    margin-left: 131px;
}

.file_link:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 7px;
    bottom: -7px;
    background: url('../images/file_link_shadow.png') center top no-repeat;
}

.file_link__info{
    float: left;
    width: 38px;
    height: 28px;
    background: #adcc38 url('../images/download_arrow.png') center 6px no-repeat;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding-top: 30px;
}

.file_link__info em{
    font-size: 10px;
    display: block;
    font-style: normal;
}

.file_link__img{
    height: 100%;
    float: left;
}

.file_link__img img{
    vertical-align: top;
    width: 41px;
    height: 58px;
}

.file_link__title{
    text-decoration: underline;
}

.file_link:hover .file_link__title{
    text-decoration: none;
}

.file_link__title{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    width: 110px;
}

.action_block{
    background: #adcc38;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    margin-bottom: 25px;
}

.action_l{
    float: left;
    width: 46%;
    text-align: center;
}

.action_r{
    float: left;
    width: 54%;
    background: #fff;
    padding-top: 12px;
}

.action_title{
    color: #fff;
    margin: 0;
    font-size: 22px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.action_inform_block{
    background: #fff;
    border-top: 2px dashed #adcc38;
    border-bottom: 2px dashed #adcc38;
    font-size: 22px;
    padding: 22px 0 26px;
}

.action_inform_block del{
    color: #c5cca9;
}

.action_inform_block em{
    font-style: normal;
    color: #a32360;
}

.action_calc_block{
    color: #fff;
    padding-top: 12px;
}

.action_calc_title{
    font-size: 14px;
    margin-bottom: 9px;
}

.calc_block{
    width: 344px;
    margin: 0 auto;
}

.calc_col{
    float: left;
    width: 76px;
    height: 76px;
    background: #fff;
    text-align: center;
    font-size: 60px;
    color: #adcc38;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px 5px;
}

.calc_col:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 37px;
    height: 2px;
    background: #adcc38;
}

.calc_label_col{
    width: 76px;
    margin: 0 5px;
    text-align: center;
    float: left;
}

.form_block{
    text-align: center;
}

.form_block__title{
    font-size: 22px;
    margin-bottom: 34px;
}

.form_block__content{
    padding-bottom: 1px;
}

.form_row{
    margin-bottom: 8px;
}

.form_block__btn{
    padding: 14px 0 19px;
    background: #f8f4ea;
}

input[type=text],
textarea{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 255px;
    height: 28px;
    border: 1px solid #80d1ee;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 10px;
    text-align: center;
    box-shadow: 0px 0px 0px 1px #cfcfcf inset;
}

textarea{
    text-align: left;
    max-width: 255px;
    height: 66px;
}

input[type=text].error,
textarea.error{
    border-color: #ff0000; 
}

div.error{
    color: #ff0000;
    font-size: 12px;
    margin-bottom: -5px;
}

.btn{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 205px;
    height: 33px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #5fa4d6 url('../images/btn.png') no-repeat;
    border: none;
    color: #fff;
    font-size: 13px;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
}

.btn:hover{
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
}

.btn:active{
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
    box-shadow: none;
}

.block-works{
    padding-top: 5px;
}

.title_line{
    background: url('../images/line_t.png') center 13px repeat-x;
    text-align: center;
    margin-bottom: 22px;
}

.title_line span{
    display: inline-block;
    background: #fff;
    padding: 0 40px;
}

.works{
    overflow: hidden;
    margin-bottom: -19px;
}

.work_item{
    float: left;
    width: 291px;
    height: 178px;
    margin: 0px 21px 60px;
}

.block-colors{

}

.colors{
    padding-top: 11px;
    padding-bottom: 34px;
}

.colors_visible{
    overflow: hidden;
}

.colors_hidden{
    overflow: hidden;
    display: none;
}

.color_item{
    float: left;
    width: 131px;
    height: 123px;
    margin-right: 26px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}

.color_item img{
    margin-bottom: 10px;
}

.colors_left{
    float: left;
    width: 471px;
}

.colors_right{
    float: right;
    width: 471px;
}

.colors_right .color_item{
    margin-right: 0;
    margin-left: 26px;
}

.more_colors_link_line{
    text-align: center;
}

.block-control{

}

.control{
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 35px;
}

.control_left{
    float: left;
    margin-left: 6.5%;
    width: 36%;
}

.control_right{
    float: left;
    width: 57.5%;
}

.control_images{
    overflow: hidden;
    margin-bottom: 30px;
}

.control_images__item{
    float: left;
    text-align: center;
    margin-right: 10px;
}

.control_images__item img{
    display: block;
    margin-bottom: 3px;
    padding: 5px;
    background: #f6f6f6;
}

.control h3{
    margin-bottom: 2px;
}

.block-buy{

}

.buy_steps{
    overflow: hidden;
    padding-top: 6px;
    padding-bottom: 32px;
}

.buy_step{
    float: left;
}

.buy_step-1{
    width: 245px;
    margin-left: 51px;
}

.buy_step-2{
    width: 178px;
    margin-left: 132px;
}

.buy_step-3{
    width: 232px;
    margin-left: 138px;
}

.buy_step__img{
    text-align: center;
    height: 92px;
    margin-bottom: 20px;
}

.buy_step__img img{

}

.buy_step__title{
    position: relative;
    margin-bottom: 8px;
    padding-left: 15px;
}

.buy_step__num{
    position: absolute;
    font-size: 18px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #adcc38;
    top: -5px;
    left: -32px;
    color: #fff;
}

.buy_step-2 .buy_step__num{
    background: #af3f75;
}

.buy_step-3 .buy_step__num{
    background: #0997c9;
}

.buy_step__title h3{
    margin: 0;
    font-size: 18px;
}

.buy_step__content{

}

.block-dealers{

}

.dealers{
    padding-left: 332px;
    background: url('../images/deal.png') 167px 41px no-repeat;
    padding-bottom: 40px;
}

.block-reviews{

}

.reviews{
    margin: 0 -20px;
    overflow: hidden;
    padding-top: 6px;
    padding-bottom: 92px;
}

.review_item{
    float: left;
    margin: 0 20px;
    width: 307px;
}

.review__author{
    height: 68px;
    padding-left: 4px;
}

.review__author b{
    display: block;
    font-size: 22px;
    margin-bottom: -3px;
}

.review__author em{
    display: block;
    font-style: normal;
    font-size: 14px;
}

.review__content{
    font-size: 12px;
    font-style: italic;
    padding: 10px 15px;
    height: 89px;
    border: 2px solid #adcc38;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    line-height: 1.2;
}

.review__content:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 20px;
    top: -20px;
    left: 53px;
    background: url('../images/review_arrow.png') no-repeat;
}





































.bottom_block{
    background: #ededed;
}

.footer{
    background: #ededed url('../images/line.png') center top repeat-x;
    padding-top: 25px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer_top{
    border-bottom: 2px dashed #a1a1a1;
    padding-bottom: 22px;
    margin-bottom: 13px;
}

.footer_top h2{
    margin-bottom: 1px;
}

.footer_top p{
    margin-bottom: 8px;
}

.footer_phone span{
    margin: 0 10px;
}

.footer_phone span b{
    font-size: 22px;
}

.footer_bottom h2{
    margin-bottom: 1px;
}

.footer_bottom p{
    margin-bottom: 14px;
}

.map{
    height: 250px;
    background: #e9e5dc;
    overflow: hidden;
}

.succes_block{
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-r_1{
	padding-bottom: 47px;
}

.block-r_1__text{
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 20px;
}

.block-r_1 h2{
	margin-bottom: 35px;
}

.block-r_1 img{
	float:right;
	margin-left: 40px;
}

.col_2{
	float:left;
	width: 55%;
	margin-right: 3%;
}

.col_2-1{
	width: 42%;
	margin-right: 0%;
}

.block-r_1__desc{
	font-family: Tahoma;
	overflow: hidden;
	line-height: 18px;
}

.block-r_1__desc > b{
	display: block;
}

.type_block {
float: left;
width: 260px;
margin-right: 10px;
font-size: 13px;
margin-left: 54px;
padding-top: 18px;
margin-bottom: 40px;
font-style: inherit;
}

.type_block img {
margin-bottom: 9px;
}

.type_desc {
font-size: 15px;
float: left;
width: 270px;
margin-left: 67px;
height: 369px;
position: relative;
line-height: 1.3;
padding-top: 57px;
}


.remont-left{
width:559px;
float:left;
margin:19px 0 0 47px;
}
 
.remont-left span{ 
font-size:14px; 
font-weight:400;
}

.remont-left div{ 
font-size:16px;
font-weight:600;
margin:9px 0 4px 0;
}

.remont-left p{ 
font-size:14px; 
margin:6px 0 4px 22px;
font-size:14px; 
font-weight:400;
width:278px;
float:Left;
line-height: 21px;
}

.remont-left p:before{ 
content:"—";
display:block;
float:left;
margiN:0 8px 0 -20px;
}

.remont  .dott_list{
float:Left;
margin:28px 0 0 115px;
}

.remont  .dott_list li{
 margin-bottom: 15px;
}

.remont{
overflow:hidden;
padding:0 0 57px 0;
}

/*
body{
background:url(../images/remont.jpg) no-repeat 50% 2497px!important;
}

.content{
background:none;
}

*/


