

/* Start:/local/templates/terrornew/components/bitrix/breadcrumb/.default/style.css?17365899361514*/
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/terrornew/components/bitrix/breadcrumb/.default/style.scss ***!
  \**********************************************************************************************************************************************************************************************/
/*------------------------*/
.b-path {
  display: flex;
  flex-wrap: wrap;
  margin: 0 190px 23px 0;
  color: #000000;
  font-size: 16px;
  line-height: 1.31;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .b-path {
    margin-right: 0;
  }
}
.b-path a:link, .b-path a:visited {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.b-path .path__item {
  position: relative;
  padding: 0 14px;
}
.b-path .path__item:not(.b-path .path__item:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
  height: 17px;
  width: 2px;
  background-color: #000000;
}
.b-path-arr {
  display: none;
  margin-bottom: 18px;
}
@media (max-width: 1239px) {
  .b-path-arr {
    display: block;
  }
}
.b-path-arr svg {
  display: block;
}
.b-path-arr path {
  transition: stroke 0.2s ease-in-out;
}
.b-path-arr a:hover path {
  stroke: #a9ff3d;
}

/* End */


/* Start:/local/templates/terrornew/components/bitrix/news.list/gallery_video/style.css?173658993710081*/
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/terrornew/components/bitrix/news.list/gallery_video/style.scss ***!
  \**************************************************************************************************************************************************************************************************/
/*------------------------*/
.b-gallery-video .gallery-video__nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .b-gallery-video .gallery-video__nav {
    display: none;
  }
}
.b-gallery-video .gallery-video__scrollbar {
  margin-top: 35px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .b-gallery-video .gallery-video__scrollbar {
    display: none;
  }
}
.b-gallery-video .gallery-video__paginarion {
  display: none;
  padding: 0 14px;
  height: 26px;
  position: relative;
}
.b-gallery-video .gallery-video__paginarion::after, .b-gallery-video .gallery-video__paginarion::before {
  content: "";
  display: block;
  box-sizing: border-box;
  background: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.b-gallery-video .gallery-video__paginarion::after {
  left: 0;
  width: 14px;
  height: 8px;
}
.b-gallery-video .gallery-video__paginarion::before {
  height: 2px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .b-gallery-video .gallery-video__paginarion {
    display: block;
    margin-top: 26px;
  }
}
.b-gallery-video .gallery-video__imgbox {
  height: 0;
  padding-bottom: 56.207%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  border: 2px solid #000000;
  font-size: 0;
}
.b-gallery-video .gallery-video__imgbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  object-fit: cover;
}
.b-gallery-video .gallery-video__imgbox-play {
  width: 74px;
  height: 74px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
}
.b-gallery-video .gallery-video__imgbox-play svg path {
  transition: fill 0.2s ease, stroke 0.4s ease;
}
.b-gallery-video .gallery-video__imgbox:hover .gallery-video__imgbox-play svg path {
  fill: #a9ff3d;
  stroke: #a9ff3d;
}
@media (max-width: 1799px) {
  .b-gallery-video .gallery-video__imgbox {
    height: 100%;
  }
}
.b-gallery-video .gallery-video__line {
  border-left: 20px solid #000000;
  height: 56px;
  position: absolute;
  left: 0;
  right: 134px;
}
.b-gallery-video .gallery-video__line::after, .b-gallery-video .gallery-video__line::before {
  content: "";
  display: block;
  box-sizing: border-box;
  background: #000000;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.b-gallery-video .gallery-video__line::after {
  width: 76.9%;
  right: 0;
}
.b-gallery-video .gallery-video__line::before {
  width: 14.5%;
  left: 0;
}
.b-gallery-video .gallery-video__line-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 17.1%;
  top: 50%;
  transform: translateY(-50%);
}
.b-gallery-video .gallery-video__item {
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.b-gallery-video .gallery-video__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
}
@media (max-width: 1239px) {
  .b-gallery-video .gallery-video__name {
    position: static;
    margin-left: -2px;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 50px;
    text-align: left;
  }
}
.b-gallery-video .gallery-video__name-wrap {
  width: fit-content;
  padding: 6px 19px;
  background: #000000;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1799px) {
  .b-gallery-video .gallery-video__name-wrap {
    font-size: 12px;
    padding: 4px 15px;
  }
}
@media (max-width: 1239px) {
  .b-gallery-video .gallery-video__name-wrap {
    font-size: 12px;
    padding: 4px 15px;
  }
}
@media (max-width: 767px) {
  .b-gallery-video .gallery-video__name-wrap {
    font-size: 11px;
    padding: 6px 20px;
  }
}
.b-gallery-video .swiper .swiper__btn {
  position: static;
  box-sizing: border-box;
  background: #000000;
  border: 2px solid #000000;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 54px;
  transition: background 0.2s ease;
  opacity: 1;
}
.b-gallery-video .swiper .swiper__btn svg path {
  transition: stroke 0.2s ease;
}
.b-gallery-video .swiper .swiper__btn:hover {
  background: #a9ff3d;
  opacity: 1;
}
.b-gallery-video .swiper .swiper__btn:hover svg path {
  stroke: #000000;
}
.b-gallery-video .swiper-pointer-events {
  margin-right: -6px;
  padding-right: 6px;
  overflow: hidden;
}
@media (max-width: 1239px) {
  .b-gallery-video .swiper-pointer-events {
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .b-gallery-video .swiper-pointer-events {
    margin-right: 0px;
    padding-right: 0px;
  }
}
.b-gallery-video .swiper-horizontal > .swiper-scrollbar,
.b-gallery-video .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: #000000;
  height: 2px;
  border-radius: 0;
  width: 100%;
  left: 0;
}
.b-gallery-video .swiper-scrollbar-drag {
  height: 8px;
  border: 2px solid #000000;
  background: #a9ff3d;
  border-radius: 0;
  top: -3px;
  cursor: pointer;
}
.b-gallery-video .swiper .swiper-slide {
  flex-shrink: 0;
  opacity: 1;
  visibility: visible;
  width: auto;
  box-shadow: 0 0 0 #821aea;
  transition: box-shadow 0.2s ease;
}
@media (max-width: 1239px) {
  .b-gallery-video .swiper .swiper-slide {
    box-shadow: none;
  }
}
.b-gallery-video .swiper .swiper-slide:hover {
  box-shadow: 6px 6px 0 #821aea;
}
@media (max-width: 1239px) {
  .b-gallery-video .swiper .swiper-slide:hover {
    box-shadow: none;
  }
}
.b-gallery-video .swiper-pagination,
.b-gallery-video .swiper-pagination-bullets-dynamic {
  display: flex;
  align-items: center;
}
.b-gallery-video .swiper-horizontal > .swiper-pagination-bullets,
.b-gallery-video .swiper-pagination-bullets.swiper-pagination-horizontal,
.b-gallery-video .swiper-pagination-custom,
.b-gallery-video .swiper-pagination-fraction {
  bottom: 0;
}
.b-gallery-video .swiper .swiper-pagination-bullet,
.b-gallery-video .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.b-gallery-video .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.b-gallery-video .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.b-gallery-video .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(1);
  box-sizing: border-box;
  border-radius: 0;
  width: 2px;
  height: 16px;
  background: #000000;
  opacity: 1;
  transition: width 0.2s ease, height 0.2s ease;
  margin: 0 13px;
}
.b-gallery-video .swiper .swiper-pagination-bullet-active {
  background: #a9ff3d;
  width: 6px;
  height: 26px;
  border: 2px solid #000000;
}

/*---------------------------*/
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js!./local/templates/terrornew/scss/swiper-main-theme.scss ***!
  \*************************************************************************************************************************************************************************/
/*------------------------*/
.swiper.swiper--main-theme {
  overflow: visible;
}
.swiper.swiper--main-theme .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  transition-property: opacity, visibility;
  -webkit-user-select: none;
  user-select: none;
}
.swiper.swiper--main-theme .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.swiper.swiper--main-theme .swiper__btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 51px;
  height: 51px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.swiper.swiper--main-theme .swiper__btn--prev {
  left: -100px;
  background: url("/local/templates/terrornew/images/swiper-prev.svg") 50% 50% no-repeat;
}
.swiper.swiper--main-theme .swiper__btn--next {
  right: -100px;
  background: url("/local/templates/terrornew/images/swiper-next.svg") 50% 50% no-repeat;
}
@media (max-width: 767px) {
  .swiper.swiper--main-theme .swiper__btn {
    display: none;
  }
}
.swiper.swiper--main-theme .swiper__btn:hover {
  opacity: 0.4;
}
.swiper.swiper--main-theme .swiper-button-disabled {
  opacity: 0.4;
  cursor: auto;
  pointer-events: none;
}
.swiper.swiper--main-theme .swiper-pagination-bullet {
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background-color: #3dade1;
  transition: background-color 0.2s ease-in-out;
}
.swiper.swiper--main-theme .swiper-pagination-bullet-active {
  background-color: #1071ae;
}
.swiper.swiper--main-theme.swiper--padding {
  padding-left: 51px;
  padding-right: 51px;
}
.swiper.swiper--main-theme.swiper--bullets {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .swiper.swiper--main-theme.swiper--bullets {
    margin-bottom: 30px;
  }
}
.swiper.swiper--main-theme.swiper--bullets .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .swiper.swiper--main-theme.swiper--bullets .swiper-pagination {
    margin-top: 30px;
  }
}

/*-------------------------*/

/* End */
/* /local/templates/terrornew/components/bitrix/breadcrumb/.default/style.css?17365899361514 */
/* /local/templates/terrornew/components/bitrix/news.list/gallery_video/style.css?173658993710081 */
