

/* Start:/local/templates/bxstore/components/bitrix/catalog/catalog/style.css?172518118540*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/bxstore/components/bitrix/catalog.element/.default/style.css?178203667028608*/
@charset "UTF-8";
.detail_item_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid var(--Divider, #CCC);
  background: var(--White, #FFF);
}
.detail_item_right .value-name {
  font-family: "Golos UI Regular";
  font-size: 14px;
}
.detail_item_right_col_1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail_item_right_col_2 {
  width: 100%;
}
.detail_item_right_artum {
  overflow: hidden;
  color: var(--Light-Accent, #92877C);
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* Text 14px */
  font-family: "Golos UI Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.detail_item_right_props {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin-top: 10px;
  padding: 10px 20px 20px 20px;
  border-radius: 10px;
  border: 1px solid var(--Divider, #CCC);
  background: var(--White, #FFF);
  line-height: 22px;
}
.detail_item_right_props li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px var(--c4) solid;
  padding: 5px 0px;
  font-family: "Golos UI Regular";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.detail_item_right_props li strong {
  color: var(--Dark, #37363B);
  text-align: center;
  text-overflow: ellipsis;
  /* Text 14px */
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  padding: 6.5px 0px;
}
.detail_item_right_props li span {
  color: #666666;
  padding: 11px 10px;
}
.detail_item_right_props li:nth-child(odd) {
  background: inherit;
}
.detail_item_right_props li:nth-child(even) {
  background-image: url("/local/templates/bxstore/assets/back_tex.png");
  background-repeat: repeat;
}
.detail_item_right_over {
  position: sticky;
  top: 10px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border-radius: var(--radius1);
  -webkit-box-shadow: var(--shadow1);
          box-shadow: var(--shadow1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail_item_right_vote {
  position: absolute;
  top: 15px;
  right: 15px;
}
.detail_item_right_vote svg {
  fill: goldenrod;
}
.detail_item_right_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-wrap: nowrap;
  white-space: break-word;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Golos UI Regular";
  color: var(--Dark, #37363B);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.detail_item_right_price del {
  margin-left: 20px;
  font-size: 14px;
  color: var(--Light-Accent, #92877C);
}
.detail_item_right_price_current {
  font-size: 27px;
  padding: 4px 0px;
}
.detail_item_right_price_eco {
  color: #777;
  font-size: 14px;
  display: none;
}
.detail_item_right_btns {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 30px;
  border: 1px var(--c4) solid;
  text-wrap: nowrap;
  white-space: break-word;
}
.detail_item_right_btns_quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail_item_right_btns_quantity button {
  border-radius: 100%;
  font-size: 16px;
  border: none;
  color: #777777;
  background: var(--Accent, #F3E1CE);
}
.detail_item_right_btns_quantity .btn {
  border-radius: 0;
  padding: 19px 20.5px 19px 21px;
}
.detail_item_right_btns_quantity input {
  width: 45px;
  text-align: center;
  font-size: 13px;
  background: none;
  border: none;
}
.detail_item_right_btns_btn .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 391px) {
  .detail_item_right_btns_btn .cart_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail_item_right_btns_btn .cart_btn .btn.wh.bazarow_add_favor {
    border-right: 1px solid var(--Divider, #CCC);
  }
}
.detail_item_right_btns_btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  margin-top: 0;
  border: 1px solid var(--Divider, #CCC);
  background: var(--Accent, #F3E1CE);
  font-family: "Golos UI Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: var(--Dark, #37363B);
}
.detail_item_right_btns_btn .btn {
  border-radius: 0;
  padding: 14px 23px 14px 23px;
}
.detail_item_right_btns_btn .btn img {
  margin-right: 10px;
}
.detail_item_right_btns_btn .btn.wh.bazarow_add_favor {
  background-color: inherit;
  border-right: 0;
  text-decoration: none;
}
.detail_item_right_btns_btn .btn.wh.bazarow_add_favor span {
  margin-right: 10px;
}
@media screen and (max-width: 375px) {
  .detail_item_right_btns_btn .btn.wh.bazarow_add_favor {
    border-right: 1px solid #ccc;
  }
}
.detail_item_right_scu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail_item_right_scu ul {
  min-height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail_item_right_scu_title {
  color: #777777;
  margin: 15px 0px 5px 0px;
  font-size: 12px;
}
.detail_item_right_scu_pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  border: 1px var(--c4) solid;
  cursor: pointer;
}
.detail_item_right_scu_pict:hover {
  -webkit-box-shadow: var(--shadow1);
          box-shadow: var(--shadow1);
}
.detail_item_right_scu_pict span {
  font-size: 12px;
  font-family: "Golos UI Regular";
}
.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;
  font-family: "Golos UI Regular";
}
.detail_item_right_scu_pict span:nth-child(2) {
  padding-left: 5px;
  font-size: 12px;
  font-family: "Golos UI Regular";
}
.detail_item_right_scu_pict span:nth-child(1) {
  border: 1.5px #ccc solid;
  border-radius: 20px;
}
.detail_item_right_scu_pict.selected span:nth-child(1) {
  border: 2px #37363B solid;
  border-radius: 20px;
}
.detail_item_right_scu_pict.selected .value-name {
  font-size: 12px;
  font-family: "Golos UI Regular";
  display: block;
  color: var(--c3);
}
.detail_item_right_scu_pict .value-name {
  display: none;
}
.detail_item_right_scu_pict .value-name {
  margin-left: 0; /* Сброс отступа слева */
  padding-left: 0; /* Сброс отступа слева */
}
.detail_item_right_scu_txt {
  font-size: 14px;
  padding: 2px 9px;
  border-radius: 4px;
  text-transform: uppercase;
  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_right .detail_item_right_scu:nth-child(1) ul:nth-child(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.global-product-text {
  border-radius: 10px;
  border: 1px solid var(--Divider, #CCC);
  background: var(--White, #FFF);
  font-family: "Golos UI Regular";
  font-size: 12px;
  margin-top: 10px;
  padding: 10px;
}

.desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.desc p {
  margin-left: 10px;
  font-family: "Golos UI Regular";
  font-size: 16px;
}

.detail_item_text {
  margin-top: 30px;
  font-family: "Golos UI Regular";
  padding: 20px;
  text-transform: none;
  font-size: 14px;
  min-width: 100%;
  border-radius: 10px;
  border: 1px solid var(--Divider, #CCC);
  background: var(--White, #FFF);
}
.detail_item_text p, .detail_item_text h2, .detail_item_text h3 {
  font-family: "Golos UI Regular";
}
.detail_item_text p {
  font-size: 16px;
}
.detail_item_text h2 {
  font-size: 18px;
}

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

.product-item-detail-slider-container {
  position: sticky;
  top: 10px;
  max-width: 100%;
  background: transparent;
  -webkit-transition: background 800ms ease;
  transition: background 800ms ease;
  z-index: 90;
}

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

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

.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: #37363b;
}

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

.pr_name {
  margin-top: 20px;
  color: var(--Dark, #37363B);
  /* Menu 21px */
  font-family: "Golos UI Regular";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.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: 51svh;
  width: auto;
  height: auto;
  outline: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/*endregion*/
/*region Slider Controls*/
.product-item-detail-slider-controls-block {
  max-width: 90%;
  padding: 10px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0% 7% 0% 7%;
}

.product-item-detail-slider-controls-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 120px;
  height: 90px;
  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;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
  height: 90px;
  position: absolute;
  top: 101.4%;
  bottom: 0;
  z-index: 111;
  display: block;
  width: 60px;
  background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2539 19.3004L1 10.0465L10.2985 0.748047L11.2177 1.66729L3.48848 9.3965H18.9192V10.6965H3.48848L11.1732 18.3812L10.2539 19.3004Z' fill='%2337363B'/%3E%3C/svg%3E") no-repeat center;
  opacity: 0.57;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.product-item-detail-slider-right {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          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%2016%2016%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;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.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);
  -webkit-animation-name: imgPopupShow;
          animation-name: imgPopupShow;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
}
.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);
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@-webkit-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: 70svh;
  top: 36%;
  width: auto;
  cursor: default;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
  z-index: 500;
  position: absolute;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  right: 26%;
  bottom: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  all: unset;
  z-index: 500;
  position: absolute; /* Устанавливаем абсолютное позиционирование для центрируемого блока */
  left: 50%; /* Сдвигаем блок влево на 50% от ширины контейнера */
  top: 95%; /* Сдвигаем блок вверх на 50% от высоты контейнера */
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* Сдвигаем блок назад на 50% от своей ширины и высоты */
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block.product-item-detail-slider-block-square .product-item-detail-slider-left, .product-item-detail-slider-container.popup .product-item-detail-slider-block.product-item-detail-slider-block-square .product-item-detail-slider-right {
  top: 35.6%;
  z-index: 111;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block.product-item-detail-slider-block-square .product-item-detail-slider-left {
  left: 10%;
  -webkit-transform: scale(3.5);
      -ms-transform: scale(3.5);
          transform: scale(3.5);
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block.product-item-detail-slider-block-square .product-item-detail-slider-right {
  right: 10%;
  -webkit-transform: scale(3.5) rotate(180deg);
      -ms-transform: scale(3.5) rotate(180deg);
          transform: scale(3.5) rotate(180deg);
}

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

.product-item-detail-slider-container .product-item-detail-slider-block.product-item-detail-slider-block-square [data-entity=close-popup] {
  display: none;
}

@media (max-width: 767px) {
  .product-item-detail-slider-image img {
    max-height: 100%;
  }
  .product-item-detail-slider-controls-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .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 {
    bottom: 0.8%; /* Сдвигаем блок вверх на 50% от высоты контейнера */
    background-color: rgba(255, 255, 255, 0.8);
  }
  .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-block.product-item-detail-slider-block-square .product-item-detail-slider-left,
  .product-item-detail-slider-container.popup .product-item-detail-slider-block.product-item-detail-slider-block-square .product-item-detail-slider-right {
    top: 83.6%;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    height: 30px;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-block.product-item-detail-slider-block-square .product-item-detail-slider-right {
    -webkit-transform: scale(1.5) rotate(180deg);
        -ms-transform: scale(1.5) rotate(180deg);
            transform: scale(1.5) rotate(180deg);
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-block.product-item-detail-slider-block-square [data-entity=close-popup] {
    display: block;
    position: absolute;
    top: 84.6%;
    left: 48%;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-block.product-item-detail-slider-block-square [data-entity=close-popup] img {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  .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;
  }
}
.row.det_itm {
  width: 100%;
  margin: 0;
}
.row.det_itm .col-xl-6.left {
  padding: 0;
  padding-right: 15px;
}
.row.det_itm .col-xl-6.right {
  padding: 0;
  padding-left: 15px;
}

.col-xl-12.itm_pnl {
  padding: 0;
}

.detail_item {
  margin-top: -40px;
}

.bread_head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.row .det_itm {
  margin-top: 20px;
}

.post_nm {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avlbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.avlbl p {
  font-family: "Golos UI Regular";
  color: var(--Light-Accent, #92877C);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-left: 10px;
}

.scu_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#basket-root, .bx-sbb-empty-cart-container {
  display: none;
}

@media screen and (max-width: 578px) {
  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    background-color: rgba(255, 255, 255, 0.8);
    all: unset;
    bottom: 2%;
    position: relative;
    overflow-x: scroll;
  }
  .product-item-detail-slider-container {
    max-width: 100svw;
  }
  .product-item-detail-slider-block.product-item-detail-slider-block-square {
    max-width: 99%;
  }
  .product-item-detail-slider-controls-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: scroll;
    margin-left: 40px;
    margin-right: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-item-detail-slider-controls-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .product-item-detail-slider-controls-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 10px;
  }
  .row.det_itm .col-xl-6.left {
    padding: 0;
  }
  .row.det_itm .col-xl-6.right {
    padding: 0;
  }
  .cart_btn {
    gap: 10px 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.detail_item_right_scu_pict span:nth-child(1) {
  width: 35px;
  height: 35px;
  background-size: auto;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.detail_item_right_scu_txt.selected {
  border: 1px solid #ccc;
  border-radius: 30px;
}

.bx-rating {
  display: none;
}

.detail_item.product-detail.row {
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
}

.add_tovars img {
  max-height: 190px;
  width: auto;
}

.carousel_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
}
.carousel_add .elmnt {
  font-family: "Golos UI Regular";
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.carousel_add .elmnt a {
  text-decoration: none;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100%;
}
.carousel_add .elmnt p.card_item_price_current {
  text-decoration: none;
  color: #37363B;
  font-size: 21px;
  margin-top: 10px;
  padding: 12.5px 0;
  margin-right: 0px;
}
.carousel_add .elmnt p.card_item_price_current.zro_prc {
  font-size: 16px;
}
.carousel_add .elmnt div[id$=_basket_actions] {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.carousel_add .elmnt .bazarow_add_favor {
  max-width: 22%;
}
.carousel_add .elmnt .bazarow_add_favor span {
  display: none;
}
.carousel_add .elmnt .btn {
  padding: 10px;
  margin-top: 12.5px;
  white-space: nowrap;
}

.carousel_add::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background-color: #F5F5F5;
}

.carousel_add::-webkit-scrollbar {
  width: 11px;
  height: 11px;
  background-color: #F5F5F5;
}

.carousel_add::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: 1.5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 3px rgba(189, 188, 188, 0.3) 129, 0.3;
  background-color: #a1a0a5;
}

@media screen and (max-width: 768px) {
  .detail_item.product-detail {
    padding-bottom: calc(11svh + 52px);
  }
  .detail_item_right_btns {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 11svh;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid var(--Divider, #CCC);
    background-color: #FCFBF9;
    background-image: url("/local/templates/bxstore/assets/back_tex.png");
    box-sizing: border-box;
  }
  .detail_item_right_btns_quantity {
    display: none !important;
  }
  .detail_item_right_btns_btn {
    width: 100%;
  }
  .detail_item_right_btns_btn .cart_btn {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  .detail_item_right_btns_btn .cart_btn .btn.wh.bazarow_add_favor {
    flex: 0 0 52px;
    width: 52px;
    min-width: 52px;
    max-width: 52px;
    padding: 14px 0;
    margin: 0;
    border: none;
    border-right: 1px solid var(--Divider, #CCC);
    background-color: #FCFBF9;
  }
  .detail_item_right_btns_btn .cart_btn .btn.wh.bazarow_add_favor span {
    display: none !important;
  }
  .detail_item_right_btns_btn .cart_btn .btn.wh.bazarow_add_favor svg {
    margin: 0 !important;
    width: 20px;
    height: 18px;
  }
  .detail_item_right_btns_btn .cart_btn .btn:not(.bazarow_add_favor),
  .detail_item_right_btns_btn .cart_btn #add-module-to-basket {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 14px 16px;
    background: var(--Accent, #F3E1CE);
  }
  .detail_item_right_btns_btn .cart_btn .btn:not(.bazarow_add_favor) img,
  .detail_item_right_btns_btn .cart_btn #add-module-to-basket img {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .detail_item.product-detail {
    padding-bottom: calc(16% + 52px);
  }
  .detail_item_right_btns {
    bottom: 16%;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/iblock.vote/templates/bootstrap_v4/style.min.css?1698051474200*/
.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 */


/* Start:/local/templates/bxstore/components/bitrix/catalog.section/recommended/style.min.css?1743613407552*/
.row_items_carusel .slick-dots{list-style:none;margin:20px 0px 0px 0px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.row_items_carusel .slick-dots li{cursor:pointer;width:15px;height:15px;background:#fff;border:1px #ccc solid;border-radius:100%;margin:0px 3px}.row_items_carusel .slick-dots li button{display:none}.row_items_carusel .slick-dots li.slick-active{background:var(--c3);border:1px var(--c3) solid}h3.card_item_link_name a{text-decoration:none;color:#000}
/* End */
/* /local/templates/bxstore/components/bitrix/catalog/catalog/style.css?172518118540 */
/* /local/templates/bxstore/components/bitrix/catalog.element/.default/style.css?178203667028608 */
/* /bitrix/components/bitrix/iblock.vote/templates/bootstrap_v4/style.min.css?1698051474200 */
/* /local/templates/bxstore/components/bitrix/catalog.section/recommended/style.min.css?1743613407552 */
