.t1	{
	width: 100%;
	min-height: 340px;
	height: auto;
	padding-bottom: 70px;
}

.t1-container	{
	margin: auto;
	width: 950px;
	min-height: 340px;
	height: auto;
}

.t1-title	{
	width: 950px;
	height: 45px;
	margin: auto;
	text-align: left;
	font-size: 40px;
	font-family: "PlayfairDisplayBold";
	color: #000000;
	margin-top: 50px;
}

.t1-title>span	{
	color: #c10f0f;
}

.t1-table-main	{
	color: #3a3a3a;
	text-align: center;
	font-size: 18px;
	font-family: "OpenSansRegular";
	border-radius: 10px;
	width: 950px;
}

.t1-table-main-bg1>td>span	{
	color: #c10f0f;
}

.t1-table-main-bg2>td>span	{
	color: #c10f0f;
}

.t1-table-title	{
	width: 600px;
	height: 30px;
	margin: auto;
	color: #000000;
}

.t1-table-main-bg>td 	{
	background-color: #0180f3;
	color: #ffffff;
	height: 50px;
	font-family: "OpenSansBold";
	font-size: 18px;
}

.t1-table-main-bg1>td 	{
	background-color: #f4f4f4;
	height: 30px;
}

.t1-table-main-bg2>td 	{
	background-color: #efefef;
	height: 30px;
}

.t1-br1	{
	border-radius: 5px 0 0 0;
}

.t1-br2	{
	border-radius: 0 5px 0 0;
}

.t1-descr	{
	width: 890px;
	height: auto;
	text-align: left;
	margin-bottom: 60px;	
	padding: 30px;
	background-color: #f4f4f4;
	border-radius: 5px;
}

.t1-left-point	{
	text-align: left;
	font-family: 18px;
	font-family: "OpenSansRegular";
	color: #000000;
	background-image: url(../img/point1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 30px;
	margin-left: 30px;
	margin-top: 10px;
}

.t1-left-title	{
	text-align: left;
	font-size: 18px;
	font-family: "OpenSansBold";
	color: #000000;
}