.social-share {
    background: none;
}

.social-share__title {
    text-align: center;
    font-weight: bold;
    font-size: .875rem;
    margin-bottom: 0.5rem;
}

.social-share__item {
    display: inline-block;
    margin-right: 19px;
    background: none;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    position: relative;
    vertical-align: middle
}

.social-share__item:hover {
    transform: scale(1.1);
}

.social-share__item::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    left: 3px;
    top: 3px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.social-share__item_twitter::before {
    background-image: url(/local/templates/portal/img/page/whatsapp-icon.svg);
}
.social-share__item_fb::before {
    background-image: url(/local/templates/portal/img/page/odnoklassniki-icon.svg);
}
.social-share__item_vk::before {
    background-image: url(/local/templates/portal/img/page/vkontakte-icon.svg);
}
.social-share__item_telegram::before {
    background-image: url(/local/templates/portal/img/page/telegram-icon.svg);
}

#spasibo {
    border: none;
    background: transparent;
}