.share-block {
    display: flex;
    flex-direction: row;
}

.share-block > button {
    width: 48px;
    height: 48px;
    margin: 0 5px;
    transition: all 0.1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: solid 1px #ecf0f9;
    background-color: transparent;
    outline: none;
    text-decoration: none;
    padding: 0;
}

.share-block >button.with-counter {
    width: 89px;
}

.share-block >button.with-counter > span {
    font-family: 'Proxima Nova Regular', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #a0aab4;
    margin-left: 12px;
}

.share-block >button.with-counter:hover > span, .share-block >button.with-counter:focus > span {
    color: #7e8893;
}

.share-block >button.with-counter:active > span {
    color: #7e8893;
}

.share-block > button .filled {
    fill: #a0aab4;
}

.share-block > button svg {
    pointer-events: none;
}

.share-block > button:hover, .share-block > button:focus {
    text-decoration: none;
    outline: none;
    border-color: #d3daeb;
}

.share-block > button:hover .filled, .share-block > button:focus .filled {
    fill: #7e8893;
}


.share-block > button:active {
    text-decoration: none;
    outline: none;
}

.share-block > button:active .filled {
    fill: #3c5069;
}

.share-block > button .vk {
    width: 19px;
    height: 12px;
}

.share-block > button .ok {
    width: 10px;
    height: 16px;
}

.share-block > button .tg {
    width: 16px;
    height: 13px;
}

.share-block > button .tw {
    width: 16px;
    height: 14px;
}

.share-block > button .wa {
    width: 16px;
    height: 16px;
}

.share-block > button .vb {
    width: 16px;
    height: 17px;
}

.share-block > button .fb {
    width: 16px;
    height: 16px;
}

.share-block > button .rd {
    width: 20px;
    height: 20px;
}

.share-block > button .pt {
    width: 12px;
    height: 16px;
}

.share-block > button .copy {
    width: 16px;
    height: 16px;
}
