

/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.section/catalog_block/style.css?17419637845240*/
.ajax_load .top_wrapper {
  margin-right: 1px;
}
.ajax_load .top_wrapper .catalog_block .catalog_item > div {
  padding-left: 25px;
  padding-right: 25px;
}
.ajax_load .top_wrapper .catalog_item .footer_button {
  margin-left: -25px;
  margin-right: -25px;
}

.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer {
  margin: 0px -1px 0px 0px;
  padding: 0px 1px 0px 0px;
}
.catalog_block_template .catalog_block.owl-carousel .owl-stage-outer .owl-item:hover {
  z-index: 2;
}
.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap {
  box-shadow: inset 0px 0px 0px 1px #ececec;
  box-shadow: inset 0px 0px 0px 1px var(--stroke_black);
  height: 100%;
}
.ordered-block .catalog_block_template .catalog_block .TYPE_2 .cost.prices .more-item-info > .svg {
  top: -2px;
}
.catalog_block_template .catalog_block.owl-carousel .catalog_item:hover .inner_wrap.TYPE_2 .footer_button {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .wrapper1 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line),
  .col-lg-5_2.custom-line {
    width: 20%;
  }
  .right_block.wide_Y .ajax_load .top_wrapper .col-lg-4:not(.custom-line),
  #main .catalog_page .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line),
  #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-3:not(.custom-line) {
    width: 25%;
  }

  #main .right_block.wide_Y.catalog_page .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line),
  #main .catalog_in_content .section-content-wrapper.with-leftblock .col-lg-4:not(.custom-line) {
    width: 33.33%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .wrapper1.header-v28 .right_block.wide_Y .ajax_load .top_wrapper .col-lg-3:not(.custom-line) {
    width: 25%;
  }
  .wrapper1.header-v28 .controls-linecount {
    display: none;
  }
}

@media (max-width: 600px) {
  .wrapper1.front_page .compact-catalog-slider .catalog_block.items {
    width: auto;
    padding-left: 16px;
    margin: 0 -16px -20px !important;
    padding-bottom: 20px;
  }
  .wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent {
    flex-shrink: 0;
    margin: 0;
    width: 172px;
  }
  .wrapper1.front_page .compact-catalog-slider .catalog_block.items .item-parent:last-of-type {
    padding-right: 16px;
    width: calc(172px + 16px);
  }

  .wrapper1.front_page .compact-catalog-slider .catalog_block.items:not(.has-bottom-nav) .bottom_nav.mobile_slider * {
    display: none;
  }

  .wrapper1.front_page .compact-catalog-slider ~ .bottom_nav:not(.mobile_slider) {
    display: none;
  }
}
.item_info--dev .icons-basket-wrapper{
  position: relative;
  margin: 8px 0;
}
.item_info--dev .button_block{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.item_info--dev .button_block>*{
  margin: 5px;
}
.item_info--dev .btn.btn-new{
  line-height: 38px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #000;
  text-transform: uppercase;
  background-color: #7ec504 !important;
  border-color: #7ec504 !important;
}
.item_info--dev .btn.btn-dev{
  line-height: 38px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  color: #fff;
  text-transform: uppercase;
  /*background-color: #7ec504 !important;*/
  /*border-color: #7ec504 !important;*/
}
.cost.prices .btn.btn-new svg{
  display: none !important;
}
.cost.prices .btn.btn-new i{
  width: 0 !important;
  height: 0 !important;
}
.cost.prices .btn.btn-new span{
  display: inline-block !important;
}
.item_info--dev .price.font_mxs{
  font-size: 24px;
}
.theme-dark .item_info--dev .cost.prices .price .values_wrapper{
  color: #fff;
}
.theme-light .item_info--dev .btn.btn-dev{
  color: #999;
}
.theme-light .item_info--dev .btn.btn-dev:hover{
  color: #fff;
}
.pb{
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.pb span{
  white-space: nowrap;
  text-transform: uppercase;
}
.pb-bar{
  position: relative;
  flex: 1 1 auto;
  padding-left: 15px;

}
.pb-bar div{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  padding-left: 15px;
  line-height: 26px;
  font-weight: 600;
  font-size: 20px;
}
.pb progress{
  width: 100%;
  color: var(--theme-base-color);
  height: 24px;
  border: 0;
  border-radius: 5px;
  overflow: hidden;
}
.pb progress[value]::-webkit-progress-bar {
  background-color: #363636;
}
.pb progress[value]::-webkit-progress-value {
  background-color: var(--theme-base-color);
}

.pb.num_20  progress[value]::-webkit-progress-value {
  background-color: #7daa01;
}
.pb.num_50 progress[value]::-webkit-progress-value {
  background-color: #a7e205;
}
.pb.num_71 progress[value]::-webkit-progress-value {
  background-color: #f6b302;
}
.pb.num_80 progress[value]::-webkit-progress-value {
  background-color: #f55f01;
}
.pb.num_90 progress[value]::-webkit-progress-value {
  background-color: #f73d00;
}
.pb.attention progress[value]::-webkit-progress-value {
  background-color: #f73d00;
}
/* End */


/* Start:/bitrix/templates/aspro_max/css/bonus-system.min.css?17371479291535*/
.bonus-system-block,.bonus_item_cart,.lt_cart_bonus_all{font-size:.8rem;line-height:1rem;position:relative;padding:4px 0 0 14px;width:max-content}.bonus-system-block:empty,.bonus_item_cart:empty,.lt_cart_bonus_all:empty{display:none}.bonus-system-block:after,.bonus_item_cart:after,.lt_cart_bonus_all:after{content:'';display:block;position:absolute;left:0;top:3px;bottom:0;width:11px;background:url(/bitrix/templates/aspro_max/css/../images/svg/bonus_icon.svg) center no-repeat}.catalog_item.big .bonus-system-block{color:#fff}.catalog_item.big .bonus-system-block:not(:empty):after{background:url(/bitrix/templates/aspro_max/css/../images/svg/bonus_icon_white.svg) center no-repeat}.services_buy_block .bonus-system-block{margin-left:9px}.body-info__bottom .sale_block~.bonus-system-block{margin-top:5px}.prices-services-detail .bonus-system-block{margin-left:8px}.bonus_item_cart{margin-bottom:5px}.basket_fly .items_wrap .bonus-system-block,.basket_hover_block .bonus-system-block,.lt_cart_bonus_all{margin-left:auto}#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line [id^=bonus]>span{background:var(--card_bg_black);position:relative;z-index:1}.bx-soa-section-content.lt_bonus_cont_success{background-color:var(--black_bg_black);padding-top:26px}.bonus_comment_min_max{color:var(--white_text_black)}#bonus_payment_block .bx-soa-coupon-input.lt_no_arrow:before{display:none}#bonus_payment_block #bonus_payfield_block .bx-soa-coupon-input{display:inline-block;vertical-align:baseline;overflow:visible}#bonus_payment_block #bonus_payfield_block .bx-soa-coupon-input input{margin-bottom:10px}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.section/catalog_block/style.css?17419637845240 */
/* /bitrix/templates/aspro_max/css/bonus-system.min.css?17371479291535 */