.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) {
  .font_sx_14{
    font-size: 14px!important;
  }

  .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 .item .inner_wrap .stickers{
    display: block!important;
  }
  .btn-exlg.to-order.btn.btn-default.animate-load span{
    font-size: 7px;
  }
}
.item-sub-price{
  display: inline-block;
  background: rgb(0,74,224);
  background: linear-gradient(90deg, rgba(0,74,224,1) 30%, rgba(180,204,255,1) 100%);
  color: white;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 9px;
  padding: 10px 15px;
  width: 100%;
  font-weight: bold;
  border-radius: 5px;
  text-align: left;
  position: relative;
  padding-left: 37px;
  cursor: pointer;

}
.item-sub-price:hover{
  color: white;
  animation-duration: 3s;
  cursor: pointer;
}
.item-sub-price:hover img{
  transform: scale(1.2);
  animation-duration: 3s;
}
.item-sub-price img{
  position: absolute;
  width: 17px;
  left: 8px;
  top: 7px;
  max-width: unset!important;
  max-height: unset!important;
}
@media (max-width: 748px) {
  .item-sub-price{
    font-size: 7px;
    padding-left: 32px;
  }
}
.item-sub-price.added{
  background: linear-gradient(90deg, rgba(85, 84, 84, 1) 30%, rgba(85, 84, 84, 0.4) 100%);
}
.price.price_trade{
  background: #3E3E3E;
  color: white!important;
  padding: 5px 10px;
  border-radius: 24px;
  margin-left: 0!important;
}
.price.price_trade.detail{

  padding: 10px 15px 5px 15px;

}
.price.detail.price_trade .values_wrapper{
  font-size: 1.733em;

}
.product-item-bottom{

}
.prices.detail.trade{
  margin-top: 10px;
}
.detail-trade-wrap{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.detail-trade-not{
  margin-left: 20px;
  color: #999;
  font-size: 0.8rem;
  text-align: left;
}
.cost.prices.detail.trade{
  padding-left: 15px;
}
@media (max-width: 768px){
  .cost.prices.detail.trade{
    padding-left: 15px;
  }
  .price.price_trade{
    width: auto!important;
  }
  .price.price_trade.detail{
    padding: 10px 15px 8px 15px;

  }
  .price.price_trade.detail .values_wrapper{
    font-size: 22px;
  }
}