.social-icons {
    text-align: center;
    padding: 2px 0;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons li {
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 6px;
    padding: 0;
    overflow: visible;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.social-icons li:first-child {
    margin-left: 0;
}

.social-icons li a {
    display: block;
    height: 24px;
    width: 24px;
    text-align: center;
}

.social-icons li[class] a {
    text-indent: -9999px;
}

.social-icons li a:hover {
    text-decoration: none;
}

.social-icons li a i[class^="icon-"] {
    color: #444;
    font-style: 16px;
    position: relative;
    top: 3px;
}

/* Кастомные стили */

.social-icons ul li {
    line-height: 48px;
}

.social-icons ul li a {
    width: 20px;
    height: 20px;
    background-size: contain !important;
    background-color: transparent;
}

.social-icons li.instagram a {
    background: url(/local/templates/aspro-allcorp/images/instagram.png) no-repeat center center;
}

.social-icons li.whatsapp a {
    background: url(/local/templates/aspro-allcorp/images/whatsapp.png) no-repeat center center;
}

.social-icons li.vk a {
    background: url(/local/templates/aspro-allcorp/images/vk.png) no-repeat center center;
}

.social-icons li.facebook a {
    background: url(/local/templates/aspro-allcorp/images/facebook.png) no-repeat center center;
}

.social-icons li a:hover {
    transform: scale(1.08);
    opacity: 0.95;
}
