

/* Start:/bitrix/templates/aspro_max/components/bitrix/catalog.section/catalog_block/style.css?17763692669340*/
.ajax_load .top_wrapper {
  margin-right: 1px;
}
.catalog_item_wrapp.catalog_item .inner_wrap {
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
}
.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;
  }
  .compact-catalog .ajax_load .item .catalog_item > div{
    padding-left: 1px!important;
    padding-right: 1px!important;
    padding-top: 1px!important;
  }


}

/*Новые стили*/
.catalog_block .catalog_item:not(.big)>div .item_info{
  padding: 5px 10px 10px 10px;
  justify-content: unset!important;
}
.catalog_item .image_wrapper_block{
  margin: 0 auto 0!important;
}
.catalog_item .item-title a{
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.catalog_item .cost.prices{
  margin: 5px 0 0!important;
}
.item_info .price_matrix_wrapper .price{
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #FFF!important;
}
.item_info .price_matrix_wrapper .price.discount{
  font-size: 13px;
  color: #9F9F9F!important;
}
.sale-block_custom{
  position: absolute;
  bottom: 0;
  right: 0;
}

.sale-block_custom .sale-number {
  padding: 2px 6px 0px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  position: relative;
  background: #59BD20;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.catalog_block_custom .catalog_item>div{
  box-shadow: unset!important;
  background-color: #1B1B1B!important;
}

.catalog_item .sticker_sale_text{
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  background-color: #59BD20!important;
  border-radius: 0 0 4px 0!important;
}

.catalog_item .view_sale_block_wrapper{
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  bottom: 5px;
}

.catalog_item .view_sale_block_wrapper .icons{
  display: none;
}
.catalog_item .view_sale_block_wrapper .view_sale_block{
  display: flex;
}
.catalog_item .view_sale_block_wrapper .view_sale_block .is-countdown{
  width: auto;
  height: 30px;
}
.catalog_item .view_sale_block_wrapper .view_sale_block .is-countdown .item{
  border: unset!important;
  align-items: end;
  display: flex;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  padding: 7px 7px;
  height: 30px;
  background-color: #EFEFEF!important;
}

.catalog_item .view_sale_block_wrapper .view_sale_block.v2 .values .item:before{
  top: 12px!important;
}
.catalog_item .view_sale_block_wrapper .view_sale_block.v2 .values .item:after{
  top: 17px!important;
}
.catalog_item .view_sale_block_wrapper .view_sale_block.v2 .sale-number{
  display: flex;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  padding: 6px 10px 8px 14px;
  height: 30px;
  background-color: #EFEFEF!important;
  margin-right: -1px;
  position: relative;
}
.catalog_item .view_sale_block_wrapper .view_sale_block.v2 .sale-number::after{
  position: absolute;
  content: '';
  height: 70%;
  background-color: #9F9F9F;
  width: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

}
.catalog_item .view_sale_block_wrapper .view_sale_block.v2 .count_d_block{
  display: flex;
  border-radius: 4px;
}
.catalog_item .view_sale_block_wrapper .view_sale_block .is-countdown .item:last-child{
  display: none;
}
.catalog_item .view_sale_block_wrapper .view_sale_block .is-countdown .item .text{
  margin-left: 2px;
  color: #7D7D7D;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: end;
  margin-bottom: -2px;
}
.catalog_item .view_sale_block_wrapper .view_sale_block .is-countdown{
  display: flex;
}
.filter-panel.sort_header{
  padding: 7px 0 7px;
}
.filter-panel-wrapper .filter-compact-block{
  margin-bottom: 29px;
}

.filter-panel-wrapper .filter-compact-block .bx_filter_parameters_box_title .text span{
  font-family: Roboto, sans-serif;
}

.bx_filter_parameters_box .bx_filter_parameters_box_title.filter_title .svg.svg-inline-icon svg{
  width: 19px;
  height: 19px;
}
.filter-panel__view.top-menu-custom{
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.filter-panel__filter .bx-filter-title span{
  font-family: Roboto, sans-serif;
  text-transform: unset;
  border-bottom: none;
  font-size: 13px;
  font-weight: 400;
}

.catalog_item .footer_button.inner_content{
  display: none!important;
}
.sale-block_custom{
  right: -1px;
}

@media (max-width: 768px) {
  .compact-catalog .filter-panel__view.top-menu-custom {
    display: flex !important;
  }
  .catalog_item .cost.prices{
    margin: 3px 0 0!important;
  }
  .filter-panel{
    border-bottom: none!important;
  }
  .filter-panel__filter .bx-filter-title{
    margin-top: 5px;
  }
  .filter-panel-wrapper .filter-compact-block{
    margin-bottom: 0;
  }
  .compact-catalog .ajax_load.block .catalog_item .footer_button{
    display: none!important;
  }
  .compact-catalog .catalog_block .catalog_item > div .item_info{
    padding: 2px 2px 5px 2px!important;
  }
  .compact-catalog .ajax_load .item .item-title a > span{
    font-size: 12px!important;
  }
  .compact-catalog .ajax_load .cost.prices .price{
    font-size: 13px!important;
  }
  .compact-catalog .ajax_load .cost.prices .price:not(.discount){
    width: auto!important;
  }
  .price_matrix_wrapper .prices-wrapper{
    display: flex;
    flex-direction: row;
  }
  .compact-catalog .ajax_load .image_wrapper_block .view_sale_block_wrapper {
    display: flex!important;
  }
  .compact-catalog .ajax_load .image_wrapper_block .view_sale_block{
    display: flex!important;
  }

  .catalog_item .view_sale_block_wrapper .view_sale_block .is-countdown .item{
    font-size: 12px;
    padding: 7px 4px 1px 4px;
    height: 22px!important;
  }
  .catalog_item .view_sale_block_wrapper .view_sale_block .is-countdown .item .text{
    font-size: 9px;
  }
  .catalog_item .view_sale_block_wrapper .view_sale_block.v2 .sale-number{
    font-size: 12px;
    height: 22px;
  }
  .catalog_item .view_sale_block_wrapper{
    height: 22px;
  }
  .catalog_item .view_sale_block_wrapper .view_sale_block .is-countdown{
    height: 22px;
  }
  .catalog_item .view_sale_block_wrapper .view_sale_block.v2 .values .item:before{
    top: 9px!important;
  }
  .catalog_item .view_sale_block_wrapper .view_sale_block.v2 .values .item:after{
    top: 14px!important;
  }
  .compact-catalog .item .image_wrapper_block .stickers{
    display: flex!important;
  }
  .catalog_item .sticker_sale_text,
  .sale-block_custom .sale-number{
    font-size: 12px;
  }

}
/* End */


/* Start:/bitrix/templates/aspro_max/css/bonus-system.min.css?17543798231535*/
.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 */


/* Start:/bitrix/templates/aspro_max/css/animation/animation_ext.css?17543798234934*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition{
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.animated.duration03{

-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.duration04{

-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.animated.duration05{

-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.duration06{

-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.animated.duration07{

-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.animated.duration08{

-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.duration09{

-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.animated.duration10{

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.delay01{

-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;}

.delay03{

-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;}


.delay05{

-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;}

.delay055{

-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s;
-o-animation-delay: 0.55s;
animation-delay: 0.55s;}

.delay06{

-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;}
.delay065{

-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
-o-animation-delay: 0.65s;
animation-delay: 0.65s;}

.delay07{

-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;}

.delay08{

-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;}

.delay09{

-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;}

.delay11,.delay011{

-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;}

.delay12, .delay012{

-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;}

.delay13,.delay013{

-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;}

.delay15, .delay015{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay17, .delay017{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay19, .delay019{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay21, .delay021{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}

/* WebKit  Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/catalog.section/catalog_block/style.css?17763692669340 */
/* /bitrix/templates/aspro_max/css/bonus-system.min.css?17543798231535 */
/* /bitrix/templates/aspro_max/css/animation/animation_ext.css?17543798234934 */
