

/* Start:/local/templates/bxstore/components/bitrix/catalog/catalog/style.min.css?1751620370734*/
.sortline{display:flex;align-items:center;margin-top:20px;margin-bottom:20px}.sortline select{height:35px;padding:0 15px;background:#fff;border:1px solid #ddd;border-radius:5px;font-size:15px}.smart_filter_checked_items{display:flex;gap:5px;flex-wrap:wrap;margin:10px 0}.smart_filter_checked_items button{border-radius:var(--radius1);background:var(--c1);cursor:pointer;color:#ccc;font-size:13px;height:35px;border:0;padding:0 10px;display:flex;align-items:center;gap:5px;transition:var(--animation1)}.smart_filter_checked_items button:after{content:"";display:block;width:11px;height:11px;background:url(/local/templates/bxstore/components/bitrix/catalog/catalog/img/close2.svg)no-repeat center;background-size:contain}.smart_filter_checked_items button:hover{background:var(--c3);color:#fff}
/* End */


/* Start:/local/templates/bxstore/components/bitrix/catalog.element/.default/style.css?176960932112934*/
.site_title_h1 .container{
  display: flex;
  flex-direction: column;
}
.product-specs {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
    padding: 20px 16px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: 1px solid rgba(255,193,7,0.2);
    word-break: break-word;
    overflow-wrap: break-word;
}

/* 🔑 КЛЮЧЕВОЕ: контейнер с переносом */
.product-specs .specs-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Убираем все медиа-запросы для grid, оставляем только вертикальный список */
.specs-title {
    font-size: clamp(18px, 4vw, 24px);
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    text-align: center;
    position: relative;
}

.specs-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ffc107, #ff6b35);
    border-radius: 2px;
}

.spec-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    word-break: break-word;
    hyphens: auto;
}

.spec-item:last-child {
    border-bottom: none;
}

.spec-label {
    font-weight: 600;
    color: #495057;
    font-size: 14px;
    flex: 0 0 45%;
}

.spec-value {
    flex: 1;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.specs-dimensions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px dashed rgba(255,193,7,0.3);
    text-align: center;
}

.dim-weight, .dim-volume {
    font-size: 14px;
    font-weight: 600;
    color: #28a745;
    background: rgba(40,167,69,0.1);
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid rgba(40,167,69,0.2);
}

.detail_item_props {
  font-size: 14px;
  list-style: none;
  margin: 0px;
  padding: 0;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .detail_item_props {
    margin-top: 20px;
  }
}
.detail_item_props li {
  padding: 3px 0px;
}
.detail_item_props li span {
  color: #444;
}

.detail_item_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.detail_item_right_over {
  padding: 20px;
  background: #fff;
  border-radius: var(--radius1);
  box-shadow: var(--shadow1);
}
@media (max-width: 768px) {
  .detail_item_right_over {
    margin-top: 20px;
  }
}
.detail_item_right_vote {
  position: absolute;
  top: 15px;
  right: 15px;
}
.detail_item_right_vote svg {
  fill: goldenrod;
}
.detail_item_right_price {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.detail_item_right_price del {
  color: #777777;
  text-decoration-color: red;
}
.detail_item_right_price_current {
  font-size: 27px;
  padding: 4px 0px;
  font-weight: 500;
}
.detail_item_right_price_eco {
  color: #777;
}
.detail_item_right_btns {
  background: #fff;
  display: flex;
  padding: 3px;
  justify-content: space-between;
  border-radius: 30px;
  border: 1px var(--c4) solid;
  gap: 5px;
}
.detail_item_right_btns_quantity {
  display: flex;
  align-items: center;
}
.detail_item_right_btns_quantity button {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  font-size: 16px;
  border: none;
  color: #777777;
  background: var(--c4);
  transition: var(--animation1);
}
.detail_item_right_btns_quantity button:hover {
  color: #000;
  cursor: pointer;
}
.detail_item_right_btns_quantity input {
  width: 40px;
  text-align: center;
  font-size: 13px;
  background: none;
  border: none;
}
.detail_item_right_btns_btn {
  flex: 1;
  display: flex;
  align-items: center;
}
.detail_item_right_btns_btn div {
  flex: 1;
}
.detail_item_right_btns_btn button {
  display: block;
  width: 100%;
  border: none;
  margin-top: 0;
  height: 35px;
  transition: var(--animation1);
}
.detail_item_right_btns_btn button:hover {
  text-decoration: none;
  background: var(--c1);
}
.detail_item_right_scu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.detail_item_right_scu_title {
  color: #777777;
  margin: 15px 0px 5px 0px;
  font-size: 12px;
}
.detail_item_right_scu_pict {
  display: flex;
  align-items: center;
  padding: 5px 10px 5px 5px;
  border-radius: 5px;
  border: 1px var(--c4) solid;
  cursor: pointer;
}
.detail_item_right_scu_pict:hover {
  box-shadow: var(--shadow1);
}
.detail_item_right_scu_pict span:nth-child(1) {
  width: 35px;
  height: 35px;
  background-size: contain;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
}
.detail_item_right_scu_pict span:nth-child(2) {
  padding-left: 5px;
  font-size: 12px;
}
.detail_item_right_scu_pict.selected {
  border: 1px var(--c3) solid;
}
.detail_item_right_scu_pict.selected span {
  color: var(--c3);
}
.detail_item_right_scu_txt {
  font-size: 14px;
  padding: 2px 9px;
  border-radius: 4px;
  border: 1px var(--c4) solid;
  background: #fff;
  cursor: pointer;
}
.detail_item_right_scu_txt.selected {
  border: 1px var(--c3) solid;
}
.detail_item_right_scu_txt.selected span {
  color: var(--c3);
}

.detail_item_text {
  margin-top: 30px;
}

.img_discount_perc {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20;
  background: #228b22;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  line-height: 45px;
}

.product-item-detail-slider-container {
  max-width: 100%;
  background: #fff;
  border-radius: var(--radius1);
  transition: background 800ms ease;
  z-index: 90;
  box-shadow: var(--shadow1);
  padding: 15px;
}

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

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

.product-item-detail-slider-images-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-item-detail-slider-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 180;
  height: 3px;
  background-color: green;
}

.product-item-detail-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
  z-index: 10;
  opacity: 1;
}

.product-item-detail-slider-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  outline: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  transform: translateY(-50%) translateX(-50%);
}

/*endregion*/
/*region Slider Controls*/
.product-item-detail-slider-controls-block {
  padding: 10px 0;
  text-align: center;
}

.product-item-detail-slider-controls-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 65px;
  height: 65px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active {
  opacity: 1;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
  outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image {
  outline-width: 0.5px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
  outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 65px;
  max-height: 65px;
  width: auto;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 111;
  display: block;
  width: 10%;
  background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: 0.57;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-detail-slider-left {
  left: 0;
}

.product-item-detail-slider-right {
  right: 0;
  transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 0.8;
}

.product-item-detail-slider-close {
  display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
  position: absolute;
  top: 4px;
  right: 110px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%201Ni1b1tgh69k%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: 0.27;
  cursor: pointer;
  transition: all 300ms ease;
}

.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;
}

.product-item-detail-slider-container.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.6);
  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;
  background-color: rgba(255, 255, 255, 0.8);
}

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

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


/* Start:/bitrix/components/bitrix/iblock.vote/templates/bootstrap_v4/style.min.css?1608481242200*/
.bx-rating{display:block;text-align:center}.bx-rating-icon-container{margin-right:3px;cursor:pointer}.bx-rating .bx-rating-icon-container:last-child{margin-right:0}.bx-rating-icon{fill:var(--primary)}
/* End */
/* /local/templates/bxstore/components/bitrix/catalog/catalog/style.min.css?1751620370734 */
/* /local/templates/bxstore/components/bitrix/catalog.element/.default/style.css?176960932112934 */
/* /bitrix/components/bitrix/iblock.vote/templates/bootstrap_v4/style.min.css?1608481242200 */
