.clearffix:after {
  content: "";
  display: table;
  clear: both;
}
#bottom-review {
    clear: both;
    margin: 20px 0;
    font-family: Calibri, Tahoma, sans-serif;
}
#bottom-review .h2 {
    font-size: 24px;
    line-height: 16px;
    color: #232323;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    padding-bottom: 6px;
    margin: 0 0 15px;
}
#bottom-review .h2 span {
    border-bottom: 3px solid #2c3e6f;
}
#bottom-review .button_send_review {
    font-family: Calibri, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 37px;
    color: #2c3e6f;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none !important;
    width: 156px;
    height: 37px;
    background-color: #e5e5e5;
    border: 2px solid #a7a8aa;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
}
#bottom-review .reviews_notempty_block {
    padding: 0;
    margin: 0;
}
#bottom-review .reviews-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0;
}
#bottom-review  .reviews-item_name_block {
    font-size: 16px;
    line-height: 24px;
    color: #a7a8aa;
    display: inline-block;
    border: 0;
}
#bottom-review .reviews-item-name {
    border-bottom: 1px dashed #a7a8aa;
    margin-right: 10px;
}
#bottom-review .reviews-item-text {
    font-size: 16px;
    line-height: 16px;
    color: #2e2e2e;
    margin: 10px 0 0;
}
#bottom-review .reviews-item-text br {
    display: none;
}
#bottom-review .button_view_review {
    font-size: 16px;
    line-height: 16px;
    color: #888888;
    display: block;
    text-align: center;
    margin: 35px 0 0;
    text-decoration: none;
}
#bottom-review .button_view_review::after {
    content: 'Показать все отзывы';
    border-bottom: 1px dashed #a7a8aa;
    cursor: pointer;
}
#bottom-review .button_view_review.open::after {
    content: 'Свернуть';
}
#bottom-review .reviews-item.toggle_item {
    display: none;
}
#bottom-review .reviews_notempty_block.open .reviews-item.toggle_item {
    display: block;
}
