

/* 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/catalog.section.list/products-section-type/style.css?17683012694016*/
.product-till {
	background-color: white;
	border-radius: 4px;
	margin-top: 2rem;
	height: calc(100% - 2rem);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2rem 2rem;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI5IiBoZWlnaHQ9IjczIiB2aWV3Qm94PSIwIDAgMTI5IDczIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIG9wYWNpdHk9IjAuMzUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNODYuNDkzOSAxMC4xNTMyTDExOC4zMSAtMTQuODgyMkwxMTQuMTM3IC0zMy4xMzcxSDgyLjMyMTNMNDYuMzMzIC05LjY2NjVMNDcuMzc2MSAxMC4xNTMySDg2LjQ5MzlaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkwLjE0NTMgNDMuMDExOEw4My4zNjQ5IDE2LjkzMzNINDIuNjgyNUwyIDQ1LjA5ODFMNi4xNzI1NiA3MS4xNzY2SDI4LjYwMDFINDEuMTE3N0g1Mi41OTIzTDkwLjE0NTMgNDMuMDExOFoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTY5LjQyNCAxMy44MDM3TDE2MC4wMzYgLTEwLjE4ODVIMTI0LjU2OUw5MS43MSAxNS4zNjg0TDk4LjQ5MDQgMzkuMzYwNkgxMDYuMzE0TDExOC4zMSAzOS44ODIySDEzOS42OTRMMTY5LjQyNCAxMy44MDM3WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 30%;
	border: 1px solid rgba(0, 168, 108, 0.35);
}

.product-till__counter {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #C8D4DA;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	right: 0;
	bottom: 4px;
}

.product-till__name {
	font-weight: 500;
	font-size: 1rem;
	color: #2F5163;
	margin-top: 1.25rem;
	position: relative;
	padding-right: 2rem;
	position: relative;
}

/* .product-till__name:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-right: 2px solid rgba(47, 81, 99, 0.15);
	border-bottom: 2px solid rgba(47, 81, 99, 0.15);
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
} */

.product-till__abbr {
	color: #00A86C;
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
}


@media all and (min-width: 991px){
	.product-till:hover {
		-webkit-box-shadow:  0px 5px 15px rgba(0, 168, 108, 0.2), 0px 20px 40px rgba(0, 168, 108, 0.2);
		        box-shadow:  0px 5px 15px rgba(0, 168, 108, 0.2), 0px 20px 40px rgba(0, 168, 108, 0.2);
		background-color: #00A86C;
		background-size: 35%;
		
	}

	.product-till:hover .product-till__name,
	.product-till:hover .product-till__abbr {
		color: white;
	}

	.product-till:hover .product-till__counter {
		color: rgba(255, 255, 255, 0.5);
	}

	.product-till:hover .product-till__name:after {
		border-right: 2px solid rgba(255, 255, 255, 0.7);
		border-bottom: 2px solid rgba(255, 255, 255, 0.7);
	}
}




.product-line {
	background-color: white;
	border-radius: 4px;
	margin-top: 2rem;
	padding: 2rem 1.5rem;
}

@media all and (min-width: 991px){
	.product-line:hover {
		-webkit-box-shadow: 0px 5px 15px rgba(47, 81, 99, 0.1), 0px 20px 40px rgba(47, 81, 99, 0.1);
        box-shadow: 0px 5px 15px rgba(47, 81, 99, 0.1), 0px 20px 40px rgba(47, 81, 99, 0.1);
	}
}

.product-line__counter {
	font-size: 1.25rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #C8D4DA;
	line-height: 1;
}

.product-line__name {
	font-weight: 600;
	font-size: 1rem;
	color: #2F5163;
	margin-top: 1.25rem;
	position: relative;
	line-height: 1;
}

.product-line__item {
	margin-top: 1.25rem;	
}


.product-line__subtitle {
	font-size: 13px;
	font-weight: 500;
	color: rgba(47, 81, 99, 0.7);
	line-height: 1.2;
	margin-top: 0.5rem;
}

.product-line__item__link {
	font-weight: 500;
	font-size: 1rem;
	color: #00A86C;
}

@media all and (min-width: 991px)
{
	.product-line__item__link:hover {
		color: #A5247A;
	}
}
/* End */


/* Start:/local/templates/himprom/components/bitrix/news.list/audit_adv/style.css?1768301269634*/
.audit-adv {
	padding-top: 30px;
}
.audit-adv__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}
.audit-adv__item img {
	margin-top: 8px;
}
.audit-adv__item-content {
	padding-left: 30px;
}
.audit-adv__item-content-title {
	font-size: 18px;
	font-weight: 600;
}
.audit-adv__item-content p {
	font-size: 14px;
	line-height: 24px;
	color: #2F5163;
	margin-top: 5px;
}

@media all and (max-width: 767px) {
	.audit-adv__item {
		text-align: center;
		flex-direction: column;
	}
	.audit-adv__item img {
		margin: 0 auto 20px;
	}
	.audit-adv__item-content {
		padding-left: 0;
	}
}
/* End */
/* /local/templates/himprom/components/bitrix/breadcrumb/main/style.css?17683012691702 */
/* /local/templates/himprom/components/bitrix/catalog.section.list/products-section-type/style.css?17683012694016 */
/* /local/templates/himprom/components/bitrix/news.list/audit_adv/style.css?1768301269634 */
