.counters {
    margin-right: 8px;
}

.right_icons {
    list-style: none;
}

.right_icons li {
    float: left;
}

.right_icons li:not(:first-child) {
    margin: 0 0 0 15px;
}

.right_icons li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    border: 0 none;
}

.ri_hint {
    position: absolute;
    top: 23px;
    left: 50%;
    font-size: 9px;
    line-height: 1em;
    letter-spacing: .04em;
    color: #3D73A9;
    width: 60px;
    margin: 0 0 0 -30px;
    text-align: center;
    transition: all 200ms ease;
    opacity: 0;
    transform: translateY(10px);
}

.ri_number.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.ri_number {
    position: absolute;
    top: -5px;
    right: -7px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    color: #000;
    background: yellow;
    border-radius: 50%;
    transition: var(--qtrans);
    visibility: hidden;
    opacity: 0;
    transform: translateX(0) translateY(-10px);
}

a:hover .ri_hint {
    opacity: 1;
    transform: translateY(0);
}

.headerlittleheight .ri_hint {
    display: none;
}

.looked {
    width: 28px;
}

.vesy {
    width: 24px;
}

.zvezda {
    width: 20px;
}

.top-brand-icon {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
}

.korzina {
    width: 17px;
}

@media screen and (max-width: 700px) {
    .right_icons li {
        margin: 0 0 0 10px;
    }
    .right_icons li:first-child {
        margin: 0;
    }
}