.plans-container {
	margin-top: 10px;
}

.plan-small.first {
}

.plan-small {
	float: left;
	width: 182px;
	margin-top: 35px;
	border-bottom: 1px solid #999;
}

.plan-big {
	float: left;
	width: 260px;
	border-bottom: 10px solid #000;
}

.button {
	text-align: center;
}

.plan-header {
	float: left;
	width: 182px;
	height: 127px;
	background: url(/assets/img/visitors/plans/plan-header-small.png) no-repeat;
}

.plan-big .plan-header {
	width: 260px;
	height: 146px;
	background: url(/assets/img/visitors/plans/plan-header-big.png) no-repeat;
}

.plan-small.right .plan-header {
	width: 181px;
	height: 127px;
	background: url(/assets/img/visitors/plans/plan-header-small-right.png) no-repeat;
}

.plan-header {
	text-align: center;
}

.plan-header h2 {
	color: #fff;
	margin-top: 10px;
	font-size: 24px;
}

.plan-header h3 {
	margin-top: 25px;
	font-size: 30px;
}

.plan-big .plan-header h3 {
	margin-top: 35px;
}

.plan-header h4 {
	font-weight: normal;
	font-size: 14px;
}

.plan-info {
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
}

.plan-big .plan-info {
	border: 10px solid #000;
	border-top: none;
	border-bottom: none;
}

.plan-small.right .plan-info {
	border-left: none;
}

.plan-info-inside {
	padding: 20px 0 10px;
	margin: 0 10px;
}

.plan-big .plan-info-inside {
	margin: 0 5px;
}

.info-item {
	font-size: 18px;
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
	margin: 0 10px;
	border-bottom: 1px solid #ddd;
}

.plan-big .info-item {
	font-weight: bold;
	font-size: 25px;
}

.info-item.empty {
	border-bottom: 1px solid transparent;
}

.plan-button {
	margin-top: 20px;
}

.explain-box {
	margin: 30px 0;
	background: #ddd;
	border: 1px solid #707070;
	padding: 10px 0;
}

.explain-box-inside {
	margin: 0 20px;
	font-size: 18px;
}

.all-contain {
	float: left;
	width: 124px;
	margin: 80px 20px 0 0;
}

.all-contain h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 5px;
}

.include-item {
	margin-bottom: 5px;
	font-size: 12px;
}

.all-contain .check {
	float: left;
	padding-top: 2px;
	margin-right: 2px;
}

.all-contain .text {
	float: left;
	width: 110px;
}
