

/* Start:/local/templates/himprom/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17683012696009*/
@media all and (max-width: 991px) {
	.detail-news {
		padding-bottom: 30px;
	}
}

@media all and (min-width:991px) {
	.detail-news {
		padding-bottom: 80px;
	}
}

.news-detail__nav__date {
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(33, 33, 33, 0.3);
	font-weight: 700;
}

.news-detail__nav__prev,
.news-detail__nav__next {
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(33, 33, 33, 0.3);
	font-weight: 700;
	margin-bottom: 15px;
}


.news-detail__slider__main_item {
	padding-top: 75%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	border: 2px solid transparent;
}

.news-detail__slider__main_item:hover {
	border: 2px solid #4cb406;
}

.news-detail__slider__main__item {
	padding: 15px;
	margin-bottom: 15px;
}

.news-detail iframe {
	max-width:100% !important;
}

.detail-news__wrapper {
	position: relative;
	max-height: calc(620px + 1.5rem);
	overflow: hidden;
}
@media all and (max-width: 1550px) {
	.detail-news__wrapper {
		max-height: calc(500px + 1.5rem);
	}
}

.detail-news__slider {
	margin: 1.5rem 0;
}
.detail-news__slider:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 130px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 81, 99, 0.45)), color-stop(56.25%, rgba(47, 81, 99, 0.114844)), color-stop(78.13%, rgba(47, 81, 99, 0.039182)), to(rgba(47, 81, 99, 0)));
	background: -webkit-linear-gradient(bottom, rgba(47, 81, 99, 0.45) 0%, rgba(47, 81, 99, 0.114844) 56.25%, rgba(47, 81, 99, 0.039182) 78.13%, rgba(47, 81, 99, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(47, 81, 99, 0.45) 0%, rgba(47, 81, 99, 0.114844) 56.25%, rgba(47, 81, 99, 0.039182) 78.13%, rgba(47, 81, 99, 0) 100%);
	background: linear-gradient(360deg, rgba(47, 81, 99, 0.45) 0%, rgba(47, 81, 99, 0.114844) 56.25%, rgba(47, 81, 99, 0.039182) 78.13%, rgba(47, 81, 99, 0) 100%);
}
.detail-news__slider.one-photo:after {
	display: none;
}
.detail-news__slider-item {
	width: 100%;
	text-align: center; 
	cursor: pointer;
}
.detail-news__slider-item:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.05);
}
.detail-news__slider img {
	vertical-align: bottom;
	max-height: 620px;
}

@media all and (max-width: 1550px) {
	.detail-news__slider img {
		max-height: 500px;
		width: auto;
	}
}

.detail-news__slider-wrapper.slick-slide img {
	display: inline-block;
}

.slide-number {
	position: absolute;
	left: 40px;
	bottom: 30px;
	font-weight: 300;
	line-height: 68px;
	font-size: 40px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	line-height: 1;
}


.slick_next-arrow,
.slick_prev-arrow {
	width: 25px;
    height: 30px;
    position: absolute;
    display: inline-block;
    bottom: 30px;
    z-index: 1;
    cursor: pointer;
}
.slick_next-arrow {
	right: 40px;
}
.slick_prev-arrow { 
	right: 80px;
}
.slick_prev-arrow-icon {
	width: 15px;
    height: 15px;
    position: absolute;
    left: 8px;
    top: 6px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.slick_next-arrow-icon {
	width: 15px;
    height: 15px;
    position: absolute;
    left: 1px;
    top: 6px;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.slick_next-arrow.slick-disabled .slick_next-arrow-icon,
.slick_prev-arrow.slick-disabled .slick_prev-arrow-icon {
	border-color: rgba(255, 255, 255, 0.25);
}
.slick_next-arrow.slick-disabled,
.slick_prev-arrow.slick-disabled {
	cursor: default;
}
#slider-nav {
	position: absolute;
	left: 50%;
    transform: translate(-50%, 0);
	bottom: 34px;
	text-align: center;
}
#slider-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#slider-nav ul li {
	float: left;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	margin-right: 20px;
	/*box-shadow: 0px 1px 4px rgba(38, 50, 56, 0.7);*/
}
#slider-nav ul li:last-child {
	margin-right: 0;
}
#slider-nav ul li.active {
	background: #fff;
}

.more-news {
	padding-top: 55px;
}
.prev-news, 
.next-news {
	display: inline-block;
	position: relative;
	font-weight: 600;
	line-height: 12px;
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.prev-news {
	padding-left: 30px;
	color: rgba(47, 81, 99, 0.35);
	background: url('/local/templates/himprom/components/bitrix/news/news/bitrix/news.detail/.default/img/arrow-left.svg') no-repeat left center;
}
.next-news {
	padding-right: 30px;
	color: #00A86C;
	background: url('/local/templates/himprom/components/bitrix/news/news/bitrix/news.detail/.default/img/arrow-right.svg') no-repeat right center;
}

.detail-news .know-more__s__link {
	font-size: 16px;
	margin-bottom: 20px;
}

@media all and (max-width:767px) {
	.detail-news__slider {
		margin-bottom: 3rem;
	}
	#slider-nav {
		bottom: 0;
	}
	.slide-number {
		display: none;
	}
	#slider-nav ul li {
		background: rgba(47, 81, 99, 0.15);
	}
	#slider-nav ul li.active {
		background: #00A86C;
	}
}

@media all and (min-width:767px) {
	.news-detail__title {
		font-size: 2.5rem;
	}
	.prev-news:hover,
	.next-news:hover {
		color: #A5247A;
	}
	.prev-news:hover {
		background: url('/local/templates/himprom/components/bitrix/news/news/bitrix/news.detail/.default/img/arrow-left-hover.svg') no-repeat left center;
	}
	.next-news:hover {
		background: url('/local/templates/himprom/components/bitrix/news/news/bitrix/news.detail/.default/img/arrow-right-hover.svg') no-repeat right center;
	}
}

.detail-news__content iframe {
	width: 100%;
	height: 720px;
}
/* End */


/* Start:/local/templates/himprom/components/bitrix/news.list/more_news/style.css?17683012692399*/
.news-list {
	margin-top: 30px;
}

.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;
}

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


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

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

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



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

	.news__item__inner {
		text-align: left;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.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 right;
	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 right;
	background-repeat: no-repeat;
}

/* End */
/* /local/templates/himprom/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17683012696009 */
/* /local/templates/himprom/components/bitrix/news.list/more_news/style.css?17683012692399 */
