
.form-price-success-content{
	z-index: 3000;
	opacity: 1;
	position: fixed;
	top: calc(100vh - 60%);
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center; 
	min-width: 420px;
	max-width: 520px;
	background: #fff; 
	margin: 0 auto; 
	padding: 29px 35px 6px;
	color: #888888;
	font-size: 13px;    
	max-height: 250px;
	-webkit-box-shadow: 2px 4px 38px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 2px 4px 38px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 2px 4px 38px 0px rgba(34, 60, 80, 0.2);
}
#submit-form-price{
	width: 125px; 
	text-align: center;
	color: white;
	font-size: 15px; 
	line-height: 40px;
	cursor:pointer; 
	margin-top: 20px;
		padding: 0;
}

.form-price{
	color: #888888; 
	font-size: 13px;
	z-index: 3000;
	opacity: 1;
	position: fixed;
	top: calc(100vh - 80%);
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center; 
	max-width: 520px;
	background: #fff; 
	margin: 0 auto; 
	padding: 35px 30px;
	color: #888888;
	font-size: 13px;    
	max-height: 540px;
	-webkit-box-shadow: 2px 4px 38px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 2px 4px 38px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 2px 4px 38px 0px rgba(34, 60, 80, 0.2);
}
.form-price-head{
	display: flex; 
	align-items: center;
	justify-content: space-between;
}
.form-price-head h3{
	font-size: 26px;
}
.form-success{
	font-size: 18px;
    margin-top: 20px;
}
.errors-price{
	color:red;
}
.display-none-price{
	display: none;
}
.display-none{
   	display: none; 
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    padding: 8px 13px 7px;
    width: 100%;
    outline: none;
}
.question-form-price{
	position: relative;
}
.question-form-price-error{
	position: absolute;
    top: 0;
    right: 0;
	color: red;
}
.errors-price{
	position: absolute;
}
.filter{
	margin-top: 25px !important;
}
#submit-form-price{
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-price-success{
	max-height: 250px;
}
@media (max-width: 990px) {
	.form-price{
		top: calc(100vh - 95%);
	}
}
@media (max-width: 380px) {
	.form-price{
	    max-height: 570px;
	}
}