.social .wrap-icons,
footer .music,
header .music,
.contact,
.burger {
  font-size: 0;
  list-style: none;
  margin: 0;
}
.contact {
  text-align: left;
}
.social .wrap-icons {
  text-align: center;
}
footer .music, 
header .music {
  text-align: right;
}
.social a,
footer .music a,
header .music a,
.contact a,
.burger a {
  display: inline-block;
  position: relative;
}
.social a {
  margin-left: 12px;
  margin-right: 12px;
  max-width: 32px;
  height: 32px;
}
footer .music a,
header .music a,
.contact a,
.burger a {
  height: 44px;
  width: 44px;
}
.social svg,
footer .music svg,
header .music svg,
.contact svg,
.burger svg {
  display: block;
  width: 100%;
}
footer .music svg,
footer .social img,
header .music svg,
.contact svg {
  height: 22px;
}
.burger svg {
  height: 30px;
}
.icon:hover,
.icon.active {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff !important;
  fill: #fff !important;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  -o-transition: background-color 0.5s, transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.burger .icon:hover,
.burger .icon.active {
    height: 54px;
    width: 54px;
}
.burger .icon:hover svg,
.burger .icon.active svg {
    height: 28px;
}
footer .music svg.music2,
header .music svg.music2,
.contact svg.contact2 {
  display: none;
}
footer .music .icon:hover svg.music2,
footer .music .icon.active svg.music2,
header .music .icon:hover svg.music2,
header .music .icon.active svg.music2,
.contact .icon:hover svg.contact2,
.contact .icon.active svg.contact2 {
    display: block;
}
footer .music .icon:hover svg.music1,
footer .music .icon.active svg.music1,
header .music .icon:hover svg.music1,
header .music .icon.active svg.music1,
.contact .icon:hover svg.contact1,
.contact .icon.active svg.contact1 {
    display: none;
}
/*footer .music .icon.active::before {
  content: '🗙';
  font-size: 16px;
  position: absolute;
  top: -15px;
  left: -15px;
}
footer .contact .icon.active::after {
  content: '🗙';
  font-size: 16px;
  position: absolute;
  top: -15px;
  left: -15px;
}*/
