.form_review{
	display:flex;
	color:#1B1B1B;
	gap:50px;
}
.form_review .appointment__left{
	min-width:380px;
	display:flex;
	flex-direction:column;
	gap:24px;
}
.form_review .appointment__right{
	width:100%;
}

.form_review h2{
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
	margin-bottom:15px;
	margin-top:0;
	color: #1B1B1B;
}

.form_review label{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	display:inline-block;
	margin-bottom:6px;
	color: #1B1B1B;
}
.form_review input, .form_review textarea{
	background: #FFFFFF;
	border-radius: 3px;
	min-height: 48px;
	padding: 15px 20px;
	border: 0;
	width: 100%;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	resize: vertical;
}

.form_review .appointment__but button{
	width:250px;
}

.form_review .field-reviewsform-recaptcha{
	display:none;
}

.form_review #reviewsform-usermessage{
	height:150px;
}
.form_review .form_stars{
	height:64px;
}
.form_review .form_stars ._stars div{
	display:block;
	float:left;
	width:18px;
	height:18px;
	background:url('/local/templates/mitino_2022/image/star-null-icon.svg') no-repeat center center;
	background-size:contain;
	cursor:pointer;
}
.form_review .form_stars ._stars._selected div{
	background-image:url('/local/templates/mitino_2022/image/star-full-icon.svg');
}
.form_review .form_stars ._stars:hover div{
	background-image:url('/local/templates/mitino_2022/image/star-full-icon.svg') !important;
}

.form_review .form_stars ._stars div:hover ~ div{
	background-image:url('/local/templates/mitino_2022/image/star-null-icon.svg') !important;
}

.form_review .form_stars ._stars div._selected ~ div{
	background-image:url('/local/templates/mitino_2022/image/star-null-icon.svg');
}

.form_review .form_stars ._stars div + div{
	margin-left:11px;
}

.form_review .form_button{
	margin-top:55px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	gap: 12px 20px;
}

.form_review .appointment__but{
	width: 250px;
}

.form_review .form_button > div{
	float:left;
}
.form_review .appointment__agreement{
	width: Calc(100% - 270px);
	max-width: 100%;
	min-width: 311px;
	font-weight: 500;
	font-size: 13px;
	line-height: 150%;
	color: #A3A3A3;
}
.form_review .appointment__agreement a{
	text-decoration:underline;
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
	color: #A3A3A3;
}


#form_review_thanks{
	position:fixed;
	display:none;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	z-index:1000;
	background:rgba(0,0,0,0.4);
}
#form_review_thanks ._in{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}
#form_review_thanks ._box{
	padding:60px;
	max-width:480px;
	background:#fff;
	overflow:hidden;
}
#form_review_thanks ._text1{
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
	text-align:center;
}
#form_review_thanks ._text2{
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	text-align:center;
	margin-top:10px;
}
#form_review_thanks ._btns{
	margin-top:30px;
	text-align:center;
}
#form_review_thanks ._btns .button{
	width:310px;
}

@media (max-width: 991px){

	.form_review .appointment__but,
	.form_review .appointment__but button,
	.form_review .appointment__agreement{
		width: 100%;
	}

	.form_review .appointment__agreement{
		max-width: 100%;
		min-width: fit-content;
	}
}

@media (max-width:768px) {

	.form_review{
		flex-direction:column;
		gap:16px;
	}

	.form_review .appointment__left{
		min-width:auto;
		gap: 16px;
	}

	#form_review_thanks ._box{
		padding:50px 15px;
	}

	.form_review .form_button{
		margin-top: 16px;
		display:flex;
		flex-direction:column;
	}

	.form_review .appointment__agreement{
		order:1;
		text-align:center;
	}

	.form_review .appointment__but{
		order:2;
	}

	.form_review .appointment__but .button{
		width:100%;
	}

	.form_review._letter .form_stars{
		display:none;
	}

	.form_review h2{
		margin-bottom: 4px;
		font-size: 20px;
		line-height: 120%;
	}

	.form_review label{
		margin-bottom: 4px;
	}

	.form_review .form_stars ._stars div + div{
		margin-left: 10px;
	}

	.form_review .form_stars{
		height: 57px;
	}
}