

/* Start:/local/templates/bq_aliot_s1/components/bitrix/news/completed_projects/bitrix/news.list/.default/style.css?17593436702425*/
/*===============================================================*/
.completed,
.completed * {
	box-sizing: border-box;
}

.completed-filter {
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 40px;
}

.completed-filter form {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	align-items: flex-start;
}

.completed-filter form > .select {
	width: calc(22% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

.completed-filter form > .btn {
	width: calc(17% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
}

@media (max-width: 991px) {
	.completed-filter form > .select {
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}

	.completed-filter form > .select:last-of-type {
		margin-right: 50%;
	}

	.completed-filter {
		margin-bottom: 20px;
	}

	.completed-filter form > .btn {
		width: calc(50% - 20px);
		margin-bottom: 20px;
		margin-top: 10px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
}

@media (max-width: 599px) {
	.completed-filter {
		margin-bottom: 10px
	}

	.completed-filter form {
		margin-left: 0;
		margin-right: 0;
	}

	.completed-filter form > .select,
	.completed-filter form > .select:last-of-type,
	.completed-filter form > .btn {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 10px;
	}
}



.completed__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -6px;
}

.completed__card {
	background-color: #fff;
	margin: 0 12px 40px;
	width: calc(33.333% - 24px);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.completed-card__info {
	padding: 16px 20px;
}

.completed-card__link {
	display: block;
	padding: 16px 20px;
	font-weight: 600;
	margin-top: auto;
}

.completed-card__img {
	position: relative;
}

.completed-card__img:before {
	content: '';
	display: block;
	padding-top: 60%;
}

.completed-card__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0 !important;
	object-fit: cover;
}

.completed-card__title {
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 600;
	color: #333;
}

.completed-card-text__row {
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 500;
}

.completed-card-text__row span:first-child {
	color: #333;
	font-weight: 600;
}

@media (max-width: 991px) {
	.completed__card {
		width: calc(50% - 24px);
	}
}
@media (max-width: 599px) {
	.completed__card {
		width: 100%;
	}
}
/* End */
/* /local/templates/bq_aliot_s1/components/bitrix/news/completed_projects/bitrix/news.list/.default/style.css?17593436702425 */
