

/* 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/technology_list/style.css?17365899377746*/
/*!****************************************************************************************************************************************************************************************************!*\
  !*** 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/technology_list/style.scss ***!
  \****************************************************************************************************************************************************************************************************/
/*------------------------*/
.b-technology {
  margin-bottom: 60px;
}
.b-technology.swiper-initialized .technology__wrap {
  flex-wrap: nowrap;
  gap: 0;
}
.b-technology .technology__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 45px 30px;
}
.b-technology .technology__item {
  border: 2px solid #000000;
  width: calc(50% - 15px);
  height: auto;
}
.b-technology .technology__item-inner {
  display: grid;
  grid-template-columns: 74% 26%;
  grid-template-areas: "title logo" "text logo";
  height: 100%;
}
.b-technology .technology__title {
  grid-area: title;
  padding: 40px 20px 12px 55px;
  font-family: "Unbounded", sans-serif;
  font-size: 28px;
  font-weight: 900;
}
.b-technology .technology__text {
  grid-area: text;
  padding: 0 40px 20% 55px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}
.b-technology .technology__logo {
  grid-area: logo;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #000000;
  border-bottom: 18px solid black;
  background-color: #a9ff3d;
}
.b-technology .technology__logo img {
  width: 100%;
  max-width: 160px;
}
.b-technology .technology__btns-pagination {
  display: none;
}
@media (min-width: 1240px) and (max-width: 1599px) {
  .b-technology .technology__wrap {
    gap: 20px;
  }
  .b-technology .technology__item {
    width: calc(50% - 20px);
  }
  .b-technology .technology__item-inner {
    grid-template-rows: 0fr;
  }
  .b-technology .technology__title {
    padding: 25px 20px 20px 35px;
    font-size: 20px;
  }
  .b-technology .technology__text {
    padding: 0 20px 10% 35px;
    font-size: 14px;
  }
  .b-technology .technology__logo {
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-technology .technology__wrap {
    gap: 20px;
  }
  .b-technology .technology__item {
    width: calc(50% - 20px);
  }
  .b-technology .technology__item-inner {
    grid-template-columns: 75px calc(100% - 75px);
    grid-template-areas: "logo title" "text text";
    grid-template-rows: 0fr;
  }
  .b-technology .technology__title {
    padding: 20px;
    font-size: 18px;
  }
  .b-technology .technology__text {
    padding: 20px 15px 15% 15px;
    font-size: 14px;
  }
  .b-technology .technology__logo {
    border-bottom: none;
    max-height: 75px;
    border-left: none;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
}
@media (max-width: 767px) {
  .b-technology .technology__wrap {
    gap: 0;
  }
  .b-technology .technology__item {
    grid-template-rows: 0fr;
    width: 100%;
  }
  .b-technology .technology__item-inner {
    grid-template-columns: 75px calc(100% - 75px);
    grid-template-areas: "logo title" "text text";
  }
  .b-technology .technology__title {
    padding: 20px;
    font-size: 18px;
  }
  .b-technology .technology__text {
    padding: 20px 15px 15% 15px;
    font-size: 14px;
  }
  .b-technology .technology__logo {
    border-bottom: none;
    max-height: 75px;
    border-left: none;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  .b-technology .technology__btns-pagination {
    position: relative;
    display: block;
    margin-top: 35px;
  }
  .b-technology .technology__btns-pagination::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    background-color: #000000;
  }
}
.b-technology .swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
}
.b-technology .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 2px;
  height: 16px;
  transform: translateY(-23%);
  background-color: #000000;
  opacity: 1;
  margin: 0 15px !important;
}
.b-technology .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-sizing: border-box;
  width: 6px;
  height: 24px;
  background-color: #a9ff3d;
  border: 2px solid #000000;
  transform: translateY(0%);
}
.b-technology .swiper-pagination::before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000000;
}
.b-technology .swiper-pagination::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #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/technology_list/style.css?17365899377746 */
