

/* Start:/local/templates/himprom/components/bitrix/system.pagenavigation/briks/style.css?17683012693877*/
.bx-pagination {
	margin-top: 1rem;
}

.bx-pagination-container > ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

.bx-pagination-container > ul > li {
	display: inline-block;
	margin-right: 0.75rem;
	background-color: white;
	border-radius: 4px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.bx-pagination-container > ul > li span{
	font-size: 16px;
	color: rgba(47, 81, 99, 0.6);
	font-weight: 500;
	width: 50px;
	height: 50px;
	display: inline-block;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.bx-pagination-container > ul > li:hover span {
	color: rgba(47, 81, 99, 1);
}

.bx-pagination-container > ul > li a {
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 50px;
	position: relative;
}

.bx-pagination-container > ul > li.bx-active span {
	color:#00A86C;
}

.bx-pagination-container > ul > li:not(.bx-active):not(.bx-pag-prev):not(.bx-pag-next):hover {
	-webkit-box-shadow: 0px 3px 8px rgba(47, 81, 99, 0.1), 0px 10px 30px rgba(47, 81, 99, 0.1);
	box-shadow: 0px 3px 8px rgba(47, 81, 99, 0.1), 0px 10px 30px rgba(47, 81, 99, 0.1);
}

.bx-pagination-container  li.bx-pag-prev,
.bx-pagination-container  li.bx-pag-next {
	background-color: transparent;
}

.bx-pagination-container  li.bx-pag-next>span {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L8 8L1 15" stroke="#2F5163" stroke-opacity="0.35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
}

.bx-pagination-container  li.bx-pag-next a {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L8 8L1 15" stroke="#2F5163" stroke-opacity="0.7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
}

.bx-pagination-container  li.bx-pag-next:hover a {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L8 8L1 15" stroke="#00A86C" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
}


.bx-pagination-container  li.bx-pag-prev>span {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1L1 8L8 15" stroke="#2F5163" stroke-opacity="0.35" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
}

.bx-pagination-container  li.bx-pag-prev a {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1L1 8L8 15" stroke="#2F5163" stroke-opacity="0.7" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
}

.bx-pagination-container  li.bx-pag-prev:hover a {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="9" height="16" viewBox="0 0 9 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 1L1 8L8 15" stroke="#00A86C" stroke-opacity="1" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
}

/* End */


/* Start:/local/templates/himprom/components/bitrix/news/news/bitrix/news.list/.default/style.css?17683012692747*/
.news-year-line {
	margin-bottom: 2rem;
	padding-left: 2rem;
}
.news-year-line a {
	font-weight: 500;
	line-height: 22px;
	font-size: 20px;
	color: rgba(47, 81, 99, 0.5);
	margin-right: 2rem;
}
.news-year-line  a.active {
	font-weight: 600;
	color: #00A86C;
}

.news-year__choose {
	display: inline-block;
	position: relative;
}
.news-year__choose .nice-select {
	opacity: 1;
	color: rgba(47, 81, 99, 0.5);
	font-size: 20px;
	border: 1px solid rgba(44, 22,44, 0.1);
	padding-right: 40px;
}
.news-year__choose .nice-select:after {
	top: 50%;
	margin-top: -4px;
}
.news-year__choose .nice-select span.current {
	font-weight: 600;
	color: #00a86c;
}
.news-year__choose .nice-select .option {
	font-weight: 500;
	opacity: 1;
}

.news-item {
	background: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 30px;
}
.news-item__content {
	padding: 2rem 2.5rem 2rem 0;
}
.news-item__name {
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1;
	color: #00A86C;
}
.news-item__text {
	font-size: 0.875rem;
	margin-top: 1rem;
}
.news-item__text p:first-child {
	margin-top:0;
}
.news-item__date {
	padding-top: 0.55rem;
	font-weight: 600;
	line-height: 1;
	font-size: 12px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgba(47, 81, 99, 0.5);
}
.news-item__img-hover-wrapper {
	display: block;
    /*position: relative;*/
    /*overflow: hidden;*//*
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;*/
}
/*.news-item__img-hover-wrapper:before {
    content: '';
    padding-top: 61.25%;
    display: block;
}*/
.news-item__img-hover {
/*	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;*/
    /*transform: scale(1.05);*/
    border-top-left-radius: 4px;
    vertical-align: bottom;
    border-bottom-left-radius: 4px;
}
.news-item__no-img {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	left: 15px;
	background-image: url(/local/templates/himprom/assets/img/news-big-pattern.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (max-width: 991px) {
	.news-year__choose {
		margin-bottom: 20px;
	}
	.news-item__img-hover-wrapper {
		border-bottom-left-radius: 0px;
		border-top-right-radius: 4px;
	}
	.news-item__content {
		padding: 2rem 1rem;
	}
	.news-item__img-hover {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}
}

@media all and (min-width:991px) {
	.news-year-line a:not(.active):hover {
		color:#A5247A;
	}
	.news-year__choose .nice-select .option:hover {
		color: #A5247A;
	}
	.news-item__name:hover {
		color: #A5247A;
	}
	.news-item__img-hover-wrapper:hover > .news-item__img-hover {
		transform: scale(1);
	}
}
/* End */
/* /local/templates/himprom/components/bitrix/system.pagenavigation/briks/style.css?17683012693877 */
/* /local/templates/himprom/components/bitrix/news/news/bitrix/news.list/.default/style.css?17683012692747 */
