<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("");
?>/* ===== Payment page styles ===== */

.article-vinyl {
  max-width: 820px;
  margin: 0 auto;
  font-family: 'Georgia', 'Times New Roman', serif;
  color: #1a1a1a;
  line-height: 1.75;
  font-size: 17px;
}
.article-vinyl h2 {
  font-family: 'Arial', 'Helvetica Neue', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 48px 0 20px;
  color: #111;
  line-height: 1.3;
}
.article-vinyl p {
  margin: 0 0 18px;
}

/* Lead */
.article-vinyl .lead {
  font-size: 19px;
  line-height: 1.8;
  color: #333;
  border-left: 4px solid #c4a35a;
  padding-left: 20px;
  margin-bottom: 32px;
}

/* Payment method cards */
.article-vinyl .pay-card {
  background: #f8f7f5;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 20px 0;
  border-left: 5px solid #c4a35a;
}
.article-vinyl .pay-card .pay-title {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #8b6914;
  margin: 0 0 10px;
}
.article-vinyl .pay-card p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.7;
}
.article-vinyl .pay-card p:last-child {
  margin: 0;
}
.article-vinyl .pay-card .pay-where {
  font-size: 14px;
  color: #888;
  font-style: italic;
  margin-top: 10px;
}

/* Availability table — desktop */
.avail-table-wrapper {
  margin: 24px 0;
  border-radius: 12px;
  border: 1px solid #e0d8d0;
  background: #fff;
  overflow: hidden;
}
.avail-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.avail-table th {
  background: #2c2c2c;
  color: #fff;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.avail-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.avail-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #333;
}
.avail-table tr:nth-child(even) td {
  background: #fafaf8;
}
.avail-table tr:last-child td {
  border-bottom: none;
}
.avail-table .check {
  color: #4caf50;
  font-size: 20px;
}
.avail-table .dash {
  color: #ccc;
  font-size: 18px;
}

/* Warning blocks */
.article-vinyl .warning-block {
  padding: 18px 20px 18px 24px;
  margin-bottom: 10px;
  background: #fdf4f4;
  border-left: 4px solid #d4534b;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  line-height: 1.65;
}
.article-vinyl .warning-block strong {
  color: #c0392b;
}

/* FAQ */
.article-vinyl .faq-question {
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #333;
  margin: 24px 0 8px;
  font-size: 17px;
}
.article-vinyl .faq-answer {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
}
.article-vinyl .faq-answer a {
  color: #8b6914;
  text-decoration: underline;
}

/* Contact block */
.article-vinyl .contact-block {
  background: linear-gradient(135deg, #f8f7f5 0%, #f0ede6 100%);
  border-radius: 12px;
  padding: 24px 28px;
  margin: 32px 0 12px;
  border: 1px solid #e0ddd4;
}
.article-vinyl .contact-block p {
  margin: 0 0 8px;
  font-size: 16px;
}
.article-vinyl .contact-block p:last-child {
  margin: 0;
}
.article-vinyl .contact-block a {
  color: #8b6914;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #c4a35a;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.article-vinyl .contact-block a:hover {
  color: #6b5010;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .article-vinyl {
    font-size: 16px;
    padding: 0 16px;
  }
  .article-vinyl h2 {
    font-size: 22px;
    margin-top: 36px;
  }
  .article-vinyl .lead {
    font-size: 17px;
  }

  /* Table → cards on mobile */
  .avail-table-wrapper {
    border: none;
    background: transparent;
  }
  .avail-table {
    display: none;
  }
  .avail-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .avail-card {
    background: #fefaf5;
    border-radius: 16px;
    padding: 1.2rem;
    border: 1px solid #e0d8d0;
  }
  .avail-card__method {
    font-weight: 700;
    font-size: 1.1rem;
    color: #8b6914;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e0d8d0;
  }
  .avail-card__row {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 0;
    border-bottom: 1px solid #f0e4d8;
  }
  .avail-card__row:last-child {
    border-bottom: none;
  }
  .avail-card__label {
    font-weight: 600;
    color: #5f5348;
  }
  .avail-card__value {
    font-weight: 500;
    text-align: right;
  }
  .avail-card__value .check {
    color: #4caf50;
  }
  .avail-card__value .dash {
    color: #ccc;
  }
}

@media (min-width: 769px) {
  .avail-cards {
    display: none;
  }
}
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>