.social {
    text-align: left;
    padding-left: 0;
}

.social__title{
    font: 300 18px 'Open Sans', sans-serif;
    color: #efefef;
    font-weight: 300;
    padding-bottom: 20px;
}

.social__item {
    display: inline-block;
    margin: 0 0 0 5px;
    list-style: none;
    width: 24px;
    height: 24px;
}

.social__link {
    display: inline-block;
    overflow: hidden;
    width: 24px;
    height: 24px;
    text-indent: -500em;
    font-size: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
}

.social__link_vc {
    background-image: url(./images/vk.png);
}

.social__link_tg {
    background-image: url(./images/tg.png);
    margin: 0 0 0 10px;
}