

/* Start:/bitrix/templates/pipe-adaptive/components/bitrix/news/uslugi/bitrix/news.list/.default/style.css?17846303151377*/
.articles-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}

.article-item{
	width: calc(100% / 3 - 60px);
	margin: 0px 30px 25px;
	position: relative;
}

.article-item:before{
	content: " ";
    width: 1px;
    background-color: #e0e7ef;
    min-height: 232px;
	height: 90%;
    left: -30px;
	top: 10px;
    position: absolute;
}

.article-image{
	position: relative;
	height: 300px;
	margin-bottom: 20px;
}
.article-image img{
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.article-title{
	position: absolute;
    padding: 10px 15px;
    background: #e0e7ef;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    min-height: 60px;
    align-items: center;
	font-weight: bold;
}

@media(min-width: 992px){
	.article-item:first-child:before,
	.article-item:nth-child(2n+4):before{
		display: none;
	}
}

@media(max-width: 991px){
	.article-item{
		width: calc(100% / 2 - 60px);
	}
	
	.article-item:first-child:before,
	.article-item:nth-child(2n+3):before{
		display: none;
	}
}

@media(max-width: 580px){
	.articles-list{
		margin-left: 0px;
		margin-right: 0px;
	}
	.article-item{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.article-item:before{
		display: none;
	}
}
.service-description {
	margin-top: 30px;
}
.service-description h2 + br {
	display: none;
}
/* End */
/* /bitrix/templates/pipe-adaptive/components/bitrix/news/uslugi/bitrix/news.list/.default/style.css?17846303151377 */
