.no_comments {text-align:center;}
.error_field {margin:10px 0;color:red;font-size:0.8em;}

.pa-reviews__col_icon.default {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  opacity:0.2;
}

.product__review_questions {margin-top:-80px;}
.reviews h2 {margin:40px 0;}

.questions_block .reviews__item-content.quest {font-size:16px; font-weight:600;cursor:pointer;m}
.questions_block .reviews__item-name {font-size:14px;margin:10px 0;}
.reviews__item-top {margin-top:0px!important;}
.questions_block .reviews__item-bottom {display:none;padding:0!important;margin:0!important;}
.questions_block .answer {border-top:1px dotted #F196C6;padding:15px 0;font-size:14px;margin-left:50px;}
.questions_block .answer_subtitle{color:var(--bwt-pink);font-size:14px;padding:0px 0 10px 0;font-weight:600;}
.questions_block .d_arrow {var(--bwt-pink)
	color:#e5006b;
	margin:0 0px 0 -15px;
	position:absolute;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#popup-review-form input[type="file"] {
    display: none;
}

.input-docs__download:before, .input-photos__download:before {
    content: url('/local/lib/img/icons/icon-paperclip.svg')!important;
    position: absolute;
    left: 0;
    top: -1px;
}

@media (max-width: 991.98px){
	.reviews h2 {margin:20px 0!important;}
	.questions_block .answer {margin-left:0px;}
	.questions_block .d_arrow {margin:0 10px 0 0px;position:relative;display:inline-block;}
}