

/* 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/team/style.css?173658993730147*/
/*!************************************************************************************************************************************************************************************!*\
  !*** 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/team/style.scss ***!
  \************************************************************************************************************************************************************************************/
/*------------------------*/
/*---------------------------*/
.b-team-list {
  overflow: visible !important;
}
@media (max-width: 767px) {
  .b-team-list {
    overflow: hidden !important;
  }
}
.b-team-list.swiper-initialized .team-list__wrap {
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 20px;
  overflow: visible;
}
.b-team-list.swiper-initialized .team-list__item {
  width: 100%;
  margin: auto;
  overflow: visible;
  margin-top: 0;
}
.b-team-list .team-list__wrap {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -15px 40px;
}
.b-team-list .team-list__item {
  position: relative;
  width: calc(25% - 30px);
  margin: 0 15px 40px;
  z-index: 0;
}
.b-team-list .team-list__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #821aea;
  opacity: 0;
  transition: bottom 0.2s, right 0.2s, opacity 0.2s;
  z-index: -1;
}
.b-team-list .team-list__item::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: bottom 0.2s, right 0.2s;
  z-index: -1;
}
.b-team-list .team-list__item:hover::before {
  opacity: 1;
  right: -9px;
  bottom: -9px;
}
.b-team-list .team-list__item:hover .team-list__filter {
  opacity: 1;
}
.b-team-list .team-list__item:hover .team-list__body {
  background-color: #000000;
}
@media (min-width: 1240px) {
  .b-team-list .team-list__item:hover .team-list__inst path {
    fill: #ffffff;
  }
}
.b-team-list .team-list__item:hover .team-list__city {
  color: #a9ff3d;
}
.b-team-list .team-list__item:hover .team-list__name {
  color: #ffffff;
}
.b-team-list .team-list__detail-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-team-list .team-list__head {
  position: relative;
  border: 2px solid #000000;
}
.b-team-list .team-list__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: multiply;
}
.b-team-list .team-list__inst {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 1;
}
@media (max-width: 1239px) {
  .b-team-list .team-list__inst {
    filter: invert(1);
  }
}
@media (max-width: 374px) {
  .b-team-list .team-list__inst {
    top: 0;
  }
}
.b-team-list .team-list__inst svg {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
}
.b-team-list .team-list__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.b-team-list .team-list__more-link {
  background-color: #000000;
  text-decoration: none;
  padding: 20px;
  color: #ffffff;
  font-size: 15px;
  border-radius: 10px;
  letter-spacing: 0.03em;
  font-weight: 500;
  min-width: 70%;
  text-align: center;
}
.b-team-list .team-list__flying-filter {
  position: absolute;
  width: 62px;
  top: 0;
  left: 0;
  bottom: 0;
  border-top: 19px solid #000000;
}
.b-team-list .team-list__flying-filter svg {
  position: absolute;
  right: -18px;
  top: 32%;
  transform: translateY(-50%);
}
.b-team-list .team-list__flying-filter::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  top: 0;
  right: 0;
  bottom: 80%;
  background-color: #000000;
  z-index: 1;
}
.b-team-list .team-list__flying-filter::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  top: 45%;
  right: 0;
  bottom: 0;
  background-color: #000000;
}
.b-team-list .team-list__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(0deg, #a9ff3d 0%, #a9ff3d 100%), lightgray -13.57px -386.409px/136.768% 780.681% no-repeat;
  background-blend-mode: color-burn, normal;
  opacity: 0;
  transition: right 0.3s, opacity 0.3s;
}
.b-team-list .team-list__body {
  position: relative;
  padding: 35px 25px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.b-team-list .team-list__body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 62px;
  display: block;
  width: auto;
  height: 20px;
  background-color: #000000;
}
.b-team-list .team-list__city {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  margin-bottom: 5px;
}
.b-team-list .team-list__name {
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
}
.b-team-list .team-list__btns-pagination {
  position: relative;
  display: block;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .b-team-list .team-list__btns-pagination {
    display: none;
  }
}
.b-team-list .team-list__btns-pagination::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #000000;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-team-list {
    margin-bottom: 20px;
  }
  .b-team-list .team-list__wrap {
    margin: 0 -10px;
  }
  .b-team-list .team-list__item {
    width: calc(25% - 20px);
    margin: 0 10px 30px;
  }
  .b-team-list .team-list__flying-filter {
    width: 41px;
  }
  .b-team-list .team-list__flying-filter::before {
    bottom: 90%;
  }
  .b-team-list .team-list__flying-filter::after {
    top: 55%;
  }
  .b-team-list .team-list__body {
    padding: 25px 17px;
  }
  .b-team-list .team-list__body::before {
    left: 41px;
    height: 13px;
  }
  .b-team-list .team-list__city {
    font-size: 14px;
  }
  .b-team-list .team-list__name {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-team-list {
    margin-bottom: 30px;
  }
  .b-team-list .team-list__wrap {
    margin: 0 -10px;
  }
  .b-team-list .team-list__item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .b-team-list .team-list__flying-filter {
    width: 50px;
    border-top: 15px solid #000000;
  }
  .b-team-list .team-list__flying-filter svg {
    width: 32px;
    height: 32px;
    right: -15px;
  }
  .b-team-list .team-list__flying-filter::before {
    bottom: 90%;
  }
  .b-team-list .team-list__flying-filter::after {
    top: 55%;
  }
  .b-team-list .team-list__filter {
    opacity: 1;
  }
  .b-team-list .team-list__body {
    padding: 25px 16px 34px;
    background-color: #000000;
  }
  .b-team-list .team-list__body::before {
    left: 50px;
    height: 13px;
  }
  .b-team-list .team-list__city {
    font-size: 16px;
    color: #a9ff3d;
  }
  .b-team-list .team-list__name {
    font-size: 18px;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .b-team-list {
    margin-bottom: 40px;
  }
  .b-team-list .team-list__wrap {
    margin: 0 -10px;
  }
  .b-team-list .team-list__item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .b-team-list .team-list__flying-filter {
    width: 50px;
    border-top: 15px solid #000000;
  }
  .b-team-list .team-list__flying-filter svg {
    width: 32px;
    height: 32px;
    right: -15px;
  }
  .b-team-list .team-list__flying-filter::before {
    bottom: 90%;
  }
  .b-team-list .team-list__flying-filter::after {
    top: 55%;
  }
  .b-team-list .team-list__filter {
    opacity: 1;
  }
  .b-team-list .team-list__body {
    padding: 25px 16px 34px;
    background-color: #000000;
  }
  .b-team-list .team-list__body::before {
    left: 50px;
    height: 13px;
  }
  .b-team-list .team-list__city {
    font-size: 16px;
    color: #a9ff3d;
  }
  .b-team-list .team-list__name {
    font-size: 18px;
    color: #ffffff;
  }
}
.b-team-list .swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
}
.b-team-list .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-team-list .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-team-list .swiper-pagination::before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000000;
}
.b-team-list .swiper-pagination::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #000000;
}
.b-team-list--ambassadors .team-list__item::before, .b-team-list--ambassadors .team-list__item::after {
  display: none;
}
.b-team-list--ambassadors .team-list__flying-filter {
  left: auto;
  right: 0;
}
.b-team-list--ambassadors .team-list__flying-filter::before, .b-team-list--ambassadors .team-list__flying-filter::after {
  left: 0;
  right: auto;
}
.b-team-list--ambassadors .team-list__flying-filter svg {
  left: -18px;
  right: auto;
}
@media (max-width: 1239px) {
  .b-team-list--ambassadors .team-list__flying-filter svg {
    left: -16px;
  }
}
.b-team-list--ambassadors .team-list__filter {
  opacity: 1;
}
.b-team-list--ambassadors .team-list__body {
  background-color: #000000;
}
.b-team-list--ambassadors .team-list__city {
  color: #a9ff3d;
}
.b-team-list--ambassadors .team-list__name {
  color: #ffffff;
}

/*---------------------------*/
.b-gallery-photo .gallery-photo__nav {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .b-gallery-photo .gallery-photo__nav {
    display: none;
  }
}
.b-gallery-photo .gallery-photo__scrollbar {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .b-gallery-photo .gallery-photo__scrollbar {
    display: none;
  }
}
.b-gallery-photo .gallery-photo__paginarion {
  display: none;
  padding: 0 14px;
  height: 26px;
  position: relative;
}
.b-gallery-photo .gallery-photo__paginarion::after, .b-gallery-photo .gallery-photo__paginarion::before {
  content: "";
  display: block;
  box-sizing: border-box;
  background: #000000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.b-gallery-photo .gallery-photo__paginarion::after {
  left: 0;
  width: 14px;
  height: 8px;
}
.b-gallery-photo .gallery-photo__paginarion::before {
  height: 2px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .b-gallery-photo .gallery-photo__paginarion {
    display: block;
    margin-top: 26px;
  }
}
.b-gallery-photo .gallery-photo__imgbox {
  position: relative;
  height: 100%;
}
.b-gallery-photo .gallery-photo__imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 820px;
  object-fit: cover;
}
@media (max-width: 1239px) {
  .b-gallery-photo .gallery-photo__imgbox img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-height: 500px;
  }
}
.b-gallery-photo .gallery-photo__imgbox:hover .gallery-photo__boost {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1799px) {
  .b-gallery-photo .gallery-photo__imgbox {
    height: 100%;
  }
}
.b-gallery-photo .gallery-photo__boost {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 1799px) {
  .b-gallery-photo .gallery-photo__boost {
    top: 19.4%;
    right: 13.7%;
    transform: none;
  }
}
@media (max-width: 1239px) {
  .b-gallery-photo .gallery-photo__boost {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-gallery-photo .gallery-photo__boost {
    display: none;
  }
}
.b-gallery-photo .gallery-photo__line {
  border-left: 20px solid #000000;
  height: 56px;
  position: absolute;
  left: 0;
  right: 134px;
}
.b-gallery-photo .gallery-photo__line::after, .b-gallery-photo .gallery-photo__line::before {
  content: "";
  display: block;
  box-sizing: border-box;
  background: #000000;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.b-gallery-photo .gallery-photo__line::after {
  width: 76.9%;
  right: 0;
}
.b-gallery-photo .gallery-photo__line::before {
  width: 14.5%;
  left: 0;
}
.b-gallery-photo .gallery-photo__line-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 17.1%;
  top: 50%;
  transform: translateY(-50%);
}
.b-gallery-photo .gallery-photo__item {
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #000000;
}
.b-gallery-photo .swiper.swiper--main-theme .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-photo .swiper.swiper--main-theme .swiper__btn svg path {
  transition: stroke 0.2s ease;
}
.b-gallery-photo .swiper.swiper--main-theme .swiper__btn:hover {
  background: #a9ff3d;
  opacity: 1;
}
.b-gallery-photo .swiper.swiper--main-theme .swiper__btn:hover svg path {
  stroke: #000000;
}
.b-gallery-photo .swiper-pointer-events {
  margin-right: -6px;
  padding-right: 6px;
  overflow: hidden;
}
@media (max-width: 1239px) {
  .b-gallery-photo .swiper-pointer-events {
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .b-gallery-photo .swiper-pointer-events {
    margin-right: 0px;
    padding-right: 0px;
  }
}
.b-gallery-photo .swiper-horizontal > .swiper-scrollbar,
.b-gallery-photo .swiper-scrollbar.swiper-scrollbar-horizontal {
  background: #000000;
  height: 2px;
  border-radius: 0;
  width: 100%;
  left: 0;
}
.b-gallery-photo .swiper-scrollbar-drag {
  height: 8px;
  border: 2px solid #000000;
  background: #a9ff3d;
  border-radius: 0;
  top: -3px;
  cursor: pointer;
}
.b-gallery-photo .swiper.swiper--main-theme .swiper-slide {
  flex-shrink: 0;
  opacity: 1;
  visibility: visible;
  width: auto;
  box-shadow: 0 0 0 #821aea;
  transition: box-shadow 0.2s ease;
  height: auto;
}
@media (max-width: 539px) {
  .b-gallery-photo .swiper.swiper--main-theme .swiper-slide {
    box-shadow: none;
  }
}
.b-gallery-photo .swiper.swiper--main-theme .swiper-slide:hover {
  box-shadow: 6px 6px 0 #821aea;
}
@media (max-width: 539px) {
  .b-gallery-photo .swiper.swiper--main-theme .swiper-slide:hover {
    box-shadow: none;
  }
}
.b-gallery-photo .swiper-pagination,
.b-gallery-photo .swiper-pagination-bullets-dynamic {
  display: flex;
  align-items: center;
}
.b-gallery-photo .swiper-horizontal > .swiper-pagination-bullets,
.b-gallery-photo .swiper-pagination-bullets.swiper-pagination-horizontal,
.b-gallery-photo .swiper-pagination-custom,
.b-gallery-photo .swiper-pagination-fraction {
  bottom: 0;
}
.b-gallery-photo .swiper.swiper--main-theme .swiper-pagination-bullet,
.b-gallery-photo .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.b-gallery-photo .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.b-gallery-photo .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.b-gallery-photo .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-photo .swiper.swiper--main-theme .swiper-pagination-bullet-active {
  background: #a9ff3d;
  width: 6px;
  height: 26px;
  border: 2px solid #000000;
}

.b-team-detail {
  position: relative;
  margin-bottom: 75px;
  display: grid;
  grid-template-columns: 23.8% 76.2%;
  box-sizing: border-box;
  grid-template-areas: "team-title team-title" "team-avatar team-video" "team-info team-video";
}
.b-team-detail .team-detail__title {
  position: relative;
  grid-area: team-title;
  padding: 18px 55px;
  font-size: 52px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-family: "Unbounded", sans-serif;
  color: #a9ff3d;
  background-color: #000000;
}
.b-team-detail .team-detail__avatar {
  position: relative;
  grid-area: team-avatar;
  border-left: 2px solid #000000;
}
.b-team-detail .team-detail__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-team-detail .team-detail__avatar::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  right: calc(-320% - 6px);
  background-color: #000000;
  z-index: 1;
}
.b-team-detail .team-detail__info {
  position: relative;
  grid-area: team-info;
  z-index: 3;
  margin-right: -69%;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
}
.b-team-detail .team-detail__info-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 20px 50px 60px;
}
.b-team-detail .team-detail__info-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 118%;
  margin-bottom: 10px;
  width: 26%;
  padding-right: 20px;
}
.b-team-detail .team-detail__info-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  color: #a9ff3d;
  width: 74%;
}
.b-team-detail .team-detail__social {
  position: absolute;
  top: 0;
  right: -99px;
}
.b-team-detail .team-detail__social a {
  position: relative;
}
.b-team-detail .team-detail__social a::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  background-color: #a9ff3d;
  left: -1px;
  top: 30%;
  bottom: 30%;
  z-index: 5;
}
.b-team-detail .team-detail__social a,
.b-team-detail .team-detail__social svg {
  display: block;
}
.b-team-detail .team-detail__video {
  position: relative;
  grid-area: team-video;
  z-index: 0;
}
.b-team-detail .team-detail__video::before {
  content: "";
  display: block;
  width: 100%;
}
.b-team-detail .team-detail__video-wrap {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 19px;
  overflow: hidden;
  border: 2px solid #000000;
  border-top: 0 solid #000000;
}
.b-team-detail .team-detail__video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
  mix-blend-mode: multiply;
  transform: translateY(-50%);
}
.b-team-detail .team-detail__video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.b-team-detail .team-detail__video-wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 8.4%;
  height: 19px;
  background-color: #000000;
  right: 0;
  bottom: 0;
}
.b-team-detail .team-detail__video-filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 78.7%;
  bottom: 0;
  background: linear-gradient(0deg, #a9ff3d 0%, #a9ff3d 100%), lightgray -13.57px -386.409px/136.768% 780.681% no-repeat;
  background-blend-mode: color-burn, normal;
}
.b-team-detail .team-detail__video-filter::before {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  background-color: #000000;
  top: 0;
  left: 0;
  bottom: 71%;
}
.b-team-detail .team-detail__design {
  position: absolute;
  top: 100px;
  bottom: 0;
  z-index: 2;
}
.b-team-detail .team-detail__design svg {
  position: absolute;
  display: block;
  top: 28%;
  left: 1px;
  transform: translate(-50%, -50%);
}
.b-team-detail .team-detail__design::before, .b-team-detail .team-detail__design::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  background-color: #000000;
}
.b-team-detail .team-detail__design::before {
  top: 0;
  bottom: 82%;
}
.b-team-detail .team-detail__design::after {
  top: 38%;
  bottom: 0;
}
.b-team-detail .team-detail__design--1 {
  left: 3.5%;
}
.b-team-detail .team-detail__design--2 {
  top: 0;
  left: 21.25%;
}
.b-team-detail .team-detail__design--3 {
  right: 6.5%;
}
.b-team-detail .team-detail__design--3::after {
  bottom: 19px;
}
.b-team-detail .team-detail__cross {
  position: absolute;
}
.b-team-detail .team-detail__cross svg {
  display: block;
}
.b-team-detail .team-detail__cross--title-1 {
  top: -19px;
  left: -19px;
}
.b-team-detail .team-detail__cross--title-2 {
  right: -19px;
  bottom: -18px;
}
.b-team-detail .team-detail__cross--video {
  right: -19px;
  bottom: 0;
}
.b-team-detail .team-detail__cross--social {
  left: -19px;
  bottom: -19px;
}
.b-team-detail + .b-gallery-photo {
  margin-bottom: 80px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-team-detail .team-detail__title {
    padding: 14px 43px;
    font-size: 34px;
  }
  .b-team-detail .team-detail__info {
    font-size: 13px;
  }
  .b-team-detail .team-detail__info-wrap {
    padding: 22px 20px 30px 39px;
  }
  .b-team-detail .team-detail__info-title {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .b-team-detail .team-detail__info-text {
    font-size: 13px;
  }
  .b-team-detail .team-detail__social {
    right: -66px;
  }
  .b-team-detail .team-detail__social svg {
    width: 66px;
    height: 66px;
  }
  .b-team-detail .team-detail__video-wrap::before {
    height: 12px;
  }
  .b-team-detail .team-detail__video-filter::before {
    width: 12px;
    bottom: 70%;
  }
  .b-team-detail .team-detail__design {
    top: 70px;
  }
  .b-team-detail .team-detail__design--2 {
    top: 0;
  }
  .b-team-detail .team-detail__design svg {
    top: 26%;
  }
  .b-team-detail .team-detail__design::before {
    bottom: 89%;
  }
  .b-team-detail .team-detail__design::after {
    top: 40%;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-team-detail .team-detail__title {
    padding: 9px 19px;
    font-size: 20px;
  }
  .b-team-detail .team-detail__info {
    font-size: 12px;
  }
  .b-team-detail .team-detail__info-wrap {
    padding: 13px 20px 11px 25px;
  }
  .b-team-detail .team-detail__info-title {
    width: 100%;
    margin-bottom: 0;
    font-size: 12px;
  }
  .b-team-detail .team-detail__info-text {
    width: 100%;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .b-team-detail .team-detail__social {
    right: -40px;
  }
  .b-team-detail .team-detail__social svg {
    width: 40px;
    height: 40px;
  }
  .b-team-detail .team-detail__video-wrap {
    bottom: 32px;
  }
  .b-team-detail .team-detail__video-wrap::before {
    height: 9px;
  }
  .b-team-detail .team-detail__video-filter::before {
    width: 7px;
    bottom: 76%;
  }
  .b-team-detail .team-detail__design {
    top: 43px;
  }
  .b-team-detail .team-detail__design--2 {
    top: 0;
  }
  .b-team-detail .team-detail__design--3::after {
    bottom: 32px;
  }
  .b-team-detail .team-detail__design svg {
    width: 32px;
    height: 32px;
    top: 26%;
  }
  .b-team-detail .team-detail__design::before {
    bottom: 89%;
  }
  .b-team-detail .team-detail__design::after {
    top: 40%;
  }
  .b-team-detail .team-detail__cross--title-1 {
    top: -15px;
    left: -15px;
  }
  .b-team-detail .team-detail__cross--title-2 {
    right: -15px;
    bottom: -15px;
  }
  .b-team-detail .team-detail__cross--video {
    right: -15px;
    bottom: 17px;
  }
  .b-team-detail .team-detail__cross--social {
    left: -15px;
    bottom: -15px;
  }
  .b-team-detail .team-detail__cross svg {
    width: 32px;
    height: 32px;
  }
  .b-team-detail + .b-gallery-photo {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .b-team-detail {
    grid-template-columns: 58% 42%;
    box-sizing: border-box;
    grid-template-areas: "team-title team-title" "team-info team-avatar" "team-video team-video";
  }
  .b-team-detail .team-detail__title {
    padding: 20px;
    font-size: 22px;
    margin: 0 -20px;
  }
  .b-team-detail .team-detail__avatar {
    width: 138px;
    height: 138px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  .b-team-detail .team-detail__avatar::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    background-color: #000000;
    top: 100%;
    right: -2px;
    bottom: -15px;
  }
  .b-team-detail .team-detail__avatar::after {
    right: -15px;
  }
  .b-team-detail .team-detail__info {
    font-size: 12px;
    margin-left: -20px;
    margin-right: 0;
    min-height: 210px;
  }
  .b-team-detail .team-detail__info-wrap {
    padding: 0 20px 0 20px;
  }
  .b-team-detail .team-detail__info-title {
    width: 100%;
    margin-bottom: 2px;
    font-size: 12px;
  }
  .b-team-detail .team-detail__info-text {
    width: 100%;
    margin-bottom: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 118%;
  }
  .b-team-detail .team-detail__info-text:last-child {
    margin-bottom: 5px;
  }
  .b-team-detail .team-detail__social {
    top: 138px;
    right: -144px;
    display: flex;
  }
  .b-team-detail .team-detail__social svg {
    width: 72px;
    height: 72px;
  }
  .b-team-detail .team-detail__video {
    height: 484px;
  }
  .b-team-detail .team-detail__video--youtube {
    height: auto;
  }
  .b-team-detail .team-detail__video--youtube .padding-yt {
    position: relative;
    width: 100%;
    padding: 28.5%;
  }
  .b-team-detail .team-detail__video--youtube iframe {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    height: 100%;
  }
  .b-team-detail .team-detail__video-wrap {
    border-top: 2px solid #000000;
    bottom: 0;
  }
  .b-team-detail .team-detail__video-wrap::before {
    height: 9px;
  }
  .b-team-detail .team-detail__video-filter {
    left: 80%;
    right: 0;
  }
  .b-team-detail .team-detail__video-filter::before {
    width: 100%;
    height: 15px;
    bottom: 0;
    top: auto;
  }
  .b-team-detail .team-detail__design {
    top: 43px;
  }
  .b-team-detail .team-detail__design--1 {
    top: auto;
    bottom: 1px;
    left: 0px;
  }
  .b-team-detail .team-detail__design--1::before, .b-team-detail .team-detail__design--1::after {
    display: none;
  }
  .b-team-detail .team-detail__design--2 {
    top: 0;
    left: auto;
    right: 20.5%;
  }
  .b-team-detail .team-detail__design--3 {
    display: none;
  }
  .b-team-detail .team-detail__design svg {
    width: 32px;
    height: 32px;
    top: 26%;
  }
  .b-team-detail .team-detail__design::before {
    bottom: 89%;
  }
  .b-team-detail .team-detail__design::after {
    top: 40%;
  }
  .b-team-detail .team-detail__cross--title-1 {
    display: none;
  }
  .b-team-detail .team-detail__cross--title-2 {
    display: none;
  }
  .b-team-detail .team-detail__cross--title-3 {
    display: block;
  }
  .b-team-detail .team-detail__cross--video {
    right: -15px;
    bottom: -15px;
  }
  .b-team-detail .team-detail__cross--social {
    display: none;
  }
  .b-team-detail .team-detail__cross svg {
    width: 32px;
    height: 32px;
  }
  .b-team-detail + .b-gallery-photo {
    margin-bottom: 50px;
  }
}
/*!*************************************************************************************************************************************************************************!*\
  !*** 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 */


/* Start:/local/templates/terrornew/components/bitrix/news.list/team_list/style.css?17365899379667*/
/*!**********************************************************************************************************************************************************************************************!*\
  !*** 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/team_list/style.scss ***!
  \**********************************************************************************************************************************************************************************************/
/*------------------------*/
/*---------------------------*/
.b-team-list {
  overflow: visible !important;
}
@media (max-width: 767px) {
  .b-team-list {
    overflow: hidden !important;
  }
}
.b-team-list.swiper-initialized .team-list__wrap {
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 0 20px;
  overflow: visible;
}
.b-team-list.swiper-initialized .team-list__item {
  width: 100%;
  margin: auto;
  overflow: visible;
}
.b-team-list .team-list__wrap {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -15px 40px;
}
.b-team-list .team-list__item {
  position: relative;
  width: calc(25% - 30px);
  margin: 0 15px 40px;
  z-index: 0;
}
.b-team-list .team-list__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #821aea;
  opacity: 0;
  transition: bottom 0.2s, right 0.2s, opacity 0.2s;
  z-index: -1;
}
.b-team-list .team-list__item::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: bottom 0.2s, right 0.2s;
  z-index: -1;
}
.b-team-list .team-list__item:hover::before {
  opacity: 1;
  right: -9px;
  bottom: -9px;
}
.b-team-list .team-list__item:hover .team-list__filter {
  opacity: 1;
}
.b-team-list .team-list__item:hover .team-list__body {
  background-color: #000000;
}
.b-team-list .team-list__item:hover .team-list__city {
  color: #a9ff3d;
}
.b-team-list .team-list__item:hover .team-list__name {
  color: #ffffff;
}
.b-team-list .team-list__detail-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.b-team-list .team-list__head {
  position: relative;
  border: 2px solid #000000;
}
.b-team-list .team-list__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  mix-blend-mode: multiply;
}
.b-team-list .team-list__flying-filter {
  position: absolute;
  width: 62px;
  top: 0;
  left: 0;
  bottom: 0;
  border-top: 19px solid #000000;
}
.b-team-list .team-list__flying-filter svg {
  position: absolute;
  right: -18px;
  top: 32%;
  transform: translateY(-50%);
}
.b-team-list .team-list__flying-filter::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  top: 0;
  right: 0;
  bottom: 80%;
  background-color: #000000;
  z-index: 1;
}
.b-team-list .team-list__flying-filter::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  top: 45%;
  right: 0;
  bottom: 0;
  background-color: #000000;
}
.b-team-list .team-list__filter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(0deg, #a9ff3d 0%, #a9ff3d 100%), lightgray -13.57px -386.409px/136.768% 780.681% no-repeat;
  background-blend-mode: color-burn, normal;
  opacity: 0;
  transition: right 0.3s, opacity 0.3s;
}
.b-team-list .team-list__body {
  position: relative;
  padding: 35px 25px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.b-team-list .team-list__body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 62px;
  display: block;
  width: auto;
  height: 20px;
  background-color: #000000;
}
.b-team-list .team-list__city {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  margin-bottom: 5px;
}
.b-team-list .team-list__name {
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
}
.b-team-list .team-list__btns-pagination {
  position: relative;
  display: block;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .b-team-list .team-list__btns-pagination {
    display: none;
  }
}
.b-team-list .team-list__btns-pagination::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #000000;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-team-list {
    margin-bottom: 20px;
  }
  .b-team-list .team-list__wrap {
    margin: 0 -10px;
  }
  .b-team-list .team-list__item {
    width: calc(25% - 20px);
    margin: 0 10px 30px;
  }
  .b-team-list .team-list__flying-filter {
    width: 41px;
  }
  .b-team-list .team-list__flying-filter::before {
    bottom: 90%;
  }
  .b-team-list .team-list__flying-filter::after {
    top: 55%;
  }
  .b-team-list .team-list__body {
    padding: 25px 17px;
  }
  .b-team-list .team-list__body::before {
    left: 41px;
    height: 13px;
  }
  .b-team-list .team-list__city {
    font-size: 14px;
  }
  .b-team-list .team-list__name {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-team-list {
    margin-bottom: 30px;
  }
  .b-team-list .team-list__wrap {
    margin: 0 -10px;
  }
  .b-team-list .team-list__item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .b-team-list .team-list__flying-filter {
    width: 50px;
    border-top: 15px solid #000000;
  }
  .b-team-list .team-list__flying-filter svg {
    width: 32px;
    height: 32px;
    right: -15px;
  }
  .b-team-list .team-list__flying-filter::before {
    bottom: 90%;
  }
  .b-team-list .team-list__flying-filter::after {
    top: 55%;
  }
  .b-team-list .team-list__filter {
    opacity: 1;
  }
  .b-team-list .team-list__body {
    padding: 25px 16px 34px;
    background-color: #000000;
  }
  .b-team-list .team-list__body::before {
    left: 50px;
    height: 13px;
  }
  .b-team-list .team-list__city {
    font-size: 16px;
    color: #a9ff3d;
  }
  .b-team-list .team-list__name {
    font-size: 18px;
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .b-team-list {
    margin-bottom: 40px;
  }
  .b-team-list .team-list__wrap {
    margin: 0 -10px;
  }
  .b-team-list .team-list__item {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
  .b-team-list .team-list__flying-filter {
    width: 50px;
    border-top: 15px solid #000000;
  }
  .b-team-list .team-list__flying-filter svg {
    width: 32px;
    height: 32px;
    right: -15px;
  }
  .b-team-list .team-list__flying-filter::before {
    bottom: 90%;
  }
  .b-team-list .team-list__flying-filter::after {
    top: 55%;
  }
  .b-team-list .team-list__filter {
    opacity: 1;
  }
  .b-team-list .team-list__body {
    padding: 25px 16px 34px;
    background-color: #000000;
  }
  .b-team-list .team-list__body::before {
    left: 50px;
    height: 13px;
  }
  .b-team-list .team-list__city {
    font-size: 16px;
    color: #a9ff3d;
  }
  .b-team-list .team-list__name {
    font-size: 18px;
    color: #ffffff;
  }
}
.b-team-list .swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
}
.b-team-list .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-team-list .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-team-list .swiper-pagination::before {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #000000;
}
.b-team-list .swiper-pagination::after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #000000;
}
.b-team-list--ambassadors .team-list__item::before, .b-team-list--ambassadors .team-list__item::after {
  display: none;
}
.b-team-list--ambassadors .team-list__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: calc(100% - 62px);
  background-color: #000000;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-team-list--ambassadors .team-list__head::before {
    width: calc(100% - 41px);
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-team-list--ambassadors .team-list__head::before {
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .b-team-list--ambassadors .team-list__head::before {
    width: calc(100% - 50px);
  }
}
.b-team-list--ambassadors .team-list__flying-filter {
  left: auto;
  right: 0;
  border-top: 0;
}
.b-team-list--ambassadors .team-list__flying-filter::before, .b-team-list--ambassadors .team-list__flying-filter::after {
  left: 0;
  right: auto;
}
.b-team-list--ambassadors .team-list__flying-filter svg {
  left: -18px;
  right: auto;
}
@media (max-width: 1239px) {
  .b-team-list--ambassadors .team-list__flying-filter svg {
    left: -16px;
  }
}
.b-team-list--ambassadors .team-list__filter {
  opacity: 1;
}
.b-team-list--ambassadors .team-list__body {
  background-color: #000000;
}
.b-team-list--ambassadors .team-list__city {
  color: #a9ff3d;
}
.b-team-list--ambassadors .team-list__name {
  color: #ffffff;
}

/* End */
/* /local/templates/terrornew/components/bitrix/breadcrumb/.default/style.css?17365899361514 */
/* /local/templates/terrornew/components/bitrix/news/team/style.css?173658993730147 */
/* /local/templates/terrornew/components/bitrix/news.list/team_list/style.css?17365899379667 */
