

/* 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/main/bitrix/catalog.section.list/.default/style.css?17738362628473*/
/* Catalog */
.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;
}

.header__title-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.header__title-wrapper .header__title {
  margin-bottom: 0 !important;
}

.button.step-button, .button.step-button:hover {
  color: #fff !important;
}

.button:hover::before {
  display: none !important;
}

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

.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: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;*/
	-o-text-overflow: inherit;
	text-overflow: inherit;
	overflow: hidden;
	white-space: inherit;
}

.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 {
	border-top: 0;/*1px solid #E3E3E3;*/
	position: relative;
	width: calc(100% - 1px);
}

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

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

/*.category_5,
.category_8,
.category_15,
.category_18,
.category_25,
.category_28 {
	height: 36.5em;
	width: 50%;
}

.category_2,
.category_5,
.category_10,
.category_12,
.category_15,
.category_20,
.category_22 {
	border-right: none;
}*/

.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;
}

.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;
}

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

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

.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;
}

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

/* Footer */
.block-footer-top {
	margin-top: -1px;
}
/* \Footer */


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

	.block-catalog .block__inner {
		height: auto !important;
		margin: 0 16px;
		padding: 3.95em 0em 2.33em 0em;
		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: 0 0 18px 0;
		/*white-space: nowrap;*/
		white-space: inherit;
	}

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

    .i-theme_white .breadcrumbs {
        margin-top: -15px;
    }
/* End */
/* /local/templates/santika/components/bitrix/catalog/main/style.css?17719413043408 */
/* /local/templates/santika/components/bitrix/catalog/main/bitrix/catalog.section.list/.default/style.css?17738362628473 */
