.tariffs table {
	width:  100%;
	/*max-width: 1200px;*/
}

.tariffs table tr {
	background: rgba(206, 206, 206, 0.1);
}

.tariffs table tr:nth-child(2n) {
	background: transparent;
}

.tariffs table th {
    padding: 25px;
	font-size: 20px;
    font-weight: 500;
}

.tariffs table th,
.tariffs table td {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.tariffs table tr th:first-child,
.tariffs table tr td:first-child {
	width: 40%;
	text-align: left;
}

.tariffs table tr th:last-child,
.tariffs table tr td:last-child {
	border-right: none;
}

.tariffs table td,
.tariffs table td.iww_____element-container .iww_____element-container {
    font-size: 14px;
    line-height: 1.45;
    color: #444444;
    padding: 25px ! important;	
}

.tariffs table td .material-symbols-outlined {
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	color: #37bd58;
}

.tariffs table td {
	padding: 10px 25px ! important;
}

.tariffs table.table-to-left th,
.tariffs table.table-to-left td {
	text-align: left;
}