.social-links{
    svg{
        path{
            fill: #cccccc;
        }
    }
    .vk{
        svg {
            position: relative;
            bottom: -6px!important;
            width: 28px!important;
            height: 28px!important;
        }
    }
    .ok{
        svg {
           height: 21px!important;
        }
    }
    .youtube{
        svg {
            position: relative;
            bottom: -6px!important;
            height: 25px!important;
            width: 25px!important;
        }
    }
}