

/* Start:/local/templates/fastek/components/bitrix/breadcrumb/fastek/style.css?1766147637753*/
.breadcrumbs {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 8px 0;
  }
}
.breadcrumbs-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  .breadcrumbs-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .breadcrumbs-items {
    gap: 12px;
  }
}
.breadcrumbs-item {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #0b0b0b;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .breadcrumbs-item {
    font-size: 12px;
  }
}
.breadcrumbs-item.grey {
  color: #595959;
}
.breadcrumbs-dot {
  border-radius: 100%;
  background-color: #595959;
  width: 4px;
  height: 4px;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/news.detail/templates/.default/style.css?17661341822632*/
.news-detail {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .news-detail {
    margin-top: 24px;
  }
}
.news-detail__sidebar {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 999px) {
  .news-detail__sidebar {
    display: none;
  }
}
.news-detail__wrap {
  display: flex;
  gap: 32px;
}
.news-detail__content-wrap {
  padding: 24px;
}
.news-detail__content-wrap > img {
  width: 100%;
  margin-top: 16px;
}
.news-detail__content-date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
}
@media (max-width: 768px) {
  .news-detail__content-date {
    font-size: 14px;
  }
}
.news-detail__content-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.news-detail__content-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #e76631;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .news-detail__content-title {
    font-size: 22px;
    margin-top: 24px;
  }
}
.news-detail__content-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.news-detail__content-text p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #0b0b0b;
  margin: 0;
}
@media (max-width: 768px) {
  .news-detail__content-text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .news-detail__content-text {
    gap: 20px;
    margin-top: 16px;
  }
}
.news-detail__content-postscripts {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}
@media (max-width: 768px) {
  .news-detail__content-postscripts {
    gap: 8px;
    margin-top: 24px;
  }
}
.news-detail__content-postscripts span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #595959;
}
@media (max-width: 768px) {
  .news-detail__content-postscripts span {
    font-size: 12px;
  }
}
.news-detail__content-postscripts span a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #595959;
  transition: all 0.3s;
}
.news-detail__content-postscripts span a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .news-detail__content-postscripts span a {
    font-size: 12px;
  }
}

.news-slider__news {
  display: none;
}
@media (max-width: 999px) {
  .news-slider__news {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/news.list/templates/slider/style.css?17661341822213*/
.news-slider__news {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .news-slider__news {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .news-slider__news {
    margin-top: 32px;
  }
}
.news-slider__news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-slider__news-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #0b0b0b;
}
@media (max-width: 1200px) {
  .news-slider__news-title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .news-slider__news-title {
    font-size: 18px;
  }
}
.news-slider__news-items {
  width: 100%;
  margin-top: 17px;
  display: flex;
  overflow: hidden;
}
.news-slider__news-item {
  padding: 16px;
  display: block;
}
@media (max-width: 768px) {
  .news-slider__news-item {
    padding: 12px;
  }
}
.news-slider__news-item:hover .news-slider__news-item_top img {
  transform: rotate(45deg);
}
.news-slider__news-item_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.news-slider__news-item_top img {
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news-slider__news-item_top img {
    width: 16px;
    height: 16px;
  }
}
.news-slider__news-item_date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #595959;
}
.news-slider__news-item_tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.news-slider__news-item_tag {
  border-radius: 24px;
  padding: 2px 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #595959;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .news-slider__news-item_tag {
    font-size: 12px;
    padding: 2px 4px;
  }
}
.news-slider__news-item_name {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #e76631;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .news-slider__news-item_name {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/fastek/components/bitrix/breadcrumb/fastek/style.css?1766147637753 */
/* /local/components/fastek/news.detail/templates/.default/style.css?17661341822632 */
/* /local/components/fastek/news.list/templates/slider/style.css?17661341822213 */
