

/* 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/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 */
