﻿.contactshare{display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:300px}
.contactshare li{margin:12px 12px 0px 0px}
.contactshare .social-item{display:flex;justify-content:center;align-items:center;width:30px;height:30px;background:#555555;color:#FFFFFF;border-radius:2px;transition:transform .3s ease}
.contactshare .social-item>i,.contactshare .social-item>em{font-size:var(--fontsize20)}
.contactshare .social-item.fb{background-color:#3b5997}
.contactshare .social-item.tw{background-color:#2d2d2d}
.contactshare .social-item.lk{background-color:#0A66C2}
.contactshare .social-item.ins{background:radial-gradient(circle at 30% 107%, #FDF497 0, #FDF497 5%, #fd5949 45%, #D6249F 60%, #285aeb 90%)}
.contactshare .social-item.pi{background-color:#cc2127}
.contactshare .social-item.you{background-color:#FF0000}
.contactshare .social-item.vk{background:#0077FF}
.contactshare .social-item.tik{background-color:var(--fontcolor)}
.contactshare .social-item:hover{transform:scale(1.1)}