.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Адаптивная таблица "Какие сайты я делаю" ===== */
.sites-table {
  margin: 0;
}
.sites-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(0.9rem, 0.85rem + 0.3vw, 1rem);
}


.sites-table th,
.sites-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e7e7ee;
}
.sites-table thead th {
  background: #f5f5fa;
  font-weight: 600;
  white-space: nowrap;
}
.sites-table tbody tr:hover {
  background: #fafaff;
}

/* Колонки "Срок" и "Цена" не должны переноситься */
.sites-table td:nth-child(3),
.sites-table td:nth-child(4),
.sites-table th:nth-child(3),
.sites-table th:nth-child(4) {
  white-space: nowrap;
}

/* ===== Мобилка: строки → карточки ===== */
@media (max-width: 767px) {
  .sites-table thead {
    /* прячем шапку доступно для скринридеров */
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
  .sites-table table,
  .sites-table tbody,
  .sites-table tr,
  .sites-table td {
    display: block;
    width: 100%;
  }
  .sites-table tr {
    margin-bottom: 1rem;
    border: 1px solid #e7e7ee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }
  .sites-table td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.7rem 1rem;
    border: none;
    border-bottom: 1px solid #f0f0f5;
    white-space: normal !important;
  }
  .sites-table td:last-child {
    border-bottom: none;
  }
  /* подпись колонки слева */
  .sites-table td::before {
    content: attr(data-label);
    flex: 0 0 38%;
    font-weight: 600;
    color: #6b6b7b;
  }
  /* первая ячейка — как заголовок карточки */
  .sites-table td:first-child {
    background: #f5f5fa;
    font-weight: 600;
    font-size: 1.05rem;
  }
  .sites-table td:first-child::before {
    display: none;
  }/* End custom CSS */