#footer ul.soc-list {
    padding: 0;
    margin: 12px 0 24px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 118px;
}
ul.soc-list .soc-list__item::before {
    display: none;
}
ul.soc-list .soc-list__item {
    padding-left: 0;
    width: 28px;
    height: 28px;
}
.soc-list__item a .svg-fill {
    transition: fill 0.1s ease-in-out;
}
.soc-list__link--wh:hover .svg-fill {
    fill: #4CAF50;
}
.soc-list__link--vb:hover .svg-fill {
    fill: #7F40BD;
}
.bottom .soc-list__link--inst:hover .ins-svg-header .svg-fill {
    fill: url(#linearGradient-inst-bottom);
}
.soc-list__link--fb:hover .svg-fill {
    fill: #3B5998;
}
.soc-list__link--tlg:hover .svg-fill {
    fill: #009CE5;
}
@media all and (max-width: 767px) {
    #footer ul.soc-list {
        margin: 12px auto 24px;
    }
}