@CHARSET "UTF-8";

#healthReserveFeedback {
	text-align: center;
}

#healthReserveFeedback .raketko {
	background-image: url(../../../images/lections/last.svg);
	width: 250px;
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#healthReserveFeedback .title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 0;
}

#healthReserveFeedback .subtitle {
	font-size: 22px;
	margin: 14px 0;
}

#healthReserveFeedback .subtitle.error {
	color: #F44336;
}

#healthReserveFeedback textarea {
	min-height: 100px;
	max-width: 500px;
	border: 1px solid #e4e4e4;
	padding: 10px;
	transition: border 200ms ease-in-out;
}

#healthReserveFeedback textarea:focus {
	border: 1px solid #009fe3;
	outline: none;
}

#healthReserveFeedback .comment {
	margin: 50px 0 12px;
	font-size: 18px;
	font-weight: 300;
}

#healthReserveFeedback .br-theme-bars-square {
	width: 260px;
	margin: 16px auto 60px;
}

#healthReserveFeedback .br-theme-bars-square .br-widget a {
	height: 40px;
	width: 40px;
	line-height: 38px;
}