/*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;  }*/

.news-list__item-image{
    background-size: contain;
}
.header-button,
.mobilemenu__button,
.mobilemenu__menu-item--callback,
.basket_order .foot,
.basket.default .foot{
    display: none;
}

.catalog-detail__item .catalog-detail__previewtext .text-block{
    display: block;
    overflow: visible
}
.grid-list--items-6 {
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.partner-detail__text img{
    max-width: 100%;
}
.sticker_item--whaitru{
  background-color: #e0b0ff;
}

.contacts-list__item{
    padding-right: 70px;
}

h1:before{
    content: "";
    background: transparent url('/upload/images/ray.png') 0 0 no-repeat;
    padding-left: 51px;
}