.price_row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 20px 0;
	background: #eee;
	padding: 40px 20%;
}
.price_row .specs {
	flex-basis: 33.33%;
}
.specs_block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.spec {
	flex-grow: 1;
	flex-basis: 33.33%;
	display: flex;
	justify-content: center;
}
.spec, .price {
	background: #fff;
	margin: 10px;
	padding: 20px 10px;
	text-align: center;
	font-family: 'Titillium web';
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	min-width: 200px;
	border-bottom: 5px solid #aaa;
}
.price.realprice {
	max-width: 200px;
}

.price .extra, .price .extra * {
	font-size: 11px !important;
	margin-top: 10px !important;
	text-align: left !important;
}
.realprice .value {
	font-size: 60px !important;
}
.realprice{
	font-size: 20px !important;
}

.spec_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.price {
	background: #F88B1D;
	min-width: 250px;
	padding: 20px;
}
.price.realprice {
	max-width: 250px;
}
.price * {
	color: #fff !important;
}
.value {
	font-family: 'Racing Sans One';
	font-size: 80px;
	margin: 0 0 5px;
	font-weight: 100;
}
.spec.double .value {
	font-size: 56px;
	margin: 5px;
}
.spec.double .spec_info:first-of-type {
	border-right: 1px solid #ccc;
	text-align: center;
}
.spec.double .spec_info {
	flex-basis: 50%;
}
.detail {
	padding: 5px 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.detail * {
	font-size: 20px;
}
.price_row .detail p.type {
	font-family: 'Racing Sans One';
	text-transform: uppercase;
	font-size: 26px;
	margin: 0 0 5px;
	color: #009ddf;
}
.main {
	font-size: 22px;
	color: #000;
	font-weight: 900;
	margin: 0;
	font-family: 'Titillium web';
	text-transform: uppercase;
}

@media all and (min-width: 1921px) {
}

@media all and (max-width: 1920px) {
	.price_row {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.price_row .specs {
		flex-basis: 100%;
	}
	.detail {
		flex-basis: calc(100% - 280px);
	}
}
@media all and (max-width: 1680px) {
	.price_row {
		padding: 40px 200px;
	}
}
@media all and (max-width: 1440px) {
	.price_row {
		padding: 40px 50px;
	}
}
@media all and (max-width: 1370px) {
}
@media all and (max-width: 1024px) {
}
@media all and (min-width: 601px) and (max-width: 1024px) {
}
@media all and (max-width: 820px) {
	.price {
		min-width: 220px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.price.realprice {
		max-width: 220px;
	}
	.value {
		font-size: 74px;
	}
	.detail {
		padding: 10px;
	}
	.detail * {
		font-size: 18px;
		line-height: 1.4;
	}
	.main {
		margin: 0 0 5px;
		line-height: 1.3;
	}
	.price_row {
		padding: 20px;
	}
	.detail {
		flex-basis: calc(100% - 240px);
	}
}
@media all and (max-width: 600px) {
	.spec, .price {
		font-size: 22px;
		margin: 0px;
		padding: 5px 10px;
		border-bottom: 2px solid #CCC;
	}
	.specs_block > .spec:last-of-type {
		border: 0 !important;
	}
	.specs_block {
		flex-wrap: wrap;
	}
	.spec_info {
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		width: 100%;
	}
	.spec_info > div {
		/* border: 1px solid red; */
		width: 33.33%;
	}
	.value {
		font-size: 48px;
	}
	.price_row .detail p.type {
		line-height: 1;
		margin: 0 0 10px;
	}
	.detail {
		flex-basis: 100%;
		text-align: center;
		padding: 20px 10px 10px;
	}
	.price {
		min-width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-content: center;
		line-height: 50px;
	}
	.price.realprice {
		max-width: 100%;
	}
	.price > div {
		width: 33.33%;
	}
	.price .value {
		font-size: 44px;
	}
}
@media all and (max-width: 600px) {
	.price.realprice {
		max-width: 100%;
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
		line-height: 40px;
	}
	.price.realprice > div {
		width: 100% !important;
	}
	.price .extra, .price .extra * {
		margin-top: 0px !important;
	}
}
@media all and (max-width: 400px) {
	.spec.double .value {
		font-size: 46px;
	}
	.spec, .price {
		font-size: 20px;
	}
	.price > div:last-of-type {
		line-height: 1;
		padding: 8px;
		font-size: 18px;
	}
}
@media all and (max-width: 360px) {
	.spec, .price {
		font-size: 18px;
	}
	.value {
		font-size: 38px;
	}
	.spec.double .value {
		font-size: 38px;
	}
	.price .value {
		font-size: 38px;
	}
}