.mdi-tiktok:before {
    content: "";
    background-image: url("../css-img/logo-tiktok.svg");
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 2.5px;
    transition:all 0.2s ease;
}

.list-social-3 .mdi-tiktok:before{
    filter: brightness(0) saturate(100%) invert(32%) sepia(4%) saturate(12%) hue-rotate(351deg) brightness(98%) contrast(86%);
}

.list-social-3 a.mdi-tiktok:hover::before, .list-social a.mdi-tiktok:hover::before{
    filter: brightness(0) saturate(100%) invert(93%) sepia(13%) saturate(1927%) hue-rotate(325deg) brightness(102%) contrast(98%);
}


.contacts-creative li+li {
     margin-top: auto;
}

footer .unit-spacing-sm{
    margin-bottom:0px;
}