

/* Start:/local/templates/overexposure/components/bitrix/news.list/services/style.css?17785902611344*/
.table-price__row-wrapper {
  position: relative;
}

.table-price {
  display: grid;
  grid-template-columns:
    max-content
    minmax(300px, 1fr)
    max-content
    max-content;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  font-size: 1.125rem;
  margin: 2rem 0 0;
}

.table-price__row {
  display: contents;
}

.table-price__cell {
  padding: 1.25rem 0.5rem;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
}

.table-price__row:nth-child(2n) .table-price__cell {
    background-color: var(--bg-alpha-02);
}

.table-price__cell_kod {
  white-space: nowrap;
  font-size: 0.75em;
  padding-left: 1.25rem;
}

.table-price__cell_name {
  min-width: 0;
}

.table-price__cell_price {
  white-space: nowrap;
  font-weight: 600;
}

.table-price__cell_action {
  white-space: nowrap;
  padding-right: 1.25rem;
}

.table-price__cell_action .link {
  white-space: nowrap;
}

@media (max-width: 992px) {
  .table-price {
    display: block;
    font-size: 1.0625rem;
  }

  .table-price__row {
    display: flex;
    flex-direction: column;
    padding: 1.25rem .9375rem;
    gap: 0.25rem;
  }

  .table-price__row:nth-child(2n) {
    background-color: var(--bg-alpha-02);
  }

  .table-price__cell {
    padding: 0;
    border: 0;
    background: transparent;
    display: block;
  }

}
/* End */
/* /local/templates/overexposure/components/bitrix/news.list/services/style.css?17785902611344 */
