/*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; }*/
.top-content-block {
  display: none;
}
.sale-paysystem-wrapper {
  border: none;
}
.sale_order_full_table .sale-paysystem-wrapper {
  padding: 0;
}
.btn.btn-primary {
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn.btn-primary:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
.sale_order_full_table tbody {
  display: grid;
  justify-items: center;
}
.sale-paysystem-wrapper .tablebodytext,
.bx-soa-pp-company-inject.clearfix,
.bx-soa-pp-delivery-cost,
span.change_city.font_xs.colored {
  display: none;
}
.bx-soa-pp-company-description {
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .fancybox-container .fancybox-bg {
    background: #0005;
  }
  .fancybox-container .fancybox-inner {
    width: 70%;
    height: 70%;
    margin: auto;
    background-color: #fff;
  }
}
@media (min-width: 1300px) {
  #bx-soa-delivery
    .bx-soa-pp-company.bx-soa-pp-company-item.col-sm-6.col-xs-12 {
    width: 33%;
  }
}
.blog-fleshka {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sticker__item--black {
  /*--sticker_color: #000;*/
}

.container iframe:not(.cover),
.container object:not(.cover),
.container video:not(.cover) {
  max-height: 100%;
}

.grid-list--items-3 {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}

