.obsuditinclude button:disabled:hover {
	background: #ffffff;
}

.obsuditinclude_block input {
	transition: box-shadow 0.2s ease;
	border: 1px transparent solid;
}

.obsuditinclude_block.err input {
	border-color: #C60000;
}

.obsuditinclude_block.shadowred input {
	transition: box-shadow 0.2s ease;
	-webkit-box-shadow: 0 0 5px 0 #F00;
	box-shadow: 0 0 5px 0 #F00;
}

.obsuditinclude_cont {
	position: relative;
}

.obsuditinclude_result {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 100%;
	text-align: center;

	font-size: 30px;
	line-height: 1.4;
	color: #fff;
}

.obsuditinclude_but {
	position: relative;
	display: inline-block;
}

.obsuditinclude_but_loader {
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	transform: translateY(-50%);
	display: none;
	background-image: url(loader2.gif);
	background-repeat: no-repeat;
	width: 43px;
	height: 11px;
}

.obsuditinclude form {
	display: block;
	vertical-align: top;
}

/************************/


.obsuditinclude input[type="text"] {
	width: 100%;
	height: 46px;
	padding: 0 10px 0 30px;
	color: #000;
	font-size: 16px;
	line-height: 1;
	font-weight: 300;
}

.obsuditinclude textarea {
	border: none;
	display: block;
	padding: 10px 10px 10px 30px;
	min-height: 110px;
	resize: vertical;
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 300;
}

.obsuditinclude button {
	cursor: pointer;
	border: 0;
	background: #ffffff;
	display: block;
	font-size: 17px;
	line-height: 1;
	color: #000;
	font-weight: 300;
	width: 170px;
	padding: 12px 20px 10px 20px;
}

.obsuditinclude button:hover {
	background: #fec601;
}

.obsuditinclude input[type="text"]::-webkit-input-placeholder,
.obsuditinclude textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #a6a4a4;
}

.obsuditinclude input[type="text"]:-moz-placeholder,
.obsuditinclude textarea:-moz-placeholder {
	/* Firefox 18- */
	opacity: 1;
	color: #a6a4a4;
}

.obsuditinclude input[type="text"]:-ms-input-placeholder,
.obsuditinclude textarea:-ms-input-placeholder {
	opacity: 1;
	color: #a6a4a4;
}

.obsuditinclude .form_name {
	display: inline-block;
	width: 234px;
}

.obsuditinclude .form_tel {
	float: right;
	display: inline-block;
	width: 234px;
}

.obsuditinclude .form_primech {
	margin: 15px 0 0 0;
}

.obsuditinclude .form_but {
	margin: 15px 0 0 0;
}


.obsuditinclude_rules {
	margin: 24px 0;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}

.obsuditinclude_rules a {
	color: #000;
	text-decoration: underline;
}

.obsuditinclude_rules a:hover {
	text-decoration: none;
}