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

@import url('fonts/vetrino/css/vetrino.css');

/* Vetrino для заголовков секций главной */
.index-block__title.switcher-title {
  font-family: 'Vetrino', var(--theme-font-title-family), Arial, sans-serif;
  font-weight: 400;
}

/* Vetrino для заголовка главного баннера */
.banners-big .banners-big__title.switcher-title,
.banners-big .banners-big__title.switcher-title h1 {
  font-family: 'Vetrino', var(--theme-font-title-family), Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 0;
  color: #222;
}

.banners-big .banners-big__item--light .banners-big__title.switcher-title,
.banners-big .banners-big__item--light .banners-big__title.switcher-title h1 {
  color: #fff;
}

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

.header__main-part--long {
    height: auto;
	margin-top: 15px;
}
.chip {
	border-radius: 999px;
}
body.jqm-initied #panel, body.jqm-initied .basket_bottom_block>div, body.jqm-initied .basket_fly_forms>div, body.jqm-initied .basket_wrapp .opener, body.jqm-initied .scroll-to-top, body.jqm-initied .style-switcher, body.jqm-initied .ui-panel-top-devices-inner, body.jqm-initied .page-top, body.jqm-initied .body>div>div, body.jqm-initied .body>div>header>div>div, body.jqm-initied footer, body.jqm-initied .bottom-icons-panel, body.jqm-initied .fixed_wrapper, body.jqm-initied.wf .wrapper1>div {
    -webkit-filter: unset !important;
    filter: unset !important;
}

/* Volume variants switcher (pilot TP / SkuVolumeGroup) */
.catalog-detail__volume-variants {
	width: 100%;
	margin-top: 4px;
}
.catalog-detail__volume-variants .sku-props__value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 64px;
	padding: 8px 14px;
	text-decoration: none;
	line-height: 1.2;
}
.catalog-detail__volume-variants a.sku-props__value:hover {
	border-color: var(--theme-base-color, #333);
}