@charset 'utf-8';
@import url(http://fonts.googleapis.com/css?family=Open + Sans:400, 300, 600, 800, 700&subset=latin, cyrillic);

/*Price*/

.price{
  background: url(../img/bg_calculator.jpg) no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  min-height: 400px;
}
.price .title-inner {
  padding-top: 95px;
}

.price-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 50px 0;
}

.price-el{
  position: relative;
  width: 30%;
  min-height: 100px;
  border: 3px solid #fff;
  margin-bottom: 40px;
}

.price-el img{
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
  max-width: 90%;
}

.price-el h2{
  font-size: 1.4em;
  line-height: 2em;
  color: #fff;
  text-align: center;
}

.price-el p{
  line-height: 42px;
  font-size: 22px;
  color: #fff;
  width: 150px;
  margin: 25px auto;
  border: 2px solid #fff;
  text-align: center;
  transition: .3s;
  cursor: pointer;
  font-weight: 500;
}

.price-el p:hover{
  background: #fff;
  color: black;
}

.price-modal{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow-y: scroll;
  display: none;
}

.price-modal__content{
  background: white;
  position: relative;
  width: 100%;
  max-width: 1136px;
  margin: 60px auto 0;
  box-sizing: border-box;
}

.price-modal-title{
  font-size: 3.6rem;
  font-weight: 700;
  padding: 70px 50px 0;
  color: #22344f;
}

.modal-body{
  padding: 30px 50px 44px;
}

.table-inner{
  padding: 0 18px 20px;
  border: 1px solid #c2c2c2
}

.price-modal .table-body, .price-modal .table-head{
  font-size: 2rem;
}

.price-modal .table-head td{
  padding: 15px 0;
}

.price-modal .table-body td:first-child{
  padding-left: 0;
}

@media screen and (max-width: 685px){
  .price-el{
    width: 45%;
  }
  .price-modal-title{
    padding: 30px 20px;
  }
  .price-modal .modal-body{
    padding: 30px 20px 44px;
  }
  .price-modal .table-inner{
    padding: 0 5px 20px;
  }
}

/*old styles*/

.clearfix:after {
    display: table;
    clear: both;
    content: "";
}
.fl_l {
    float: left;
}
.fl_r {
    float: right;
}
.transition {
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased !important;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid silver;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
html {
    width: 100%;
    height: 100%;
    cursor: default;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
}
body {
    overflow-y: scroll;
    font-size: 1.4rem;
    line-height: 1;
}
div {
    x-overflow: hidden;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

.wrapper.product {
    background: url('../img/product-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 86px 0 61px;
    position: relative;
    min-width: 0;
}

.product .container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.product__title {
    position: relative;
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 4.75rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 17px;
    margin-bottom: 96px;
    text-align: center;
}

.product__title::after {
    background: #fff;
    content: '';
    position: absolute;
    height: 8px;
    width: 270px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

.carousel-card:nth-of-type(4n + 1) .carousel-card img {
    box-shadow: -18px -19px 0 #293341;
}

.carousel-card:nth-of-type(4n + 2) .carousel-card img {
    box-shadow: 20px 18px 0 #293341;
}

.carousel-card:nth-of-type(4n + 3) .carousel-card img {
    box-shadow: 20px -21px 0 #293341;
}

.carousel-card:nth-of-type(4n + 4) .carousel-card img {
    box-shadow: -20px 18px 0 #293341;
}

.carousel-container {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.carousel-slide {
    display: flex;
    align-items: stretch;
    position: relative;
    left: 1.666%;
}

.carousel-card {
    min-width: 30%;
    padding-right: 3.333%;
}

.carousel-card img {
    display: block;
    object-fit: cover;
    width: 100%;
}

#prevBtn {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    z-index: 100;
}

#nextBtn {
    transform: translateY(-50%) rotateY(180deg);
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 1%;
    z-index: 100;
}

.carousel-card__title {
    font-family: "PFAgoraSansPro", sans-serif;
    font-size: 2.43rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-top: 28px;
}

.product-form {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    margin-top: 24px;
    background: rgba(56, 59, 64, .82);
    padding: 24px 45px;
    box-sizing: border-box;
}

.product-form * {
    box-sizing: border-box;
}

.product-form__input {
    width: 18%;
    padding: .54em 1.22em;
    background: #fff;
    font-size: 13pt;
    border: none;
}

.product-form__submit {
    width: 18%;
    background: #E7C10D;
    border: none;
    border-bottom: 3px solid #CD9600;
    color: #171717;
    text-transform: uppercase;
    padding: 0.54em 1.22em;
    outline: none;
    border-radius: 12px;
    font-size: 12pt;
    font-weight: 500;
}

@media screen and (max-width: 1600px) {
    .product .container {
        max-width: 94%;
    }
}

@media screen and (max-width: 768px) {
    .carousel-slide {
        left: 0;
    }

    .carousel-card {
        min-width: 100%;
        padding: 0;
    }

    .carousel-card img {
        max-height: 600px;
        margin: 0 auto;
        width: auto;
    }
}

@media screen and (max-width: 425px) {
    .carousel-card {
        min-width: auto;
        padding: 0;
    }

    .carousel-card img {
        max-height: 600px;
        margin: 0 auto;
        width: auto;
    }
}

@media screen and (min-width: 1138px) {
    .wrapper {
        z-index: 0;
        overflow: hidden;
        width: 100%;
        min-width: 1138px;
        background-repeat: no-repeat;
    }
    .wrapper,
    .container {
        position: relative;
        margin: 0 auto;
    }
    .container {
        overflow: visible;
        width: 1138px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1138px) {
    .wrapper {
        z-index: 0;
        overflow: hidden;
        width: 100%;
        min-width: 748px;
        background-repeat: no-repeat;
    }
    .wrapper,
    .container {
        position: relative;
        margin: 0 auto;
    }
    .container {
        overflow: visible;
        width: 748px;
    }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
    .wrapper {
        z-index: 0;
        overflow: hidden;
        width: 100%;
        min-width: 620px;
        background-repeat: no-repeat;
    }
    .wrapper,
    .container {
        position: relative;
        margin: 0 auto;
    }
    .container {
        overflow: visible;
        width: 620px;
    }
}
@media screen and (max-width: 640px) {
    .wrapper {
        z-index: 0;
        overflow: hidden;
        width: 100%;
        min-width: 460px;
        background-repeat: no-repeat;
    }
    .wrapper,
    .container {
        position: relative;
        margin: 0 auto;
    }
    .container {
        overflow: visible;
        width: 460px;
    }
}
@media screen and (min-width: 1138px) {
    .nav-btn,
    .nav_mobile {
        display: none;
    }
    .offer {
        height: 809px;
    }
    .header {
        margin-top: 24px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header-logo {
        margin-top: 17px;
    }
    .logo {
        background-image: url(../img/sprite_icons.png);
        background-position: 0 0;
        width: 177px;
        height: 57px;
    }
    .slogan {
        width: 211px;
        height: 57px;
        padding: 12px 20px;
        background: #22344f;
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .header-menu-btn {
        display: none;
    }
    .header-contacts {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header-adress {
        min-width: 270px;
        margin-top: 30px;
    }
    .header-adress .adress,
    .header-adress .email {
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .header-phone {
        width: 214px;
        min-width: 214px;
        text-align: right;
    }
    .header-phone .btn-shadow {
        margin-top: 12px;
    }
    .header-phone .btn {
        font-size: 1.4rem;
    }
    .offer-inner {
        margin-top: 202px;
    }
    .offer-text .head_white p {
        font-size: 7.2rem;
    }
    .offer-text .head_yellow {
        padding: 8px 56px 8px 24px;
    }
    .offer-text .head_yellow p {
        font-size: 9rem;
    }
    .offer-text .note {
        padding: 24px 34px 30px;
    }
    .offer-text .note-head {
        font-size: 3.6rem;
    }
    .offer-text .note-text {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    .benefits {
        height: 464px;
    }
    .benefits-line {
        margin-top: 62px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .benefits-line:first-child {
        margin-top: 76px;
    }
    .benefits__item {
        padding-right: 20px;
    }
    .fittings {
        height: 782px;
        margin-top: -100px;
    }
    .fittings .title-inner {
        padding-top: 150px;
    }
    .fittings-inner {
        width: 1138px;
        position: relative;
        height: 504px;
        margin-top: -21px;
        background: url("../img/img_fittings-image.png") no-repeat center top;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important;
    }

    .hidecall {
        width: 380px;
        height: 110px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
    }

    .fittings-list {
        display: none;
    }

    .btn_catalog {
        z-index: 10;
        width: 442px;
        margin-top: 54px !important;
    }


  }

    .partners {
        height: 298px;
    }

    .partners-inner {
        width: 100%;
        height: 178px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .partners__item._1 {
        width: 331px;
        height: 110px;
        background: url("../img/1138px/img_partners-logo_1.png") no-repeat;
    }

    .partners__item._2 {
        width: 382px;
        height: 81px;
        background: url("../img/1138px/img_partners-logo_2.png") no-repeat;
    }

    .partners__item._3 {
        width: 331px;
        height: 178px;
        background: url("../img/1138px/img_partners-logo_3.png") no-repeat;
    }

    .special-offer {
        height: 379px;
    }
    .special-offer-inner {
        margin-top: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .special-offer-desc {
        width: 768px;
    }
    .special-offer-desc .head {
        padding: 32px 0 20px 35px;
    }
    .special-offer-desc .head .title {
        font-size: 3.3rem;
    }
    .special-offer-desc .head .text {
        font-size: 2.4rem;
        line-height: 2.5rem;
    }
    .objects {
        height: 802px;
        padding: 88px 0 256px;
    }
    .objects-line {
        margin-top: 70px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .objects__item .head {
        font-size: 2.8rem;
    }
    .video-line {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .contacts {
        height: 704px;
    }
    .contacts .form-inner {
        margin-top: 46px;
    }
    .footer-inner .number {
        font-size: 2.4rem;
    }
    .footer-inner .small {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 1138px) {
    .nav-btn {
        display: none;
    }
    .nav__item:nth-child(4),
    .nav__item:nth-child(5) {
        display: none;
    }
    .nav_mobile {
        display: none;
    }
    .offer {
        height: 768px;
    }
    .header {
        margin-top: 20px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .logo {
        background-image: url(../img/sprite_icons.png);
        background-position: -177px 0;
        width: 136px;
        height: 43px;
    }
    .slogan {
        width: 161px;
        height: 43px;
        padding: 10px 14px;
        background: #22344f;
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .header-contacts {
        width: 358px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-adress {
        min-width: 164px;
    }
    .header-adress .adress,
    .header-adress .email {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .header-phone {
        width: 172px;
        min-width: 172px;
        text-align: right;
    }
    .header-phone .btn-shadow {
        margin-top: 8px;
    }
    .header-phone .btn {
        font-size: 1.1rem;
    }
    .offer-inner {
        margin-top: 122px;
    }
    .offer-text {
        width: 432px;
    }
    .offer-text .head_white p {
        font-size: 7.2rem;
    }
    .offer-text .head_yellow {
        padding: 22px 18px;
    }
    .offer-text .head_yellow p {
        font-size: 7rem;
        letter-spacing: -0.1rem;
    }
    .offer-text .note {
        padding: 20px 18px 18px;
    }
    .offer-text .note-head {
        font-size: 2.6rem;
    }
    .offer-text .note-text {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .offer-text .price-inner {
        display: none;
    }
    .benefits {
        height: 504px;
    }
    .benefits-line {
        -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-top: 0;
        -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;
    }
    .benefits-line:first-child {
        margin-top: 40px;
    }
    .benefits-line:nth-child(1) .benefits__item:nth-child(2),
    .benefits-line:nth-child(2) .benefits__item:nth-child(1),
    .benefits-line:nth-child(2) .benefits__item:nth-child(3) {
        display: none;
    }
    .benefits__item {
        margin-top: 30px;
    }
    .fittings {
        height: 540px;
        margin-top: -66px;
    }
    .fittings .title-inner {
        padding-top: 120px;
    }
    .fittings-inner {
        width: 520px;
        margin: 20px auto 0;
    }
    .fittings-list li {
        margin-top: 22px;
        list-style-type: none;
        font-family: "Open Sans", sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.4rem;
        color: #425267;
    }
    .fittings-list li::before {
        background-image: url(../img/sprite_icons.png);
        background-position: -287px -43px;
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin: 0 16px 10px 0;
        content: "";
    }
    .btn_catalog {
        z-index: 10;
        width: 332px;
        margin-top: 48px !important;
    }
    .partners {
        height: 330px;
    }
    .partners .title {
        padding-top: 100px;
    }
    .partners-inner {
        width: 100%;
        height: 115px;
        margin-top: 42px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .partners__item._1 {
        width: 214px;
        height: 71px;
        background: url("../img/768px/img_partners-logo_1.png") no-repeat;
    }
    .partners__item._2 {
        width: 248px;
        height: 52px;
        background: url("../img/768px/img_partners-logo_2.png") no-repeat;
    }
    .partners__item._3 {
        width: 214px;
        height: 115px;
        background: url("../img/768px/img_partners-logo_3.png") no-repeat;
    }
    .calculator {
        display: none;
    }
    .special-offer {
        height: 429px;
    }
    .special-offer-inner {
        margin-top: 130px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .special-offer-desc {
        width: 425px;
    }
    .special-offer-desc .head {
        padding: 20px 0 0 22px;
    }
    .special-offer-desc .head .title {
        width: 290px;
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    .special-offer-desc .head .text {
        font-size: 1.8rem;
        line-height: 2.2rem;
        letter-spacing: -0.1rem;
    }
    .special-offer-desc .note {
        display: none;
    }
    .objects {
        height: 920px;
        padding: 38px 0 0;
    }
    .objects-line {
        margin-top: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .objects__item {
        margin-left: 20px;
    }
    .objects__item:first-child {
        margin-left: 0;
    }
    .objects__item:last-child {
        margin: 46px 0 0;
    }
    .objects__item .head {
        font-size: 1.8rem;
    }
    .video-line {
        width: 264px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .video__item:nth-child(3),
    .video__item:nth-child(4) {
        display: none;
    }
    .certificates {
        display: none;
    }
    .contacts {
        height: 630px;
    }
    .contacts .form-inner {
        margin-top: 40px;
    }
    .map-header .title {
        letter-spacing: -2px;
    }
    .footer-inner .email {
        position: absolute;
        top: 64px;
        left: 0;
    }
    .footer-inner .number {
        font-size: 2.4rem;
    }
    .footer-inner .small {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
    .nav-btn {
        position: fixed;
        top: 22px;
        left: 22px;
        z-index: 10;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        border: none;
        background: #ffc804;
    }
    .nav-btn .ic {
        margin: auto;
    }
    .nav_mobile {
        position: fixed;
        z-index: 10;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 110px 110px 80px;
        background: #ffc804;
    }
    .nav_mobile.js-show {
        display: block;
    }
    .nav_mobile.js-hide {
        display: none;
    }
    .nav_mobile .nav-close {
        background-image: url(../img/sprite_icons.png);
        background-position: -253px -43px;
        width: 34px;
        height: 34px;
        position: absolute;
        top: 24px;
        right: 24px;
        border: none;
        background-color: transparent;
    }
    .nav_mobile .nav-menu {
        list-style-type: none;
    }
    .nav_mobile .nav-menu .nav__item {
        font-family: "Open Sans", sans-serif;
        font-size: 3rem;
        font-weight: 400;
        line-height: 1;
        color: #22344f;
    }
    .nav_mobile .nav-menu .nav__link {
        display: block;
        height: 64px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 26px;
        line-height: 64px;
        text-decoration: none;
    }
    .nav_mobile .nav-menu .nav__link:hover {
        background: #22344f;
        color: #fff;
    }
    .nav {
        display: none;
    }
    .offer {
        height: 820px;
    }
    .header {
        -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;
        width: 341px;
        margin-top: 22px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .logo {
        background-image: url(../img/sprite_icons.png);
        background-position: -177px 0;
        width: 136px;
        height: 43px;
    }
    .slogan {
        width: 161px;
        height: 43px;
        padding: 10px 14px;
        background: #22344f;
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .header-contacts {
        -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;
        width: 358px;
        margin-top: 18px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-adress {
        min-width: 300px;
        text-align: center;
    }
    .header-adress .adress,
    .header-adress .email {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .header-phone {
        width: 226px;
        min-width: 226px;
        margin-top: 14px;
        text-align: center;
    }
    .header-phone .btn-shadow {
        margin-top: 8px;
    }
    .header-phone .btn {
        font-size: 1.1rem;
    }
    .offer-inner {
        position: relative;
        height: 562px;
        margin-top: 50px;
    }
    .offer-inner .form-inner {
        position: absolute;
        top: 210px;
        left: 314px;
    }
    .offer-text {
        width: 432px;
    }
    .offer-text .head_white p {
        font-size: 7.2rem;
    }
    .offer-text .head_yellow {
        padding: 22px 18px;
    }
    .offer-text .head_yellow p {
        font-size: 7rem;
        letter-spacing: -0.1rem;
    }
    .offer-text .note {
        padding: 20px 18px 18px;
    }
    .offer-text .note-head {
        font-size: 2.6rem;
    }
    .offer-text .note-text {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .offer-text .price-inner {
        display: none;
    }
    .benefits {
        height: 504px;
    }
    .benefits-line {
        -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-top: 0;
        -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;
    }
    .benefits-line:first-child {
        margin-top: 40px;
    }
    .benefits-line:nth-child(1) .benefits__item:nth-child(2),
    .benefits-line:nth-child(2) .benefits__item:nth-child(1),
    .benefits-line:nth-child(2) .benefits__item:nth-child(3) {
        display: none;
    }
    .benefits__item {
        margin-top: 30px;
    }
    .fittings {
        height: 540px;
        margin-top: -66px;
    }
    .fittings .title-inner {
        padding-top: 120px;
    }
    .fittings-inner {
        width: 520px;
        margin: 20px auto 0;
    }
    .fittings-list li {
        margin-top: 22px;
        list-style-type: none;
        font-family: "Open Sans", sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.4rem;
        color: #425267;
    }
    .fittings-list li::before {
        background-image: url(../img/sprite_icons.png);
        background-position: -287px -43px;
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin: 0 16px 10px 0;
        content: "";
    }
    .btn_catalog {
        z-index: 10;
        width: 332px;
        margin-top: 48px !important;
    }
    .partners {
        height: 466px;
    }
    .partners .title {
        padding-top: 60px;
    }
    .partners-inner {
        -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;
        width: 100%;
        height: 322px;
        margin-top: 42px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .partners__item._1 {
        width: 214px;
        height: 71px;
        background: url("../img/768px/img_partners-logo_1.png") no-repeat;
    }
    .partners__item._2 {
        width: 248px;
        height: 52px;
        background: url("../img/768px/img_partners-logo_2.png") no-repeat;
    }
    .partners__item._3 {
        width: 214px;
        height: 115px;
        background: url("../img/768px/img_partners-logo_3.png") no-repeat;
    }
    .calculator {
        display: none;
    }
    .special-offer {
        height: 644px;
    }
    .special-offer-inner {
        -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-top: 130px;
        -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;
    }
    .special-offer-inner .form-inner {
        margin-top: 25px;
    }
    .special-offer-desc {
        width: 576px;
    }
    .special-offer-desc .head {
        padding: 30px 0 0 22px;
    }
    .special-offer-desc .head .title {
        font-size: 2.4rem;
        line-height: 2.8rem;
        text-align: center !important;
    }
    .special-offer-desc .head .text {
        font-size: 1.8rem;
        line-height: 2.2rem;
        text-align: center;
        letter-spacing: -0.1rem;
    }
    .special-offer-desc .note {
        display: none;
    }
    .objects {
        height: 1240px;
        padding: 38px 0 0;
    }
    .objects-line {
        margin-top: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .objects__item {
        margin-top: 34px;
    }
    .objects__item:first-child {
        margin-top: 0;
    }
    .objects__item .head {
        font-size: 1.8rem;
    }
    .video-line {
        width: 264px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .video__item:nth-child(3),
    .video__item:nth-child(4) {
        display: none;
    }
    .certificates {
        display: none;
    }
    .contacts {
        height: 630px;
    }
    .contacts .form-inner {
        margin-top: 40px;
    }
    .map-header .title {
        letter-spacing: -2px;
    }
    .footer-inner .adress {
        position: relative;
        top: -24px;
    }
    .footer-inner .email {
        position: absolute;
        top: 46px;
        left: 0;
    }
    .footer-inner .number {
        position: absolute;
        top: 70px;
        left: 0;
        font-size: 1.9rem;
    }
    .footer-inner .small {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 640px) {
    .nav-btn {
        position: fixed;
        top: 22px;
        left: 22px;
        z-index: 10;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        border: none;
        background: #ffc804;
    }
    .nav-btn .ic {
        margin: auto !important;
    }
    .nav_mobile {
        position: fixed;
        z-index: 10;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 90px 0 80px;
        background: #ffc804;
        -webkit-transition: 200ms;
        -moz-transition: 200ms;
        -o-transition: 200ms;
        transition: 200ms;
    }
    .nav_mobile.js-show {
        top: 0;
        opacity: 1;
    }
    .nav_mobile.js-hide {
        top: -500px;
        opacity: 0;
    }
    .nav_mobile .nav-close {
        background-image: url(../img/sprite_icons.png);
        background-position: -253px -43px;
        width: 34px;
        height: 34px;
        position: absolute;
        top: 24px;
        right: 24px;
        border: none;
        background-color: transparent;
    }
    .nav_mobile .nav-menu {
        list-style-type: none;
    }
    .nav_mobile .nav-menu .nav__item {
        font-family: "Open Sans", sans-serif;
        font-size: 2.8rem;
        font-weight: 400;
        line-height: 1;
        color: #22344f;
    }
    .nav_mobile .nav-menu .nav__link {
        display: block;
        height: 64px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 26px;
        line-height: 64px;
        text-decoration: none;
    }
    .nav_mobile .nav-menu .nav__link:hover {
        background: #22344f;
        color: #fff;
    }
    .nav {
        display: none;
    }
    .offer {
        height: 820px;
    }
    .header {
        -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;
        width: 341px;
        margin-top: 22px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .logo {
        background-image: url(../img/sprite_icons.png);
        background-position: -177px 0;
        width: 136px;
        height: 43px;
    }
    .slogan {
        width: 161px;
        height: 43px;
        padding: 10px 14px;
        background: #22344f;
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .header-contacts {
        -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;
        width: 358px;
        margin-top: 18px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header-adress {
        min-width: 300px;
        text-align: center;
    }
    .header-adress .adress,
    .header-adress .email {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
    .header-phone {
        width: 226px;
        min-width: 226px;
        margin-top: 14px;
        text-align: center;
    }
    .header-phone .btn-shadow {
        margin-top: 8px;
    }
    .header-phone .btn {
        font-size: 1.1rem;
    }
    .offer-inner {
        position: relative;
        height: 562px;
        margin-top: 34px;
    }
    .offer-inner .form-inner {
        position: absolute;
        top: 250px;
        right: 0;
    }
    .offer-text {
        width: 428px;
    }
    .offer-text .head_white p {
        font-size: 7.2rem;
    }
    .offer-text .head_yellow {
        padding: 22px 18px;
    }
    .offer-text .head_yellow p {
        font-size: 7rem;
        letter-spacing: -0.1rem;
    }
    .offer-text .note {
        padding: 20px 18px 18px;
    }
    .offer-text .note-head {
        font-size: 2.6rem;
    }
    .offer-text .note-text {
        width: 136px;
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .offer-text .price-inner {
        display: none;
    }
    .benefits {
        height: 504px;
    }
    .benefits-line {
        -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-top: 0;
        -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;
    }
    .benefits-line:first-child {
        margin-top: 40px;
    }
    .benefits-line:nth-child(1) .benefits__item:nth-child(2),
    .benefits-line:nth-child(2) .benefits__item:nth-child(1),
    .benefits-line:nth-child(2) .benefits__item:nth-child(3) {
        display: none;
    }
    .benefits__item {
        margin-top: 30px;
    }
    .fittings {
        height: 540px;
        margin-top: -66px;
    }
    .fittings .title-inner {
        padding-top: 120px;
    }
    .fittings-inner {
        width: 440px;
        margin: 20px auto 0;
    }
    .fittings-list li {
        margin-top: 22px;
        list-style-type: none;
        font-family: "Open Sans", sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.4rem;
        color: #425267;
    }
    .fittings-list li::before {
        background-image: url(../img/sprite_icons.png);
        background-position: -287px -43px;
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin: 0 16px 10px 0;
        content: "";
    }
    .btn_catalog {
        z-index: 10;
        width: 332px;
        margin-top: 48px !important;
    }
    .partners {
        height: 466px;
    }
    .partners .title {
        padding-top: 60px;
    }
    .partners-inner {
        -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;
        width: 100%;
        height: 322px;
        margin-top: 42px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .partners__item._1 {
        width: 214px;
        height: 71px;
        background: url("../img/768px/img_partners-logo_1.png") no-repeat;
    }
    .partners__item._2 {
        width: 248px;
        height: 52px;
        background: url("../img/768px/img_partners-logo_2.png") no-repeat;
    }
    .partners__item._3 {
        width: 214px;
        height: 115px;
        background: url("../img/768px/img_partners-logo_3.png") no-repeat;
    }
    .calculator {
        display: none;
    }
    .special-offer {
        height: 644px;
    }
    .special-offer-inner {
        -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-top: 130px;
        -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;
    }
    .special-offer-inner .form-inner {
        margin-top: 25px;
    }
    .special-offer-desc {
        width: 428px;
    }
    .special-offer-desc .head {
        padding: 30px 0 22px 22px;
    }
    .special-offer-desc .head .title {
        font-size: 2.4rem;
        line-height: 2.8rem;
        text-align: center !important;
    }
    .special-offer-desc .head .text {
        font-size: 1.8rem;
        line-height: 2.2rem;
        text-align: center;
        letter-spacing: -0.1rem;
    }
    .special-offer-desc .note {
        display: none;
    }
    .objects {
        height: 1280px;
        padding: 38px 0 0;
    }
    .objects-line {
        margin-top: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .objects__item {
        margin-top: 34px;
    }
    .objects__item:first-child {
        margin-top: 0;
    }
    .objects__item .head {
        font-size: 1.8rem;
    }
    .video-line {
        width: 264px;
        margin: 0 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .video__item:nth-child(3),
    .video__item:nth-child(4) {
        display: none;
    }
    .certificates {
        display: none;
    }
    .contacts {
        height: 630px;
    }
    .contacts .form-inner {
        margin-top: 40px;
    }
    .map-header .title {
        letter-spacing: -2px;
    }
    .footer-inner .adress {
        position: relative;
        top: -24px;
    }
    .footer-inner .email {
        position: absolute;
        top: 46px;
        left: 0;
    }
    .footer-inner .number {
        position: absolute;
        top: 70px;
        left: 0;
        font-size: 1.9rem;
    }
    .footer-inner .small {
        font-size: 1.2rem;
    }
}
a {
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    color: currentColor;
}
.link {
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
.link_underline {
    text-decoration: underline;
}
.link_underline:hover {
    text-decoration: none;
}
.btn {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: none;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: top 100ms linear;
    -moz-transition: top 100ms linear;
    -o-transition: top 100ms linear;
    transition: top 100ms linear;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
@media screen and (min-width: 1138px) {
    .btn_sm {
        top: -3px;
        width: 100%;
        height: 31px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: -0.8px;
        text-transform: uppercase;
    }
    .btn_sm:hover {
        top: -1px;
    }
    .btn_nm {
        top: -3px;
        width: 100%;
        height: 35px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: -0.8px;
        text-transform: uppercase;
    }
    .btn_nm:hover {
        top: -1px;
    }
    .btn_lg {
        top: -3px;
        width: 100%;
        height: 47px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.8rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    .btn_lg:hover {
        top: -1px;
    }
    .btn_xlg {
        top: -3px;
        width: 100%;
        height: 63px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: -0.4px;
        text-transform: uppercase;
    }
    .btn_xlg:hover {
        top: -1px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1138px) {
    .btn_sm {
        top: -3px;
        width: 100%;
        height: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: -0.8px;
        text-transform: uppercase;
    }
    .btn_sm:hover {
        top: -1px;
    }
    .btn_nm {
        top: -3px;
        width: 100%;
        height: 32px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: -0.8px;
        text-transform: uppercase;
    }
    .btn_nm:hover {
        top: -1px;
    }
    .btn_lg {
        top: -3px;
        width: 100%;
        height: 47px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.8rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    .btn_lg:hover {
        top: -1px;
    }
    .btn_xlg {
        top: -3px;
        width: 100%;
        height: 47px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 2.3rem;
        font-weight: 600;
        letter-spacing: -0.4px;
        text-transform: uppercase;
    }
    .btn_xlg:hover {
        top: -1px;
    }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
    .btn_sm {
        top: -3px;
        width: 100%;
        height: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: -0.8px;
        text-transform: uppercase;
    }
    .btn_sm:hover {
        top: -1px;
    }
    .btn_nm {
        top: -3px;
        width: 100%;
        height: 32px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: -0.8px;
        text-transform: uppercase;
    }
    .btn_nm:hover {
        top: -1px;
    }
    .btn_lg {
        top: -3px;
        width: 100%;
        height: 47px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.8rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    .btn_lg:hover {
        top: -1px;
    }
    .btn_xlg {
        top: -3px;
        width: 100%;
        height: 47px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 2.3rem;
        font-weight: 600;
        letter-spacing: -0.4px;
        text-transform: uppercase;
    }
    .btn_xlg:hover {
        top: -1px;
    }
}
@media screen and (max-width: 640px) {
    .btn_sm {
        top: -3px;
        width: 100%;
        height: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: -0.8px;
        text-transform: uppercase;
    }
    .btn_sm:hover {
        top: -1px;
    }
    .btn_nm {
        top: -3px;
        width: 100%;
        height: 32px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.6rem;
        font-weight: 600;
        letter-spacing: -0.8px;
        text-transform: uppercase;
    }
    .btn_nm:hover {
        top: -1px;
    }
    .btn_lg {
        top: -3px;
        width: 100%;
        height: 47px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.8rem;
        font-weight: 600;
        text-transform: uppercase;
    }
    .btn_lg:hover {
        top: -1px;
    }
    .btn_xlg {
        top: -3px;
        width: 100%;
        height: 47px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 2.3rem;
        font-weight: 600;
        letter-spacing: -0.4px;
        text-transform: uppercase;
    }
    .btn_xlg:hover {
        top: -1px;
    }
}
.btn_yellow {
    background: #ffc804;
    color: #141c27;
}
.btn_yellow,
.btn_blue {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(79, 79, 79, 0.08)), to(rgba(255, 255, 255, 0.08)));
    background-image: -webkit-linear-gradient(bottom, rgba(79, 79, 79, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    background-image: -moz-linear-gradient(bottom, rgba(79, 79, 79, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    background-image: -o-linear-gradient(bottom, rgba(79, 79, 79, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
    background-image: linear-gradient(to top, rgba(79, 79, 79, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
}
.btn_blue {
    background-color: #125ea5;
    color: #fff;
}
.btn-shadow {
    position: relative;
    overflow: visible;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-shadow._yellow {
    background: #c68601;
}
.btn-shadow._blue {
    background: #0c3a3a;
}
p {
    font-weight: 400;
    color: #fff;
}
p,
.title {
    position: relative;
    font-family: "PFAgoraSansPro", sans-serif;
}
.title {
    z-index: 10;
    text-align: center;
}
@media screen and (min-width: 1138px) {
    .title_size_h1 {
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }
    .title_size_h2 {
        font-size: 3.6rem;
        line-height: 40px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1138px) {
    .title_size_h1 {
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }
    .title_size_h2 {
        font-size: 3.6rem;
        line-height: 40px;
    }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
    .title_size_h1 {
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }
    .title_size_h2 {
        font-size: 3.6rem;
        line-height: 40px;
    }
}
@media screen and (max-width: 640px) {
    .title_size_h1 {
        font-size: 3.6rem;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }
    .title_size_h2 {
        font-size: 3.6rem;
        line-height: 40px;
    }
}
.title_dark {
    color: #415167;
}
.title_light {
    color: #fff;
}
.title-inner {
    width: 100%;
}
.title-inner._bordered::after {
    display: block;
    width: 122px;
    height: 6px;
    margin: 10px auto 0;
    content: "";
}
.title-inner._dark::after {
    background: #415167;
}
.title-inner._light::after {
    background: #fff;
}
.text_white {
    color: #fff;
}
.text_yellow {
    color: #ffc804;
}
.text_dark {
    color: #242424;
}
.text_black {
    color: #000;
}
.text_bold {
    font-weight: 700;
}
.text_normal {
    font-weight: 400;
}
.text_center {
    text-align: center;
}
.text_uppercase {
    text-transform: uppercase;
}
.text_dashed {
    display: inline-block;
    border-bottom: 1px dashed currentColor;
    text-decoration: none;
}
._unstyled {
    list-style: none;
}
.form {
    position: relative;
}
@media screen and (min-width: 1138px) {
    .form-inner._order {
        width: 304px;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 48px 28px 40px;
        background: url("../img/bg_form.jpg") no-repeat center top;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    }
    .confidentiality {
        font-size: 1.3rem;
        font-weight: 100;
    }
    .input-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 780px;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .input-group .form-line {
        width: 362px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1138px) {
    .form-inner._order {
        width: 264px;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 34px 18px 30px;
        background: url("../img/bg_form.jpg") no-repeat center top;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    }
    .confidentiality {
        font-size: 1.1rem;
        font-weight: 100;
    }
    .input-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 750px;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .input-group .form-line {
        width: 322px;
    }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
    .form-inner._order {
        width: 264px;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 34px 18px 30px;
        background: url("../img/bg_form.jpg") no-repeat center top;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    }
    .confidentiality {
        font-size: 1.1rem;
        font-weight: 100;
    }
    .input-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: 580px;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .input-group .form-line {
        width: 260px;
    }
}
@media screen and (max-width: 640px) {
    .form-inner._order {
        width: 264px;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 34px 18px 30px;
        background: url("../img/bg_form.jpg") no-repeat center top;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    }
    .confidentiality {
        font-size: 1.1rem;
        font-weight: 100;
    }
    .input-group {
        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;
        width: 430px;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .input-group .form-line {
        width: 300px;
        margin-top: 20px;
    }
    .input-group .form-line:first-child {
        margin-top: 0;
    }
}
.form-header {
    margin-bottom: 36px;
    text-align: center;
}
.form-title {
    font-size: 1.8rem;
}
.form-title,
.form-note {
    font-weight: 300;
}
.form-title {
    line-height: 2.2rem;
}
.form-note {
    margin-top: 6px;
    font-size: 2rem;
    line-height: 1.8rem;
}
.form-line {
    text-align: left;
}
.form-line._block {
    margin-bottom: 22px;
}
.form__input {
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    display: block;
    width: 100%;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 20px;
    border: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 100;
    color: #000;
}
.form__input:focus {
    background: #fff;
}
.form__input._lg {
    height: 50px;
}
.form__input._gray {
    background: #ececed;
}
.form__input._blue {
    background: #dce4e8;
}
.input_select {
    width: 100%;
    height: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 14px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 600;
    color: #404d5f;
}
.js-input_error,
.js-input_error:focus {
    background: #ef7377 !important;
}
.js-input_done {
    opacity: 0.6;
    background: #51bc09 !important;
}
[type="submit"]:disabled {
    top: -1px;
    cursor: not-allowed;
}
[type="submit"]:disabled:hover {
    top: -1px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #878787 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #878787 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #878787 !important;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
.ic {
    position: relative;
    display: block;
}
.ic_menu {
    background-position: -253px -77px;
    width: 35px;
    height: 28px;
}
.ic_menu,
.ic_discount {
    background-image: url(../img/sprite_icons.png);
}
.ic_discount {
    background-position: 0 -153px;
    width: 80px;
    height: 59px;
}
.ic_auto {
    background-position: -80px -153px;
    width: 79px;
    height: 59px;
}
.ic_auto,
.ic_scales {
    background-image: url(../img/sprite_icons.png);
}
.ic_scales {
    background-position: -177px -43px;
    width: 76px;
    height: 68px;
}
.ic_calendar {
    background-position: 0 -212px;
    width: 64px;
    height: 67px;
}
.ic_calendar,
.ic_map {
    background-image: url(../img/sprite_icons.png);
}
.ic_map {
    background-position: -96px -57px;
    width: 70px;
    height: 71px;
}
.ic_hands {
    background-position: -177px -111px;
    width: 71px;
    height: 37px;
}
.ic_hands,
.ic_play {
    background-image: url(../img/sprite_icons.png);
}
.ic_play {
    background-position: 0 -57px;
    width: 96px;
    height: 96px;
}
.ic_lock {
    background-position: -287px -59px;
    width: 11px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.ic_lock,
.ic_close {
    background-image: url(../img/sprite_icons.png);
}
.ic_close {
    background-position: -253px -43px;
    width: 34px;
    height: 34px;
}
.modal-open,
.modal {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -moz-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-open .modal {
    overflow-x: auto;
    overflow-y: scroll;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px;
}
.modal-content {
    position: relative;
    overflow: visible;
    height: auto;
    outline: 0;
    background: #fff;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.9;
}
.modal-header {
    padding: 10px;
}
.modal-title {
    margin: 0;
}
.modal-body {
    position: relative;
    background: 0 0;
}
.modal-footer {
    padding: 10px;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    overflow: scroll;
    width: 50px;
    height: 50px;
}
.close {
    position: absolute;
    border: none;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    vertical-align: top;
}
.close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media screen and (min-width: 1138px) {
    .close {
        top: 24px;
        right: 24px;
        background-image: url(../img/sprite_icons.png);
        background-position: -253px -43px;
        width: 34px;
        height: 34px;
    }
    .modal-dialog {
        width: 1136px;
        margin: 60px auto 0;
    }
    .modal-content {
        background: #fff;
    }
    #modal_callback .modal-header,
    #modal_order .modal-header {
        padding: 70px 0 0;
    }
    #modal_callback .modal-title,
    #modal_order .modal-title {
        font-size: 3.6rem;
        line-height: 4.4rem;
        color: #22344f;
        text-align: center;
    }
    #modal_callback .modal-body,
    #modal_order .modal-body {
        padding: 40px 0 70px;
    }
    #modal_callback .btn-shadow,
    #modal_order .btn-shadow {
        display: block;
        width: 210px;
        margin: 44px auto 0;
    }
    #modal_thanks .modal-dialog {
        width: 600px;
    }
    #modal_thanks .modal-header {
        padding: 60px 0 0;
    }
    #modal_thanks .modal-title,
    #modal_thanks .modal-note {
        line-height: 4.4rem;
        color: #22344f;
        text-align: center;
    }
    #modal_thanks .modal-title {
        font-size: 3.6rem;
    }
    #modal_thanks .modal-note {
        font-size: 2.4rem;
    }
    #modal_thanks .modal-body {
        padding: 10px 0 40px;
    }
    #modal_catalog .modal-header {
        padding: 70px 50px 0;
    }
    #modal_catalog .modal-title,
    #modal_catalog .modal-note {
        font-size: 3.6rem;
        font-weight: 700;
        color: #22344f;
    }
    #modal_catalog .modal-body {
        padding: 30px 50px 44px;
    }
    .table-inner {
        padding: 0 18px 20px;
        border: 1px solid #c2c2c2;
    }
    .table {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .table-head {
        border-bottom: 7px solid #3c5472;
        font-family: "PFAgoraSansPro", sans-serif;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem;
        color: #22344f;
    }
    .table-head td {
        padding: 30px 0;
    }
    .table-body {
        font-family: "PFAgoraSansPro", sans-serif;
        font-size: 3rem;
        font-weight: 400;
        color: #1e293a;
    }
    .table-body tr:nth-child(2n) {
        background: #ebeff1;
    }
    .table-body td {
        padding: 18px 0;
    }
    .table-body td:first-child {
        padding-left: 30px;
    }
    #modal_catalog .modal-footer {
        padding: 0 50px 70px;
    }
    #modal_catalog .form {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #modal_catalog .btn-shadow {
        display: block;
        width: 210px;
        margin: 3px 0;
    }
    #modal_privacy .modal-header {
        padding: 80px 50px 0;
    }
    #modal_privacy .modal-title {
        font-size: 2.4rem;
        font-weight: 700;
        color: #22344f;
    }
    #modal_privacy .modal-body {
        padding: 28px 50px 68px;
    }
    #modal_privacy .modal-text {
        margin-top: 28px;
        font-size: 2rem;
        font-weight: 300;
        line-height: 2.4rem;
        color: #131e2d;
    }
    #modal_privacy .modal-text:first-child {
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1138px) {
    .close {
        top: 24px;
        right: 24px;
        background-image: url(../img/sprite_icons.png);
        background-position: -253px -43px;
        width: 34px;
        height: 34px;
    }
    .modal-dialog {
        width: 100%;
        margin: 60px auto 0;
    }
    .modal-content {
        background: #fff;
    }
    #modal_callback .modal-header,
    #modal_order .modal-header {
        padding: 70px 0 0;
    }
    #modal_callback .modal-title,
    #modal_order .modal-title {
        font-size: 2.6rem;
        line-height: 3.4rem;
        color: #22344f;
        text-align: center;
    }
    #modal_callback .modal-body,
    #modal_order .modal-body {
        padding: 40px 0 70px;
    }
    #modal_callback .btn-shadow,
    #modal_order .btn-shadow {
        display: block;
        width: 210px;
        margin: 44px auto 0;
    }
    #modal_thanks .modal-dialog {
        width: 600px;
    }
    #modal_thanks .modal-header {
        padding: 60px 0 0;
    }
    #modal_thanks .modal-title,
    #modal_thanks .modal-note {
        line-height: 4.4rem;
        color: #22344f;
        text-align: center;
    }
    #modal_thanks .modal-title {
        font-size: 3.6rem;
    }
    #modal_thanks .modal-note {
        font-size: 2.4rem;
    }
    #modal_thanks .modal-body {
        padding: 10px 0 40px;
    }
    #modal_catalog .modal-header {
        padding: 70px 50px 0;
    }
    #modal_catalog .modal-title,
    #modal_catalog .modal-note {
        font-size: 2.4rem;
        font-weight: 700;
        color: #22344f;
    }
    #modal_catalog .modal-body {
        padding: 30px 50px 44px;
    }
    .table-inner {
        padding: 0 18px 20px;
        border: 1px solid #c2c2c2;
    }
    .table {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .table-head {
        border-bottom: 7px solid #3c5472;
        font-family: "PFAgoraSansPro", sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2rem;
        color: #22344f;
    }
    .table-head td {
        padding: 30px 0;
    }
    .table-body {
        font-family: "PFAgoraSansPro", sans-serif;
        font-size: 1.9rem;
        font-weight: 400;
        color: #1e293a;
    }
    .table-body tr:nth-child(2n) {
        background: #ebeff1;
    }
    .table-body td {
        padding: 10px 0;
    }
    .table-body td:first-child {
        padding-left: 30px;
    }
    #modal_catalog .modal-footer {
        padding: 0 50px 120px;
    }
    #modal_catalog .form {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #modal_catalog .btn-shadow {
        position: absolute;
        top: 82px;
        left: 50%;
        display: block;
        width: 210px;
        margin: 3px 0 3px -105px;
    }
    #modal_privacy .modal-header {
        padding: 80px 50px 0;
    }
    #modal_privacy .modal-title {
        font-size: 2.4rem;
        font-weight: 700;
        color: #22344f;
    }
    #modal_privacy .modal-body {
        padding: 28px 50px 68px;
    }
    #modal_privacy .modal-text {
        margin-top: 28px;
        font-size: 2rem;
        font-weight: 300;
        line-height: 2.4rem;
        color: #131e2d;
    }
    #modal_privacy .modal-text:first-child {
        margin-top: 0;
    }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
    .close {
        top: 24px;
        right: 24px;
        background-image: url(../img/sprite_icons.png);
        background-position: -253px -43px;
        width: 34px;
        height: 34px;
    }
    .modal-dialog {
        width: 100%;
        margin: 60px auto 0;
    }
    .modal-content {
        background: #fff;
    }
    #modal_callback .modal-header,
    #modal_order .modal-header {
        padding: 70px 0 0;
    }
    #modal_callback .modal-title,
    #modal_order .modal-title {
        font-size: 2.6rem;
        line-height: 3.4rem;
        color: #22344f;
        text-align: center;
    }
    #modal_callback .modal-body,
    #modal_order .modal-body {
        padding: 40px 0 70px;
    }
    #modal_callback .btn-shadow,
    #modal_order .btn-shadow {
        display: block;
        width: 210px;
        margin: 44px auto 0;
    }
    #modal_thanks .modal-dialog {
        width: 600px;
    }
    #modal_thanks .modal-header {
        padding: 60px 0 0;
    }
    #modal_thanks .modal-title,
    #modal_thanks .modal-note {
        line-height: 4.4rem;
        color: #22344f;
        text-align: center;
    }
    #modal_thanks .modal-title {
        font-size: 3.6rem;
    }
    #modal_thanks .modal-note {
        font-size: 2.4rem;
    }
    #modal_thanks .modal-body {
        padding: 10px 0 40px;
    }
    #modal_catalog .modal-header {
        padding: 70px 50px 0;
    }
    #modal_catalog .modal-title,
    #modal_catalog .modal-note {
        font-size: 2.4rem;
        font-weight: 700;
        color: #22344f;
    }
    #modal_catalog .modal-body {
        padding: 30px 50px 44px;
    }
    .table-inner {
        padding: 0 18px 20px;
        border: 1px solid #c2c2c2;
    }
    .table {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .table-head {
        border-bottom: 7px solid #3c5472;
        font-family: "PFAgoraSansPro", sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2rem;
        color: #22344f;
    }
    .table-head td {
        padding: 30px 0;
    }
    .table-body {
        font-family: "PFAgoraSansPro", sans-serif;
        font-size: 1.9rem;
        font-weight: 400;
        color: #1e293a;
    }
    .table-body tr:nth-child(2n) {
        background: #ebeff1;
    }
    .table-body td {
        padding: 10px 0;
    }
    .table-body td:first-child {
        padding-left: 30px;
    }
    #modal_catalog .modal-footer {
        padding: 0 50px 120px;
    }
    #modal_catalog .form {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #modal_catalog .btn-shadow {
        position: absolute;
        top: 82px;
        left: 50%;
        display: block;
        width: 210px;
        margin: 3px 0 3px -105px;
    }
    #modal_privacy .modal-header {
        padding: 80px 50px 0;
    }
    #modal_privacy .modal-title {
        font-size: 2.4rem;
        font-weight: 700;
        color: #22344f;
    }
    #modal_privacy .modal-body {
        padding: 28px 50px 68px;
    }
    #modal_privacy .modal-text {
        margin-top: 28px;
        font-size: 2rem;
        font-weight: 300;
        line-height: 2.4rem;
        color: #131e2d;
    }
    #modal_privacy .modal-text:first-child {
        margin-top: 0;
    }
}
@media screen and (max-width: 640px) {
    .close {
        top: 24px;
        right: 24px;
        background-image: url(../img/sprite_icons.png);
        background-position: -253px -43px;
        width: 34px;
        height: 34px;
    }
    .modal-dialog {
        width: 100%;
        margin: 60px auto 0;
    }
    .modal-content {
        background: #fff;
    }
    #modal_callback .modal-header,
    #modal_order .modal-header {
        padding: 70px 0 0;
    }
    #modal_callback .modal-title,
    #modal_order .modal-title {
        font-size: 2.2rem;
        line-height: 3rem;
        color: #22344f;
        text-align: center;
    }
    #modal_callback .modal-body,
    #modal_order .modal-body {
        padding: 40px 0 70px;
    }
    #modal_callback .btn-shadow,
    #modal_order .btn-shadow {
        display: block;
        width: 210px;
        margin: 44px auto 0;
    }
    #modal_thanks .modal-dialog {
        width: 600px;
    }
    #modal_thanks .modal-header {
        padding: 60px 0 0;
    }
    #modal_thanks .modal-title,
    #modal_thanks .modal-note {
        line-height: 4.4rem;
        color: #22344f;
        text-align: center;
    }
    #modal_thanks .modal-title {
        font-size: 3.6rem;
    }
    #modal_thanks .modal-note {
        font-size: 2.4rem;
    }
    #modal_thanks .modal-body {
        padding: 10px 0 40px;
    }
    #modal_catalog .modal-header {
        padding: 70px 50px 0;
    }
    #modal_catalog .modal-title,
    #modal_catalog .modal-note {
        font-size: 2.4rem;
        font-weight: 700;
        color: #22344f;
    }
    #modal_catalog .modal-body {
        padding: 30px 14px 44px;
    }
    .table-inner {
        padding: 0 18px 20px;
        border: 1px solid #c2c2c2;
    }
    .table {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .table-head {
        border-bottom: 3px solid #3c5472;
        font-family: "PFAgoraSansPro", sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 2rem;
        color: #22344f;
    }
    .table-head td {
        padding: 30px 0;
    }
    .table-body {
        font-family: "PFAgoraSansPro", sans-serif;
        font-size: 1.2rem;
        font-weight: 400;
        color: #1e293a;
    }
    .table-body tr:nth-child(2n) {
        background: #ebeff1;
    }
    .table-body td {
        padding: 4px 0;
    }
    .table-body td:first-child {
        padding-left: 30px;
    }
    #modal_catalog .modal-footer {
        padding: 0 50px 120px;
    }
    #modal_catalog .form {
        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;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    #modal_catalog .btn-shadow {
        position: absolute;
        top: 160px;
        left: 50%;
        display: block;
        width: 210px;
        margin: 3px 0 3px -105px;
    }
    #modal_privacy .modal-header {
        padding: 80px 50px 0;
    }
    #modal_privacy .modal-title {
        font-size: 2.4rem;
        font-weight: 700;
        color: #22344f;
    }
    #modal_privacy .modal-body {
        padding: 28px 50px 68px;
    }
    #modal_privacy .modal-text {
        margin-top: 28px;
        font-size: 2rem;
        font-weight: 300;
        line-height: 2.4rem;
        color: #131e2d;
    }
    #modal_privacy .modal-text:first-child {
        margin-top: 0;
    }
}
.irs {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}
.irs,
.irs-line {
    position: relative;
    display: block;
}
.irs-line {
    overflow: hidden;
    outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    top: 0;
    display: block;
}
.irs-line-left {
    left: 0;
    width: 11%;
}
.irs-line-mid {
    left: 9%;
    width: 82%;
}
.irs-line-right {
    right: 0;
    width: 11%;
}
.irs-bar {
    width: 0;
}
.irs-bar,
.irs-bar-edge {
    position: absolute;
    left: 0;
    display: block;
}
.irs-shadow {
    position: absolute;
    left: 0;
    display: none;
    width: 0;
}
.irs-slider {
    position: absolute;
    z-index: 1;
    display: block;
}
.irs-slider.type_last {
    z-index: 2;
}
.irs-min {
    position: absolute;
    left: 0;
    display: block;
    cursor: default;
}
.irs-max {
    right: 0;
}
.irs-max,
.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
    left: 0;
    white-space: nowrap;
}
.irs-grid {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}
.irs-grid-pol.small {
    height: 4px;
}
.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 3px;
    font-size: 9px;
    line-height: 9px;
    text-align: center;
    white-space: nowrap;
}
.irs-disable-mask {
    position: absolute;
    top: 0;
    left: -1%;
    z-index: 2;
    display: block;
    width: 102%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    cursor: default;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}
.irs-hidden-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -9999 !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-style: solid !important;
    border-color: transparent !important;
    outline: none !important;
    background: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
}
.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    top: 25px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    height: 5px;
    background: #fff;
}
.irs-bar,
.irs-bar-edge {
    top: 25px;
    height: 5px;
    background: #abd243;
}
.irs-bar-edge {
    width: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.irs-shadow {
    top: 34px;
    height: 3px;
    opacity: 0.25;
    background: #000;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}
.irs-slider {
    top: 20px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 -2px 4px rgba(0, 1, 1, 0.24);
    -moz-box-shadow: 0 -2px 4px rgba(0, 1, 1, 0.24);
    box-shadow: 0 -2px 4px rgba(0, 1, 1, 0.24);
    cursor: pointer;
}
.irs-slider.state_hover,
.irs-slider:hover {
    background-position: 0 -150px;
}
.irs-min,
.irs-max {
    top: 0;
    padding: 1px 3px;
    background: #e1e4e9;
    font-size: 10px;
    color: #999;
}
.irs-min,
.irs-max,
.irs-from,
.irs-to,
.irs-single {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    line-height: 1.333;
}
.irs-from,
.irs-to,
.irs-single {
    top: -6px;
    padding: 3px 5px;
    background: #abd243;
    font-size: 12px;
    color: #fff;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
    position: absolute;
    bottom: -6px;
    left: 50%;
    display: block;
    overflow: hidden;
    width: 0;
    height: 0;
    margin-left: -3px;
    border: 3px solid transparent;
    border-top-color: #abd243;
    content: "";
}
.irs-grid-pol {
    background: #fff;
}
.irs-grid-text {
    color: #fff;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-tmp {
    margin: 0;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f9f9f9;
    text-shadow: none;
    color: #444;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    margin: 0;
    padding: 15px;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite.png");
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 8060;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    background-position: 0 -108px;
    cursor: pointer;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
}
.fancybox-close,
.fancybox-nav {
    position: absolute;
    z-index: 8040;
    cursor: pointer;
}
.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    background: url("../img/fancybox/blank.gif");
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    z-index: 8040;
    visibility: hidden;
    width: 36px;
    height: 34px;
    margin: -18px 0 0;
    cursor: pointer;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    overflow: visible !important;
    max-width: 99999px;
    max-height: 99999px;
}
.fancybox-lock {
    width: auto;
}
.fancybox-lock,
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8010;
    display: none;
    overflow: hidden;
    background: url("../img/fancybox/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    position: relative;
    z-index: 8050;
    visibility: hidden;
    text-shadow: none;
    font: 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 8050;
    margin-bottom: -35px;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: 0 0;
    background: rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 2px #222;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("../img/fancybox/fancybox_sprite@2x.png");
        -moz-background-size: 44px 152px;
        -o-background-size: 44px 152px;
        background-size: 44px 152px;
    }
    #fancybox-loading div {
        background-image: url("../img/fancybox/fancybox_loading@2x.gif");
        -moz-background-size: 24px 24px;
        -o-background-size: 24px 24px;
        background-size: 24px 24px;
    }
}
.fancybox-wrap,
.fancybox-skin {
    overflow: visible;
}
.nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 130px;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}
.nav.js-fixed {
    position: fixed;
    top: 0;
    margin-top: 0;
    background: #22344f;
}
.nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav__item {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}
.offer {
    position: relative;
    z-index: 6;
    background: url("../img/bg_offer.jpg") no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.header {
    position: relative;
    width: 100%;
}
.header,
.header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header-logo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.logo {
    display: block;
}
.slogan {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #22344f;
}
.header-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.header-adress .adress,
.header-adress .email {
    font-weight: 300;
}
.header-phone .number {
    font-size: 2.4rem;
    font-weight: 500;
    text-decoration: none;
}
.header-phone .small {
    font-size: 1.4rem;
    font-weight: 300;
}
.offer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.offer-text .head_white {
    margin-bottom: 8px;
}
.offer-text .head_white p {
    text-shadow: 0 0 0 rgba(32, 32, 32, 0.92);
    font-weight: 500;
}
.offer-text .head_yellow {
    background: #ffc804;
}
.offer-text .head_yellow p {
    font-weight: 800;
    line-height: 1;
    color: #1e293a;
}
.offer-text .note-price-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.offer-text .note {
    background: #22344f;
}
.offer-text .note-head,
.offer-text .note-text {
    font-weight: 100;
}
.offer-text .note-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #2b4264;
}
.offer-text .note-text {
    margin-top: 16px;
}
.offer-text .price-inner {
    width: 290px;
    height: 146px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 96px;
    background: -webkit-linear-gradient(top, #fff 82px, transparent 146px);
    background: -moz-linear-gradient(top, #fff 82px, transparent 146px);
    background: -o-linear-gradient(top, #fff 82px, transparent 146px);
    background: linear-gradient(to bottom, #fff 82px, transparent 146px);
}
.offer-text .price-value {
    margin-top: 14px;
    font-size: 5.4rem;
    font-weight: 900;
    color: #1e293a;
    text-align: center;
}
.offer-text .small {
    font-size: 1.3rem;
    font-weight: 700;
}
.offer-text .btn-shadow {
    margin-top: 10px;
}
.offer-text .btn {
    font-size: 4rem;
    font-weight: 700;
}
.benefits {
    position: relative;
    z-index: 4;
    background: url("../img/bg_benefits.png") no-repeat center bottom;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.benefits-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.benefits__item {
    width: 380px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.benefits__item,
.benefits__item .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 96px;
}
.benefits__item .icon {
    width: 96px;
    background: #ffc804;
}
.benefits__item .icon .ic {
    margin: auto;
}
.benefits__item .desc {
    margin-left: 30px;
    font-size: 22px;
    font-weight: 300;
}
.fittings {
    z-index: 3;
    background: url("../img/bg_fittings.jpg") no-repeat center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fittings,
.partners {
    position: relative;
    overflow: visible;
}
.partners {
    z-index: 2;
    background: #d9dde2;
    padding-top: 68px;
}
.partners::after {
    display: block;
    height: 140px;
    margin-top: -28px;
    background: url("../img/bg_partners-arrow.png") no-repeat center top;
    content: "";
}
.partners-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.calculator {
    height: 860px;
    margin-top: -28px;
    background: url("../img/bg_calculator.jpg") no-repeat center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.calculator .title-inner {
    padding-top: 195px;
}
.calculator-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 84px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.calculator-controls {
    overflow: visible;
    width: 830px;
}
.calculator-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 58px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.calculator-line:first-child {
    margin-top: 0;
}
.calculator__item {
    overflow: visible;
    width: 374px;
}
.calculator__item._inline {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.calculator__item .select-group {
    width: 170px;
}
.calculator-title {
    margin-bottom: 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    color: #fff;
}
.calculator-title .unit {
    font-size: 1.4rem;
    font-weight: 300;
}
.calculator-result {
    width: 260px;
    min-height: 236px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 100px;
    padding: 0 14px;
    border: 3px solid #fff;
    background: 0 0;
    text-align: center;
}
.calculator-result .result__value,
.calculator-result .result__note {
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
}
.calculator-result .result__value {
    margin-top: 46px;
}
.calculator-result .value-inner {
    font-size: 4.6rem;
    font-weight: 600;
}
.calculator-result .result__note {
    margin-top: 10px;
}
.calculator-result .btn-shadow {
    margin: 36px 0 40px;
}
.calculator-result .btn {
    font-size: 1.4rem;
}
.special-offer {
    background: url("../img/bg_special-offer.jpg") no-repeat center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.special-offer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.special-offer-desc .head {
    width: inherit;
    height: 171px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffc804;
}
.special-offer-desc .head .title {
    font-weight: 900;
    color: #0c1015;
    text-align: left;
    letter-spacing: -1px;
}
.special-offer-desc .head .text {
    margin-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #0c1015;
}
.special-offer-desc .note {
    width: 394px;
    height: 114px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 21px 0 0;
    background: #22344f;
}
.special-offer-desc .note .text {
    font-family: "Open Sans", sans-serif;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 3.4rem;
    text-align: right;
    letter-spacing: -0.6px;
}
.objects {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e5e9eb;
}
.objects-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.objects__item {
    width: 362px;
}
.objects__item .head {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #2e3641;
    text-align: center;
}
.objects__item .image {
    position: relative;
    width: 350px;
    height: 262px;
    margin-top: 30px;
    border: 6px solid #b5b8ba;
}
.objects__item .sticker {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 225px;
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 0 0 16px;
    background-color: #3b4b61;
}
.objects__item .sticker .text {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
}
.objects__item .sticker .text_bold {
    font-size: 2.2rem;
}
.video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 86px 0 90px;
    background: url("../img/bg_calculator.jpg") no-repeat center top;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.video-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.video__item {
    width: 264px;
}
.video__item .image {
    display: none;
    width: 264px;
    height: 180px;
}
.video__item .overlay {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: inherit;
    height: inherit;
}
.video__item .btn {
    margin: auto;
    background: 0 0;
}
.video__item .head,
.video__item .note {
    font-family: "Open Sans", sans-serif;
    line-height: 2.4rem;
}
.video__item .head {
    margin-top: 44px;
    font-size: 2.8rem;
    font-weight: 400;
}
.video__item .note {
    margin-top: 6px;
    font-size: 2rem;
    font-weight: 300;
}
.certificates {
    padding: 50px 0 80px;
    background: #293341;
}
.certificates-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 62px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.certificates__item {
    overflow: hidden;
    width: 260px;
    height: 433px;
}
.map-header {
    position: relative;
    z-index: 10;
    height: 190px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 50px;
    background: url("../img/bg_map-arrow.png") no-repeat center top;
}
.map-inner {
    position: absolute;
    bottom: 0;
    width: inherit;
    height: 612px;
}
.map-inner div {
    overflow: visible;
}
.footer {
    height: auto;
    background: #fff;
}
.footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 106px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-inner .number {
    font-size: 2.4rem;
    font-weight: 500;
    text-decoration: none;
}
.footer-inner .small {
    font-size: 1.4rem;
    font-weight: 300;
}
.footer-inner .adress {
    font-size: 1.6rem;
    font-weight: 300;
    color: #242424;
}




@font-face {
    font-family: "PFAgoraSansPro";
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-XThin.eot");
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-XThin.eot?#iefix") format("embedded-opentype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-XThin.woff") format("woff"),
        url("../fonts/PFAgoraSansPro/PFAgoraSansPro-XThin.ttf") format("truetype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-XThin.svg#PFAgoraSansPro") format("svg");
}
@font-face {
    font-family: "PFAgoraSansPro";
    font-weight: 200;
    font-style: normal;
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Thin.eot");
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Thin.woff") format("woff"),
        url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Thin.ttf") format("truetype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Thin.svg#PFAgoraSansPro") format("svg");
}
@font-face {
    font-family: "PFAgoraSansPro";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Light.eot");
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Light.woff") format("woff"),
        url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Light.ttf") format("truetype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Light.svg#PFAgoraSansPro") format("svg");
}
@font-face {
    font-family: "PFAgoraSansPro";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Regular.eot");
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Regular.woff") format("woff"),
        url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Regular.ttf") format("truetype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Regular.svg#PFAgoraSansPro") format("svg");
}
@font-face {
    font-family: "PFAgoraSansPro";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Medium.eot");
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Medium.woff") format("woff"),
        url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Medium.ttf") format("truetype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Medium.svg#PFAgoraSansPro") format("svg");
}
@font-face {
    font-family: "PFAgoraSansPro";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Bold.eot");
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Bold.woff") format("woff"),
        url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Bold.ttf") format("truetype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Bold.svg#PFAgoraSansPro") format("svg");
}
@font-face {
    font-family: "PFAgoraSansPro";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Black.eot");
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Black.woff") format("woff"),
        url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Black.ttf") format("truetype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-Black.svg#PFAgoraSansPro") format("svg");
}
@font-face {
    font-family: "PFAgoraSansPro";
    font-weight: 900;
    font-style: normal;
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-UltraBlack.eot");
    src: url("../fonts/PFAgoraSansPro/PFAgoraSansPro-UltraBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-UltraBlack.woff") format("woff"),
        url("../fonts/PFAgoraSansPro/PFAgoraSansPro-UltraBlack.ttf") format("truetype"), url("../fonts/PFAgoraSansPro/PFAgoraSansPro-UltraBlack.svg#PFAgoraSansPro") format("svg");
}

/*#cbh_phone {
	overflow: hidden !important
}

#cbh_widget_wrapper *, #cbh_widget_wrapper *::after, #cbh_widget_wrapper *::before {
	overflow: hidden !important
}*/
