<style>
.t958 .t-popup_show {
display: none !important;
}
.t958__card_preview.showed {
height: auto !important;
}
.t958__card_preview.showed ~ .t958__more-wrapper {
display: none;
}
</style>
<script>
reviews_block_id = '#rec716410858';
$(reviews_block_id + ' .t958__card_preview').each(function(index, element) {
$(this).on('click', function() {
if ($(this).is('.t958__card-visible')) {
if ($(this).is('.showed')) {
$(this).removeClass('showed');
} else {
$(this).addClass('showed');
}
setTimeout(function() {
$('body').removeClass('t-body_popupshowed');
$('body').removeAttr('style');
}, 700);
}
});
});
</script>