.footer-social-svg {
    width: 50%;
    height: 21px;
    padding-top: 3px;
}
.footer-social-vk-svg path{
    fill: #45668e;
}
.footer-social-twitter-svg path {
    fill: #1da1f2;
}
.footer-social-facebook-svg {
    width: 35%;
}
.footer-social-facebook-svg path {
    fill: #3b5998;
}
.footer-social-youtube-svg path {
    fill: #ff0000;
}
.footer-social-viber-svg path {
    fill: #59267c;
}
.footer__soc-links--vbr {
    border: 2px solid #59267c;
}
.footer-social-odnoklassniki-svg {
    width: 35%;
    padding-left: 1px;
}
.footer-social-odnoklassniki-svg path{
    fill: #ed812b;
}
.footer__soc-links--odnk {
    border: 2px solid #ed812b;
}
.footer-social-insta-svg path{
    fill: #c13584;
}
.footer__soc-links--inst {
    border: 2px solid #c13584;
}
.footer-social-telegram-svg {
    width: 48%;
    padding-right: 2px;
}
.footer-social-telegram-svg path{
    fill: #0088cc;
}
.footer__soc-links--tlgr {
    border: 2px solid #0088cc;
}
.footer-social-whats-svg path{
    fill: #25d366;
}
.footer__soc-links--whats {
    border: 2px solid #25d366;
}
.footer__soc-links--round:hover .footer-social-svg path{
    fill: #e34021;
}
.footer__soc-links--rutube {
    border: 2px solid #000;
}
.footer__soc-links--rutube > svg {
    padding-top: 3px;
    width: auto;
}
.footer__soc-links--zen {
    border: 2px solid #2C3036;
}
.footer__soc-links--zen > svg {
    padding-top: 3px;
    width: auto;
}

@media (min-device-width: 320px) and (max-device-width: 374px) {
    /* iPhone 5 only */
    .footer__soc-links {
        flex-wrap: wrap;
    }
    .footer__soc-links--round {
        margin-bottom: 5px !important;
    }
}
@media (min-device-width: 100px) and (max-device-width: 319px) {
    #content-wrapper .footer__soc-links {
        display: flex;
        margin-top: 15px;
        flex-wrap: wrap;
        width: 69%;
    }
}