

/* 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/security-work/style.css?1768301269935*/
.security-work {
	margin-top: 20px;
}
.security-item {
	border-radius: 4px;
	background: #FFFFFF;
	border: 1px solid rgba(47, 81, 99, 0.15);
	padding: 36px 38px 30px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}
.security-item__title {
	font-weight: 600;
	font-size: 18px;
	color: #2F5163;
	margin-bottom: 20px;
}
.security-item__desc {
	font-size: 14px;
	color: rgba(47, 81, 99, 0.7);
}
.security-item__count {
	position: absolute;
	right: 38px;
	top: 38px;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #C8D4DA;
}

.security-item__icon {
	position: absolute;
	top: 35px;
	right: 35px;
}

@media all and (max-width:1199px) {
	.security-item__icon {
		top: 38px;
		right: 30px;
	}	
}


@media all and (max-width:767px) {
	.security-item {
		height: unset;
		padding: 30px 15px;
	}
	.security-item__count {
		top: 34px;
	}
	.security-item__icon {
		top: 32px;
		right: 32px;
	}
}
/* End */


/* Start:/local/templates/himprom/components/bitrix/news.list/condition-files/style.css?17683012692763*/
.file-item {
    padding-left: 72px;
    min-height: 56px;
    font-weight: 500;
    margin: 1.5rem 0;
}
.file-item:before {
	content: url('/local/templates/himprom/assets/img/file-icon.svg');
	display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.file-item a {
	display: inline-block;
    text-decoration: none;
    font-size: 13px;
    color: #00A86C;
    line-height: 1.5;
}
.file-item .info {
	font-size: 13px;
    color: #2F5163;
    line-height: 1;
}
.file-item .info > span {
	color: rgba(47, 81, 99, 0.35);
}

.document-wrap {
    margin: 35px 0px 20px;
}

.document-wrap .document-block,
.document-wrap .document-object-block {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 4px;
}

.document-wrap .document-block .section-name,
.document-wrap .document-object-block .section-name {
    padding: 30px 72px 30px 38px;
    font-size: 16px;
    color: #2F5163;
    font-weight: 500;
    line-height: 22px;
}
.document-wrap .document-block .section-name > span,
.document-wrap .document-object-block .section-name > span {
    display: block;
}
.document-wrap .document-block .section-name::after,
.document-wrap .document-object-block .section-name::after {
    content: url('/local/templates/himprom/components/bitrix/news.list/condition-files/img/documents_arrow.svg');
    display: block;
    position: absolute;
    width: 12px;
    height: 8px;
    line-height: 8px;
    right: 40px;
    top: calc((100% - 8px) / 2);
    transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
}
.document-wrap .document-block.active .section-name::after,
.document-wrap .document-object-block .document-object-item.active .section-name::after {
    transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
}

.document-wrap .document-block .file-block,
.document-wrap .document-object-block .file-block {
    padding: 15px 27px 25px;
    display: none;
}
.document-wrap .document-block .file-block::before,
.document-wrap .document-object-block .file-block::before {
    content: ' ';
    display: block;
    height: 1px;
    background: rgba(47, 81, 99, 0.15);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

@media screen and (min-width: 768px){
    .document-wrap .document-block:hover .section-name,
    .document-wrap .document-object-block .document-object-item:hover .section-name {
        cursor: pointer;
    }
/*    .document-wrap .document-block:hover .section-name::after,
    .document-wrap .document-object-block .document-object-item:hover .section-name::after {
        content: url('/local/templates/himprom/components/bitrix/news.list/condition-files/img/arrow_hover.svg');
    }*/
}
/* End */
/* /local/templates/himprom/components/bitrix/breadcrumb/main/style.css?17683012691702 */
/* /local/templates/himprom/components/bitrix/news.list/security-work/style.css?1768301269935 */
/* /local/templates/himprom/components/bitrix/news.list/condition-files/style.css?17683012692763 */
