

/* Start:/local/templates/zugel/components/bitrix/news.list/advantages_mytech/style.css?17648446632260*/
.advantages {
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.advantages-header,
.advantages-footer {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.advantages-header--title {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	color: #D2E0F7;
}

.advantages-header--subtitle,
.advantages-footer--subtitle {
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	color: #D2E0F7;
}

.advantages-footer--title {
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	color: #D2E0F7;
}

.advantages-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.advantages-list--item {
	background-color: #20283D;
	color: #D2E0F7;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 26px 16px;
	gap: 16px;
}

.advantages-list--item-picture {
	max-width: 56px;
}

.advantages-list--item-description {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.advantages-list--item-title {
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
}

.advantages-list--item-subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}

@media (max-width: 1439px) {
	.advantages {
		gap: 36px;
	}

	.advantages-header--title {
		font-size: 26px;
		line-height: 36px;
	}

	.advantages-header--subtitle,
	.advantages-footer--subtitle {
		font-size: 18px;
	}

	.advantages-footer--title {
		font-size: 22px;
		line-height: 36px;
	}

	.advantages-list--item {
		padding: 20px 16px;
		align-items: flex-start;
		flex-direction: row;
	}

	.advantages-list--item-description {
		align-items: flex-start;
	}

	.advantages-list--item-picture {
		max-width: 40px;
	}

	.advantages-list--item-title {
		font-size: 18px;
		line-height: 24px;
	}

	.advantages-list--item-subtitle {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 767px) {

	.advantages-header,
	.advantages-footer {
		gap: 12px;
	}

	.advantages-header--title {
		font-size: 20px;
		line-height: 24px;
	}

	.advantages-header--subtitle,
	.advantages-footer--subtitle {
		line-height: 23px;
	}

	.advantages-list {
		grid-template-columns: 1fr;
	}

	.advantages-list--item-picture {
		max-width: 32px;
	}

	.advantages-list--item-subtitle {
		font-size: 14px;
	}
}
/* End */
/* /local/templates/zugel/components/bitrix/news.list/advantages_mytech/style.css?17648446632260 */
