/*
 * Боковая форма «Оформить заявку» — только внешний вид.
 * Откат: убрать ссылку left-form.css из чанков header / header-index / header-news.
 */

#leftcol .around-spacer:has(.feedback) {
	padding: 14px 12px 16px;
	margin: 0 0 16px;
	background: #fafafa;
	border: 1px solid #e8e8e8;
	border-top: none;
	box-sizing: border-box;
}

#leftcol .feedback {
	width: 100%;
	max-width: 100%;
	overflow: visible;
	box-sizing: border-box;
}

#leftcol .feedback br {
	display: none;
}

#leftcol .feedback .inputs {
	width: 100%;
	margin-bottom: 10px;
	overflow: visible;
}

#leftcol .feedback label {
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: 700;
	color: #4e4e4e;
	line-height: 1.3;
}

#leftcol .feedback .txt-field,
#leftcol .feedback textarea {
	width: 100% !important;
	max-width: 100%;
	box-sizing: border-box;
	display: block;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	padding: 9px 11px;
	font-size: 13px;
	line-height: 1.35;
	color: #4e4e4e;
	background: #fff;
	-webkit-transition: border-color 0.2s, box-shadow 0.2s;
	transition: border-color 0.2s, box-shadow 0.2s;
}

#leftcol .feedback textarea {
	height: 110px;
	min-height: 110px;
	resize: vertical;
}

#leftcol .feedback .txt-field:focus,
#leftcol .feedback textarea:focus {
	outline: none;
	border-color: #c23736;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(194, 55, 54, 0.12);
}

#leftcol .feedback .btn {
	float: none;
	display: block;
	width: 100%;
	margin: 4px 0 0;
	padding: 11px 16px;
	box-sizing: border-box;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	text-shadow: none;
	background: #c23736;
	background-image: none;
}

#leftcol .feedback .btn:hover {
	opacity: 1;
	background: #a92d2c;
}

@media screen and (max-width: 990px) {
	#leftcol .around-spacer:has(.feedback) {
		margin: 0 10px 16px;
		border-radius: 0 0 8px 8px;
	}
}
