.title-h2{
	margin-bottom: 10px;
}
.title-h2 + b {
	display: block;
	margin-bottom: 40px;
}
.title-h4{
	margin-bottom: 2px;
	font-size: 18px;
}
/***/
.content-container .text{
	font-size: 16px;
}

.car-image{
	margin-top: 108px;
	margin-bottom: 672px;
}

.order-block {
	margin: 135px auto auto;
}

.order-block .order-text {
	margin-bottom: 40px;
	padding: 0 20px;
	text-align: center;
}

.col-md-6 form {
	margin-top: 10px;
	/*padding: 0 43%;*/
}
.col-md-6 a.btn {
	line-height: unset;
    padding-top: 9px;
}

#paymentSystemsModal {
	width: 600px;
}

#paymentSystemsModal .title-h2 {
	text-align: center;
	margin-bottom: 15px;
}

#paymentSystemsModal p.text {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 10px;
}

#paymentSystemsModal .btn {
	position: relative;
}

#paymentSystemsModal .column {
	width: 45%;
}

.wfp-widget-container {
	z-index: 100000!important;
}

.profile-item .btn {
	line-height: 2.5;
}
.flexible.space-between > div.order_status .btn {
	line-height: 2.3;
}

.payment-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 250%;
	background-color: rgba(55, 55, 55, 0.36);
	z-index: 1000000;
}

@media only screen and (max-width: 2015px){
	.car-image{
		margin-bottom: 100px;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 1279px){
	.text{
		font-size: 12px;
	}
}
@media only screen and (max-width: 1280px) {
	.profile-item .btn {
		line-height: 3;
	}
}
@media only screen and (max-width: 479px){
	.text{
		text-align: center;
	}
	#paymentSystemsModal {
		width: auto;
		height: inherit;
		position: absolute;
		top: 0;
		left: 0;
	}
	#paymentSystemsModal .flexible {
		display: block;
	}
	#paymentSystemsModal .flexible .column {
		display: block;
		width: 100%;
		margin: auto auto 15px;
		text-align: center;
	}
	.paid_modal {
		height: max-content!important;
		left: 24px!important;
	}

	.paid_modal h3.title-h3 {
		margin-top: 30px!important;
	}
}
