.top-block .social-icons li.social_top-vk a,
.top-block .social-icons li.social_top-ytb a,
.top-block .social-icons li.social_top-telegram a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.top-block .social-icons li.social_top-vk a:before,
.top-block .social-icons li.social_top-ytb a:before,
.top-block .social-icons li.social_top-telegram a:before {
    display: none;
}

.top-block .social-icons li.social_top-vk a path,
.top-block .social-icons li.social_top-ytb a path,
.top-block .social-icons li.social_top-telegram a path {
    fill: #909090;
}

.top-block .social-icons li.social_top-vk a:hover path {
    fill: #4074e3;
}

.top-block .social-icons li.social_top-ytb a:hover path {
    fill: #ea2828;
}

.top-block .social-icons li.social_top-telegram a:hover path {
    fill: #28A8EA;
}

.top-block .social-icons li.social_top-rutube a svg {
    filter: grayscale(100%);
    opacity: 60%;
}

.top-block .social-icons li.social_top-rutube a:hover svg {
    filter: none;
    opacity: 100%;
}

.top-block .social-icons li.social_top-rutube a:hover:before {
    content: none;
    background-color: unset;
}