.footer__subscrip-socnets {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tg-logo {
    width: 37px;
    height: 37px;
    background-image: url(/local/templates/main/assets/images/svg/tg-logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
}

.vk-logo {
    width: 37px;
    height: 37px;
    background-image: url(/local/templates/main/assets/images/svg/vk-logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
}

.rutube-logo {
    width: 36px;
    height: 36px;
    background-image: url(/local/templates/main/assets/images/svg/rutube-logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
}
