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

/* Скрыть артикулы в карточках каталога */
.catalog-block__item .article { display: none !important; }

@font-face {
  font-family: 'MyriadPro';
  src: url('/include/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.banners-big__item .banners-big__img-wrapper .banners-big__img {
    max-height: 130%;
}

.banners-big__price {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px;
}
