.b-dentist_page_articles_grid {
	height: 100%;
}

.b-articles_announce_text__top {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.b-articles_announce_text_split {
	flex-grow: 1;
}

.owl-item .b-carousel_item {
	height: 100%;
}
/* CUSTOM START */
.b-dentist_page_articles_carousel .owl-nav {
	margin-top: 22px !important;
}
@media (max-width: 1169px) {
	.b-service_page_articles {
		margin-bottom: 60px;
	}

	.b-articles_announce_text_split:after {
		background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(#f3f6fb),
			to(rgba(243, 246, 251, 0))
		) !important;
		background: -o-linear-gradient(
			bottom,
			#f3f6fb 0%,
			rgba(243, 246, 251, 0) 100%
		) !important;
		background: linear-gradient(
			360deg,
			#f3f6fb 0%,
			rgba(243, 246, 251, 0) 100%
		) !important;
	}
}

@media (max-width: 749px) {
	.b-articles_more {
		padding-left: 15px !important;
	}
}

@media (min-width: 1169px) {
	.articles .articles__list .articles__item {
		display: flex;
		height: 100%;
	}
}
/* CUSTOM END */
