* {
    margin: 0;
    padding: 0;
    font-family: 'H', sans-serif;
    color: #444;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    outline: 0!important;
    text-transform: uppercase
}

:root {
    --purple: #af4061;
    --grey: #e7e7e7
}

body {
    overflow-x: hidden;
    margin: 0 auto
}

@font-face {
    font-family: 'H';
    src: url(fonts/HelveticaNeue/HelveticaNeue.eot);
    src: url(fonts/HelveticaNeue/HelveticaNeue.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeue/HelveticaNeue.woff) format('woff'), url(fonts/HelveticaNeue/HelveticaNeue.ttf) format('truetype'), url(fonts/HelveticaNeue/HelveticaNeue.svg) format('svg')
}

@font-face {
    font-family: HLight;
    src: url(fonts/HelveticaNeue-Light/HelveticaNeue-Light.eot);
    src: url(fonts/HelveticaNeue-Light/HelveticaNeue-Light.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeue-Light/HelveticaNeue-Light.woff) format('woff'), url(fonts/HelveticaNeue-Light/HelveticaNeue-Light.ttf) format('truetype'), url(fonts/HelveticaNeue-Light/HelveticaNeue-Light.svg) format('svg')
}

@font-face {
    font-family: HBold;
    src: url(fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.eot);
    src: url(fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.woff) format('woff'), url(fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.ttf) format('truetype'), url(fonts/HelveticaNeue-Bold/HelveticaNeue-Bold.svg) format('svg')
}

@font-face {
    font-family: HCBold;
    src: url(fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.eot);
    src: url(fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.woff) format('woff'), url(fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.ttf) format('truetype'), url(fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.svg) format('svg')
}

@font-face {
    font-family: HCBlack;
    src: url(fonts/HelveticaNeue-CondensedBlack/HelveticaNeue-CondensedBlack.eot);
    src: url(fonts/HelveticaNeue-CondensedBlack/HelveticaNeue-CondensedBlack.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeue-CondensedBlack/HelveticaNeue-CondensedBlack.woff) format('woff'), url(fonts/HelveticaNeue-CondensedBlack/HelveticaNeue-CondensedBlack.ttf) format('truetype'), url(fonts/HelveticaNeue-CondensedBlack/HelveticaNeue-CondensedBlack.svg) format('svg')
}

@font-face {
    font-family: HCHeavy;
    src: url(fonts/HelveticaNeue-CyrHeavy/HelveticaNeueCyr-Heavy.eot);
    src: url(fonts/HelveticaNeue-CyrHeavy/HelveticaNeueCyr-Heavy.eot?#iefix) format('embedded-opentype'), url(fonts/HelveticaNeue-CyrHeavy/HelveticaNeueCyr-Heavy.woff) format('woff'), url(fonts/HelveticaNeue-CyrHeavy/HelveticaNeueCyr-Heavy.ttf) format('truetype')
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    p {
        text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
        1px 1px 1px rgba(255, 255, 255, 0.2),
        1px 1px 1px rgba(0, 0, 0, 0.2);
    }
}

.box {
    max-width: 1118px;
    width: 98%;
    margin: 0 auto;
    padding: 0 1%
}

.box-xs {
    max-width: 710px;
    width: 98%;
    margin: 0 auto;
    padding: 0 1%
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.flex-space {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: .24s ease;
    -moz-transition: .24s ease;
    transition: .24s ease
}

button {
    cursor: pointer;
    border: 0
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0
}

textarea {
    resize: none
}

ul {
    list-style: none
}

img {
    max-width: 100%
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #fff
}

#header {
    min-height: 157px;
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    padding: 0 1%
}

.header-content {
    background: #fff;
    position: relative
}

#configurator,
#economy-energy,
#gallery,
#prices,
#profile-systems,
#why-we {
    position: absolute
}

.h-logo {
    background: url(images/logo-bg.png) no-repeat center center;
    background-size: contain;
    width: 264px;
    height: 166px;
    padding: 103px 0 0 27px
}

.h-phone {
    font-size: 26px;
    color: #af4061;
    font-family: HCBold;
    white-space: nowrap
}

.h-right-info p {
    font-size: 14px;
    color: #5c5c5c;
    font-family: HBold;
    margin: 5px 0 0 5px
}

.h-right-top {
    padding-top: 26px;
    height: 107px;
    padding-left: 30px
}

.h-right-info {
    -webkit-flex-basis: 410px;
    -ms-flex-preferred-size: 410px;
    flex-basis: 410px
}

.h-left {
    margin-right: 28px
}

.h-right {
    -webkit-flex-basis: 914px;
    -ms-flex-preferred-size: 914px;
    flex-basis: 914px
}

.btn-sample {
    width: 100%;
    max-width: 235px;
    height: 53px;
    border: 1px solid #acacac;
    font-size: 18px;
    font-family: HCBold;
    padding: 16px 0 0 74px;
    display: block;
    color: #757373
}

.btn-sample:hover {
    background: #af4061;
    color: #fff;
    border: 1px solid #af4061
}

.btn-sample1:before {
    content: "";
    position: absolute;
    margin: -4px 0 0 -60px;
    width: 41px;
    height: 28px;
    background-image: url(images/icons/i-meter.png)
}

.btn-sample2:before {
    content: "";
    position: absolute;
    margin: -4px 0 0 -53px;
    width: 27px;
    height: 27px;
    background-image: url(images/icons/i-phone.png)
}

.h-right-buttons {
    -webkit-flex-basis: 587px;
    -ms-flex-preferred-size: 587px;
    flex-basis: 587px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.banner-slide {
    background: url(images/banner-slide1.jpg) no-repeat center center;
    background-size: cover;
    min-height: 616px
}

.banner-slide1 {
    background: url(images/banner-slide1.jpg) no-repeat center center;
    background-size: cover;
    min-height: 616px
}

.banner-slide2 {
    background: url(images/banner-slide2.jpg) no-repeat center center;
    background-size: cover;
    min-height: 616px
}

.banner-slide3 {
    background: url(images/banner-slide3.jpg) no-repeat center center;
    background-size: cover;
    min-height: 616px
}

.banner-slide4 {
    background: url(images/banner-slide4.jpg) no-repeat center center;
    background-size: cover;
    min-height: 616px
}

.banner-slide4-thanks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.footer-thanks {
    margin-top: 0;
}

.banner-content {
    margin: 0 auto;
    max-width: 770px;
    height: 616px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-title {
    font-size: 28px;
    font-family: HCHeavy;
    max-width: 575px;
    line-height: 32px;
    margin-bottom: 6px
}

.banner-desc {
    font-family: Arial;
    font-weight: 600;
    margin-bottom: 15px
}

.btn-purple {
    font-family: HCBlack;
    color: #fff;
    font-size: 18px;
    background: #af4061;
    text-align: center;
    padding: 10px 19px;
    display: inline-block;
    margin: 10px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.btn-purple:hover {
    background: #da3767
}

.variables-content {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.variables-point p {
    text-align: center;
    margin-top: 20px;
    -webkit-transition: .24s;
    -moz-transition: .24s;
    transition: .24s
}

.variables {
    margin: 30px auto 60px auto
}

.variables-point-img img {
    display: block;
    margin: 0 auto
}

.p-title {
    margin: 38px auto 20px auto;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: HCBold;
    color: #af4061;
    padding: 12px;
    background: #f2f2f2
}

.why-we-point_text {
    padding: 17px;
    background: #e7e7e7;
    height: 197px;
    text-overflow: ellipsis;
    overflow: hidden
}

.why-we-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.why-we-point_img img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.why-we-point_text h5 {
    font-family: HCBold;
    color: #af4061;
    margin: 4px 0 17px 0
}

.why-we-point_text p {
    font-size: 12px;
    line-height: 20px
}

.why-we-point {
    max-width: 256px;
    -webkit-flex-basis: 256px;
    -ms-flex-preferred-size: 256px;
    flex-basis: 256px;
    margin-bottom: 26px
}

.window-prices-point {
    padding: 30px;
    background: #e7e7e7;
    text-align: center
}

.window-prices-point * {
    text-align: center
}

.window-prices-point_text h5 {
    font-size: 24px;
    font-family: HCBlack;
    color: #af4061;
    margin: 12px 0;
    text-transform: none
}

.fb330 {
    -webkit-flex-basis: 330px;
    -ms-flex-preferred-size: 330px;
    flex-basis: 330px
}

.choose-desicion-content {
    background: url(images/m-config-bg.jpg) no-repeat right center;
    background-size: cover;
    height: 280px
}

.choose-desicion-text {
    max-width: 970px;
    margin: 0 auto;
    padding: 35px 5px 20px 5px
}

.choose-desicion-text h5 {
    font-family: HCBold;
    font-size: 18px;
    color: #af4061
}

.choose-desicion-text p {
    margin: 23px 0;
    max-width: 325px;
    font-size: 14px;
    line-height: 22px
}

.profile-point-text {
    padding: 20px;
    background: #e7e7e7;
    height: 210px;
    overflow: hidden;
    text-overflow: ellipsis
}

.profile-point-img img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: .24s;
    -moz-transition: .24s;
    transition: .24s
}

.profile-point-text h5 {
    font-family: HCBold;
    color: #af4061;
    margin: 0 0 5px 0;
    font-size: 18px
}

.profile-point-text p {
    font-size: 12px;
    line-height: 19px
}

.profile-point-sizes {
    margin-bottom: 7px
}

.profile-point {
    max-width: 251px;
    -webkit-flex-basis: 251px;
    -ms-flex-preferred-size: 251px;
    flex-basis: 251px
}

.btn-window-price {
    width: 200px;
    margin: 20px auto 5px auto;
    display: none
}

.window-prices-content .slick-prev:before {
    content: "";
    position: absolute;
    margin: -28px;
    width: 20px;
    height: 56px;
    opacity: .75;
    line-height: 1;
    background-image: url(images/icons/arrow-left-thin.png)
}

.window-prices-content .slick-next:before {
    content: "";
    position: absolute;
    margin: -28px 0 0 8px;
    width: 20px;
    height: 56px;
    opacity: .75;
    line-height: 1;
    background-image: url(images/icons/arrow-left-thin.png);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn-show-all {
    font-family: Arial;
    font-weight: 600;
    color: #5c5c5c;
    text-align: center;
    text-transform: none;
    text-decoration: underline;
    margin: 15px auto;
    display: block
}

.profile-hidden {
    display: none;
    margin-top: 20px
}

.spec-constructions-text {
    width: 100%;
    max-width: 400px;
    padding: 35px 10px 20px 45px;
    background: #e7e7e7;
    -webkit-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    height: 342px
}

.spec-constructions-text h5 {
    font-family: HCBold;
    font-size: 18px;
    color: #af4061
}

.spec-constructions-text p {
    margin: 18px 0;
    max-width: 320px;
    font-size: 14px;
    line-height: 20px
}

.map-text-hidden {
    display: none
}

.spec-constructions-img {
    background: url(images/economy-bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 342px;
    -webkit-flex-basis: 690px;
    -ms-flex-preferred-size: 690px;
    flex-basis: 690px;
    position: relative
}

.spec-constructions-img p {
    font-family: HCBold;
    font-size: 40px;
    color: rgba(255, 255, 255, .5);
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -14%;
    width: 224px
}

.spec-constructions-img p span {
    font-family: HBold;
    font-size: 22px;
    color: rgba(255, 255, 255, .5)
}

.gallery-slide-1 {
    background: url(images/gallery-img1.jpg) no-repeat center center;
    background-size: cover;
    min-height: 395px
}

.gallery-slide-2 {
    background: url(images/gallery-img2.jpg) no-repeat center center;
    background-size: cover;
    min-height: 395px
}

.gallery-slide-3 {
    background: url(images/gallery-img3.jpg) no-repeat center center;
    background-size: cover;
    min-height: 395px
}

.gallery-slide-4 {
    background: url(images/gallery-img4.jpg) no-repeat center center;
    background-size: cover;
    min-height: 395px
}

.gallery-slide-5 {
    background: url(images/gallery-img5.jpg) no-repeat center center;
    background-size: cover;
    min-height: 395px
}

.gallery-slide-wrap {
    background: rgba(231, 231, 231, .8);
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-top: 26px;
    max-width: 1091px
}

.gallery-slide_price * {
    color: #af4061
}

.gallery-slide-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 980px;
    margin: 0 auto
}

.gallery-slide_price {
    margin-left: 32%
}

.gallery-slide_price h5 {
    text-align: center;
    font-size: 25px;
    font-family: HCBold
}

.gallery-slide_price p {
    font-size: 13px
}

.form-consult-block {
    background: #e7e7e7;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 98px;
    margin: 30px 0
}

.econom-energy-xs {
    display: none
}

.form-consult-text {
    -webkit-flex-basis: 580px;
    -ms-flex-preferred-size: 580px;
    flex-basis: 580px;
    text-align: center
}

.form-consult-text h5 {
    font-family: Arial;
    font-size: 16px;
    font-weight: 600;
    margin: 5px
}

.form-consult-text p {
    font-family: Arial;
    font-size: 13px
}

.white-input {
    width: 100%;
    height: 42px;
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0 20px;
    color: #888
}

.window-prices-point_img img {
    height: 242px;
    margin: 0 auto
}

.btn-purple-submit {
    border: 0;
    text-transform: uppercase;
    cursor: pointer
}

.mw220 {
    max-width: 220px
}

.white-input::-webkit-input-placeholder {
    color: #888
}

.white-input::-moz-placeholder {
    color: #888
}

.white-input:-ms-input-placeholder {
    color: #888
}

.white-input:-o-placeholder {
    color: #888
}

.white-input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.white-input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.white-input:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    transition: opacity .6s ease
}

.white-input:focus:-o-placeholder {
    opacity: 0;
    -webkit-transition: opacity .6s ease;
    -moz-transition: opacity .6s ease;
    transition: opacity .6s ease
}

#form-consult {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-consult-button {
    margin-left: 20px;
    width: 100%;
    width: 217px
}

.video-point {
    max-width: 350px;
    -webkit-flex-basis: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    cursor: pointer
}

.video-point-text {
    background: #e7e7e7;
    height: 70px;
    padding: 20px 15px
}

.video-point-img img {
    display: block
}

.video-point-text p {
    font-family: Arial
}

.play {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    width: 89px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .7;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.video-point:hover .play {
    opacity: 1
}

.video-point-img {
    position: relative
}

.purple-title {
    font-family: HCBold;
    font-size: 18px;
    color: #af4061
}

.co-workers-slider {
    -webkit-flex-basis: 720px;
    -ms-flex-preferred-size: 720px;
    flex-basis: 720px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 720px
}

.co-workers-slide {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    max-width: 720px
}

.co-workers-slide_text {
    background: #e7e7e7;
    padding: 20px 30px;
    -webkit-flex-basis: 360px;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px
}

.co-workers-slide_text p {
    font-size: 14px;
    margin-bottom: 15px;
    max-width: 289px;
    line-height: 20px
}

.co-workers-slide_text h5 {
    margin-bottom: 10px
}

.co-workers-slide_img {
    -webkit-flex-basis: 353px;
    -ms-flex-preferred-size: 353px;
    flex-basis: 353px
}

.co-workers-slide_img img {
    display: block
}

.md-modal.sertificate-popup {
    width: 100%;
    max-width: 100%
}

.md-modal.sertificate-popup .btn-purple.black-close.black-close-form {
    margin: 30px auto;
    display: block
}

.md-modal.sertificate-popup .popup-title {
    text-align: center
}

.md-modal.sertificate-popup p {
    max-width: 270px;
    margin: 10px auto;
    text-align: center;
    font-size: 14px
}

.sertificate-slider .slick-slide img {
    display: block;
    margin: 0 auto
}

.free-consult {
    background: #e7e7e7;
    -webkit-flex-basis: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    padding: 20px 30px 0 30px
}

#free-consult input {
    margin-bottom: 16px
}

.free-consult h5 {
    margin-bottom: 20px
}

.w230 {
    width: 230px
}

.co-workers-slider .slick-prev {
    display: none!important
}

.co-workers-slider .slick-next {
    top: 36%;
    left: 310px
}

.co-workers-slider .slick-next:before {
    content: "";
    position: absolute;
    margin: -24px;
    width: 24px;
    height: 51px;
    opacity: 1;
    line-height: 1;
    background-image: url(images/icons/white-arrow.png)
}

.loyalty {
    background: #e7e7e7;
    padding: 25px 30px 25px 45px;
    position: relative
}

.loyalty-left {
    -webkit-flex-basis: 530px;
    -ms-flex-preferred-size: 530px;
    flex-basis: 530px
}

.loyalty-left p {
    margin-top: 15px;
    max-width: 422px;
    font-size: 14px;
    line-height: 20px
}

.loyalty-left h5 {
    margin-bottom: 20px
}

.loyalty-right {
    -webkit-flex-basis: 560px;
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px
}

.loyalty-line {
    color: #fff;
    font-size: 24px;
    font-family: HCBold;
    height: 37px;
    background: -webkit-gradient(linear, left top, right top, from(#af4061), color-stop(#af4061), color-stop(#af4061), to(#fff));
    background: -webkit-linear-gradient(left, #af4061, #af4061, #af4061, #fff);
    background: -moz-linear-gradient(left, #af4061, #af4061, #af4061, #fff);
    background: linear-gradient(to right, #af4061, #af4061, #af4061, #fff);
    width: 100%;
    padding: 5px 10px;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    transition: 2s;
    max-width: 0;
    white-space: nowrap
}

.loyalty-line.loyalty-line1.loyalty-move {
    max-width: 516px
}

.loyalty-line.loyalty-line2.loyalty-move {
    max-width: 129px
}

.loyalty-line.loyalty-line3.loyalty-move {
    max-width: 60px
}

.rating {
    font-family: HCBold;
    color: #494949;
    margin: 6px 0 10px
}

.statistics {
    position: absolute;
    top: 110px;
    right: 120px
}

.statistics p {
    font-size: 18px;
    font-family: HCBold;
    margin-bottom: 10px
}

.statistics h5 {
    font-size: 48px;
    font-family: HCBlack;
    color: #af4061
}

.statistics h5 span {
    font-size: 24px;
    font-family: HCBold
}

.sertificate-img {
    background: url(images/production-img.jpg) no-repeat center center;
    background-size: cover;
    height: 264px;
    -webkit-flex-basis: 560px;
    -ms-flex-preferred-size: 560px;
    flex-basis: 560px
}

.sertificate-text {
    -webkit-flex-basis: 530px;
    -ms-flex-preferred-size: 530px;
    flex-basis: 530px;
    max-width: 530px;
    height: 264px
}

.sertificate-text p {
    max-width: 420px;
    margin: 12px 0 7px
}

.halva-text {
    padding: 20px 30px;
    background: #e7e7e7;
    -webkit-flex-basis: 690px;
    -ms-flex-preferred-size: 690px;
    flex-basis: 690px;
    background: #e7e7e7 url(images/halva-left.jpg) no-repeat center center;
    background-size: cover;
    min-height: 242px
}

.halva-text-points {
    margin-bottom: 40px
}

.halva-text-point {
    margin-right: 15px
}

.halva-img {
    background: url(images/halva-cart.jpg) no-repeat center center;
    background-size: cover;
    -webkit-flex-basis: 401px;
    -ms-flex-preferred-size: 401px;
    flex-basis: 401px;
    min-height: 248px
}

.halva-text-point p {
    padding: 10px 20px;
    font-size: 13px
}

.scheme {
    min-height: 242px;
    background: #e7e7e7;
    margin: 50px 0 40px 0;
    padding: 40px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fade-up {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-animation: fadeInUp .7s ease;
    -moz-animation: fadeInUp .7s ease;
    animation: fadeInUp .7s ease;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

.scheme-point {
    -webkit-flex-basis: 190px;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px
}

.scheme-point-img {
    margin-bottom: 25px;
    text-align: center;
    height: 94px
}

.scheme-point-title {
    font-family: HCBold;
    color: #af4061;
    text-align: center
}

.scheme-point:before {
    content: "";
    position: absolute;
    margin: 22px 0 0 -43px;
    width: 24px;
    height: 51px;
    background-image: url(images/icons/white-arrow.png)
}

.scheme-point:first-child:before {
    display: none
}

.mt-6 {
    margin-top: -6px
}

.map-consult {
    background: #e7e7e7;
    -webkit-flex-basis: 520px;
    -ms-flex-preferred-size: 520px;
    flex-basis: 520px;
    padding: 20px 30px 0 30px;
    min-height: 425px
}

.map-consult p {
    max-width: 256px;
    font-size: 14.5px;
    line-height: 20px;
    margin: 12px 0 20px 0;
    font-family: Arial
}

.mw280 {
    max-width: 280px
}

.mw340 {
    max-width: 340px
}

.white-textarea {
    height: 90px;
    padding: 15px 20px;
    margin-bottom: 20px
}

.order-call-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#map-order-sample input {
    margin-bottom: 16px
}

.mw230 {
    width: 100%;
    max-width: 230px
}

.map-wrap {
    -webkit-flex-basis: 570px;
    -ms-flex-preferred-size: 570px;
    flex-basis: 570px;
    height: 425px
}

#map {
    height: 100%;
    width: 100%
}

footer {
    min-height: 158px;
    background: #e7e7e7;
    margin-top: 50px;
    padding-top: 30px
}

footer * {
    font-size: 12px;
    font-family: Arial;
    line-height: 20px
}

footer a:hover {
    color: #af4061
}

.banner-hero-main {
    margin-bottom: 11px
}

.main-page footer {
    margin-top: 0
}

.md-content {
    background: #e7e7e7;
    padding: 50px 50px 20px 50px
}

.mw260 {
    max-width: 260px
}

.white-input-popup {
    margin: 17px 0 26px
}

.popup-label {
    font-size: 17px;
    margin: 42px 0 0 22px;
    position: absolute
}

.popup-title {
    font-family: HCBold;
    font-size: 24px;
    color: #af4061;
    margin-bottom: 22px
}

.popup-desc {
    font-family: Arial;
    max-width: 440px;
    line-height: 21px
}

.btn-popup {
    display: block;
    text-transform: uppercase;
    margin-right: 38px
}

.black-close {
    width: 100%;
    max-width: 230px;
    background: #363636
}

.black-close:hover {
    background: #000
}

.md-close img {
    display: block;
    margin: 0 auto
}

.md-close-thanks img {
    display: block;
    margin: 0 auto
}

.black-close-thanks {
    margin-top: 25px;
    text-transform: uppercase
}

.thanks-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 680px;
    min-width: 300px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.thank-active {
    opacity: 1;
    z-index: 1000000;
    visibility: visible
}

.loupe {
    position: absolute;
    margin: 0;
    width: 84px;
    height: 84px;
    left: 50%;
    top: 42%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(images/icons/loupe.png);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.sertificate-slider .single {
    position: relative
}

.sertificate-slider .single:hover .loupe {
    opacity: 1
}

.white-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(255, 255, 255, .4);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.white-show {
    opacity: 1;
    visibility: visible
}

.window-title {
    margin: 38px auto 20px auto;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: HCBold;
    color: #af4061;
    padding: 12px
}

.purple-label img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.purple-label img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.question-label p {
    font-size: 17px;
    text-align: center;
    margin: 10px auto
}

.question-label input:checked+.purple-label img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.question-label input:checked+.purple-label+p {
    font-family: HBold
}

.question-label input {
    visibility: hidden;
    z-index: -1
}

.purple-label {
    text-align: center
}

.window-info {
    margin: 30px 0 50px 0
}

.window-next {
    font-size: 18px;
    font-family: HCBold;
    display: block;
    width: 174px;
    height: 54px;
    border: 4px solid #af4061;
    text-align: center;
    padding: 14px;
    float: right;
    margin: 0 -107px 40px 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.window-next:hover {
    background: #af4061;
    color: #fff
}

.next-wrap {
    margin: 50px 0 10px 0
}

.window-variant2 {
    max-width: 580px;
    margin: 0 auto
}

.window-variant2-name {
    margin-right: 15px
}

.window-variant2-point {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px
}

.window-variant2-value {
    width: 84px;
    height: 34px;
    border: 2px solid #363636;
    font-size: 20px;
    text-align: center;
    padding: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-left: 15px
}

.window-variant3 .question-label input+.purple-label img {
    display: block
}

.window-variant3 .question-label input:checked+.purple-label {
    background: #d8f4ff
}

.black-question-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 30px;
    font-weight: 400
}

.black-question-label input {
    height: 0;
    opacity: 0;
    position: absolute
}

.span-label {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #363636;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin-right: 25px;
    margin-top: -3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-flex-basis: 25px;
    -ms-flex-preferred-size: 25px;
    flex-basis: 25px;
    text-align: center;
    padding-top: 2px
}

.black-question-label input:checked+.white-label .span-label {
    background: #363636;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff
}

.window-variant4 {
    width: 170px;
    margin: 0 auto
}

.window-variant5 p {
    max-width: 340px;
    margin: 0 auto;
    text-align: center
}

.window5 .window-title {
    width: 100px
}

.window-send-wrap input {
    border: 1px solid #000;
    color: #474747;
    font-family: HBold;
    font-size: 22px;
    margin: 0 40px 0 0;
    height: 54px
}

.window-send-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 50px 0
}

.window-send-wrap button {
    background: #fff;
    text-transform: uppercase;
    margin: 0
}

.window2,
.window3,
.window4,
.window5 {
    display: none
}

#modal-4 .md-content {
    max-width: 100%;
    background: #fff;
    padding: 4% 50px 100% 50px
}

#modal-4 {
    width: 100%;
    max-width: 100%;
    height: 100%
}

input[type=range] {
    margin: auto;
    outline: 0;
    padding: 0;
    width: 80%;
    height: 3px;
    background-color: #464646;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #af4061), color-stop(100%, #af4061));
    background-image: -webkit-linear-gradient(#af4061, #af4061);
    background-image: -moz-linear-gradient(#af4061, #af4061);
    background-image: -o-linear-gradient(#af4061, #af4061);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#af4061), to(#af4061));
    background-image: linear-gradient(#af4061, #af4061);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: 0 0;
    -webkit-appearance: none
}

input[type=range]::-moz-range-track {
    box-shadow: none;
    border: none;
    background: 0 0
}

input[type=range]::-moz-focus-outer {
    border: 0
}

input[type=range]::-webkit-slider-thumb {
    width: 28px;
    height: 28px;
    border: 0;
    background: #af4061;
    border-radius: 100%;
    -webkit-appearance: none
}

input[type=range]::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border: 0;
    background: #af4061;
    border-radius: 100%
}

@media only screen and (max-width:1279px) {
    .h-right-top {
        height: 115px
    }
    .navbar-nav {
        margin-bottom: 10px
    }
    .navbar-nav>li {
        height: 45px;
        border: 0
    }
    .navbar-nav>li>a {
        font-size: 11px;
        padding: 7px 2px
    }
    .h-right-top {
        padding: 27px 0 0 10px
    }
    .h-right-info {
        -webkit-flex-basis: 309px;
        -ms-flex-preferred-size: 309px;
        flex-basis: 309px
    }
    .btn-sample {
        white-space: nowrap;
        margin-left: 5px
    }
    .md-modal {
        width: 100%;
        max-width: 590px
    }
    .free-consult {
        padding: 13px 8px
    }
    .slick-prev {
        left: 35px
    }
    .slick-next {
        right: 35px
    }
    .why-we-point {
        max-width: 32%;
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
        margin-bottom: 20px
    }
    .why-we-point_img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
    .why-we-point:nth-child(7),
    .why-we-point:nth-child(8) {
        display: none
    }
    .window-prices-point_img img {
        height: 220px
    }
    .choose-desicion-text {
        max-width: 94%
    }
    .profile-point {
        max-width: 24%;
        -webkit-flex-basis: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%
    }
    .profile-point-img img {
        width: 100%
    }
    .spec-constructions-text {
        min-height: 360px
    }
    .gallery-slider .gallery-slide {
        position: relative
    }
    .gallery-slide-wrap {
        max-width: 100%;
        padding: 22px
    }
    .form-consult-block {
        padding: 0 1%
    }
    .video-point {
        max-width: 32%;
        -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%
    }
    .co-workers-slider {
        max-width: 710px
    }
    .spec-constructions-text.sertificate-text {
        min-height: auto
    }
}

#why-we {
    margin-top: -30px
}

@media only screen and (max-width:1023px) {
    #configurator,
    #economy-energy,
    #gallery,
    #prices,
    #profile-systems,
    #why-we {
        margin-top: -85px
    }
    #why-we {
        margin-top: -120px
    }
    .navbar-nav {
        height: auto
    }
    .nav>li {
        text-align: right;
        height: auto;
        padding: 0 8px 0 0
    }
    .btn-sample1,
    .btn-sample2 {
        display: none
    }
    .banner-content {
        max-width: 683px
    }
    .h-logo {
        background: url(images/logo-bg.png) no-repeat center center;
        background-size: cover;
        width: 228px;
        height: 85px;
        padding: 20px 0 0 28px
    }
    .h-right-top {
        padding: 17px 0 0 0;
        height: auto
    }
    #header {
        min-height: auto
    }
    .navbar {
        min-height: 0
    }
    .why-we-point_text p {
        font-size: 10px;
        line-height: 18px
    }
    .variables-point p {
        font-size: 12px
    }
    .btn-window-price {
        display: block
    }
    .window-next {
        margin: 0 0 40px 0
    }
    .profile-point-text p {
        font-size: 11px;
        line-height: 15px
    }
    .profile-point-text p {
        font-size: 11px;
        line-height: 15px;
        max-height: 108px;
        overflow: hidden;
        overflow-y: auto
    }
    .sertificate-text p::-webkit-scrollbar {
        display: none
    }
    .profile-point-text p::-webkit-scrollbar {
        display: none
    }
    .spec-constructions-text {
        height: 300px;
        min-height: 0
    }
    .spec-constructions-img {
        background: url(images/economy-bg.jpg) no-repeat right center;
        background-size: cover;
        height: 300px;
        min-height: 0
    }
    .gallery-slide_price p {
        white-space: nowrap
    }
    .spec-constructions-text.spec-constructions-text-hidden p:nth-child(2) {
        display: none
    }
    .form-consult-text {
        display: none
    }
    .order-call.order-call-flex {
        margin: 0 auto
    }
    .free-consult {
        display: none
    }
    .co-workers-slider {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .co-workers-slide_img {
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        min-height: 224px
    }
    .co-workers-slide_text {
        -webkit-flex-basis: 51%;
        -ms-flex-preferred-size: 51%;
        flex-basis: 51%
    }
    .loyalty {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .loyalty-left {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px
    }
    .loyalty-right {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .statistics {
        top: auto;
        right: auto;
        position: absolute;
        margin: -135px 0 0 310px;
        text-align: center
    }
    .statistics h5 span {
        display: block
    }
    .sertificate-text p {
        max-height: 160px;
        overflow: hidden;
        overflow-y: auto
    }
    .sertificate-img {
        height: 300px
    }
    .halva-img {
        display: none
    }
    .halva-text {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .scheme-point:before {
        margin: 22px 0 0 -13px
    }
    .co-workers-slide {
        max-width: 100%
    }
    .co-workers-slide_img img {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        min-height: 224px
    }
    .co-workers-slider .slick-next {
        top: 36%;
        left: 42%
    }
    .navbar-default .navbar-toggle:before {
        content: "";
        position: absolute;
        margin: 9px 0 0 -39px;
        width: 7px;
        height: 17px;
        background-image: url(images/icons/purple-right.png)
    }
    .navbar-default .navbar-toggle:after {
        content: "Меню";
        position: absolute;
        margin: -19px 0 0 -88px;
        font-size: 12px;
        color: #4c4c4c;
        text-transform: uppercase
    }
    #header {
        min-height: auto;
        position: fixed;
        top: 0;
        left: 0;
        height: 85px;
        padding-top: 0;
        z-index: 2;
        background: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
        box-shadow: 0 0 15px rgba(0, 0, 0, .2)
    }
    .banner-hero {
        margin-top: 85px
    }
    .profile-systems-link {
        display: none!important
    }
}

@media only screen and (max-width:767px) {
    #configurator,
    #economy-energy,
    #gallery,
    #prices,
    #profile-systems,
    #why-we {
        margin-top: -60px
    }
    #why-we {
        margin-top: -90px
    }
    #header {
        min-height: auto;
        position: fixed;
        top: 0;
        left: 0;
        height: 72px;
        padding-top: 0;
        z-index: 2;
        background: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
        box-shadow: 0 0 15px rgba(0, 0, 0, .2)
    }
    .banner-hero {
        margin-top: 72px
    }
    .sertificate-slider .slick-next {
        right: -5px
    }
    .sertificate-slider .slick-prev {
        left: -5px
    }
    .h-phone {
        font-size: 20px
    }
    .h-right-info p {
        display: none
    }
    .h-logo {
        background: url(images/logo-bg-min.png) no-repeat center center;
        background-size: cover;
        width: 122px;
        height: 72px;
        padding: 28px 0 0 16px
    }
    .h-logo a img {
        width: 80px
    }
    .h-left {
        margin-right: 3px
    }
    .navbar-toggle {
        margin: -42px 0 0 0
    }
    .navbar-default .navbar-toggle:before {
        content: "";
        position: absolute;
        margin: 9px 0 0 -36px;
        width: 7px;
        height: 17px;
        background-image: url(images/icons/purple-right.png)
    }
    .navbar-default .navbar-toggle:after {
        content: "Меню";
        position: absolute;
        margin: -19px 0 0 -78px;
        font-size: 12px;
        color: #4c4c4c;
        text-transform: uppercase
    }
    .h-phone {
        margin: 6px 0 0 0;
        display: block
    }
    .md-content {
        padding: 6% 3%
    }
    .btn-purple.black-close.black-close-form {
        display: none
    }
    .popup-label {
        display: none
    }
    .banner-title {
        font-size: 19px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 150px
    }
    .banner-title-thanks {
        margin-bottom: 10px;
    }
    .banner-desc {
        display: none
    }
    .banner-desc-thanks {
        display: block;
    }
    .banner-content,
    .banner-slide,
    .banner-slider {
        height: 400px;
        min-height: 0
    }
    .banner-content-text a {
        margin: 0 auto;
        display: block;
        width: 220px
    }
    .variables-point-img img {
        height: 56px
    }
    .variables-point-hidden767 {
        display: none
    }
    .p-title {
        margin: 20px auto 13px auto;
        font-size: 14px;
        padding: 9px
    }
    .why-we-point_text h5 {
        margin: 0 0 6px 0;
        font-size: 11px
    }
    .why-we-point_img img {
        height: 115px
    }
    .why-we-point_text p {
        line-height: 18px;
        font-size: 11px;
        max-height: 145px;
        overflow: hidden;
        overflow-y: auto
    }
    .why-we-point_text p::-webkit-scrollbar {
        display: none
    }
    .why-we-point {
        max-width: 49%;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-bottom: 10px
    }
    .choose-desicion-text {
        max-width: 100%;
        text-align: center
    }
    .choose-desicion-text p {
        max-width: 325px;
        font-size: 12px;
        line-height: 19px;
        margin: 23px auto
    }
    .choose-desicion-content {
        background: url(images/m-config-bg.jpg) no-repeat right center;
        background-size: cover;
        height: 250px
    }
    .window-send-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 30px 0
    }
    .window-send-wrap input {
        font-size: 20px;
        margin: 20px auto;
        height: 48px
    }
    .window-info {
        margin: 10px 0 30px 0
    }
    .window-variant5 p {
        max-width: 340px;
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
        line-height: 1.2
    }
    .purple-label img {
        height: 50px;
        width: auto
    }
    .question-label p {
        font-size: 13px;
        margin: 10px auto
    }
    .window-title {
        margin: 28px auto 10px auto;
        width: 100%;
        text-align: center;
        font-size: 16px;
        font-family: HCBold;
        color: #af4061;
        padding: 12px
    }
    .window-info * {
        font-size: 13px
    }
    .btn-show-all,
    .econom-energy,
    .profile {
        display: none
    }
    .econom-energy-xs {
        display: block;
        background: url(images/economy-bg-min.jpg) no-repeat center center;
        background-size: cover;
        min-height: 256px;
        margin-top: 24px
    }
    .econom-energy-xs-content {
        padding: 28px 10px;
        text-align: center
    }
    .econom-energy-xs h5 {
        margin: 0 auto 20px auto;
        text-align: center;
        font-size: 14px;
        font-family: HCBold;
        color: #af4061
    }
    .econom-energy-xs p {
        font-size: 12px;
        max-width: 255px;
        margin: 0 auto 14px auto;
        line-height: 19px
    }
    .gallery-slide {
        min-height: 270px
    }
    .gallery-slide-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .gallery-slide_title {
        font-size: 12px
    }
    .gallery-slide_price h5 {
        text-align: center;
        font-size: 17px;
        font-family: HCBold
    }
    .gallery-slide_price {
        margin-top: 5px
    }
    .gallery-slide_price {
        margin-left: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .gallery-slide_price p {
        font-size: 12px;
        margin-left: 5px
    }
    .gallery-slide-wrap {
        padding: 14px 5px;
        height: 60px
    }
    .order-call.order-call-flex {
        padding: 0 15px
    }
    .video-point-hidden767 {
        display: none
    }
    .video-point {
        max-width: 49%;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }
    .play {
        margin-left: -33px;
        width: 66px;
        opacity: 1
    }
    .co-workers-slide_text {
        padding: 20px
    }
    .co-workers-slide_text h5 {
        font-size: 11px
    }
    .co-workers-slide_text p {
        font-size: 13px;
        margin-bottom: 7px;
        max-width: 289px;
        line-height: 15px;
        text-transform: none
    }
    .statistics {
        margin: -135px 0 0 210px
    }
    .spec-constructions-text h5 {
        font-size: 12px
    }
    .sertificate-text p {
        font-size: 13px;
        margin-bottom: 7px;
        max-width: 289px;
        line-height: 15px;
        text-transform: none
    }
    .spec-constructions-text {
        padding: 20px 10px
    }
    .sertificate-img {
        height: 210px
    }
    .spec-constructions-text.sertificate-text {
        min-height: auto;
        height: 210px
    }
    .sertificate-text p {
        max-height: 78px
    }
    .popup-title {
        font-size: 19px
    }
    .md-content button.md-close {
        height: 40px;
        width: 40px
    }
    .loyalty-left p {
        margin-top: 15px;
        max-width: 422px;
        font-size: 13px;
        line-height: 17px
    }
    .loyalty-left-hidden-text {
        display: none
    }
    .sertificate-img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .spec-constructions-text.sertificate-text {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .halva-text-point p {
        padding: 5px 0 0 8px;
        font-size: 12px
    }
    .halva-text {
        padding: 20px 10px;
        background: #e7e7e7;
        min-height: 200px
    }
    .halva-text a {
        margin: 10px auto;
        display: block;
        width: 220px
    }
    .scheme {
        display: none
    }
    .map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .map-consult {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .map-wrap {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex-basis: 280px;
        -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
        height: 280px
    }
    .map-consult {
        text-align: center;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 20px;
        min-height: 0;
        margin: 30px 0
    }
    #map-order-sample input {
        margin: 10px auto;
        display: block
    }
    #map-order-sample textarea {
        margin: 10px auto;
        display: block;
        max-width: 280px
    }
    .map-consult h5 {
        font-size: 14px
    }
    .map-consult p {
        max-width: 256px;
        font-size: 12px;
        line-height: 18px;
        margin: 10px auto;
        font-family: H
    }
    .map-text-hidden {
        display: block;
        text-align: center
    }
    .map-text-hidden p {
        font-size: 12px;
        margin: 10px auto
    }
    .map-text-hidden p a {
        font-size: 12px
    }
    .map-wrap {
        background: #e7e7e7;
        padding: 20px 10px
    }
    #map {
        max-height: 191px
    }
    footer {
        margin-top: 30px;
        min-height: 80px;
        padding-top: 17px;
        padding-bottom: 17px
    }
    .footer-content * {
        font-size: 10px;
        line-height: 14px
    }
    .f-left {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: right
    }
    .f-right {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    #firstHeading {
        font-size: 16px
    }
    #bodyContent p {
        font-size: 12px
    }
    #modal-4 .md-content {
        padding: 30% 30px 100% 30px
    }
}

@media only screen and (max-width:414px) {
    .question-label input+.purple-label+p {
        font-family: H;
        font-weight: 400
    }
    .question-label input:checked+.purple-label+p {
        font-family: H;
        font-weight: 700
    }
    .white-input {
        font-size: 12px
    }
    .gallery-slide_title {
        font-size: 11px
    }
    .mw260 {
        max-width: 230px
    }
    .white-input-popup {
        margin: 13px 0 6px
    }
    .popup-desc {
        line-height: 18px;
        font-size: 12px
    }
    .navbar-default .navbar-toggle:before {
        display: none
    }
    .navbar-default .navbar-toggle:after {
        display: none
    }
    .h-left {
        margin-left: -10px
    }
    .statistics {
        margin: -135px 0 0 160px
    }
    .window-info * {
        font-size: 10px
    }
    #order-sample input {
        width: 216px;
        max-width: 216px
    }
    .thanks-block {
        width: 95%
    }
    .thanks-block .popup-title {
        font-size: 15px
    }
    .md-content button.md-close-thanks {
        height: 40px;
        width: 40px
    }
    .variables-point p {
        font-size: 12px;
        max-width: 90px;
        text-align: center;
        line-height: 17px
    }
}

@media only screen and (max-width:435px) {
    .why-we-point_text {
        height: 240px;
        padding: 12px
    }
    .why-we-point_text p {
        max-height: 100%
    }
}

@media only screen and (max-width:350px) {
    .h-phone {
        font-size: 15px;
        margin: 10px 0 0 0
    }
    .why-we-point_text {
        height: 295px
    }
    .navbar-toggle {
        margin: -39px 0 0 0
    }
    .gallery-slide_title {
        font-size: 9px
    }
    .order-call.order-call-flex {
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .form-consult-button {
        margin: 15px auto 0 auto
    }
    .co-workers-slide_text p {
        max-height: 93px;
        overflow: hidden;
        overflow-y: auto
    }
    .co-workers-slide_text p::-webkit-scrollbar {
        display: none
    }
    .co-workers-slider .slick-next {
        left: 39%
    }
    .statistics {
        margin: -135px 0 0 145px
    }
    .popup-title {
        font-size: 16px
    }
    .map-text-hidden p {
        font-size: 10px
    }
    .map-text-hidden p a {
        font-size: 10px
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    #header {
        min-height: 1px;
        height: 166px
    }
    .free-consult {
        -webkit-flex-basis: 350px;
        -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
        padding: 13px 27px
    }
}