.header__nots._accent::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;

    background: #3fab29;

    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff;
}