.list-social{display:flex;flex-wrap:wrap;}
@media only screen and (max-width:749px){
  .list-social{justify-content:center;}
}
.list-social__item .icon{height:22px;width:22px;fill:#92989f;transition:all .5s;}
.list-social__item{margin-right:10px;}
.list-social__item:last-child{margin:0;}
.list-social__link{align-items:center;display:flex;padding:0;border:1px solid #92989f;color:#92989f;border-radius:100%;width:52px;height:52px;justify-content:center;}
.list-social__item a:hover .icon{fill:#ed1c25;}
@media only screen and (max-width:480px){
  .list-social__link{width:40px;height:40px;}
  .list-social__item .icon{height:18px;width:18px;}
  .list-social__item{margin-right:6px;}
}