.related_plot__block{
    font-size: 12px;
    line-height: 167%;
    background: #f0f0f0;
    width: 100%;
    padding: 12px 24px;
    margin-top: 20px;
}
.related_plot__block > .rp_content_block{
    color: #131215;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
}
.related_plot__block > .rp_content_block > span{
    margin-right: 15px;
}
.related_plot__block > .rp_content_block > a{
    cursor: pointer;
    text-decoration: underline;
    color: #131215;
}
.related_plot__block > .rp_content_block > a:hover{
    text-decoration: underline;
    color: #131215;
}
.rp_content_block:hover > .news__other__title-arrow{
    margin-left: 12px;
}