select#orderService {
     -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url('../images/select.png') no-repeat right center; 
    background-color: white !important;
	background-position:center;
	background-position-x: 95%;  
}
#order {
	#background: #fffbdb;
    
}
.order {
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.first__title {
	margin-bottom: 10px;
}
.order__form_intro {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #270c02;
}
.order__form_file {
	display: block;
	font-size: 18px;
	color: #270c02;
}
.order__form select {
	font-family: Helios;
	margin-bottom: 20px;
	position: relative;
    border: 1px solid #92847e;
    outline: none;
    cursor: pointer;
    width: 100%;
    color: #270c02;
    padding: 15px 0;
    padding-left: 16px;
    font-size: 18px;
    font-weight: 400;
}
.order__form_input {
	font-family: Helios;
	font-weight: 400;
	width: 100%;
	padding: 15px 0;
	padding-left: 16px;
	font-size: 18px;
	color: #8b6151;
	border: 1px solid #92847e;
	margin-bottom: 20px;
}
.order__form input[type='text']::-webkit-input-placeholder, .order__form input::-webkit-input-placeholder,.order__form input[type='email']::-webkit-input-placeholder, .order__form textarea::-webkit-input-placeholder  {
	color: #8b6151;
} 
.order__form input::-moz-placeholder, .order__form textarea::-moz-placeholder {
	color: #8b6151;
}
.order__textarea {
	font-family: Helios;
	font-weight: 400;
	padding-left: 16px;
	padding-top: 10px;
	font-size: 18px;
	color: #8b6151;
	width: 100%;height: 145px;
	border: 1px solid #92847e;
	margin-bottom: 20px;
}
.order__form_block__input {
	font-family: Helios;
	font-weight: 400;
	width: 210px;
	padding: 15px 0;
	padding-left: 16px;
	font-size: 18px;
	color: #8b6151;
	border: 1px solid #92847e;
}
.order__form_btn {
	 display: block;
    background: #34150a;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 21px 0;
    width: 293px;
    border: 0;
    margin: 35px auto;
 	box-shadow: 0 5px 0 #ddd7a9;
}
.order__form_btn:hover {
	opacity: 0.75;
}
	
.order__text {
	font-family: Helios;
	font-weight: 400;
	font-size: 19px;
	color: #34150a;
}
/*сообщения об ошибке */
.errorMessage {
	display: block;
	margin: -2px 0px 3px;
	padding: 0px 0px 2px;
	color: red;
	
}
.errorReg {
	display: block;
	margin: -2px 0px 3px;
	padding: 0px 0px 2px;
	color: red;
}
.registerremove {
	display: none;
}
/* End  сообщения об ошибке */
@media (min-width: 768px) and (max-width: 991.98px) {
	#order {
		padding-top: 20px;
	}
	.order__form_block {
		justify-content: space-around !important;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	#order {
		padding-top: 20px;
	}
}
@media (min-width: 467px) and (max-width: 575.98px) {
	#order {
		padding-top: 20px;
	}
}
@media (max-width: 466.98px) {
	#order {
		padding-top: 20px;
	}
	.order__form_block__input {
		width: 170px;
	}
}
@media (max-width: 413.98px) {
	#order {
		padding-top: 20px;
	}
	.order__form_block__input {
		width: 150px;
	}

}
@media (max-width: 359.98px) {
	#order {
		padding-top: 20px;
	}
	.order__form_block__input {
		width: 125px;
	}
	.order__form_intro {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #270c02;
}
}