.share_bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0
}

.section--standalone_video .share_bar {
    margin: 15px 0 20px 0
}

.share_bar.in-article-content {
    display: none
}

@media screen and (min-width: 1024px) {
    .share_bar.in-article-content {
        display:flex;
        height: 42px
    }
}

.share_bar__btn {
    display: flex;
    align-items: center;
    height: 40px;
    margin-right: 13px;
    padding: 8px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
    color: #007fff;
    transition: .2s all;
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto
}

.share_bar__btn:hover {
    color: #007fff
}

@media screen and (min-width: 1024px) {
    .share_bar__btn:hover {
        box-shadow:0 0 0 1px rgba(0,0,0,0.12),0 1px 3px 1px rgba(0,0,0,0.21)
    }
}

.share_bar__btn strong {
    font: normal 400 100% "TazBold",sans-serif;
    font-size: .9875rem;
    line-height: 1.1875rem;
    color: #007fff;
    letter-spacing: 0
}

@media screen and (min-width: 1680px) {
    .share_bar__btn strong {
        font-size:1.1775rem;
        line-height: 1.5rem
    }
}

.share_bar__btn strong span {
    color: #000
}

.share_bar__btn .icon_wrap {
    display: inline-block;
    margin-right: 4px;
    font-size: 0;
    line-height: 0
}

.share_bar__btn .icon {
    font-size: 1.5rem;
    line-height: 1.5rem
}

.share_bar__item_wrap {
    position: relative;
    display: flex;
    flex-basis: 42px;
    flex-grow: 0;
    flex-shrink: 0;
    width: 32px;
    height: 47px;
    margin-right: 4px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: background-color .12s ease-in-out
}

@media screen and (min-width: 1024px) {
    .share_bar__item_wrap.viber {
        display:none
    }
}

@media screen and (min-width: 1024px) {
    .share_bar__item_wrap:hover {
        background-color:rgba(0,0,0,0.04);
        cursor: pointer
    }
}

.share_bar__item_wrap:hover>.share_bar__item_tooltip {
    opacity: 1;
    visibility: visible
}

.share_bar__item_wrap:hover img {
    transform: scale(1.125)
}

.share_bar__item_wrap:last-of-type {
    margin-right: 0
}

.share_bar__item_wrap a {
    display: block;
    font-size: 0;
    line-height: 0
}

.share_bar__item {
    position: relative
}

.share_bar__item>*,.share_bar__item a {
    display: block;
    font-size: 0;
    line-height: 0
}

.share_bar__item img {
    display: block;
    transition: .12s all;
    align-self: center
}

.share_bar__item_tooltip {
    position: absolute;
    right: 90px;
    top: -30px;
    left: auto;
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 8px;
    border-radius: 2px;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,0.2),0 1px 18px 0 rgba(0,0,0,0.12),0 6px 10px 0 rgba(0,0,0,0.14);
    font: normal 400 100% "LabGrotesque",sans-serif;
    font-size: .875rem;
    line-height: 1.125rem;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0;
    background-color: #212121;
    transform: translatex(100%);
    transition: opacity .12s ease-in-out
}

.share_bar__item_tooltip::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 70%;
    display: block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-top: 4px solid #212121;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.share_bar input {
    position: absolute;
    z-index: -1;
    width: 1px
}
