/* Блок цен на страницах услуг */
.splatchina-service-price {
  max-width: var(--splatchina-container, 1360px);
  width: min(100% - 32px, var(--splatchina-container, 1360px));
  margin: 48px auto 64px;
}

.splatchina-service-price .title-price {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
  color: var(--splatchina-text, #1e2a3a);
}

.splatchina-service-price .title-price .blue {
  color: var(--splatchina-brand, #2cb7fc);
}

.splatchina-service-price .price-block {
  border: 1px solid rgba(44, 183, 252, 0.2);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(26, 75, 140, 0.06);
}

.splatchina-service-price .price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  gap: 16px;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #e8eef4;
}

.splatchina-service-price .price-column {
  min-width: 0;
}

.splatchina-service-price .price-row:last-child {
  border-bottom: none;
}

.splatchina-service-price .price-row:first-child {
  background: linear-gradient(180deg, #f0f9ff 0%, #e8f4fc 100%);
  font-size: 14px;
  font-weight: 600;
  color: #5c6b7a;
}

.splatchina-service-price .price-label {
  font-size: 17px;
  font-weight: 500;
  color: var(--splatchina-text, #1e2a3a);
}

.splatchina-service-price .price-amount {
  font-size: 28px;
  font-weight: 700;
  color: var(--splatchina-brand, #2cb7fc);
  white-space: nowrap;
}

.splatchina-service-price .price-empty {
  font-size: 20px;
  font-weight: 600;
  color: var(--splatchina-brand, #2cb7fc);
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: break-word;
  text-decoration: none;
}

.splatchina-service-price a.price-empty:hover {
  text-decoration: underline;
}

.splatchina-service-price__note {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #5c6b7a;
}

.splatchina-service-price__note a {
  color: var(--splatchina-brand, #2cb7fc);
  text-decoration: none;
}

.splatchina-service-price__note a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .splatchina-service-price .title-price {
    font-size: 28px;
  }

  .splatchina-service-price .price-row {
    padding: 14px 16px;
    gap: 10px;
  }

  .splatchina-service-price .price-row:not(:first-child) {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .splatchina-service-price .price-row:not(:first-child) .price-value {
    justify-self: start;
  }

  .splatchina-service-price .price-amount {
    font-size: 22px;
    white-space: normal;
  }

  .splatchina-service-price .price-empty {
    font-size: 17px;
  }
}
