

/* Start:/bitrix/templates/kemplox/components/bitrix/news.list/services/style.css?16152359933947*/
section.services {
	padding-top: 0;
	padding-bottom: 26px;
}

section.services .news-block {
	width: 100%;
	min-height: 299px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	margin-bottom: 20px;
	padding-top: 28px;
	padding-bottom: 28px;
	position: relative;
}

section.services .news-block::before,
section.services .news-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

section.services .news-block::before {
	background-color: #051500;
    opacity: .35;
    background: -o-linear-gradient(151deg, transparent 150px, #051500 0);
    background: linear-gradient(-71deg, transparent 150px, #051500 0);
	width: 752px;
}

section.services .news-block::after {
    background-color: #24490a;
    opacity: .73;
    background: -o-linear-gradient(151deg, transparent 150px, #24490a 0);
    background: linear-gradient(-71deg, transparent 150px, #24490a 0);
}

section.services .news-block-0::after {
    width: 468px;
}

section.services .news-block-1::after {
    width: 752px;
}

section.services .news-block-2::after {
    width: 612px;
}

section.services .news-block-3::after {
    width: 612px;
}

section.services .news-block-4::after {
    width: 524px;
}

section.services .news-block-5 {
	display: none;
}

section.services .news-block .row > div {
	min-width: 285px;
}

section.services .news-block .news-title {
	font-size: 22px;
	font-weight: 600;
	color: #a2d06d;
	text-transform: uppercase;
	margin-bottom: 16px;
    position: relative;
	z-index: 1;
}

section.services .news-block .news-item {
	margin-left: 2px;
    position: relative;
	z-index: 1;
}

section.services .news-block .news-item a {
	color: #cfefbe;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	line-height: 37px;
	position: relative;
	border-bottom: 1px solid rgba(230, 244, 223, .3);
	padding-left: 21px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

section.services .news-block .news-item a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 6px;
	background-color: rgba(113, 191, 68, .33);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/*section.services .news-block .news-item:last-child a {
	border-color: transparent;
}*/

section.services .news-block-container {
	display: inline-block;
	margin-left: 50px;
}

section.services .news-block-container > .news-item:last-child a {
	border-color: transparent;
}

section.services .news-block .news-item a:hover {
	background: rgba(113, 191, 68, .43);
	border-bottom: 1px solid #649647;
}

section.services .news-block .news-item a:hover::before {
	background-color: #f7941f;
}

@media (max-width: 991px) {
	section.services .news-block {
		background-position: 80% 50%;
	}
	section.services .news-block::before {
		width: 675px;
	}
	section.services .news-block-1::after {
		width: 675px;
	}
}

@media (max-width: 767px) {
	section.services .news-block {
		background-position: 80% 50%;
	}
	section.services .news-block::before {
		background-color: #051500;
		width: 100%;
		/*display: none;*/
	}
	section.services .news-block::after {
		width: 100%;
		background-color: #24490a;
	}
	section.services .news-block .row > div {
		min-width: 230px;
		max-width: 480px;
	}
	section.services .news-block .news-item:first-child {
		border-top: 1px solid rgba(230, 244, 223, .7);
		margin-top: -1px;
	}
	/*section.services .news-block .news-block-first .news-item:first-child {
		border: 0;
		margin-top: 0;
	}*/
	section.services .news-block .news-item a {
		font-size: 14px;
		color: #fff;
		border-bottom: 1px solid rgba(230, 244, 223, .7);
		line-height: 150%;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	section.services .news-block .news-item a::before {
		background-color: rgba(113, 191, 68, .73);
	}
	section.services .news-block-container {
		margin-left: 20px;
		margin-right: 20px;
	}
}
/* End */
/* /bitrix/templates/kemplox/components/bitrix/news.list/services/style.css?16152359933947 */
