.type_module_text.template_sti_service .title
{
	border-bottom: 5px solid #1e2328;
	border-top: 5px solid #1e2328;
	text-align: center;
	background: #0cc0f1;
	
}

.type_module_text.template_sti_service .title h3
{
	padding: 10px 0px;
	margin: 0px auto;
	color: #d7dbde;
	text-transform: uppercase;
	background: #1e2328;
	width: 191px;
	position: relative;

}


.type_module_text.template_sti_service .title h3:before
{
	content: "";
	display: block;
	position: absolute;
	width: 29px;
	height: 51px;
	background: #1e2328;
	top: 0px;
	transform: skew(20deg);
	margin-left: -11px;
}


.type_module_text.template_sti_service .title h3:after
{
	content: "";
	display: block;
	position: absolute;
	width: 29px;
	height: 51px;
	background: #1e2328;
	top: 0px;
	transform: skew(-20deg);
	margin-left: 172px;
}

.type_module_text.template_sti_service table
{
	width: 1024px;
	margin: 0px auto;

}

.type_module_text.template_sti_service table td
{
	vertical-align: top;
	width: 341px;
}

.type_module_text.template_sti_service table td li
{
	margin-top: 20px;
	position: relative;
}

.type_module_text.template_sti_service table td:nth-child(1) li
{
	margin-left: 20px;
}

.type_module_text.template_sti_service table td:nth-child(1) li:after
{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #3d4750;
	position: absolute;
	top: 7px;
	left: -15px;
}


.type_module_text.template_sti_service table td:nth-child(3)
{
	text-align: right;
}


.type_module_text.template_sti_service table td:nth-child(3) li
{
	margin-right: 20px;
}

.type_module_text.template_sti_service table td:nth-child(3) li:after
{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #3d4750;
	position: absolute;
	top: 7px;
	right: -15px;
}