.social-list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
.social-list span{
    display:block;
    margin:0 15px 0 0;
}
.social-list span a{
    display:inline-block;
    padding:0 0 0 35px;
    position:relative;
}
.social-list span a:before{
    content:'';
    position:absolute;
    left:0;
    top:50%;
    width:20px;
    height:20px;
	margin-top:-10px;
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}
.social-list span a.facebook:before{
    background-image:url(images/facebook.svg);
}
.social-list span a.vk:before{
    background-image:url(images/vk.svg);
	    width: 25px;
    height: 25px;
    margin-top: -12.5px;
}
.social-list span a.twitter:before{
    background-image:url(images/twitter.svg);
}
.social-list span a.instagram:before{
    background-image:url(images/insta-detail.svg);
	    width: 25px;
    height: 25px;
    margin-top: -12.5px;
}