

/* Start:/local/templates/santika/components/bitrix/catalog/main/style.css?17719413043408*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* Элемент для isMobile(): скрипт смотрит .i-check-mobile { display: block } при ширине ≤768px */
.i-check-mobile-block-product-history { position: absolute; width: 0; height: 0; overflow: hidden; clip: rect(0,0,0,0); margin: 0; padding: 0; border: 0; }
@media (min-width: 769px) {
  .i-check-mobile-block-product-history { display: none !important; }
}
@media (max-width: 768px) {
  .i-check-mobile-block-product-history { display: block !important; }
}
/* Мобильная вёрстка блока «Ранее вы смотрели» */
@media (max-width: 768px) {
  .block-product-history__right { overflow: hidden; }
  .block-product-history__slides .slick-list { overflow: hidden !important; width: 100% !important; }
  .block-product-history__slides .slick-track { display: flex !important; width: auto !important; }
  .block-product-history__slides .slick-slide { flex: 0 0 100% !important; width: 100% !important; min-width: 100% !important; max-width: 100% !important; }
  .block-product-history__slides__item,
  .block-product-history__slides .slides__item { width: 100% !important; min-width: 0; }
  .block-product-history__slides .product { width: 100%; max-width: 100%; min-width: 0; }
  .block-product-history__slides .product__title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; word-break: break-word; }
  .block-product-history__slides .product__image.i-lazy { min-height: 120px; background-size: contain; background-repeat: no-repeat; background-position: center; }
  /* Контролы слайдера поверх слайдов: левый блок выше правого, правая стрелка не перекрыта */
  .block-product-history__right { position: relative; z-index: 1; }
  .block-product-history__left { position: relative; z-index: 50; pointer-events: none; }
  .block-product-history__left .block-product-history__left__inner { pointer-events: auto; }
  .block-product-history__controls { position: relative; z-index: 2; pointer-events: auto; }
  .block-product-history__controls .slides-controls__item { position: relative; z-index: 3; cursor: pointer; pointer-events: auto; -webkit-tap-highlight-color: transparent; }
}

/* End */


/* Start:/local/templates/santika/components/bitrix/catalog.section/main_section/style.css?178210385947272*/
/* Category */
.block-category .block__inner {
	margin: 0;
	padding: 9.95em 2em 7.33em 2em;
	width: 100%;
}

.block-category__header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.block-category__header .header__title {
	margin: 0 0 .55em 0;
}

.block-category__back {
	color: #2FA040 !important;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 120%;
}

.block-category__back:hover,
.block-category__back:active {
	color: #444 !important;
}

.block-category__header-left {
	max-width: 40em;
}

.block-category__header-num {
	padding: 0 2.1em 0 0;
	position: relative;
	top: -.1em;
}

.block-category__header-num__val {
	color: #F2F2F2;
	font-size: 10.5em;
	font-weight: bold;
	letter-spacing: -.045em;
	line-height: 100%;
}

.block-category__header-num__text {
	bottom: 0;
	color: #F2F2F2;
	font-size: 1.5em;
	font-weight: bold;
	left: 100%;
	letter-spacing: .05em;
	line-height: 120%;
	margin: 0 0 -.55em -1em;
	position: absolute;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	white-space: nowrap;
}

/* \Category */

/* Catalog */
.block-catalog .block__inner {
	margin: 0 0 -.9px 0;
	padding: 0;
	width: 100%;
}

.sticky-wrapper {
	margin-bottom: -.2em;
	margin-top: -1.2em;
	position: relative;
}

.sticky-wrapper.is-sticky {
	z-index: 998;
}

.l-page_submenu .sticky-wrapper.is-sticky {
	display: none !important;
}

.l-site_search .sticky-wrapper.is-sticky {
	display: none !important;
}

.catalog-filter {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 3.25em;
	padding: 0 2em 0 2em;
	position: relative;
	width: 100%;
}

.sticky-wrapper.is-sticky .catalog-filter {
	background: #fff;
	-webkit-box-shadow: 0 .5em 1em rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 .5em 1em rgba(0, 0, 0, .05);
	box-shadow: 0 .5em 1em rgba(0, 0, 0, .05);
	height: 3.25em;
	padding-right: 0;
}

.catalog-filter__mid {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.catalog-filter-item {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 2.25em 0 0;
	position: relative;
}

.catalog-filter-item:last-child {
	margin: 0;
}

.catalog-filter__mid .catalog-filter-item .selectbox {
	display: none;
}

.catalog-filter-item__label {
	color: #A2A7B1;
	font-size: .75em;
	font-weight: normal;
	letter-spacing: -.01em;
	line-height: 120%;
	margin: 0 .53em 0 0;
	position: relative;
	z-index: 991;
}

.catalog-filter-item_active .catalog-filter-item__label {
	z-index: 99991;
}

.catalog-filter__mid .selectric-wrapper {
	position: static;
}

.catalog-filter__mid .selectric {
	background: transparent;
	border: none;
	padding: 0;
}

.catalog-filter__mid .selectric .label {
	color: #333;
	font-size: .75em;
	font-weight: normal;
	height: auto;
	letter-spacing: -.01em;
	line-height: 120%;
	margin: 0 1em 0 0;
	-webkit-transition: color .15s ease;
	-o-transition: color .15s ease;
	-moz-transition: color .15s ease;
	transition: color .15s ease;
}

.catalog-filter__mid .selectric:hover .label {
	color: #2FA040;
}

.catalog-filter__mid .selectric .selectric-arrow {
	background: transparent url(/local/templates/santika/css/images/catalog/filter_arrow.svg) no-repeat center;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	display: block;
	height: .25em;
	margin: .05em 0 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%) translateZ(0) rotate(0deg);
	-moz-transform: translate(0, -50%) translateZ(0) rotate(0deg);
	transform: translate(0, -50%) translateZ(0) rotate(0deg);
	-webkit-transition: -webkit-transform .15s ease;
	transition: -webkit-transform .15s ease;
	-o-transition: -o-transform .15s ease;
	-moz-transition: transform .15s ease, -moz-transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease, -webkit-transform .15s ease, -moz-transform .15s ease, -o-transform .15s ease;
	width: .4em;
}

.catalog-filter__mid .selectric-open .selectric-arrow {
	-webkit-transform: translate(0, -50%) translateZ(0) rotate(-180deg);
	-moz-transform: translate(0, -50%) translateZ(0) rotate(-180deg);
	transform: translate(0, -50%) translateZ(0) rotate(-180deg);
}

.catalog-filter__mid .selectric-items {
	background: #fff;
	border: none;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	bottom: auto !important;
	-webkit-box-shadow: 0 .7em 1.5em rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 .7em 1.5em rgba(0, 0, 0, .1);
	box-shadow: 0 .7em 1.5em rgba(0, 0, 0, .1);
	left: -.8em !important;
	padding: 3.1em 0 0 0;
	right: -.8em !important;
	top: -1.15em !important;
	width: auto !important;
}

.catalog-filter__mid .selectric-items:before {
	border-bottom: 1px solid #E3E3E3;
	content: '';
	height: 1px;
	left: .8em;
	position: absolute;
	right: .8em;
	top: 3.05em;
}

.catalog-filter__mid .selectric-items ul {
	font-size: 1em;
	padding: 1.19em .8em 1.4em .8em;
}

.catalog-filter__mid .selectric-items li {
	background: transparent !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1em;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 0 1.25em 0;
	padding: 0;
}

.catalog-filter__mid .selectric-items li:last-child {
	margin: 0;
}

.catalog-filter__mid .selectric-items li.disabled {
	display: none;
}

.catalog-filter__mid .selectric-items li:hover {
	background: transparent;
	color: #2FA040;
}

.catalog-filter__mid .selectric-item-checkbox {
	background: #fff;
	border: 1px solid #A2A7B1;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	height: .75em;
	margin: 0 .5em 0 0;
	min-width: .75em;
	position: relative;
	-webkit-transition: border-color .15s ease, background-color .15s ease;
	-o-transition: border-color .15s ease, background-color .15s ease;
	-moz-transition: border-color .15s ease, background-color .15s ease;
	transition: border-color .15s ease, background-color .15s ease;
	width: .75em;
}

.catalog-filter__mid .selectric-items li.selected .selectric-item-checkbox {
	background-color: #2FA040;
	border-color: #2FA040;
}

.selectric-item-checkbox:before {
	background: transparent url(/local/templates/santika/css/images/catalog/filter_checkbox.svg) no-repeat center;
	-webkit-background-size: .55em .45em;
	-moz-background-size: .55em .45em;
	-o-background-size: .55em .45em;
	background-size: .55em .45em;
	content: '';
	display: block;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity .15s ease, visibility .15s ease;
	-o-transition: opacity .15s ease, visibility .15s ease;
	-moz-transition: opacity .15s ease, visibility .15s ease;
	transition: opacity .15s ease, visibility .15s ease;
	visibility: hidden;
	width: 100%;
}

.catalog-filter__mid .selectric-items li.selected .selectric-item-checkbox:before {
	opacity: 1;
	visibility: visible;
}

.catalog-filter__mid .selectric-item-text {
	font-size: .75em;
	font-weight: 400;
	letter-spacing: -.01em;
	line-height: 120%;
	word-break: break-word;
}

.sticky-wrapper.is-sticky .catalog-filter__bottom,
.sticky-wrapper.is-sticky .catalog-filter__bottom__inner,
.sticky-wrapper.is-sticky .catalog-filter-reset {
	height: 100%;
}

.sticky-wrapper.is-sticky .catalog-filter-reset {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: 0;
	border-left: 1px solid #e3e3e3;
	color: #a2a7b1;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 13.245em;
}

.sticky-wrapper.is-sticky .catalog-filter-reset:hover {
	background: -webkit-linear-gradient(302.01deg, #6cc166 15.81%, #2fa040 80.77%);
	background: -moz-linear-gradient(302.01deg, #6cc166 15.81%, #2fa040 80.77%);
	background: -o-linear-gradient(302.01deg, #6cc166 15.81%, #2fa040 80.77%);
	background: linear-gradient(147.99deg, #6cc166 15.81%, #2fa040 80.77%);
	color: #fff;
}

.catalog-filter-reset__text {
	color: #A2A7B1;
	cursor: pointer;
	font-size: .75em;
	font-weight: normal;
	letter-spacing: -.01em;
	line-height: 120%;
	-webkit-transition: color .15s ease;
	-o-transition: color .15s ease;
	-moz-transition: color .15s ease;
	transition: color .15s ease;
}

.catalog-filter-reset__text:hover {
	color: #2FA040;
}

.sticky-wrapper.is-sticky .catalog-filter-reset__text {
	color: inherit !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
}

.products-empty {
	padding: 8em 0 8em 0;
	text-align: center;
	width: 100%;
}

.products-empty__text {
	color: #a2a7b1;
	font-size: 2em;
	line-height: 120%;
}

.pagination-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 2em 2em 5.5em 2em;
	position: relative;
	width: 100%;
}

.pagination-info {
	color: #A2A7B1;
	font-size: .75em;
	letter-spacing: -.01em;
	line-height: 120%;
	position: relative;
	top: -.1em;
}

/* \Catalog */


.products {
	position: relative;
}

.products_catalog {
	border-top: 1px solid #E3E3E3;
}

.i-grid .products {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, 25%);
	grid-gap: 0;
	grid-auto-flow: dense;
}

.product {
	border-bottom: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	height: 21.6em;
	overflow: hidden;
	position: relative;
	width: 25%;
}

.i-grid .products_catalog .product {
	-ms-grid-column-span: 1;
	grid-column: span 1;
	-ms-grid-row-span: 1;
	grid-row: span 1;
	width: auto !important;
}

.i-packery-before .products_catalog .product {
	border: none !important;
}

.product:hover {
	overflow: visible;
	z-index: 2;
}

/*.products_catalog_bf .product:first-child {
	height: 43.2em;
	width: 50%;
}

.i-grid .products_catalog_bf .product:first-child {
	-ms-grid-column-span: 2;
	grid-column: span 2;
	-ms-grid-row-span: 2;
	grid-row: span 2;
}*/

.products_catalog:not(.products_catalog_bf) .product:nth-child(4n) {
	border-right: none;
}

/*.products_catalog_bf .product:nth-child(3),
.products_catalog_bf .product:nth-child(5),
.products_catalog_bf .product:nth-child(9) {
	border-right: none;
}*/

.product__block {
	background: #fff;
	bottom: -1px;
	-webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, .1);
	box-shadow: 0 0 2.5em rgba(0, 0, 0, .1);
	left: -1px;
	opacity: 0;
	position: absolute;
	right: -1px;
	top: -1px;
	-webkit-transition: opacity .15s ease, visibility .15s ease;
	-o-transition: opacity .15s ease, visibility .15s ease;
	-moz-transition: opacity .15s ease, visibility .15s ease;
	transition: opacity .15s ease, visibility .15s ease;
	visibility: hidden;
}

.product_noprice .product__block {
	bottom: -1px;
}

.product:hover .product__block {
	opacity: 1;
	visibility: visible;
}

.product__inner {
	height: 100%;
	padding: 2.75em 2em 1.5em 2em;
	position: relative;
}

/*.products_catalog_bf .product:first-child .product__inner {
	padding-top: 4.15em;
}*/

.product-tag {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgba(45, 125, 200, .5);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	color: #2D7DC8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 1.35em;
	left: 1em;
	padding: 0 .55em .05em .55em;
	position: absolute;
	top: 1em;
}

.product-tag_new {
	border-color: rgba(47, 160, 64, .5);
	color: #2FA040;
}

.product-tag_exclusive {
	border-color: rgba(158, 119, 83, .5);
	color: #AC855F;
}

.product-tag__text {
	font-size: .65em;
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 120%;
}

.product-favourite {
	cursor: pointer;
	height: .95em;
	opacity: 0;
	position: absolute;
	right: 1em;
	top: 1em;
	visibility: hidden;
	width: .95em;
	z-index: 2;
}

.product:hover .product-favourite {
	opacity: 1;
	visibility: visible;
}

.product-favourite__icon {
	bottom: 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	left: 0;
	opacity: .3;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: opacity .15s ease, visibility .15s ease;
	-o-transition: opacity .15s ease, visibility .15s ease;
	-moz-transition: opacity .15s ease, visibility .15s ease;
	transition: opacity .15s ease, visibility .15s ease;
}

.product-favourite__icon:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}

.product-favourite__icon_normal {
	background: transparent url(/local/templates/santika/css/images/catalog/favorite.svg) no-repeat center;
	-webkit-background-size: .95em .95em;
	-moz-background-size: .95em .95em;
	-o-background-size: .95em .95em;
	background-size: .95em .95em;
	opacity: .3;
	visibility: visible;
}

.product-favourite_active .product-favourite__icon_normal {
	opacity: 0;
	visibility: hidden;
}

.product-favourite__icon_active {
	background: transparent url(/local/templates/santika/css/images/catalog/favorite_active.svg) no-repeat center;
	-webkit-background-size: .95em .95em;
	-moz-background-size: .95em .95em;
	-o-background-size: .95em .95em;
	background-size: .95em .95em;
	opacity: 0;
	visibility: hidden;
}

.product-favourite_active .product-favourite__icon_active {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
	visibility: visible;
}

.product-favourite_active .product-favourite__icon:hover {
	opacity: .8;
}

.product__header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 1.3em 0;
	width: 100%;
}

.product__image {
	background: transparent no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	height: 8.25em;
	width: 8.25em;
}

/*.products_catalog_bf .product:first-child .product__image {
	height: 27.7em;
	width: 27.7em;
}*/

.product__content {
	bottom: 1.45em;
	left: 2em;
	position: absolute;
	right: 2em;
}

.product__title {
	font-size: .85em;
	font-weight: normal;
	letter-spacing: .01em;
	line-height: 153%;
	margin: 0 0 1em 0;
}

.product__label {
	color: #A2A7B1;
	font-size: .75em;
	letter-spacing: -.01em;
	line-height: 100%;
	margin: 0 0 1.55em 0;
}

.product__price-text {
	font-size: 1.05em;
	font-weight: bold;
	line-height: 100%;
}

.product__cart {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: -2.15em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 2em;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .15s ease, visibility .15s ease;
	-o-transition: opacity .15s ease, visibility .15s ease;
	-moz-transition: opacity .15s ease, visibility .15s ease;
	transition: opacity .15s ease, visibility .15s ease;
	visibility: hidden;
	width: 12.35em;
}

/*.product:hover .product__cart {
	opacity: 1;
	visibility: visible;
}*/

.product-num {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #E2E2E2;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 2.1em;
	width: 4.3em;
}

.product-num__input {
	-webkit-appearance: none;
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-size: .75em;
	font-weight: 600;
	letter-spacing: -.02em;
	outline: none;
	text-align: center;
	width: 2.13em;
}

.product-num__button {
	background: transparent;
	border: none;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: .6em;
	width: .6em;
}

.product-num__button:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.product-num__minus {
	background: transparent url(/local/templates/santika/css/images/catalog/minus.svg) no-repeat center;
	-webkit-background-size: .6em .6em;
	-moz-background-size: .6em .6em;
	-o-background-size: .6em .6em;
	background-size: .6em .6em;
}

.product-num__plus {
	background: transparent url(/local/templates/santika/css/images/catalog/plus.svg) no-repeat center;
	-webkit-background-size: .6em .6em;
	-moz-background-size: .6em .6em;
	-o-background-size: .6em .6em;
	background-size: .6em .6em;
}

.product__add-to-cart {
    padding: 0 0 .1em 0;
    width: 7.3em;
}

.button__icon_cart {
	background: transparent url(/local/templates/santika/css/images/catalog/cart_add.svg) no-repeat center;
	-webkit-background-size: .8em .9em;
	-moz-background-size: .8em .9em;
	-o-background-size: .8em .9em;
	background-size: .8em .9em;
	height: .9em;
	margin: 0 .4em 0 0;
	position: relative;
	width: .8em;
}

.product__link {
	bottom: -4.25em;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100%;
}

.product__link:after {
	display: none !important;
}


@media only screen and (max-width: 736px) {

	/* Category */
	.block-category .block__inner {
		margin: 0 16px;
		padding: 77px 0 56px 0;
		width: auto;
	}

	.block-category__header {
		display: block;
	}

	.block-category__header-left {
		padding: 55px 0 0 0;
	}

	.block-category__header .header__title {
		margin: 0;
	}

	.block-category__back {
		display: none;
	}

	.block-category__header-num {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: rgba(51, 51, 51, .6);
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 15px;
		font-weight: 500;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		line-height: 120%;
		padding: 0;
		position: absolute;
		right: 0;
		top: 77px;
	}

	.block-category__header-num__val {
		color: rgba(51, 51, 51, .6);
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 120%;
		margin: 0 4px 0 0;
	}

	.block-category__header-num__text {
		bottom: auto;
		color: rgba(51, 51, 51, .6);
		font-size: 15px;
		font-weight: 500;
		left: auto;
		letter-spacing: 0;
		line-height: 120%;
		margin: 0;
		position: static;
		text-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	/* \Category */

	/* Catalog */
	.block-catalog .block__inner {
		padding: 0;
	}

	.sticky-wrapper {
		margin-bottom: 0;
		margin-top: 0;
	}

	.catalog-filter {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: #fff;
		border-top: 1px solid #E3E3E3;
		height: 56px;
		padding: 0 16px;
	}

	.sticky-wrapper.is-sticky .catalog-filter {
		border-top-color: transparent;
		height: 56px;
		padding-right: 16px;
	}

	.catalog-filter_active {
		border-top: none;
		display: block;
		height: 100%;
		left: 0;
		max-height: 100%;
		padding: 70px 16px 57px 16px;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99999;
	}

	.catalog-filter__close {
		display: none !important;
		height: 22px;
		opacity: .2;
		position: absolute;
		right: 16px;
		top: 16px;
		-webkit-transition: opacity .15s ease;
		-o-transition: opacity .15s ease;
		-moz-transition: opacity .15s ease;
		transition: opacity .15s ease;
		width: 22px;
	}

	.catalog-filter_active .catalog-filter__close {
		display: block !important;
	}

	.catalog-filter__close:hover {
		opacity: .5;
	}

	.catalog-filter-opener {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.catalog-filter_active .catalog-filter-opener {
		display: block;
		margin: 0 0 44px 0;
	}

	.catalog-filter-opener__icon {
		background: transparent url(/local/templates/santika/css/images/catalog/filter.svg) no-repeat center center;
		-webkit-background-size: 18px 18px;
		-moz-background-size: 18px 18px;
		-o-background-size: 18px 18px;
		background-size: 18px 18px;
		height: 18px;
		margin: 0 11px 0 0;
		width: 18px;
	}

	.catalog-filter_active .catalog-filter-opener__icon {
		display: none;
	}

	.catalog-filter-opener__text {
		font-size: 17px;
		font-weight: 600;
		line-height: 135%;
		margin: 0 4px 0 0;
		position: relative;
		top: -1px;
	}

	.catalog-filter_active .catalog-filter-opener__text {
		font-size: 36px;
		font-weight: bold;
		letter-spacing: -.02em;
		line-height: 40px;
		margin: 0;
		top: 0;
	}

	.catalog-filter-opener__num {
		color: #2FA040;
		font-size: 13px;
		font-weight: 600;
		line-height: 135%;
		position: relative;
	}

	.catalog-filter_active .catalog-filter-opener__num {
		display: none;
	}

	.catalog-filter__mid {
		display: none;
		margin: 0 0 32px 0;
	}

	.catalog-filter_active .catalog-filter__mid {
		display: block;
	}

	.catalog-filter__mid .catalog-filter-item {
		display: block;
		height: 47px;
		margin: 0 0 40px 0;
		position: relative;
		width: 100%;
	}

	.catalog-filter__mid .catalog-filter-item:last-child {
		margin: 0;
	}

	.catalog-filter__mid .catalog-filter-item .selectbox {
		border: 1px solid rgba(162, 167, 177, .5);
		-webkit-border-radius: .4em;
		-moz-border-radius: .4em;
		border-radius: .4em;
		display: block;
		height: 47px;
		overflow: hidden;
		width: 100%;
	}

	.catalog-filter__mid .catalog-filter-item .selectbox option {
		opacity: 0;
		visibility: hidden;
	}

	.catalog-filter-item__label {
		background: #fff;
		color: #A2A7B1;
		font-size: 13px;
		left: 12px;
		line-height: 120%;
		padding: 0 6px;
		position: absolute;
		top: -10px;
	}

	.catalog-filter__mid .selectric-wrapper {
		height: 100%;
		position: relative;
	}

	.catalog-filter__mid .selectric-open {
		z-index: 99999;
	}

	.catalog-filter__mid .selectric {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 1px solid rgba(162, 167, 177, .5);
		-webkit-border-radius: .4em;
		-moz-border-radius: .4em;
		border-radius: .4em;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		height: 100%;
	}

	.catalog-filter__mid .selectric-open .selectric {
		border-color: transparent;
	}

	.catalog-filter__mid .selectric .label {
		color: #333 !important;
		font-size: 15px;
		line-height: 120%;
		margin: 0 40px 0 18px;
		position: relative;
		top: -1px;
	}

	.catalog-filter__mid .selectric .selectric-arrow {
		background: transparent url(/local/templates/santika/css/images/catalog/filter_arrow.svg) no-repeat center;
		-webkit-background-size: 12px 7px;
		-moz-background-size: 12px 7px;
		-o-background-size: 12px 7px;
		background-size: 12px 7px;
		-webkit-filter: brightness(0) saturate(100%);
		filter: brightness(0) saturate(100%);
		height: 7px;
		opacity: .3;
		position: absolute;
		right: 13px;
		top: 50%;
		-webkit-transform: translate(0, -50%) rotate(0deg);
		-moz-transform: translate(0, -50%) rotate(0deg);
		-ms-transform: translate(0, -50%) rotate(0deg);
		-o-transform: translate(0, -50%) rotate(0deg);
		transform: translate(0, -50%) rotate(0deg);
		-webkit-transition: -webkit-transform .15s ease;
		transition: -webkit-transform .15s ease;
		-o-transition: -o-transform .15s ease;
		-moz-transition: transform .15s ease, -moz-transform .15s ease;
		-moz-transition: transform .15s ease, -moz-transform .15s ease;
		transition: transform .15s ease;
		transition: transform .15s ease, -webkit-transform .15s ease, -moz-transform .15s ease, -o-transform .15s ease;
		transition: transform .15s ease, -webkit-transform .15s ease, -moz-transform .15s ease, -o-transform .15s ease;
		width: 12px;
	}

	.catalog-filter__mid .selectric-open .selectric-arrow {
		-webkit-transform: translate(0, -50%) rotate(-180deg);
		-moz-transform: translate(0, -50%) rotate(-180deg);
		-ms-transform: translate(0, -50%) rotate(-180deg);
		-o-transform: translate(0, -50%) rotate(-180deg);
		transform: translate(0, -50%) rotate(-180deg);
	}

	.catalog-filter__mid .selectric-items {
		background: #fff;
		border: 1px solid #D0D3D8;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		bottom: auto !important;
		-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1), 0 0 0 1000px rgba(191, 191, 191, .3), 0 -20px 0 #fff;
		-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1), 0 0 0 1000px rgba(191, 191, 191, .3), 0 -20px 0 #fff;
		box-shadow: 0 10px 30px rgba(0, 0, 0, .1), 0 0 0 1000px rgba(191, 191, 191, .3), 0 -20px 0 #fff;
		left: 0 !important;
		padding: 47px 0 0 0;
		right: 0 !important;
		top: 0 !important;
		width: auto !important;
	}

	.catalog-filter__mid .selectric-items:before {
		left: 18px;
		right: 18px;
		top: 47px;
	}

	.sticky-wrapper.is-sticky .catalog-filter__bottom,
	.sticky-wrapper.is-sticky .catalog-filter__bottom__inner,
	.sticky-wrapper.is-sticky .catalog-filter-reset {
		height: auto;
	}

	.sticky-wrapper.is-sticky .catalog-filter-reset {
		background: transparent !important;
		border: none;
		width: auto;
	}

	.catalog-filter-reset__text {
		color: #a2a7b1 !important;
		font-size: 13px;
		letter-spacing: -.01em;
		line-height: 100%;
	}

	.catalog-filter-reset:hover .catalog-filter-reset__text {
		color: #2FA040 !important;
	}

	.catalog-buttons {
		display: none !important;
	}

	.catalog-filter_active .catalog-buttons {
		display: block !important;
	}

	.catalog-buttons__inner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.catalog-buttons__inner .button {
		height: 44px;
		padding: 0 0 2px 0;
		text-align: center;
		width: 137px;
	}

	.catalog-buttons__reset {
		background: rgba(227, 227, 227, .5);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.catalog-buttons__reset .button__text {
		color: #A2A7B1;
	}

	.catalog-buttons__reset:hover .button__text,
	.catalog-buttons__reset:active .button__text {
		color: #fff;
	}

	.catalog-filter_active .catalog-filter__bottom {
		display: none;
	}

	.pagination-info {
		display: none;
	}

	.products-empty {
		padding: 6em 16px 6em 16px;
	}

	.pagination-wrapper {
		position: relative;
	}

	.pagination-wrapper:before {
		border-top: 1px solid #E3E3E3;
		content: '';
		height: 1px;
		left: 16px;
		position: absolute;
		right: 16px;
		top: 0;
	}

	/* \Catalog */


	.products {
		display: block;
		position: relative;
	}

	.product {
		border-bottom: 1px solid #E3E3E3 !important;
		border-right: none;
		height: auto;
		margin: 0;
		padding: 0;
		overflow: hidden;
		position: relative;
		width: auto;
	}

	.products_catalog_bf .product:first-child {
		height: auto;
		padding: 0;
		width: auto;
	}

	.product:last-child {
		border-bottom: none !important;
	}

	.product__block {
		display: none;
	}

	.product__inner,
	.products_catalog_bf .product:first-child .product__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-moz-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		min-height: 221px;
		padding: 27px 10px 85px 10px;
		width: 100%;
	}

	.product_noprice .product__inner {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-height: 150px;
	}

	.product-tag {
		display: none;
	}

	.product-favourite {
		display: none;
	}

	.product__header {
		margin: 0 0 15px 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		padding: 0;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		min-height: 80px;
	}

	.product__image {
		height: 80px;
		width: 80px;
	}

	.products_catalog_bf .product:first-child .product__image {
		height: 80px;
		width: 80px;
	}

	.product__content {
		bottom: auto;
		left: auto;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		position: relative;
		right: auto;
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-moz-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: flex;
    	flex-direction: column;
    	justify-content: space-between;
	}

	.product__title {
		font-size: 17px;
		letter-spacing: 0;
		line-height: 140%;
		margin: 0;
		min-height: 4.2em;
	}

	.product_noprice .product__title {
		min-height: 0;
	}

	.product__label {
		font-size: 13px;
		letter-spacing: -.01em;
		line-height: 100%;
		margin: 12px 0 0 0;
	}

	.product__price {
		margin: 38px 0 0 0;
	}

	.product__price-text {
		font-size: 17px;
		line-height: 100%;
	}

	.product__cart {
		bottom: 29px;
		left: auto;
		opacity: 1;
		position: absolute;
		right: 0;
		visibility: visible;
		width: auto;
	}

	.product .product__cart {
		display: none;
	}

	.product__open {
		bottom: 29px;
		display: flex !important;
		height: 42px;
		position: absolute !important;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 140px;
	}

	.product-num {
		display: none;
	}

	.product__add-to-cart {
		height: 42px;
		padding: 0 0 2px 0;
		width: 120px;
	}

	.button__icon_cart {
		-webkit-background-size: 16px 18px;
		-moz-background-size: 16px 18px;
		-o-background-size: 16px 18px;
		background-size: 16px 18px;
		height: 18px;
		margin: 0 7px 0 0;
		width: 16px;
	}

	.product__link {
		bottom: 0;
	}
}

.l-content,
.block-catalog {
	min-height: 100vh;
	min-height: -webkit-calc(100vh - 5.6em);
	min-height: -moz-calc(100vh - 5.6em);
	min-height: calc(100vh - 5.6em);
	position: relative
}

.block-catalog.block-catalog-index {
	min-height: auto !important;
}

.block-catalog .block__inner {
	height: auto;
	margin: 0;
	padding: 7.05em 0 0 0;
	width: 100%
}

.block-catalog.block-catalog-index .block__inner {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 35.95em;
}

.block-catalog__header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 18.25em;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 2em 0 2em;
	width: 50%
}

.block-catalog__header__inner {
	margin: -.8em 0 0 0;
	max-width: 100%
}

.block-catalog__header .header__title {
	-o-text-overflow: inherit;
	text-overflow: inherit;
	overflow: hidden;
	white-space: inherit;
	/*-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;white-space:nowrap*/
}

.block-catalog__header .header__subtitle {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 20.68em
}

.categories-index .block-catalog__header .header__subtitle {
	width: 100%;
}

.categories-index .block-catalog__header {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	width: 100%;
	height: 14.25em;
}

.categories {
	border-top: 1px solid #E3E3E3;
	position: relative;
	width: calc(100% - 1px)
}

.categories.categories-index {
	align-items: center;
	display: flex;
	justify-content: space-between;
	height: 100%;
	min-height: 21.7em;
	flex-wrap: wrap;
}

.category {
	border-bottom: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	height: 18.25em;
	position: relative;
	width: 25%
}

.categories-index .category {
	border-right: 0;
	color: #333;
	height: 100%;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	transition: color .15s ease;
	width: 33.3%;
	width: calc(100% / 3);
	overflow: hidden;
}

.category_big {
	height: 36.5em;
	width: 50%
}

.category__block {
	background: #fff;
	bottom: -1px;
	-webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 2.5em rgba(0, 0, 0, .1);
	box-shadow: 0 0 2.5em rgba(0, 0, 0, .1);
	left: -1px;
	opacity: 0;
	position: absolute;
	right: -1px;
	top: -1px;
	-webkit-transition: opacity .15s ease, visibility .15s ease;
	-o-transition: opacity .15s ease, visibility .15s ease;
	-moz-transition: opacity .15s ease, visibility .15s ease;
	transition: opacity .15s ease, visibility .15s ease;
	visibility: hidden
}

.category:hover {
	z-index: 2
}

.category:hover .category__block {
	opacity: 1;
	visibility: visible
}

.categories-index .category:hover .category__block {
	opacity: 0;
	visibility: hidden;
}

.category__inner {
	height: 100%;
	padding: 1.75em 2em 1.75em 2em;
	position: relative
}

.category__title {
	color: #333;
	font-size: .95em;
	font-weight: bold;
	letter-spacing: .01em;
	line-height: 135%;
	margin: 0 0 .7368em 0;
	max-width: 13.21em
}

.categories-index .category__title {
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 100%;
	margin: 0;
	max-height: 2.6em;
	max-width: inherit;
}


.category:hover .category__title {
	color: #2FA040
}

.categories-index .category:hover .category__title {
	color: #fff;
}

.category__num {
	font-size: .75em;
	font-weight: 500;
	line-height: 100%;
	opacity: .4
}

.categories-index .category__num {
	position: absolute;
	right: 0.8em;
	text-align: center;
	top: 0.6em;
	color: #e3e3e3;
	font-size: 2.5em;
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 100%;
	opacity: 1;
}

.category__image__wrapper {
	bottom: 1.75em;
	left: 2em;
	position: absolute;
	right: 2em
}

.category_big .category__image__wrapper {
	bottom: 2.45em
}

.category__image {
	background: transparent no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	height: 8.25em;
	margin: 0;
	width: 8.25em
}

.categories-index .category__image {
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #a2a7b1 no-repeat center;
	background-size: cover;
	border-right: 1px solid #e3e3e3;
	bottom: 0;
	left: 0;
	position: absolute;
	right: -1px;
	top: 0;
	overflow: hidden;
	transition: opacity .15s ease, visibility .15s ease;
}

.categories-index .category__title_n_num {
	bottom: 1.8em;
	left: 2em;
	position: absolute;
	right: 2em;
}

.categories-index .category:hover .category__title_n_num {
	bottom: 2em;
}


.category_big .category__image {
	height: 26em;
	width: 26em
}

.category__arrow {
	background: transparent url(/local/templates/santika/css/images/catalog/arrow.svg) no-repeat center;
	-webkit-background-size: .95em .6em;
	-moz-background-size: .95em .6em;
	-o-background-size: .95em .6em;
	background-size: .95em .6em;
	bottom: 1.2em;
	height: .6em;
	opacity: 0;
	position: absolute;
	right: 1.2em;
	visibility: hidden;
	width: .95em
}

.category:hover .category__arrow {
	opacity: 1;
	visibility: visible
}

.category__link {
	height: 100%;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100%
}

.category__link:after {
	display: none !important
}

.block-footer-top {
	margin-top: -1px
}

.categories-index .category__link {
	display: none;
	height: 2.8em;
	padding: 0 0 0.1em 0;
	text-align: center;
	width: 9.5em;
	position: relative !important;
	margin-top: 30px;
}

.categories-index .category:hover .category__link {
	display: flex;
}

.category__link .button__text {
	font-size: .75em;
}

.block-about .block__inner {
	/*padding:3em 0;*/
	padding: 5em 0 3em;
}

.block-about__text {
	font-size: .95em;
	line-height: 158%
}

@media (max-width:768px) {
	.categories-index .category__link {
		display: flex;
		margin-top: 20px;
	}
}

@media (max-width:767px) {
	.categories-index .category__inner {
		padding: 1em;
	}

	.categories-index .category__num {
		right: 0.7em;
		top: 0.6em;
		font-size: 1.5em;
	}

	.categories-index .category__title_n_num {
		right: auto;
		left: 1em;
		bottom: 1.5em;
	}

	.categories-index .category:hover .category__title_n_num {
		bottom: 1.5em;
	}

	.categories.categories-index {
		min-height: 16.7em;
	}

	.categories-index .category__title {
		font-size: 0.8em;
		line-height: 1.2em;
	}

	.categories-index .category__link {
		height: 1.8em;
		width: 8.5em;
	}

}

@media only screen and (max-width: 736px) {
	.block-catalog {
		min-height: 100vh;
		position: relative
	}

	.block-catalog .block__inner {
		height: auto !important;
		margin: 0 16px;
		padding: 148px 0 27px 0;
		width: auto
	}

	.block-catalog__header {
		border-right: none;
		display: block;
		height: auto;
		margin: 0;
		padding: 0 0 67px 0;
		width: auto
	}

	.block-catalog__header .header__title {
		margin: 0px 0 18px 0;
		white-space: inherit;
		/*white-space:nowrap*/
	}

	.block-catalog__header .header__subtitle {
		-webkit-line-clamp: 10;
		margin: 0;
		width: 100%
	}

	.categories {
		border-top: none;
		display: block;
		width: auto
	}

	.category {
		border-bottom: 1px solid #E3E3E3 !important;
		border-right: none !important;
		height: 368px;
		padding: 0;
		width: 100%
	}

	.category:last-child {
		border: none !important
	}

	.category__block {
		display: none
	}

	.category__inner {
		padding: 0
	}

	.category__title_n_num {
		bottom: 40px;
		left: 0;
		position: absolute
	}

	.category__title {
		font-size: 17px;
		letter-spacing: 0;
		line-height: 135%;
		margin: 0 0 26px 0
	}

	.category__num {
		font-size: 15px
	}

	.category__image__wrapper {
		bottom: auto !important;
		left: 0 !important;
		position: absolute;
		right: auto;
		top: 39px !important;
		width: 100%
	}

	.category__image {
		height: 165px !important;
		margin: 0 auto;
		width: 165px !important
	}

	.category__arrow {
		display: none
	}

	.category__open {
		background: -webkit-linear-gradient(302.01deg, #6CC166 15.81%, #2FA040 80.77%);
		background: -moz-linear-gradient(302.01deg, #6CC166 15.81%, #2FA040 80.77%);
		background: -o-linear-gradient(302.01deg, #6CC166 15.81%, #2FA040 80.77%);
		background: linear-gradient(147.99deg, #6CC166 15.81%, #2FA040 80.77%);
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		bottom: 32px;
		-webkit-box-shadow: 0 4px 10px rgba(47, 160, 64, .2);
		-moz-box-shadow: 0 4px 10px rgba(47, 160, 64, .2);
		box-shadow: 0 4px 10px rgba(47, 160, 64, .2);
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 30px;
		padding: 0 15px;
		position: absolute;
		right: 0
	}

	.category__open:before {
		background: -webkit-linear-gradient(302.01deg, #76D170 15.81%, #32B145 80.77%);
		background: -moz-linear-gradient(302.01deg, #76D170 15.81%, #32B145 80.77%);
		background: -o-linear-gradient(302.01deg, #76D170 15.81%, #32B145 80.77%);
		background: linear-gradient(147.99deg, #76D170 15.81%, #32B145 80.77%);
		bottom: 0;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		content: '';
		left: 0;
		opacity: 0;
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transition: opacity .15s ease, visibility .15s ease;
		-o-transition: opacity .15s ease, visibility .15s ease;
		-moz-transition: opacity .15s ease, visibility .15s ease;
		transition: opacity .15s ease, visibility .15s ease;
		visibility: hidden
	}

	.category:hover .category__open:before,
	.category__open:hover:before {
		opacity: 1;
		visibility: visible
	}

	.category__open-text {
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: -.01em;
		line-height: 120%;
		margin: 0 10px 0 0;
		position: relative;
		top: -1px
	}

	.i-safari .category__open-text {
		top: -2px
	}

	.category__open-icon {
		background: transparent url(/local/templates/santika/css/images/mobile/catalog/arrow.svg) no-repeat center;
		-webkit-background-size: 15px 9px;
		-moz-background-size: 15px 9px;
		-o-background-size: 15px 9px;
		background-size: 15px 9px;
		height: 9px;
		position: relative;
		width: 15px
	}
}

/* Catalog product actions */
.products_catalog .product__link {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.products_catalog .product__content {
    pointer-events: none;
}

.products_catalog .product-favourite {
    pointer-events: auto;
    z-index: 12;
}

.product__content .product__add-to-cart_inline {
    position: relative;
    z-index: 11;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.0625em;
    height: auto;
    min-height: auto;
    padding: 0.8125em 1.625em 0.9375em;
    width: auto;
    -webkit-border-radius: 0.375em;
    -moz-border-radius: 0.375em;
    border-radius: 0.375em;
    -webkit-box-shadow: 0 0.625em 1.875em rgba(47, 160, 64, 0.4);
    -moz-box-shadow: 0 0.625em 1.875em rgba(47, 160, 64, 0.4);
    box-shadow: 0 0.625em 1.875em rgba(47, 160, 64, 0.4);
}

.product__content .product__add-to-cart_inline .button__text {
    font-size: 0.875em;
    font-weight: 700;
    line-height: 1em;
}

.product__content .product__add-to-cart_inline .button__icon_cart {
    display: none;
}

.product__content .product__add-to-cart_inline,
.product__request-price {
    pointer-events: auto;
}

.product__request-price {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin-top: 0.5em;
    text-decoration: none;
    cursor: pointer;
}

.product__request-price-text {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.0625em;
    color: #333;
}

.product__request-price:hover .product__request-price-text {
    color: #2FA040;
}

@media only screen and (max-width: 736px) {
    .product__content .product__add-to-cart_inline {
        margin-top: 17px;
        height: auto;
        min-height: auto;
        padding: 8px 14px;
        width: auto;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 10px 30px rgba(47, 160, 64, 0.4);
        -moz-box-shadow: 0 10px 30px rgba(47, 160, 64, 0.4);
        box-shadow: 0 10px 30px rgba(47, 160, 64, 0.4);
    }

    .product__content .product__add-to-cart_inline .button__text {
        font-size: 15px;
        line-height: 18px;
    }

    .product__request-price {
        margin-top: 17px;
    }

    .product__request-price-text {
        font-size: 16px;
        line-height: 17px;
    }
}
/* End */
/* /local/templates/santika/components/bitrix/catalog/main/style.css?17719413043408 */
/* /local/templates/santika/components/bitrix/catalog.section/main_section/style.css?178210385947272 */
