

/* Start:/bitrix/templates/psychologist/components/bitrix/news.list/.default/style.css?17464427501618*/

.articles {
	display: flex;
	flex-wrap: wrap;
}

.article-item {
	margin-bottom: 20px;
	width: calc(33.3% - 13px);
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #efefef;
	margin-right: 20px;
	padding-bottom: 60px;
	position: relative;
}

.article-item:nth-child(3n) {
	margin-right: 0px;
}

.article-item .preview_picture {
	display: block;
	margin-bottom: 20px;
	filter: grayscale(1);
}

.article-item .preview_picture:hover {
	filter: none;
}

.article-name {
	margin-bottom: 10px;
	display: block;
	border-left: 3px solid var(--main_color);
    padding-left: 15px;
}

.preview_text {
	font-size: 18px;
}

a.button {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	margin-top: 20px;
	background: #8ecd40;
	cursor: pointer;
	text-transform: uppercase;
	font-family: arial narrow;
	font-weight: 600;
	color: var(--main_color);	
	padding-left: 40px;
	padding-right: 40px;
}

.button-arrow {
	margin-top: 20px;
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	background: var(--second_color);
	position: absolute;
    bottom: 20px;
    left: 20px;
}

a.button:hover {
	background: var(--dark_color);
	color: #fff;
}

@media all and (max-width: 1024px) {
	
	.article-item {
		width: calc(50% - 10px);
	}
	
	.article-item:nth-child(3n) {
		margin-right: 20px;
	}

	.article-item:nth-child(2n) {
		margin-right: 0px;
	}
	
}

@media all and (max-width: 650px) {
	
	.article-item {
		width: 100%;
		margin-right: 0px;
	}
	
	.article-item:nth-child(3n) {
		margin-right: 0px;
	}
	
}
/* End */
/* /bitrix/templates/psychologist/components/bitrix/news.list/.default/style.css?17464427501618 */
