

/* Start:/local/templates/g2/css/list.css?16227173021081*/
.list {
  min-height: 200px;
  padding: 20px 0;
}

.list__top-buttons {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(auto-fit, minmax(0, max-content));
  justify-content: flex-end;
  margin: 0 0 20px 0;
}

.list__item {
  padding: 20px 0;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--border-color);
}

.list__item--main {
  grid-template-columns: 1fr 1fr;
}

.list__item--no-photo {
  grid-template-columns: 100%;
}

.list__photo:hover {
  border: none;
}

.list__photo-image {
  border-radius: 4px;
  width: 100%;
}

.list__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list__head > * {
  margin-bottom: 12px;
}

:root.root--special .list__item {
  border-color: var(--special-text-color);
}

@media (hover: hover) {
  .list__title > a:hover {
    text-decoration: underline;
    text-decoration-color: var(--primary-color-25);
  }
}

@media screen and (max-width: 735px) {
  .list__item {
    grid-template-columns: 100%;
  }

  .list__photo-image {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/g2/css/table.css?16182812601741*/
.table {
  --cell-spacing: 20px;
  --border: 1px solid var(--border-color);

  border-collapse: collapse;
  font-size: calc(14rem / var(--initial-font-multiplier));
  width: 100%;
}

.table__row {
  border-bottom: var(--border);
}

.table__row:empty {
  border-bottom: none;
}

.table__cell {
  padding: var(--cell-spacing);
  position: relative;
  vertical-align: top;
  text-align: left;
}

.table__cell + .table__cell::before {
  content: '';
  position: absolute;
  top: var(--cell-spacing);
  bottom: var(--cell-spacing);
  left: 0;
  border-left: var(--border);
}

/* Table head overwrite */
.table__head {
  --cell-bg-1: var(--light-gray-color);
  /** Little darker than --light-gray-color*/
  --cell-bg-2: hsl(240, 12%, 94%);
  --border: none;

  font-size: calc(18rem / var(--initial-font-multiplier));
  font-weight: bold;
}

.table__head .table__cell {
  vertical-align: top;
  text-align: left;
  padding: calc(var(--cell-spacing) / 2) var(--cell-spacing);
}

.table__head .table__cell:nth-child(2n+1) {
  background: var(--cell-bg-1);
}

.table__head .table__cell:nth-child(2n) {
  background: var(--cell-bg-2);
}

:root.root--special .table {
  --border: 1px solid var(--special-text-color);
  border: var(--border);
}

:root.root--special .table__cell {
  background: var(--special-background-color);
}

@media screen and (max-width: 735px) {
  .table__head {
    display: none;
  }

  .table__row {
    display: flex;
    flex-direction: column;
  }

  .table__row:first-of-type:not(:empty) {
    border-top: var(--border);
  }


  .table__cell + .table__cell::before {
    left: var(--cell-spacing);
    right: var(--cell-spacing);
    top: 0;
    bottom: unset;
    border-left: unset;
    border-top: var(--border);
  }
}

/* End */


/* Start:/local/templates/g2/components/openregion/title.bar/.default/style.css?1618281260472*/

.title-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 calc(var(--grid-gap) / -2);
  font-size: calc(16rem/var(--initial-font-multiplier));
  align-items: baseline;
}

.title-wrapper__title {
  margin: 0 calc(var(--grid-gap) / 2);
}

.title-wrapper__leading, .title-wrapper__trailing {
  display: flex;
  flex-wrap: wrap;
}

.title-wrapper__leading > *, .title-wrapper__trailing > * {
  margin: 5px calc(var(--grid-gap) / 2);
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?148645025551*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/g2/css/list.css?16227173021081 */
/* /local/templates/g2/css/table.css?16182812601741 */
/* /local/templates/g2/components/openregion/title.bar/.default/style.css?1618281260472 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?148645025551 */
