input[type=submit], input[type=button] {
	cursor: pointer;
}

.input_text, input[type=text], input[type=tel], input[type=password], input[type=tel], input[type=email], textarea {
	position: relative;
	font-family: inherit;
	outline: 0px none currentColor;
	box-shadow: none;
}
.input_file_text, .input_file_text:hover, .input_file_text:focus {
	float: left;
	margin-right: 5px;
}

.input_file_button {
	margin-right: 5px;
}

.nbtn {
	display: inline-block;
}

input[type=file].input_upload {
	height: 0px;
	width: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}

textarea, .input_textarea {
	display: inline-block;
	resize: none;
	height: 73px;
	font-family: inherit;
	overflow: hidden;
}

.form_block {
	margin: 0px 0px 5px;
/*	width: 100%;*/
}
.feedbackform, .orderform {width:646px; margin: auto; position:relative; padding:20px; border-radius:5px; border:1px solid #CBCECE;   /*  box-shadow: 1px 1px 3px #BFBFBF;*/}
.feedbackform .form_block:nth-child(4) {position:absolute; top:20px; right:20px;}
.orderform .form_block:nth-child(6) {position:absolute; top:20px; right:20px;}
.feedbackform .button, .orderform .button {position:absolute; right:105px; top:-60px;}
.feedback_title {width: 218px;
position: relative;
top: 20px;
margin: auto;
font-size: 24px;
z-index: 10;
padding:5px 20px;
background-color: #fff;
text-align: center;
color: #A83436;}
.form_title {
	font-weight: bold;
	padding: 0px;
	text-align: left;
	line-height: 16px;
	padding: 5px 0px;
}

.form_content {
	position: relative;
}

/*******В линию*******
.form_block {
	display: table;
}

.form_title, .form_content {
	display: table-cell;
	vertical-align: top;
}
.form_title {
	width: 150px;
	padding: 5px;
	text-align: right;
}
********************/

.form_content input[type=text], .form_content textarea, .form_content input[type=tel], .form_content input[type=email] {
	width: 300px;
}

.form_send {
	padding-top: 5px;
}

.form_kapcha {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px 0px 0px;
}

.frm_err {
	color: red;
	padding: 0px 5px;
}

.error_input {
	border-color: red;
}

.form_error {
	color: red;
	font-weight: bold;
	padding: 5px 0px;
}


/************************КНОПКИ************************/
.button, .navigation  .button {
	position: relative;
	cursor: pointer;
	display: inline-block;
	/*font-weight: bold;*/
	padding: 0px 10px;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	z-index: 1;
}
.button > input, .button > input:active {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background: none;
	border: none;
	width: 100%;
	height: 100%;
	
	padding: 0px;
	margin: 0px;
	outline: 0px none currentColor;
	box-shadow: none;
	box-sizing: border-box;
	color: inherit;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	text-indent: 0px;
	list-style: none outside none;
	overflow: visible;
	z-index: 2;
	
	text-transform: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	text-shadow: inherit;
	color: inherit;
}
/****************КНОПКИ (В КОЛОНКАХ)*******************/
.button1, .navigation .button1 {
	font-size: 14px;
	height:	30px;
	line-height: 30px;
}
/****************КНОПКИ (В КОНТЕНТЕ)*******************/
.button2, .navigation .button2 {
	font-size: 14px;
	height:	30px;
	line-height: 30px;
}
/******************************************************/