@media (min-width: 1200px) {

	.container {
		max-width: 1440px !important;
	}

}


/* Ряд карточек */
.cataloge_content_item {
	display: flex;
	flex-direction: column;

	height: auto;

	margin-bottom: 30px;
}


/* Колонка Bootstrap растягивается */
.cataloge_content_item .d-cat-img {
	display: block;
}






/* Название */
.cataloge_content_item .d-tech-name {

	display: flex;

	align-items: center;

	flex: 1;

	min-height: 100px;
  padding: 10px 20px;

	background: #07345f;

	color: #fff;

	

	line-height: 1.4;

	border-radius: 0 0 18px 18px;

	text-decoration: none;

}


/* Растягиваем карточки внутри строки */
.row {
	display: flex;
	flex-wrap: wrap;
}


.cataloge_content_item {
	margin-bottom: 30px;
}

.col-xl-4.col-md-6.col-sm-6.cataloge_content_item {
	display: flex;
}

.cataloge_content_item > a {
	width: 100%;
}