.p-topfooter__link {
    position: relative;
}

.p-topfooter__badge-for-talk {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(calc(-50% + 2rem / 2));
    width: 15px;
    height: 15px;
    background-color: #E9528E;
    border-radius: 50%;
    display: none;
}

.p-topfooter__badge-for-theralog {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(calc(-50% + 2rem / 2));
    width: 15px;
    height: 15px;
    background-color: #E9528E;
    border-radius: 50%;
    display: none;
}