.header__btn .top-basket__count{
    position: relative;
    top: -0.3125rem;
    right: 0.3125rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.1111111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    background-color: #000;
}
.header__btn  .top-favorites__count {
    position: relative;
    top: -0.3125rem;
    right: 0.3125rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.1111111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    background-color: #000;
}