.rev_fancy_hide_img{
    display: block;
    margin: 0 auto;
    object-fit: contain;
    width: fit-content;
    height: 400px;
    max-width: 100%;
}

.reviews_block {
    background: #fff;
    padding: 20px;
    display: flex;
    border: 1px solid #f2f2f2;
}
.reviews_block .reviews_left {
    width: 100%;
    display: inline-block;
    float: left;
}
.reviews_list_deteil {
    width: 100%;
}
.reviews_list_deteil .review_page_item {
    display: inline-block;
    width: calc(100% - 48px);
    border-bottom: none;
    background: #F9F9F9;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 17px;
    font-size: 16px;
}
.reviews_list_deteil .review_nameauthor {
    display: inline-block;
    margin-bottom: 5px;
    width: 50%;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #001a34;
    max-width: 350px;
}
.reviews_list_deteil .bl_s_all {
    display: inline-block;
    width: 49%;
    float: right;
}
.reviews_list_deteil .review_date {
    width: calc(100% - 105px);
    display: inline-block;
    text-align: right;
    font-size: 14px;
    line-height: 1.29;
    color: #808d9a;
}
.reviews_list_deteil .review_rating {
    width: 80px;
    display: inline-block;
    margin-left: 15px;
    text-align: right;
}
.rev_desc_all {
    margin-top: 10px;
}
.rev_desc {
    width: 100%;
    margin: 15px 0;
}
.rev_desc_1 {
    width: 100%;
    font-size: 14px;
    line-height: 1.29;
    font-weight: 700;
    margin-bottom: 15px;
    color: #f55600;
    font-size: 16px;
}
.rev_desc_2 {
    margin: 0;
    font-size: 14px;
    line-height: 1.29;
    width: 100%;
    color: #001a34;
    margin-bottom: 8px;
}
.Item_gallery {
    display: inline-block;
    width: 100%;
}
.item_bl_rev_foto {
    width: 64px;
    margin: 2px;
    height: 64px;
    display: inline-block;
    float: left;
}
.Item_gallery .item_bl_rev_foto a img {
    border-radius: 2px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #f55600;
}
.all_S_M {
    display: flex;
    align-items: center;
    color: #000;
    font-weight: 800;
    cursor: pointer;
    width: fit-content;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
margin: 0 auto;
}
.show_more_rev {
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f55600;
    margin-right: 20px;
    color: #fff;
    transition: transform .3s ease-in-out;
    transform-origin: center center;
    display: flex;
    align-items: center;
}
.all_S_M:hover .show_more_rev {
    cursor: pointer;
    transform: rotate(
-90deg
);
}
.admin_comment{
	background: #fff;
    padding: 24px;
    width: 80%;
    float: right;
    border-radius: 8px;
    margin-top: 24px;
    font-size: 16px;
}
	.admin_comment_title{
		color:#f55600;
    margin-bottom: 20px;
font-weight: 700;
}
.admin_comment_descript{
	margin: 0;
    font-size: 14px;
    line-height: 1.29;
    width: 100%;
    color: #001a34;
}
.rev_desc_silver{
word-wrap: break-word;
}


.block_add_rev{
    display: block;
    margin-top: 6px;
    text-align: center;
    color: #fff;
    background-color: #f55600;
    padding: 5px 0;
    width: 300px;
    font-size: 15px;
    margin: 0 auto;
    cursor: pointer;
    max-width: 100%;
}
.reviews_block_add {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    display: block;
    border: 1px solid #f2f2f2;
}
.add_item{
	display:none;
}
.add_item.active{
    display: block;
    width: 400px;
    margin: 0 auto;
}
.not_auth_on_add{
	width: 100%;
    text-align: center;
    margin-top: 20px;
}
.n_r_title_review{
    margin-bottom: 0px;
    color: #f55600;
    padding: 12px 10px 0px 10px;
    line-height: 34px;
    font-size: 24px;
    text-align: center;
}
.reviews_block_add .rating {
    margin-top: 5px;
    margin-bottom: 5px;
text-align: center;
}
.reviews_block_add .rating span {
    margin-right: 10px;
    line-height: 18px;
}
.reviews_block_add .rating a {
    margin-bottom: 5px;
    width: 21px;
    height: 20px;
    background-position: 0px -168px;
    background-image: url(/local/templates/proopt_default/components/bitrix/news.list/page_reviews/icons.png);
}
.reviews_block_add .icon {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.reviews_block_add .rating a.selected, .reviews_block_add .rating a.hover {
    background-position: -22px -168px;
}
form.n_r_add{
	padding: 0 10px;
}
.reviews_block_add .reviews_form_input{
margin: 5px 0;
}
.reviews_block_add .reviews_form_textarea{
margin: 5px 0;
}
.reviews_block_add .reviews_form_input input[type="text"]{
    width: 400px;
    max-width: 100%;
}
.reviews_block_add .reviews_form_textarea textarea{
    width: 400px;
    max-width: 100%;
}
.review_form_submit .send_button{
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    background-color: #f55600;
    padding: 5px 14px;
    width: 300px;
    font-size: 15px;
    cursor: pointer;
    max-width: 100%;
    border: unset;
}
.review_form_submit .send_button:hover{
	background-color: #c24400;
}
.block_add_rev:hover{
	background-color: #c24400;
}
.reviews_form_input .fieldname2{
    margin: 0 auto;
    text-align: center;
}
.review_form_submit{
margin: 0 auto;
    display: block;
}
.reviews_form_input input[type="file"]{
margin: 0 auto;
}
.result_rev{
	display: inline-block;
    margin-top: 15px;
    color: green;
    text-align: center;
}
@media screen and (max-width: 800px) {
	.block_add_rev{
		width: 100%;
	}
	.add_item.active {
	    width: 100%;
	}
}



