@font-face {
    font-family: "HelveticaNeue-CondensedBold";
    src: url("../fonts/helveticaneue-condensedbold.woff2") format("woff2"), url("../fonts/helveticaneue-condensedbold.woff") format("woff"), url("../fonts/helveticaneue-condensedbold.svg#HelveticaNeue-CondensedBold") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "HelveticaNeueCyr-Roman";
    src: url("../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "HelveticaNeueCyr-Bold";
    src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format("svg");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "agencyb";
    src: url("../fonts/agencyfb-bold.woff2") format("woff2"), url("../fonts/agencyfb-bold.woff") format("woff"), url("../fonts/agencyfb-bold.svg#agencyb") format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "agencyb";
    src: url("../fonts/agencyfb-regular.woff2") format("woff2"), url("../fonts/agencyfb-regular.woff") format("woff"), url("../fonts/agencyfb-regular.svg#agencyb") format("svg");
    font-weight: 400;
    font-style: normal
}

.wrapper {
    overflow-x: hidden
}

.iohhb-hero {
    padding: 30px 0 25px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.iohhb-hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 680px) {
    .iohhb-hero__row {
        display: block
    }
}

.iohhb-hero__left {
    max-width: 500px
}

.iohhb-hero h1 {
    font-family: 'HelveticaNeue-CondensedBold';
    font-size: 22px;
    margin-bottom: 23px;
    line-height: 110%;
    font-weight: 700;
    color: #FFF
}

.iohhb-hero p {
    color: rgba(255, 255, 255, 0.5);
    max-width: 330px;
    text-align: justify;
    font-size: 12px
}

.iohhb-hero__sertificats-btn {
    background-color: #3EC365;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 40px 8px 25px;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media screen and (max-width: 680px) {
    .iohhb-hero__sertificats-btn {
        max-width: 250px;
        margin: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (max-width: 480px) {
    .iohhb-hero__sertificats-btn {
        max-width: 100%
    }
}

.iohhb-hero__sertificats-btn:hover {
    opacity: 0.95
}

.iohhb-hero__sertificats-btn svg {
    display: inline-block;
    vertical-align: middle
}

.iohhb-hero__sertificats-btn span {
    padding-left: 30px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'HelveticaNeueCyr-Roman'
}

@media screen and (max-width: 680px) {
    .iohhb-hero__left {
        margin-bottom: 20px
    }
}

.iohhb-hero__marks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px
}

.iohhb-hero .mark {
    background-color: #D9DFE2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 47%;
    border-radius: 5px
}

.iohhb-hero .mark p {
    color: #303030;
    font-size: 11px;
    line-height: 1.4
}

.iohhb-hero .mark b {
    font-family: 'HelveticaNeueCyr-Bold'
}

.iohhb-hero .num {
    font-family: 'HelveticaNeue-CondensedBold';
    font-size: 24px;
    line-height: 1;
    color: #007CBB
}

.iohhb-advantages {
    padding: 50px 0
}

@media screen and (max-width: 768px) {
    .iohhb-advantages {
        padding-bottom: 0
    }
}

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

@media screen and (max-width: 1200px) {
    .iohhb-advantages__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.iohhb-advantages__col {
    text-align: left
}

@media screen and (max-width: 1080px) {
    .iohhb-advantages__col {
        width: 47%;
        margin-bottom: 20px;
        padding-right: 5px
    }
}

@media screen and (max-width: 380px) {
    .iohhb-advantages__col {
        width: 100%
    }
}

.iohhb-advantages__title {
    color: #007CBB;
    font-family: 'HelveticaNeueCyr-Bold';
    text-transform: uppercase;
    font-size: 13px
}

.iohhb-advantages svg {
    margin-bottom: 5px
}

.iohhb-sertificats-popup,
.iohhb-examples-popup,
.order-installation-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999
}

.iohhb-sertificats-popup.active,
.iohhb-examples-popup.active,
.order-installation-popup.active {
    display: block
}

.iohhb-sertificats-popup__wrap,
.iohhb-examples-popup__wrap,
.order-installation-popup__wrap {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 800px;
    height: 65vh;
    border-radius: 20px;
    overflow-y: hidden;
    padding-bottom: 60px
}

@media screen and (max-width: 1200px) {
    .iohhb-sertificats-popup__wrap,
    .iohhb-examples-popup__wrap,
    .order-installation-popup__wrap {
        max-width: 710px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 880px) {
    .iohhb-sertificats-popup__wrap,
    .iohhb-examples-popup__wrap,
    .order-installation-popup__wrap {
        max-width: 500px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 550px) {
    .iohhb-sertificats-popup__wrap,
    .iohhb-examples-popup__wrap,
    .order-installation-popup__wrap {
        max-width: 300px
    }
}

@media screen and (max-width: 350px) {
    .iohhb-sertificats-popup__wrap,
    .iohhb-examples-popup__wrap,
    .order-installation-popup__wrap {
        max-width: 260px
    }
}

.iohhb-sertificats-popup__title,
.iohhb-examples-popup__title,
.order-installation-popup__title {
    padding-left: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    text-align: center;
    color: #000;
    padding: 14px 0;
    font-size: 16px;
    font-family: 'HelveticaNeue-CondensedBold';
    margin-top: 40px
}

@media screen and (max-width: 550px) {
    .iohhb-sertificats-popup__title,
    .iohhb-examples-popup__title,
    .order-installation-popup__title {
        margin-top: 25px
    }
}

.iohhb-sertificats-popup__close-btn,
.iohhb-examples-popup__close-btn,
.order-installation-popup__close-btn {
    background-color: #BD2D21;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    width: 20px;
    height: 20px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer
}

.iohhb-sertificats-popup__close-btn:after,
.iohhb-examples-popup__close-btn:after,
.order-installation-popup__close-btn:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 12px;
    width: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.iohhb-sertificats-popup__close-btn:before,
.iohhb-examples-popup__close-btn:before,
.order-installation-popup__close-btn:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    height: 12px;
    width: 2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.iohhb-sertificats-popup__close-btn:hover,
.iohhb-examples-popup__close-btn:hover,
.order-installation-popup__close-btn:hover {
    opacity: 0.9
}

.iohhb-sertificats-popup__wrapper,
.iohhb-examples-popup__wrapper,
.order-installation-popup__wrapper {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 50px;
    overflow-y: auto
}

@media screen and (max-width: 550px) {
    .iohhb-sertificats-popup__wrapper,
    .iohhb-examples-popup__wrapper,
    .order-installation-popup__wrapper {
        padding: 0 10px;
        top: 70px
    }
}

.iohhb-sertificats-popup__inner,
.iohhb-examples-popup__inner,
.order-installation-popup__inner {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    height: 100%
}

@media screen and (max-width: 900px) {
    .iohhb-sertificats-popup__inner,
    .iohhb-examples-popup__inner,
    .order-installation-popup__inner {
        display: block
    }
}

.iohhb-sertificats-popup__inner img,
.iohhb-examples-popup__inner img,
.order-installation-popup__inner img {
    max-width: calc(50% - 15px);
    height: auto;
    margin-bottom: 30px
}

@media screen and (max-width: 1200px) {
    .iohhb-sertificats-popup__inner img,
    .iohhb-examples-popup__inner img,
    .order-installation-popup__inner img {
        margin-bottom: 20px;
        max-width: calc(50% - 5px)
    }
}

@media screen and (max-width: 900px) {
    .iohhb-sertificats-popup__inner img,
    .iohhb-examples-popup__inner img,
    .order-installation-popup__inner img {
        max-width: 100%
    }
}

@media screen and (max-width: 550px) {
    .iohhb-sertificats-popup__inner img,
    .iohhb-examples-popup__inner img,
    .order-installation-popup__inner img {
        width: 100%;
        height: auto
    }
}

.order-installation-popup__wrap {
    height: auto;
    max-width: 370px;
    padding-bottom: 0;
    padding: 50px
}

.order-installation-popup__inner {
    width: auto;
    max-width: 350px;
    text-align: center;
    padding-bottom: 0
}

.order-installation-popup__title {
    text-align: center;
    margin: auto
}

.order-installation-popup__link {
    background-color: #D9DFE2;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.order-installation-popup__link svg,
.order-installation-popup__link span {
    display: inline-block
}

.order-installation-popup__link span {
    margin-left: 20px
}

.order-installation-popup__link:hover {
    opacity: 0.7
}

.iohhb-examples-popup__wrap {
    padding: 30px;
    height: 80vh
}

.iohhb-examples-popup__wrapper {
    overflow: initial;
    padding-bottom: 0
}

@media screen and (max-width: 550px) {
    .iohhb-examples-popup__wrapper {
        top: 30px
    }
}

.iohhb-examples-popup__img {
    min-height: 325px;
    max-height: 325px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (max-width: 550px) {
    .iohhb-examples-popup__img {
        background-size: cover;
        min-height: 200px;
        max-height: 200px
    }
}

.iohhb-examples-popup__title {
    margin-top: 0;
    width: calc(40% - 15px)
}

@media screen and (max-width: 550px) {
    .iohhb-examples-popup__title {
        width: 100%
    }
}

.iohhb-examples-popup__text-outer {
    width: calc(60% - 15px);
    padding-bottom: 30px;
    margin-top: 10px;
    overflow-y: auto
}

@media screen and (max-width: 550px) {
    .iohhb-examples-popup__text-outer {
        width: 100%
    }
}

.iohhb-examples-popup__text {
    height: calc(100% - 300px);
    text-align: left;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

@media screen and (max-width: 550px) {
    .iohhb-examples-popup__text {
        height: calc(100% - 180px);
        display: block;
        overflow-y: scroll
    }
}

.iohhb-examples-popup__close-btn {
    top: 5px;
    right: 12px
}

.iohhb-examples-popup__inner {
    padding-left: 0;
    padding-right: 0
}

.iohhb-examples-work__popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999
}

.iohhb-examples-work__popup.active {
    display: block
}

.iohhb-examples-work__popup__wrap {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 1000px;
    height: 75vh;
    border-radius: 5px;
    overflow-y: hidden;
    padding-bottom: 60px
}

.iohhb-examples-work__item1 {
    height: 140px;
    border-radius: 5px;
    background-color: #E5ECF0;
    margin: 100px 10px 0;
    outline: none;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    overflow: hidden
}

.iohhb-examples-work__item1:hover {
    opacity: 0.9
}

.iohhb-examples-work__col {
    width: 44%;
    display: inline-block;
    vertical-align: top
}

.iohhb-examples-work__col:first-child {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 5px
}

.iohhb-examples-work__col:last-child {
    padding: 10px
}

.iohhb-examples-work__title {
    font-family: 'HelveticaNeue-CondensedBold';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #D9DFE2;
    color: #3383C7;
    padding-bottom: 10px;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .iohhb-examples-work__title {
        font-size: 14px
    }
}

@media screen and (max-width: 550px) {
    .iohhb-examples-work__title {
        font-size: 12px;
        min-height: 35px;
        max-height: 35px
    }
}

.iohhb-examples-work p {
    color: #7D8F96;
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden
}

.iohhb-examples-work .slick-list.draggable {
    padding: 0 !important
}

.iohhb-examples-work .seo .container .slick-next {
    position: absolute;
    top: 13px;
    right: 10px;
    color: #D9DFE2;
    width: 0;
    height: 0;
    background: #FFF;
    border-radius: 5px;
    padding: 10px;
    z-index: 9;
    font-size: 1px
}

.iohhb-examples-work .seo .container .slick-next:after {
    content: '';
    background-repeat: no-repeat;
    top: 5px;
    position: absolute;
    left: 6px;
    display: inline-block;
    float: left;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #3ec365;
    border-bottom: 5px solid transparent;
    background-color: #fff
}

.iohhb-examples-work .seo .container .slick-prev {
    position: absolute;
    top: 13px;
    right: 155px;
    color: #D9DFE2;
    width: 0;
    height: 0;
    background: #FFF;
    border-radius: 5px;
    padding: 10px;
    z-index: 9;
    font-size: 1px
}

.iohhb-examples-work .seo .container .slick-prev:after {
    content: '';
    background-image: url(/img/left-slick.png);
    background-repeat: no-repeat;
    top: 5px;
    position: absolute;
    left: 4px;
    width: 50px;
    height: 53px;
    display: inline-block;
    float: left;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #3ec365;
    border-bottom: 5px solid transparent;
    background-color: #fff
}

.iohhb-examples-work .seo .container .slick-dots li button {
    background: #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 0px;
    border: 0.5px solid #fff;
    width: 12px;
    height: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.iohhb-examples-work .seo .container .slick-dots .slick-active button {
    border: 3px solid #3ec365;
    background: #FFF
}

.iohhb-examples-work .seo .container .slick-dots li {
    margin-left: 0;
    padding: 0 1px;
    margin-left: 5px;
    list-style-image: none
}

.iohhb-examples-work .slick-dots {
    position: absolute;
    top: -2px;
    right: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.iohhb-examples-work .seo .container .slick-list {
    margin: 0 auto
}

@media screen and (max-width: 1200px) and (min-width: 320px) {
    .iohhb-examples-work .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: -38px;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .iohhb-examples-work .seo .container .slick-dots li button {
        background: grey
    }
    .iohhb-examples-work .seo .container .slick-next {
        position: absolute;
        bottom: 37%;
        right: -20px;
        top: auto;
        left: auto
    }
    .iohhb-examples-work .seo .container .slick-next:after {
        content: '';
        background-image: url(/img/right-icon.png);
        width: 15px;
        height: 62px;
        border-top: none;
        border-left: none;
        border-bottom: 5px solid transparent
    }
    .iohhb-examples-work .seo .container .slick-prev {
        top: auto;
        bottom: 37%;
        left: -20px
    }
    .iohhb-examples-work .seo .container .slick-prev:after {
        content: '';
        background-image: url(/img/left-icon.png);
        width: 15px;
        height: 62px;
        border-top: none;
        border-right: none;
        border-bottom: 5px solid transparent
    }
}

@media screen and (min-width: 768px) {
    .single_item {
        margin-bottom: 80px
    }
    .iohhb-cost__foot {
        text-align: center
    }
}

@media screen and (min-width: 320px) {
    .iohhb_page .single_item {
        margin-bottom: 50px
    }
}

.iohhb-steps {
    overflow-x: hidden;
    margin-top: 50px
}

.iohhb-steps__block {
    border-top: 2px solid #D9DFE2;
    border-bottom: 2px solid #D9DFE2;
    padding: 30px 0;
    margin-top: 28px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 1200px) {
    .iohhb-steps__block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0 10px
    }
}

.iohhb-steps__item {
    width: calc(100% / 6 - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (max-width: 1200px) {
    .iohhb-steps__item {
        width: calc(100% / 3 - 10px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 550px) {
    .iohhb-steps__item {
        width: 47%
    }
}

@media screen and (max-width: 400px) {
    .iohhb-steps__item {
        width: 100%
    }
}

.iohhb-steps .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2px 9px 9px 10px;
    color: #FFF;
    font-family: 'HelveticaNeueCyr-Bold';
    font-size: 16px;
    margin-right: 8px
}

.iohhb-steps .info {
    font-size: 12px;
    color: #7D8F96;
    padding-top: 5px
}

.iohhb-call-me {
    margin-top: 35px;
    margin-bottom: 80px
}

.iohhb-call-me__top {
    padding-top: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.iohhb-call-me__bottom {
    background-color: #296EBB;
    color: #fff;
    padding: 10px 0
}

.iohhb-call-me__text {
    font-size: 16px;
    font-weight: 700
}

.iohhb-call-me__text:first-child {
    max-width: 50%
}

@media screen and (max-width: 1200px) {
    .iohhb-call-me__text:first-child {
        max-width: 100%;
        margin-bottom: 20px
    }
}

.iohhb-call-me__text:last-child {
    font-weight: normal
}

@media screen and (max-width: 1200px) {
    .iohhb-call-me__text:last-child {
        margin-top: 20px
    }
}

.iohhb-call-me__text a {
    color: #FFF
}

.iohhb-call-me__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .iohhb-call-me__inner {
        display: block;
        text-align: center
    }
}

.iohhb-block .title {
    padding-left: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    text-align: left;
    color: #000;
    padding: 14px 0;
    font-size: 16px;
    font-family: 'HelveticaNeue-CondensedBold'
}

.iohhb-block .title:after {
    content: "";
    display: block;
    background: #D9DFE2;
    height: 100%;
    width: 161%;
    position: absolute;
    left: -60%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    border-radius: 0 5px 5px 0
}

@media screen and (max-width: 1200px) {
    .iohhb-block .title:after {
        width: 130%;
        border-radius: 5px 0 0 5px;
        left: 1%
    }
}

@media screen and (max-width: 1200px) {
    .iohhb-block .title {
        padding-left: 6%
    }
    .iohhb-block .title:after {
        left: 1%
    }
}

@media screen and (max-width: 1174px) {
    .iohhb-block .title {
        padding-left: 5%
    }
    .iohhb-block .title:after {
        left: 0
    }
}

@media screen and (max-width: 1174px) {
    .iohhb-block .title {
        padding-left: 3%
    }
    .iohhb-block .title:after {
        left: -2%
    }
}

@media screen and (max-width: 1040px) {
    .iohhb-block .title {
        padding-left: 7%
    }
    .iohhb-block .title:after {
        left: 1%
    }
}

@media screen and (max-width: 1037px) {
    .iohhb-block .title {
        padding-left: 6%
    }
    .iohhb-block .title:after {
        left: 1%
    }
}

@media screen and (max-width: 1022px) {
    .iohhb-block .title {
        padding-left: 20%
    }
    .iohhb-block .title:after {
        left: 14.5%
    }
}

@media screen and (max-width: 995px) {
    .iohhb-block .title {
        padding-left: 19%
    }
    .iohhb-block .title:after {
        left: 12.5%
    }
}

@media screen and (max-width: 957px) {
    .iohhb-block .title {
        padding-left: 18%
    }
    .iohhb-block .title:after {
        left: 11.5%
    }
}

@media screen and (max-width: 898px) {
    .iohhb-block .title {
        padding-left: 16%
    }
    .iohhb-block .title:after {
        left: 8.5%
    }
}

@media screen and (max-width: 842px) {
    .iohhb-block .title {
        padding-left: 13%
    }
    .iohhb-block .title:after {
        left: 5.5%
    }
}

@media screen and (max-width: 805px) {
    .iohhb-block .title {
        padding-left: 11%
    }
    .iohhb-block .title:after {
        left: 3.5%
    }
}

@media screen and (max-width: 780px) {
    .iohhb-block .title {
        padding-left: 11%
    }
    .iohhb-block .title:after {
        left: 3.5%;
        width: 110%
    }
}

@media screen and (max-width: 767px) {
    .iohhb-block .title {
        padding-left: 13%
    }
    .iohhb-block .title:after {
        left: 10.5%;
        width: 88%
    }
}

@media screen and (max-width: 734px) {
    .iohhb-block .title {
        padding-left: 11%
    }
    .iohhb-block .title:after {
        left: 6.5%;
        width: 100%
    }
}

.iohhb-services__inner {
    border-top: 2px solid #D9DFE2;
    margin-top: 35px
}

@media screen and (max-width: 768px) {
    .iohhb-services__inner {
        padding-bottom: 0
    }
}

.iohhb-services__item {
    border-bottom: 2px solid #D9DFE2;
    text-align: center
}

.iohhb-services__item-head {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'HelveticaNeue-CondensedBold';
    color: #007CBB;
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.iohhb-services__item-head:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #007CBB;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.iohhb-services__item-head:last-child:after {
    content: none
}

.iohhb-services__item-head.active {
    color: #3EC365
}

.iohhb-services__item-head.active:after {
    border-color: transparent transparent transparent #3EC365;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg)
}

.iohhb-services__item-head:hover {
    color: #3EC365
}

.iohhb-services__item-head:hover:after {
    border-color: transparent transparent transparent #3EC365
}

.iohhb-services__item-body {
    display: none
}

.iohhb-services__link {
    display: block;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    margin-bottom: 13px;
    font-size: 16px
}

.iohhb-services__link:hover {
    color: #007CBB
}

.iohhb-services__link.active {
    color: #3EC365
}

.iohhb-cost {
    margin-bottom: 112px
}

.iohhb-cost .title {
    margin-bottom: 35px
}

.iohhb-cost .tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
    margin: 0 0 10px;
    flex-wrap: wrap;
}

@media screen and (max-width: 550px) {
    .iohhb-cost .tabs-nav {
        overflow-x: scroll
    }
}

.iohhb-cost .tabs-nav a {
    font-family: 'HelveticaNeue-CondensedBold';
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    color: #007CBB
}

@media screen and (max-width: 768px) {
    .iohhb-cost .tabs-nav a {
        font-size: 14px
    }
}

.iohhb-cost .tabs-nav li {
    padding: 10px 15px 10px 15px;
    -ms-flex-preferred-size: calc(96% / 5);
    flex-basis: calc(96% / 5);
    border: 2px solid #D9DFE2;
    margin: 0 1% 10px 0;
    text-align: center;
    border-radius: 5px;
}

.iohhb-cost .tabs-nav li:nth-child(5n) {
    margin-right: 0;
}

.iohhb-cost .tabs-nav li.active {
    background-color: #D9DFE2;
    border-bottom: 1px solid #D9DFE2
}

@media screen and (max-width: 768px) {
    .iohhb-cost .tabs-nav li {
        padding: 5px 10px
    }
}

.iohhb-cost .tab-pane {
    text-align: left;
    display: none;
    padding: 50px 20px;
    border-radius: 0 0 5px 5px
}

.iohhb-cost .tab-pane.active {
    background-color: #D9DFE2;
    display: block
}

@media screen and (max-width: 1080px) {
    .iohhb-cost .tab-pane {
        padding: 30px 20px
    }
}

.iohhb-cost__title {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    color: #007CBB;
    font-family: 'HelveticaNeue-CondensedBold';
    margin: 15px 0
}

@media screen and (max-width: 768px) {
    .iohhb-cost__title {
        font-size: 14px
    }
}

.iohhb-cost p {
    color: #7D8F96;
    font-size: 12px;
    line-height: 1.4
}

.iohhb-cost a {
    color: #007CBB
}

.iohhb-cost__foot {
    text-align: right;
    margin-top: 30px;
    position: relative
}

.iohhb-cost__sum {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

.iohhb-cost__sum span {
    display: inline-block;
    margin: 0 5px
}

.iohhb-cost__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width: 768px) {
    .iohhb-cost__inner {
        display: block
    }
}

.iohhb-cost__img {
    margin-left: 10px;
    margin-bottom: 10px
}

@media screen and (max-width: 768px) {
    .iohhb-cost__img {
        margin: auto
    }
}

.iohhb-cost__buy {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding: 13px 40px 12px;
    width: auto;
    color: #fff;
    background: #26bd54;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    opacity: .9;
    cursor: pointer;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.iohhb-cost__buy:hover {
    opacity: 0.7
}

.iohhb-cost__text {
    height: 320px;
    overflow: hidden;
    position: relative
}

.iohhb-cost__text:after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: -5px;
    z-index: 3;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(217, 223, 226, 0)), color-stop(65%, #d9dfe2), to(#d9dfe2));
    background: -o-linear-gradient(top, rgba(217, 223, 226, 0) 1%, #d9dfe2 65%, #d9dfe2 100%);
    background: linear-gradient(to bottom, rgba(217, 223, 226, 0) 1%, #d9dfe2 65%, #d9dfe2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d9dfe2', endColorstr='#d9dfe2', GradientType=0)
}

.iohhb-cost__text.active {
    height: auto
}

.iohhb-cost__text.active:after {
    opacity: 0
}

.iohhb-cost__text.active a {
    color: #007CBB;
    text-decoration: underline;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.iohhb-cost__text.active a:hover {
    text-decoration: none
}

.iohhb-cost .more {
    display: block;
    position: absolute;
    color: #444;
    left: 0;
    top: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.iohhb-cost .more:hover {
    text-decoration: underline
}

.order-installation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #D9DFE2;
    margin-top: 15px
}

.order-installation__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order-installation__col {
    padding-left: 10px
}

.order-installation__btn {
    padding-left: 10px
}

.order-installation__title {
    font-size: 14px;
    color: #3383C7;
    text-transform: uppercase;
    font-weight: bold
}

.order-installation__price {
    color: #3EC365;
    font-size: 14px
}

.order-installation__form input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.order-installation__form input:checked+span {
    background-color: #3ec365
}

.order-installation__form input:checked+span:before {
    opacity: 1
}

.order-installation__form span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #3ec365;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

.order-installation__form span:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 0;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

@media screen and (min-width: 1200px) {
    .iohhb_page .single_item .seo .left_items h3.iohhb-examples-work__tit {
        left: auto;
        right: -10px;
        width: 191%
    }
    .iohhb_page .container {
        max-width: 1200px;
        width: 1200px
    }
    .iohhb_page .catalog .container,
    .iohhb_page header .container,
    .iohhb_page .nav .container {
        max-width: 1000px
    }
    .iohhb_page .iohhb-steps .container {
        width: 100%
    }
    .iohhb_page .slider1 .slick-dots {
        max-width: 100px;
        overflow: hidden
    }
}

@media screen and (max-width: 1200px) {
    .iohhb_page .container {
        max-width: 100%;
        padding: 0 15px
    }
    .iohhb_page .nav .container {
        padding: 16px 15px
    }
    .iohhb_page .catalog .container {
        padding: 0
    }
    .iohhb-cost {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 1250px) {
    .single_item .seo .container {
        padding: 0;
        width: 100%
    }
}

.catalog__desc {
    display: none
}

.vozdukhovody .catalog__desc {
    display: block;
    background-color: #FFCD33;
    text-align: center;
    font-weight: bold;
    padding: 3px 10px
}

.vozdukhovody .catalog__desc span {
    text-transform: uppercase
}

.vozdukhovody .aside#left {
    display: none
}

.vozdukhovody .models_list>.wrap {
    max-width: 780px;
    margin: auto
}

@media screen and (max-width: 767px) {
    .iohhb_page .single_item .seo .left_items h3 {
        font-family: 'HelveticaNeue-CondensedBold';
        text-align: left
    }
}


/*# sourceMappingURL=maps/main.css.map */