

/* Start:/bitrix/templates/taktik60/components/bitrix/news.list/history/style.css?17334762976954*/
.history-list_outer {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.history-list_outer::after {
  content: ' ';
  height: 100%;
  width: 2px;
  background-color: var(--orange-bg-color);
  top: 10px;
  bottom: 0;
  position: absolute;
  left: 50%;
  opacity: 0.5;
  z-index: 5;
}
.history-list_item {
  position: relative;
  padding-bottom: 30px;
  z-index: 100;
}
.history-list_item.history-list_right {
  position: relative;
  padding-bottom: 30px;
}
.history-list_date {
  position: absolute;
  background-color: var(--orange-bg-color);
  color: #fff;
  left: calc(50% - 30px);
  text-align: center;
  width: 60px;
  height: 60px;
  border: 2px solid var(--orange-bg-color);
  border-radius: 30px;
  font-family: var(--header-fonts-family);
  font-weight: 700;
  z-index: 100;
  font-size: 24px;
  line-height: 55px;
  top: 5px;
}
.history-list_item.history-list_right .history-list_date {
  position: absolute;
  background-color: var(--orange-bg-color);
  color: #fff;
  right: calc(50% - 30px);
  text-align: center;
  width: 60px;
  height: 60px;
  border: 2px solid var(--orange-bg-color);
  border-radius: 30px;
  font-family: var(--header-fonts-family);
  font-weight: 700;
  z-index: 100;
  font-size: 24px;
  line-height: 55px;
  top: 5px;
}
.history-list_title {
  text-align: right;
  margin-top: -5px;
  padding-right: 50px;
  font-family: var(--header-fonts-family);
  color: var(--orange-bg-color);
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  width: 50%;
}
.history-list_item.history-list_right .history-list_title {
  text-align: left;
  margin-top: -5px;
  padding-left: 50px;
  font-family: var(--header-fonts-family);
  color: var(--orange-bg-color);
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-left: 50%;
}
.history-list_title::after {
  content: ' ';
  height: 1px;
  width: 40%;
  background-color: var(--orange-bg-color);
  position: absolute;
  right: 50%;
  top: 35px;
}
.history-list_item.history-list_right .history-list_title::after {
  content: ' ';
  height: 1px;
  width: 40%;
  background-color: var(--orange-bg-color);
  position: absolute;
  left: 50%;
  top: 35px;
}
.history-list_preview {
  padding: 15px 50px;
  font-style: italic;
  text-align: right;
  width: 50%;
}
.history-list_item.history-list_right .history-list_preview {
  padding: 15px 50px;
  font-style: italic;
  text-align: left;
  width: 50%;
  margin-left: 50%;
}
.history-list_preview a {
  padding-top: 10px;
  display: block;
}
.history-list_detail {
  background-color: #fff;
  z-index: 120;
  padding: 30px 50px;
  margin: 16px 0;
  line-height: 1.7;
  display: none;
  position: relative;
  border-right: 2px solid rgba(244, 119, 35, 0.5);
}
.history-list_item.history-list_right .history-list_detail {
  background-color: #fff;
  z-index: 120;
  padding: 30px 50px;
  margin: 16px 0;
  line-height: 1.7;
  display: none;
  position: relative;
  border-left: 2px solid rgba(244, 119, 35, 0.5);
  border-right: none;
}
.history-list_detail::before {
  content: ' ';
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: rgba(244, 119, 35, 0.5);
  left: calc(50% + 1px);
  top: -2px;
  opacity: 0.5;
}
.history-list_item.history-list_right .history-list_detail::before {
  content: ' ';
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: rgba(244, 119, 35, 0.5);
  left: 0px;
  top: -2px;
  opacity: 0.5;
}
.history-list_detail::after {
  content: ' ';
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: rgba(244, 119, 35, 0.5);
  left: calc(50% + 1px);
  bottom: -2px;
  opacity: 0.5;
}
.history-list_item.history-list_right .history-list_detail::after {
  content: ' ';
  position: absolute;
  height: 2px;
  width: 50%;
  background-color: rgba(244, 119, 35, 0.5);
  left: 0;
  bottom: -2px;
  opacity: 0.5;
}
@media (max-width: 575.98px) {
  .history-list_outer::after {
    content: ' ';
    height: 100%;
    width: 2px;
    background-color: var(--orange-bg-color);
    top: 10px;
    bottom: 0;
    position: absolute;
    left: 20px;
    opacity: 0.5;
    z-index: 5;
  }
  .history-list_date {
    position: absolute;
    background-color: var(--orange-bg-color);
    color: #fff;
    left: 0px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 2px solid var(--orange-bg-color);
    border-radius: 30px;
    font-family: var(--header-fonts-family);
    font-weight: 700;
    z-index: 100;
    font-size: 18px;
    line-height: 36px;
    top: 5px;
  }
  .history-list_item.history-list_right .history-list_date {
    position: absolute;
    background-color: var(--orange-bg-color);
    color: #fff;
    left: 0px;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 2px solid var(--orange-bg-color);
    border-radius: 30px;
    font-family: var(--header-fonts-family);
    font-weight: 700;
    z-index: 100;
    font-size: 18px;
    line-height: 36px;
    top: 5px;
  }
  .history-list_title {
    text-align: left;
    margin-top: 0px;
    padding-left: 50px;
    font-family: var(--header-fonts-family);
    color: var(--orange-bg-color);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    width: inherit;
    padding-right: 0;
  }
  .history-list_item.history-list_right .history-list_title {
    text-align: left;
    margin-top: -5px;
    padding-left: 50px;
    font-family: var(--header-fonts-family);
    color: var(--orange-bg-color);
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    width: inherit;
    padding-right: 0;
    margin-left: 0;
  }
  .history-list_title::after {
    display: none;
  }
  .history-list_item.history-list_right .history-list_title::after {
    display: none;
  }
  .history-list_preview {
    padding: 15px 0px;
    font-style: italic;
    text-align: left;
    width: 100%;
    padding-left: 50px;
  }
  .history-list_item.history-list_right .history-list_preview {
    padding: 15px 0px;
    font-style: italic;
    text-align: left;
    width: 100%;
    padding-left: 50px;
    margin-left: 0;
  }
  .history-list_detail {
    background-color: transparent;
    z-index: 120;
    padding: 15px 0px;
    margin: 0px 0;
    line-height: 1.7;
    display: none;
    position: relative;
    border: none;
    padding-left: 50px;
  }
  .history-list_item.history-list_right .history-list_detail {
    background-color: transparent;
    z-index: 120;
    padding: 15px 0px;
    margin: 0px 0;
    line-height: 1.7;
    display: none;
    position: relative;
    border: none;
    padding-left: 50px;
  }
  .history-list_detail::before,
  .history-list_detail::after {
    display: none;
  }
  .history-list_item.history-list_right .history-list_detail::after {
    display: none;
  }
}

/* End */


/* Start:/bitrix/templates/taktik60/components/bitrix/breadcrumb/taktik/style.css?1733511162260*/
.breadcrumb {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: var(--main-color);
}
.breadcrumb-item.active {
  color: var(--main-color) !important;
}
.breadcrumb-item a {
  text-decoration: none;
  color: var(--orange-color);
}

/* End */


/* Start:/bitrix/templates/taktik60/components/bitrix/news.detail/gallery.slider/style.css?17339547572291*/
.sp-model_gallery {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.sp-model_gallery .swiper-gal-big {
  height: 100vh;
}
.sp-model_gallery .swiper-gal-big img {
  height: 100%;
  width: 100%;
  object-position: center center;
  object-fit: cover;
}
.sp-model_gallery_thumb {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.sp-model_gallery_thumb_inner {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.swiper-gal-thumb {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.sp-model_gallery_thumb_link {
  position: absolute;
  top: 50%;
  z-index: 1000;
  left: 0;
  right: 0;
}
.sp-model_gallery_thumb_link-tmp {
  position: relative;
}
.sp-model_gallery_thumb_link .sp-width-main {
  position: relative;
}
.sp-model_gallery_thumb_link .sp-swiper-button-prev {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  padding: 10px 18px;
  transition: all 0.2s;
}
.sp-model_gallery_thumb_link .sp-swiper-button-prev::after {
  content: 'prev';
}
.sp-model_gallery_thumb_link .sp-swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  display: block;
}
.sp-model_gallery_thumb_link .sp-swiper-button-prev:hover {
  background: #ffffff;
}
.sp-model_gallery_thumb_link .sp-swiper-button-prev:hover::after {
  color: #000;
}
.sp-model_gallery_thumb_link .sp-swiper-button-next {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  right: 0;
  padding: 10px 18px;
  transition: all 0.2s;
}
.sp-model_gallery_thumb_link .sp-swiper-button-next::after {
  content: 'next';
}
.sp-model_gallery_thumb_link .sp-swiper-button-next::after {
  font-family: swiper-icons;
  font-size: 24px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #fff;
  display: block;
}
.sp-model_gallery_thumb_link .sp-swiper-button-next:hover {
  background: #ffffff;
}
.sp-model_gallery_thumb_link .sp-swiper-button-next:hover::after {
  color: #000;
}
@media (max-width: 575.98px) {
  .sp-model_gallery_thumb_inner {
    display: none;
  }
}

/* End */
/* /bitrix/templates/taktik60/components/bitrix/news.list/history/style.css?17334762976954 */
/* /bitrix/templates/taktik60/components/bitrix/breadcrumb/taktik/style.css?1733511162260 */
/* /bitrix/templates/taktik60/components/bitrix/news.detail/gallery.slider/style.css?17339547572291 */
