

/* 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/docs.detail/templates/doc/style.css?17661341822215*/
.docs-detail {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .docs-detail {
    margin-top: 24px;
  }
}
.docs-detail__wrap {
  padding: 24px;
}
.docs-detail__top {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  padding-bottom: 32px;
  border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 768px) {
  .docs-detail__top {
    flex-direction: column;
    gap: 12px;
  }
}
.docs-detail__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #0b0b0b;
  width: 80%;
  max-width: 920px;
}
@media (max-width: 1200px) {
  .docs-detail__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .docs-detail__title {
    width: 100%;
    font-size: 16px;
  }
}
.docs-detail__btn {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .docs-detail__btn {
    gap: 4px;
  }
}
@media (max-width: 768px) {
  .docs-detail__btn {
    flex-direction: row;
    gap: 8px;
  }
}
.docs-detail__btn .btn {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .docs-detail__btn .btn {
    width: 100%;
  }
}
.docs-detail__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 66px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .docs-detail__content {
    gap: 12px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.docs-detail__item {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .docs-detail__item {
    gap: 4px;
  }
}
.docs-detail__item-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #595959;
}
@media (max-width: 768px) {
  .docs-detail__item-title {
    font-size: 12px;
  }
}
.docs-detail__item-val {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b0b;
}
@media (max-width: 768px) {
  .docs-detail__item-val {
    font-size: 14px;
  }
}
.docs-detail__docs {
  display: flex;
  gap: 10px;
  border-top: 1px solid #E7E7E7;
  padding-top: 20px;
  margin-top: 20px;
}
.docs-detail__docs img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/pagenation/templates/.default/style.css?17661341821446*/
.pagen {
  margin-top: 32px;
}
@media (max-width: 999px) {
  .pagen {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .pagen {
    margin-top: 12px;
  }
}
.pagen-wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.pagen-arrows {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .pagen-arrows {
    gap: 6px;
  }
}
.pagen-nums {
  display: flex;
}
.pagen-dots {
  display: flex;
  justify-content: center;
  align-items: end;
  border: 1px solid transparent;
  width: 44px;
  height: 44px;
  background: transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #0b0b0b;
}
.pagen-btn {
  border: 1px solid #0b0b0b;
  width: 44px;
  height: 44px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #0b0b0b;
}
@media (max-width: 999px) {
  .pagen-btn {
    width: 32px;
    height: 32px;
  }
}
.pagen-btn.active {
  border: 1px solid #e76631;
  background: #e76631;
  color: #ffffff;
}
.pagen-btn.active svg path {
  fill: #ffffff;
}
.pagen-btn:hover {
  border: 1px solid #e76631;
  background: #e76631;
  color: #ffffff;
}
.pagen-btn:hover svg path {
  fill: #ffffff;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/fastek/components/bitrix/breadcrumb/fastek/style.css?1766147637753 */
/* /local/components/fastek/docs.detail/templates/doc/style.css?17661341822215 */
/* /local/components/fastek/pagenation/templates/.default/style.css?17661341821446 */
