.share {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    clear: both;
    float: left;
    width: 100%;
}

.share-wrap .share {
    margin: 0;
    width: inherit;
}

.share__text {
    font-weight: bold;
    color: #242526;
}

.social_share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: background .2s ease-in-out, border-color .2s ease-in-out;
    padding: .5em .6em;
    color: #fff;
    line-height: normal;
    position: relative;
    width: 36px;
    height: 36px;
    vertical-align: top;
    border: 0;
    cursor: pointer;
}

.social_share:hover {
    opacity: 0.95;
}

.social_share svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.social_share[data-type="twitter"] {
    padding: 0;
    background: #000000;
}

.social_share[data-type="facebook"] {
    background: #3b5998;
}

.social_share[data-type="vk"] {
    background: #45668e;
}

.social_share[data-type="whatsapp"] {
    background: rgb(41 166 40 / 0.8);
}

.social_share[data-type="viber"] {
    background: rgb(123 81 157 / 0.8);
}

.social_share[data-type="telegram"] {
    background: #2ca5e0;
}

@media (min-width: 1025px) {

    .share--mobile {
        display: none;
    }
}