.max-icon {
  display: block;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  background-color: currentColor;
  -webkit-mask: url("../img/max.svg") center / contain no-repeat;
  mask: url("../img/max.svg") center / contain no-repeat;
}

.header-max-link {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 47px;
  height: 47px;
  margin: 8px 0;
  color: #ff7b00;
  border: 1px solid rgba(194, 194, 194, 0.25);
  border-radius: 50%;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}

.header-max-link:hover,
.header-max-link:focus-visible {
  color: #fff;
  background-color: #ff7b00;
  border-color: #ff7b00;
  text-decoration: none;
}

.header.header--light .header-max-link {
  border-color: rgba(54, 54, 54, 0.25);
}

.footer-max-link {
  color: #ff7b00;
}

.footer-top__contacts .footer-max-link:hover,
.footer-top__contacts .footer-max-link:focus-visible {
  color: #ff7b00;
  border-color: #ff7b00;
}

@media (min-width: 992px) {
  .header-max-link {
    align-self: center;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .footer-top__contacts > div:last-child {
    grid-column: auto;
  }
}
