.name{
	font-weight: bold;
}

table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/aspro_next/components/bitrix/form.result.list/reviews_page/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

table.form-filter-table
{
	background-color:white;
	font-size:100%;
	border-collapse:collapse;
}

table.form-filter-table th
{
	background-image:url(/bitrix/templates/aspro_next/components/bitrix/form.result.list/reviews_page/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: center;
	font-size:100%;
	color:#25639A;
}

table.form-filter-table td, table.form-filter-table th
{
	padding:3px;
	border:1px solid #ADC3D5;
}

table.form-filter-table td
{
	vertical-align: top;
}


.form-filter-none {
	display: none;
}

.form-filter-inline {
	display: inline;
}

table.form-table table.form-results-header-inline td, table.form-table table.form-results-header-inline th {
	border: 0px !important;
	padding: 0px !important;
	background: none !important;
}

.form-anstext {color:#166122;}
.form-ansvalue {color:#FF0000;}

.form-filteron {color:#FF0000;}
.form-filteroff {color:#1C7729;}
.col-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.review-header {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
}
.rewiev-link {
	font-size: 13px;
	line-height: 18px;
	color: #26AC6F;

}
.date {
	font-size: 13px;
	line-height: 18px;
	color: #777777;
}
.review-item .name {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
}
.review-link {
	font-size: 13px;
	line-height: 18px;
	color: #26AC6F;
}
.date, .stars, .review-link {
	margin-left: 10px;

}
.rewiev-item {
	padding: 32px 31px;
}
.review-items .item-border {
	margin-bottom: 30px;
	background: #FFFFFF;

}

.review-items .rewiev-item {
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
}
.rewiev-item  p.text {
	margin-top: 13px;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #555555;
}
.stars {
	    display: flex;
	
}
.stars .goldstar {
	width: 14px;
	height: 14px;
	background-image: url('/bitrix/templates/aspro_next/components/bitrix/form.result.list/reviews_front/images/Star_gold.svg');
}
.stars .graystar {
	width: 14px;
	height: 14px;
	background-image: url('/bitrix/templates/aspro_next/components/bitrix/form.result.list/reviews_front/images/Star_gray.svg');

}