
table.pricelist {
	border-collapse: separate;
	border-radius: 5px;
	border-spacing: 0;
	overflow: hidden;
}

table.pricelist tr.head td {
	color: white;
	font-size: 18px;
	font-weight: 700;
}

table.pricelist tr.head-s td {
	border-color: #722366;
	border-right: 1px solid #722366;
	color: white;
	padding: 5px;
}

table.pricelist th {
	background-color: #585858;
	border-bottom: 1px solid #d2d2d2;
	color: white;
	padding: 15px 10px;
	white-space: nowrap;
	width: 30%;
}

table.pricelist th.subtitle {
	background-color: white;
	color: #9c308a;
	font-size: 18px;
	padding: 15px 0 10px 0;
	text-align: left;
}

table.pricelist tr.head th {
	background-color: white;
}

table.pricelist td {
	border-bottom: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 15px 10px;
	text-align: center;
}

table.pricelist tr.head td.m {
	background-color: #ec85b2;
}

table.pricelist tr.head td.t {
	background-color: #9c308a;
	border-bottom: 1px solid #722366;
	border-left: none;
}

table.pricelist td.m {
	background-color: #fffff2;
}

table.pricelist td.t {
	background-color: white;
}

table.pricelist td p {
	color: gray;
	font-size: 14px;
	margin: 0;
	margin-bottom: -8px;
	padding-top: 5px;
	text-align: center;
}

table.pricelist td a.link-btn {
	display: block;
	padding: 10px 50px 10px 40px;
}

table.pricelist td.m a.link-btn {
	background-color: #ec85b2;
}

table.pricelist td.t a.link-btn span.small {
	display: block;
}

ol.flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
}

ol.flow li {
	background-color: white;
	border: 2px solid #bcbcbc;
	border-radius: 6px;
	margin-right: 30px;
	padding: 30px 30px 10px 30px;
	position: relative;
	width: 270px;
}

ol.flow li::after {
	background: url(images/flow_arrow.svg) no-repeat center center;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	right: -32px;
	top: 100px;
	width: 30px;
}

ol.flow li:last-child {
	margin-right: 0;
}

ol.flow li:last-child:after {
	background-image: none;
}

ol.flow li div.step {
	background-color: #393939;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	height: 66px;
	left: 50%;
	line-height: 1.5em;
	margin-left: -33px;
	padding-top: 12px;
	position: absolute;
	text-align: center;
	top: -45px;
	width: 66px;
}

ol.flow li div.step strong {
	display: block;
	font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
}

ol.flow li h3 {
	font-size: 22px;
	line-height: 1.4em;
	text-align: center;
}

ol.flow li p {
	line-height: 1.5em;
}