.socials a:hover svg {
  fill: #ffffff;
}
.header .socials,
.socials,
.socials a {
  display: flex;
}
.socials a {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: #175cff; */
}
.socials_dark a {
  /* background: #175cff; */
}
.socials a svg {
  fill: #ffffff;
  transition: fill 0.2s;
}
.socials a:not(:last-child),
.spec__button {
  margin-right: 32px;
}
.socials_large a {
  width: 28px;
  height: 28px;
}
.socials_large a svg {
  width: 28px;
  height: 28px;
}
.footer .socials,
.community .socials {
  margin: 16px 0 0 40px;
}
.header .socials {
flex: 0 0 auto;
margin-bottom: 24px;
}
.footer .socials {
position: absolute;
top: 72px;
right: 40px;
margin-left: 0;
}
.community .socials {
margin: 0;
}
.socials a:not(:last-child) {
margin-right: 24px;
}
.footer .socials {
position: static;
margin-bottom: 48px;
}
.community .socials a:not(:last-child) {
margin-right: auto;
}
.contact .socials a:not(:last-child) {
  margin-right: 24px;
}