.vue-quote-popup{
	top: 5%;
	left: 50%;
	padding: 12px 30px 30px;

	-webkit-transform: translateX( -50% );
	-moz-transform: translateX( -50% );
	transform: translateX( -50% );
}

.vue-quote-popup-header,
.vue-quote-popup-inner{
	position: relative;
	z-index: 10;
}

.vue-quote-popup .vue-quote-thank-you-component{
	position: relative;
	z-index: 20;
	/* top: 0;
	bottom: 0;
	left: 0;
	right: 0; */

	-webkit-border-radius: inherit;
	-moz-border-radius: inherit;
	border-radius: inherit;
}

.vue-quote-popup .cars-popup-close{
	z-index: 30;
}

.vue-quote-popup-header{
	margin: 0 0 28px;
}

.vue-quote-popup-header-logo img{
	display: block;
	width: 140px;
	max-width: 100%;
	height: auto;
}

.vue-quote-popup-header-info{
	text-align: center;
	color: #C5262C;
	padding-top: 5%;
}

.vue-quote-popup-header-title{
	font-size: 11px;
	line-height: 1.13;
	font-weight: normal;
}

.vue-quote-popup-header-phone{
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
	text-decoration: none;
	color: inherit;
}

@media only screen and (max-width: 767px) {
	.vue-quote-popup{
		padding: 10px 20px 20px;
	}

	.vue-quote-popup-header{
		margin: 0 0 20px;
	}

	.vue-quote-popup-header-logo img{
		width: 100px;
	}
}

@media only screen and (max-width: 540px) {
	.vue-quote-popup{
		padding: 15px;
	}

	.vue-quote-popup-header{
		margin: 0 0 10px;
	}

	.vue-quote-popup-header-logo img{
		margin: auto;
	}

	.vue-quote-popup-header-info{
		padding: 0;
	}
}