.price_item_wr {
	max-width: 332px;
	flex: 0 0 332px;
}
.price_item{
	border-radius: 15px;
	border: 1px solid #CED8F6;
	background: #FFF;
}
.price_item_hd{
	height: 60px;
	background: #F7F7FC;
	padding: 0 15px;
	font-size: 16px;
}
.price_item_hd_2{
	height: 44px;
	font-size: 14px;
	background: #F7F7FC;
	border-radius: 4px;
}
.price_item_prices_wr{
	padding: 15px 10px;
}
.price_label{
	font-size: 12px;
}
.price_value{
	font-size: 11px;
}
@media(min-width:768px) {
	.price_item_wr {
		max-width: 380px;
		flex: 0 0 380px;
	}
}

@media(min-width:992px){
	.price_item_wr {
		max-width: 33.3333%;
		flex: 0 0 33.3333%;
	}
}
@media(min-width:1350px){
	.price_item_hd{
		font-size: 24px;
		height: 89px;
		padding: 0 25px;
	}
	.price_item_hd_2 {
		height: 66px;
		font-size: 20px;
	}
	.price_label{
		font-size: 18px;
	}
	.price_value{
		font-size: 16px;
	}
	.price_item_prices_wr{
		padding: 35px 25px;
	}
}