

/* Start:/local/templates/fastek/components/bitrix/breadcrumb/fastek/style.css?17870530921234*/
.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;
  flex: 0 0 auto;
}
.breadcrumbs-back {
  margin-left: auto;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #d14e15;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
  transition: text-decoration-color 0.3s;
}
.breadcrumbs-back:hover {
  text-decoration-color: transparent;
}
@media (max-width: 768px) {
  .breadcrumbs-back {
    width: 100%;
    margin-left: 0;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/fastek/calendar/templates/docs/style.css?1786965796104*/
@media (max-width: 1200px) {
  #calendar {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/docs.list/templates/doc/style.css?17869657965133*/
.docs {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .docs {
    margin-top: 24px;
  }
}
.docs-container {
  width: 100%;
  overflow: auto;
}
.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-wrap {
  margin-top: 16px;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
  scrollbar-color: var(--line-orange) #E7E7E7;
  scrollbar-width: thin;
}
.docs-block__table-wrap.tile .docs-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 1280px) {
  .docs-block__table-wrap.tile .docs-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .docs-block__table-wrap.tile .docs-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.docs-block__table-wrap.tile .docs-item {
  display: none;
}
.docs-block__table-wrap.tile .docs-tile-item {
  display: flex;
}
.docs-block__table-wrap.tile {
  overflow: hidden;
  box-shadow: none;
}
.docs-tile-item {
  display: none;
  flex-direction: column;
  padding: 16px 19.5px;
  position: relative;
  font-size: 16px;
  line-height: 140%;
  color: #0b0b0b;
  max-width: 266px;
  border: 1px solid #e4e4e4;
  background: #f1f1f2;
}
.docs-tile-item:hover .docs-tile-item__arrow img {
  transform: rotate(45deg);
}
@media (max-width: 1280px) {
  .docs-tile-item {
    max-width: 100%;
  }
}
.docs-tile-item__top {
  display: flex;
  justify-content: space-between;
  padding-right: 36px;
}
.docs-tile-item .grey {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #656668;
}
.docs-tile-item__arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  top: 16px;
}
.docs-tile-item__arrow img {
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .docs-tile-item__arrow {
    width: 16px;
    height: 16px;
  }
}
.docs-tile-item__type {
  margin-top: 12px;
}
.docs-tile-item__name {
  margin-top: 4px;
}
.docs-items__header-wrap {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
}
.docs-items__header-wrap div {
  width: 150px;
  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;
  background-color: #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.docs-items__header-wrap div:nth-child(1) {
  border-left: 1px solid #dcdcdc;
}
.docs-items__header-wrap div.arrow {
  max-width: 50px;
}
.docs-items a {
  position: relative;
}
.docs-items a:hover .docs-item__wrap .arrow img {
  transform: rotate(45deg);
}
.docs-items a .docs-item__wrap {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}
.docs-items a .docs-item__wrap div {
  width: 150px;
  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;
  text-align: left;
  border-right: 1px solid #dcdcdc;
  transition: all 0.3s;
}
.docs-items a .docs-item__wrap div:nth-child(1) {
  border-left: 1px solid #dcdcdc;
}
.docs-items a .docs-item__wrap div.arrow {
  background-color: #dcdcdc !important;
  position: sticky;
  right: 0;
  bottom: 0;
  max-width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.docs-items a .docs-item__wrap div.arrow img {
  transition: all 0.3s;
}
.docs-items a:hover .docs-item__wrap div {
  background-color: #fef6f3;
}
.docs-items a:hover .docs-item__wrap div.arrow {
  background-color: #dcdcdc !important;
}
.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: #d14e15;
  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/tools/templates/tile.switch/style.css?1786966457291*/
#tile-switch-checkbox {
  display: none;
}
#tile-switch-checkbox:checked ~ label .tiles {
  display: block;
}
#tile-switch-checkbox:checked ~ label .vertical {
  display: none;
}

#tile-switch {
  width: 20px;
  height: 20px;
  padding: 9px !important;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/keywords/templates/docs.mobil/style.css?17869657961655*/
.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?17869657961258*/
.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?17869657961446*/
.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 #d14e15;
  background: #d14e15;
  color: #ffffff;
}
.pagen-btn.active svg path {
  fill: #ffffff;
}
.pagen-btn:hover {
  border: 1px solid #d14e15;
  background: #d14e15;
  color: #ffffff;
}
.pagen-btn:hover svg path {
  fill: #ffffff;
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/fastek/components/bitrix/breadcrumb/fastek/style.css?17870530921234 */
/* /local/components/fastek/calendar/templates/docs/style.css?1786965796104 */
/* /local/components/fastek/docs.list/templates/doc/style.css?17869657965133 */
/* /local/components/fastek/tools/templates/tile.switch/style.css?1786966457291 */
/* /local/components/fastek/keywords/templates/docs.mobil/style.css?17869657961655 */
/* /local/components/fastek/calendar/templates/docs.mobil/style.css?17869657961258 */
/* /local/components/fastek/pagenation/templates/.default/style.css?17869657961446 */
