

/* 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/templates/fastek/components/bitrix/menu/fastek.menu/style.css?1766147637898*/
.section-menu {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 1000px) {
  .section-menu {
    display: none;
  }
}
.section-menu__wrap {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-menu__item {
  width: 100%;
  padding: 16px;
  position: relative;
  transition: all 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #595959;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section-menu__item span {
  max-width: 256px;
}
.section-menu__item.active, .section-menu__item:hover {
  background: #e76631;
  color: #ffffff;
}
.section-menu__item.active svg path, .section-menu__item:hover svg path {
  fill: #FAFAFA;
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/calendar/templates/news.calendar/style.css?176613418237*/
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/fastek/components/bitrix/menu/tablet/style.css?17661476372034*/
.title-menu {
  display: none;
  width: 100%;
  max-width: 260px;
  position: relative;
  z-index: 9999;
}
@media (max-width: 1000px) {
  .title-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .title-menu {
    max-width: 100%;
  }
}
.title-menu__container, .title-menu__items {
  display: flex;
  flex-direction: column;
}
.title-menu__container {
  position: relative;
}
.title-menu__items {
  position: absolute;
  inset: 38px 0 0 0;
  height: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9999;
}
.title-menu__items a {
  height: 0;
  padding: 0;
  background-color: #ffffff;
  transition: all 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #595959;
}
.title-menu__items a:hover {
  background-color: #e76631;
  color: #fff;
}
.title-menu__active {
  width: 100%;
  padding: 8px 16px;
  background: #e76631;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .title-menu__active {
    padding: 8px 12px;
  }
}
.title-menu__active svg {
  transition: all 0.3s;
}
.title-menu:hover .title-menu__active svg {
  transform: rotate(180deg);
}
.title-menu:hover .title-menu__items {
  height: auto;
  visibility: visible;
}
.title-menu:hover .title-menu__items a {
  height: auto;
  padding: 8px 16px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .title-menu:hover .title-menu__items a {
    padding: 8px 16px;
  }
}

@media (max-width: 768px) {
  .news_title_menu {
    display: none;
    max-width: 100%;
  }
}
.news_title_menu_mobil {
  display: none;
  max-width: 100%;
}
@media (max-width: 768px) {
  .news_title_menu_mobil {
    display: block;
  }
  .news_title_menu_mobil .title-menu {
    display: block;
    margin-top: 20px;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/fastek/calendar/templates/news.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/news.list/templates/page/style.css?17661341824384*/
.news {
  margin-top: 32px;
}
@media (max-width: 1200px) {
  .news {
    margin-top: 24px;
  }
}
.news-check {
  padding: 9px !important;
}
.news-wrap {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.news-header {
  display: flex;
  justify-content: space-between;
}
.news-header .news-check {
  width: 20px;
  height: 20px;
}
.news-header .btn .vertical {
  display: block;
}
.news-header .btn .tiles {
  display: none;
}
.news-content {
  width: 100%;
}
.news-content .page-title {
  margin-top: 0;
}
.news-left {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1200px) {
  .news-left {
    display: none;
  }
}
.news-filter {
  margin-top: 32px;
  padding: 24px;
}
@media (max-width: 1200px) {
  .news-filter {
    margin-top: 24px;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .news-filter {
    padding: 12px;
  }
}
.news-search {
  display: flex;
  gap: 16px;
}
.news-search__input {
  width: 100%;
}
@media (max-width: 768px) {
  .news-search {
    gap: 8px;
  }
}
.news-tags {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .news-tags {
    margin-top: 16px;
  }
}
.news-tags__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #333;
}
@media (max-width: 768px) {
  .news-tags__title {
    font-size: 18px;
  }
}
.news-tags__items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .news-tags__items {
    margin-top: 12px;
    gap: 6px;
  }
}
.news-tags__item {
  border-radius: 24px;
  padding: 2px 8px;
  background: #f5f5f5;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #595959;
  cursor: pointer;
}
@media (max-width: 768px) {
  .news-tags__item {
    font-size: 12px;
    padding: 2px 4px;
  }
}
.news-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 17px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news-items {
    gap: 12px;
  }
}
.news-items.tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.news-items.tiles .news-item > img {
  display: none;
}
.news-items.tiles .news-item__prev {
  display: none;
}
.news-item {
  padding: 24px;
}
@media (max-width: 1200px) {
  .news-item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .news-item {
    padding: 12px;
  }
}
.news-item__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.news-item__tag {
  border-radius: 24px;
  padding: 2px 8px;
  background: #f5f5f5;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #595959;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .news-item__tag {
    font-size: 12px;
    padding: 2px 4px;
    margin-top: 6px;
  }
}
.news-item:hover .news-item__top img {
  transform: rotate(45deg);
}
.news-item__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #595959;
}
@media (max-width: 768px) {
  .news-item__date {
    font-size: 14px;
  }
}
.news-item__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.news-item__top img {
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .news-item__top img {
    width: 16px;
    height: 16px;
  }
}
.news-item__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #e76631;
  margin-top: 32px;
}
@media (max-width: 999px) {
  .news-item__title {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .news-item__title {
    font-size: 16px;
    margin-top: 20px;
  }
}
.news-item__prev {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #0b0b0b;
  margin-top: 12px;
}
@media (max-width: 999px) {
  .news-item__prev {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .news-item__prev {
    font-size: 14px;
    margin-top: 8px;
  }
}
.news-item > img {
  width: 100%;
  margin-top: 16px;
}

#tile-pos-checkbox {
  display: none;
}
#tile-pos-checkbox:checked ~ label .tiles {
  display: block;
}
#tile-pos-checkbox:checked ~ label .vertical {
  display: none;
}/*# 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/templates/fastek/components/bitrix/menu/fastek.menu/style.css?1766147637898 */
/* /local/components/fastek/calendar/templates/news.calendar/style.css?176613418237 */
/* /local/templates/fastek/components/bitrix/menu/tablet/style.css?17661476372034 */
/* /local/components/fastek/calendar/templates/news.mobil/style.css?17661341821258 */
/* /local/components/fastek/news.list/templates/page/style.css?17661341824384 */
/* /local/components/fastek/pagenation/templates/.default/style.css?17661341821446 */
