.intro-card__bottom:has(:only-child) {
  grid-template-columns: repeat(1, 1fr);
  max-width: 192px;
}

.header-contacts__off {
  display: inline-flex;
  align-items: center;
  height: 44px;
  gap: 5px;
  padding: 0 10px;
  color: var(--Blue-600-Main, #555);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  transition: 0.3s;
}

.header.is-white .header-contacts__off {
  color: var(--Blue-600-Main, white);
}

.header__top .header__left {
  width: 100%;
}

.header-contacts__tel {
  white-space: nowrap;
}

.header__top .header__right {
  width: auto;
}

.header-contacts__call {
  white-space: nowrap;
}

@media(max-width: 767px) {
  .header__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-contacts__off {
    color: var(--Blue-600-Main, #555) !important;
  }
}