.social-link {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.social-link-header {

}

.social-link-div-top-menu {
    padding-top: 6px;
}

.social-link-div-top-menu ul {
    margin: 0;
    padding-top: 10px;
    padding-left: 0;
    list-style-type: none;
    float: right !important;
}

.social-link-div-top-menu li {
    padding: 0 !important;
    float: left;
    font-size: 20px;
    margin: 0 8px 0 0;
    border-radius: 0;
}

.social-link-div-top-menu li a:hover {
    background-color: white;
}

.social-link-top-menu {
    width: 30px;
    height: 30px;
}

.social-link-materials {
    margin: 5px;
    width: 42px;
    height: 42px;
}

.social-link-article-top {
    margin-left: -5px;
}

.social-link-footer {
    margin-top: 3px;
}

.social-link-fb {
    background-image: url("/img/icons/socials/fb.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.social-link-vk {
    background-image: url("/img/icons/socials/vk.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.social-link-tw {
    background-image: url("/img/icons/socials/tw.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.social-link-tg {
    background-image: url("/img/icons/socials/tg.svg");
    background-repeat: no-repeat;
    background-size: cover;
}