

/* 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/calendar/templates/docs/style.css?1766134182104*/
@media (max-width: 1200px) {
  #calendar {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/docs.list/templates/doc/style.css?17661341823566*/
.docs {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .docs {
    margin-top: 24px;
  }
}
.docs-container {
  width: 100%;
}
.docs-wrap {
  display: flex;
  gap: 32px;
}
.docs-content {
  width: 100%;
}
.docs-content .page-title {
  margin-top: 0;
}
@media (max-width: 760px) {
  .docs-left {
    display: none;
  }
}
.docs-block {
  margin-top: 32px;
  padding: 24px;
}
@media (max-width: 768px) {
  .docs-block {
    padding: 12px;
    margin-top: 21px;
  }
}
.docs-block__table {
  margin-top: 24px;
  width: 100%;
  border-collapse: collapse;
}
.docs-block__table .fixed {
  table-layout: fixed;
}
.docs-block__table-wrap {
  overflow: auto;
}
.docs-block__table tbody tr:hover td {
  background-color: #fef6f3;
}
.docs-block__table tr:hover .link a img {
  transform: rotate(45deg);
}
.docs-block__table th, .docs-block__table td {
  border: 1px solid #dcdcdc;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
.docs-block__table th:last-child, .docs-block__table td:last-child {
  position: sticky;
  right: 0;
}
.docs-block__table th a, .docs-block__table td a {
  padding: 12px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #0b0b0b;
  text-align: justify;
  transition: all 0.3s;
  display: block;
}
@media (max-width: 768px) {
  .docs-block__table th a, .docs-block__table td a {
    font-size: 12px;
    padding: 12px 6px;
  }
}
.docs-block__table th.link, .docs-block__table td.link {
  background-color: #dcdcdc;
}
.docs-block__table th.link a, .docs-block__table td.link a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.docs-block__table th.link a, .docs-block__table td.link a {
  display: block;
  width: 100%;
  height: 100%;
}
.docs-block__table th.link img, .docs-block__table td.link img {
  transition: all 0.3s;
}
.docs-block__table th.link img:hover, .docs-block__table td.link img:hover {
  transform: rotate(45deg);
}
.docs-block__table th {
  background-color: #dcdcdc;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #595959;
  padding: 12px 16px;
  text-align: justify;
}
@media (max-width: 768px) {
  .docs-block__table th {
    font-size: 12px;
    padding: 12px 6px;
  }
}
.docs-filter__bottom {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}
.docs-filter__bottom .custom-dropdown,
.docs-filter__bottom .custom-input__with-dropdown {
  width: 100%;
}
@media (max-width: 460px) {
  .docs-filter__bottom {
    flex-direction: column;
  }
}
.docs-filter__botbottom {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}
.docs-filter__botbottom .custom-dropdown,
.docs-filter__botbottom .custom-input__with-dropdown {
  width: 100%;
}
.docs-filter__botbottom .btn {
  width: 20%;
}
@media (max-width: 460px) {
  .docs-filter__botbottom {
    flex-direction: column;
  }
  .docs-filter__botbottom .btn {
    width: 100%;
  }
}
.docs-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #e76631;
  margin-top: 32px;
}
.docs-calendar__keywords {
  margin-top: 32px;
}
.docs-calendar__keywords-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #333;
}
.docs-calendar__keywords-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/keywords/templates/docs.mobil/style.css?17661341821655*/
.keywords-mobil {
  display: none;
}
@media (max-width: 1200px) {
  .keywords-mobil {
    display: block;
  }
}
.keywords-mobil__title {
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #333;
}
.keywords-mobil__content {
  padding: 16px;
}
.keywords-mobil__items {
  margin-bottom: 32px;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.keywords-mobil__container {
  position: relative;
}
.keywords-mobil__btn {
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--line-orange);
  transition: all 0.3s;
  border: 1px solid var(--line-orange);
}
.keywords-mobil__btn svg path {
  transition: all 0.3s;
}
.keywords-mobil__btn:hover {
  background-color: #ffffff;
}
.keywords-mobil__btn:hover svg path {
  fill: var(--line-orange);
}
.keywords-mobil__keywords {
  position: absolute;
  right: 0;
  z-index: 999999999;
  top: 0;
  display: none;
  background-color: #ffffff;
  width: 320px;
}
.keywords-mobil__keywords.active {
  display: block;
}
.keywords-mobil__keywords-close {
  cursor: pointer;
}
.keywords-mobil__keywords-header {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  background-color: var(--line-orange);
  padding: 8px 16px;
}
.keywords-mobil__keywords-header span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #fff;
}
.keywords-mobil__keywords-close {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/calendar/templates/docs.mobil/style.css?17661341821258*/
.calendar-mobil {
  display: none;
}
@media (max-width: 1200px) {
  .calendar-mobil {
    display: block;
  }
}
.calendar-mobil__container {
  position: relative;
}
.calendar-mobil__btn {
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: var(--line-orange);
  transition: all 0.3s;
  border: 1px solid var(--line-orange);
}
.calendar-mobil__btn svg path {
  transition: all 0.3s;
}
.calendar-mobil__btn:hover {
  background-color: #ffffff;
}
.calendar-mobil__btn:hover svg path {
  fill: var(--line-orange);
}
.calendar-mobil__calendar {
  position: absolute;
  right: 0;
  z-index: 999999999;
  top: 0;
  display: none;
}
.calendar-mobil__calendar.active {
  display: block;
}
.calendar-mobil__calendar-close {
  cursor: pointer;
}
.calendar-mobil__calendar-header {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  background-color: var(--line-orange);
  padding: 8px 16px;
}
.calendar-mobil__calendar-header span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #fff;
}
.calendar-mobil__calendar-close {
  cursor: pointer;
}/*# 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/calendar/templates/docs/style.css?1766134182104 */
/* /local/components/fastek/docs.list/templates/doc/style.css?17661341823566 */
/* /local/components/fastek/keywords/templates/docs.mobil/style.css?17661341821655 */
/* /local/components/fastek/calendar/templates/docs.mobil/style.css?17661341821258 */
/* /local/components/fastek/pagenation/templates/.default/style.css?17661341821446 */
