

/* Start:/bitrix/templates/aspro_next/components/bitrix/catalog.element/main2_2/style.css?174848634422798*/
.catalog_detail.catalog_detail2 {
  font-family: 'Gilroy', Arial, sans-serif;
}

.catalog_detail.catalog_detail2 .item_main_info {
  border: none;
}

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

/**#region Slider*/

.product-detail-slider-wrapper {
  position: relative;
}

.product-detail-slider-container {
  position: relative;
  z-index: 0;
}

.product-detail-slider {
  height: 312px;
  border-radius: 18px;
  overflow: hidden;
  line-height: 0;
}

.product-detail-slide,
.product-detail-slide.swiper-slide {
  height: 312px;
}

.product-detail-slide {
  border-radius: 18px;
  overflow: hidden;
}

.product-detail-slide__link {
  display: block;
  width: 100%;
  height: 100%;
}

.product-detail-slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**#endregion Slider*/

/**#region Thumbs*/
.product-thumbs {
  margin-top: 10px;
  line-height: 0;
}

.thumbs-slider {
  border-radius: 8px;
}

.thumbs-slide,
.thumbs-slide.swiper-slide {
  width: 38px;
  height: 38px;
}

.thumbs-slide {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.thumbs-slide_current {
  border-color: var(--orange-color);
}

.slides_block-item {
  width: 100%;
  height: 100%;
  display: block;
}

.thumbs-slider-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs-slider-arrow {
  display: none;
}

/**#endregion Thumbs*/

/**#region Icon */

.like_wrapper.product-detail-icons-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;

}

.like_icons.product-detail-icons {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.product-detail-icons .wish_item {
  width: 36px;
  height: 36px;
  line-height: 0;
  margin: 0;
}

.product-detail-icons .wish_item svg {
  width: 100%;
  height: 100%;
}

/**#endregion Icon */

/**#region Similar Goods */

.similar-goods {
  display: flex;
  justify-content: center;
  margin: 0 -24px;
}

.similar-good-quantity {
  display: flex;
  justify-content: center;
  gap: 2px;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  margin-top: 9px;
  white-space: nowrap;
}

.similar-good-quantity__icon {
  content: url("/bitrix/templates/aspro_next/images/check.png");
  display: block;
  width: 12px;
  height: 12px;
}

.similar-good-quantity .similar-good-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #C90B0B;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease;
}

.similar-good-quantity .similar-good-sub:hover {
  background-color: #f2f2f2;
}

.similar-good[data-quantity="0"] a img {
  opacity: 0.5;
}

.similar-goods-slider.swiper-container {
  width: 100%;
}

.similar-goods-slider__arrow {
  width: 24px;
  padding: 9px 9px 29px;
  height: auto;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  transition: 0.3s;
}

.similar-goods-slider__arrow_prev {

}

.similar-goods-slider__arrow_next {

}

.similar-goods-slider__arrow_disabled {
  opacity: 0.5;
  cursor: default;
}

.similar-goods-slider__arrow_lock {
  opacity: 0;
  cursor: default;
}

.similar-goods-slider__arrow svg {
  width: 100%;
  height: 100%;
}

.similar-good.swiper-slide {
  width: 33.33%;
  border: 2px solid transparent;
  transition: border 0.3s;
  line-height: 0;
}

.similar-good.similar-good_current .similar-good-img-wrapper {
  outline-color: var(--orange-color);
}

.similar-good-img-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 8px;
  overflow: hidden;
  outline: 2px solid transparent;
  transition: outline 0.3s;
}

.similar-good-img-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.similar-good__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.similar-good-quantity__icon {

}

/**#endregion Similar Goods */

/**#region Price*/

.prices_block {
  margin-top: 23px;
}

.product-detail-price {
  display: flex;
  gap: 10px;
  margin-bottom: 7px;
}

.product-detail-price:last-child {
  margin-bottom: 0;
}

.product-detail-price__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #17171780;
}

.product-detail-price__title_opt {
  font-size: 16px;
}

.product-detail-price-content {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #171717;
}

.product-detail-price-content .price-title {
  padding: 0;
}

.product-detail-price-content .price_matrix_block .price-value {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #171717;
}

.catalog_detail.catalog_detail2 .price_matrix_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.catalog_detail.catalog_detail2 .item_main_info .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #171717;
  padding: 0;
  position: relative;
}

.catalog_detail.catalog_detail2 .item_main_info .discount {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-decoration-line: line-through;
  color: #17171780;
  padding: 0;
  order: -1;
  margin-top: 2px;
}

.catalog_detail.catalog_detail2 .item_main_info .discount .price_currency {
  display: none;
}

.catalog_detail.catalog_detail2 .item_main_info .price.price-has-old {
  color: var(--orange-color);
}

/**#endregion*/

/**#region Quantity*/

.catalog_detail.catalog_detail2 .quantity_block_wrapper {
  padding: 0;
}

.catalog_detail.catalog_detail2 .item-stock {
  margin: 0;
}

.catalog_detail.catalog_detail2 .item-stock > .value {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #17171780;
}

.catalog_detail.catalog_detail2 .item-stock > .value span:last-child {
  color: #171717;
}

.catalog_detail.catalog_detail2 .sold_count_wrapper {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #17171780;
}

.sold_count_wrapper__value {
  color: #171717;
}

.product-detail-quantity-wrapper {
  margin-top: 20px;
}

.product-detail-quantity-item {
  margin-bottom: 15px;
}

.product-detail-quantity-item:last-child {
  margin-bottom: 0;
}

/**#endregion Quantity*/

/**#region Discount system */

.discount-system-toggle-container {
  margin-bottom: 23px;
}

.discount-system__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 7px 14px;
  background-color: #EAEDF1;
  color: #171717B2;
  border-radius: 4px;
}

.discount-system__toggle-icon {
  width: 24px;
  height: 24px;
  line-height: 0;
  flex-shrink: 0;
}

.discount-system__toggle-icon svg {
  width: 100%;
  height: 100%;
}

.discount-system-wrapper {
  margin: 23px 0;
}

.discount-system-row {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #17171780;
  margin-bottom: 7px;
}

.discount-system-row:last-child {
  margin-bottom: 0;
}

.discount-system-modal {
  position: relative;
  display: none;
  font-family: 'Gilroy', Arial, sans-serif;
  width: 100%;
  max-width: 410px;
  background-color: #F3F3F3;
  padding: 70px 24px 20px;
}

.discount-system-modal-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.discount-system-modal__close {
  position: absolute;
  top: 22px;
  right: 26px;
  width: 18px;
  height: 18px;
  line-height: 0;
}

.discount-system-modal__close svg {
  width: 100%;
  height: 100%;
}

.discount-system-modal-title-container {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.discount-system-modal__title-icon {
  width: 24px;
  height: 24px;
  line-height: 0;
  flex-shrink: 0;
}

.discount-system-modal__title-icon svg {
  width: 100%;
  height: 100%;
}

.discount-system-modal-info {
  margin-bottom: 10px;
  display: flex;
}

.discount-system-modal-content {
  width: 100%;
  margin-bottom: 20px;
}

.discount-system-modal-button-container {
  margin-top: 60px;
  text-align: center;
}

.discount-system-modal__button {
  background-color: #D9DBDE;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #171717B2;
  padding: 10px 32px;
}

.discount-system-modal-row-title, .discount-system-modal-row{
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #171717B2;
  margin-bottom: 24px;
}

.discount-system-modal-row-title {
  font-weight: 700;
}

.discount-system-modal-row-title:not(:first-of-type) {
  margin-top: 30px;
}

.discount-system-modal-row {
  position: relative;
  padding-left: 14px;
}

.discount-system-modal-row:last-child {
  margin-bottom: 0;
}

.discount-system-modal-row:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--orange-color);
}

.discount-system-row_sum {
  font-size: 16px;
}

.discount-system-row__title_bold {
  color: #171717;
  font-weight: 600;
  font-size: 16px;
}

.discount-system-row__value {
  color: #171717;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.discount-system-title {
  flex-shrink: 0;
  width: 50px;
}

.discount-system-list {
  flex-grow: 1;
  min-width: 0;
}

.discount-system-item {
  margin-bottom: 5px;
}

.discount-system-item__value {
  display: inline-block;
  min-width: 100px;
}

.discount-system-payment {
  display: inline-block;
  margin-left: 10px;
  color: inherit;
  text-decoration: none;
}

.discount-system-payment:hover {
  color: inherit;
}

.discount-system__desc {
  margin-bottom: 10px;
}

.discount-system-next {
  margin-bottom: 5px;
}

.discount-system-total {
  margin-bottom: 5px;
}

.discount-system-total-with-discount {
  margin-bottom: 5px;
}


.discount-system__total {
  margin-right: 20px;
}

.discount-system__safe {
  margin-left: auto;
}

/**#endregion Discount system */

/**#region Buy Block */

.catalog_detail.catalog_detail2 .buy_block {
  position: relative;
}

.catalog_detail.catalog_detail2 .counter_wrapp {
  margin-top: 30px;
  padding: 0;
}

.catalog_detail.catalog_detail2 .sum_warning_wrapper {
  margin-top: 23px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #17171780;
}

.catalog_detail.catalog_detail2 .delivery-time {
  margin-top: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #17171780;
}

.catalog_detail.catalog_detail2 .counter_block.big_basket {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  margin: 0;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #17171733;
}

.catalog_detail.catalog_detail2 .counter_block.big_basket input[type=text] {
  flex-shrink: 0;
  width: 90px;
  margin: 8px 0;
  border-left: 1px solid #1717171A;
  border-right: 1px solid #1717171A;
  font-family: 'Gilroy', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.03em;
  background-color: #fff;
  color: #171717;
}

.catalog_detail.catalog_detail2 .counter_block.big_basket .minus,
.catalog_detail.catalog_detail2 .counter_block.big_basket .plus {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  transition: opacity 0.3s;
  color: #171717;
}

.catalog_detail.catalog_detail2 .counter_block.big_basket .minus:before,
.catalog_detail.catalog_detail2 .counter_block.big_basket .plus:before {
  display: none;
}

.catalog_detail.catalog_detail2 .button_block {
  display: block;
  margin-top: 53px;
}

.catalog_detail.catalog_detail2 .button_block .to-cart {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.03em;
  padding: 20px;
  border-radius: 8px;
  border: none;
  background: var(--orange-color);
}

.catalog_detail.catalog_detail2 .button_block .to-cart:hover {
  background: var(--orange-color80);

}

.catalog_detail.catalog_detail2 .button_block .in-cart {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: 0.03em;
  padding: 20px;
  border-radius: 8px;
  border: none;
}

.catalog_detail.catalog_detail2 .button_block .to-cart i {
  display: none;
}

.catalog_detail.catalog_detail2 .button_block .to-cart span {
  display: inline;
}

.catalog_detail.catalog_detail2 .quantity-popup {
  background-color: rgba(23, 23, 23, 0.9);
  color: #fff;
  border-radius: 8px;
  padding: 8px;
  border: none;
  position: absolute;
  width: 200px;
  height: auto;
  top: auto;
  bottom: calc(100% + 12px);
  left: 50%;
  margin-left: -100px;
}

.catalog_detail.catalog_detail2 .quantity-popup p {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin: 0;

}

.catalog_detail.catalog_detail2 .total_summ {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #171717B2;
  text-align: center;
}

.catalog_detail.catalog_detail2 .total_summ span {
  color: var(--orange-color);

}

/**#endregion Buy Block */

/**#region Chars*/

.char_block {
  margin-top: 30px;
}

.catalog_detail.catalog_detail2 .props_list {
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  color: #17171780;
}

.catalog_detail.catalog_detail2 .props_list_item {
  border-bottom: 1px solid #E6E6E680;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.catalog_detail.catalog_detail2 .props_list_item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.catalog_detail.catalog_detail2 .char_name {
  max-width: 50%;
}

.catalog_detail.catalog_detail2 .char_value {
  max-width: 50%;
  text-align: right;
}

/**#endregion Chars*/

/**#region Price Diff */

.catalog_detail.catalog_detail2 .price-diff {
  top: 4px;
  left: calc(100% + 10px);
  width: 80px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.catalog_detail.catalog_detail2 .price-diff-popup-wrapper {
  position: relative;
  left: auto;
  bottom: auto;
}

/**#endregion Price Diff */

.catalog-detail-link-container {
  margin-top: 20px;
}

.catalog-detail__link {
  transition: border 0.3s;
  color: var(--orange-color);
  border-bottom: 1px solid var(--orange-color);
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;

}

.catalog-detail__link:hover {
  border-bottom-color: transparent;
}

.catalog-detail__wb_link {
  margin-top: 23px;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
}


.catalog_detail.catalog_detail2 .element_detail_text {
  padding: 0;
}

.video_block_wrapper {
  width: 100%;
  height: 200px;
  margin-bottom: 14px;
  line-height: 0;
  border-radius: 8px;
  overflow: hidden;
}

.video_block_wrapper:last-child {
  margin-bottom: 0;
}

.video_block_wrapper > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.catalog_detail.catalog_detail2 .item_main_info .right_info {
  padding: 0;
}

.catalog-detail2-bottom {
  margin-top: 50px;
  border-top: 1px solid #1717171A;
  padding-top: 30px;
}

.catalog-detail2-detail-text__title {
  margin-bottom: 20px;
}

.catalog-detail2-detail-text__title h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  text-align: left;
}

.catalog-detail2-bottom .section_description_text {
  text-align: left;
}


/**#region Detail Text*/

.section_description-hidden {
  max-height: 169px;
  overflow: hidden;
  transition: max-height 0.5s;
  position: relative;
}

.section_description-hidden:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.3s;
  background-image: linear-gradient(0deg, #fff 0%, transparent 100%);
}

.section_description-toggle-container {
  margin-top: 20px;
}

.section_description__toggle {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--orange-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.section_description__toggle-icon {
  width: 10px;
  height: 6px;
  line-height: 0;
  transition: transform 0.3s;
}

.section_description__toggle-icon svg {
  width: 100%;
  height: 100%;
}

.section_description_expand .section_description-hidden:after {
  opacity: 0;
}

.section_description_expand .section_description__toggle-icon {
  transform: rotateX(180deg);
}

/**#endregion Detail Text*/

@media screen and (max-width: 767px) {
  .catalog_detail.catalog_detail2 .price-diff {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .product-detail-top {
    display: flex;
    gap: 32px;
  }

  .product-detail-left {
    width: 344px;
    flex-shrink: 0;
    position: relative;
  }

  .product-detail-right {
    width: 100%;
    min-width: 0;
    margin: 0;
  }

  /**#region Slider*/
  .product-detail-slider-container {
    position: sticky;
    top: 40px;
  }

  .product-detail-slider {
    height: 344px;
  }

  .product-detail-slide,
  .product-detail-slide.swiper-slide {
    height: 344px;
  }

  /**#endregion Slider*/
  /**#region Thumbs*/
  .product-thumbs {
    margin-top: 20px;
  }

  .thumbs-slide,
  .thumbs-slide.swiper-slide {
    width: 66px;
    height: 66px;
  }

  /**#endregion Thumbs*/
  /**#region Similar Goods */
  .similar-goods {
    width: 360px;
  }

  /**#endregion Similar Goods */
  /**#region Quantity*/
  .catalog_detail.catalog_detail2 .counter_block.big_basket {
    width: 190px;
  }

  .catalog_detail.catalog_detail2 .counter_block.big_basket input[type=text] {
    width: 75px;
  }

  .catalog_detail.catalog_detail2 .total_summ {
    text-align: left;
  }

  .catalog_detail.catalog_detail2 .button_block .to-cart,
  .catalog_detail.catalog_detail2 .button_block .in-cart {
    width: auto;
    min-width: 280px;
  }

  /**#endregion Quantity*/
  .catalog-detail2-bottom {
    margin-top: 40px;
    padding-top: 30px;
  }

  .catalog-detail2-detail-text__title h4 {
    font-size: 24px;
    line-height: 1.25;
  }

  .catalog-detail2-bottom .section_description_text {
    font-size: 15px;
    line-height: 25px;
  }

  .video_block_wrapper {
    height: 389px;
  }
}

@media screen and (max-width: 1279px) {
  .product-detail-slider__arrow {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .product-detail-top {
    gap: 60px;
  }

  .product-detail-left {
    width: 510px;
  }

  /**#region Slider*/
  .product-detail-slider-container {
    top: 80px;
  }

  .product-detail-slider {
    height: 510px;
  }

  .product-detail-slide,
  .product-detail-slide.swiper-slide {
    height: 510px;
  }

  .product-detail-slider__arrow {
    position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    z-index: 4;
    border-radius: 50%;
    background-color: #FFFFFFE5;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    box-shadow: 0 8px 24px 0 #8187BD1A;
  }

  .product-detail-slider__arrow svg {
    width: 100%;
    height: 100%;
  }

  .product-detail-slider__arrow_prev {
    left: -19px;
  }

  .product-detail-slider__arrow_next {
    right: -19px;
  }

  .product-detail-slider__arrow_disabled {
    opacity: 0.3;
    cursor: default;
  }

  .product-detail-slider__arrow_lock {
    display: none;
  }

  /**#endregion Slider*/
  .product-thumbs {
    margin-top: 12px;
  }

  .like_wrapper.product-detail-icons-wrapper {
    padding: 20px;
  }

  .product-detail-quantity-wrapper {
    margin-top: 14px;
  }

  .discount-system__toggle {
    background-color: #F2F5F9;
    color: #17171780;
    padding: 6px 14px;
  }

  .discount-system__toggle-icon {
    width: 16px;
    height: 16px;
  }

  .catalog_detail.catalog_detail2 .sum_warning_wrapper {
    margin-top: 14px;
  }

  .catalog_detail.catalog_detail2 .delivery-time {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .discount-system-wrapper {
    margin: 14px 0;
  }

  .discount-system-row {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  /**#region Similar Goods */
  .similar-goods {
    width: 364px;
  }

  /**#endregion Similar Goods */
  /**#region Price*/
  .product-detail-price {
    margin-bottom: 14px;
  }

  .product-detail-price_opt .price:not(.discount) .values_wrapper {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
  }

  .product-detail-price__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .product-detail-quantity-wrapper {
    margin-top: 14px;
  }

  .catalog_detail.catalog_detail2 .quantity_block_wrapper {
    margin-bottom: 14px;
  }

  /**#endregion*/
  .catalog_detail.catalog_detail2 .counter_wrapp {
    margin: 25px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 20px
  }

  .catalog_detail.catalog_detail2 .button_block .to-cart,
  .catalog_detail.catalog_detail2 .button_block .in-cart {
    min-width: 220px;
  }

  .catalog_detail.catalog_detail2 .button_block {
    margin: 0;
  }

  .char_block {
    margin-top: 50px;
    width: 430px;
  }

  .catalog-detail2-bottom {
    margin-top: 50px;
  }

  .catalog-detail2-detail-text-wrapper {
    display: flex;
    gap: 30px
  }

  .catalog-detail2-detail-text-video {
    width: 400px;
    order: 1;
    flex-shrink: 0;
    position: relative;
  }

  .hidden_print {
    height: 100%;
  }

  .video_block {
    position: sticky;
    top: 80px;
  }

  .section_description {
    width: 100%;
    min-width: 0;
  }

  .video_block_wrapper {
    height: 240px;
  }
}

.catalog_detail .sticker-wb {
  margin-top: 0;
}


.delivery-time {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 20px;
  width: 100% !important;
}

.catalog_detail .info_item .middle_info .prices_block {
  padding-bottom: 0;
}

.quantity-popup {
  position: absolute;
  top: -63px;
  width: 170px;
  height: 50px;
  background-color: #ededed;
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #c5c5c5;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease-out;
}

.quantity-popup p {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 3px;
}

.quantity-popup-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .top_inner_block_wrapper {
    padding-bottom: 0 !important;
  }

  .page-top {
    padding-bottom: 5px !important;
  }

  .item_main_info {
    margin-bottom: 0 !important;
  }

  .specials {
    padding-top: 15px !important;
  }

  #pagetitle {
    padding-top: 5px !important;
  }
}

.price-value__orange{
  color: #FF6D00 !important;
}

.price-currency__orange {
  color: #FF6D00 !important;
}
/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/sale.gift.main.products/main/style.css?1651712788663*/
.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 */
/* /bitrix/templates/aspro_next/components/bitrix/catalog.element/main2_2/style.css?174848634422798 */
/* /bitrix/templates/aspro_next/components/bitrix/sale.gift.main.products/main/style.css?1651712788663 */
