.social {
  margin-top: 5px; }
  .social .soc_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%; }
    .social .soc_wrap a {
      display: block;
      width: 35px;
      height: 35px;
      margin: 5px;
      margin-left: 0; }
      .social .soc_wrap a img {
        max-width: 100%;
        max-height: 100%; }

@media (min-width: 941px) {
  .social.mob {
    display: none; } }

@media (max-width: 940px) {
  .social .soc_wrap a {
    margin-right: 0;
    margin-left: 5px; }

  .social .soc_wrap {
    justify-content: flex-end; } }

@media (max-width: 580px) {
  .social .soc_wrap {
    justify-content: flex-start; }

  .social {
    margin-top: 0; }

  .social .soc_wrap a {
    margin-top: 0;
    width: 30px;
    height: 30px; }

  .information__phone {
    display: flex;
    align-items: flex-start; } }
