.kf-wholesale {
  padding: 1.5rem 0 0.5rem;
}

.kf-wholesale__h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 700;
  text-align: center;
}

.kf-wholesale__lead {
  margin: 0 auto 1.75rem;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.55;
  text-align: center;
}

.kf-wholesale__benefits {
  counter-reset: index;
  display: flex;
  flex-wrap: wrap;
  min-width: calc(100% + 32px);
  margin: 0 -16px 2rem;
  padding: 0;
  list-style: none;
}

.kf-wholesale__benefit {
  counter-increment: index;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  max-width: calc(33.33% - 32px);
  min-height: 70px;
  margin: 16px;
  padding: 12px 12px 12px 58px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 12px;
  background: #fff9dd;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
}

.kf-wholesale__benefit::before {
  content: counters(index, ".", decimal-leading-zero);
  position: absolute;
  top: 16px;
  left: 12px;
  z-index: 2;
  min-width: 40px;
  padding-right: 14px;
  font-size: 1.5rem;
  font-weight: bold;
  font-variant-numeric: tabular-nums;
  text-align: center;
  background-image: linear-gradient(to bottom, aquamarine, orangered);
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kf-wholesale__benefit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 46px;
  background: #333;
}

@media (max-width: 1050px) {
  .kf-wholesale__benefit {
    max-width: calc(50% - 32px);
  }
}

@media (max-width: 650px) {
  .kf-wholesale__benefits {
    display: block;
    min-width: 100%;
    margin: 0 0 2rem;
  }

  .kf-wholesale__benefit {
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.wholesale-form-section {
  margin: 12px 0 48px;
}

.wholesale-form-upload {
  margin: 16px 0 18px;
}

.wholesale-form-upload__label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  padding: 12px 14px;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.wholesale-form-upload__label:hover {
  border-color: #ff7a1a;
  background: rgba(255, 122, 26, 0.08);
}

.wholesale-form-upload__title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.wholesale-form-upload__hint {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.wholesale-form-upload input[type="file"] {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
}

.wholesale-form-upload__name {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
