

/* Start:/local/templates/aspro_max/components/bitrix/catalog.section/catalog_block/style.css?17573596975461*/
.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;
  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;
  }
}

.list-products-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.list-products-video.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}

.catalog_block.catalog_block--front {
  padding-top: 2rem;
  gap: 16px;
  justify-content: flex-start;
}

.catalog_block.catalog_block--front.row:before,
.catalog_block.catalog_block--front.row:after {
  display: none;
}

.catalog_block.catalog_block--front.row.margin0 > div[class*="col-"] {
  margin: 0;
}

.catalog_block.catalog_block--front .catalog_item {
  border-radius: 24px;
}

.ajax_load .top_wrapper .catalog_block.catalog_block--front .catalog_item > div {
  padding-left: 12px;
  padding-right: 12px;
}

.catalog_block.catalog_block--front .catalog_item > div {
  padding: 12px;
  background: white;
  border-radius: 24px;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.08);
}

.catalog_block.catalog_block--front .counter_wrapp > div .btn {
  border-radius: 99px !important;
}

.catalog_block.catalog_block--front.row.margin0 > div[class*="col-"] {
  width: 100%;
}

@media (min-width: 460px) {
  .catalog_block.catalog_block--front.row.margin0 > div[class*="col-"] {
    width: calc(50% - 16px);
  }
}

@media (min-width: 1200px) {
  .catalog_block.catalog_block--front.row.margin0 > div[class*="col-"] {
    width: calc(33.33333333333333% - 16px);
  }

  .FAVORIT_ITEM_type_1 .catalog_block.catalog_block--front.row.margin0 > div[class*="col-"] {
    width: calc(20% - 16px);
  }

  .catalog_block.catalog_block--front.items .item_block.col-5,
  .catalog_block.catalog_block--front .col-lg-20,
  .right_block.wide_Y .ajax_load .top_wrapper .catalog_block--front .col-lg-4:not(.custom-line),
  #main
    .catalog_page
    .section-content-wrapper.with-leftblock
    .catalog_block--front
    .col-lg-3:not(.custom-line),
  #main
    .catalog_in_content
    .section-content-wrapper.with-leftblock
    .catalog_block--front
    .col-lg-3:not(.custom-line) {
    width: calc(25% - 16px);
  }
}

.compact-catalog .catalog_block.catalog_block--front {
  margin: 0;
}

.compact-catalog .catalog_block.catalog_block--front > div[class*="col-"] {
  width: 100%;
}

@media (min-width: 460px) {
  .compact-catalog .catalog_block.catalog_block--front > div[class*="col-"] {
    width: calc(50% - 16px);
  }
}

@media (min-width: 768px) {
  .compact-catalog .catalog_block.catalog_block--front > div[class*="col-"] {
    width: calc(33.33333333333333% - 16px);
  }
}

@media (min-width: 992px) {
  .compact-catalog .catalog_block.catalog_block--front > div[class*="col-"] {
    width: calc(25% - 16px);
  }
}

@media (min-width: 1200px) {
  .compact-catalog .catalog_block.catalog_block--front > div[class*="col-"] {
    width: calc(20% - 16px);
  }
}

/* End */
/* /local/templates/aspro_max/components/bitrix/catalog.section/catalog_block/style.css?17573596975461 */
