﻿@charset "utf-8"; 
@media (min-width:1031px){.headshare {display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 150px 0 auto;}
.headshare li {margin:0 0 0 12px}
.headshare .social-item {display:flex;justify-content:center;align-items:center;width:30px;height:30px;background:#555;color:#FFF;border-radius:2px;transition:transform .3s ease}
.headshare .social-item>i,.foot-about .foot-link ul .social-item>em {font-size:20px}
.headshare .social-item.fb {background-color:#3b5997}
.headshare .social-item.tw {background-color:#2d2d2d}
.headshare .social-item.lk {background-color:#0A66C2}
.headshare .social-item.ins {background:radial-gradient(circle at 30% 107%,#FDF497 0,#FDF497 5%,#fd5949 45%,#D6249F 60%,#285aeb 90%)}
.headshare .social-item.pi {background-color:#cc2127}
.headshare .social-item.you {background-color:#FF0000}
.headshare .social-item.vk {background:#0077FF}
.headshare .social-item.tik {background-color:var(--fontcolor)}
.head-top .head-lang {margin:0;}}
@media (max-width:1030px){.headshare{display:none}}