

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.css?17649148151449*/
.catalog-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 25px 0;
}

.catalog-filter-container {
    flex-grow: 1;
}

.catalog-sorting {
    position: relative;
}

.catalog-sorting-title {
    position: relative;
    padding: 11px 40px 11px 15px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1008 1008"><path d="M504 672L252 420l59-59 193 193 193-193 59 59z"/></svg>');
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #000;
    cursor: pointer;
}

.catalog-sorting[data-expanded="false"] .catalog-sorting-values {
    display: none;
}

.catalog-sorting-values {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    margin-top: 10px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    z-index: 4;
}

.catalog-sorting-value {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.catalog-sorting-value:hover,
.catalog-sorting-value[data-selected="true"] {
    text-decoration: underline;
}

.catalog-sorting-value-selected {
    font-weight: 600;
}

.catalog-sorting-value + .catalog-sorting-value {
    margin-top: 15px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17496304944664*/
.category-card {
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
}

.category-picture {
  position: relative;
  display: block;
  margin-bottom: 5px;
  aspect-ratio: 1 / .86;
}

.category-card .text-wrapper {
  position: absolute;
  top: 0;
  left: 0
}

.category-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-card .text-wrapper {
  padding: 16px;
  padding-bottom: 4px
}

.category-card .description {
  font-size: 12px;
  margin: 4px
}

.category-card .name {
  font-size: 26px;
  font-weight: 300;
  margin: 4px
}

.category-card a {
  display: block;
  color: inherit;
  text-decoration: none
}

.ecp-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  pointer-events: none;
}

.ecp-button.fullwidth {
  width: 100%
}

.ecp-button.fullwidth button,
.ecp-button.fullwidth a {
  min-width: 0;
  width: 100%
}

.ecp-button * {
  pointer-events: all
}

.ecp-button button,
.ecp-button a {
  font-family: inherit;
  color: #ffffff;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 240px;
  max-width: 100%;
  height: 48px;
  border: none;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  cursor: pointer
}

.ecp-button button .loader,
.ecp-button a .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ecp-button a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none
}

.ecp-button .primary {
  background-color: #000000;
  color: #ffffff
}

.ecp-button .primary:hover {
  background-color: #616267;
  color: #ffffff
}

.ecp-button .secondary {
  background-color: transparent;
  color: #000000;
  border: 2px solid #000000
}

.ecp-button .secondary:hover {
  background-color: #616267;
  color: #ffffff;
  border-color: #616267
}

.ecp-button .tertiary {
  background-color: #e2786f;
  color: #ffffff
}

.ecp-button .tertiary:hover {
  background-color: #f5d1c1;
  color: #ffffff
}

.ecp-button .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 0;
  width: auto;
  background-color: transparent;
  color: #000000;
  text-transform: unset;
  text-decoration: underline;
  padding: 0;
  height: auto
}

.ecp-button button:disabled,
.ecp-button .disabled {
  background-color: #dfe0e1;
  color: #616267;
  border: none;
  padding: 16px;
  pointer-events: none;
  cursor: not-allowed
}

.ecp-button button:disabled:hover,
.ecp-button .disabled:hover {
  background-color: #dfe0e1
}

.ecp-button .link:disabled,
.ecp-button .link.disabled {
  background-color: transparent;
  padding: 0
}

.ecp-button .link:disabled:hover,
.ecp-button .link.disabled:hover {
  background-color: transparent
}

.ecp-button .button-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ecp-button .button-content-left,
.ecp-button .button-content-center,
.ecp-button .button-content-right {
  display: -ms-flexbox;
  display: flex
}

.ecp-button .button-content-left {
  margin-right: 8px
}

.ecp-button .button-content-right {
  margin-left: 8px
}

.catalog-top .page-desc {
  max-width: 660px;
  padding-left: 15px;
  font-size: 15px;
  line-height: 20px;
}

.catalog-top .page-desc p {
  padding-left: 0;
}

.catalog-top .page-desc p + p {
  margin-top: 1em;
}

.page-desc__button {
  display: none;
}

@media (max-width: 600px) {
  .catalog-top .page-desc__text p {
    padding: 0;
  }
  .catalog-top .page-desc__wrap {
    position: relative;
    max-height: 40px;
    overflow: hidden;
    transition: 2.3s;
  }
  .catalog-top .page-desc_hidden .page-desc__wrap.page-desc__wrap_active {
    max-height: none;
  }
  .catalog-top .page-desc_hidden .page-desc__wrap:after {
    position: absolute;
    bottom: 0;
    height: 20px;
    width: 100%;
    content: "";
    background: linear-gradient(
      to bottom,
      rgba(249,249,249, 0.5) 0%,
      rgba(249,249,249, 1) 100%
    );
    pointer-events: none;
  }
  .catalog-top .page-desc_hidden .page-desc__wrap.page-desc__wrap_active:after {
    display: none;
  }
  .catalog-top .page-desc_hidden .page-desc__button {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    text-decoration: underline;
    cursor: pointer;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.smart.filter/catalog/style.css?17649148155692*/
.catalog-smart-filter-catalog {

}

.catalog-smart-filter-catalog__title {
	padding: 14px 20px;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}

.catalog-smart-filter-catalog__form {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 12px;
}

.catalog-smart-filter-catalog__form-title {
	padding: 18px 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
}

.catalog-smart-filter-catalog__form-close {
    position: absolute;
    top: 18px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-image: url("/local/templates/main/img/icons/close-ico.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.catalog-smart-filter-catalog__items {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 8px;
}

.catalog-smart-filter-catalog__item {
	position: relative;
}

.catalog-smart-filter-catalog__item-name {
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	cursor: pointer;
}

.catalog-smart-filter-catalog__item[data-type="smart.filter.dropdown"] .catalog-smart-filter-catalog__item-name {
	position: relative;
	min-width: 220px;
	padding: 11px 40px 11px 15px;
	border: 1px solid #000;
}

.catalog-smart-filter-catalog__item[data-type="smart.filter.dropdown"] .catalog-smart-filter-catalog__item-name:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 8px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background-image: url('/local/templates/main/img/icons/arrow-down.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: .4s all;
}

.catalog-smart-filter-catalog__item[data-type="smart.filter.dropdown"][data-expanded="true"] .catalog-smart-filter-catalog__item-name:before {
	transform: rotate(180deg);
}

.catalog-smart-filter-catalog__item-block {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ababad;
	opacity: 0;
	transition: .4s all;
	overflow: hidden;
	z-index: 1;
}

.catalog-smart-filter-catalog__label {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 16px;
}

.catalog-smart-filter-catalog__label.disabled {
	opacity: .3;
	pointer-events: none;
}

.catalog-smart-filter-catalog__label + .catalog-smart-filter-catalog__label {
	margin-top: 8px;
}

.catalog-smart-filter-catalog__checkbox {
	display: block;
	margin: 0!important;
	width: 18px;
	min-width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #000;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.catalog-smart-filter-catalog__checkbox:focus {
	outline: none!important;
}

.catalog-smart-filter-catalog__checkbox:checked {
	outline: none;
	background-image: url("/local/templates/main/img/icons/checkbox.svg");
}

.catalog-smart-filter-catalog__value-text {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
}

.catalog-smart-filter-catalog__item-result {

}

.catalog-smart-filter-catalog__buttons {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 8px;
}

.catalog-smart-filter-catalog__reset {
	padding: 11px 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	transition: .4s all;
	cursor: pointer;
}

.catalog-smart-filter-catalog__reset:hover {
	color: #000;
	background-color: #fff;
}

.catalog-smart-filter-catalog__result {
	display: inline-block;
    width: 100%;
	padding: 11px 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	cursor: pointer;
}

.catalog-smart-filter-catalog__result:hover {
	color: #000;
	background-color: #fff;
}

.catalog-smart-filter-catalog__item-result .catalog-smart-filter-catalog__result {
	margin-top: 20px;
}

.catalog-smart-filter-catalog__result-container[data-visible="false"] {
    display: none;
}

@media (min-width: 769px) {
	.catalog-smart-filter-catalog__title,
	.catalog-smart-filter-catalog__form-title {
		display: none;
	}
}

@media (max-width: 768px) {
	.catalog-smart-filter-catalog__form[data-visible="false"] {
		display: none;
	}

	.catalog-smart-filter-catalog__form {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		flex-direction: column;
		align-items: stretch;
		background-color: #fff;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 500;
	}

	.catalog-smart-filter-catalog__items {
		flex-direction: column;
		align-items: stretch;
	}

    .catalog-smart-filter-catalog__item[data-type="smart.filter.dropdown"] {
        border-bottom: 1px solid #ababad;
    }

    .catalog-smart-filter-catalog__item[data-type="smart.filter.dropdown"] .catalog-smart-filter-catalog__item-name {
        border: none;
    }

    .catalog-smart-filter-catalog__item-block {
        position: relative;
        top: unset;
        left: unset;
        border: none;
    }

    .catalog-smart-filter-catalog__buttons {
        flex-direction: column;
        align-items: stretch;
        padding: 0 15px;
    }

    .catalog-smart-filter-catalog__reset {
        padding: 14px 20px;
        font-size: 14px!important;
    }

    .catalog-smart-filter-catalog__result {
        padding: 13px 20px;
        font-size: 14px;
        color: #000;
        background-color: #fff;
        border: 2px solid #000;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/load_scroll/style.css?1751261074245*/
.products-previous {
    margin-bottom: 40px;
    text-align: center;
}

.products-previous-button {
    display: inline-block;
    cursor: pointer;
}

.products-previous-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
/* End */


/* Start:/local/templates/main/components/ersta/rating/card/style.css?1717414348213*/
.product-stars-rop-wrapper {
    display: flex;
}
.productCard .product-stars-rop-wrapper .product-stars {
    margin-bottom: 0;
}
.productCard .product-stars-rop-wrapper .product-stars li{
    line-height: 1.5;
}
/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/style.css?17649148151449 */
/* /local/templates/main/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?17496304944664 */
/* /local/templates/main/components/bitrix/catalog.smart.filter/catalog/style.css?17649148155692 */
/* /local/templates/main/components/bitrix/catalog.section/load_scroll/style.css?1751261074245 */
/* /local/templates/main/components/ersta/rating/card/style.css?1717414348213 */
