@font-face {
    font-family: introfont;
    font-weight: 400;
    font-style: normal;
    src: url(introregular.eot)/*tpa=fonts/introregular.eot*/;
    src: url(introregular.eot-#iefix)/*tpa=fonts/introregular.eot?#iefix*/ format("embedded-opentype"), url(fonts/introregular.woff)/*tpa=fonts/introregular.woff*/ format("woff"), url(introregular.ttf)/*tpa=fonts/introregular.ttf*/ format("truetype")
}

@font-face {
    font-family: proximanova;
    font-weight: 400;
    font-style: normal;
    src: url(proximanovaregular.eot)/*tpa=fonts/proximanovaregular.eot*/;
    src: url(proximanovaregular.eot-#iefix)/*tpa=fonts/proximanovaregular.eot?#iefix*/ format("embedded-opentype"), url(fonts/proximanovaregular.woff)/*tpa=fonts/proximanovaregular.woff*/ format("woff"), url(proximanovaregular.ttf)/*tpa=fonts/proximanovaregular.ttf*/ format("truetype")
}

@font-face {
    font-family: proximanova;
    font-weight: 700;
    font-style: normal;
    src: url(proximanovabold.eot)/*tpa=fonts/proximanovabold.eot*/;
    src: url(proximanovabold.eot-#iefix)/*tpa=fonts/proximanovabold.eot?#iefix*/ format("embedded-opentype"), url(fonts/proximanovabold.woff)/*tpa=fonts/proximanovabold.woff*/ format("woff"), url(proximanovabold.ttf)/*tpa=fonts/proximanovabold.ttf*/ format("truetype")
}

@font-face {
    font-family: fontello;
    font-weight: 400;
    font-style: normal;
    src: url(fontello.eot)/*tpa=fonts/fontello.eot*/;
    src: url(fontello.eot-#iefix)/*tpa=fonts/fontello.eot?#iefix*/ format("embedded-opentype"), url(fonts/fontello.woff)/*tpa=fonts/fontello.woff*/ format("woff"), url(fontello.ttf)/*tpa=fonts/fontello.ttf*/ format("truetype")
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid,
body textarea:required:valid {
    color: #666
}

body,
html {
    height: 100%
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    color: #333;
    background-color: #f9f9f9;
    line-height: 1.65;
    font-family: proximanova, arial, sans-serif;
    overflow-x: hidden
}

img {
    max-width: 100%
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

::-moz-selection {
    background-color: #009acf;
    color: #fff
}

::selection {
    background-color: #009acf;
    color: #fff
}

a {
    color: #333;
    outline: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

.heading {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    line-height: 34px;
    margin-bottom: 70px
}

.sub-heading {
    font-size: 22px;
    line-height: 33px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px
}

input {
    color: #333
}
header {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
}
header .mobile-nav {
    font-size: 18px;
    border-bottom: 1px solid #009acf;
    text-align: center
}

header .mobile-nav a {
    color: #009acf;
    padding: 10px 0;
    display: inline-block
}

header .mobile-nav .right-border {
    border-right: 1px solid #009acf
}

header .firstline {
    border-bottom: 1px solid #c6c6c6;
    padding: 30px 0
}

header .firstline .logo {
    text-align: center;
    margin-top: 5px
}

header .firstline .time {
    background-image: url(img/clock.png);
    background-repeat: no-repeat;
    background-position: 30px 0;
    padding-left: 90px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
        padding-top: 5px;
}

header .firstline .call_us {
    text-align: center
}

header .firstline .call_us .phone {
    font-weight: 700;
    color: #009acf;
    font-size: 18px;
    line-height: 21px
}

header .firstline .call_us .phone:nth-of-type(1) {
    margin-bottom: 5px;
}

header .firstline .call_us .link {
    position: relative
}
header .firstline .call_us .mail a,
header .firstline .call_us .link a {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
        font-weight: 700;
    color: #009acf;
    font-size: 18px;
    line-height: 21px;
}

.mail {
        font-weight: 700;
    color: #009acf;
    font-size: 18px;
    line-height: 21px;
}

header .firstline .call_us .link a:hover {
    text-decoration: none
}

header .firstline .call_us .link .hidden-form {
    position: absolute;
    background-color: #f9f9f9;
    top: -35px;
    left: 0;
    width: 100%;
    right: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    display: none
}

header .firstline .call_us .link .hidden-form input {
    width: 100%;
    border: 1px solid #dddada;
    height: 30px;
    text-align: center;
    padding-right: 20px
}

header .firstline .call_us .link .hidden-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #009acf;
    bordeR: none;
    color: #ffff;
    height: 30px;
    padding-top: 3px
}

header .firstline .little-menu nav ul {
    margin: 0;
    padding: 0
}

header .firstline .little-menu nav ul li {
    display: inline-block
}

header .firstline .little-menu nav ul li a {
    color: #333;
    padding: 5px 30px;
    display: inline-block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #337ab7;
    
}

header .firstline .little-menu nav ul li a:hover {
    background: #fa9600;
    background: -webkit-gradient(linear, left top, left bottom, from(#fab481), color-stop(58%, #fa9600), to(#fa9600));
    background: -webkit-linear-gradient(top, #29d8ff 0, #009acf 58%, #009acf 100%);
    background: -o-linear-gradient(top, #29d8ff 0, #009acf 58%, #009acf 100%);
    background: linear-gradient(to bottom, #29d8ff 0, #009acf 58%, #009acf 100%);
    text-decoration: none;
    color: #fff
}

header .firstline .little-menu nav ul li a.hover {
    border: 1px solid #009acf;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

header .second-line {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
        border-bottom: 1px solid #c6c6c6;
        margin-bottom: 30px
}

header .second-line ul {
    width: 100%;
    position: relative;
    display: table;
    margin: 0;
    padding: 0;
    height: 50px
}

header .second-line ul li {
    display: table-cell;
    position: relative;
    list-style-type: none
}

header .second-line ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px
}

header .second-line ul li a:hover {
    text-decoration: none;
    background: #009acf;
    color: #fff
}

.promo {
    background: url(img/bg.jpg)/*tpa=/img/bg.jpg*/;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 110px;
        margin-top: -30px;
    padding-bottom: 130px
}

.promo .line-one {
    font-family: introfont, arial, sans-serif;
    color: #ff8328;
    font-size: 34px;
    line-height: 45px
}

.promo .line-two {
    font-family: introfont, arial, sans-serif;
    color: #fff;
    font-size: 67px;
    line-height: 85px;
    margin-bottom: 30px
}

.promo .specs {
    margin-bottom: 40px
}

.promo .specs ul {
    margin: 0;
    padding: 0
}

.promo .specs ul li {
    list-style-type: none;
    position: relative;
    color: #fff;
    font-size: 21px;
    line-height: 45px;
    list-style-type: none;
    font-weight: 700;
    padding-left: 30px
}

.promo .specs ul li:after {
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff8328;
    content: "";
    left: 0;
    top: 17px
}

.promo .order a {
    display: inline-block;
    text-align: center;
    background: #ff8328;
    background: -webkit-gradient(linear, left top, left bottom, from(#fab481), color-stop(58%, #fa9600), to(#fa9600));
    background: -webkit-linear-gradient(top, #fab481 0, #ff8328 58%, #ff8328 100%);
    background: -o-linear-gradient(top, #fab481 0, #ff8328 58%, #ff8328 100%);
    background: linear-gradient(to bottom, #fab481 0, #ff8328 58%, #ff8328 100%);
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 0;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%
}

.promo .order a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fab481), color-stop(40%, #fa9600), to(#fa9600));
    background: -webkit-linear-gradient(top, #fab481 0, #ff8328 40%, #ff8328 100%);
    background: -o-linear-gradient(top, #fab481 0, #ff8328 40%, #ff8328 100%);
    background: linear-gradient(to bottom, #fab481 0, #ff8328 40%, #ff8328 100%)
}
.breadcrumbs {
        margin-bottom: 30px;
}
.breadcrumbs .fa {
    padding: 10px
}
.get-info {
    margin-bottom: 100px
}

.get-info .get-info_form {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top: 9px solid #d1e0ed;
    background-color: #fff;
    padding: 30px 30px 20px 30px;
    margin-top: -60px;
    -webkit-box-shadow: 0 4px 15px 0 #a8a8a8;
    box-shadow: 0 4px 15px 0 #a8a8a8
}

.get-info .get-info_form form .phone {
    padding-left: 30px
}

.get-info .get-info_form form label {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase
}

.get-info .get-info_form form input {
    width: 100%;
    margin-top: 9px;
    margin-bottom: 20px;
    padding: 5px 5px 5px 15px
}

.get-info .get-info_form form input[type=phone] {
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.get-info .get-info_form form input[type=submit] {
    background: #009acf;
    color: #fff;
    font-weight: 700;
    border: 1px solid #009acf;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.work-cycle {
    text-align: center;
    margin-bottom: 120px
}

.work-cycle .item {
    margin-bottom: 30px;
    min-height: 90px
}

.work-cycle .item .image {
    text-align: center;
    margin-bottom: 20px
}

.products {
    position: relative;
    margin-bottom: 100px
}

.products .heading {
    font-size: 30px;
    margin-bottom: 50px;
    text-align: left
}

.products .products-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -100px
}

.products .products-carousel .owl-nav .owl-next,
.products .products-carousel .owl-nav .owl-prev {
    width: 30px;
    height: 30px;
    background: #fa9600;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    padding: 0;
    text-align: center
}

.products .products-carousel .item {
    padding: 10px;
    margin-bottom: 20px
}

.products .products-carousel .item .prod {
    padding: 30px 20px;
    z-index: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    text-align: center
}

.products .products-carousel .item .prod .image {
    height: 200px;
    text-align: center;
    width: 100%;
    display: table;
    overflow: hidden;
    vertical-align: middle;
    margin-bottom: 20px;
    position: relative
}

.products .products-carousel .item .prod .image:after {
    position: absolute;
    width: 83px;
    height: 5px;
    content: "";
    left: 0;
    top: 0;
    background-repeat: no-repeat
}

.products .products-carousel .item .prod .image a {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.products .products-carousel .item .prod .image a img {
    width: auto;
    margin: auto
}

.products .products-carousel .item .prod .name {
    font-weight: 700;
    margin-bottom: 20px;
    height: 53px
}

.products .products-carousel .item .prod .name a:hover {
    color: #333;
    text-decoration: none
}

.products .products-carousel .item .prod .buttons a {
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    padding: 10px 0
}

.products .products-carousel .item .prod .buttons a:hover {
    text-decoration: none;
    opacity: .8
}

.products .products-carousel .item .prod .buttons .price {
    margin-bottom: 10px
}

.products .products-carousel .item .prod .buttons .price a {
    background: #009acf
}

.products .products-carousel .item .prod .buttons .select a {
    background: #fa9600
}

.scheme {
    margin-bottom: 100px
}

.scheme .items {
    background-image: url(img/scheme-bg.png);
    background-repeat: no-repeat;
    background-position: center 60px
}

.scheme .items .item {
    position: relative;
    padding-top: 40px;
    margin-bottom: 30px
}

.scheme .items .item .num {
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: #fa9600;
    text-align: center;
    color: #fff;
    padding-top: 2px
}

.scheme .items .item .image {
    height: 80px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
    text-align: center
}

.scheme .items .item .image .outer {
    display: table-cell;
    vertical-align: middle
}

.scheme .items .item .text {
    text-align: center
}

.need-counsult {
    background-color: #009acf;
    background-image: url(img/consult-bg.png);
    background-repeat: no-repeat;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 100px;
    padding: 30px 30px 30px;
    -webkit-box-shadow: 0 0 15px 0 #a8a8a8;
    box-shadow: 0 0 15px 0 #a8a8a8;
    background-position: top right
}

.need-counsult .first {
    margin-bottom: 20px
}

.need-counsult .first span {
    color: #fff;
    background-color: #fa9600;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 10px;
    font-weight: 700
}

.need-counsult .text {
    color: #fff;
    margin-bottom: 20px
}

.need-counsult .button a {
    background-color: #fa9600;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 10px 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.need-counsult .button a:hover {
    opacity: .8
}

.about {
    margin-bottom: 100px
}

.about .text blockquote {
    border-left: 2px solid #333;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-left: 0
}

.about .text .year .y {
    margin-top: 10px;
    font-size: 50px;
    color: #009acf;
    font-weight: 700;
    line-height: 1.3
}

.about .text .year span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    color: #333
}

.delivery {
    margin-bottom: 100px
}

.delivery .item {
    -webkit-box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    background: #fff;
    height: 120px;
    display: table;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 30px
}

.delivery .item .outer {
    display: table-cell;
    text-align: center;
    width: 100%;
    vertical-align: middle
}

.objects {
    margin-bottom: 100px
}

.objects .item {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #009acf;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5)
}

.objects .item .image {
    height: 230px;
    overflow: hidden;
    margin-bottom: 20px
}

.objects .item .image img {
    width: 100%
}

.objects .item .name {
    margin-bottom: 10px;
    padding: 0 20px;
        min-height: 53px;
    font-weight: 700
}

.objects .item .text {
    padding: 0 20px;
    min-height: 80px
}

.ask-price {
    background-image: url(img/ask-price-bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    margin-bottom: 130px;
    padding: 100px 0
}

.ask-price .ask-price-form {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top: 9px solid #d1e0ed;
    background-color: #fff;
    padding: 30px 30px 20px 30px
}

.ask-price .ask-price-form form label {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase
}

.ask-price .ask-price-form form input {
    width: 100%;
    margin-top: 9px;
    margin-bottom: 20px;
    padding: 7px 5px 7px 15px
}

.ask-price .ask-price-form form input[type=phone] {
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.ask-price .ask-price-form form input[type=submit] {
    background: #009acf;
    color: #fff;
    font-weight: 700;
    border: 1px solid #009acf;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.complex {
    margin-bottom: 100px
}

.complex .announcement {
    margin-bottom: 60px
}

.complex .blocks .item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    padding: 20px 30px;
    min-height: 190px;
    margin-bottom: 30px
}

.complex .blocks .item .name {
    font-weight: 700;
    margin-bottom: 10px
}

.chief-montage {
    margin-bottom: 100px;
    
   background-image: url(img/chief-bg.jpg);
    color: #fff */
}

.chief-montage .announcement {
    margin-bottom: 40px
}

.chief-montage .blocks {
    margin-bottom: 100px
}

.chief-montage .blocks .item {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center left 18px;
    -webkit-box-shadow: 0 0 15px 0 #a8a8a8;
    box-shadow: 0 0 15px 0 #a8a8a8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #333;
    height: 166px;
    padding: 30px 25px 30px 70px;
    display: table
}

.chief-montage .blocks .item .text {
    vertical-align: middle;
    display: table-cell
}

.chief-montage .blocks .one {
    background-image: url(chief1.png)/*tpa=img/chief1.png*/
}

.chief-montage .blocks .two {
    background-image: url(chief2.png)/*tpa=img/chief2.png*/
}

.chief-montage .blocks .three {
    background-image: url(chief3.png)/*tpa=img/chief3.png*/
}

.chief-montage .blocks .four {
    background-image: url(chief4.png)/*tpa=img/chief4.png*/
}

.chief-montage .blocks .five {
    background-image: url(chief5.png)/*tpa=img/chief5.png*/
}

.chief-montage .blocks .six {
    background-image: url(chief6.png)/*tpa=img/chief6.png*/
}

.chief-montage .info .text {
    padding-right: 40px
}

.chief-montage .info .text ul {
    margin: 0
}

.chief-montage .info .text ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px
}

.chief-montage .info .text ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 7px;
    background: #fa9600
}

.chief-montage .chief-form {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top: 9px solid #d1e0ed;
    background-color: #fff;
    padding: 10px 30px
}

.chief-montage .chief-form form input {
    width: 100%;
    margin-top: 9px;
    margin-bottom: 20px;
    padding: 7px 5px 7px 15px
}

.chief-montage .chief-form form input {
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.chief-montage .chief-form form input[type=submit] {
    background: #009acf;
    color: #fff;
    font-weight: 700;
    border: 1px solid #009acf;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.diagnose {
    margin-bottom: 100px
}

.diagnose .left {
    margin-top: 60px;
    padding-right: 60px;
    margin-bottom: 60px
}

.diagnose .left .sub-heading {
    text-align: left;
    margin-bottom: 30px
}

.diagnose .left .text {
    margin-bottom: 30px
}

.diagnose .left .button a {
    width: 100%;
    text-align: center;
    background-color: #fa9600;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding: 10px 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.diagnose .left .button a:hover {
    opacity: .8
}

.diagnose .right .blocks .item {
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    padding: 30px;
    min-height: 150px;
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center
}

.diagnose .right .blocks .item .image {
    margin-bottom: 10px
}

.diagnose .right .blocks .item .name {
    font-weight: 700;
    margin-bottom: 5px
}

.diagnose .right .blocks .item .text {
    font-size: 14px;
    line-height: 21px
}

.service {
    margin-bottom: 100px;
   /* padding: 100px 0;
    background-image: url(/img/service-bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff**/
}

.service .announcement {
    margin-bottom: 60px
}

.service .blocks .item {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #333;
    border-left: 3px solid #009acf;
    padding: 10px 15px;
    min-height: 100px;
    margin-bottom: 30px;
        -webkit-box-shadow: 0 4px 15px 0 #a8a8a8;
    box-shadow: 0 4px 15px 0 #a8a8a8
}

.service .snoska {
    text-align: center;
    margin-bottom: 60px
}

.service .snoska span {
    color: #fa9600
}

.service .sub-heading {
    margin-bottom: 30px
}

.service .get-info_form {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-top: 9px solid #d1e0ed;
    background-color: #fff;
    padding: 30px 30px 20px 30px
}

.service .get-info_form form .phone {
    padding-left: 30px
}

.service .get-info_form form label {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase
}

.service .get-info_form form input {
    width: 100%;
    margin-top: 9px;
    margin-bottom: 20px;
    padding: 5px 5px 5px 15px
}

.service .get-info_form form input[type=phone] {
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.service .get-info_form form input[type=submit] {
    background: #009acf;
    color: #fff;
    font-weight: 700;
    border: 1px solid #009acf;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.conservation {
    margin-bottom: 100px
}

.conservation .announcement {
    margin-bottom: 60px
}

.conservation .tabs {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    margin-bottom: 60px
}

.conservation .tabs li {
    list-style-type: none;
    display: inline-block
}

.conservation .tabs li a {
    display: inline-block;
    padding: 10px 80px;
    text-align: center;
    color: #fff;
    background: #009acf
}

.conservation .tabs li .active {
    background: #fa9600
}

.conservation .blocks {
    margin-bottom: 60px
}

.conservation .blocks .item {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    color: #333;
    border-left: 3px solid #009acf;
    padding: 10px 15px;
    min-height: 100px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5)
}

.conservation .button a {
    display: block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
    width: 280px;
    background: #fa9600;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto
}

.conservation .button a:hover {
    text-decoration: none;
    opacity: .8
}

.cert {
    margin-bottom: 100px
}

.cert .items .item {
    margin-bottom: 30px;
    border: 1px solid #c2c2c2;
    -webkit-box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    text-align: center;
    width: 100%;
    height: 250px;
    display: table;
    background: #fff
}

.cert .items .item a {
    display: table-cell;
    vertical-align: middle
}

.clients {
    margin-bottom: 100px
}

.clients .item {
    display: table;
    width: 100%;
    text-align: center;
    height: 80px;
    margin-bottom: 30px;
    overflow-y: hidden
}

.clients .item .outer {
    display: table-cell;
    vertical-align: middle
}

.clients .item .outer img {
    max-height: 100%
}

footer {
    background-color: #fff;
    color: #000000;
    padding-top: 30px;
    padding-bottom: 30px
}

footer .first-line {
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
    padding-bottom: 30px
}

footer .first-line .left {
    margin-bottom: 30px
}

footer .first-line .left .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

footer .first-line .left .addr {
    margin-bottom: 20px
}

footer .first-line .left .tel {
    font-weight: 700;
    font-size: 20px
}

footer .first-line .left .callback {
    margin-bottom: 20px
}

footer .first-line .left .callback a {
    color: #000000;
    text-decoration: underline
}

footer .first-line .left .callback a:hover {
    text-decoration: none
}

footer .first-line .left .mail a {
    color: #000000;
    text-decoration: underline;
        font-weight: 700;
    color: #009acf;
    font-size: 18px;
    line-height: 21px;
}

footer .first-line .left .mail a:hover {
    text-decoration: none;
        font-weight: 700;
    color: #009acf;
    font-size: 18px;
    line-height: 21px;
}

footer .first-line .right .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px
}

footer .first-line .right form input {
    padding: 8px 10px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px
}

footer .first-line .right form textarea {
    width: 100%;
    padding: 8px 10px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
    height: 104px;
    color: #333;
    resize: none
}

footer .first-line .right form button {
    position: absolute;
    right: 10px;
    bottom: 30px;
    background: 0 0;
    border: none
}

footer .second-line .copy {
    text-align: right;
    font-size: 12px
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto
}

.popup-form {
    max-width: 500px;
    position: relative
}

.popup-form h3 {
    text-align: center
}

.popup-form .success {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding-top: 120px;
    text-align: center;
    font-size: 25px
}

.popup-form label {
    display: inline-block;
    width: 100%;
    font-weight: 700
}

.popup-form input {
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #009acf
}

.popup-form input[type=checkbox] {
    text-align: left;
    width: auto;
    margin-right: 10px
}

.popup-form textarea {
    width: 100%;
    max-height: 200px;
    margin-bottom: 20px;
    color: #333
}

.popup-form .button {
    color: #fff;
    border: none;
    padding: 5px;
    width: 100%;
    background: #fa9600;
    font-weight: 700
}

.popup-form .button:hover {
    opacity: .8
}

.visible {
    display: block!important
}

.chiller-info .image {
    text-align: center;
    margin-bottom: 20px
}

.chiller-info .name {
    font-weight: 700;
    margin-bottom: 10px
}

#scrollup {
    position: fixed;
    opacity: 0;
    padding: 15px 10px 10px;
    right: 10px;
    bottom: 10px;
    display: none;
    cursor: pointer;
    z-index: 9
}

.fixed {
    position: fixed;
    z-index: 11;
    background-color: #fff;
    color: #333;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5);
    box-shadow: 0 0 15px 0 rgba(168, 168, 168, .5)
}

@media only screen and (max-width:1200px) {
    body {
        font-size: 15px
    }
    header .firstline .time {
        background-position: 0 0;
        padding-left: 60px;
        font-size: 13px
    }
    header .firstline .little-menu nav ul li a {
        padding: 6px 15px;
        color: #fff;
    background-color: #337ab7;
    }
    .promo .specs ul li {
        font-size: 20px;
        line-height: 42px
    }
    .get-info .get-info_form {
        padding: 20px 30px 20px 30px
    }
    .get-info .get-info_form form label {
        font-size: 16px;
        line-height: 24px
    }
    .get-info .get-info_form form input {
        margin-top: 16px
    }
    .products .products-carousel .item .prod {
        padding: 20px 10px
    }
    .objects .item .image {
        height: 195px
    }
    .objects .item .name {
        min-height: 50px
    }
    .complex .blocks .item {
        min-height: 200px
    }
    .diagnose .right .blocks .item {
        padding: 20px 15px
    }
    .service .get-info_form form label {
        font-size: 14px
    }
}

@media only screen and (max-width:992px) {
    body {
        font-size: 14px
    }
    .heading {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 40px
    }
    .promo {
        padding-top: 80px;
                margin-top: 0;
        padding-bottom: 80px
    }
    .promo .line-one {
        font-size: 25px
    }
    .promo .line-two {
        font-size: 50px;
        line-height: 60px
    }
    .promo .specs ul li {
        font-size: 16px;
        line-height: 34px;
        padding-left: 20px
    }
    .promo .specs ul li:after {
        top: 11px
    }
        .breadcrumbs {
                margin-top: 10px;
        }
    .get-info {
        margin-bottom: 60px
    }
    .get-info .get-info_form form label {
        display: block;
        text-align: center
    }
    .get-info .get-info_form form .phone {
        padding-left: 0
    }
    .get-info .get-info_form form input {
        margin-bottom: 0
    }
    .objects .item .image {
        height: 143px
    }
    .objects .item .text {
        min-height: 95px
    }
    .ask-price .ask-price-form form label {
        display: block;
        text-align: center;
        margin-bottom: 10px
    }
    .complex .blocks .item {
        min-height: 235px
    }
    .chief-montage {
    /*    padding: 60px 0*/
    }
    .chief-montage .blocks {
        margin-bottom: 30px
    }
    .chief-montage .info .text {
        padding-right: 0;
        margin-bottom: 30px
    }
    .diagnose .left {
        margin-top: 0;
        padding-right: 0
    }
    .diagnose .right .blocks .item {
        min-height: 90px
    }
    .diagnose .right .blocks .item .image {
        margin-bottom: 30px
    }
    .service {
        padding: 60px 0
    }
    .service .get-info_form form .phone {
        padding-left: 0
    }
    .service .get-info_form form label {
        display: block;
        text-align: center
    }
    .service .get-info_form form input {
        margin-bottom: 10px
    }
    .conservation .announcement {
        margin-bottom: 40px
    }
    .conservation .tabs {
        margin-bottom: 30px
    }
    .conservation .blocks {
        margin-bottom: 30px
    }
    .clients .item {
        height: 100px
    }
    .about,
    .ask-price,
    .cert,
    .chief-montage,
    .clients,
    .complex,
    .conservation,
    .delivery,
    .diagnose,
    .need-counsult,
    .objects,
    .products,
    .scheme,
    .service,
    .work-cycle {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:768px) {
    body {
        font-size: 12px
    }
    .heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px
    }
    .promo {
        padding-top: 30px;
        padding-bottom: 120px
    }
    .promo .line-one {
        font-size: 16px
    }
    .promo .line-two {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 20px
    }
    .promo .specs {
        margin-bottom: 20px
    }
    .promo .specs ul li {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px
    }
    .promo .specs ul li:after {
        top: 4px
    }
    .get-info .get-info_form {
        margin-top: -90px
    }
    .scheme .items {
        background: 0 0
    }
    .scheme .items .item {
        min-height: 180px
    }
    .scheme .items .item .num {
        font-size: 16px
    }
    .need-counsult .first {
        margin-bottom: 10px
    }
    .need-counsult .first span {
        font-size: 16px
    }
    .need-counsult .text {
        margin-bottom: 10px
    }
    .need-counsult .button a {
        width: 100%;
        text-align: center;
        padding: 5px 0
    }
    .objects .item .name {
        min-height: 0
    }
    .objects .item .text {
        min-height: 0
    }
    .objects .item .image {
        height: auto;
        min-height: 0
    }
    .about .text blockquote {
        font-size: 14px;
        line-height: 21px
    }
    .about .text .year {
        text-align: center
    }
    .ask-price .ask-price-form form label {
        font-size: 14px;
        line-height: 21px
    }
    .complex .blocks .item {
        min-height: 0
    }
    .conservation .tabs li {
        width: 100%
    }
    .conservation .tabs li a {
        display: block;
        width: 100%;
        margin-bottom: 5px
    }
    .conservation .blocks .item {
        min-height: 0;
        height: auto;
        margin-bottom: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    .chief-montage .blocks .item {
        width: 100%
    }
    .chief-montage .info .text ul {
        padding-left: 0
    }
    .service .announcement {
        margin-bottom: 30px
    }
    .service .blocks .item {
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
        min-height: 0;
        background: 0 0;        
        border-left: 2px solid #fa9600;
        margin-bottom: 10px;
        padding: 5px 0 5px 15px;
        -webkit-border-radius: 0;
        border-radius: 0
    }
    footer .footer-logo {
        text-align: center;
        margin-bottom: 10px
    }
    footer .second-line .copy {
        text-align: center
    }
    .about,
    .ask-price,
    .cert,
    .chief-montage,
    .clients,
    .complex,
    .conservation,
    .delivery,
    .diagnose,
    .need-counsult,
    .objects,
    .products,
    .scheme,
    .service,
    .work-cycle {
        margin-bottom: 30px
    }
}
.get-info_2 {
margin-top: 80px;
}
footer .callback a {
    color: #fff!important;
    padding: 5px 30px;
    display: inline-block;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #337ab7;
    text-decoration: none!important;
    margin-top: 5px;
}
footer .callback a:hover{
    background: linear-gradient(to bottom, #29d8ff 0, #009acf 58%, #009acf 100%)!important;
    text-decoration: none;
    color: #fff;
}