/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

@import url('https://fonts.googleapis.com/css?family=Marmelad|Open+Sans:400,600&subset=cyrillic');

body {
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    font-size: 16px;
    line-height: 1.2;
}

/* ––– КНОПКА ЖЕЛТАЯ ––– */

.btn{
    display: block;
    margin: 0;
    width: 300px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #ffcb40;
    -webkit-box-shadow: 
        inset 1px 2px 3px rgba(255,255,255,.5),
        inset -1px -2px 3px rgba(0,0,0,.25);
            box-shadow: 
        inset 1px 2px 3px rgba(255,255,255,.5),
        inset -1px -2px 3px rgba(0,0,0,.25);
    font-size: 18px;
    font-weight: normal;
    color: #333;
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover{
    cursor: pointer;
    background-color: #ffd359;
    color: #444;
}

.btn:active{
    padding-top: 1px;
    background-color: #e5b839;
    color: #222;
    -webkit-box-shadow: inset 1px 2px 3px rgba(0,0,0,.25);
            box-shadow: inset 1px 2px 3px rgba(0,0,0,.25);
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .btn{
        width: 240px;
        height: 40px;
        font-size: 16px;
    }
}
/* ––– ШАПКА ––– */

header{
    margin: 0;
    padding: 0 10px;
    background: #fff;
    border-bottom: 2px solid #2a7ba7;
}

.header--wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 940px;
    margin: 10px auto;
}

.header--logo-wrap{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 220px;
}

.header--logo-wrap>p{
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    color: #2a7ba7;
    text-transform: uppercase;
}

.header--logo-wrap>img{
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.header--phone{
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: bold;
    color: #4a4a4a;
    text-decoration: none;
}

.header--button{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    height: 40px;
    font-size: 18px;
    color: #2a7ba7;
    background-color: #fff;
    border: 2px solid #2a7ba7;
    border-radius: 10px;
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header--button:hover{
    cursor: pointer;
    color: #fff;
    background: #2a7ba7;
}

.header--button:active{
    top: 2px;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .header--button{
        display: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .header--wrap{
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
    
    .header--logo-wrap{
        width: auto;
        margin-bottom: 10px;
    }

    .header--logo-wrap>img{
        width: 40px;
        height: 40px;
    }

    .header--phone{
        font-size: 22px;
    }
}

/* ––– ОСНОВНОЙ БЛОК ––– */

.promo{
    min-height: 640px;
    margin: 0;
    padding: 0 10px;
    background: #fff url('../img/promo-all-bg.jpg') no-repeat 50% 100%;
}

.promo--wrap{
    max-width: 940px;
    margin: 0 auto;
}

.promo--text-wrap{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-left: auto;
    width: 380px;
    padding-top: 120px;
}

.promo--heading{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: normal;
    color: #005e91;
    text-transform: uppercase;
}

.promo--advantage{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 40px;
}

.promo--advantage>li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    color: #4c4c4c;
}

.promo--advantage>li::before{
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    background: url('../img/promo-adv-1.png') no-repeat 50% 50%;
}

.promo--advantage>li:nth-child(2):before{
    background: url('../img/promo-adv-2.png') no-repeat 50% 50%;
}

.promo--advantage>li:nth-child(3):before{
    background: url('../img/promo-adv-3.png') no-repeat 50% 0%;
}

.promo--btn{
    display: block;
    margin: 40px 0;
    width: 300px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #ffcb40;
    -webkit-box-shadow: 
        inset 1px 2px 3px rgba(255,255,255,.5),
        inset -1px -2px 3px rgba(0,0,0,.25);
            box-shadow: 
        inset 1px 2px 3px rgba(255,255,255,.5),
        inset -1px -2px 3px rgba(0,0,0,.25);
    font-size: 18px;
    font-weight: normal;
    color: #333;
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.promo--btn:hover{
    cursor: pointer;
    background-color: #ffd359;
    color: #444;
}

.promo--btn:active{
    padding-top: 1px;
    background-color: #e5b839;
    color: #222;
    -webkit-box-shadow: inset 1px 2px 3px rgba(0,0,0,.25);
            box-shadow: inset 1px 2px 3px rgba(0,0,0,.25);
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .promo{
        min-height: auto;
        background: #fff url(../img/promo-all-bg.jpg) no-repeat 50% 100%;
        background-size: 1600px;
    }

    .promo--text-wrap{
        padding-top: 80px;
    }

    .promo--heading{
        font-size: 32px;
    }

    .promo--advantage{
        margin-top: 30px;
    }
    
    .promo--advantage>li{
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .promo{
        background: #fff url(../img/promo-mob-bg.jpg) no-repeat 50% 100%;
    }

    .promo--text-wrap{
        width: auto;
        max-width: 380px;
        padding-top: 50px;
        margin: 0 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .promo--heading{
        text-align: center;
    }

    .promo--advantage{
        margin-top: 260px;
    }

    .promo--advantage>li::before{
        display: none;
    }

    .promo--advantage>li{
        background-color: #fff;
        background-color: rgba(255,255,255,0.8);
        border-radius: 8px;
        padding: 4px 15px;
        margin-top: 5px;
    }

    .promo--btn{
        margin: 40px 0;
        margin-top: 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .promo{
        background: #fff url(../img/promo-mob-bg.jpg) no-repeat 50% 100%;
        background-size: 600px;
    }

    .promo--heading{
        font-size: 28px;
    }

    .promo--advantage{
        margin-top: 220px;
    }

    .promo--advantage>li{
        font-size: 16px;
        border-radius: 6px;
        padding: 4px 12px;
    }

    .promo--btn{
        width: 240px;
        height: 40px;
        margin: 22px auto;
        margin-top: 10px;
        font-size: 16px;
    }

}

/* ––– ПОДАРОК ПРИ ПОКУПКЕ ––– */

.present{
    margin: 0;
    padding: 0 10px;
    background: #005376;
    background: -webkit-gradient(linear, left top, left bottom, from(#005376), color-stop(40%, #34abc4), to(#fff));
    background: -webkit-linear-gradient(#005376, #34abc4 40%, #fff);
    background: -o-linear-gradient(#005376, #34abc4 40%, #fff);
    background: linear-gradient(#005376, #34abc4 40%, #fff);
}

.present--wrap{
    max-width: 940px;
    margin: 0 auto;
    padding: 100px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.present--img-wrap{
    position: relative;
    width: 380px;
}

.present--img-wrap>img{
    position: relative;
    z-index: 1;
}

.present--img-wrap::after{
    content: "";
    display: block;
    position: absolute;
    width: 543px;
    height: 223px;
    background-image: url('../img/present-bg.png');
    bottom: -70px;
    right: -70px;
}

.present--text-wrap{
    width: 540px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.present--title{
    margin: 0;
    padding: 0;
    margin-top: 50px;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.present--subtitle{
    margin: 0;
    padding: 0;
    margin-top: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    opacity: 0.8; 
}

.present--btn{
    display: block;
    margin: 0;
    margin-top: 45px;
    width: 220px;
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: #ffcb40;
    -webkit-box-shadow: 
        inset 1px 2px 3px rgba(255,255,255,.5),
        inset -1px -2px 3px rgba(0,0,0,.25);
            box-shadow: 
        inset 1px 2px 3px rgba(255,255,255,.5),
        inset -1px -2px 3px rgba(0,0,0,.25);
    font-size: 18px;
    font-weight: normal;
    color: #333;
    position: relative;
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.present--btn:hover{
    cursor: pointer;
    background-color: #ffd359;
    color: #444;
}

.present--btn:active{
    padding-top: 1px;
    background-color: #e5b839;
    color: #222;
    -webkit-box-shadow: inset 1px 2px 3px rgba(0,0,0,.25);
            box-shadow: inset 1px 2px 3px rgba(0,0,0,.25);
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .present--wrap{
        max-width: 800px;
        padding: 80px 0;
    }

    .present--img-wrap{
        width: auto;
    }

    .present--img-wrap>img{
        width: 300px;
    }

    .present--img-wrap::after{
        width: 443px;
        height: 178px;
        background-size: 434px;
        bottom: -56px;
        right: -56px;
    }

    .present--title{
        font-size: 30px;
    }

    .present--subtitle{
        font-size: 16px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .present--wrap{
        position: relative;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 50px 0;
    }

    .present--img-wrap{
        position: absolute;
        z-index: 0;
        left: 50%;
        margin-left: -140px;
        bottom: 0;
        margin-bottom: 120px;
    }

    .present--img-wrap>img{
        width: 280px;
    }

    .present--img-wrap::after{
        display: none;
    }

    .present--title{
        margin-top: 0;
    }

    .present--btn{
        margin-top: 300px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .present--title{
        font-size: 28px;
    }

    .present--btn{
        height: 40px;
        font-size: 16px;
    }
}

/* ––– МОДЕЛИ КОНДИЦИОНЕРОВ ––– */

.models{
    margin: 0;
    padding: 0 10px;
    background: #fff url('../img/models-bg.jpg') no-repeat 50% 100%;
}

.models--wrap{
    max-width: 940px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.models--title{
    margin: 0;
    margin-top: 40px;
    padding: 0;
    font-size: 36px;
    font-weight: normal;
    color: #4c4c4c;
    text-transform: uppercase;
    text-align: center;
}

.models--subtitle{
    margin: 0;
    padding: 0;
    margin-top: 16px;
    font-size: 18px;
    font-weight: normal;
    color: #4c4c4c;
    text-align: center;
}

.models--items-wrap{
    margin: 0;
    padding: 0;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.models--item{
    position: relative;
    width: 240px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 15px;
    margin-top: 145px;
    margin-bottom: 10px;
    padding: 20px;
    padding-top: 90px;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    border: none;
    border-radius: 20px;

}

.models--item-sq{
    position: absolute;
    display: block;
    top: -110px;
    font-size: 48px;
    font-weight: bold;
    color: #ddd;
}

.models--item-sq>sup{
    font-size: 24px;
}

.models--img{
    position: absolute;
    top: -55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    height: 120px;
}

.hit::before{
    content: "";
    position: absolute;
    width: 80px;
    height: 100px;
    top: 0;
    right: 0;
    background: url('../img/hit.png') no-repeat 50% 50%;
    z-index: 1;
}

.models--item>strong{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #4c4c4c;
    font-weight: normal;
    text-transform: uppercase;
}

.models--item>p{
    margin: 22px 0;
    padding: 0;
    font-size: 16px;
    color: #4c4c4c;
}

.models--item>s{
    display: block;
    margin: 0;
    padding: 0;
    margin-top: auto;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: normal;
    text-decoration: line-through;
}

.models--item>b{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #4c4c4c;
    font-weight: bold;
}

.models--btn{
    margin-top: 40px;
}

.models--subbutton{
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 50px;
    width: 300px;
    font-size: 14px;
    color: #999;
    text-align: center;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .models{
        background-image: url('../img/models-tablet-bg.jpg');
    }

    .models--items-wrap{
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .models--title{
        font-size: 32px;
    }

    .models--subtitle{
        font-size: 16px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .models{
        background-image: url('../img/models-phone-bg.jpg');
    }
    
    .models--title{
        font-size: 28px;
        text-transform: none;
    }

    .models--subtitle>br{
        display: none;
    }
}

/* ––– ЛОГОТИПЫ КОНДИЦИОНЕРОВ ––– */

.logos{
    margin: 0;
    margin-top: 60px;
    padding: 0 10px;
    background: #fff;
}

.logos--wrap{
    max-width: 940px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logos--wrap>img{
    max-width: 460px;
    height: auto;
}

.logos--text-wrap{
    margin: 0;
    padding: 0;
    max-width: 380px;
}

.logos--text-wrap>strong{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-weight: normal;
    color: #4c4c4c;
}

.logos--text-wrap>p{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
    color: #4c4c4c;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .logos--wrap{
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .logos--wrap>img{
    width: 45%;
    height: auto;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .logos--wrap{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .logos--wrap>img{
    width: 100%;
    max-width: 380px;
    height: auto;
    }
    
    .logos--text-wrap{
        margin-top: 40px;
    }

    .logos--text-wrap>strong{
        text-align: center;
    }
}


/* ––– ПОДБОР КОНДИЦИОНЕРОВ ––– */

.help{
    margin: 0;
    margin-top: 100px;
    padding: 0 10px;
    background: #fff;
}

.help--wrap{
    max-width: 940px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.help--wrap>img{
    max-width: 540px;
    height: auto;
}

.help--text-wrap{
    margin: 0;
    padding: 0;
    max-width: 380px;
}

.help--text-wrap>strong{
    display: block;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    color: #4c4c4c;
}

.help--text-wrap>p{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
    color: #4c4c4c;
}

.help--text-wrap>ul{
    margin: 0;
    padding: 0;
    padding-left: 40px;
    margin-top: 20px;
    font-size: 16px;
    color: #4c4c4c;
}

.help--btn{
    margin-top: 30px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .help--wrap{
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .help--wrap>img{
    width: 45%;
    height: auto;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .help--wrap{
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .help--wrap>img{
    width: 100%;
    max-width: 380px;
    height: auto;
    }
    
    .help--text-wrap{
        margin-top: 40px;
    }

    .help--btn{
        margin-left: auto;
        margin-right: auto;
    }

    .help--text-wrap>strong{
        text-align: center;
    }
}

/* ––– ПЕРСОНАЛ МОНТАЖНИКОВ ––– */

.staff{
    margin: 0;
    margin-top: 100px;
    padding: 0 10px;
    background: #fff;
}

.staff--wrap{
    max-width: 940px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.staff--wrap>img{
    max-width: 580px;
    height: auto;
}

.staff--text-wrap{
    margin: 0;
    padding: 0;
    margin-top: 30px;
    max-width: 300px;
}

.staff--text-wrap>strong{
    display: block;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    font-size: 24px;
    font-weight: normal;
    color: #4c4c4c;
}

.staff--text-wrap>p{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    font-size: 16px;
    color: #4c4c4c;
}

.staff--text-wrap>ul{
    margin: 0;
    padding: 0;
    padding-left: 40px;
    margin-top: 20px;
    font-size: 16px;
    color: #4c4c4c;
}

.staff--btn{
    margin-top: 30px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .staff--wrap{
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-align-items: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .staff--text-wrap{
        margin: 0;
    }

    .staff--wrap>img{
    width: 55%;
    height: auto;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .staff--wrap{
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .staff--text-wrap{
        max-width: 380px;
    }
    
    .staff--wrap>img{
        width: 100%;
        max-width: 500px;
        height: auto;
    }

    .staff--wrap>img{
        margin-top: 60px;
    }

    .staff--btn{
        display: none;
    }

    .staff--text-wrap>strong{
        text-align: center;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* ––– ОТЗЫВЫ ЛЮДЕЙ ––– */

.reviews{
    margin: 0;
    padding: 0 10px;
    background: #fff url('../img/reviews-bg.jpg') no-repeat 50% 0%;
}

.reviews--wrap{
    max-width: 940px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.reviews--title{
    margin: 0;
    margin-top: 100px;
    padding: 0;
    font-size: 36px;
    font-weight: normal;
    color: #4c4c4c;
    text-transform: uppercase;
    text-align: center;
}

.reviews--subtitle{
    margin: 0;
    padding: 0;
    max-width: 500px;
    margin-top: 25px;
    font-size: 18px;
    font-weight: normal;
    color: #4c4c4c;
    text-align: center;
}

.reviews--items-wrap{
    margin: 0;
    padding: 0;
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews--item{
    margin: 0;
    margin-top: 70px;
    padding: 0 10px;
    width: 280px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.reviews--item>img{
    width: 140px;
    height: 140px;
    border: none;
    border-radius: 50%;
}

.reviews--item>strong{
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 200px;
    font-size: 18px;
    font-weight: normal;
    color: #4c4c4c;
    text-align: center;
}

.reviews--item>p{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-size: 16px;
    color: #4c4c4c;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .reviews--items-wrap{
        max-width: 650px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .reviews--title{
        font-size: 32px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .reviews--title{
        font-size: 28px;
        text-transform: none;
    }

    .reviews--subtitle{
        font-size: 16px;
    }
}

/* ––– ЛОГОТИПЫ В ОТЗЫВАХ ––– */

.reviews-logos{
    margin: 0;
    padding: 0 10px;
    background: #fff url('../img/reviews-logo-bg.jpg') no-repeat 50% 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.reviews-logos--wrap{
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 130px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews-logos--wrap>img{
    margin: 0 5px;
    margin-top: 20px;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .reviews-logos--wrap{
        max-width: 650px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
}

/* ––– ФОРМА ––– */

.form{
    margin: 0;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #005177;
    color: #fff;
    background-image: 
        url('../img/form-bg.png'),
        -webkit-gradient(linear, left top, left bottom, from(#005177), to(#00719a));
    background-image: 
        url('../img/form-bg.png'),
        -webkit-linear-gradient(#005177, #00719a);
    background-image: 
        url('../img/form-bg.png'),
        -o-linear-gradient(#005177, #00719a);
    background-image: 
        url('../img/form-bg.png'),
        linear-gradient(#005177, #00719a);
    background-position: 50% 0%;
}

.form--wrap{
    width: 100%;
    max-width: 960px;
    margin: 70px auto;
    margin-top: 80px;
}

.form--title{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.form--subtitle{
    margin: 0 auto;
    padding: 0;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.form--items{
    max-width: 780px;
    margin: 0 auto;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.form--input{
    width: 300px;
    height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    margin-right: 10px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
    background: #fff;
    border: 2px solid #c1c1c1;
    border-radius: 10px;
    outline: none;
}

.form--bottom-text{
    margin: 0;
    padding: 0;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .form--title{
        font-size: 34px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .form--title{
        font-size: 28px;
    }

    .form--subtitle{
        max-width: 460px;
    }

    .form--items{
        min-height: 140px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .form--input{
        margin: 0;
        margin-bottom: 10px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .form--title{
        font-size: 24px;
    }
    
    .form--subtitle{
        font-size: 16px;
        max-width: 360px;
    }

    .form--input{
        width: 240px;
        height: 40px;
        font-size: 16px;
    }
}

/* ––– ПОДБОР КОНДИЦИОНЕРОВ ––– */

footer{
    margin: 0;
    padding: 0 10px;
    padding-top: 65px;
    padding-bottom: 20px;
    background: #fff url('../img/footer-bg.jpg') no-repeat bottom;
    background-position: calc(50% - 300px) bottom;
}

.footer--wrap{
    max-width: 940px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer--text-wrap{
    margin: 0;
    padding: 0;
    max-width: 380px;
    text-align: center;
}


.footer--text-wrap>strong{
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: normal;
    color: #4c4c4c;
}

.footer--text-wrap>strong:first-child{
    margin-top: 0;
}

.footer--text-wrap>p,
.footer--text-wrap>a{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #4c4c4c;
    text-decoration: none;
}

a.questions{
    text-decoration: underline;
}

a.questions:hover{
    text-decoration: none;
    cursor: pointer;
}

.footer--map{
    width: 540px;
    height: 540px;
    background: url('../img/map.jpg') no-repeat 50% 50%;
    border: none;
    border-radius: 50%;
    overflow: hidden;
}

.footer--wrapper{
    max-width: 940px;
    margin: 0 auto;
    margin-top: 60px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.footer--wrapper>p{
    margin: 0;
    padding: 2px 10px;
    font-size: 16px;
    color: #4c4c4c;
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .footer--wrap{
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .footer--text-wrap>strong{
        margin-top: 30px;
    }

    .footer--map{
        width: 400px;
        height: 400px;
        background-size: 400px;
    }

    .footer--map>ymaps{
        height: 400px  !important;
    }

    .footer--wrapper{
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    footer{
        background-position: left bottom;
    }

    .footer--wrap{
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .footer--text-wrap{
        margin-top: 40px;
    }
    .footer--text-wrap>strong{
        margin-bottom: 15px;
    }

    .footer--wrapper>p{
        padding: 1px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .footer--map{
        width: 300px;
        height: 300px;
        background-size: 300px;
    }

    .footer--map>ymaps{
        height: 300px  !important;
    }
}

/*--- МОДАЛЬНОЕ ОКНО ---*/

.popup--title{
    margin: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 26px;
    color: #4c4c4c;

}

.popup--items{
    max-width: 780px;
    list-style: none;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.popup--input{
    width: 300px;
    height: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333;
    background: #fff;
    border: 2px solid #c1c1c1;
    border-radius: 10px;
    outline: none;
}


.popup--bottom-text{
    margin: 0;
    padding: 0;
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .popup--items{
        margin-top: 20px;
    }

    .popup--title{
        font-size: 18px;
    }

    .popup--input{
        width: 240px;
        height: 40px;
        font-size: 16px;
    }

    .popup--bottom-text{
        margin-top: 20px;
        font-size: 14px;
    }
}