@media (min-width: 769px) {
  .mobile-banner-link {
    display: none;
  }
}

.mobile-banner-link {
  display: block;
  text-decoration: none;
}

.mobile-banner {
  background-color: #ff3b30;
  color: white;
  padding: 10px 10px 10px 0; /* убираем левый padding */
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  gap: 10px;
}

.banner-car {
  height: 30px;
  margin-left: 0; /* важно */
  margin-right: 10px;
  flex-shrink: 0;
}

.banner-text {
  flex-grow: 1;
  font-weight: 800;
  line-height: 1.2;
}

.banner-button {
  background-color: #2f2f2f;
  color: white;
  font-size: 20px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}