.banners-big__title--large {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 30px;
}

.banners-img-list__item-image--more {
  background-size: contain;
}
.index-block--fon {
  background: #fff !important;
}
.sections-list__item--has-additional-text:hover .sections-list__item-text-wrapper {
  display: none !important;
  visibility: hidden !important;
}
.top-content-block .sections-list {
  display: none;
}
.text_before_items {
  display: none;
}
.slogan__text {
  opacity: 0.4;
  max-width: 250px;
  font-size: 16px;
  /*font-family: "Literata", Arial, sans-serif;*/
  /*font-style: italic;*/
}
.slogan__text:hover {
  color: #333 !important;
}

.btn-order-wr {
  margin-top: 60px;
  text-align: center;
}
.btn-order-wr .btn {
  width: 250px;
  margin: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

.grid-list--items-3.custom-wide {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}
.catalog-block__wrapper[data-hovered="true"] .catalog-block__offers .sku-props {
  display: none !important;
}