

/* Start:/local/templates/isolon/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17603989722783*/
.catalog-detail__specifications-wrapper table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 0.9375rem;
  border: 1px solid #C0CFD7;
  overflow: hidden;
}

/* Заголовки */
.catalog-detail__specifications-wrapper thead th {
  padding: 0.9375rem;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.75rem;
  color: #fff;
   background-color: #C0CFD7;
}

/* Первый столбец в заголовке */
.catalog-detail__specifications-wrapper thead th:first-child {
  background-color: #C0CFD7;
  color: #000;
  width: 20rem;
}

/* Чередование цветов для остальных столбцов */
.catalog-detail__specifications-wrapper thead th:nth-child(2n) {
  background-color: #ACDA52;
}
.catalog-detail__specifications-wrapper thead th:nth-child(2n+1):not(:first-child) {
  background-color: #ACDA52;
}

/* Ячейки тела таблицы */
.catalog-detail__specifications-wrapper tbody td {
  padding: 0.625rem 0.9375rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  border-bottom: 1px solid #C0CFD7;
  vertical-align: middle;
}

/* Первый столбец */
.catalog-detail__specifications-wrapper tbody td:first-child {
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  color: #000;
  width: 20rem;
}

/* Чередование фона строк */
.catalog-detail__specifications-wrapper tbody tr:nth-child(even) {
  background-color: #f9fcf5;
}

/* Изображения внутри таблицы */
.catalog-detail__specifications-wrapper table img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media(max-width: 1440px) {
/* Первый столбец */
.catalog-detail__specifications-wrapper tbody td:first-child {
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  color: #000;
  width: 20rem;
}
.catalog-detail__specifications-wrapper thead th {
    padding: 0.9375rem;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    line-height: 21px;
    color: #fff;
    background-color: #C0CFD7;
}
.catalog-detail__specifications-wrapper tbody td {
    padding: 0.625rem 0.9375rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #C0CFD7;
    vertical-align: middle;
}
}
@media(max-width: 1150px) {
    .catalog-detail__specifications-wrapper tbody td:first-child {
        font-size: 15px;
        line-height: 21px;
        font-weight: 800;
        color: #000;
        width: 20rem;
    }
}
@media(max-width: 750px) {
    .catalog-detail__specifications-wrapper tbody td:first-child {
        font-size: 13px;
        line-height: 18px;
        font-weight: 800;
        color: #000;
        width: 20rem;
    }

}
/* End */
/* /local/templates/isolon/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?17603989722783 */
