

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