.share-social-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.share-social-text {
    font-family: "GraphikLCG-Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
}

.popup-copy-link {
    font-family: 'GraphikLCG-Light';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
}
.icon:hover {
    cursor: pointer;
}
.icon-vk {
    background-image: url("images/icon-vk-black.svg");
}

.icon-vk:hover {
    background-image: url("images/icon-vk.svg");
}

.icon-tg {
    background-image: url("images/icon-tg-black.svg");
}

.icon-tg:hover {
    background-image: url("images/icon-tg.svg");
}

.icon-wa {
    background-image: url("images/icon-wa-black.svg");
}

.icon-wa:hover {
    background-image: url("images/icon-wa.svg");
}

.icon-link {
    background-image: url("images/icon-link-black.svg");
}

.icon-link:hover {
    background-image: url("images/icon-link.svg");
}