

/* Start:/local/templates/teplocom/components/bitrix/breadcrumb/trn-breadcrumb/style.css?17806704293677*/
@charset "UTF-8";
:root {
  --color-default: #ffffff;
  --color-second: #161616;
  --color-accent: #F38A00;
  --color-accent--light: #FFA81E;
  --color-font-main: #161616;
  --color-font-second: #FFFFFF;
  --color-font-third: #A7A8A9;
  --color-bg: #EFEFEF;
  --color-dark: #3C3F44;
  --color-bg-dark: #5c5c5c;
  --color-divider: #D7D7D7;
  --font-main: "Circe";
  --font-size-xs: 10px;
  --font-size-sm: 14px;
  --font-size-main: 16px;
  --font-size-smd: 18px;
  --font-size-md: 20px;
  --font-size-lmd: 32px;
  --font-size-lg: 48px;
  --weight-font-main: 400;
  --section-margin: 100px;
  --section-margin-small: 20px;
  --index: calc(1vh + 1vw);
}

@media (max-width: 768px) {
  :root {
    --font-size-smd: 16px;
    --font-size-md: 18px;
    --font-size-lmd: 28px;
    --font-size-lg: 43px;
    --section-margin: 80px;
  }
}
@media (max-width: 576px) {
  :root {
    --font-size-md: 16px;
    --font-size-lmd: 20px;
    --font-size-lg: 22px;
    --section-margin: 50px;
    --section-margin-small: 10px;
  }
}
.breadcrumbs {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  flex-wrap: wrap;
  padding: 20px 15px;
  box-sizing: border-box;
}

.breadcrumbs__item {
  margin-right: 15px;
  position: relative;
  margin-bottom: 5px;
  list-style: none;
  font-family: var(--font-main);
  letter-spacing: 5%;
  padding-right: 40px;
}
@media (max-width: 576px) {
  .breadcrumbs__item:last-child:after {
    content: none;
  }
}
.breadcrumbs__item:after {
  content: "";
  display: block;
  width: 24px;
  height: 100%;
  background-image: url("/local/templates/teplocom/images/header/nav-line-2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .breadcrumbs__item {
    padding-right: 0;
  }
  .breadcrumbs__item::after {
    content: "";
    top: 40%; /* Корректировка позиции для мобильной версии */
    border-top: 1px solid #999C9D; /* Замена фонового изображения на границу */
    background-image: none;
    width: 100%; /* Линия занимает всю ширину */
    height: 1px; /* Толщина линии */
  }
  .breadcrumbs__item:last-child::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .breadcrumbs__item--current {
    color: var(--font-main); /* Пример: изменение цвета текста */
    pointer-events: none; /* Запрет кликов на текущий элемент */
    font-weight: 400;
  }
  .breadcrumbs__item--current:after {
    display: none; /* Убираем линию после текущего элемента */
  }
}
.breadcrumbs__item--current:after {
  display: none;
}

.breadcrumbs__link {
  color: var(--color-font-main);
  font-size: var(--font-size-main);
  transition: color 0.3s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .breadcrumbs__link {
    color: var(--color-font-third);
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
  }
}
.breadcrumbs__link:hover {
  color: var(--color-accent);
}

.breadcrumbs__text {
  font-size: var(--font-size-main);
  opacity: 0.5;
}
@media (max-width: 768px) {
  .breadcrumbs__text {
    font-weight: 400;
  }
}

@media (max-width: 768px) {
  .breadcrumbs__item {
    padding-right: 23px;
    margin-right: 7px;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
  }
  .breadcrumbs__item::after {
    width: 15px;
  }
}
@media (max-width: 576px) {
  .breadcrumbs {
    padding: 15px 5px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/teplocom/components/bitrix/news.detail/reviews/style.css?17827218421324*/
.news-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 990px) {
  .news-detail {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0 20px;
  }
}
.news-detail img.detail_picture {
  max-width: 766px;
  width: 100%;
  border: 1px solid #ffa420;
  border-radius: 25px;
}
.news-detail .detail_text {
  max-width: 1064px;
  padding-bottom: 60px;
  font-weight: 400;
  font-size: 22px;
  line-height: 110%;
  color: #000;
}

.breadcrumbs {
  display: none;
}

.reviews-page__header {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 980px) {
  .reviews-page__header {
    padding: 0 15px;
  }
}
.reviews-page__header .title.catalog-page__header-title {
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #6D6E70;
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .reviews-page__header .title.catalog-page__header-title {
    font-size: 22px;
  }
}
.reviews-page__header .breadcrumbs {
  padding: 20px 0;
  display: flex;
}
.reviews-page__header .reviews-page__back a {
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  color: #6d6e70;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/teplocom/components/bitrix/breadcrumb/trn-breadcrumb/style.css?17806704293677 */
/* /local/templates/teplocom/components/bitrix/news.detail/reviews/style.css?17827218421324 */
