.product__social {
    /*padding: 40px 0 0;*/
    padding:0;
}
.product__social-text {
    margin-bottom: 10px;
}
.soc__item-tw {
    width: 24px;
    display: inline-block;
    height: 33px;
    position: relative;
}
.soc__item-tw:before {
    background: url("/img/icon_twitter.png") no-repeat 0 0 / 24px 24px;
    height: 33px;
    width: 24px;
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
}
.soc__item-tw:hover:before {
    background: url("/img/icon_twitter_hover.png") no-repeat 0 0 / 24px 24px;
}
.soc__item-ok {
    width: 24px;
    display: inline-block;
    height: 33px;
    position: relative;
}
.soc__item-ok:before {
    background: url("/img/icon_odnoklassniki.png") no-repeat 0 0 / 24px 24px;
    height: 33px;
    width: 24px;
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
}
.soc__item-ok:hover:before {
    background: url("/img/icon_odnoklassniki_hover.png") no-repeat 0 0 / 24px 24px;
}