.t_container {
	gap:20px;
	padding:20px;
	width:100%; max-width:1440px;
	z-index:999999999999;
}
.t_box {
	position:relative;
	background:#fff;
	padding:40px 20px 130px 20px;
	width:calc(33% - 20px); min-width:300px;
	border-radius:20px;
	box-shadow:0 2px 15px -5px rgba(0,0,0,.4);
}
.t_title {
	color:#fff;
	font-size:44px;
	font-weight:700;
	margin-bottom:15px;
}
.t_free {
	background: linear-gradient(335deg, #FFFFFF -6.22%, #AAAAAA 100%);
}
.t_start {
	background: linear-gradient(335deg, #F6FFC0 -6.22%, #D3CE49 100%);
}
.t_lite {
	background: linear-gradient(335deg, #D1FFC0 -6.22%, #6DD349 100%);
}
.t_big {
	background: linear-gradient(335deg, #C0D2FF -6.22%, #4980D3 100%);
}
.t_pro {
	background: linear-gradient(335deg, #BDD0FF -6.22%, #8649D3 100%);
}
.t_max {
	background: linear-gradient(335deg, #FFBDBD -6.22%, #D37B49 100%);
}
.t_mega {
	background: linear-gradient(335deg, #C1D3EE -6.22%, #333 100%);
}

.t_line {
	font-size:16px;
	margin-bottom:5px;
}
.t_linep {
	font-size:12px;
	margin-bottom:10px;
}
.t_linep b {font-size:26px;}
.t_line1 {
	font-size:16px;
}
.t_line2 {
	font-size:14px;
	margin-top:5px;		
}
.t_line3 {
	font-size:14px;
	color:#111;
}
.t_linef {
	font-size:14px;
	margin-top:15px;			
}

.t_podcon {
	padding:20px;
}
.t_podcon p {
	font-size:14px;
	margin:0 0 10px 0;
}
.t_podcon p b {
	font-size:16px;
}
.t_podcon span {
	font-size:20px;
	font-weight:500;
	margin-bottom:15px;
}
.t_regin {
	position:absolute;
	width:100%;
	padding:0 20px 40px 20px;
	left:0; bottom:0;
}
.t_btn_reg {
	padding:10px 30px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#DF3434;
	text-decoration:none;
	border-radius:20px;
}
.t_btn_reg:hover {opacity:.8;}

.t_link_mini {
	color:#3BBB3B;
	font-size:12px;
	padding:0 10px 5px 0;
	text-decoration:underline;
}
.t_btn_green {
	border:0; outline:none;
	padding:14px 30px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#3BBB3B;
	text-decoration:none;
	border-radius:20px;
	text-align:center;
	width:100%; max-width:200px;
}
.t_btn_green:hover {opacity:.8;}
.t_inp_green {
	outline:none;
	padding:10px 20px;
	border:2px solid #3BBB3B;
	font-size:18px;
	font-weight:500;
	color:#111;
	background:#fff;
	text-decoration:none;
	border-radius:20px;
	text-align:center;
	width:100%; max-width:200px;
}
.t_link_bottom {
	text-decoration:none;
	padding-bottom:2px;
	border-bottom:1px solid #3BBB3B;
	color:#3BBB3B;
	margin-top:10px;
	font-size:14px;
	color:#3BBB3B;
	margin-top:10px;
	font-size:14px;
	text-align:center;
}
.t_regin p {
	margin:0;
	padding-right:20px;
	font-size:14px;
	color:#DF3434;
}
.t_podh1 {
	text-align:center;
	font-size:16px;
	font-weight:500;
	margin-top:-10px;
	margin-bottom:10px;
	color:#1D9EF9;
}

@media only screen and (max-width: 1000px) {
	.t_box {
		width:calc(50% - 20px); min-width:300px;
	}
	.t_title {font-size:38px;}
	.t_line {font-size:14px;}
	.t_linep {font-size:11px;}
	.t_linep b {font-size:22px;}
	.t_line1 {font-size:14px;}
	.t_line2 {font-size:12px;}
	.t_line3 {font-size:14px;}
	.t_linef {font-size:12px;}
	.t_podcon p {font-size:12px;}
	.t_podcon p b {font-size:14px;}
	.t_podcon span {font-size:16px;}
}
@media only screen and (max-width: 680px) {
	.t_box {
		width:100%; min-width:300px;
	}	
}