

/* 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/team/bitrix/news.detail/.default/style.css?1697614372111*/
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/terrornew/components/bitrix/catalog.section/prime-slider-viewed/style.css?173658993624870*/
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** 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/catalog.section/prime-slider/style.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/*------------------------*/
.b-catalog-slider {
  position: relative;
  margin-bottom: 60px;
}
.b-catalog-slider .product-item-info-container {
  margin: 0;
}
.b-catalog-slider .catalog-slider__item-inner {
  position: relative;
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
.b-catalog-slider .catalog-slider__item-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  width: 2px;
  background-color: #000000;
  opacity: 0;
}
.b-catalog-slider .catalog-slider__item-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  left: -25px;
  right: -25px;
  bottom: 43px;
  height: 2px;
  background-color: #000000;
}
.b-catalog-slider .catalog-slider__labels {
  position: absolute;
  top: 45px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b-catalog-slider .catalog-slider__top {
  padding: 0 25px 0;
}
.b-catalog-slider .catalog-slider__label {
  text-transform: uppercase;
  padding: 4px 13px;
  color: #000;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.305;
  display: inline-block;
  border: 2px solid #000000;
  margin-top: -2px;
}
.b-catalog-slider .catalog-slider__label--super-star {
  color: #000000;
  background-color: #a9ff3d;
}
.b-catalog-slider .catalog-slider__label--new {
  color: #ffffff;
  background-color: #000000;
}
.b-catalog-slider .catalog-slider__label--sale {
  color: #ffffff;
  background-color: #821aea;
}
.b-catalog-slider .catalog-slider__label--percents {
  color: #a9ff3d;
  background-color: #000000;
}
.b-catalog-slider .catalog-slider__btns-design {
  position: absolute;
  width: 18px;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
}
@media (max-width: 767px) {
  .b-catalog-slider .catalog-slider__btns-design {
    display: none;
  }
}
.b-catalog-slider .catalog-slider__btns-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .b-catalog-slider .catalog-slider__btns-control {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
.b-catalog-slider .catalog-slider__btns-control .mobile {
  display: none;
}
.b-catalog-slider .catalog-slider__btns-control::before {
  content: "";
  display: block;
  height: 2px;
  background-color: black;
  position: absolute;
  left: 0;
  right: 88%;
}
@media (max-width: 767px) {
  .b-catalog-slider .catalog-slider__btns-control::before {
    display: none;
  }
}
.b-catalog-slider .catalog-slider__btns-control::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 20%;
  right: 456px;
}
@media (max-width: 767px) {
  .b-catalog-slider .catalog-slider__btns-control::after {
    display: none;
  }
}
.b-catalog-slider .catalog-slider__btns-control > svg {
  position: absolute;
  left: 15%;
}
@media (max-width: 767px) {
  .b-catalog-slider .catalog-slider__btns-control > svg {
    display: none;
  }
}
.b-catalog-slider .catalog-slider__btns-control .swiper-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  cursor: pointer;
  background-color: #000000;
  width: 228px;
  padding: 10px;
  font-size: 0;
  border: 2px solid #000000;
}
.b-catalog-slider .catalog-slider__btns-control .swiper-btn svg path {
  transition: stroke 0.3s ease;
}
.b-catalog-slider .catalog-slider__btns-control .swiper-btn:hover {
  background-color: #a9ff3d;
}
.b-catalog-slider .catalog-slider__btns-control .swiper-btn:hover svg path {
  stroke: #000000;
}
.b-catalog-slider .catalog-slider__btns-pagination {
  display: none;
}
.b-catalog-slider .catalog-slider__btns-pagination .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: -40px;
  left: 0;
  transform: translate(0);
  width: 100% !important;
}
.b-catalog-slider .catalog-slider__btns-pagination .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  width: 45px;
  border-radius: 0;
  height: 4px;
  transform: scale(1);
  margin: 0 15px;
  opacity: 1;
  background: #d9d9d9;
}
.b-catalog-slider .catalog-slider__btns-pagination .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}
.b-catalog-slider .catalog-slider__item {
  position: relative;
  background: #fff;
  padding: 0 0 0;
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  height: auto;
  border-right: 2px solid #000000;
  background-color: #ffffff;
}
.b-catalog-slider .catalog-slider__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-catalog-slider .catalog-slider__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-catalog-slider .catalog-slider__string {
  display: flex;
  align-items: center;
  height: 45px;
  margin: 0;
  padding: 0 10px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  font-weight: 900;
  background: url("/local/templates/terrornew/images/bg_string.svg");
  opacity: 0;
  transition: opacity 0.2s;
  animation: scroll 6s linear infinite;
}
.b-catalog-slider .catalog-slider__string--reverced {
  animation-direction: reverse;
}
.b-catalog-slider .catalog-slider__string span {
  white-space: nowrap;
  overflow: hidden;
}
.b-catalog-slider .catalog-slider__string-wrapper {
  display: flex;
  overflow: hidden;
}
.b-catalog-slider .catalog-slider__imgbox {
  text-align: center;
  margin-bottom: 18px;
}
.b-catalog-slider .catalog-slider__imgbox img {
  max-width: 100%;
}
.b-catalog-slider .catalog-slider__content {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: -2px;
  padding: 0 25px 0;
}
.b-catalog-slider .catalog-slider__content + .catalog-slider__string {
  margin-top: -2px;
}
.b-catalog-slider .catalog-slider__title {
  margin-bottom: 22px;
}
.b-catalog-slider .catalog-slider__title a:link,
.b-catalog-slider .catalog-slider__title a:visited {
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.317;
  text-decoration: none;
}
.b-catalog-slider .catalog-slider__old-price {
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin-bottom: 10px;
}
.b-catalog-slider .catalog-slider__old-price::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 16%;
  top: 50%;
  background-color: #821aea;
  transform: rotate(38deg) translate(-1%, -60%);
}
.b-catalog-slider .catalog-slider__prices {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-catalog-slider .catalog-slider__new-price {
  font-family: "Unbounded", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.b-catalog-slider .catalog-slider__btns {
  display: flex;
  align-items: center;
}
.b-catalog-slider .catalog-slider__btns button {
  appearance: none;
  cursor: pointer;
}
.b-catalog-slider .catalog-slider__btn-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background-color: transparent;
  border: 0;
}
.b-catalog-slider .catalog-slider__btn-favorite svg path {
  transition: fill 0.3s ease;
}
.b-catalog-slider .catalog-slider__btn-favorite:hover svg path, .b-catalog-slider .catalog-slider__btn-favorite.b-fav--active svg path {
  fill: #821aea;
}
.b-catalog-slider .catalog-slider__btn-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background-color: #000000;
  margin-right: -25px;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-right: 0;
  transition: background-color 0.3s ease;
}
.b-catalog-slider .catalog-slider__btn-to-cart:hover, .b-catalog-slider .catalog-slider__btn-to-cart.active {
  background-color: #a9ff3d;
}
.b-catalog-slider .catalog-slider__item:hover::before {
  opacity: 1;
  right: -9px;
  bottom: -9px;
}
.b-catalog-slider .catalog-slider__item:hover::after {
  border-left: 2px solid #000000;
}
.b-catalog-slider .catalog-slider__item:hover .catalog-slider__string {
  opacity: 1;
}
.b-catalog-slider .catalog-slider__item:hover .catalog-slider__string-wrapper {
  border-left: 2px solid #000000;
}
.b-catalog-slider .catalog-slider__item:hover .catalog-slider__item-inner::before {
  opacity: 1;
}
@media (min-width: 1240px) and (max-width: 1599px) {
  .b-catalog-slider .catalog-slider__item {
    padding: 0 0 0;
  }
  .b-catalog-slider .catalog-slider__item-inner::before {
    left: -20px;
  }
  .b-catalog-slider .catalog-slider__item-inner::after {
    left: -20px;
    right: -20px;
    bottom: 38px;
  }
  .b-catalog-slider .catalog-slider__string {
    height: 40px;
    margin: 0 -20px;
    font-size: 21px;
  }
  .b-catalog-slider .catalog-slider__labels {
    top: 40px;
    left: 0;
  }
  .b-catalog-slider .catalog-slider__title a:link,
  .b-catalog-slider .catalog-slider__title a:active {
    font-size: 16px;
  }
  .b-catalog-slider .catalog-slider__old-price {
    font-size: 12px;
  }
  .b-catalog-slider .catalog-slider__price {
    font-size: 14px;
  }
  .b-catalog-slider .catalog-slider__btn-to-cart {
    margin-right: -25px;
  }
  .b-catalog-slider .catalog-slider__btn-favorite, .b-catalog-slider .catalog-slider__btn-to-cart {
    width: 66px;
    height: 66px;
  }
  .b-catalog-slider .catalog-slider__btns-control .swiper-btn {
    width: 180px;
  }
  .b-catalog-slider .catalog-slider__btns-control .swiper-btn svg {
    width: 125px;
    height: 27px;
  }
  .b-catalog-slider .catalog-slider__btns-control::after {
    left: 22%;
    right: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-slider .catalog-slider__item {
    padding: 0 0 0;
    border: 2px solid #000000;
  }
  .b-catalog-slider .catalog-slider__item::before, .b-catalog-slider .catalog-slider__item::after {
    display: none;
  }
  .b-catalog-slider .catalog-slider__item-inner::before, .b-catalog-slider .catalog-slider__item-inner::after {
    display: none;
  }
  .b-catalog-slider .catalog-slider__string {
    display: none;
  }
  .b-catalog-slider .catalog-slider__labels {
    top: 0;
    left: 0;
  }
  .b-catalog-slider .catalog-slider__title a:link,
  .b-catalog-slider .catalog-slider__title a:active {
    font-size: 16px;
  }
  .b-catalog-slider .catalog-slider__content {
    margin-bottom: -2px;
  }
  .b-catalog-slider .catalog-slider__old-price {
    font-size: 12px;
  }
  .b-catalog-slider .catalog-slider__price {
    font-size: 14px;
  }
  .b-catalog-slider .catalog-slider__btn-to-cart {
    margin-right: -25px;
  }
  .b-catalog-slider .catalog-slider__btn-favorite, .b-catalog-slider .catalog-slider__btn-to-cart {
    width: 62px;
    height: 62px;
  }
  .b-catalog-slider .catalog-slider__btns-control .desktop {
    display: none;
  }
  .b-catalog-slider .catalog-slider__btns-control .mobile {
    display: block;
  }
  .b-catalog-slider .catalog-slider__btns-control .swiper-btn {
    width: 67px;
  }
  .b-catalog-slider .catalog-slider__btns-control .swiper-btn svg {
    width: 125px;
    height: 27px;
  }
  .b-catalog-slider .catalog-slider__btns-control::after {
    left: 25%;
    right: 133px;
  }
}
@media (max-width: 767px) {
  .b-catalog-slider .catalog-slider__item {
    padding: 0 0 0;
    border: 2px solid #000000;
  }
  .b-catalog-slider .catalog-slider__item::before, .b-catalog-slider .catalog-slider__item::after {
    display: none;
  }
  .b-catalog-slider .catalog-slider__item-inner::before, .b-catalog-slider .catalog-slider__item-inner::after {
    display: none;
  }
  .b-catalog-slider .catalog-slider__string {
    display: none;
  }
  .b-catalog-slider .catalog-slider__labels {
    top: 0;
    left: 0;
  }
  .b-catalog-slider .catalog-slider__label {
    margin-left: -2px;
  }
  .b-catalog-slider .catalog-slider__title a:link,
  .b-catalog-slider .catalog-slider__title a:active {
    font-size: 16px;
  }
  .b-catalog-slider .catalog-slider__content {
    margin-bottom: -2px;
  }
  .b-catalog-slider .catalog-slider__old-price {
    font-size: 12px;
  }
  .b-catalog-slider .catalog-slider__price {
    font-size: 14px;
  }
  .b-catalog-slider .catalog-slider__btn-to-cart {
    margin-right: -25px;
  }
  .b-catalog-slider .catalog-slider__btn-favorite, .b-catalog-slider .catalog-slider__btn-to-cart {
    width: 62px;
    height: 62px;
  }
  .b-catalog-slider .catalog-slider__btns-control .desktop {
    display: none;
  }
  .b-catalog-slider .catalog-slider__btns-control .mobile {
    display: block;
  }
  .b-catalog-slider .catalog-slider__btns-control .swiper-btn {
    width: 40px;
    height: 32px;
    padding: 0;
  }
  .b-catalog-slider .catalog-slider__btns-control .swiper-btn svg {
    width: 18px;
    height: auto;
  }
  .b-catalog-slider .catalog-slider__btns-control::after {
    left: 25%;
    right: 133px;
  }
  .b-catalog-slider .catalog-slider__btns-pagination {
    display: block;
  }
}
.b-catalog-slider .swiper-pagination {
  position: relative;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
}
.b-catalog-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 2px;
  height: 16px;
  transform: translateY(-10%);
  background-color: #000000;
  opacity: 1;
  margin: 0 15px !important;
}
.b-catalog-slider .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(10%);
}

/*-------------------------------*/
.b-popup-item .popup-item__inner {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__inner {
    align-items: flex-start;
  }
}
.b-popup-item .popup-item__img {
  max-width: 311px;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__img {
    order: -1;
    display: flex;
    width: 120px;
    padding-top: 0;
    flex-shrink: 0;
  }
}
.b-popup-item .popup-item__img img {
  max-width: 100%;
  vertical-align: top;
}
.b-popup-item .popup-item__content {
  width: calc(100% - 311px);
  padding-left: 38px;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__content {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__content-2 {
    display: flex;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__content-2-inner {
    padding-left: 20px;
    width: 100%;
  }
}
.b-popup-item .popup-item__labels {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.b-popup-item .popup-item__label {
  text-transform: uppercase;
  padding: 4px 13px;
  color: #000;
  text-align: center;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130.5%; /* 15.66px */
  text-transform: uppercase;
  border: 2px solid #000000;
  margin-right: -2px;
  margin-bottom: -2px;
}
.b-popup-item .popup-item__label--super-star {
  color: #000000;
  background-color: #a9ff3d;
}
.b-popup-item .popup-item__label--new {
  color: #000000;
  background-color: #ffffff;
}
.b-popup-item .popup-item__label--sale {
  color: #ffffff;
  background-color: #821aea;
}
.b-popup-item .popup-item__label--percents {
  color: #a9ff3d;
  background-color: #000000;
}
.b-popup-item .popup-item__name {
  margin-bottom: 20px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__name {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.b-popup-item .popup-item__old-price {
  color: #000000;
  font-family: "Unbounded", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
.b-popup-item .popup-item__old-price span {
  position: relative;
}
.b-popup-item .popup-item__old-price span::before {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  right: 40%;
  top: 7px;
  background-color: #821aea;
  transform: rotate(45deg);
}
.b-popup-item .popup-item__price {
  font-family: "Unbounded", sans-serif;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.b-popup-item .popup-item__props {
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__props {
    margin-bottom: 30px;
  }
}
.b-popup-item .popup-item__sku-name {
  margin-bottom: 12px;
  color: #000000;
  line-height: 1.31;
  font-size: 14px;
}
.b-popup-item .popup-item__sku-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-left: 0;
}
.b-popup-item .popup-item__sku-item-text-container {
  margin: 0 5px 10px;
  padding: 0 5px;
  min-width: 38px;
  height: 38px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  line-height: 1.2;
  font-size: 10px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
.b-popup-item .popup-item__sku-item-text-container:hover, .b-popup-item .popup-item__sku-item-text-container.selected {
  background-color: #000000;
  color: #a9ff3d;
}
.b-popup-item .popup-item__sku-item-text-container.notallowed {
  pointer-events: none;
  user-select: none;
  background-color: #787878;
  color: #ffffff;
  border-color: transparent;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__sku-item-text-container {
    min-width: 46px;
    height: 46px;
    font-size: 12px;
    font-weight: 500;
  }
}
.b-popup-item .popup-item__btn .b-btn {
  width: 100%;
  max-width: none;
  min-width: auto;
  padding: 14px;
}
@media (max-width: 767px) {
  .b-popup-item .popup-item__btn {
    font-size: 14px;
    font-weight: 700;
  }
}

/*-------------------------------*/
.swiper.swiper--top-products {
  margin: -10px -10px 0;
  padding: 10px 10px 45px;
}
@media (max-width: 767px) {
  .swiper.swiper--top-products {
    padding-bottom: 60px;
  }
}
.swiper.swiper--top-products .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  transition-property: opacity, visibility, box-shadow;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.swiper.swiper--top-products .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.swiper.swiper--top-products .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .swiper.swiper--top-products .swiper-pagination {
    display: block;
  }
}
.swiper.swiper--top-products .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  transform: translateY(-12px);
}
@media (max-width: 767px) {
  .swiper.swiper--top-products .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    transform: none;
    position: absolute;
    bottom: 24px !important;
    left: 10px !important;
    width: calc(100% - 104px) !important;
    margin: 0 -5px;
    display: flex;
    align-items: center;
  }
}
.swiper.swiper--top-products .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  flex: 0 0 auto;
  border-radius: 0;
  width: 40px;
  height: 6px;
  background-color: #000000;
  opacity: 1;
  margin: 0 5px !important;
  border: 2px solid #ffffff;
}
.swiper.swiper--top-products .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a9ff3d;
  border-color: #000000;
}

@media (min-width: 1200px) {
  /*lg*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*md*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*sm*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
@media (max-width: 767px) {
  /*xs*/
  /*6*/
  .product-item-list-col-6 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
  .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
  .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
    clear: both;
  }
}
.catalog-section-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}

.row::before {
  display: initial;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* End */


/* Start:/local/templates/terrornew/components/bitrix/catalog.item/prime/style.css?1736589936547*/
/*!**********************************************************************************************************************************************************************!*\
  !*** 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/exports.module.scss ***!
  \**********************************************************************************************************************************************************************/
/*------------------------*/

/* End */


/* Start:/local/templates/terrornew/components/bitrix/catalog.product.subscribe/terro/style.css?16977069481816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/terrornew/components/bitrix/catalog.section/prime-slider-viewed/themes/blue/style.css?1735291417825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* 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/team/bitrix/news.detail/.default/style.css?1697614372111 */
/* /local/templates/terrornew/components/bitrix/catalog.section/prime-slider-viewed/style.css?173658993624870 */
/* /local/templates/terrornew/components/bitrix/catalog.item/prime/style.css?1736589936547 */
/* /local/templates/terrornew/components/bitrix/catalog.product.subscribe/terro/style.css?16977069481816 */
/* /local/templates/terrornew/components/bitrix/catalog.section/prime-slider-viewed/themes/blue/style.css?1735291417825 */
