/* Services hub (/uslugi/) */

.sa-hub-intro {
	padding: 10px 0 20px;
}

.sa-hub-tasks {
	padding: 20px 0 40px;
}

.sa-hub-tasks__table {
	display: grid;
	gap: 1px;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
}

.sa-hub-tasks__head,
.sa-hub-tasks__row {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 16px;
	padding: 14px 18px;
	background: #fff;
}

.sa-hub-tasks__head {
	font-weight: 700;
	background: #f7f7f7;
}

.sa-hub-tasks__row a {
	color: #e05247;
	font-weight: 600;
	text-decoration: none;
}

.sa-hub-tasks__row a:hover,
.sa-hub-tasks__row a:focus {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.sa-hub-tasks__head,
	.sa-hub-tasks__row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.sa-hub-tasks__head span:last-child {
		display: none;
	}
}
