.new23-page {
  --new23-accent-1: #ffa410;
  --new23-accent-2: #d9433e;
  --new23-bg-soft: #fff8ef;
  --new23-text-main: #1f1f1f;
  --new23-text-muted: #5f5f5f;
  --new23-border-soft: rgba(217, 67, 62, 0.14);
  --new23-shadow-main: 0 18px 50px rgba(0, 0, 0, 0.08);
  --new23-shadow-hover: 0 24px 60px rgba(217, 67, 62, 0.16);
  --new23-radius-xl: 28px;
  --new23-radius-lg: 20px;
  --new23-radius-md: 14px;
  background:
    radial-gradient(circle at top left, rgba(255, 164, 16, 0.12), transparent 30%),
    radial-gradient(circle at top right, rgba(217, 67, 62, 0.1), transparent 30%),
    linear-gradient(180deg, #fffaf4 0%, #fff5eb 100%);
  color: var(--new23-text-main);
}

.new23-page,
.new23-page *,
.new23-page *::before,
.new23-page *::after {
  box-sizing: border-box;
}

.new23-page .new23-container {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.new23-page .new23-section {
  padding: 44px 0;
}

.new23-page .new23-h1,
.new23-page .new23-h2,
.new23-page p,
.new23-page ul {
  margin-top: 0;
}

.new23-page .new23-section-head {
  margin-bottom: 24px;
}

.new23-page .new23-section-head .new23-h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
  color: #1b1b1b;
}

.new23-page .new23-section-head p,
.new23-page .new23-section-text {
  margin: 0;
  font-size: 17px;
  line-height: 1.7;
  color: var(--new23-text-muted);
}

.new23-page .new23-hero-card,
.new23-page .new23-calc-card,
.new23-page .new23-location-box,
.new23-page .new23-cta-box,
.new23-page .new23-table-wrap,
.new23-page .new23-faq-list {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.97) 0%, rgba(255,248,239,0.96) 100%);
  border: 1px solid var(--new23-border-soft);
  border-radius: var(--new23-radius-xl);
  box-shadow: var(--new23-shadow-main);
  overflow: hidden;
}

.new23-page .new23-hero-card::before,
.new23-page .new23-calc-card::before,
.new23-page .new23-table-wrap::before,
.new23-page .new23-location-box::before,
.new23-page .new23-faq-list::before,
.new23-page .new23-cta-box::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--new23-accent-1), var(--new23-accent-2));
}

.new23-page .new23-hero-card {
  padding: 34px;
}

.new23-page .new23-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 164, 16, 0.14);
  color: #8e3c16;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.new23-page .new23-h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #171717;
  max-width: 900px;
}

.new23-page .new23-hero-lead {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  color: #2e2e2e;
  max-width: 860px;
}

.new23-page .new23-hero-text {
  margin: 0 0 24px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--new23-text-muted);
  max-width: 860px;
}

.new23-page .new23-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.new23-page .new23-btn,
.new23-page .new23-link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  background: linear-gradient(135deg, var(--new23-accent-1), var(--new23-accent-2));
  box-shadow: 0 14px 30px rgba(217, 67, 62, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.new23-inline-fast-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background: none;
  color: var(--new23-accent-2);
  vertical-align: middle;
}

.new23-page .new23-btn:hover,
.new23-page .new23-link-btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--new23-shadow-hover);
  opacity: 0.98;
}

.new23-page .new23-btn:active,
.new23-page .new23-link-btn:active {
  transform: translateY(0);
}

.new23-page .new23-hero-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.new23-page .new23-hero-icon-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 164, 16, 0.22);
  font-size: 15px;
  font-weight: 600;
  color: #343434;
}

.new23-page .new23-calc-card {
  padding: 28px;
}

.new23-page .new23-calc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.new23-page .new23-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.new23-page .new23-field span {
  font-size: 14px;
  font-weight: 700;
  color: #373737;
}

.new23-page .new23-field input,
.new23-page .new23-field select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
  font-size: 15px;
  color: #222;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.new23-page .new23-field input:focus,
.new23-page .new23-field select:focus {
  border-color: rgba(217, 67, 62, 0.45);
  box-shadow: 0 0 0 4px rgba(217, 67, 62, 0.08);
}

.new23-page .new23-calc-result-wrap {
  margin-top: 20px;
  padding: 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,164,16,0.12), rgba(217,67,62,0.1));
  border: 1px solid rgba(217, 67, 62, 0.14);
}

.new23-page .new23-calc-result-label {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7b4b2a;
}

.new23-page .new23-calc-result {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1;
  font-weight: 900;
  color: #1b1b1b;
}

.new23-page .new23-calc-result-note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #6b6b6b;
}

.new23-page .new23-feature-list,
.new23-page .new23-file-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.new23-page .new23-feature-list li,
.new23-page .new23-file-list li {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(255, 164, 16, 0.18);
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.new23-page .new23-table-wrap {
  padding: 18px;
}

.new23-page .new23-price-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.new23-page .new23-price-table thead th {
  padding: 18px 20px;
  text-align: left;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, var(--new23-accent-1), var(--new23-accent-2));
}

.new23-page .new23-price-table tbody td {
  padding: 18px 20px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  background: rgba(255,255,255,0.72);
}

.new23-page .new23-price-table tbody tr:last-child td {
  border-bottom: none;
}

.new23-page .new23-steps-list {
  margin: 0;
  padding-left: 20px;
}

.new23-page .new23-steps-list li {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.7;
  color: #343434;
}

.new23-page .new23-text-link {
  color: var(--new23-accent-2);
  font-weight: 700;
  text-decoration: none;
}

.new23-page .new23-text-link:hover {
  text-decoration: underline;
}

.new23-page {
  min-height: 36px;
  padding: 0 14px;
  margin: 0 4px;
  border-radius: 10px;
  font-size: 13px;
  vertical-align: middle;
}

.new23-page .new23-location-box {
  display: grid;
  grid-template-columns: 20% 80%;
  min-height: 420px;
}

.new23-page .new23-location-info {
  padding: 28px 24px;
  background: linear-gradient(180deg, rgba(255, 164, 16, 0.1), rgba(217, 67, 62, 0.08));
  border-right: 1px solid rgba(217, 67, 62, 0.12);
}

.new23-page .new23-location-info p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
}

.new23-page .new23-contact-link {
  display: inline-block;
  color: var(--new23-accent-2);
  font-weight: 800;
  text-decoration: none;
}

.new23-page .new23-contact-link:hover {
  text-decoration: underline;
}

.new23-page .new23-location-map {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.new23-page .new23-location-map > ymaps,
.new23-page .new23-location-map > div,
.new23-page .new23-location-map iframe,
.new23-page .new23-location-map script {
  width: 100%;
  height: 100%;
}

.new23-page .new23-faq-list {
  padding: 14px;
}

.new23-page .new23-faq-item {
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.new23-page .new23-faq-item:last-child {
  border-bottom: none;
}

.new23-page .new23-faq-question {
  width: 100%;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  font-weight: 800;
  color: #202020;
}

.new23-page .new23-faq-plus {
  flex: 0 0 auto;
  font-size: 28px;
  line-height: 1;
  color: var(--new23-accent-2);
  transition: transform 0.25s ease;
}

.new23-page .new23-faq-answer {
  display: none;
  padding: 0 18px 20px;
}

.new23-page .new23-faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #5b5b5b;
}

.new23-page .new23-faq-item.active .new23-faq-answer {
  display: block;
}

.new23-page .new23-faq-item.active .new23-faq-plus {
  transform: rotate(45deg);
}

.new23-page .new23-related-links,
.new23-page .new23-contact-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.new23-page .new23-related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.new23-page .new23-related-links li a,
.new23-page .new23-contact-links-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(255, 164, 16, 0.22);
  color: #292929;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.new23-page .new23-related-links li a:hover,
.new23-page .new23-contact-links-list li a:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 67, 62, 0.32);
}

.new23-page .new23-cta-box {
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(255, 164, 16, 0.16), rgba(217, 67, 62, 0.14)),
    linear-gradient(180deg, #ffffff 0%, #fff7ef 100%);
}

.new23-page .new23-section-head--light .new23-h2 {
  margin-bottom: 18px;
}

.new23-page .new23-contact-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .new23-page .new23-calc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new23-page .new23-feature-list,
  .new23-page .new23-file-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .new23-page .new23-location-box {
    grid-template-columns: 1fr;
  }

  .new23-page .new23-location-info {
    border-right: none;
    border-bottom: 1px solid rgba(217, 67, 62, 0.12);
  }
}

@media (max-width: 767px) {
  .new23-page .new23-section {
    padding: 32px 0;
  }

  .new23-page .new23-container {
    width: min(100% - 24px, 1240px);
  }

  .new23-page .new23-hero-card,
  .new23-page .new23-calc-card,
  .new23-page .new23-cta-box {
    padding: 22px;
  }

  .new23-page .new23-hero-actions {
    flex-direction: column;
  }

  .new23-page .new23-hero-actions .new23-btn {
    width: 100%;
  }

  .new23-page .new23-hero-icons {
    flex-direction: column;
  }

  .new23-page .new23-calc-grid {
    grid-template-columns: 1fr;
  }

  .new23-page .new23-feature-list,
  .new23-page .new23-file-list {
    grid-template-columns: 1fr;
  }

  .new23-page .new23-related-links,
  .new23-page .new23-contact-links-list {
    flex-direction: column;
  }

  .new23-page .new23-related-links li a,
  .new23-page .new23-contact-links-list li a,
  .new23-page .new23-btn {
    width: 100%;
  }

  .new23-page .new23-price-table thead {
    display: none;
  }

  .new23-page .new23-price-table,
  .new23-page .new23-price-table tbody,
  .new23-page .new23-price-table tr,
  .new23-page .new23-price-table td {
    display: block;
    width: 100%;
  }

  .new23-page .new23-price-table tr {
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
  }

  .new23-page .new23-price-table tbody td {
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }

  .new23-page .new23-price-table tbody td:last-child {
    border-bottom: none;
    font-weight: 800;
    color: var(--new23-accent-2);
  }
}

.new23-page .new23-zigzag-flow {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.new23-page .new23-zigzag-step {
  width: 48%;
}

.new23-page .new23-zigzag-step--left {
  align-self: flex-start;
}

.new23-page .new23-zigzag-step--right {
  align-self: flex-end;
}

.new23-page .new23-zigzag-step-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,248,239,0.95) 100%);
  border: 1px solid rgba(255, 164, 16, 0.18);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.new23-page .new23-zigzag-icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 26px;
  background: linear-gradient(135deg, rgba(255,164,16,0.16), rgba(217,67,62,0.14));
  box-shadow: inset 0 0 0 1px rgba(217, 67, 62, 0.08);
}

.new23-page .new23-zigzag-content h3 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.25;
  color: #1f1f1f;
}

.new23-page .new23-zigzag-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #5f5f5f;
}

.new23-page .new23-zigzag-line {
  width: 48%;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

.new23-page .new23-zigzag-line--down-right {
  align-self: flex-start;
}

.new23-page .new23-zigzag-line--down-left {
  align-self: flex-end;
}

.new23-page .new23-zigzag-line span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffa410, #d9433e);
  opacity: 0.9;
}

.new23-page .new23-zigzag-line--down-right span:nth-child(1) { transform: translateY(-18px); }
.new23-page .new23-zigzag-line--down-right span:nth-child(2) { transform: translateY(-6px); }
.new23-page .new23-zigzag-line--down-right span:nth-child(3) { transform: translateY(6px); }
.new23-page .new23-zigzag-line--down-right span:nth-child(4) { transform: translateY(18px); }
.new23-page .new23-zigzag-line--down-right span:nth-child(5) { transform: translateY(30px); }

.new23-page .new23-zigzag-line--down-left span:nth-child(1) { transform: translateY(30px); }
.new23-page .new23-zigzag-line--down-left span:nth-child(2) { transform: translateY(18px); }
.new23-page .new23-zigzag-line--down-left span:nth-child(3) { transform: translateY(6px); }
.new23-page .new23-zigzag-line--down-left span:nth-child(4) { transform: translateY(-6px); }
.new23-page .new23-zigzag-line--down-left span:nth-child(5) { transform: translateY(-18px); }

@media (max-width: 900px) {
  .new23-page .new23-zigzag-step,
  .new23-page .new23-zigzag-line,
  .new23-page .new23-zigzag-step--left,
  .new23-page .new23-zigzag-step--right,
  .new23-page .new23-zigzag-line--down-right,
  .new23-page .new23-zigzag-line--down-left {
    width: 100%;
    align-self: stretch;
  }

  .new23-page .new23-zigzag-line {
    height: 34px;
    justify-content: center;
    gap: 10px;
    padding: 0;
  }

  .new23-page .new23-zigzag-line span {
    transform: none !important;
    width: 8px;
    height: 8px;
  }

  .new23-page .new23-zigzag-step-inner {
    padding: 18px;
  }

  .new23-page .new23-zigzag-content h3 {
    font-size: 19px;
  }
}