.alx_reviews_list
{
	padding: 0px;
	margin: 0 0 10px;
}
.alx_reviews_list .alx_reviews_title
{
	color:#515a65;
	font-size:18px;
	padding: 0px;
	margin: 0px 0px 16px 0px;
	overflow:hidden
}
.alx_reviews_list .alx_reviews_title .alx_reviews_title_txt
{
	float:left;
	padding-top:8px;
}
.alx_reviews_list .alx_reviews_title .alx_reviews_list_count
{
	float:left;
	border:1px solid #b6b7b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 10px;
	color:#7a808c;
	position:relative;
	margin-left:12px;
	z-index:1;
	zoom:1;
}
.alx_reviews_list .alx_reviews_title .alx_reviews_list_count .alx_reviews_count_bg
{
	width:7px;
	position:absolute;
	height:10px;
	top:50%;
	left:-7px;
	margin-top:-5px;
	background:url(images/bg_arr_count.gif) 0px 0px no-repeat;
}
.alx_reviews_list .alx_reviews_item
{
	padding: 0 0 30px;
	position:relative;
	z-index:1;
	zoom:1;
}
.alx_reviews_list .hide
{
    /* background-color: #F0F0F0; */
}

.alx_reviews_list .best
{
    background-color: #FDF9E1;
}

.alx_reviews_list .alx_reviews_item .alx_reviews_item_line
{
	background:#eceff1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:1px;
	overflow:hidden;
	-webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
	-moz-box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
	box-shadow: inset rgba(0,0,0, 0.15) 0px 1px 3px;
	border:0px solid #dfe0e1;
	
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result
{
	position:absolute;
	right:0px;
	margin-top:17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 10px 3px;
	font-size:18px;
	display:inline-block;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result .alx_reviews_item_vote_result_arr
{
	width:7px;
	position:absolute;
	height:10px;
	top:50%;
	left:-7px;
	margin-top:-5px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_yes .alx_reviews_item_vote_result_arr
{
	background:url(images/arr_vote_bg.png) 0px -81px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_no .alx_reviews_item_vote_result_arr
{
	background:url(images/arr_vote_bg.png) 0px -46px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_yes
{
	border:1px solid #0e8c4e;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	background:url(images/bg_vote_green.png) 0px 0px repeat-x;
	color:#fff;
	text-shadow: 0px -1px 0px #037e42;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_result_no
{
	border:1px solid #c54100;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	background:url(images/bg_vote_red.png) 0px 0px repeat-x;
	color:#fff;
	text-shadow: 0px -1px 0px #cf5300;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info
{
	padding: 17px 0px 9px 0px;
	margin: 0px;
	overflow:hidden;
	justify-content: flex-start;
	align-items: flex-start;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_ava
{
	float:left;	
	border:0px solid #dcdcdc;
	position:relative;
	padding:1px;
	margin-right:10px;	
	z-index:1;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_ava img{
	border-radius: 50%;
	width: 45px;
	height: 45px;
	object-fit: cover;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_user_name
{
	padding: 0px;
	/* margin: 0px 0px 6px 0px; */
	/*color:#486daa;*/
	font-size:14px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_user_name a
{
	color:#486daa;
	text-decoration:underline;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_time
{
	padding:0 0 0 10px;
	color:#7a808c;
	font-size:13px;
	line-height: 1;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_author_info .alx_reviews_dop_props
{
	float:left;
	color:#7a808c;
	font-size:12px;
	padding-top:1px;
	margin-right:17px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_vote_item
{
	padding: 0px;
	margin: 3px 0 0 -3px;
	
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_vote_item .alx_reviews_form_vote_items
{
	height:16px;	
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_vote_item .alx_reviews_form_vote_item
{
	float:left;
	width:16px;
	height:16px;
	margin-left:2px;
	background:url(images/greystar.svg) 0px 0px no-repeat;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_vote_item .alx_reviews_form_vote_item_sel
{
	background:url(images/yellowstar.svg) 0px 0px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_show
{
	padding: 0px;
	margin: 4px 0px 0px 0px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_show a
{
	padding: 0px;
	margin: 0px;
	color:#7a808c;
	font-size:12px;
	text-decoration:none;
	border-bottom:1px dashed #7a808c;
	font-weight:bold;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_show a:hover
{
	color:#e4b42d;
	border-bottom:1px dashed #e4b42d;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list
{
	display:none;
	padding-top:9px;
}
.show
{
	display:block !important;
}

.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list .alx_reviews_item_vote
{
	padding: 0px;
	margin: 0px;
	height:16px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list .alx_reviews_item_vote .alx_review_rating_title
{
	float:left;
	/*width:106px;*/
	margin-right:10px;
	font-size:12px;
	color:#7a808c;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_list .alx_reviews_item_vote .alx_reviews_form_vote_items
{
	float:left;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_title
{
	margin-top:22px;
	color:#333333;
	font-size:18px;
	margin-bottom:18px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_sec_list
{
	padding: 0px;
	margin: 20px 0 0;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_sec_list .alx_reviews_item_sec
{
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_sec_list .alx_reviews_item_sec .alx_reviews_title_caps
{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	display: inline;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_item_sec_list .alx_reviews_item_sec .alx_review_mess
{
	padding: 0px;
	color:#515a65;
	font-size:14px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_violation
{
	float:left;
	/*margin-left:47px;*/
	margin-top:6px;
	color:#7a808c;
	visibility:hidden;
	height:15px;
	overflow:hidden;
	font-size:12px;
	text-decoration:none;
	background:url(images/icon_violation.png) 0px 0px no-repeat;
	padding: 1px 0px 0px 22px;
}
.alx_reviews_list .alx_reviews_item:hover .alx_reviews_violation
{
	visibility:visible;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_violation:hover
{
	color:#e4b42d;
	background:url(images/icon_violation.png) 0px -16px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do
{
	float:right;
	/*visibility:hidden;*/
}
.alx_reviews_list .alx_reviews_item:hover .alx_reviews_item_vote_do
{
	visibility:visible;
}

.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_rev_vot_titl
{
	float:left;
	color:#333333;
	padding-top:6px;
	font-size:14px;
	margin-right:10px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_txt
{
	float:left;
	display:Block;
	color:#7a808c;
	font-size:14px;
	padding-top:6px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float:left;
	display:block;
	margin-right:14px;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no
{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float:left;
	display:block;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do a
{
	text-decoration:none;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do span.alx_reviews_vote_count
{
	position:relative;
	z-index:1;
	border:1px solid #b6b7b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 15px;
	font-size:18px;
	display:inline-block;
	float:left;
	margin-left:12px;
	z-index:1;
	zoom:1;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes .alx_reviews_vote_count
{
	color:#129f5a;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no .alx_reviews_vote_count
{
	color:#c54100;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do span .alx_reviews_vote_count_arr
{
	width:7px;
	position:absolute;
	height:10px;
	top:50%;
	left:-7px;
	margin-top:-5px;
	background:url(images/arr_vote_bg.png) 0px -11px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes:hover span .alx_reviews_vote_count_arr
{
	background:url(images/arr_vote_bg.png) 0px -81px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no:hover span .alx_reviews_vote_count_arr
{
	background:url(images/arr_vote_bg.png) 0px -46px no-repeat;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_yes:hover .alx_reviews_vote_count
{
	border:1px solid #0e8c4e;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	background:url(images/bg_vote_green.png) 0px 0px repeat-x;
	color:#fff;
	text-shadow: 0px -1px 0px #037e42;
}
.alx_reviews_list .alx_reviews_item .alx_reviews_item_vote_do .alx_reviews_vote_no:hover .alx_reviews_vote_count
{
	border:1px solid #c54100;
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	box-shadow: rgba(0,0,0, 0.15) 0px 1px 2px;
	background:url(images/bg_vote_red.png) 0px 0px repeat-x;
	color:#fff;
	text-shadow: 0px -1px 0px #cf5300;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop
{
	padding: 0px;
	margin: 20px 0px 20px 0px;
	/* overflow:hidden; */
	height:16px;
	
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop a
{
	float:right;
	text-decoration:none;
	color:#7a808c;
	font-size:12px;
	margin-left:22px;
	background-position: 0px 5px;
	background-repeat:no-repeat;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop a:hover
{
	background-position: 0px -19px;
	color:#e4b42d;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop a.alx_reviews_admin_prop_del
{
	background-image:url(images/icon_del.png);
	padding-left:15px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop a.alx_reviews_admin_prop_edit
{
	background-image:url(images/icon_edit.png);
	padding-left:17px;
}
.alx_reviews_list .alx_reviews_item  .alx_reviews_admin_prop a.alx_reviews_admin_prop_hide
{
	background-image:url(images/icon_hide.png);
	padding-left:22px;
}
.alx_reviews_list .alx_reviews_show_more
{
	background:#eceff1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset rgba(0,0,0, 0.05) 0px 1px 3px;
	-moz-box-shadow: inset rgba(0,0,0, 0.05) 0px 1px 3px;
	box-shadow: inset rgba(0,0,0, 0.05) 0px 1px 3px;
	border:1px solid #dfe0e1;	
	display:block;
	text-decoration:none;
	text-align:center;
	padding: 12px 0px;
	font-size:16px;
	color:#515a65;
	text-shadow: 1px 1px 0px #ffffff;
}
.alx_reviews_list .alx_reviews_show_more .alx_reviews_count_all
{
	color:#7a808c;
}
.alx_clear_block
{
	clear:both;
	overflow:hidden;
	height:1px;
}

.alx_reviews_list .alx_reviews_item .altasib_reviw_answer
{
    border-bottom: 1px solid #B2C6CC;
	border-left: 1px solid #BACED3;
	border-radius: 3px;
	border-right: 1px solid #BACED3;
	border-top: 1px solid #BCCFD5;
	box-shadow: 0px 1px 2px rgba(179, 179, 179, 0.400);
	margin: 10px 0px 0px 0px;
	padding: 10px 7px;
	position: relative;
	font-size: 14px;
	font-style: italic;
}
.alx_reviews_list .alx_reviews_item .altasib_reviw_answer .altasib_reviw_answer_top_border
{
	background: url(images/altasib_reviw_answer_top_border.png) 0px 0px no-repeat transparent;
	height: 13px;
	left: 21px;
	position: absolute;
	top: -13px;
	width: 17px;
}

table.quote {
    font-size: 1em;
    margin: 0.6em 0;
    width: 80%;
    border: 1px solid;
    border-color: #E8E8E8;
    color: #555;
    background: url('/bitrix/components/altasib/review.list/templates/.default/images/quote-gray.png') no-repeat scroll left top #f7f7f7;
}
table.quote td {
    padding: 0.95em 1.5em;
}

.alx_reviews_list .alx_reviews_item .alx_reviews_item_link
{
	float:left;
    padding-top: 10px;
}

.review-hint{
	padding: 6px 5px;
	background: #ec1e8c;
	border-radius: 5px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	position: absolute;
	right: 0;
	line-height: normal;
    top: 12px;
}

.review_attach, .all-files-list{
	display: flex;
	flex-wrap: wrap;
}
.review_attach-item, .all-files__item{
	padding: 1px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	width: 20%;
}
.all-files__item{
	width: 10%;
}
.review_attach a, .all-files__item a{
	display: block;
	margin: 0 0 5px;
}
.review_attach img, .all-files__item img{
	border-radius: 6px;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.view-more-images, .all-files__more{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #005bff;
	font-weight: 600;
	cursor: pointer;
}
.all-files-review__title{
	font-size: 20px;
	line-height: 18px;
	margin: 0 0 20px;
}
.all-files-review{
	margin: 0 0 30px;
}
.review-detail-overlay{
	display: none;
	background: none !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}
.review-detail-overlay .review_blur {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.62);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1 !important;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.review-detail-modal{
	display: none;
    position: relative;
	z-index: 1;
    width: 95%;
    height: 95%;
	max-height: 655px;
    max-width: 1365px;
    background: #fff;
    font-size: 14px;
    line-height: 22px;
    color: #8b8b8b;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 0;
    border-radius: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.review-detail-modal .close-modal{
	z-index: 99;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    margin: 0;
}
.review-detail-modal .close-modal:after, .review-detail-modal .close-modal:before {
    content: '';
    position: absolute;
    display: block;
    height: 20px;
    width: 2px;
    left: 7px;
    top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #999;
}
.review-detail-modal .close-modal:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.review-detail-modal__wrap{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
	position: relative;
	z-index: 1;
}
.review-detail-modal__left{
	width: 49.1%;
	height: 100%;
	border-right: #EBEBEB 1px solid;
	padding: 31px 30px 45px;
	float: left;
}
.review-detail-modal__right{
	padding: 100px 30px 30px calc(49.1% + 30px);
	height: 100%;
}
.review-detail__slider, .review-detail__slider-item{
	height: 510px;
	position: relative;
}
.review-detail__slider{
	margin: 0 0 23px;
}
.review-detail__slider-item img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.review-detail__slider .slick-arrow:after{
	left: 14px;
}
.review-detail__slider .slick-arrow, .review-detail__slider .slick-arrow:hover{
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
	width: 36px;
	height: 36px;
	background: #EFEFEF;
}
.review-detail__slider .slick-prev{
	left: 0;
}
.review-detail__slider .slick-next{
	right: 0;
}
.review-detail__thumb{
	max-width: 384px;
	margin: 0 auto;
}
.review-detail__thumb-item{
	width: 50px;
	height: 50px;
	padding: 0;
	display: block;
}
.review-detail__thumb-item img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}






@media screen and (max-width: 600px) {
	.review-hint{
		position: static;
    	display: inline-block;
	}
	.review-detail-modal__left{
        float: none;
        height: 300px;
        width: auto;
        padding: 20px;
    }
    .review-detail-modal__right{
        float: none;
        padding: 20px;
		height: auto;
    }
	.review-detail__slider, .review-detail__slider-item{
		height: 300px;
	}
	.review-detail-modal .alx_reviews_list .alx_reviews_item .alx_reviews_item_author_info{
		margin: 80px 0 -30px;
	}
	.review-detail-modal{
		height: auto;
		overflow-y: scroll;
	}
	.review-detail-modal .alx_reviews_list .alx_reviews_item{
		padding: 0;
	}
}