.tool232-filter_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5px 20px;
}
.tool232-filter_items-column {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 7px;
}

.group_review-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
}

/* иначе не всегда уместные отступы */
.th-checkbox {
    margin: 0px;
    width: 18px;
    height: 18px;
    padding: 0px;
}

.result-controls {
    padding: 2px 8px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.result-control {
    cursor: pointer;
}

.result-view {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.result-page-caption {
    font-size: 11px;
    text-align: center;
}

.result-sort-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.result-sort-control {
    display: flex;
    align-content: end;
}

.filter-select-item {
    position: relative;
    background-color: white;
    border-radius: 4px;
}

.filter-show-button {
    border: 1px solid #e4e4e4;
}

.filter-range-item {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
}

.filter-data_range_item {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px
}

.filter-range-item-element {
    flex: 1 1 150px;
    /* Необходимо для картинки внутри инпута */
    position: relative;
}

.result_post_filter-full_line {
    flex: 1 1 600px;
}

.result_post_filter-half_line {
    flex: 1 1 300px;
}

.community_review-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 9px;
    padding: 18px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

.community_review-author_photo {
    width : 52px;
    height: 52px;
    border-radius: 52px;
}

.community_review-main_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: center;
}

.community_review-main_info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1px;
    flex-grow: 1;
}

.result_item-time {
    font-size: 11px;
    color:#939393;
}

.community_review-comments_row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 15px;
    padding-left : 26px;
    padding-right: 26px;
}

.community_review-mark_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.community_review-label {
    font-size: 11px;
    color:#939393;
}

.community_review-other_block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-right: 20px;
    gap: 2px;
}

.community_review-time_and_mark_block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.community_review-header_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 20px;
}

.community_review-mark_stars {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 15px;
    gap: 4px;
}

.community_review-mark_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
}

.community_review-community_mini_icon {
    height: 12px;
    width: 12px;
    border-radius: 12px;
    margin-right: -12px;
}

.comment_content-img_with_borders {
    box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
}

.comment_content-layout {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 5px;
}

.comment_content-thumbnails {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.comment_content-text {
    text-align: justify;
}

.comment_content-sticker {
    width: 64px;
    height: 64px;
}

.linked_name {
    font-size      : 12px;
    font-weight    : 600;
    color          : #2A588D !important;
}

.comment_item-main_row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: baseline;
    align-items: center;
}

.comment_item-photo {
    width : 26px;
    height: 26px;
    border-radius: 26px;
}

.filter-controls {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}