.rtp__list{
    position: relative;
    margin: 0!important;
}

.rtp__list::before{
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    background-color: #000;
    height: 100%;
    left: 100px;
    top: 0;
    z-index: 3;
}

.rtp__list::after{
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: calc(100% - 100px);
    background-color: #000;
    left: 100px;
    bottom: 0px;
    z-index: 3;
}

.rtp__item{
    display: flex;
    align-items: center;
    border-bottom: none!important;
}

.rtp__item:not(:last-of-type){
    padding-bottom: 5px;
}

.rtp__item-chart{
    background: #FFD6C5;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-grow: 1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.rtp__item-chart--percents{
    font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #1A1A1A;
z-index: 2;
}

.rtp__item-chart--line{
    background: #FFBFA3;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    min-width: 1%;
}

.rtp__item-name{
    width: 90px;
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-right: 10px;
    color: #000;
    padding: 0!important;
}

.rtp__after{
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #99360F;
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}