
.section_simple_tariff_table_item_wrap{
	display:flex;
	flex-wrap:wrap;
	margin:0 -4px 8px;
}

.tariff_table_simple_col .section_simple_tariff_table_item_col_1 .section_simple_tariff_table_item_in,
.tariff_table_simple_col .section_simple_tariff_table_item_col_2 .section_simple_tariff_table_item_in{
	text-align:center;
	font-size: 36px;
	color:var(--second_color);
	font-weight: 600;
	justify-content:center;
	line-height: 1;
	text-transform: uppercase;
}

.section_simple_tariff_table_item_wrap.tariff_table_title_col{
	margin-bottom:16px;
}

.tariff_table_price_col .section_simple_tariff_table_item_col_1 .section_simple_tariff_table_item_in,
.tariff_table_price_col .section_simple_tariff_table_item_col_2 .section_simple_tariff_table_item_in,
.tariff_table_title_col .section_simple_tariff_table_item_col_2 .section_simple_tariff_table_item_in,
.tariff_table_title_col .section_simple_tariff_table_item_col_1 .section_simple_tariff_table_item_in{
	background-color:var(--second_color);
	color:#fff;
	font-weight: 700;
	text-align:center;
	justify-content:center;
	text-transform: uppercase;
}

.tariff_table_title_col .section_simple_tariff_table_item_title .section_simple_tariff_table_item_in{
	justify-content:center;
}

.tariff_table_title_col .section_simple_tariff_table_item_title{
	text-align:center;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color:var(--second_color);
}
 
.section_simple_tariff_table_item_title{
	width:50%;
}

.section_simple_tariff_table_item_col_1, .section_simple_tariff_table_item_col_2{
	width:25%;
}

.section_simple_tariff_table_item{
	padding-left:4px;
	padding-right:4px;
}

.section_simple_tariff_table_item_in{
	height:100%;
	display:flex;
	align-items:center;
	padding:20px 24px;
	border-radius:var(--big_border_radius);
	background-color:var(--second_color_opacity_06);
}

.section_simple_tariff_table_after{
	background-color:var(--main_color);
	color:#fff;
	text-align:center;
	font-size: 17px;
	font-style: normal;
	padding:20px;
	border-radius:var(--big_border_radius);
	font-weight: 600;
	text-transform: uppercase;
}

@media (max-width: 990px) {
	.section_simple_tariff_table_item_in{
		padding:12px;
		font-size:12px;
	}
}

@media (max-width: 420px) {
	.section_simple_tariff_table_item_in, .section_simple_tariff_table_after{
		padding:8px;
		font-size:12px;
		border-radius:var(--button_border_radius);
	}
}