.social__row .socials a { display: flex; border-radius: 5px; background: #bbb; height: 25px; width: 25px; box-sizing: border-box; justify-content: center; align-items: center; color: #fff; margin: 0 5px; font-size: 15px; } .social__row .socials a.facebook { background: #39579a; } .social__row .socials a.vkontakte { background: #41658b;; } .social__row .socials a.telegram { background: #0496df; } .social__row .socials a.twitter { background: #00abf0; } .social__row .socials a.mail { background: #2f69a1; }