.kic-prices {
	display: grid;
	gap: 26px;
}

.kic-prices__description {
	font-size: 16px;
	line-height: 1.6;
}

.kic-price-group {
	display: grid;
	gap: 10px;
}

.kic-price-group__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	margin: 0;
}

.kic-price-table {
	border-collapse: collapse;
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
}

.kic-price-table th,
.kic-price-table td {
	border-bottom: 1px solid #d9d3cc;
	padding: 12px 18px;
	text-align: left;
	vertical-align: top;
}

.kic-price-table th:nth-child(2),
.kic-price-table td:nth-child(2),
.kic-price-table th:nth-child(3),
.kic-price-table td:nth-child(3) {
	text-align: right;
	white-space: nowrap;
}

.kic-price-table th {
	font-weight: 700;
}

.kic-price-column-list {
	display: grid;
	gap: 10px;
}

.kic-price-column-list__item {
	line-height: 1.4;
}

@media (max-width: 720px) {
	.kic-price-table {
		display: block;
		overflow-x: auto;
	}

	.kic-price-table th,
	.kic-price-table td {
		padding: 10px 12px;
	}
}
