.t396__elem, p, div, span, li {
    font-variant: lining-nums;
}

body {
  font-variant-numeric: lining-nums;
}

.back-button {
    cursor: pointer;
}
@media screen and (max-width: 960px){
    .t585 .t-col {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .t585 .t-container {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 960px){
    .t611__mobile {
        padding: 40px 25px !important;
    }
}
.uc-showmore .t396__artboard {
    z-index: 999;
}

.highlight span:first-child {
    padding: 0 10px;
}

/* цветные статусы */
.status-cell {
    display: flex;
    justify-content: center;
}

.table__status {
    background: #D2E6FF;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 20px
}

._status-green {
    background: #D2F3E7;
}

._status-yellow {
    background: #FFD494;
}

._status-blue {
    background: #D2E6FF;
}

._status-red {
    background: #FFC0CF;
}