.footer-content__contacts-container.shen-footer-contacts {
  min-width: 240px;
  max-width: 30%;
}

.shen-footer-contacts .footer-block__header {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shen-fc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shen-fc-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.35;
}

.shen-fc-icon {
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  color: currentColor;
  opacity: 0.92;
}

.shen-fc-icon svg {
  display: block;
}

.shen-fc-label {
  margin-top: 4px;
  margin-bottom: -2px;
  font-size: 11px;
  line-height: 1.3;
  opacity: 0.55;
}

.shen-fc-text,
.shen-fc-link {
  min-width: 0;
}

.shen-fc-link {
  color: inherit;
  text-decoration: none;
}

.shen-fc-link:hover {
  opacity: 0.55;
}

.shen-fc-address {
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .footer-content__contacts-container.shen-footer-contacts {
    max-width: none;
    min-width: 0;
  }
}
