.block-stat {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block-stat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    gap: 20px;
    border-bottom: 1px solid #656565;
}
.block-stat-item__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #525252;
}
.block-stat-item__content {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 27px;
    text-align: right;
    color: #FB161E;
    opacity: 0.75;
}