.block_name_icon_p {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #4f89b4;
}

.block_nomer_p {
    font-size: 120px;
    line-height: 1.2;
    font-weight: 700;
    color: #157bad;
    margin-right: 25px;
}

.spisok_p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #666666;
    height: 48px;
}

.list_icon_p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.block_icon_p {
    width: 45%;
    margin: 4% 2%;
    text-align: center;
}

.glav_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}

.dop_spisok_p {
    text-align: left;
    padding-left: 58px;
    width: 94%;
    position: relative;
}



.dop_spisok_p:after {
    content: "";
    left: 24px;
    top: -5px;
    position: absolute;
    background: url(/about/career/lin.png) no-repeat;
    width: 20px;
    height: 80px;
}