.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 90%;
margin: 15px 0;
padding: 4px;
background: #F8F0F1;
text-align: left;
-moz-border-radius: 5px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
margin: 15px 0;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}
.price ,.price_fastorder{
	margin-top: 6px;
    font-weight: 600;
    font-size: 29px;
    line-height: 32px;
    color: #333; }
    @media (max-width: 991px) {
      .our_price_display .price {
        font-size: 26px;
        line-height: 28px; } }


label { font-size:15px !important;
margin: 5px; float: left; text-align: left; }

br { clear: left; }
.block_input{
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 250px;
	padding-left: 20px;
}
.image_fast_order{

	float: left;

}
.send_message,.modal_btn {
	-webkit-appearance: none;
	color: #fff;
	padding: 6px 15px;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	background: #0B8C0E;
	border: 0;
	background-image: linear-gradient(bottom, #0B8C0E 0%, #2DAC30 100%);
	background-image: -o-linear-gradient(bottom, #0B8C0E 0%, #2DAC30 100%);
	background-image: -moz-linear-gradient(bottom, #0B8C0E 0%, #2DAC30 100%);
	background-image: -webkit-linear-gradient(bottom, #0B8C0E 0%, #2DAC30 100%);
	background-image: -ms-linear-gradient(bottom, #0B8C0E 0%, #2DAC30 100%);
	background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0, #0B8C0E), color-stop(1, #2DAC30) );
	box-shadow: 0 2px 2px #999;
}
#modal_btn:hover, .modal_btn:hover, .modal_btn-submit:hover,.send_message:hover {
	opacity: 0.8;
}
#area_fastorder{
	width: 100%;
	height: 100px;
}
#name{
	width: 92%;
	
}
#phone{
	width: 92%;
	;
}
#email{
	width: 91%;
	
}
@media screen and (max-device-width: 640px){
	.modal_btn-form {
		top: 0;
		left: 0;
		margin: 0 auto;
		width: 100%;
	}
	.modal_btn-form * {
		font-size: 1.2em !important;
	}
	#modal_btn-cr {
		float: right;
		position: relative;
		margin: 0;
	}
}
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 400px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}