/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/*.middle .top_slider_wrapp {
    
    display: none!important;
}*/

.top_big_banners .item .item_inner .wrap_tizer .wrapper_inner_tizer a.outer_text {
  display: none;
}

.test .podeli {
width: 100%;
    background-color: #fff;
    border-color: #ee3124;
    color: #ee3124;
}
.btn.btn-info.podeli:hover, .btn.btn-info.podeli:active, .btn.btn-info.podeli:focus {
    background-color: #ee3124;
    border-color: #ee3124;
color: #fff;
}
.bx-soa-pp-list-description {display: none !important; }
.bx-soa-cart-total.bx-soa-cart-total-fixed .bx-soa-cart-total-line:nth-child(3) {display: none !important;}

.info_ext_buy_split {
  padding: 1rem;
}
.detail.blog img {
  height: auto;
}
.catalog_detail .green_advant_block .advant_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 60px;
}
.catalog_detail .green_advant_block .advant_wrap .advant-item {
  width: calc(100%/4 - 40px);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 46px 0;
}
.catalog_detail .green_advant_block .advant_wrap .advant-item .image {
  border-radius: 50%;
  background-color: #fff;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.catalog_detail .green_advant_block .advant_wrap .advant-item .image img {
  width: 55%;
}
.catalog_detail .green_advant_block .advant_wrap .advant-item .text {
  max-width: 208px;
}
.catalog_detail .green_advant_block .advant_wrap .advant-item .text span {
  font-size: 18px;
  line-height: 22px;
}
.catalog_detail .green_advant_block .advant_wrap .advant-item .text .tiny {
  margin-top: 11px;
  font-size: 12px;
  line-height: 22px;
  display: block;
}
.catalog_detail .item-views.tizers .items.small-block .image {
  width: 44px;
  height: 44px;
}
.catalog_detail .item-views.tizers:not(.top) .item-wrapper > .item .image {
  max-width: 44px;
}
.catalog_detail .item-views.tizers .items.small-block .image img,
.catalog_detail .item-views.tizers .items.small-block .image svg {
  max-width: 100%;
  max-height: 44px;
}

/* Yandex ID widget */
#scrollToTop ~ #iframe {
  left: 0;
  top: initial !important;
  bottom: 0;
}

/* hide utm labels */
.form-control:has(> input[data-sid="UTM"]),
.form-control:has(> input[data-sid="REFERER"]) {
  display: none;
}

.detail.blog table td {
  padding: 10px;
}

.buy_market .link {
  padding: 0;
  text-align: end;
}
.buy_market .link .market-img{
  max-width: 100%;
  margin-right: 15px;
  max-height: 60px;
}
.buy_market .link .imagess
{
  display: contents;
}
footer .buy_block.catalog_block {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  footer .buy_block.catalog_block .buy_market.flexbox {
    justify-content: center;
  }
}
