.prices-index-c {
	background: #f8f8f8;
	margin: 32px 0;
	padding: 32px 0;
}
.prices-index-c h2 {
	font-size:28pt;
	font-weight:bold;
	margin-bottom: 32px;
}
.prices-index-c .tabs {
	display: flex;
	align-items: center;
}
.prices-index-c .tabs .tab {
	display: inline-block;
	padding: 32px;
	background: rgba(47, 201, 200, 0.5);
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none !important;
	margin-right: 2px;
	transition: all 300ms;
}
.prices-index-c .tabs .tab:hover,
.prices-index-c .tabs .tab.is-active {
	background: rgb(47,201,200);
}
.prices-index-c .tab-content {
	display: none;
	margin-top: 32px;
	margin-bottom: 32px;
}
.prices-index-c .tab-content.is-active {
	display: block;
}

.prices-index-c .table-c {
	max-height: 460px;
	overflow-y: auto;
}
.prices-index-c .table-c table {
	margin-top: 0;
	margin-bottom: 0;
}
.prices-index-c .cargo-prices-table-bottom a {
	color: initial;
	font-weight: bold;
}

@media (max-width: 768px) {
	.prices-index-c h2 {
		font-size: 22px;
	}
	.prices-index-c .tabs {
		flex-direction: column;
	}
	.prices-index-c .tabs .tab {
		font-size: 14px;
		padding: 16px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2px;
	}
}