.social-share {
    background-color: #ebebeb;
    padding: 30px;
}

.social-share h3 {
    color: #000;
}

.social-share .social-item {
    display: flex;
    margin-bottom: 5px;
}

.social-share .social-item.vk {
    background-color: #427b9d;
}

.social-share .social-item.fb {
    background-color: #2a5992;
}

.social-share .social-item.ok {
    background-color: #f88c22;
}

.social-share .social-item.tw {
    background-color: #009fc8;
}

.social-share .social-item.vk:hover {
    background-color: #4a719c;
}

.social-share .social-item.fb:hover {
    background-color: #4473da;
}

.social-share .social-item.ok:hover {
    background-color: #fa7b11;
}

.social-share .social-item.tw:hover {
    background-color: #9ad4f5;
}

.social-share img {
    width: 40px;
    height: 40px;
}

.social-share span {
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    line-height: 40px;
}

.social-share a:hover {
    text-decoration: none;
}