

/* Start:/local/templates/himprom/components/bitrix/news.list/main-slider/style.css?17683012694584*/
.main-slider__item {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 800px;
	width: 100%;
}

.main-slider__item-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
}


.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;
	}
	.main-slider__item-content {
		padding-top: 60px;
	}
}

@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;
	}
}

@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/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 (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;
}
/* 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/style.css?17683012691245*/
.partners__item {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
	height: 100%;
}

.swiper-partners .swiper-slide {
	height: auto;
}

.partners__item img {
	max-width: 60%;
}

@media all and (max-width: 991px){
	.partners__item  {
		background-color: transparent;
		padding-top: 3rem;
		padding-bottom: 4.5rem;
		border-radius: 4px;
	}
}

.partners__item__laptop {
	padding: 1.5rem 0;
}

.partners__item__laptop img {
	max-width: 60%;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.partners__item__laptop:hover img{
    opacity: 0.75;
}

.partners-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partners-list__item {
    width: 20%;
}

@media all and (max-width: 991px) {
    .partners-list__item {
        width: 50%;
    }
}
/* End */
/* /local/templates/himprom/components/bitrix/news.list/main-slider/style.css?17683012694584 */
/* /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/style.css?17683012691245 */
