

/* Start:/local/templates/mhi/components/bitrix/news/mhi.objects/bitrix/catalog.section.list/.default/style.css?16379252409604*/
.objectlist-title__box {
    text-align: center;
    margin-bottom: 50px;
}
.objectlist-title__box .background__inner {
    background-position: center 5vw;
    background-size: auto 130%;
}
.title__btn-row {
    margin: 40px 0 100px;
    display: flex;
    justify-content: center;
}
.objectlist-title__box + .objectlist-with-background {
    z-index: 1;
}
.objectlist-with-background .background-title__wrapper {
    top: 0;
}
.objectlist-with-background .bt-from-left {
    top: -5vw;
    right: 40vw;
    border-top-color: transparent;
}
.objectlist-title__box + .objectlist-with-background .bt-from-left::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 10px;
    background: rgba(229, 229, 229, 0.6);
}
.objectlist-with-background .background__inner {
    background-size: auto 100%;
}
.objectlist__section-box {
    text-align: center;
}
.objectlist-with-background .objectlist__section-box {
    color: #fff;
    padding-top: 30px;
}
.after-objectlist + .objectlist-with-background {
    margin-top: 50px;
}
.objectlist-section h2 {
    margin-top: 0;
    text-transform: uppercase;
    padding: 0 10vw;
}
.objectlist-with-background h2 {
    color: #fff;
}
.objectlist__section-items-wrapper {
    position: relative;
    margin: 30px 0 -20px;
}
.objectlist-with-background .objectlist__section-items-wrapper {
    margin: 30px 0 60px;
}
.objectlist__item {
    position: relative;
    padding-top: 110%;
    display: block;
}
.objectlist__item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8));
 }
.objectlist__item-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 50px;
    color: #fff;
    z-index: 2;
}
.objectlist__item-name {
    font-weight: 700;
}
.objectlist__item-power {
    font-size: 27px;
    margin: 15px 0 22px;
}
.objectlist__item-btn .btn {
    width: 190px;
}
.objectlist__section-items-wrapper .carousel-counter {
    bottom: -38px;
}
.objectlist-with-background .owl-carousel .owl-nav button.owl-next {
    background:  url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODUwMzhlLTA3IDguMzA3OTRMMjAuODQ5NSA4LjMwNzk0TDE1LjI1NzcgMTMuODQxMUwxNi40MTI0IDE1TDI0IDcuNDkxODRMMTYuNDEyNCAyLjkwMzQzZS0wN0wxNS4yNTc3IDEuMTQyNTVMMjAuODQ5NSA2LjY3NTc0TDcuMjc3M2UtMDcgNi42NzU3M0w1Ljg1MDM4ZS0wNyA4LjMwNzk0WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==") no-repeat center center / contain;
}
.objectlist-with-background .owl-carousel .owl-nav button.owl-prev {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0IDYuNjkyMDZIMy4xNTA1Mkw4Ljc0MjI3IDEuMTU4ODdMNy41ODc2MyAwTDAgNy41MDgxNkw3LjU4NzYzIDE1TDguNzQyMjcgMTMuODU3NUwzLjE1MDUyIDguMzI0MjZIMjRWNi42OTIwNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=") no-repeat center center / contain;
}
.objectlist-with-background .owl-carousel .owl-dots button::after {
    background: #fff;
}

.after-objectlist__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.after-objectlist__title {
    color: #d81718;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2em;
    padding: 0 5vw;
}
.after-objectlist__btn {
    margin-top: 20px;
}
.after-objectlist__btn .btn {
    width: 200px;
}


@media all and (min-width: 450px) {
    .objectlist-with-background .objectlist__section-box {
        padding-top: 10vw;
    }
    .objectlist__item {
        padding-top: 50%;
        margin-bottom: 100px;
    }
    .objectlist__section-grid-4 .objectlist__item {
        padding-top: 125%;
    }
    .objectlist__item-inner {
        padding: 0 10px;
        bottom: -70px;
    }
    .objectlist__item-power {
        margin: 15px 0 50px;
        font-size: 40px;
        line-height: 1.2em;
    }
    .after-objectlist {
        margin-top: -5vw;
    }
    .objectlist-with-background + .after-objectlist {
        margin-top: 5vw;
    }
    .objectlist-with-background .objectlist__section-items-wrapper {
        margin-bottom: 15vw;
    }
}


@media all and (min-width: 768px) {
    .objectlist-title__box {
        text-align: left;
    }
    .objectlist-title__box .colored::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, transparent 100%);
    }
    .objectlist-title__box .background__inner {
        background-size: auto 75%;
        background-position: center bottom;
    }
    .objectlist-title__container h1 {
        margin-bottom: 10px;
    }
    .objectlist-title__container {
        padding-right: 40%;
    }
    .objectlist-with-background .bt-from-left {
        top: 0;
    }
    .title__btn-row {
        justify-content: flex-start;
    }
    .objectlist__section-box {
        text-align: left;
    }
    .after-objectlist + .objectlist-with-background .objectlist__section-box {
        padding-top: 50px;
    }
    .objectlist-section h2 {
        padding: 0;
    }
    .objectlist__section-items {
        display: grid;
        grid-gap: 20px;
    }
    .objectlist__section-grid-3 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .objectlist__section-grid-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .objectlist__item {
        padding-top: 35%;
        margin-bottom: 0;
    }
    .objectlist__section-grid-3 .objectlist__item:last-child {
        grid-column: 1/3;
    }
    .objectlist__section-grid-4 .objectlist__item {
        padding-top: 70%;
    }
    .objectlist__item-inner {
        bottom: 0;
    }
    .objectlist__item-btn {
        display: none;
    }
    .objectlist__item-name {
        text-align: center;
    }
    .objectlist__section-items-wrapper .carousel-counter {
        display: none;
    }
    .objectlist-with-background .objectlist__section-items-wrapper {
        margin-bottom: 0;
    }
    .after-objectlist__box {
        flex-direction: row;
        text-align: left;
        justify-content: space-between;
        padding-right: 50px;
    }
    .after-objectlist__title {
        padding: 0 50px 0 0;
    }
    .after-objectlist__btn {
        margin-top: 0;
    }
}

@media all and (min-width: 992px) {
    .objectlist-title__box {
        padding-bottom: 120px;
        margin-bottom: 100px;
    }
    .objectlist-title__container {
        padding-right: 50%;
    }
    .objectlist__section-head h2 {
        padding-right: 50%;
    }
    .objectlist__section-grid-4 {
        grid-template-columns: 14fr 11fr 8fr;
        grid-template-rows: 3fr 2fr;
    }
    .objectlist__section-grid-4 .objectlist__item:nth-child(1) {
        grid-row: 1/3;
    }
    .objectlist__section-grid-4 .objectlist__item:nth-child(2) {
        grid-row: 1/3;
    }
    .objectlist__section-grid-4 .objectlist__item:nth-child(1) .objectlist__item-btn,
    .objectlist__section-grid-4 .objectlist__item:nth-child(2) .objectlist__item-btn {
        display: flex;
        margin-bottom: 30px;
    }
    .objectlist__section-grid-4 .objectlist__item:nth-child(3) {
        padding-top: 105%;
    }
    .objectlist__item-power {
        margin-bottom: 15px;
    }
    .objectlist-with-background .objectlist__section-items-wrapper {
        margin-bottom: -50px;
    }
    .objectlist__section-grid-3 {
        grid-template-columns: 2fr 3fr;
        grid-template-rows: 12fr 13fr;
    }
    .objectlist__section-grid-3 .objectlist__item:nth-child(3) {
        grid-row: 1/3;
        grid-column: 2/3;
    }
    .objectlist__section-grid-3 .objectlist__item:nth-child(3) .objectlist__item-inner {
        top: unset;
        bottom: 15px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }
    .objectlist__section-grid-3 .objectlist__item:nth-child(3) .objectlist__item-btn {
        display: flex;
        grid-column: 2/3;
        grid-row: 1/3;
    }
    .objectlist__section-grid-3 .objectlist__item:nth-child(3) .objectlist__item-name {
        padding: 0 10%;
    }
    .objectlist__section-grid-3 .objectlist__item {
        padding-top: 50%;
    }
}

@media all and (min-width: 1200px) {
    .objectlist-with-background .objectlist__section-items-wrapper {
        margin-bottom: -120px;
    }
    .after-objectlist + .objectlist-with-background .objectlist__section-items-wrapper {
        margin-bottom: -50px;
    }
    .after-objectlist {
        margin-top: -30px;
    }
    .objectlist-with-background + .after-objectlist {
        margin-top: 70px;
    }
    .after-objectlist + .objectlist-with-background + .after-objectlist {
        margin-top: 0;
    }
}

@media all and (min-width: 1450px) {
    .objectlist-with-background .background__inner {
        background-position: center;
    }
}


/* 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/mhi.objects/bitrix/news.list/objects.filter/style.css?16379252407067*/
.objects-filter-wrapper .box-label::before {
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
    flex: 0 0 auto;
}
.objects-filter-wrapper {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}
.objects-filter-wrapper .input-box {
    flex: 1 1 auto;
    padding-bottom: 20px;
}
.objects-filter-wrapper .data-input-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent;
    display: none;
    transition: 0.3s ease;
}
.objects-filter-wrapper .input-box:hover .data-input-wrapper {
    display: block;
}
.objects-filter-btn {
    display: flex;
    align-items: center;
    margin: 10px auto;
}
.objects-filter-btn .btn-box {
    margin-left: 20px;
    position: relative;
    width: 47px;
    height: 47px;
}
.object-filter-container.opened {
    padding-bottom: 25px!important;
}
.object-filter-opener {
    cursor: pointer;
}
.object-filter-body {
    display: none;
}
.object-filter-container.opened .object-filter-body {
    display: block;
}

.btn-submit {
    position: relative;
    overflow: hidden;
}
.btn-reset {
    overflow: hidden;
    color: transparent!important;
    width: 47px!important;
    padding: 12px!important;
    position: absolute;
    top: 0;
    left: 0;
}
.btn-reset::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
	background-color: #015fa5;
	transition: 0.3s ease;
}
.btn-reset:hover {
    width: unset!important;
    padding: 12px 20px!important;
    color: #fff!important;
    left: -10px;
}
.btn-reset:hover::after{
    display: none;
}
.search-objects {
    padding-top: 0!important;
}
.btn-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-objects-result-box {
    position: absolute;
    top: 41px;
    left: -15px;
    right: 0;
    height: 0;
    z-index: 100;
    overflow: hidden;
}
.search-objects-result {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}
.search-objects-result img {
    display: block;
    margin: 0 auto;
}
.shown .search-objects-result-box {
    width: 100vw;
    padding: 10px 15px;
}
.search-result-show-found {
    cursor: pointer;
    text-align: right;
    font-style: italic;
}
.search-objects-result a:hover {
    text-decoration: underline;
}
.search-result-show-found:hover {
    text-decoration: underline;
}
.object-detail__filter-element {
    cursor: pointer;
}
.object-detail__filter-element-empty {
    text-decoration: none;
    cursor: default;
}
.objects-filter .container {
    display: flex;
}
.objfilter__subtitle {
    text-align: center;
}
.objfilter__title {
    text-align: center;
    margin-top: 0;
}
.object-filter-container {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    width: 100%;
    padding: 60px 33px;
}
.object-filter-container h2 {
    text-align: center;
    margin: 0;
}
.data-head-div {
    color: #797979;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 12px 20px 12px 40px;
    border-bottom: 1px solid #787878;
    text-align: center;
}
.data-head-div::after {
    content: '';
    position: relative;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #787878;
    border-left: 1px solid #787878;
    transform: rotate(-45deg) translateY(-1px);
    margin-left: 20px;
}
.data-input-outer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 15;
    background: #fff;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    padding: 20px;
}
.data-input-div {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    border-radius: 3px;
    padding: 0 13px;
    overflow: auto;
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    padding-right: 20px;
}
.data-input-div input {
    display: none;
}
.data-input-div::-webkit-scrollbar-track{
    border: 2px solid #d8d8d8;
    background-color: #d8d8d8;
    border-radius: 8px;
}
.data-input-div::-webkit-scrollbar {
    width: 4px;
    background-color: #d8d8d8;
    border-radius: 8px;
}
.data-input-div::-webkit-scrollbar:vertical {
    width: 4px;
    background-color: #D81718;
    border-radius: 8px;
}
.data-input-div::-webkit-scrollbar:horizontal {
    display: none;
}
.data-input-div::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 2px solid #D81718; 
    background-color: #D81718;
}
.objects-filter-btn {
    margin: 20px auto 0;
}
.objects-filter-btn .btn {
    width: 210px;
}
.search_result_h3 {
    margin-top: 0;
}
#object-list-main {
    margin-bottom: 50px;
}
@media all and (min-width: 576px) {
    .objects-filter-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }
    .objects-filter-btn {
        grid-column: 1/3;
    }
}

@media all and (min-width: 768px) {
    .objfilter__subtitle {
        text-align: left;
    }
    .objfilter__title {
        text-align: left;
        margin-top: 0;
    }
    .object-filter-container {
        padding: 25px 60px;
    }
    .object-filter-container h2 {
        text-align: left;
    }
    .data-head-div {
        padding: 12px 5px 12px 25px;
    }
    .objects-filter-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }
    .objects-filter-wrapper .data-input-wrapper {
        min-width: 100%;
    }
    .objects-filter-btn {
        margin-bottom: 15px;
        grid-column: 1/3;
    }
    .objects-filter-btn .btn-box {
        width: 37px;
        height: 37px;
    }
    .btn-reset {
        width: 37px!important;
        padding: 7px!important;
    }
    .btn-reset:hover {
        padding: 7px 20px!important;
    }
    .object-filter-body {
        display: block;
    }
    .shown .search-objects-result-box {
        width: 450px;
    }
}

@media all and (min-width: 992px) {
    .object-filter-container {
        padding: 25px 60px;
    }
    .objects-filter-wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 20px;
    }
    .objects-filter-wrapper .input-box.COUNTRY {
        grid-row: 2/3;
    }
    .objects-filter-btn {
        grid-column: 3/4;
        grid-row: 1/3;
        margin-bottom: -15px;
    }
    .objects-filter-btn .btn-box {
        width: 47px;
        height: 47px;
    }
    .btn-reset {
        width: 47px!important;
        padding: 12px!important;
    }
    .btn-reset:hover {
        padding: 12px 20px!important;
    }
}

@media all and (min-width: 1200px) {
    .object-filter-container h2,
    .objfilter__title {
        font-size: 30px;
    }
    .objects-filter-wrapper .input-box.COUNTRY {
        grid-column: 1/2;
    }
}


/* End */


/* Start:/local/templates/mhi/components/bitrix/news/mhi.objects/bitrix/news.list/objects.list/style.css?16379252402987*/


.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;
    margin-bottom: 20px;
}
.objects-img-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.objects-img-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 35, 41, 0.3);
}
.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-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0 30px;
}
.objects-power {
    font-size: 50px;
}
.objects-text-h4 {
    padding: 0 20px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #2a4c6b;
    text-align: center;
}
.objects-item a:hover::before {
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}
.objects-list-btn {
    padding: 0 15px 50px;
}
.objects-list-btn .btn {
    margin: 0 auto;
    max-width: 250px;
    outline: none;
}
.title__simple.objectsection-title__box {
    padding-bottom: 0;
}
.objectsection-title__box {
    text-align: center;
}
.objectsection-title__box .title__btn-row {
    display: flex;
    justify-content: center;
    margin: 30px 0 50px;
}

@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;
    }
    .objectsection-title__box {
        text-align: left;
    }
    .objectsection-title__box h1 {
        padding-right: 50%;
    }
    .objectsection-title__box .title__btn-row {
        justify-content: flex-start;
    }
}

@media all and (min-width: 992px) {
    .objects-list__wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        margin-bottom: 30px;
    }
}

@media all and (min-width: 1450px) {
    .objectsection-title__box .background__inner {
        background-position: center bottom;
        background-size: auto 70%;
    }
}
/* End */


/* Start:/local/templates/mhi/assets/css/add_object.css?16379252404690*/
.addobject {
    padding: 0 0 1100px;
    margin-bottom: -100px;
}
.addobject .colored::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(32, 35, 41, 0.7);
}
.addobject .background__inner {
    background-size: auto 100%;
}
.addobject .background-addon.bt-from-left {
    top: 0;
    right: 20vw;
    height: 200px;
    border-top-width: 15px;
}
.addobject__wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}
.addobject__first {
    text-align: center;
    padding-bottom: 40px;
    flex: 0 0 45%;
    color: #fff;
}
.addobject__title {
    font: 400 9vw/1.2em 'Brutal Type';
    margin-top: 40px;
}
.addobject__second {
    flex: 0 0 55%;
    display: flex;
    justify-content: center;
    width: 100%;
}
.addobject__form {
    width: 100%;
}
.web-form-15-box .web-form__btn-row {
    display: flex;
    justify-content: center;
}
.web-form-15-box .web-form__btn-row .btn {
    width: 200px;
}

.web-form-15-box .modal_alert {
    top: 23px;
    left: 50%;
    margin-left: -40px;
}
.web-form-15-box .main-user-consent-request-announce-link {
    color: #fff;
}


@media all and (min-width: 450px) {
    .addobject__title {
        font-size: 40px;
    }
}

@media all and (min-width: 520px) {
    .web-form-15-box form {
        grid-template-columns: repeat(2, 1fr);
    }
    .web-form-15-box .form_text_81,
    .web-form-15-box .form_text_82,
    .web-form-15-box .form_text_83,
    .web-form-15-box .form_text_84,
    .web-form-15-box .form_file_89,
    .web-form-15-box .web-form__btn-row,
    .web-form-15-box .input-box.AGREEMENT {
        grid-column: 1/3;
    }
}

@media all and (min-width: 576px) {
    .addobject {
        padding: 0 0 1150px;
        margin-bottom: -150px;
    }

}

@media all and (min-width: 768px) {
    .addobject {
        padding: 0 0 900px;
        margin-bottom: -100px;
    }
    .addobject .background-addon.bt-from-left {
        top: 8vw;
        height: 25vw;
        right: 50vw;
    }
    .addobject__first {
        padding-top: 80px;
        flex: 0 0 55%;
    }
    .addobject__title {
        margin-top: -40px;
    }
    .addobject__second {
        flex: 0 0 45%;
    }
    .web-form-15-box form {
        grid-template-columns: 2fr 1fr 1fr;
    }
    .web-form-15-box .form_text_81,
    .web-form-15-box .form_text_82,
    .web-form-15-box .form_text_83 {
        grid-column: 1/2;
    }
    .web-form-15-box .form_text_84 {
        grid-column: 2/4;
        grid-row: 1/2
    }
    .web-form-15-box .form_text_85 {
        grid-column: 2/3;
        grid-row: 2/3;
    }
    .web-form-15-box .form_text_86 {
        grid-column: 3/4;
        grid-row: 2/3
    }
    .web-form-15-box .form_file_89  {
        grid-column: 1/2;
        align-self: center;
    }
    .web-form-15-box .web-form__btn-row  {
        grid-column: 2/4;
    }
}

@media all and (min-width: 992px) {
    .addobject {
        padding: 0 0 800px;
    }
    .addobject .section-inner {
        top: 120px;
    }
    .addobject__wrapper {
        flex-direction: row;
        align-items: flex-start;
    }
    .addobject__first {
        padding-top: 80px;
        flex: 0 0 50%;
        text-align: left;
    }
    .addobject__title {
        font-size: 40px;
    }
    .addobject__second {
        flex: 0 0 50%;
    }
    .web-form-15-box form {
        grid-template-columns: repeat(2, 1fr);
    }
    .web-form-15-box .form_text_81,
    .web-form-15-box .form_text_82,
    .web-form-15-box .form_text_83,
    .web-form-15-box .form_text_84,
    .web-form-15-box .form_file_89,
    .web-form-15-box .web-form__btn-row {
        grid-column: 1/3;
    }
    .web-form-15-box .form_text_84 {
        grid-row: unset;
    }
    .web-form-15-box .form_text_85 {
        grid-column: 1/2;
        grid-row: unset;
    }
    .web-form-15-box .form_text_86 {
        grid-column: 2/3;
        grid-row: unset;
    }
}

@media all and (min-width: 1200px) {
    .addobject {
        padding: 0 0 900px;
    }
    .addobject .background-addon.bt-from-left {
        top: 12vw;
        height: 25vw;
    }
    .addobject .section-inner {
        top: 180px;
    }
    .addobject__wrapper {
        align-items: center;
    }
    .addobject__first {
        padding-top: 0;
        flex: 0 0 45%;
    }
    .addobject__title {
        font-size: 50px;
    }
    .addobject__second {
        flex: 0 0 45%;
    }
}


/* End */


/* Start:/local/templates/mhi/components/bitrix/main.userconsent.request/mhi/user_consent.css?16379252404297*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	width: 600px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

.checkbox-row.AGREE input {
	display: inline-block!important;
}
/* End */
/* /local/templates/mhi/components/bitrix/news/mhi.objects/bitrix/catalog.section.list/.default/style.css?16379252409604 */
/* /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/mhi.objects/bitrix/news.list/objects.filter/style.css?16379252407067 */
/* /local/templates/mhi/components/bitrix/news/mhi.objects/bitrix/news.list/objects.list/style.css?16379252402987 */
/* /local/templates/mhi/assets/css/add_object.css?16379252404690 */
/* /local/templates/mhi/components/bitrix/main.userconsent.request/mhi/user_consent.css?16379252404297 */
