.request__item_status-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.request__item_status {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.status-text {
    font-size: 14px;
}

.requests__item p {
    margin-bottom: 16px !important;
}

.requests__item .requests__item-span {
    margin-bottom: 16px !important;
}

/* цвета статусов: */

/* черновики */
.status-icon[data-id="1"] path {
    fill: #a5a5a5;
}
.status-icon[data-id="1"] rect {
    fill: #a5a5a5;
    fill-opacity: 0.3;
}

/* на рассмотрении */
.status-icon[data-id="2"] path {
    fill: #3861A1;
}
.status-icon[data-id="2"] rect {
    fill: #3861A1;
    fill-opacity: 0.3;
}

/* на доработке */
.status-icon[data-id="3"] path {
    fill: #EF6C00;
}
.status-icon[data-id="3"] rect {
    fill: #EF6C00;
    fill-opacity: 0.3;
}

/* на валидации */
.status-icon[data-id="4"] path {
    fill: #0b8830;
}
.status-icon[data-id="4"] rect {
    fill: #0b8830;
    fill-opacity: 0.3;
}

/* Выбор решения */
.status-icon[data-id="5"] path {
    fill: #0016c0;
}
.status-icon[data-id="5"] rect {
    fill: #0016c0;
    fill-opacity: 0.3;
}

/* Для финансирования */
.status-icon[data-id="6"] path {
    fill: #aaaa2b;
}
.status-icon[data-id="6"] rect {
    fill: #aaaa2b;
    fill-opacity: 0.3;
}

/* Отклоненные */
.status-icon[data-id="7"] path {
    fill: #D32F2F;
}
.status-icon[data-id="7"] rect {
    fill: #D32F2F;
    fill-opacity: 0.3;
}

/* в работе */
.status-icon[data-id="8"] path {
    fill: #9C27B0;
}
.status-icon[data-id="8"] rect {
    fill: #9C27B0;
    fill-opacity: 0.3;
}

/* Подписанные */
.status-icon[data-id="10"] path {
    fill: #0bd0c1;
}
.status-icon[data-id="10"] rect {
    fill: #0bd0c1;
    fill-opacity: 0.3;
}

/* Научная экспертиза */
.status-icon[data-id="11"] path {
    fill: #d400df;
}
.status-icon[data-id="11"] rect {
    fill: #d400df;
    fill-opacity: 0.3;
}

/* Финансовая экспертиза */
.status-icon[data-id="12"] path {
    fill: #0016c0;
}
.status-icon[data-id="12"] rect {
    fill: #0016c0;
    fill-opacity: 0.3;
}

/* На НТС */
.status-icon[data-id="13"] path {
    fill: #0016c0;
}
.status-icon[data-id="13"] rect {
    fill: #0016c0;
    fill-opacity: 0.3;
}

/* Архив */
.status-icon[data-id="15"] path {
    fill: #9E9E9E;
}
.status-icon[data-id="15"] rect {
    fill: #9E9E9E;
    fill-opacity: 0.3;
}