

/* Start:/local/templates/terrornew/components/bitrix/catalog/prime/style.css?17365899365694*/
/*!****************************************************************************************************************************************************************************************!*\
  !*** 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/prime/style.scss ***!
  \****************************************************************************************************************************************************************************************/
/*------------------------*/
.b-catalog {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 130px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-catalog {
    margin-bottom: 115px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog {
    margin-bottom: 90px;
  }
}
.b-catalog .catalog__filter {
  width: 457px;
  padding-right: 79px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-catalog .catalog__filter {
    padding-right: 19px;
    width: 305px;
  }
}
@media (max-width: 1239px) {
  .b-catalog .catalog__filter {
    display: none;
  }
}
.b-catalog .catalog__sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 20px;
  margin-bottom: 38px;
}
@media (max-width: 1239px) {
  .b-catalog .catalog__sort {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .b-catalog .catalog__sort {
    margin-bottom: 30px;
  }
}
@media (min-width: 1240px) {
  .b-catalog .catalog__sort-filter {
    display: none;
  }
}
.b-catalog .catalog__items {
  width: calc(100% - 457px);
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-catalog .catalog__items {
    width: calc(100% - 305px);
  }
}
@media (max-width: 1239px) {
  .b-catalog .catalog__items {
    width: 100%;
  }
}
/*-------------------------*/
.b-sort {
  position: relative;
}
.b-sort .sort__title {
  padding: 15px 25px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #000000;
  cursor: pointer;
}
.b-sort .sort__title.active, .b-sort .sort__title--active {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 1239px) {
  .b-sort .sort__title {
    font-size: 14px;
    padding: 9px 25px;
  }
}
.b-sort .sort__list {
  position: absolute;
  z-index: 3;
  top: calc(100% - 2px);
  right: -30px;
  width: 400px;
  padding: 30px 55px;
  background-color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #000000;
  display: none;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-sort .sort__list {
    right: 0;
  }
}
@media (max-width: 1239px) {
  .b-sort .sort__list {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .b-sort .sort__list {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 0;
  }
}
.b-sort .sort__list-inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .b-sort .sort__list-inner {
    background-color: #ffffff;
    margin: -2px -2px 0;
    padding: 35px 20px 110px;
    border-width: 0 2px 2px 2px;
  }
  .b-sort .sort__list-inner:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 132px;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d9d9d9;
  }
}
.b-sort .sort__list-overlay {
  display: none;
}
@media (max-width: 767px) {
  .b-sort .sort__list-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.b-sort .sort__list-title {
  margin-bottom: 30px;
  font-size: 16px;
  color: #787878;
}
.b-sort .sort__list-item {
  padding-bottom: 15px;
}
.b-sort .sort__list-item:last-child {
  padding-bottom: 0;
}
.b-sort .sort__list-item--current .sort__list-link::before {
  opacity: 1;
}
.b-sort .sort__list-link {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
.b-sort .sort__list-link span {
  position: relative;
  z-index: 0;
}
.b-sort .sort__list-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 110%;
  top: 10%;
  left: 1%;
  background-color: #a9ff3d;
  opacity: 0;
  transition: opacity 0.2s;
}
.b-sort .sort__list-link:hover::before {
  opacity: 1;
}

.js-filter-scroll {
  height: calc(-150px + 100vh);
  overflow: hidden auto;
  padding-right: 10px;
  width: 395px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .js-filter-scroll {
    width: 295px;
  }
}

.js-filter-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(77, 77, 77, 0.15);
  border-radius: 5px;
  height: 200px;
}

.js-filter-scroll::-webkit-scrollbar-thumb {
  background: rgba(110, 110, 110, 0.6235294118);
  border-radius: 5px;
}

.js-filter-scroll.bottom {
  position: relative !important;
  top: 100% !important;
  transform: translateY(-100%) !important;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** 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/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/catalog/prime/bitrix/catalog.compare.list/.default/style.css?16976143721265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/terrornew/components/bitrix/catalog.element/prime/style.css?173658993661599*/
/*!************************************************************************************************************************************************************************************************!*\
  !*** 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.element/prime/style.scss ***!
  \************************************************************************************************************************************************************************************************/
/*------------------------*/
@media (max-width: 767px) {
  .b-catalog-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card h2 {
    margin-bottom: 23px;
    text-transform: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
  }
}
.b-catalog-card .swiper {
  overflow: visible;
}
.b-catalog-card .catalog-card__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 96px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__item {
    margin-bottom: 69px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__item {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__item {
    margin-bottom: 0;
  }
}
.b-catalog-card .catalog-card__item--gallery-one .catalog-card__content {
  align-self: stretch;
}
.b-catalog-card .catalog-card__imgs {
  width: calc(50% - 15px);
  margin-right: 15px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__imgs {
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__imgs {
    width: 100%;
    margin: 0 0 13px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__imgs {
    width: 100%;
    margin: 0 0 25px;
  }
}
.b-catalog-card .catalog-card__slider {
  margin: 0 -10px;
  padding: 0 10px;
  overflow: hidden;
}
.b-catalog-card .catalog-card__slider .swiper-wrapper {
  align-items: stretch;
}
.b-catalog-card .catalog-card__slider .swiper-slide {
  height: auto;
}
.b-catalog-card .catalog-card__content {
  align-self: flex-start;
  position: sticky;
  top: 60px;
  width: calc(50% - 15px);
  margin-left: 15px;
  padding: 30px 55px 50px;
  background-color: #000000;
  color: #ffffff;
  z-index: 2;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__content {
    width: calc(50% - 10px);
    padding: 20px 35px 30px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__content {
    width: 100%;
    margin-left: 0;
    padding: 20px 35px;
    position: relative;
    top: auto !important;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__content {
    position: static;
    width: 100%;
    margin-left: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #ffffff;
    color: #000000;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__content-inner {
    display: flex;
    flex-direction: column;
  }
}
.b-catalog-card .catalog-card__imgbox {
  position: relative;
  height: 0;
  padding-bottom: 141.588%;
  margin: 0 auto;
}
.b-catalog-card .catalog-card__imgbox:hover .catalog-card__img-lupa {
  opacity: 1;
  visibility: visible;
}
.b-catalog-card .catalog-card__imgbox::before {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #821aea;
  transition: top 0.2s, left 0.2s;
}
.b-catalog-card .catalog-card__imgbox::after {
  content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #000000;
}
.b-catalog-card .catalog-card__imgbox:hover::before {
  top: 9px;
  left: 9px;
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__imgbox .catalog-card__img-lupa {
    opacity: 1;
    visibility: visible;
  }
}
.b-catalog-card .catalog-card__img {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.b-catalog-card .catalog-card__video {
  position: absolute;
  z-index: 2;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.b-catalog-card .catalog-card__video:hover .catalog-card__video-play path {
  fill: #000000;
}
.b-catalog-card .catalog-card__video:hover .catalog-card__video-play circle {
  fill: #ffffff;
}
.b-catalog-card .catalog-card__video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-catalog-card .catalog-card__video-play path,
.b-catalog-card .catalog-card__video-play circle {
  transition: fill 0.2s ease-in-out;
}
.b-catalog-card .catalog-card__video-play path {
  fill: #ffffff;
}
.b-catalog-card .catalog-card__video-play circle {
  fill: #000000;
}
.b-catalog-card .catalog-card__one {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-catalog-card .catalog-card__one img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.b-catalog-card .catalog-card__one .catalog-card__img-lupa {
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
.b-catalog-card .catalog-card__one .catalog-card__img-lupa--video {
  right: auto;
}
.b-catalog-card .catalog-card__img-lupa {
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
  transition-property: opacity, visibility;
  z-index: 2;
}
.b-catalog-card .catalog-card__img-lupa--video {
  right: auto;
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__img-lupa {
    top: 0;
    right: 0;
    transform: none;
    width: 41px;
    height: 41px;
  }
}
.b-catalog-card .catalog-card__img-lupa svg {
  display: block;
  width: 100%;
  height: auto;
}
.b-catalog-card .catalog-card__img-link {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 1px;
  left: 2px;
}
.b-catalog-card .catalog-card__labels-mobile {
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .b-catalog-card .catalog-card__labels-mobile {
    display: none;
  }
}
@media (max-width: 1239px) {
  .b-catalog-card .catalog-card__labels-mobile {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__labels-mobile {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.b-catalog-card .catalog-card__labels {
  position: absolute;
  top: -45px;
  right: 0;
  display: flex;
  align-items: center;
}
.b-catalog-card .catalog-card__labels > div {
  border: 2px solid #000000;
  margin-left: -2px;
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__labels > div {
    margin: 0 -2px -2px 0;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__labels {
    display: none;
    top: -42px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__labels {
    display: none;
    position: static;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    align-items: baseline;
    border: none;
  }
}
.b-catalog-card .catalog-card__label {
  padding: 4px 13px;
  font-family: "Unbounded", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130.5%; /* 15.66px */
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1239px) {
  .b-catalog-card .catalog-card__label {
    border: 2px solid #000000;
    margin-left: -2px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__label {
    margin: 0 -2px -2px 0;
  }
}
.b-catalog-card .catalog-card__label--super-star {
  background-color: #a9ff3d;
  color: #000000;
}
.b-catalog-card .catalog-card__label--new {
  background-color: #ffffff;
  color: #000000;
}
.b-catalog-card .catalog-card__label--sale {
  background-color: #821aea;
  color: #ffffff;
}
.b-catalog-card .catalog-card__label--percents {
  background-color: #000000;
  color: #a9ff3d;
}
.b-catalog-card .catalog-card__article {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.31;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__article {
    margin-bottom: 5px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__article {
    position: absolute;
    top: -39px;
    right: 0;
    font-size: 12px;
  }
}
.b-catalog-card .catalog-card__title {
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.3;
  font-family: "Unbounded", sans-serif;
  color: #a9ff3d;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__title {
    order: 1;
    font-size: 22px;
    margin-bottom: 20px;
    color: #000000;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__pricebox {
    order: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 20px;
    margin-bottom: 16px;
  }
}
.b-catalog-card .catalog-card__price {
  margin-bottom: 30px;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__price {
    margin-bottom: 15px;
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__price {
    margin-bottom: 0;
    font-size: 20px;
  }
}
.b-catalog-card .catalog-card__old-price {
  margin-bottom: 4px;
  font-family: "Unbounded", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__old-price {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__old-price {
    order: 3;
    font-size: 13px;
  }
}
.b-catalog-card .catalog-card__old-price span {
  position: relative;
}
.b-catalog-card .catalog-card__old-price span:after {
  content: "";
  position: absolute;
  width: 34px;
  height: 2px;
  right: 30%;
  top: 45%;
  background-color: #821aea;
  transform: rotate(45deg);
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__old-price span:after {
    width: 20px;
    right: 20%;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__old-price span:after {
    width: 20px;
    right: 25%;
    top: 42%;
  }
}
.b-catalog-card .catalog-card__btns {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__btns {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__btns .b-btn-3 {
    padding: 15px 37px 14px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__btns .b-btn-3 {
    padding: 19px 20px 19px;
    font-size: 14px;
    max-width: 264px;
    width: 100%;
  }
}
.b-catalog-card .catalog-card__btn {
  border-color: #a9ff3d;
}
.b-catalog-card .catalog-card__btn-buy {
  font-family: "Manrope", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.205em;
  margin-right: 18px !important;
}
.b-catalog-card .catalog-card__btn-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #000000;
  border: 2px solid #a9ff3d;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color;
}
.b-catalog-card .catalog-card__btn-favorite svg {
  display: block;
  margin-top: -2px;
  transition: stroke 0.2s, fill 0.2s;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__btn-favorite {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__btn-favorite {
    display: none;
    width: 46px;
    height: 46px;
    border-color: #000000;
    background-color: #ffffff;
  }
  .b-catalog-card .catalog-card__btn-favorite path {
    stroke: #000000;
  }
}
.b-catalog-card .catalog-card__btn-favorite:hover svg path {
  stroke: #ffffff;
  fill: #ffffff;
}
.b-catalog-card .catalog-card__btn-favorite.b-fav--active {
  background-color: #821aea;
  border-color: #821aea;
}
.b-catalog-card .catalog-card__btn-favorite.b-fav--active svg path {
  stroke: #ffffff;
  fill: #ffffff;
}
.b-catalog-card .catalog-card__btn-favorite rect {
  transition: fill 0.2s ease-in-out;
}
.b-catalog-card .catalog-card__btn-favorite--mobile {
  display: none;
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__btn-favorite--mobile {
    display: flex;
  }
}
.b-catalog-card .catalog-card__pay-block {
  margin-bottom: 36px;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__pay-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__pay-block {
    order: 5;
    margin-bottom: 43px;
  }
}
.b-catalog-card .catalog-card__pay-block .b-btn:link, .b-catalog-card .catalog-card__pay-block .b-btn:visited {
  border-color: #a9ff3d;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__pay-block .b-btn:link, .b-catalog-card .catalog-card__pay-block .b-btn:visited {
    padding: 12px 20px 12px;
    min-width: 322px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__pay-block .b-btn:link, .b-catalog-card .catalog-card__pay-block .b-btn:visited {
    padding: 16px 20px 17px;
    font-size: 14px;
    min-width: 0;
    max-width: none;
    white-space: nowrap;
    flex: 1 0 auto;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__pay-block .b-btn::before, .b-catalog-card .catalog-card__pay-block .b-btn:link::before, .b-catalog-card .catalog-card__pay-block .b-btn:visited::before {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__pay-block .b-btn::after, .b-catalog-card .catalog-card__pay-block .b-btn:link::after, .b-catalog-card .catalog-card__pay-block .b-btn:visited::after {
    border-color: #000000;
  }
}
.b-catalog-card .catalog-card__info {
  margin-bottom: 18px;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__info {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__info {
    margin-bottom: 6px;
  }
}
.b-catalog-card .catalog-card__info-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.31;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__info-title {
    margin-bottom: 7px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__info-title {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__section {
    order: 2;
  }
}
.b-catalog-card .catalog-card__scu-item-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -7px;
  padding-left: 0;
}
.b-catalog-card .catalog-card__scu-item-text-container {
  margin: 0 7px 14px;
  padding: 0 5px;
  min-width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #a9ff3d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #a9ff3d;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transition-property: background-color, color;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__scu-item-text-container {
    min-width: 38px;
    height: 38px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__scu-item-text-container {
    color: #000000;
    border-color: #000000;
    margin-bottom: 10px;
  }
}
.b-catalog-card .catalog-card__scu-item-text-container:hover, .b-catalog-card .catalog-card__scu-item-text-container.selected {
  background-color: #a9ff3d;
  color: #000000;
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__scu-item-text-container:hover, .b-catalog-card .catalog-card__scu-item-text-container.selected {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
  }
}
.b-catalog-card .catalog-card__scu-item-text-container.notallowed {
  pointer-events: none;
  user-select: none;
  background-color: #787878;
  color: #ffffff;
  border-color: transparent;
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__not-available {
    order: 3;
  }
}
.b-catalog-card .catalog-card__props {
  max-width: 330px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__props {
    max-width: 295px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__props {
    display: none;
  }
}
.b-catalog-card .catalog-card__props-list {
  margin-bottom: 17px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__props-list {
    margin-bottom: 14px;
  }
}
.b-catalog-card .catalog-card__props-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  line-height: 1.31;
  font-size: 14px;
  line-height: 130.5%;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__props-item {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.b-catalog-card .catalog-card__props-item:last-child {
  margin-bottom: 0;
}
.b-catalog-card .catalog-card__props-name {
  font-weight: 400;
}
.b-catalog-card .catalog-card__props-value {
  font-weight: 700;
}
.b-catalog-card .catalog-card__props-all {
  position: absolute;
  background-color: black;
  bottom: -35px;
  left: 0;
  right: 50%;
  padding: 0 55px 30px;
}
@media (min-width: 1240px) and (max-width: 1599px) {
  .b-catalog-card .catalog-card__props-all {
    padding: 0 35px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__props-all {
    bottom: -43px;
    left: 0;
    right: 50%;
    padding: 0 35px 15px;
  }
}
.b-catalog-card .catalog-card__props-all a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  text-transform: uppercase;
  color: #a9ff3d;
}
@media (min-width: 768px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__props-all a {
    font-size: 12px;
  }
}
.b-catalog-card .catalog-card__box {
  margin-top: 64px;
  padding-right: 15px;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__box {
    width: 100%;
    padding-right: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__box {
    width: 100%;
    padding-right: 0;
    margin-top: 0;
  }
}
.b-catalog-card .catalog-card__box h2 {
  margin-bottom: 19px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__box h2 {
    margin-bottom: 11px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__box h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__accordeon-title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    border-top: 2px solid #000000;
  }
  .b-catalog-card .catalog-card__accordeon-title.closed .catalog-card__accordeon-icon {
    transform: rotate(90deg);
  }
}
@media (min-width: 768px) {
  .b-catalog-card .catalog-card__accordeon-title h2 {
    box-sizing: border-box;
    padding: 18px 18px 18px 56px;
    background: #000;
    position: relative;
    color: #a9ff3d;
    font-size: 52px;
    font-weight: 900;
    font-style: normal;
    position: relative;
    width: 100%;
    margin-bottom: 60px;
    font-family: "Unbounded", sans-serif;
  }
  .b-catalog-card .catalog-card__accordeon-title h2::before, .b-catalog-card .catalog-card__accordeon-title h2::after {
    content: "";
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    background: url("/local/templates/terrornew/images/cross_medium.svg") 50% 50% no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__accordeon-title h2::before, .b-catalog-card .catalog-card__accordeon-title h2::after {
    width: 32px;
    height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .b-catalog-card .catalog-card__accordeon-title h2::before, .b-catalog-card .catalog-card__accordeon-title h2::after {
    content: none;
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  .b-catalog-card .catalog-card__accordeon-title h2::before {
    left: -19px;
    top: -19px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__accordeon-title h2::before {
    left: -15px;
    top: -15px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .b-catalog-card .catalog-card__accordeon-title h2::before {
    left: -9px;
    top: -9px;
  }
}
@media (min-width: 768px) {
  .b-catalog-card .catalog-card__accordeon-title h2::after {
    right: -19px;
    bottom: -19px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__accordeon-title h2::after {
    right: -15px;
    bottom: -15px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .b-catalog-card .catalog-card__accordeon-title h2::after {
    right: -9px;
    bottom: -9px;
  }
}
@media (max-width: 1799px) {
  .b-catalog-card .catalog-card__accordeon-title h2 {
    font-size: 34px;
    padding: 12px 12px 12px 42px;
  }
}
@media (max-width: 1239px) {
  .b-catalog-card .catalog-card__accordeon-title h2 {
    font-size: 20px;
    padding: 7px 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__accordeon-title h2 {
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
    padding: 0;
    margin-bottom: 0;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .b-catalog-card .catalog-card__accordeon-title--table h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .b-catalog-card .catalog-card__accordeon-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__accordeon-icon {
    position: absolute;
    right: 7px;
    top: 23px;
    transition: transform 0.2s ease-in-out;
  }
}
.b-catalog-card .catalog-card__accordeon-content--param {
  position: relative;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__accordeon-content--param {
    padding-right: 20%;
    font-size: 14px;
  }
  .b-catalog-card .catalog-card__accordeon-content--param h2 {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__accordeon-content--param {
    font-size: 14px;
  }
  .b-catalog-card .catalog-card__accordeon-content--param h2 {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__accordeon-content {
    padding-bottom: 30px;
  }
}
.b-catalog-card .catalog-card__desc {
  margin-bottom: 74px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.43;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__desc {
    margin-bottom: 47px;
    font-size: 14px;
    line-height: 1.64;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__desc {
    margin-bottom: 48px;
    font-size: 12px;
    line-height: 1.91;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__desc {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.b-catalog-card .catalog-card__chars-list {
  margin-bottom: 42px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__chars-list {
    margin-bottom: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__chars-list {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__chars-list {
    margin-bottom: 0;
  }
}
.b-catalog-card .catalog-card__chars-list:last-child {
  margin-bottom: 0;
}
.b-catalog-card .catalog-card__chars-title {
  margin-bottom: 19px;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__chars-title {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__chars-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__chars-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
  }
}
.b-catalog-card .catalog-card__chars-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
  font-size: 16px;
  line-height: 1.4375;
}
.b-catalog-card .catalog-card__chars-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-catalog-card .catalog-card__chars-item {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.64;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__chars-item {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.91;
  }
}
@media (max-width: 767px) {
  .b-catalog-card .catalog-card__chars-item {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.64;
  }
}
.b-catalog-card .catalog-card__chars-item:before {
  content: "";
  flex: 1 1 auto;
  border-bottom: 2px dashed #d9d9d9;
  margin: 0 4px 4px;
}
.b-catalog-card .catalog-card__chars-name {
  order: -1;
}
.b-catalog-card .catalog-card__chars-value {
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-catalog-card .catalog-card__chars-value {
    width: 50%;
  }
}

/*-----------------------------------*/
.swiper.swiper--catalog-card {
  padding-bottom: 85px;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .swiper.swiper--catalog-card {
    padding-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .swiper.swiper--catalog-card {
    padding-bottom: 60px;
  }
}
.swiper.swiper--catalog-card .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
  transition-property: transform, opacity, visibility;
}
.swiper.swiper--catalog-card .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.swiper.swiper--catalog-card .swiper__btns {
  position: absolute;
  bottom: 10px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.swiper.swiper--catalog-card .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;
}
@media (max-width: 767px) {
  .swiper.swiper--catalog-card .swiper__btn {
    width: 40px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .swiper.swiper--catalog-card .swiper__btn svg {
    width: 18px;
    height: auto;
  }
}
.swiper.swiper--catalog-card .swiper__btn img {
  transition: all 0.2s ease;
}
.swiper.swiper--catalog-card .swiper__btn:hover {
  background: #a9ff3d;
  opacity: 1;
}
.swiper.swiper--catalog-card .swiper__btn:hover img {
  filter: invert(1);
}
.swiper.swiper--catalog-card .swiper__btn.swiper-button-lock {
  display: none;
}
.swiper.swiper--catalog-card .swiper-pagination {
  position: absolute;
  bottom: 32px;
  left: 0 !important;
  transform: none !important;
  width: calc(100% - 199px) !important;
  margin: 0 -10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .swiper.swiper--catalog-card .swiper-pagination {
    width: calc(100% - 94px) !important;
    bottom: 24px;
    margin: 0 -5px;
  }
}
.swiper.swiper--catalog-card .swiper-pagination-bullet {
  flex: 0 0 auto;
  width: 122px;
  height: 6px;
  margin: 0 10px !important;
  border: 2px solid #ffffff;
  background-color: #000000;
  border-radius: 0;
  opacity: 1;
  transform: none;
  transition: 0.2s ease-in-out !important;
  transition-property: background-color, border-color, transform, left !important;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .swiper.swiper--catalog-card .swiper-pagination-bullet {
    width: 76px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .swiper.swiper--catalog-card .swiper-pagination-bullet {
    width: 102px;
    margin: 0 9px !important;
  }
}
@media (max-width: 767px) {
  .swiper.swiper--catalog-card .swiper-pagination-bullet {
    width: 40px;
    margin: 0 5px !important;
  }
}
.swiper.swiper--catalog-card .swiper-pagination-bullet-active {
  border-color: #000000;
  background-color: #a9ff3d;
}
.swiper.swiper--catalog-card .swiper-pagination.swiper-button-lock {
  display: none;
}

/*-----------------------------------*/
.b-sizes {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 80px;
  margin: -20px -20px 80px;
  padding: 20px;
  overflow: hidden;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-sizes {
    gap: 20px;
    margin-bottom: 76px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-sizes {
    margin-bottom: 62px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .b-sizes {
    flex-direction: column;
    margin-bottom: 0;
    align-items: stretch;
  }
}
.b-sizes .sizes__img {
  position: relative;
  width: 335px;
  flex: 0 0 auto;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-sizes .sizes__img {
    width: 287px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-sizes .sizes__img {
    width: 205px;
  }
}
@media (max-width: 767px) {
  .b-sizes .sizes__img {
    width: 100%;
  }
}
.b-sizes .sizes__img img {
  max-width: 100%;
  vertical-align: top;
}
@media (max-width: 767px) {
  .b-sizes .sizes__img img {
    width: 100%;
  }
}
.b-sizes .sizes__img::before, .b-sizes .sizes__img::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background: url("/local/templates/terrornew/images/cross_medium.svg") 50% 50% no-repeat;
  pointer-events: none;
}
@media (max-width: 1239px) {
  .b-sizes .sizes__img::before, .b-sizes .sizes__img::after {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .b-sizes .sizes__img::before, .b-sizes .sizes__img::after {
    content: none;
  }
}
.b-sizes .sizes__img::before {
  left: -19px;
  bottom: -19px;
}
@media (max-width: 1239px) {
  .b-sizes .sizes__img::before {
    left: -15px;
    bottom: -15px;
  }
}
.b-sizes .sizes__img::after {
  top: -19px;
  left: -19px;
}
@media (max-width: 1799px) {
  .b-sizes .sizes__img::after {
    content: none;
  }
}
@media (max-width: 1239px) {
  .b-sizes .sizes__img::after {
    top: -15px;
    left: -15px;
  }
}
.b-sizes .sizes__table {
  flex: 1 1 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-sizes .sizes__table {
    order: -1;
    margin-right: -20px;
  }
}

/*-----------------------------------*/
.b-sizes-table {
  line-height: 1.317;
  font-size: 16px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-sizes-table {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-sizes-table {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .b-sizes-table {
    font-size: 10px;
  }
}
.b-sizes-table [data-toggle=toggle] {
  display: none;
}
.b-sizes-table .open-btn {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.b-sizes-table .open-btn label {
  cursor: pointer;
  padding: 25px 30px;
  width: 100%;
  height: 100%;
}
.b-sizes-table .open-btn td {
  padding: 0;
}
.b-sizes-table table {
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-sizes-table table {
    overflow-x: auto;
    display: flex;
  }
}
@media (max-width: 767px) {
  .b-sizes-table tbody {
    display: flex;
    flex-wrap: wrap;
  }
}
.b-sizes-table tbody:last-child tr:last-child td {
  border-bottom: 2px solid #000000;
}
@media (max-width: 767px) {
  .b-sizes-table tr {
    display: flex;
    width: 100%;
  }
}
.b-sizes-table th,
.b-sizes-table td {
  flex: 1 1;
  padding: 20px 35px;
}
.b-sizes-table th:first-child,
.b-sizes-table td:first-child {
  width: 285px;
  max-width: 285px;
  border-left: 2px solid #000000;
  font-weight: bold;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-sizes-table th:first-child,
  .b-sizes-table td:first-child {
    width: 190px;
    max-width: 190px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-sizes-table th:first-child,
  .b-sizes-table td:first-child {
    width: 102px;
    max-width: 102px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .b-sizes-table th:first-child,
  .b-sizes-table td:first-child {
    width: 104px;
    max-width: 104px;
    font-size: 12px;
    text-align: left;
    justify-content: flex-start;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.b-sizes-table th:last-child,
.b-sizes-table td:last-child {
  border-right: 2px solid #000000;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-sizes-table th,
  .b-sizes-table td {
    padding: 15px 16px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-sizes-table th,
  .b-sizes-table td {
    padding: 6px 3px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .b-sizes-table th,
  .b-sizes-table td {
    padding: 6px 3px 7px;
    width: 70px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    text-align: center;
    justify-content: center;
  }
}
.b-sizes-table th {
  background-color: #000000;
  color: #ffffff;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #000000;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  padding-top: 24px;
  padding-bottom: 23px;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-sizes-table th {
    font-size: 16px;
    padding-top: 21px;
    padding-bottom: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-sizes-table th {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-sizes-table th {
    font-size: 12px;
    justify-content: center;
  }
}
.b-sizes-table th:last-child {
  border-right: 2px solid #000000;
}
.b-sizes-table td {
  border: solid #000000;
  border-width: 0 2px 2px 0;
  font-family: "Gotham Pro", sans-serif;
}
.b-sizes-table td:first-child {
  border-left-width: 2px;
}
@media (max-width: 767px) {
  .b-sizes-table td {
    border-width: 0 2px 2px 0;
  }
  .b-sizes-table td.sizes-table__column-fixed {
    background-color: #ffffff;
  }
}
.b-sizes-table img {
  max-width: 100%;
  height: auto;
}
.b-sizes-table .sizes-table__hide-row {
  display: none;
}
.b-sizes-table .sizes-table__hide-row--toggle {
  display: table-row;
}
@media (max-width: 767px) {
  .b-sizes-table .sizes-table__hide-row--toggle {
    display: flex;
  }
}
.b-sizes-table .sizes-table__table {
  overflow: auto;
}
@media (max-width: 767px) {
  .b-sizes-table .sizes-table__table {
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .b-sizes-table .sizes-table__column-fixed {
    position: sticky;
    left: 0;
    width: 146px;
    display: flex;
    align-items: center;
    border-left-width: 2px;
  }
}
.b-sizes-table .sizes-table__bottom-button {
  position: relative;
}
.b-sizes-table .sizes-table__bottom-button::before, .b-sizes-table .sizes-table__bottom-button::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  background: url("/local/templates/terrornew/images/cross_medium.svg") 50% 50% no-repeat;
}
@media (max-width: 1239px) {
  .b-sizes-table .sizes-table__bottom-button::before, .b-sizes-table .sizes-table__bottom-button::after {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .b-sizes-table .sizes-table__bottom-button::before, .b-sizes-table .sizes-table__bottom-button::after {
    content: none;
    width: 20px;
    height: 20px;
  }
}
.b-sizes-table .sizes-table__bottom-button::before {
  left: -19px;
  bottom: -19px;
}
@media (max-width: 1239px) {
  .b-sizes-table .sizes-table__bottom-button::before {
    left: -15px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .b-sizes-table .sizes-table__bottom-button::before {
    display: none;
  }
}
.b-sizes-table .sizes-table__bottom-button::after {
  right: -19px;
  bottom: -19px;
}
@media (max-width: 1239px) {
  .b-sizes-table .sizes-table__bottom-button::after {
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .b-sizes-table .sizes-table__bottom-button::after {
    display: none;
  }
}
.b-sizes-table .sizes-table__bottom-button button {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Unbounded", sans-serif;
  text-transform: uppercase;
  background-color: #000000;
  color: #a9ff3d;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border: 0;
  padding: 27px 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1240px) and (max-width: 1799px) {
  .b-sizes-table .sizes-table__bottom-button button {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 20px;
  }
}
@media (max-width: 1239px) {
  .b-sizes-table .sizes-table__bottom-button button {
    padding: 15px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-sizes-table .sizes-table__bottom-button button {
    padding-top: 13px;
    padding-bottom: 14px;
  }
}
.b-sizes-table .sizes-table__bottom-button button svg {
  display: block;
}
.b-sizes-table .sizes-table__bottom-button button svg path {
  stroke: #a9ff3d;
}
@media (min-width: 768px) and (max-width: 1239px) {
  .b-sizes-table .sizes-table__bottom-button button svg {
    width: 14px;
    height: 14px;
  }
}
.b-sizes-table .sizes-table__bottom-button button > span {
  padding-right: 13px;
}
.b-sizes-table .sizes-table__bottom-button button.opened svg path:first-child {
  display: none;
}

/*-----------------------------------*/
/* Sidebar */
.product-item-detail-info-section {
  padding: 0 20px;
}

@media (max-width: 992px) {
  .product-item-detail-info-section {
    padding: 0;
  }
}
.product-item-detail-info-container {
  padding-left: 15px;
}

.product-item-detail-info-container-title {
  margin-bottom: 3px;
  color: #000;
  font-weight: var(--ui-font-weight-bold);
  font-size: 13px;
}

/*Compare*/
.product-item-detail-compare-container {
  position: relative;
  margin: 0 -20px;
  padding: 4px 15px;
  min-height: 30px;
  border-top: 1px solid #e4e4e4;
  background: #f3f3f3;
  box-shadow: inset 0 1px 1px 0 #eee;
  color: #4e4e4e;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px;
}

.product-item-detail-compare .checkbox {
  margin: 0;
  padding: 0;
}

/* Price */
.product-item-detail-price-current {
  color: #d0021b;
  white-space: nowrap;
  font-weight: var(--ui-font-weight-bold);
  font-size: 30px;
  line-height: 33px;
  transition: font-size 200ms ease;
}

.product-item-detail-price-old {
  color: #bdbdbd;
  text-decoration: line-through;
  white-space: nowrap;
  font-weight: var(--ui-font-weight-bold);
  font-size: 14px;
  line-height: 17px;
}

/* SCU */
.product-item-scu-container {
  padding: 0 0 2px;
}

.product-item-scu-container-title {
  color: #333;
  font-size: 12px;
}

.product-item-scu-list {
  margin: 0;
}

.product-item-scu-item-list {
  overflow: hidden;
  margin: 0 0 0 -2px;
  padding: 0;
  list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 3px;
  max-width: 100%;
  vertical-align: middle;
}

.product-item-scu-item-text-container {
  min-width: 48px;
}

.product-item-scu-item-color-container {
  max-width: 38px;
  width: 25%;
}

.product-item-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
  transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
  outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
  outline-width: 1px;
}

.product-item-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
  position: relative;
  padding: 0 5px;
  outline: 1px solid #c0cfda;
  cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
  transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
  outline-width: 0.5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
  outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
  outline-width: 1px;
}

.product-item-scu-item-text {
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
  position: relative;
  overflow: hidden;
  outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
  content: "";
}

.product-item-selected-scu-container {
  word-spacing: 1px;
}

.product-item-selected-scu {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  min-width: 22px;
  height: 22px;
  outline: 1px solid #c0cfda;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 22px;
}

.bx-retina .product-item-selected-scu {
  outline-width: 0.5px;
}

.product-item-selected-scu-color {
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
  padding: 0 0 2px;
  text-align: center;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  position: relative;
  display: inline-block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
  border-width: 0.5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
  opacity: 0.3 !important;
  cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}

.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.product-item-amount-field {
  display: inline-block;
  padding: 0;
  max-width: 50px;
  width: auto;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: var(--ui-font-weight-bold);
  font-size: 19px;
  line-height: 22px;
  transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
  border-width: 0.5px;
}

.product-item-amount-field:focus {
  outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.product-item-amount-description-container {
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px;
}

.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: var(--ui-font-weight-bold);
  font-size: 12px;
}

/**/
.product-item-quantity {
  color: #333;
  font-weight: normal;
  font-size: 12px;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  max-width: 250px;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
  margin: 0;
}

.btn.product-item-detail-buy-button span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: inline-block;
  min-height: 16px;
  max-width: 100%;
  white-space: normal;
  line-height: 16px;
  transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
  height: 25px;
}

/* Slider */
.product-item-detail-slider-container {
  position: relative;
  max-width: 100%;
  background: transparent;
  transition: background 800ms ease;
}

.product-item-detail-slider-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 56.25%;
  height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
  padding-top: 100%;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
  opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
  right: 105px;
}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
  z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
  outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
  z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
  opacity: 0;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  animation-name: imgPopupShow;
  animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
  right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
  padding-top: 0;
  height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  width: calc(100% - 150px);
  transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  cursor: default;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 20px;
  border-left: 1px solid #d3d3d3;
  background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
  display: block;
  margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
  .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 0;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: calc(100vh - 111px);
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-image {
    width: 90%;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: calc(100vh - 115px);
    width: auto;
    cursor: default;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    max-height: 111px;
    border-top: 1px solid #d3d3d3;
    border-left: none;
    white-space: nowrap;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: inline-block;
    margin-bottom: 0;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-close {
    right: 10px;
    z-index: 200;
  }
  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    max-width: 75px;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 0;
  }
}
/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 190;
  opacity: 1;
  transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: #f42c2c;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
  background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
  line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
  display: none;
}

/* TEXT */
.product-item-label-text span {
  padding: 2px 5px;
  vertical-align: middle;
  font-weight: var(--ui-font-weight-bold);
}

.product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 17px;
}

@media (max-width: 767px) {
  .product-item-label-text > div {
    line-height: 0;
  }
  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 14px;
  }
  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    margin-bottom: 1px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 16px;
  }
  .product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 3px 12px;
    font-size: 20px;
    line-height: 25px;
  }
}
/*RING*/
.product-item-label-ring {
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: var(--ui-font-weight-bold);
}

.product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
  }
  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
  }
}
.product-item-label-top {
  top: -5px;
}

.product-item-label-center {
  left: 50%;
  transform: translateX(-50%);
}

.product-item-label-center > div {
  text-align: center;
}

.product-item-label-left {
  left: -5px;
}

.product-item-label-left > div {
  text-align: left;
}

.product-item-label-bottom {
  bottom: -5px;
}

.product-item-label-middle {
  top: 50%;
  transform: translateY(-50%);
}

.product-item-label-right {
  right: -5px;
}

.product-item-label-right > div {
  text-align: right;
}

.product-item-label-center.product-item-label-middle {
  transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container {
  min-height: 60px;
  border-bottom: 1px solid #ededed;
  background: #fff;
}

.product-item-detail-tabs-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-item-detail-tabs-list:after {
  display: table;
  clear: both;
  content: "";
}

.product-item-detail-tab {
  float: left;
  min-height: 60px;
}

.product-item-detail-tab-link {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 25px;
  height: 60px;
  color: #039be5;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: var(--ui-font-weight-bold);
  font-size: 13px;
  line-height: 45px;
  transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
  color: #000;
}

.product-item-detail-tab-link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #1485ce;
  content: "";
  transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
  height: 3px;
}

.product-item-detail-tab-link:active:after {
  height: 6px;
}

.product-item-detail-tab-content {
  padding: 25px 0;
}

@media (max-width: 991px) {
  .product-item-detail-tabs-container {
    display: none !important;
  }
  .product-item-detail-tab-content {
    display: block !important;
  }
}
/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
  min-height: 45px;
  background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
  top: 0;
  opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
  margin: 0 auto;
  max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
  min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
  padding: 10px 25px;
  height: 45px;
  line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
  display: none !important;
}

/*Small Card*/
.product-item-detail-short-card-fixed {
  position: fixed;
  top: -85px;
  right: 0;
  left: 0;
  z-index: 1010;
  box-sizing: border-box;
  padding: 7px 0 8px;
  height: 85px;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
  top: 0;
  opacity: 1;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
  top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
  display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
  margin: 0 auto;
  max-width: 1048px;
}

.product-item-detail-short-card-content-container table {
  min-width: 100%;
  border-collapse: collapse;
}

.product-item-detail-short-card-image {
  padding-right: 15px;
  width: 80px;
  vertical-align: middle;
  text-align: left;
}

.product-item-detail-short-card-image img {
  max-width: none;
  height: 65px;
}

.product-item-detail-short-title-container {
  max-width: 650px;
}

.product-item-detail-short-title-text {
  display: block;
  color: #000;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
  font-weight: var(--ui-font-weight-regular, 400);
}

.product-item-detail-short-card-price {
  padding: 0 10px;
  vertical-align: middle;
  text-align: right;
}

.product-item-detail-short-card-btn {
  padding-left: 10px;
  min-width: 120px;
}

/*Properties */
.product-item-detail-tab-content {
  display: none;
}

.product-item-detail-tab-content.active {
  display: block;
}

.product-item-detail-tab-content h3 {
  margin-bottom: 10px;
  font-weight: var(--ui-font-weight-bold);
  font-size: 14px;
}

.product-item-detail-properties {
  display: block;
  overflow: hidden;
  margin: 0;
  max-width: 560px;
  color: #a5a5a5;
  font-size: 12px;
}

.product-item-detail-properties dl {
  clear: both;
}

.product-item-detail-properties dt {
  float: left;
  clear: both;
  font-weight: normal;
}

.product-item-detail-properties dd {
  float: right;
  margin-bottom: 3px;
  margin-left: 5px;
  color: #000;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/*!**********************************************************************************************************************************************************************!*\
  !*** 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.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.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 */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1697706947381*/
.catalog-element-popup-wrapper {
	position: absolute;
	box-sizing: border-box;
	border-radius: 3px;
	background: rgba(0, 0, 0, .77);
}

.catalog-element-popup-inner {
	padding: 20px;
	max-width: 300px;
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.catalog-element-popup-element {
	color: #ffa801;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.gift.main.products/templates/.default/style.css?1697706946663*/
.bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8;}
.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#FBF1F0}
.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#F2FBEA}
.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}
.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7;}
.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#FBF7DB}
/* End */


/* Start:/local/templates/terrornew/components/bitrix/catalog.element/prime/themes/blue/style.css?16976143721064*/
/* 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; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* 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; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/terrornew/components/bitrix/catalog/prime/style.css?17365899365694 */
/* /local/templates/terrornew/components/bitrix/breadcrumb/.default/style.css?17365899361514 */
/* /local/templates/terrornew/components/bitrix/catalog/prime/bitrix/catalog.compare.list/.default/style.css?16976143721265 */
/* /local/templates/terrornew/components/bitrix/catalog.element/prime/style.css?173658993661599 */
/* /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.section/prime-slider-viewed/themes/blue/style.css?1735291417825 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1697706947381 */
/* /bitrix/components/bitrix/sale.gift.main.products/templates/.default/style.css?1697706946663 */
/* /local/templates/terrornew/components/bitrix/catalog.element/prime/themes/blue/style.css?16976143721064 */
