.max-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  transition: opacity .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.max-social-link img {
  display: block;
  width: 22px;
  height: 22px;
}

.max-social-link:hover,
.max-social-link:focus-visible {
  opacity: .78;
}

.max-header-link {
  width: 26px;
  height: 26px;
  padding: 0;
}

.nav__container--max .max-header-link img {
  width: 22px;
  height: 22px;
  transform: none;
}

.max-social-link--old-footer img {
  width: 18px;
  height: 18px;
}

.max-social-link--new-header,
.vr-shell-header-max {
  width: 32px;
  height: 32px;
  border: 1px solid #303030;
  border-radius: 50%;
}

.max-social-link--new-header:hover,
.max-social-link--new-header:focus-visible,
.vr-shell-header-max:hover,
.vr-shell-header-max:focus-visible {
  border-color: #1e9cf6;
  box-shadow: 0 0 14px rgb(30 156 246 / 35%);
  opacity: 1;
}

.vr-shell-socials .max-social-link img {
  width: 22px;
  height: 22px;
}

@media (max-width: 1199px) {
  .nav__container--max {
    display: block;
  }
}
