.desktop .pricing-box {
	box-shadow: 0 5px 10px 0 rgba(110, 123, 157, 0.42);
}

.pricing-box {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	text-align: center;
	background-color: #f2f3f9;
	border-radius: 9px;
	box-shadow: 0 7px 24px 0 rgba(110, 123, 157, 0.42);
	transition: .3s ease-out all;
}

.desktop .pricing-box .pricing-box-header {
	padding: 5px 10px;
	background-color: #ed1c94;
	color: #fff;
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
	transition: .3s ease-out all;
}

.desktop .pricing-box .pricing-box-header h4 { margin: 0; }
.desktop .pricing-box .pricing-box-header h4 span { font-size: 48px; }

.pricing-box-body { padding: 28px 10px; }

.pricing-box-list,
.pricing-box-price { font-size: 24px; }

.pricing-box-list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	letter-spacing: 0.02em;
	color: #29293a;
}

.pricing-box .pricing-box-price {
	color: #29293a;
	font-weight: 500;
}

.pricing-box-price {
	margin-top: 30px;
}

.order_btn:hover { color: #fff; text-decoration: none; outline: 0; }

.order_btn {
	color: #fff;
	background-color: #ed1c94;
	border-color: #ed1c94;
	font-size: 14px;
	line-height: 24px;
	padding: 11px 23px;
	position: relative;
	display: inline-block;
	max-width: 100%;
	min-width: 210px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border: 2px solid;
	border-radius: 35px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	transition: .25s all ease;
	white-space: pre-wrap;
}

.pricing-box-price small { display: block; }

.desktop .pricing-box:hover { box-shadow: 0 7px 24px 0 rgba(110, 123, 157, 0.42); }