.header .header__inner .header__util ul {
  align-items: center;
}
.header .header__inner .header__util ul .header__utilInstagram a {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  text-indent: -9999px;
  background-image: url(/images/icon_instagram.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.header .header__spInstagram {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 76px;
  top: 12px;
}
@media print, screen and (min-width: 1200px) {
  .header .header__spInstagram {
    display: none;
  }
}

.footer .footer__inner .footer__overview .footer__info .footer__instagram {
  width: 34px;
  height: 34px;
  margin: 20px auto 0 auto;
}
@media print, screen and (min-width: 1200px) {
  .footer .footer__inner .footer__overview .footer__info .footer__instagram {
    margin: 5px 0 0 0;
  }
}