.new_packeds {
	padding-bottom: 10px;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 20px;
}
.prd-det-txt2 {
	padding-bottom: 0;
}
.new_packeds, .new_packed_summa {
	position: relative;
	float: left;
	width: 100%;
}
.new_packeds .title {
	position: relative;
	margin: 10px 0;
	float: left;
	width: 100%;
}
.new_packeds .title span {
	font-size: 22px;
	font-weight: bold;
	background: #fff;
	position: relative;
	z-index: 2;
	display: inline-block;
	padding-right: 5px;
}	
.new_packeds .title:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 9px;
	border-bottom: 1px solid #c5c5c5;
	z-index: 1;
}
.new_packeds_wrap {
	width: 100%;
	float: left;
}
.new_packeds_wrap .new_packed {
	width: 32%;
	background: #e9f2ee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 12px;
	text-align: center;
	float: left;
	margin-right: 2%;
	font-weight: bold;
	cursor: pointer;
	font-size: 18px;
	line-height: 1.2;
}
.new_packeds_wrap .new_packed:nth-child(1) span {
	opacity: 0;
}
.new_packeds_wrap .new_packed:nth-child(3)  {
	margin-right: 0;
}
.new_packeds_wrap .new_packed span {
	display: inline-block;
	background: #e8302e;
	color: #fff;
	padding: 0 5px;
	min-width: 70%;
	font-size: 18px;
}
.new_packeds_wrap .new_packed img {
	width: 100%;
	margin: 5px auto 0 auto;
	max-width: 130px;
}
.new_packeds_wrap .new_packed .cena {
	background: #d5d6d6;
	padding: 4px 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}	
.new_packeds_wrap .new_packed.active {
	background: #008746;
	color: #fff;
}
.new_packeds_wrap .new_packed.active .cena {
	background: #035930;
}	
.new_packed_summa {
	padding-top: 10px;
}
.new_packed_summa .plan {
	background: #e9f2ee;
	width: 50%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 25px;
	text-align: center;
	float: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 180px;
	cursor: pointer;
	position: relative;
}
.new_packed_summa .plan:nth-child(1) {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.new_packed_summa .plan:nth-child(2) {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.new_packed_summa .plan.active {
	background: #008746;
	color: #fff;
}
.new_packed_summa .plan.active a, .new_packed_summa .plan.active label {
	color: #fff;	
}
.new_packed_summa .plan.active:before {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	top: -14px;
	left: 50%;
	background: url(../images_v3/plan_active.png) center center no-repeat;
	margin-left: -14px;
	background-size: cover;
}
.new_packed_summa .plan span {
	display: block;
	font-size: 30px;
	font-weight: bold;	
}
.new_packed_summa .plan a {
	font-size: 16px;
	text-decoration: underline;
	margin-top: 5px;
	display: block;
	margin-bottom: 10px;
}
.new_packed_summa .plan label {
	font-size: 16px;
	margin-right: 15px;
}
.new_packed_summa .plan select {
	border: none;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	width: 50%;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: url(../images_v3/sel-arw_new.png) 95% center no-repeat #fff;
}
@media only screen and (max-width:1023px) {
	.new_packeds_wrap .new_packed, .new_packeds_wrap .new_packed span { font-size: 14px; }
	.new_packed_summa .plan label { font-size: 14px; margin-right: 5px; }
}
@media only screen and (max-width: 610px) {
	.new_packeds_wrap .new_packed, .new_packeds_wrap .new_packed span { font-size: 14px; }
	.new_packeds_wrap .new_packed span { height: auto; }
}
@media only screen and (max-width: 500px) {
	.new_packeds_wrap .new_packed { width: 100%; margin: 0 auto 15px auto; max-width: 367px; float: none; }
	.new_packeds_wrap .new_packed:nth-child(3) { margin: 0 auto 15px auto; }
	.new_packeds_wrap .new_packed span { display: block; }
	.new_packeds_wrap .new_packed, .new_packeds_wrap .new_packed span { font-size: 18px; }
	.new_packeds_wrap .new_packed:nth-child(1) span { height: 1px; }
}
@media only screen and (max-width: 400px) {
	.new_packed_summa .plan { font-size: 15px; padding-top: 15px; }
	.new_packed_summa .plan a { font-size: 14px; margin-bottom: 0; }
	.new_packed_summa .plan select { width: 80%; font-size: 14px; }
	.new_packeds_wrap .new_packed img { max-width: 100%; }
}
@media only screen and (max-width: 360px) {
	.new_packed_summa .plan { font-size: 14px; }
}	