

/* Start:/local/templates/himprom/components/bitrix/news.list/main-slider-new/style.css?17683012695111*/
.main-slider__item {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 800px;
	width: 100%;
}

.main-slider__item-content {
	padding-top: 150px;
	/*position: absolute;*/
	position: relative;
	/*top: 50%;*/
	top: 0;
	left: 0;
	right: 0;
	/*transform: translate(0, -50%);*/
	padding-bottom: 254px;
}


.main-slider__item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.35);
}

.main-slider__item-mobile {
	display: none;
}

@media all and (max-width: 1400px) {
	.main-slider {
		margin-top: -115px;
	}
	.main-slider__item {
		/*height: 620px;*/
		height: 770px;
	}
	.main-slider__item-content {
		padding-top: 160px;
	}
}

@media all and (max-width:1024px) {
	.main-slider__item-mobile {
		display: block;
	}
	.main-slider__item-pc {
		display: none;
	}
}

@media all and (max-width:991px) {
	.main-slider__item {
		height: 550px;
	}
}

@media all and (max-width:767px) {
	.main-slider__item {
		height: 520px;
	}
	.main-slider__item-content {
		top: 58%;
		padding-top: 0;
		padding-bottom: 0;
		transform: translateY(-50%);
	}
}

@media all and (min-width:1400px) {
	.main-slider__item {
		height: 800px;
	}
	.main-slider {
		margin-top: -124px;
	}
}

.main-slider__prev,
.main-slider__next {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	cursor: pointer;
}
.main-slider__prev {
	left: 54px;
}
.main-slider__next {
	right: 54px;
}
.main-slider__prev:before,
.main-slider__next:before {
	content: "";
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	background: url('/local/templates/himprom/components/bitrix/news.list/main-slider-new/img/main-slider-arrow.svg') no-repeat center;
}
.main-slider__prev:before {
	transform: rotate(180deg);
}

.slider-pagin {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}
.slider-pagin__dots {
	min-height: 20px;
}

.slider-pagin .slick-dots {
	display: flex;
	flex-direction: row;
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    margin: auto;
    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;
}

.slider-pagin .slick-dots li {
	text-align: center;
	margin-right: 30px;
	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;
}
.slider-pagin .slick-dots li button {
    background: transparent;
    border: none;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    margin: 5px auto;
    padding: 0px;
    line-height: 19px;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.slider-pagin .slick-dots li button:active,
.slider-pagin .slick-dots li button:focus {
	outline: none;
}
.slider-pagin .slick-dots li.slick-active {
	position: relative;
	float: left;
}
.slider-pagin .slick-dots li.slick-active button {
	font-size: 13px;
	line-height: 19px;
	margin: 5px auto;
	text-transform: uppercase;
	letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
    position: relative;
    /*padding-right: 80px;*/
    transition: all 0.5s ease-out 0.5s;
    -o-transition: all 0.5s ease-out 0.5s;
    -moz-transition: all 0.5s ease-out 0.5s;
    -webkit-transition: all 0.5s ease-out 0.5s;
}

.slider-bar__bot,
.slider-bar__top {
	position: absolute;
	height: 2px;
}
.slider-bar__bot {
	width: 72px;
	top: 15px;
	left: 30px;
	background: rgba(255, 255, 255, 0.5);
}
.slider-bar__top {
	width: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
}

@media all and (min-width:992px) and (max-width:1599px) {
	.slider-pagin {
		bottom: 40px;
	}
}


@media all and (max-width: 1400px) {
	.main-slider__prev {
		left: 14px;
	}
	.main-slider__next {
		right: 14px;
	}
}

@media all and (max-width: 1200px) {
	.main-slider__prev {
		left: -4px;
	}
	.main-slider__next {
		right: 4px;
	}
}

@media all and (max-width:991px) {
	.slider-pagin {
		bottom: 15px;
	}
}

.dots-bar__item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	background: rgba(255, 255, 255, 0.5);
	height: 2px;
	margin-bottom: 2px;
}
.dots-bar__progress {
	position: absolute;
	width: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
	height: 2px;
}
.slider-pagin .slick-dots li.slick-active button .dots-bar__item {
	width: 72px;
	margin-left: 16px;
}

@media all and (max-width:991px) {
	.main-slider__item-content h1 {
		font-size: 46px;
	}
}

@media all and (max-width:767px) {
	.main-slider__item-content {
		text-align: center;
	}
	.main-slider__item-content p {
		line-height: 1.3;
	}
}
/* End */


/* Start:/local/templates/himprom/components/bitrix/news.list/main-slider-links/style.css?17683012692522*/
.ms-links__wrap {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 100px;
	right: 0;
}

.ms-links {
/*	height: 160px;*/
	display: flex;
	height: 200px;
	flex-wrap: wrap;
	align-items: end;
}

.ms-links__item {
	position: relative;
	top: 0;
/*	padding: 20px 20px 14px;
	min-height: 150px;
	max-height: 150px;
	width: 100%;*/
	display: inline-flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: space-between;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
	border-right: 1px solid rgba(255, 255, 255, 0.15);

	min-height: 100px;
	max-height: 100px;
	flex-direction: row;
	align-items: center;
	justify-content: unset;
	gap: 35px;
	width: 25%;
	padding: 18px 19px;
	z-index: 0;
}

/*.ms-links__item:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ms-links__item:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 0;
}*/

.ms-links__item:before {
	content: "";
	position: absolute;
	inset: 0;
	background: #00A86C;
	opacity: 0;
	visibility: hidden;
	border-radius: 4px 4px 0px 0px;
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.ms-links__item:first-child {
	border-top-left-radius: 4px;
}

.ms-links__item:last-child {
	border-bottom-right-radius: 4px;
	border-right: 0;
}

.ms-links__item:nth-child(4) {
	border-top-right-radius: 4px;
	border-right: 0;
}

.ms-links__item:nth-child(5) {
	border-bottom-left-radius: 4px;
}

.ms-links__item:nth-child(1),
.ms-links__item:nth-child(2),
.ms-links__item:nth-child(3),
.ms-links__item:nth-child(4) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ms-links__name {
	font-weight: 700;
/*	font-size: 11px;
	line-height: 1.64;*/
	font-size: 10px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media all and (max-width:1440px) {
	.ms-links__wrap {
		bottom: 80px;
	}
}

@media all and (min-width: 1025px) {
/*	.ms-links__wrap:not(._admin) .ms-links__item:hover {
		background: #00A86C;
		border-radius: 4px 4px 0px 0px;
		max-height: 160px;
		top: -10px;
	}*/
	.ms-links__item:hover {
		z-index: 2;
		border-color: transparent;
	}
	.ms-links__item:hover:before {
		opacity: 1;
		visibility: visible;
		top: -10px;
	}
}
/* End */


/* Start:/local/templates/himprom/components/bitrix/catalog.section.list/products/style.css?17683012693374*/
.production__s {
	margin-top: 2rem;
	position: relative;
	background: #FFFFFF;
	border: 1px solid rgba(47, 81, 99, 0.1);
	border-left: 0;
	border-radius: 4px;
	position: relative;
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    display: block;
}


@media all and (min-width: 991px){
	.production__s {
		padding: 2.25rem 1rem 2.25rem 40%;
		min-height: 230px;
		background-position: left bottom;
		background-repeat: no-repeat;
	}
}


@media all and (max-width: 990px){
	.production__s {
		padding: 1.5rem;
		height: calc(100% - 2rem);
		background-position: -10000px bottom;
		background-repeat: no-repeat;
	}
}

.production__s__title {
	display: block;
	text-decoration: none;
	border: 0;
	font-weight: 600;
	line-height: 1;
	font-size: 0.6875rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(47, 81, 99, 0.5);
	margin-bottom: 0.5rem;
}

.production__s__name {
	display: block;
	text-decoration: none;
	border: 0;
	font-weight: 600;
	line-height: normal;
	font-size: 1.25rem;
	color: #2F5163;
	line-height: 1.1;
}

@media all and (max-width:990px){
	.production__s__name{
		margin-bottom: 1.5rem;
	}
}

.production__s__link {
	color: #00A86C;
	font-size: 0.875rem;
	line-height: 1;
	font-weight: 500;
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.production__s__link:hover {
	color: #A5247A;
}

.production__s__link:after  {
	content: ' ';
	/*background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="32" height="7" viewBox="0 0 32 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3.5H31M31 2.5L28 0.5M31 3.5L28 6.5" stroke="#00A86C" stroke-opacity="0.35" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
	background-image: url('/local/templates/himprom/assets/img/long-green-arrow.svg');
	display: inline-block;
   	width: 32px;
  	height: 10px;
   	margin-left: .75rem;
   	background-position: center left;
   	background-repeat: no-repeat;
}

.production__s__link:hover:after  {
	background-image: url('/local/templates/himprom/assets/img/long-purple-arrow.svg');
	/*background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="32" height="7" viewBox="0 0 32 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 3.5H31M31 2.5L28 0.5M31 3.5L28 6.5" stroke="#A5247A" stroke-opacity="0.35" stroke-linecap="round" stroke-linejoin="round"/></svg>');*/
}

.production__s__link + .production__s__link {
	margin-top: 20px;
}

@media all and (min-width: 991px){
	.production__s__link {
		position: absolute;
		bottom: 2.25rem;
		left: 40%;
	}
	.production__s__link__wrap {
		position: absolute;
		bottom: 2.25rem;
		left: 40%;
	}
	.production__s__link__wrap .production__s__link {
		position: unset;
	}
}

.production__s__picture {
	position: absolute;
	transform: scale(0.8);
	-moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.production__s:hover {
	-webkit-box-shadow: 0px 10px 30px rgba(47, 81, 99, 0.15);
    box-shadow: 0px 10px 30px rgba(47, 81, 99, 0.15);
    border-bottom: 1px solid rgba(47, 81, 99, 0.15);
}

.production__s:hover .production__s__picture {
	transform: scale(0.92);
}

/* End */


/* Start:/local/templates/himprom/components/bitrix/news.list/develop-slider/style.css?17683012691523*/
.swiper-dev,
.swiper-dev-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.swiper-slide.swiper-dev__item {
	background: #FFFFFF;
	border-radius: 4px;
	padding: 2rem 2.5rem 6.25rem 2.5rem;
	height: auto;
}

.swiper-dev__title {
	font-weight: 600;
	line-height: 1;
	font-size: 0.8125rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgba(47, 81, 99, 0.5);
	margin-bottom: 0.75rem;
}

.swiper-dev__name {
	font-weight: 500;
	line-height: 1;
	font-size: 1.75rem;
	color: #2F5163;
	word-wrap: break-word;
}

.swiper-dev__text {
	font-size: 1rem;
	margin-top: 1.75rem;
	color: rgba(47, 81, 99, 0.9);
}

.swiper-dev__counter {
	line-height: 1;
	font-size: 2.5rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #D2DEE4;
	position: absolute;
	left: 2.5rem;
	bottom: 2rem;
}

.swiper-dev-left {
	height: 100%;
}

.swiper-dev-left__item {
	background: white;
	height: auto;
	border-radius: 4px;
	padding: 2rem 2.5rem;
}

.swiper-dev-left__title {
	font-weight: 600;
	line-height: 1;
	font-size: 11px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgba(47, 81, 99, 0.5);
	margin-bottom: 0.75rem;
}

.swiper-dev-left__name {
	font-weight: 500;
	line-height: 1.2;
	font-size: 1.125rem;
	color: #2F5163;
}

.swiper-dev-left__text {
	font-size: 13px;
	margin-top: 1.75rem;
	color: rgba(47, 81, 99, 0.9);
}

@media all and (max-width: 767px) {
	.swiper-dev__name {
		font-size: 1.25rem;
		line-height: 1.3;
	}
	.swiper-dev__title {
		line-height: 1.3;
	}
}
/* End */


/* Start:/local/templates/himprom/components/bitrix/news.list/partners-new/style.css?17683012691995*/

.partners-logos:before,
.partners-logos:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 410px;
    background: -webkit-gradient(linear, right top, left top, color-stop(33.17%, #FFFFFF), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #FFFFFF 33.17%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #FFFFFF 33.17%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.partners-logos:before {
    left: 0;
    transform: rotate(180deg);
}

.partners-logos:after {
    right: 0;
}

#partners-list .swiper-wrapper {
    transition-timing-function: linear;
}

.partners-logo__list {
    display: flex;
    width: 100%;
}

.partners-logo__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 234px;
    height: 170px;
    padding: 0 22px;
}

.partners-logo__item img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}


#partners-list-mob .hp-swiper__nav {
    bottom: -26px;
    right: 20px;
}


#partners-list-mob .hp-swiper__nav .swiper-arrow-next__icon,
#partners-list-mob .hp-swiper__nav .swiper-arrow-prev__icon {
    border-color: rgba(0, 168, 108, 1);
}

#partners-list-mob .hp-swiper__nav .swiper-button-disabled .swiper-arrow-next__icon,
#partners-list-mob .hp-swiper__nav .swiper-button-disabled .swiper-arrow-prev__icon {
    border-color: #D2DEE4;
}

@media all and (max-width:1599px) {
    .partners-logos:before, 
    .partners-logos:after {
        width: 240px;
    }
}

@media all and (max-width:959px) {
    .partners-logos:before, 
    .partners-logos:after {
        width: 120px;
    }
}

@media all and (max-width:767px) {
    .partners-logo__item {
        width: 168px;
        height: 122px;
    }
    .partners-logos:before, 
    .partners-logos:after {
        display: none;
    }
    #partners-list-mob {
        padding: 0 20px;
    }
}
/* End */


/* Start:/local/templates/himprom/components/bitrix/news.list/news/style.css?17683012693431*/
.news-list {
	margin-top: 2.5rem;
}

.news__item {
	position: relative;
	width: 100%;
	border-radius: 5px;
	display: block;
	overflow: hidden;
}

.news__item__content {
	padding: 1.5rem;
	border-radius: 5px;
}

.news__item__inner {
	padding: 1.5rem;
}

.news__item--big .news__item__name {
	font-size: 1.125rem;
	line-height: 1.2;
}

.news__item__date {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	font-size: 0.875rem;
}

.news__item__name {
	color:  #fff;
	font-size: 0.875rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
	position: relative;
}

 .news__item__date {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	font-size: 0.875rem;
	position: relative;
}


.news__item--long.news__item--no-image .news__item__content {
	background: none;
}

@media all and (min-width: 767px){
	.news__item--big {
		height: 490px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.news__item--long,
	.news__item--small {
		height: 230px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}



	.news__item__content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
	}

	.news__item__inner {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 1;
	}

	.news__item__content {
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 81, 99, 0.65)), color-stop(82.04%, rgba(47, 81, 99, 0)));
	    background: -webkit-linear-gradient(bottom, rgba(47, 81, 99, 0.65) 0%, rgba(47, 81, 99, 0) 82.04%);
	    background: -o-linear-gradient(bottom, rgba(47, 81, 99, 0.65) 0%, rgba(47, 81, 99, 0) 82.04%);
	    background: linear-gradient(360deg, rgba(47, 81, 99, 0.65) 0%, rgba(47, 81, 99, 0) 82.04%);
	}
}

@media all and (min-width: 991px){
	.news-list  .news__item--long:first-child {
		margin-bottom: 30px;
	}
}


@media all and (max-width: 990px){
	.news__item  {
		margin-bottom: 2rem;
	}
}

@media all and (min-width: 991px){
	.news__item--small {
		margin-top: 2rem;
	}
}


.news__item--long.news__item--no-image .news__item__content{
	background-image: url(/local/templates/himprom/assets/img/news-big-pattern.svg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news__item--big.news__item--no-image .news__item__content{
	background-image: url(/local/templates/himprom/assets/img/news-large-pattern.svg);
	background-position: top center;
	background-repeat: no-repeat;
}

.news__item--small.news__item--no-image .news__item__content{
	background-image: url(/local/templates/himprom/assets/img/news-small-pattern.svg);
	background-position: top center;
	background-repeat: no-repeat;
}
.news__item--long.news__item--image .news__item__content {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.news__item--long.news__item--image .news__item__content:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 81, 99, 0.65)), color-stop(82.04%, rgba(47, 81, 99, 0)));
	background: -webkit-linear-gradient(bottom, rgba(47, 81, 99, 0.65) 0%, rgba(47, 81, 99, 0) 82.04%);
	background: -o-linear-gradient(bottom, rgba(47, 81, 99, 0.65) 0%, rgba(47, 81, 99, 0) 82.04%);
	background: linear-gradient(360deg, rgba(47, 81, 99, 0.65) 0%, rgba(47, 81, 99, 0) 82.04%);
}
/* End */
/* /local/templates/himprom/components/bitrix/news.list/main-slider-new/style.css?17683012695111 */
/* /local/templates/himprom/components/bitrix/news.list/main-slider-links/style.css?17683012692522 */
/* /local/templates/himprom/components/bitrix/catalog.section.list/products/style.css?17683012693374 */
/* /local/templates/himprom/components/bitrix/news.list/develop-slider/style.css?17683012691523 */
/* /local/templates/himprom/components/bitrix/news.list/partners-new/style.css?17683012691995 */
/* /local/templates/himprom/components/bitrix/news.list/news/style.css?17683012693431 */
