*{
    margin: 0;
    padding: 0;
}

.clear-fix:after{
    display: block;
    content: '';
    clear: both;
}
body{
    background: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #4a4a4a;
}
#wrapper{
    min-width: 1005px;
    padding-top: 20px;
}
.section-wrapper{
    text-align: center;
    position: relative;
}
.middle-block{
    display: inline-block;
    width: 1005px;
}
h2{
    font-size: 38px;
    margin: auto;
    color: #4a4a4a;
    font-weight: 700;
    text-transform: uppercase;
}
input,
textarea{
    box-sizing: border-box;
    border: 1px solid #ccc9d1 ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "Open Sans", sans-serif;
}
textarea{
    resize: none;
}
.button-big,
.button-small{
    font-weight: 600;
    background: #f99000;
    color: #fff;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.button-big{
    height: 60px;
    font-size: 21px;
    text-transform: uppercase;

}
.button-small{
    height: 40px;
    font-size: 14px;
}
/*----Шапка----*/
header{
    text-align: left;
}

.header {
    transition: 0.5s;
}
/*Лого*/
header .logo{
    width: 480px;
    float: left;
    vertical-align: middle;
}
header .logo img{
    width: 100%;
    height: auto;
}
header .logo figcaption{
    margin-top: -5px;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    text-align: right;
    text-transform: uppercase;
}

.right-head-section {
    float: left;
    margin-left: 55px;
}

.delivery-icon img {
    width: 100%;
}

.delivery-icon {
    width: 465px;
    display: block;
    margin-top: 5px;
}
/*Адрес*/
header .address{
    display: inline-block;
    width: 205px;
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
    color: #4a4a4a;
    text-decoration: none;
}
header .address:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 46px;
    margin-right: 5px;
    background: url('../images/sprites/icons-sprite.png') 0 0 no-repeat;
    background-size: 550px auto;
    vertical-align: middle;
}
header .address span{
    display: inline-block;
    width: 160px;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 13px;
    font-weight: bold;
}
/*Телефон*/
header .phone{
    display: inline-block;
    width: 230px;
    height: 60px;
    margin-left: 25px;
    font-size: 28px;
    font-weight: bold;
    color: #ff7737;
    vertical-align: middle;
    text-align: right;
}
header .phone span{
    display: block;
}
header .phone a.callback-button{
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    color: #4a4a4a;
}
header .phone a.callback-button:hover{
    text-decoration: none;
}
/*----Навигационное меню----*/
.menu {
    background: #f8f8f8;
    height: 50px;
    /*-webkit-transition: all .3s ;*/
    /*-moz-transition: all .3s ;*/
    /*-ms-transition: all .3s;*/
    /*-o-transition: all .3s ;*/
    /*transition: all .3s;*/
}
.menu nav ul{
    list-style-type: none;
    line-height: 50px;
}
.menu nav li{
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
}
.menu nav li +li {
    margin-left: 30px;
}
.menu nav li a{
    padding-bottom: 2px;
    color: #171717;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid #f46e00;
}
.menu nav li a:hover{
    border-bottom: none;
}

/*Закрепленное меню после скрола*/
.header.scrolled{
    position: fixed;
    width: 100%;
    top: 0;
    margin-top: 0;
    z-index: 900;   
    background: #fff;
    padding-top: 15px;
}
.scrolled-shadow {
    -webkit-box-shadow:  0 1px 5px #666;
    -moz-box-shadow:   0 1px 5px #666;
    box-shadow:  0 1px 5px #666;
}
/*----Основная часть первой страницы----*/
.main-page, .main-page2 {
    margin-top: 165px;
}
/*При скроле увеличиваем марджин чтобы при выходе меню их потока не было дерганий*/
.main-page.scrolled{
    margin-top: 120px;
}
.main-page h1{
    margin-bottom: 35px;
    font-size: 29px;
    font-weight: 700;
}
.main-page .hero{
    display: inline-block;
    width: 550px;
    height: 406px;
    background: url('../images/hero.png');
    background-size: contain;
}
.main-page form{
    display: inline-block;
    width: 450px;
    margin-top: -6px;
    padding: 25px 25px 15px 25px;
    border:6px solid #eb6f07;
    box-sizing: border-box;
    vertical-align: top;
}
.main-page form h2{
    margin-bottom: 20px;
}
.main-page form .notification{
    height: 110px;
    padding: 16px;
    background: url("../images/sprites/title-rectangles-sprite.png") 0 0 no-repeat;
    color: #fff;
    text-align: left;
}
.main-page form input{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font: normal 20px 'Open Sans', sans-serif;
    color: #4a4a4a;
}
.main-page form .button-big{
    width: 100%;
    margin-top: 20px;
    color: #fff;
}
.main-page form .note{
    margin-top: 20px;
    text-align: left;
    font-size: 13px;
}
/*---Акционная страница---*/
.section-wrapper.discount-page{
    margin-top: 100px;
    background: #f8f8f8;
    padding-bottom: 30px;
}
h2.discount-title{
    width: 915px;
    height: 96px;
    position: relative;
    top: -58px;
    margin-bottom: -20px;
    color: #f8f8f8;
    background: url("../images/sprites/title-rectangles-sprite.png") 0 -200px;
    line-height: 70px;
}
.discount-item {
    position: relative;
}
/*Изображение акционного товара*/
.discount-item .image {
    *width: 400px;
    height: 370px;
    *float: left;
    display: inline-block;
    max-width: 400px;
    -webkit-box-shadow:  0 2px 6px #c9c9c9;
    -moz-box-shadow:    0 2px 6px #c9c9c9;
    box-shadow:    0 2px 6px #c9c9c9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.discount-item .img-wrapper{
    position: relative;
    float: left;width: 400px;text-align: center;
}
.discount-item .img-wrapper:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 140px;
    height: 141px;
    left: -40px;
    top: -20px;
    background: url("../images/badge.png") 0 0 no-repeat;
    background-size: 140px auto;
}
/*Характеристики акционного товара*/
.discount-item .item-features{
    text-align: left;
    float: left;
    width: 420px;
    margin-left: 40px;
}
.discount-item .item-features .title{
    font-size: 34px;
    font-weight: 700;
    color: #171717;
}
.discount-item .item-features .old-price{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: line-through;
}
.discount-item .item-features .new-price{
    display: inline-block;
    width: 196px;
    height: 62px;
    background: url("../images/sprites/title-rectangles-sprite.png") 0 -200px no-repeat;
    background-size: 900px auto;
    font-size: 34px;
    font-weight: 700;
    color: #171717;
    text-align: center;
    line-height: 60px;
}
.discount-item .item-features .new-price span{
    font-weight: normal;
    font-size: 24px;
}
.discount-item .item-features .button-big{
    width: 180px;
    height: 62px;
    margin-left: 40px;
    vertical-align: top;
    line-height: 62px;
}
.discount-item .item-features .button-big:before{
    content: '';
    display: inline-block;
    width: 34px;
    height: 25px;
    margin-right: 12px;
    margin-top: -5px;
    background: rgba(249,144,0,1) url("../images/sprites/icons-sprite.png") -100px 0 no-repeat;
    background-size: 600px auto;
    vertical-align: middle;
}
.discount-item .item-features ul{
    margin-top: 30px;
    *list-style-type: none;
    margin-left: 15px;
    line-height: 2;
}
.discount-item .timer-wrapper{
    position: absolute;
    left: 0;
    top: 390px;
    width: 410px;
}
.discount-item .timer-wrapper p{
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    text-align: left;
    font-weight: 700;
    color: #171717;
    vertical-align: bottom;
}
/*----Каталог продукции ----*/
.catalog-page{
    margin-top: 50px;
}
.catalog-page h2{
    margin-bottom: 75px;
}
/*Общие стили оформления категорий*/
.category h3{
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: url("../images/sprites/title-rectangles-sprite.png") 0 0 no-repeat;
}
.category .sub-categories li,
.category .vendors li{
    display: inline-block;
    vertical-align: top;
}
.category .sub-categories li{
    margin-bottom: 10px;
}
.category .vendors li{
    margin-bottom: 50px;
}
.category .sub-categories li figcaption{
    font-size: 22px;
    font-weight: 700;
}
.category .sub-categories li a, .category .sub-categories li a:hover {
    color: #4a4a4a;
    text-decoration: none;
}
/*Стили конкретных категорий*/
/*Котлы*/
.cauldrons h3{
    width: 177px;
    height: 59px;
    background-position: 0 -300px;
    background-size: 900px auto;
}
.cauldrons h3 a, .cauldrons h3 a:hover {
    color: #fff;
    text-decoration: none;
}
.cauldrons .sub-categories li,
.cauldrons .vendors li{
    width: 330px;
}
.cauldrons .sub-categories figure div{
    height: 178px;
}
/*Водонагреватели*/
.boilers h3{
    width: 392px;
    height: 59px;
    background-position: 0 -400px;
    background-size: 900px auto;
}
.boilers h3 a, .boilers h3 a:hover {
    color: #fff;
    text-decoration: none;
}
.boilers .sub-categories li{
    width: 250px;
}
.boilers .sub-categories li + li {
    margin-left: 80px;
}
.boilers .sub-categories{
    margin-bottom: 30px;
}
.boilers .sub-categories figure div{
    height: 188px;
}
.boilers .vendors li{
    width: 140px;
}
.boilers .vendors li+li{
    margin-left: 50px;
}
/*Радиаторы-*/
.radiators h3{
    width: 269px;
    height: 59px;
    background-position: 0 -500px;
    background-size: 900px auto;
}
.radiators h3 a, .radiators h3 a:hover {
    color: #fff;
    text-decoration: none;
}
.radiators .sub-categories li{
    width: 300px;
}
.radiators .sub-categories{
    margin-bottom: 30px;
}
.radiators .sub-categories figure div{
    height: 193px;
}
.radiators .vendors li{
    width: 145px;
}
.radiators .vendors li+li{
    margin-left: 50px;
}
.radiators .sub-categories li+li{
    margin-left: 30px;
}
/*Насосы*/
.pumps h3{
    width: 194px;
    height: 59px;
    background-position: 0 -600px;
    background-size: 900px auto;
}
.pumps h3 a, .pumps h3 a:hover {
    color: #fff;
    text-decoration: none;
}
.pumps .sub-categories li{
    width: 200px;
}
.pumps .sub-categories{
    margin-bottom: 30px;
}
.pumps .sub-categories figure div{
    height: 212px;
    line-height: 212px;
}
.pumps .sub-categories figure img{
    display: inline-block;
    vertical-align: middle;
}
.pumps .vendors li{
    width: 140px;
}
.pumps .sub-categories li+li{
    margin-left: 55px;
}
.pumps .vendors li+li{
    margin-left: 55px;
}
/*Системы фильтрации питьевой воды--*/
.filters h3{
    width: 787px;
    height: 59px;
    background-position: 0 -700px;
    background-size: 900px auto;
}
.filters h3 a, .filters h3 a:hover {
    color: #fff;
    text-decoration: none;
}
.filters .sub-categories li{
    width: 330px;
}
.filters .sub-categories{
    margin-bottom: 20px;
}
.filters .sub-categories figure div{
    height: 244px;
    line-height: 244px;
}
.filters .sub-categories figure img{
    display: inline-block;
    vertical-align: middle;
}
.filters .vendors li{
    width: 330px;
}

/*Канализация, водопровод и отопление-*/
.sewerage h3{
    width: 839px;
    height: 59px;
    background-position: 0 -800px;
    background-size: 900px auto;
}
.sewerage h3 a, .sewerage h3 a:hover {
    color: #fff;
    text-decoration: none;
}
.sewerage .sub-categories li{
    width: 230px;
}
.sewerage .sub-categories{
    margin-bottom: 30px;
}
.sewerage .sub-categories figure div{
    height: 194px;
    line-height: 194px;
}
.sewerage .sub-categories figure img{
    display: inline-block;
    vertical-align: middle;
}
.sewerage .sub-categories li+li{
    margin-left: 20px;
}
.sewerage .vendors li+li{
    margin-left: 40px;
}

/*----Задать вопрос----*/
.question-page{
    height: 295px;
    background: #f8f8f8;
    margin-bottom: 100px;
}
/*Блок заказа колбека*/
.question-page .call{
    display: inline-block;
    width: 385px;
    margin-top: 30px;
    margin-right: 30px;
    vertical-align: top;
}
.question-page .call .title{
    font-size: 28px;
}
.question-page .call .phone{
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
}
.question-page .call .phone:before,
.call-master-page .callback .phone:before{
    content: '';
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-right: 5px;
    background: url("../images/sprites/icons-sprite.png") -200px 0 no-repeat;
    background-size: 600px auto;
    vertical-align: middle;
}
.question-page .call button,
.contacts-page .consult .button-small,
.call-master-page .callback .button-small{
    width: 225px;
}
/*Блок формы "Задать вопрос"*/
.question-page form{
    display: inline-block;
    position: relative;
    top: -25px;
    width: 545px;
    padding: 30px 40px 30px 30px;
    box-sizing: border-box;
    border: 7px solid #eb6f07;
    background: #ffffff;
    text-align: left;
}
.question-page form h2{
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: none;
}
.question-page form input{
    height: 40px;
    padding: 10px;
    width: 225px;
    margin-bottom: 15px;
}
.question-page form input.name{
    margin-right: 5px;
}
.question-page form textarea{
    width: 100%;
    height: 90px;
    padding: 10px;
    margin-bottom: 10px;
}
.question-page form span{
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}
@-moz-document url-prefix() {
    .question-page form span{
        margin-right: 18px;
    }
}
.question-page form button{
    width: 158px;
    text-transform: uppercase;
}
/*----Проектируем и устанавливаем----*/
.services-page h2{
    margin-bottom: 45px;
}
.services-page p{
    text-align: left;
    color: #000000;
    line-height: 1.5;
}
.services-page h2 + p{
    margin-bottom: 25px;
}
/*Первый список с большими картинками*/
.services-page .services-list1{
    margin-top: 40px;
    margin-bottom: 60px;
}
.services-page .services-list1>li{
    display: inline-block;
    width: 400px;
    vertical-align: top;
}

.services-page .services-list1>li.boiler-systems{
    margin-left: 30px;
}

.services-page .services-list1>li:before{
    content: '';
    display: inline-block;
    width: 304px;
    height: 304px;
    background: url("../images/sprites/services-sprite.png") 0 0 no-repeat;
}

.services-page .services-list1>li.cauldrons-systems:before{
    background-position:  0 0;
}
.services-page .services-list1>li.boiler-systems:before{
    background-position:  -400px 0;
}
.services-page .services-list1 span,
.services-page .services-list2 span{
    display: inline-block;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
}
/*Внутренние элементы первого списка*/
.services-page .services-list1 ul{
    width: 300px;
    margin-left: 85px;
    list-style-type: none;
    font-size: 16px;
    line-height: 2;
    text-align: left;
}

/*Второй список*/
.services-page .services-list2 li{
    display: inline-block;
    width: 330px;
    vertical-align: top;
}
.services-page .services-list2 li:before{
    content: '';
    display: inline-block;
    width: 219px;
    height: 219px;
    background: url("../images/sprites/services-sprite.png") -800px 0 no-repeat;
}
.services-page .services-list2 li.boiler-room:before{
    background-position: -800px 0;
}
.services-page .services-list2 li.filter-system:before{
    background-position: -1200px 0;
}
.services-page .services-list2 li.conditioner:before{
    background-position: -1600px 0;
}

/*----Вызов мастера----*/
.call-master-page{
    height: 426px;
    margin-top: 50px;
    padding-top: 50px;
    box-sizing: border-box;
    background: url("../images/bg.jpg") 0 0 no-repeat;
    background-size: cover;
}
.call-master-page h2{
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 600;
    text-transform: none;
}
.call-master-page .master-wrapper{
    width: 835px;
    display: inline-block;
    box-sizing: border-box;
    border: 7px solid #eb6f07;
    padding: 35px 50px 25px 45px;
    background: #ffffff;
}
/*Блок колбека*/
.call-master-page .callback {
    width: 345px;
    display: inline-block;
    margin-right: 75px;
}
.call-master-page .callback .title{
    margin-bottom: 10px;
    font-size: 31px;
    font-weight: 600;
}
.call-master-page .callback .phone{
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 700;
}

/*Блок вызова мастера*/
.call-master-page .call-master{
    display: inline-block;
    width: 300px;
}
.call-master-page .call-master input{
    width: 100%;
    height: 40px;
    padding: 10px 20px;
}
.call-master-page .call-master input.name{
    margin-bottom: 20px;
}
.call-master-page .call-master input.phone{
    margin-bottom: 15px;
}
.call-master-page .call-master .button-small{
    width: 100%;
    text-transform: uppercase;
}
/*----Контакты----*/
h2.contacts{
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}
.contacts-page{
    background: #f8f8f8;
    padding-bottom: 30px;
}

/*Общие стили блоков контактов*/
.contacts-page .address,
.contacts-page .hours-of-service,
.contacts-page .consult{
    margin-top: 25px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.contacts-page .title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.contacts-page .value:before{
    content: '';
    display: inline-block;
    margin-right: 15px;
    background: url("../images/sprites/icons-sprite.png");
    background-size: 600px auto;
}
.contacts-page .value span{
    display: inline-block;
    vertical-align: top;
}
/*Персональные стили каждого из блоков контактов*/
/*Адрес*/
.contacts-page .address{
    width: 240px;
    margin-right: 100px;
}
.contacts-page .address .value:before{
    width: 31px;
    height: 48px;
    margin-right: 15px;
    background-position: 0 0;
}
.contacts-page .address .value span{
    width: 185px;
    font-size: 16px;
    font-weight: 600;
}
/*Консультация*/
.contacts-page .consult{
    width: 350px;
}
.contacts-page .consult .value:before{
    width: 52px;
    height: 52px;
    background-position: -200px 0;
}
.contacts-page .consult .value{
    position: relative;
    left: -70px;
}
.contacts-page .consult .value span{
    font-size: 35px;
    font-weight: 700;
}
.contacts-page .consult .button-small{
    margin-top: 5px;
}
/*Время работы*/
.contacts-page .hours-of-service{
    width: 260px;
}
.contacts-page .hours-of-service .value:before{
    width: 52px;
    height: 52px;
    background-position: -300px 0;
}
.contacts-page .hours-of-service .value{
    font-size: 14px;
    font-weight: 600;
    color: #4f4f4f;
}
/*Карта*/
#map{
    width: 970px;
    height: 390px;
    display: inline-block;
    margin: 20px 0;
}

/*Подписка на рассылку*/
.contacts-page .subscribe{
    width: 630px;
    display: inline-block;
    margin-bottom: 2px;
    text-align: left;
    vertical-align: bottom;
}
.contacts-page .socials .title,
.contacts-page .subscribe span{
    font-size: 16px;
    font-weight: 700;
}
.contacts-page .subscribe span{
    margin-right: 10px;
    text-transform: uppercase;
}
.contacts-page .subscribe input{
    height: 45px;
    padding: 10px 15px;
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.contacts-page .subscribe .button-small{
    width: 47px;
    height: 45px;
    position: relative;
    top: 3px;
    left: -1px;
}
.contacts-page .subscribe .button-small:before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url("../images/sprites/icons-sprite.png") -400px 0 no-repeat;
    background-size: 600px auto;
}

/*Социальные сети*/
.contacts-page .socials{
    width: 275px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.contacts-page .socials li {
    display: inline-block;
}
.contacts-page .socials li+li{
    margin-left: 20px;
}
.contacts-page .socials a{
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url("../images/sprites/social-sprite.png") 0 0 no-repeat;
    background-size: 195px auto;
}
.contacts-page .socials .fb{
    background-position: 0 0;
}
.contacts-page .socials .vk{
    background-position: -50px 0;
}
.contacts-page .socials .ok{
    background-position: -100px 0;
}
.contacts-page .socials .google{
    background-position: -150px 0;
}
/*----Футер----*/
footer{
    display: inline-block;
    width: 1000px;
    border-top: 4px solid #f26522;
}
footer .copy{
    float: left;
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 12px;
    color: #000;
}
footer .turbo-web{
    margin-top: 25px;
    float: right;
}
footer .turbo-web p{
    float: right;
    width: 158px;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    color: #000;
    text-decoration: none;
}
footer .turbo-web img{
    float: right;
    display: inline-block;
    margin-right: 10px;
    margin-top: 7px;
}
/*----Кнопка "в начало старницы"----*/
.to-top{
    display: inline-block;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 200px;
    right: 90px;
    text-align: center;
    line-height: 45px ;
    -webkit-border-radius:5px ;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #bbb;
    opacity: 0;
    cursor: default;
    z-index: 100;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.to-top.scrolled{
    opacity: 0.5;
    cursor: pointer;
}
.to-top.scrolled:hover{
    opacity: 1;
}
.to-top div{
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 18px;
    background: url("../images/sprites/icons-sprite.png") 0 -120px no-repeat;
}

.relative-section {position: relative;}

/* Перемещение якорей */
#discount-box, #catalog-box, #services-box, #contacts-box {
    position: absolute;
    top: -250px;
}

#catalog-box {top: -190px}
#services-box {top: -190px}
#contacts-box {top: -190px} 

.category { position: relative; }
.ancor { position: absolute;top: -190px; }

.vac-page {
    text-align: left;
    width: 1005px;
    margin: 0 auto;
}