/* Контейнер делаем в строку */
.t-store__prod-popup__text {
    display: flex;
    align-items: center;
}

/* Убираем стандартный вид ссылки */
.t-store__prod-popup__text a {
    font-size: 0 !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

/* Отступ между иконками (кроме последней) */
.t-store__prod-popup__text a:not(:last-child) {
    margin-right: 25px;
}

/* Убираем возможные стандартные иконки */
.t-store__prod-popup__text a:before {
    display: none !important;
}

/* YouTube */
.t-store__prod-popup__text a[href*="youtube"]::after {
    content: "";
    display: inline-block;
    width: 160px;
    height: 60px;
    background: url("https://static.tildacdn.com/tild6465-3735-4137-b064-373632623438/youtube-logo.svg") center/contain no-repeat;
}

/* RuTube */
.t-store__prod-popup__text a[href*="rutube"]::after {
    content: "";
    display: inline-block;
    width: 160px;
    height: 60px;
    background: url("https://static.tildacdn.com/tild3266-3031-4734-a338-353732626531/Logo_RUTUBE_dark_col.svg") center/contain no-repeat;
}
