#goodshare {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height:25px
}
#goodshare div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--top-menu-bg);
    transition: background 0.3s;
    cursor:pointer;
}
#goodshare div:hover {background: #4EA721;}
#goodshare div::before {
    content: '';
    width: 15px;
    height: 15px;
}
#goodshare .facebook::before {
    background: center / contain no-repeat url("../image/facebook.svg");
}
#goodshare .telegram::before {
    background: center / contain no-repeat url("../image/telegram.svg");
}
#goodshare .twitter::before {
    background: center / contain no-repeat url("../image/twitter.svg");
}
#goodshare .instagram::before {
    background: center / contain no-repeat url("../image/instagram.svg");
}
#goodshare .googleplus::before {
    background: center / contain no-repeat url("../image/google.svg");
}
#goodshare .odnoklassniki::before {
    background: center / contain no-repeat url("../image/odnoklassniki.svg");
}
#goodshare .moimir::before {
    background: center / contain no-repeat url("../image/moimir.svg");
}
#goodshare .livejournal::before {
    background: center / contain no-repeat url("../image/livejournal.svg");
}
#goodshare .evernote::before {
    background: center / contain no-repeat url("../image/evernote.svg");
}
#goodshare .blogger::before {
    background: center / contain no-repeat url("../image/blogger.svg");
}
#goodshare .surfingbird::before {
    background: center / contain no-repeat url("../image/surfingbird.svg");
}
#goodshare .reddit::before {
    background: center / contain no-repeat url("../image/reddit.svg");
}
#goodshare .linkedin::before {
    background: center / contain no-repeat url("../image/linkedin.svg");
}
#goodshare .viber::before {
    background: center / contain no-repeat url("../image/viber.svg");
}
#goodshare .whatsapp::before {
    background: center / contain no-repeat url("../image/whatsapp.svg");
}
#goodshare .vkontakte::before {
    background: center / contain no-repeat url("../image/vk.svg");
}