

/* Start:/local/templates/himprom/components/bitrix/breadcrumb/main/style.css?17683012691702*/
.bx-breadcrumb {
	margin-bottom: 1rem;
}
.bx-breadcrumb i {
	color: rgba(47, 81, 99, 0.3);
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
.bx-breadcrumb .bx-breadcrumb-item {
	position: relative;
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	font-weight: 500;
	vertical-align: middle;
	margin-right: 10px;
	color: rgba(47, 81, 99, 0.6);
}

.bx-breadcrumb .bx-breadcrumb-item a {
	display: inline-block;
	position: relative;
}
.bx-breadcrumb .bx-breadcrumb-item a span {
	color: rgba(47, 81, 99, 0.6);
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-weight: 500;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover span{
	color: #00A86C;
}

.bx-breadcrumb .bx-breadcrumb-item span {
	position: relative;
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	color: rgba(47, 81, 99, 0.8);
	letter-spacing: 0.07em;
}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}


.bx-breadcrumb-logo {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    position: relative;
    top: -3px;
}

.bx-breadcrumb-logo:hover {
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.cover-first-screen .bx-breadcrumb .bx-breadcrumb-item a span {
	color: rgba(255, 255, 255, 0.6);
}
.cover-first-screen .bx-breadcrumb .bx-breadcrumb-item span {
	color: #fff;
}
.cover-first-screen .bx-breadcrumb i {
	position: relative;
	color: rgba(255, 255, 255, 0.35);
}

.cover-first-screen .bx-breadcrumb .bx-breadcrumb-item a:hover span {
	color: #00A86C;
}
/* End */


/* Start:/local/templates/himprom/components/bitrix/news.list/principles/style.css?1768301269443*/
.principles {
	margin-top: 3.1rem;
}
.principle-item {
	text-align: left;
	margin-bottom: 50px;
}
.principle-item img {
	margin-bottom: 26px;
}
.principle-item_title {
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	color: #2F5163;
	margin-bottom: 10px;
}
.principle-item_desc {
	line-height: 24px;
	font-size: 14px;
	color: rgba(47, 81, 99, 0.7);
}

@media all and (max-width:767px) {
	.principle-item {
		text-align: center;
	}
}
/* End */


/* Start:/local/templates/himprom/components/bitrix/news.list/complex_preview_en/style.css?17683012693253*/
.complex-item {
	position: relative;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid rgba(47, 81, 99, 0.15);
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 40px;
	z-index: 1;
	height: 254px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.complex-item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url('/local/templates/himprom/components/bitrix/news.list/complex_preview_en/img/romb-bg.svg') no-repeat right bottom / cover, #00A86C;
	opacity: 0;
	transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
}
.complex-item picture {
	display: inline-flex;
	width: 100px;
	height: 100px;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	right: 10px;
	top: 10px;
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
}
.complex-item img {
	max-width: 100px;
	max-height: 100px;
}

.complex-item__count {
	position: absolute;
	top: 35px;
	left: 40px;
	line-height: 34px;
	font-size: 20px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #C8D4DA;
	opacity: 1;
}
.complex-item__content {
	position: absolute;
	bottom: 35px;
	left: 40px;
	right: 40px;
}
.complex-item__title {
	position: relative;
	/*padding-top: 100px;*/
	font-weight: 600;
	line-height: 26px;
	font-size: 18px;
	color: #2F5163;
	margin-bottom: 12px;
}
.complex-item__city {
	position: relative;
	font-weight: 500;
	line-height: 20px;
	font-size: 14px;
	color: rgba(47, 81, 99, 0.7);
}
.complex-item__more {
	display: inline-block;
	position: absolute;
	opacity: 0;
	bottom: 10px;
	left: 40px;
	padding-right: 40px;
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	color: #fff;
}
.complex-item__more:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 30px;
	height: 6px;
	background: url('/local/templates/himprom/components/bitrix/news.list/complex_preview_en/img/white-arrow.svg') no-repeat center;
}

@media all and (max-width:1599px) {
	.complex-item picture {
		width: 90px;
		height: 90px;
	}
	.complex-item img {
		max-width: 90px;
		max-height: 90px;
	}
}

@media all and (max-width:767px) {
	.complex-item {
		padding: 30px 15px;
		height: unset;
	}
	.complex-item__count {
		position: unset;
		margin-bottom: 30px;
	}
	.complex-item__content {
		position: unset;
	}
	.complex-item picture {
		width: 70px;
		height: 70px;
	}
	.complex-item img {
		max-width: 70px;
		max-height: 70px;
	}
}

@media all and (min-width: 991px) {
	.complex-item:hover:before {
		opacity: 1;
	}
	.complex-item:hover .complex-item__count {
		opacity: 0;
	}
	.complex-item:hover picture {
		opacity: 0;
	}
	.complex-item:hover .complex-item__content {
		bottom: 100px;
	}
	.complex-item:hover .complex-item__title {
		color: #fff;
		/*padding-top: 0;*/
	}
	.complex-item:hover .complex-item__city {
		color: rgba(255, 255, 255, 0.8);
	}
	.complex-item:hover .complex-item__more {
		transition-delay: .25s;
		opacity: 1;
		bottom: 35px;
	}
}
/* End */
/* /local/templates/himprom/components/bitrix/breadcrumb/main/style.css?17683012691702 */
/* /local/templates/himprom/components/bitrix/news.list/principles/style.css?1768301269443 */
/* /local/templates/himprom/components/bitrix/news.list/complex_preview_en/style.css?17683012693253 */
