.product-detail .img {
  width: 100%;
  margin-bottom: 0;
}

.product-detail .big {
  width: 85%;

}

.product-detail .entry {
  width: 490px
}

.title--wrapp,
.product-detail .offers--buttons {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}
.product-detail {
  padding-bottom: 60px;
}
.product-detail .title--wrapp .like {
  padding: 0 0 0 15px
}

.product-detail .title--wrapp .like a {
  padding: 0
}

.product-detail .intro {
  padding-top: 23px;
}

.product-detail .itemPrice--wrapp {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: start;
  flex-direction: column;
  margin: 0 0 25px;
  gap: 13px;
}


.product-detail .itemPrice--wrapp .price {
  float: none;
  width: auto;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center
}

.product-detail .itemPrice--wrapp .price .benefit {
  white-space: nowrap
}

.itemPrice--wrapp .price .text-through {
  position: relative;
  font-size: 14px;
  color: #898989;
  margin-right: 2px;
}

.itemPrice--wrapp .price .text-through::before {
  position: absolute;
  top: 50%;
  right: 4px;
  left: 0;
  z-index: 1;
  height: 1px;
  content: "";
  background-color: currentcolor;
}

.itemPrice--wrapp .price-installment {
  display: none;
}

.YesDiscount {
  align-items: center !important;
  flex-direction: row !important;
}


.product-detail .buy {
  padding-top: 30px;
  margin-top: 30px
}


.itemPrice--wrapp.notDiscount .price-installment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e5e5e5;
  padding: 6px 8px 6px 6px;
  border-radius: 6px;
  transition: border 0.15s ease-out;
}

.itemPrice--wrapp.notDiscount .price-installment:hover {
  border: 1px solid #3b3b3b;
}

.product-detail .itemPrice--wrapp.notDiscount .price-discount,
.product-detail .itemPrice--wrapp.notDiscount .price.old {
  display: none
}

.product-detail .itemPrice--wrapp.notDiscount .price.new {
  color: #222
}

.product-detail .itemPrice--wrapp .price.new {
  font-size: 26px;
  color: #f74844;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  padding: 0;
  font-weight: 500;
  display: block
}

.itemPrice--wrapp .text-red {
  color: #e5564d
}

.product-detail .itemPrice--wrapp .price.old {
  font-size: 14px;
  color: #3b3b3b;
  position: relative;
  display: block;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  padding: 6px 8px;
  border-radius: 6px;
}

.product-detail .itemPrice--wrapp .price.old .text-through .rub {
  font-size: 16px;
  margin-left: -3px;
}

.product-detail .itemPrice--wrapp .price.old .benefit span.rub {
  font-size: 14px;
  margin-left: -3px;
}

.price-discount {
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: #f74844;
  box-sizing: border-box;
  padding: 5px 8px;
  white-space: pre;
}



.product-detail .offers--buttons {
  margin: 0 -7px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-detail .offers--buttons .bt {
  margin: 0 7px 10px;
  width: 100%;
}

.product-detail .bt {
  padding: 0 !important;
  float: none !important
}


.product-detail .bt a.oneClick {
  padding: 5px 10px;
  border-radius: 6px;
  background-color: #f5f5f5;
  color: #222;
  line-height: 1;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none
}

.product-detail .bt a.oneClick:hover {
  color: #222;
  background-color: #efefef
}

.product-detail .bt a.oneClick:after {
  display: none
}

.offers--textPrice {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 1.286;
  margin-bottom: 16px;
  font-weight: 500;
}

.offers--textPrice + .offers--textPrice {
  margin-top: -4px;
}

.offers--productTransit {
  font-weight: 400;
}

.product-detail .menu {
  margin-top: 30px
}

.offers--info .title,
.offers--info .text {
  max-width: 250px;
  margin: 0 auto
}

.offers--info .text a {
  border: 1px solid #3b3b3b;
  padding: 1px 4.5px;
  border-radius: 4px;
  color: #3b3b3b
}

.offers--info .text a:hover {
  border-color: #f74844;
  color: #f74844
}

.offers--info .title {
  font-weight: 500;
  font-size: 16px;
  color: #3b3b3b;
  line-height: 1.125;
  margin-bottom: 12px
}

.offers--info {
  border-radius: 6px;
  width: 100%;
  background-color: #f8f8f8;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding: 50px 0 20px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 65px
}

.info--item {
  font-size: 14px;
  color: #3b3b3b;
  padding: 0 20px 20px;
  line-height: 1.571;
  width: 33.33%;
  box-sizing: border-box;
  text-align: center
}

.info--item .icon {
  margin: 0 auto 14px
}

.block--description .title,
.photoInterior .title {
  font-size: 24px;
  color: #3b3b3b;
  line-height: 1.294;
  margin: 0 0 20px;
  font-weight: 500;
}

.block--description .text {
  font-size: 16px;
  color: #3b3b3b;
  line-height: 1.75;
  max-width: 100%;
  margin: 0 auto 25px
}

.block--description .text p:not(:last-child) {
  margin-bottom: 10px
}

.block--description .standart--list {
  max-width: 100%;
}

ul.standart--list {
  list-style: none;
  font-size: 16px;
  color: #3b3b3b;
  line-height: 2;
  margin: 0 0 20px
}

ul.standart--list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 15px
}

ul.standart--list li:before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%;
  background-color: #6e6e6e;
  width: 4px;
  height: 4px
}

.iconInfo--list .icon--item {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: flex-start;
  width: 50%;
  font-weight: 400;
  font-size: 14px;
  color: #3b3b3b;
  line-height: 1.286;
  margin-bottom: 10px
}

.iconInfo--list .icon--item .icon {
  width: 41px;
  height: 41px
}

.iconInfo--list .icon--item .text {
  padding: 6px 20px 0 21px;
  box-sizing: border-box;
  width: calc(100% - 41px);
  max-width: 165px
}

.iconInfo--list .icon--item .icon img {
  max-width: 100%;
  max-height: 100%
}

.iconInfo--list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 0 18px
}

.link--download {
  display: block;
  width: 170px;
  padding: 6px 5px 9px 50px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #b18969;
  line-height: 1.286;
  min-height: 45px;
  box-sizing: border-box;
  margin: 15px 0
}

.link--download:before {
  content: '';
  left: 0;
  top: 0;
  width: 41px;
  display: block;
  position: absolute;
  height: 45px;
  background: url(/local/templates/fieldrage/img/svg/copy.svg)
}

.photoInterior--list {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  margin: 0 -14px 85px
}

.photoInterior {
  overflow: hidden;
  position: relative;
  margin-top: 0;
  background: #fff;
}

.photoInterior--item {
  padding: 7px 14px 0;
  box-sizing: border-box;
  width: 50%;
  min-width: 50%;
  cursor: zoom-in;
}

.photoInterior .pager a {
  display: block;
  font-size: 0;
  border-radius: 50%;
  background-color: #000;
  opacity: .2;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 5px
}

.photoInterior .pager a.selected {
  background-color: #3b3b3b;
  opacity: 1
}

.photoInterior .pager {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px
}

.photoInterior--item img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 6px;
}

.block--description {
  padding: 50px 50px 0 50px;
}

.otherColor {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.otherColor--list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  width: 100%;
  background: #fff;
}

.otherColor--item {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* всегда квадрат */
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.otherColor--item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.otherColor--item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: none;
  border-radius: 6px;
  background-color: rgb(59 59 59 / .05);
  z-index: 1;
}
/* Кнопка "+N" без затемнения */
.otherColor--item.item--last::before {
  display: none;
}

.otherColor--item.item--last .number--other {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  font-size: 16px;
  color: #3b3b3b;
  background: #fff;

}

/* Эффект при наведении */
.otherColor--item:hover {
  transform: translateY(-4px);
}

.otherColor--item:hover img {
  transform: scale(1.05);
}

/* Кнопка "+N" — без масштабирования, только лёгкий отклик */
.otherColor--item.item--last:hover {
  transform: translateY(-3px);
}

.otherColor--item.item--last:hover .number--other {
  background: #f8f8f8;
}



/* === СКРЫТИЕ / РАСКРЫТИЕ как раньше === */
/* По умолчанию (без full-color): показываем первые 5, остальное скрыто */
.otherColor--item:nth-child(n+5) {
  display: none;
}

/* Кнопка +11 видна */
.otherColor--item.item--last {
  display: flex;
}

/* При добавлении full-color показываем всё */
.otherColor--list.full-color .otherColor--item {
  display: block;
}

/* И прячем кнопку +11 */
.otherColor--list.full-color .otherColor--item.item--last {
  display: none;
}

.otherColor .title {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #3b3b3b;
  line-height: 1;
  margin-bottom: 20px
}

.btn--mobile {
  display: none;
  color: #3b3b3b;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #e5e5e5;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: 500
}

.btn--mobile:hover {
  color: #3b3b3b
}


.contentItem--list {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start
}

.contentItem--wrapp {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 6px 6px 0 0;
}

.sotbit-seometa-tags-wrapper {
  margin: 10px 10px 0 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.23;
  text-decoration: none;
}

.sotbit-seometa-tags-wrapper:last-child {
  margin-bottom: 15px;
}

.sotbit-seometa-tag-link {
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.sotbit-seometa-tag-link:hover {
  border-color: #f74844;
}

.like--mobile {
  display: none
}

.oneClick-popup {
  display: none;
  padding: 35px 30px
}

.oneClick-popup .title {
  font-size: 20px
}

.oneClick-popup .item {
  padding-top: 35px
}

.oneClick-popup .level {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase
}

.oneClick-popup .value {
  padding-top: 10px
}

.oneClick-popup input {
  width: 100%
}

.oneClick-popup input[type=email] {
  background: #f5f2ee;
  border: 1px solid #f5f2ee;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 15px;
  height: 50px;
  padding: 0 15px
}

.oneClick-popup input[type=email]:hover {
  background: #fff;
  border: 1px solid #ccc
}

.product-detail .showroom_block {
  font-size: 12px;
  color: #3b3b3b;
  background: #f8f8f8;
  display: block;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1
}

.otherColor--list.full-color .otherColor--item.item--last {
  display: none
}

.zoom img {
  max-width: 100%
}

.product-detail .big .pager {
  display: none !important
}

.product-detail + .product-box.content-box {
  margin-top: 15px
}

.menu .link--download {
  margin-left: -4px
}

.price .rub {
  font-family: 'ALSRubl';
  font-size: 25px;
  font-weight: 500;
  margin-left: -5px;
}

.buy.discontinued .itemPrice--wrapp.notDiscount .price.new {
  font-size: 20px;
  padding: 10px;
  background: #f5f5f5;
  border-radius: 6px;
}

.video-widget {
  padding-top: 75px;
  padding-bottom: 40px;
}

@media screen and (max-width:1346px) {

  .otherColor,
  .product-detail .img,
  .product-detail .entry {
    width: 100%
  }

  .product-detail .buy.discontinued {
    padding-top: 50px
  }
}

@media screen and (max-width:970px) {

  @media screen and (max-width: 970px) {
    /* В мобильной версии показываем только 3 товара */
    .otherColor--item:nth-child(n+4) {
      display: none;
    }
  
    /* Кнопка "+X" остаётся видимой */
    .otherColor--item.item--last {
      display: flex;
    }
  
    /* Если раскрыли (full-color) — показываем всё, прячем кнопку */
    .otherColor--list.full-color .otherColor--item {
      display: block;
    }
  
    .otherColor--list.full-color .otherColor--item.item--last {
      display: none;
    }
  }
  




  .block--description {
padding: 0;
background: none;

  }
  .product-detail .big .pager {
    display: block !important
  }

  .product-box {
    padding: 0 !important
  }

  .photoInterior .pager {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex
  }

  .photoInterior--item {
    min-width: auto;
    padding: 0
  }

  .product-detail .id {
    float: none;
    margin-top: 34px;
    clear: both
  }

  body .product-detail .menu .btn {
    font-size: 16px;
    height: 70px;
    line-height: 70px
  }

  .otherColor--list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }


  .block--description .standart--list,
  .block--description .text {
    max-width: 100%
  }

  .otherColor .btn--mobile {
    border: none
  }

  .content-box {
    padding-top: 0
  }

  .otherColor .title {
    display: none
  }

  .product-detail .menu {
    margin-bottom: 0
  }

  .btn--mobile {
    display: block
  }

  body .contentItem--wrapp {
    margin-top: -1px;
    background: none;
  }

  .contentItem--wrapp .contentItem--item {
    height: 0;
    opacity: 0;
    margin: 0
  }

  .contentItem--wrapp.active .contentItem--item {
    height: auto;
    opacity: 1
  }

  .contentItem--wrapp .title {
    display: none
  }

  .offers--info {
    order: 1;
    margin-bottom: 50px;
    margin-top: 30px;
    padding: 0
  }

  .info--item {
    width: 100%;
    padding: 30px 10px;
    border-bottom: 1px solid #e5e5e5
  }

  .info--item:last-child {
    border-bottom: none
  }

  .product-detail .itemPrice--wrapp,
  .product-detail .offers--buttons {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .product-detail .itemPrice--wrapp,
  .product-detail {
    gap: 13px;
  }

  .product-detail .itemPrice--wrapp .price.old {
    padding: 6px 8px;
    text-align: center
  }

  .offers--textPrice {
    text-align: center;
    margin-bottom: 16px
  }

  .iconInfo--list {
    margin: 0
  }

  .photoInterior .caroufredsel_wrapper {
    margin: 0 !important
  }

  .product-detail .showroom_block {
    right: calc(50% - 42px);
    left: auto
  }
  
  .product-detail {
    padding-top: 30px
  }

  body .product-detail .title-1 {
    display: block;
    text-align: center;
  }

  .product-detail .like {
    width: auto
  }

  .product-detail .img {
    padding-top: 25px;
    float: none
  }

  .product-detail .preview {
    display: none !important
  }

  .product-detail .intro {
    text-align: center
  }

  .product-detail .rating-box {
    float: none;
    display: inline-block;
    vertical-align: middle
  }

  .product-detail .com {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px
  }

  .product-detail .menu .tab {
    display: none
  }

  .product-detail .menu .btn {
    display: block
  }

  .product-detail .menu {
    border-top: 0;
    padding-top: 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 !important
  }

  ul.standart--list li,
  .block--description .text {
    font-size: 14px;
    line-height: 24px
  }

  .product-detail .like a.delete {
    float: none !important
  }

  .product-detail .bt a {
    padding: 0 !important
  }

  .product-box {
    padding: 0 !important
  }

  .iconInfo--list .icon--item {
    width: 100%;
    margin-bottom: 25px
  }

  .title--wrapp {
    display: none
  }

  .product-detail .like.like--mobile {
    display: block;
    padding: 0;
    float: none
  }

  .product-detail .title {
    margin-bottom: 10px
  }

  .title--wrapp {
    display: none
  }

  .product-detail .like a {
    float: none;
    margin: 0 auto
  }

  .otherColor,
  .product-detail .img,
  .product-detail .entry {
    width: 100% !important
  }

  .product-detail .offers--buttons .bt {
    width: 100%
  }

  .product-detail .bt a {
    width: 100% !important;
    padding: 3px 5px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex !important;
    align-items: center;
    justify-content: center
  }

  .product-detail .bt a:after {
    position: static !important;
    margin-right: 15px;
    order: -1
  }

  .product-detail .img {
    margin-bottom: 10px !important
  }

  .product-detail .id {
    margin-top: 0
  }

  .product-detail .buy {
    padding-top: 25px
  }

  .product-detail .buy.discontinued {
    padding-top: 35px
  }




}

@media screen and (max-width:816px) {
  .product-box {
    padding-top: 30px
  }
}



/*
@media screen and (max-width:427px) {
  body .itemPrice--wrapp.notDiscount .price-installment {
    margin-top: 12px
  }
}
*/
.icon--youtube {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(http://thefields.ru/upload/youtube-svg.svg);
  background-repeat: no-repeat;
  background-size: 42px 30px;
  background-position: center;
  height: 80%
}

body .product-detail .preview li .offer-wrap>div.preview--video--slide {
  display: flex;
  flex-direction: column-reverse;
  align-items: center
}

body .product-detail .preview li .offer-wrap>div.preview--video--slide span {
  margin-bottom: 20px
}

.big .item .lg--video {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  min-height: 500px
}

.lg-outer .lg-video-cont {
  width: 100%;
  float: none
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  padding: 10px 90px 30px;
  position: static;
  max-width: 100%
}

body .lg-outer .lg-video {
  height: 100vh;
  padding: 0 0 20px;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center
}

.product-detail .big .button--slide {
  display: none !important;
  width: 40px;
  height: 14px;
  position: absolute;
  bottom: 18px;
  left: 10px;
  z-index: 2;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CgogPGc+CiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPgogIDxyZWN0IGZpbGw9Im5vbmUiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgaGVpZ2h0PSIxNiIgd2lkdGg9IjI1IiB5PSItMSIgeD0iLTEiLz4KIDwvZz4KIDxnPgogIDx0aXRsZT5MYXllciAxPC90aXRsZT4KICA8ZyBzdHJva2U9Im51bGwiIGlkPSJzdmdfMSI+CiAgIDxwYXRoIHN0cm9rZT0ibnVsbCIgaWQ9InN2Z18yIiBmaWxsPSIjM2IzYjNiIiBkPSJtMC4xMDQxNjksNi45NTI3MjhjMC4wMDkzMzMsMC4yMzgzMzMgMC4xMDc0MzMsMC41MTM4IDAuMjcwODMzLDAuNjg3NTMzbDUuMzMzMzM0LDUuNjY2OTQ3YzAuMzYxNCwwLjMyNDc2NiAxLjA1NDM5OSwwLjQ1ODgzMyAxLjQ1ODMzMywwLjA4MzMzM2MwLjM5Nzg2NiwtMC4zNjk4MzMgMC4zODYwMzMsLTEuMDg3MDk5IC0wLjAxMDMzMywtMS40NTgzOTlsLTMuNzQ5OTk4LC0zLjk3OTM2NWwxOC4zNjQ0ODcsMGMwLjU1MjI2NiwwIDAuOTk5OTk5LC0wLjQ0Nzc1IDAuOTk5OTk5LC0xLjAwMDA0OWMwLC0wLjU1MjMgLTAuNDQ3NzMzLC0xLjAwMDAzMyAtMC45OTk5OTksLTEuMDAwMDMzbC0xOC4zNjQ0ODcsMGwzLjc0OTk5OCwtMy45NzkzNjVjMC4zNDEyMzMsLTAuMzQxODMzIDAuNDA0MywtMS4wODQzMzMgMC4wMTAzMzMsLTEuNDU4Mzk5Yy0wLjM5Mzg2NiwtMC4zNzQwMzMgLTEuMTExNzY2LC0wLjI1NDUzMyAtMS40NTgzMzMsMC4wODMzNjdsLTUuMzMzMzM0LDUuNjY2ODk3Yy0wLjE4MjUsMC4xOTM5MzMgLTAuMjcxNDMzLDAuNDIxNDY2IC0wLjI3MDgzMywwLjY4NzUzM3oiLz4KICA8L2c+CiA8L2c+Cjwvc3ZnPg==);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}

.product-detail .big .button--slide.next {
  left: auto;
  right: 10px;
  transform: rotate(180deg)
}

.video-review {
  font-size: 28px;
  font-weight: 400;
  color: #3b3b3b;
  line-height: 1.294;
  text-align: center;
  margin: 0 0 20px;
}

/*@media screen and (max-width:970px) {
  .product-detail .big .button--slide {
    display: block !important
  }
}
*/
@media screen and (max-width:666px) {
  .video-review {
    font-size: 24px;
  }

  .sotbit-seometa-tag-link {
    padding: 8px 10px;
  }

}

.noslider .product-list {
  margin-bottom: 70px;
}

@media (max-width: 639.9px) {
  .noslider .product-list {
    margin-bottom: 50px;
  }
}

.price-installment.j-open-modal {
  cursor: pointer;
  pointer-events: auto;
}

.price-installment.j-open-modal svg,
.price-installment.j-open-modal span {
  pointer-events: none;
}

.modal {
  /* display: none; */
  opacity: 0;
  background-color: #fff;
  border-radius: 6px;
  margin: auto;
}
.modal:not(.modal--opened) {
  pointer-events: none;
}
.modal:not(.modal--inline) {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 85%;
  z-index: 60;
  padding: 35px 30px;
  overflow-y: auto;
}

.modal.modal--opened {
  display: block;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  transform: translate(0%, 0%);
  opacity: 1;
  width: 85%;
  left: 0;
  height: max-content;
  max-height: 100%;
}

.modal--installment .title {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.modal .ui-dialog-titlebar {
  position: absolute;
  height: 18px;
  z-index: 5;
  top: 0;
  right: 0;
}

.modal__body__desc {
  color: #3b3b3b;
  line-height: 1.5;
}

.modal__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background: rgba(0, 0, 0, .2);
}

.conditions-flex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  margin-top: 16px;
}

.conditions-flex .unit {
  display: flex;
  column-gap: 12px;
  align-items: center;
  flex: 1 0 auto;
}

.conditions-flex .unit div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conditions-flex .unit img {
  width: 32px;
  height: 32px;
}

.options-flex {
  padding: 12px;
  border-radius: 6px;
  background: #f8f8f8;
  display: flex;
  column-gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.options-flex__item {
  position: relative;
  padding-bottom: 18px;
  flex: 1 0 auto;
}

.options-flex__item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .12);
}

.option-badge {
  width: 84px;
  height: 24px;
  margin-bottom: 15px;
}
/* .option-badge {
  display: none;
} */

.options-flex__item p {
  font-size: 12px;
  margin-bottom: 4px;
  color: rgba(51, 51, 51, .4);
}

.options-flex__item span {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(51, 51, 51, .4);
  font-weight: 500;
}

.options-flex__item.active:before {
  background-color: #588bf3;
}

.options-flex__item.active p {
  color: rgba(51, 51, 51, 1);
}

.options-flex__item.active span {
  color: rgba(51, 51, 51, 1);
}

.installment-sup {
  font-weight: 400;
  color: #c8c8c8;
  text-align: center;
  margin-top: 20px;
}

.installment-sup a {
  color: #C8C8C5;
}

.modal__title {
  padding-right: 50px;
  margin-bottom: 10px
}

@media (max-width:992px) {
  .modal.modal--opened {
    right: 0;
}
}

@media (min-width:992px) {
  .modal:not(.modal--inline) {
    left: 50%;
    top: 50%;
    bottom: auto;
    max-width: none;
    padding: 25px 25px;
  }

  .modal.modal--opened {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .modal.modal--installment {
    max-width: 600px;
    width: 100%;
  }
  .options-flex {
    padding: 16px;
    border-radius: 6px;
    background: #F6F7F8;
  }
  .conditions-flex {
    margin-top: 20px;
  }

  .options-flex {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .option-badge {
    display: block;
    width: 84px;
    height: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 880px) {
  .modal.modal--opened {
    width: 92%;
    padding: 24px 16px;
  }
  .option-badge {
    max-width: 86px;
    margin-bottom: 16px;
  }
}

@media (max-width: 578px) {
  .modal.modal--opened {
    width: 88%;
  }

  .modal:not(.modal--inline) {
    padding: 24px 16px 30px;
  }

  .options-flex {
    column-gap: 6px;

  }
  .options-flex__item {
    flex: 1;
  }
  .options-flex__item span {
    font-size: 13px;
  }
  .modal--installment .title {
    max-width: 86%;
  }
  .modal__body__desc {
    max-width: 95%;
  }
  .ag_chatpanel_wrap.mobile_position_right {
    bottom: 30px !important;
    right: 30px !important;
  }
  .installment-sup {
    max-width: 69%;
    margin: 0 auto;
  }
}

@media (max-width: 370px) {
  .modal--installment {
    width: 85%;
  }

  .options-flex__item span {
    font-size: 13px;
  }
  .modal.modal--opened {
    width: 84%;
  }
}


/*split*/
.modal.modal--split {
  max-width: 500px;
  padding: 0;
  border-radius: 6px;
}

/*
.modal--split .ui-dialog-titlebar button {
  position: absolute;
  right: 18px;
  top: 18px;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='none'%20viewBox='0%200%2024%2024'%3e%3cpath%20fill='currentColor'%20fill-opacity='.86'%20d='M19.207%206.207a1%201%200%200%200-1.414-1.414L12%2010.586%206.207%204.793a1%201%200%200%200-1.414%201.414L10.586%2012l-5.793%205.793a1%201%200%201%200%201.414%201.414L12%2013.414l5.793%205.793a1%201%200%200%200%201.414-1.414L13.414%2012l5.793-5.793Z'/%3e%3c/svg%3e")
    center/contain no-repeat;
  width: 24px;
  height: 24px;
  border: 0;
  padding: 0;
  border-radius: 0;
}
*/

.modal__head {
  background: rgb(245, 247, 249);
}
.modal__top {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-bottom: 8px;
  padding-top:10px
}
.modal__head-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin: 0 16px;
}
.modal__head-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}

.modal__head-text {
  font-size: 14px;
  line-height: 18px;
  color: #3b3b3b;
}

.modal__head-img {
  width: 90px;
  height: 69px;
}

.modal__body {
  padding: 20px 20px;
}

.modal__body-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.modal__body-part {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.modal__body-block {
  background: rgb(245, 247, 249);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.modal__body-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.modal__body-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.modal__splits {
  margin-top: 12px;
  padding-right: 38px;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  max-width: 100%;
}

.modal__split {
  flex: 1 1 0;
  margin-left: 4px;
}

.modal__split:first-child {
  margin-left: 0;
}

.modal__split-top {
  height: 4px;
  border-radius: 2px;
  background: rgb(225, 227, 232);
}

.modal__split-top.first {
  background: rgb(86, 199, 118);
}

.modal__split-day {
  display: block;
  font-size: 13px;
  line-height: 16px;
  margin-top: 6px;
  color: rgba(0, 0, 0, 0.5);
}

.modal__split-price {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.847);
}
.modal__text {
  font-size: 13px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.847);
}
.modal__body-question {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.modal__segments-content {
  width: 100%;
  box-sizing: content-box;
  overflow-x: auto;
  scrollbar-width: none;
}
.modal__segments-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.modal__segments-wrapper {
  min-width: 400px;
  padding: 0 16px;
}
.modal__segments-wrapper hr {
  position: relative;
  z-index: -1;
  width: calc(100% - 120px);
  margin: 0 60px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  transform: translateY(30px);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.modal__segments {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}

.modal__segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 1 25%;
}

.modal__segment-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 10px;
  line-height: 0;
  background: #fff;
}

.modal__segment-text {
  display: block;
  font-feature-settings: 'pnum' on, 'lnum' on;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.847);
  cursor: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal__body-additional {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
}

.modal__yandex-link {
  color: rgb(55, 148, 140);
}

.modal.modal--split {
  scrollbar-width: thin;
  scrollbar-color: #0003 transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin:0;
  outline: none;
}

.modal.modal--split::-webkit-scrollbar {
  width: 6px;
}

.modal.modal--split::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #0003;
}

.modal.modal--split::-webkit-scrollbar-thumb:hover {
  background-color: #0000004d;
}
@media (max-width: 880px) {
  .modal.modal--split {
    margin:0;
}
}

@media (max-width: 578px) {

  .modal__body {
    padding: 16px 16px;
}

  }


  body .product-detail .detail-links {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 20px 0;
    padding: 0;
  }

  .product-detail  .detail-links .bt a {
    padding: 5px 15px !important;
    border-radius: 6px;
    background-color: #f5f5f5;
    color: #222;
    line-height: 1;
    height: 40px;
    font-size: 14px;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    box-shadow: none;
  }
  .product-detail .detail-links .bt a:hover {
    background: #e1e1e1;
}

.brand-info {
float: left;
}

.brand-info a {
  font-size: 16px;
  color: #3b3b3b;
  font-weight: 600;
  letter-spacing: -.03em;
  }
  
  @media screen and (max-width: 816px) {
    .brand-info {
float: none;
    }}

@media screen and (max-width: 916px) {
  body .product-detail .detail-links {
    margin: 0;
    display: -ms-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .product-detail .detail-links  .bt {
    margin-top: 0;
  }
}

/* Убираем hover-анимации на мобильных устройствах */
@media (hover: none) and (pointer: coarse) {
  .otherColor--item:hover {
    transform: none !important;
    box-shadow: none !important;
  }
  .otherColor--item:hover img {
    transform: none !important;
    filter: none !important;
  }
  .otherColor--item:hover::before {
    background: rgba(0, 0, 0, 0.05) !important; /* базовый фон без реакции */
  }
}
