

/* Start:/local/templates/mhi/components/bitrix/news/mhi.objects/bitrix/news.detail/objects.detail/style.css?16379252407127*/
section.object-detail,
section.objects-similar-equipment {
    padding: 20px 0;
}

.object-detail h1 {
    text-align: center;
}

.object-detail .row {
    display: flex;
    flex-direction: column;
}
.title-h1 .col-xs-12 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-bottom: 15px;
}
.title-section-link {
    font-size: 13px;
    text-align: right;
    margin-bottom: 10px;
}
.object-detail__data-big {
    display: grid;
}
.object-detail__data-big-1 {
    grid-template-columns: 1fr;
}
.object-detail__data-big-2 {
    grid-template-columns: repeat(2, 1fr);
}
.object-detail__data-big-3 {
    grid-template-columns: 3fr 2fr 2fr;
}
.object-detail__big-item {
    text-align: center;
}
.object-detail__big-item__title {
    height: 1.25em;
    font-size: 40px;
    line-height: 1.2em;
    color: #d81718;
}
.object-detail__big-item__text {
    font-size: 12px;
    color: #797979;
}
.object-detail__data-box {
    font-size: 12px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    background: #fff;
    margin: 30px 0;
    border-radius: 0;
    display: grid;
    grid-template-columns: 2fr 2fr 3fr;
    padding: 30px 35px 45px;
    grid-row-gap:20px;
}
.object-detail__data-box-5 {
    grid-template-columns: repeat(2, 1fr);
}
.object-detail__box-item__COMPANY {
    grid-column: 1/3;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c4c4c4;
}
.object-detail__box-item__OBJECT_TYPE {
    grid-column: 1/4;
}
.object-detail__box-item__EQUIPMENT_TYPE {
    grid-column: 1/4;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}
.object-detail__box-item__title {
    color: #202329;
}
.object-detail__box-item__elements {
    margin: 5px 0 0;
}
.object-detail__filter-element {
    color: #d81718;
    font-weight: 700;
}
.object-img-big-wrapper {
    padding-top: 80%;
    position: relative;
}
.object-img-big-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.object-img-small-wrapper {
    margin: 15px 0;
}
.object-img-small-line {
    display: flex;
}
.object-img-small-img {
    flex: 1 1 auto;
    height: 15px;
    border-radius: 5px;
     outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.object-img-small-img.active::after {
    background-color: #2A4C6B;
}
.object-img-small-img + .object-img-small-img {
    margin-left: 5px;
}
.object-img-small-img::after {
    content: '';
    height: 5px;
    width: calc(100% - 10px);
    background-color: #d8d8d8;
    border-radius: 5px;
}
.object-img-small-img img {
    display: none;
}
.double-column {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.gallery-thumb {
    padding-top: 80%;
}
.gallery-top {
    margin-bottom: 20px;
    position: relative;
    padding-top: 90%;
    border: 1px solid #c4c4c4;
}
.gallery-top .gallery-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.object-img {
    position: relative;
    margin-bottom: 90px;
}
.object-img__counter {
    bottom: -37px;
}


@media all and (min-width: 450px) {
    .object-detail__big-item__title {
        font-size: 40px;
    }
    .object-detail__box-item {
        flex: 0 0 100%;
    }
    .object-detail__box-item__INSTALLED_EQIUP .object-detail__box-item__elements {
        display: flex;
        justify-content: space-between;
    }
    .object-detail__box-item__INSTALLED_EQIUP .object-detail__filter-element + .object-detail__filter-element {
        margin-left: 20px;
    }
    .object-detail__box-item__OBJECT_TYPE {
        display: flex;
    }
    .object-detail__box-item__OBJECT_TYPE .object-detail__box-item__elements {
        margin-top: 0;
        margin-left: 20px;
    }
    .object-detail__box-item__CITY,
    .object-detail__box-item__COUNTRY {
        flex: 0 0 50%;
    }
}


@media all and (min-width: 576px) {
    section.breadcrumb + section.title-h1 {
        padding-bottom: 0;
    }
    .title-h1 .col-xs-12 {
        flex-direction: column;
    }
    .title-h1 h1 {
        font-size: 40px;
    }
    .object-detail h1 {
        margin-top: 0;
        text-align: left;
    }
    .object-img__counter.carousel-counter {
        left: 110px;
    }
    .object-img-small-wrapper {
        overflow: hidden;
    }
    .object-img-small-line {
        justify-content: flex-start;
    }
    .object-img-small-img {
        width: unset;
        height: unset;
        flex: 0 0 auto;
    }
    .object-img-small-img + .object-img-small-img {
        margin-left: 20px;
    }
    .object-img-small-img::after {
        display: none;
    }
    .object-img-small-img img {
        display: block;
    }
    .double-column {
        font-size: 15px;
    }
}

@media all and (min-width: 768px) {
    section.breadcrumb + section.title-h1 {
        padding-bottom: 10px;
    }
    .object-detail .row {
        flex-direction: row;
    }
    .object-detail__data-box {
        font-size: 14px;
    }
    .object-detail__data-big-3 {
        grid-template-columns: 2fr 1fr 1fr;
    }
    .double-column {
        columns: 2;
        -moz-columns: 2;
        -webkit-columns: 2;
    }
}

@media all and (min-width: 992px) {
    section.breadcrumb + section.title-h1 {
        padding-bottom: 20px;
    }
    .title-h1 .col-xs-12 {
        flex-direction: row;
        align-items: flex-end;
    }
    .object-detail h1 {
        margin-bottom: 50px;
    }
    .title-section-link {
        flex: 0 0 160px;
    }
    .title-section-link a {
        color: #2A4C6B;
        text-decoration: underline;
    }
    .object-detail__data-big-3 {
        grid-template-columns: 3fr 2fr 2fr;
    }
    .object-img-big-wrapper {
        padding-top: 70%;
    }
    .object-detail__data-box {
        font-size: 15px;
    }
    .object-detail__big-item__title {
        font-size: 45px;
    }
    .object-detail__big-item__text {
        font-size: 14px;
    }
    .object-img__counter.carousel-counter {
        left: 130px;
    }
    .double-column {
        margin-top: 20px;
    }
}

@media all and (min-width: 1200px) {
    .object-detail__big-item__title {
        font-size: 50px;
    }
    .object-detail__big-item__text {
        font-size: 15px;
    }
    .object-detail__data-box-5 {
        grid-template-columns: repeat(3, 1fr);
    }
    .object-detail__box-item__COMPANY {
        grid-column: 3/4;
        margin-top: 0;
        padding-top: 0;
        border-top: none;
    }
    .object-img__counter.carousel-counter {
        left: 160px;
    }
}

/* End */


/* Start:/local/templates/mhi/assets/css/owl.carousel.min.css?16379252403351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/mhi/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/mhi/assets/css/owl.theme.default.min.css?16379252401013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/local/templates/mhi/components/bitrix/news.list/mhi.objects.similar.list/style.css?16379252401974*/
.objects-list__wrapper {
    display: grid;
    grid-row-gap: 15px;
    margin-bottom: 15px;
}
.objects-item a {
    display: flex;
    flex-direction: column;
    padding: 0 0 15px;
    position: relative;
}
.objects-item a::before {
    content: '';
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    right: 0;
    bottom: 15px;
    transition: 0.3s ease;
    z-index: -1;
}
.objects-img-container {
    padding-bottom: 72%;
    position: relative;
    background-color: #2a4c6b;
}
.objects-img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}
.objects-inside-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-align: center;
}
.objects-city {
    font: 400 15px/1.2em Roboto;
    margin-bottom: 15px;
    padding: 0 30px;
}
.objects-power {
    font-size: 50px;
}
.objects-text-h4 {
    padding: 0 20px 20px;
    font-weight: 700;
    text-align: center;
}
.objects-item a:hover::before {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}

@media all and (min-width: 768px) {
    .objects-list__wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin-bottom: 20px;
    }
    .objects-item a {
        height: 100%;
        padding: 0;
    }
    .objects-item a::before {
        top: 0;
        bottom: 0;
    }
    .objects-text-box {
        overflow: hidden;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 15px;
    }
}

@media all and (min-width: 992px) {
    .objects-list__wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        margin-bottom: 30px;
    }
}

/* End */
/* /local/templates/mhi/components/bitrix/news/mhi.objects/bitrix/news.detail/objects.detail/style.css?16379252407127 */
/* /local/templates/mhi/assets/css/owl.carousel.min.css?16379252403351 */
/* /local/templates/mhi/assets/css/owl.theme.default.min.css?16379252401013 */
/* /local/templates/mhi/components/bitrix/news.list/mhi.objects.similar.list/style.css?16379252401974 */
