

/* Start:/local/components/smdoc/review.list/templates/.default/style.css?1710908209444*/
.review-item{
	border-bottom: 1px solid #ccc;
	padding: 0 0 22px 0;
	margin: 0 0 34px 0;
}
.review-head{
	margin: 8px 0;
}
.review-head .client{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.review-head .date{
	font-size: 14px;
	color: #999;
	float: right;
}
.answer{
	padding: 14px 0 0 72px;
	background: url('/local/components/smdoc/review.list/templates/.default/./images/min-logo.png') no-repeat 0 26px;
	min-height: 72px;
	color: var(--major);
}
.review-list {
  text-align: justify;
}
/* End */


/* Start:/local/components/smdoc/review.form/templates/.default/style.css?17628576342964*/
.review_form .error{
	box-shadow: 0 0 5px 1px red;
}
.review_form {
	display: block;
	background: var(--light-2);
	padding: 60px;
	min-width: 290px;
	box-sizing: border-box;
	border-radius: 20px;
}
.right_panel .info .review_form h3.title {
	color: #000;
	font-size: 24px;
	font-weight: 800;
	line-height: 34px;
	margin: 0;
	margin-bottom: 16px;
}

form .review-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	align-items: center;
}
.review-list .form-row .label-wrapper {
	padding-top: 0px;
}

.review-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.review-list .form-row {
	margin-bottom: 0;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}

.review-list .form-row:nth-child(3){
	grid-column-start: 1;
	grid-column-end: 3;
}

.review-list .form-row:nth-child(3) .text-field{
	width: 100%;
}

.review-list .form-row:nth-child(3) .label-wrapper{
	width: 85px;
}

.review-list .form-row .phone {
	margin-bottom: 0;
}
.form-row.sbm {
	margin: 0;
	margin-left: 85px;
	border-radius: 40px;
}

.review-list .label-wrapper {
	width: 100px;
}
.label-wrapper {
	margin-right: 5px;
	padding-top: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.review-list .label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
}
.review-list .text-field {
	border: none;
	border-radius: 20px;
	width: 100%;
	height: 42px;
	background-color: #ffffff;
	padding-left: 17px;
	box-sizing: border-box;
}
.review-list .text-field#message {
	height: 100px;
	padding-top: 8px;
}
.submit.review-submit {
	height: 42px;
	background-color: var(--minor);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	border-radius: 40px;
	border: 1px solid var(--minor);
	margin-right: 20px;
	cursor: pointer;
	padding: 0 21px;
	box-sizing: border-box;
	transition: 0.3s;
	font-family: 'OpenSans';
}
.submit.review-submit:hover {
	background-color: var(--minor-dark);
	border-color: transparent;
}
.submit.review-submit:active {
	background-color: var(--minor);
}
@media only screen and (max-width: 910px) {
	.review_form {
		text-align: center;
	}
	.review-list .form-row {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.label-wrapper {
		text-align: left;
		width: 100%;
	}
	.date-time-wrapper {
		flex-direction: column;
		width: 49%;
	}
	.review-list .text-field {
		width: 100%;
	}
	.form-row.sbm {
		align-items: center;
		margin-top: 20px;
		margin-left: 0;
		text-align: center;
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.review_form_in_page .submit {
		margin-right: 0;
	}
}
@media screen and (max-width: 590px) {
	.review_form {
		padding: 60px 20px 49px;
	}
}

@media screen and (max-width: 480px) {
	form .review-list {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.form-row.sbm,
	.review-list .form-row:nth-child(3){
		grid-column-start: 1;
		grid-column-end: 2;
	}
}
.review_form .agreement {
	padding: 20px 0 10px 0;
}
/* End */
/* /local/components/smdoc/review.list/templates/.default/style.css?1710908209444 */
/* /local/components/smdoc/review.form/templates/.default/style.css?17628576342964 */
