

/* Start:/local/templates/maneken/components/bitrix/catalog.smart.filter/products/style.css?17846331273950*/
.smart-filter .popup__top {
	display: none;
}

.smart-filter__form {
	height: 100%;
	position: relative;
	margin-bottom: 16px;
	overflow-y: auto;
}

.smart-filter__params {
	height: 524px;
	padding: 0px 8px 8px 8px;
	margin: 8px 8px 8px 0;
	overflow-y: auto;
}

.smart-filter__params-box {
	margin-bottom: 16px;
}

.smart-filter__params-box:last-child {
	margin-bottom: 0;
}

.smart-filter__params-title {
	display: flex;
	align-items: center;
    justify-content: space-between;
	font-size: 18px;
	line-height: 120%;
	margin-bottom: 8px;
}

.smart-filter__params-title:after {
	content: '';
    display: flex;
    background: url(/local/templates/maneken/assets/img/icons/icon-arrow-brown.svg) 50% 50% / 80% no-repeat;
    transform: rotate(270deg);
    border-radius: var(--default-border-radius);
    width: 20px;
    height: 20px;
    padding: 4px;
}

.smart-filter__params-title.active:after {
	transform: rotate(90deg);
}

.smart-filter__block {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	column-gap: 12px;
	row-gap: 6px;
}

.smart-filter__block input {
	appearance: none;
}

.smart-filter__value {
	width: 100%;
}

.smart-filter__value-text {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	padding: 6px;
	cursor: pointer;
}

.smart-filter__value-text:hover {
	background: var(--light-grey);
}

.smart-filter__value-text.disabled {
	opacity: 0.5;
}

.smart-filter__value input:checked + label {
	background: var(--light-grey);
}

.smart-filter__buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
	gap: 8px;
	padding: 8px;
	background: var(--white-color);
    box-shadow: var(--default-box-shadow);
}

.smart-filter__btn.btn-brown,
.smart-filter__btn.btn-white {
	font-size: 14px;
	height: 44px;
	width: 50%;
	padding: 0;
}

.smart-filter__btn-clear img {
	width: 20px;
	height: 20px;
	margin-right: 12px;
}

.smart-filter__btn-clear input {
	border: none;
}

#count-filter {
	display: none;
}

@media (max-width: 1919px) {
	
	.smart-filter__form {
		margin-bottom: 24px;
	}
	
	.smart-filter__params-title {
		font-size: 16px;
	}

	.smart-filter__params-title:after {
		width: 16px;
		height: 16px;
	}
	
	.smart-filter__value-text {
		font-size: 14px;
	}	
}

@media (max-width: 1511px) {

	.smart-filter__form {
		margin-bottom: 0;
	}
	
	.smart-filter__params-title {
		font-size: 14px;
	}
	
	.smart-filter__value-text {
		font-size: 12px;
	}
}

@media (max-width: 1279px) {

	.smart-filter__buttons {
		flex-direction: column;
	}

	.smart-filter__btn.btn-brown,
	.smart-filter__btn.btn-white {
		width: 100%;
		line-height: 20px;
	}
}

@media (max-width: 1132px) {

	.smart-filter {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.2);
		z-index: 100;
		animation-name: no-active;
	}

	.smart-filter .popup__top {
		display: flex;
	}
	
	.smart-filter__form {
		position: fixed;
		flex-direction: column;
		width: 100%;
		height: calc(100% - 77px);
		background: var(--white-color);
		box-shadow: var(--default-box-shadow);
		z-index: 150;
        right: 0;
		bottom: 0;
		animation-name: hideBtn;
	}

	.smart-filter,
	.smart-filter__form {
		animation-duration: 0.5s;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
		animation-delay: 0s;
	}

	.smart-filter.active {
		display: block;
		animation-name: active;
	}

	.smart-filter.active .smart-filter__form {
		animation-name: openBtn;
	}

	.smart-filter__params {
		height: 100%;
	}
	
	.smart-filter__params-title {
		font-size: 16px;
		margin-bottom: 14px;
	}
	
	.smart-filter__block {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 4px;
	}
	
	.smart-filter__value-text {
		padding: 12px 8px;
	}
	
	.smart-filter__buttons-box {
		width: 100%;
		padding: 12px 16px;
	}
	
	.smart-filter__btn {
		padding: 12px;
	}
}


@media (max-width: 600px) {


}



/* End */


/* Start:/local/templates/maneken/components/bitrix/system.pagenavigation/.default/style.css?17846331272118*/
.pagination {
	width: 440px;
	margin: 40px auto 0;
}

.pagination__btn {
	width: 100%;
}

.pagination-block {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 24px;
}

.pagination__prev,
.pagination__next {
	display: flex;
	width: 28px;
	height: 28px;
	background: url(/local/templates/maneken/assets/img/icons/icon-arrow-brown.svg) var(--light-grey) 50% 50%/85% no-repeat;
	cursor: pointer;
}

/* .pagination__prev.active,
.pagination__next.active {
	background: url(/local/templates/maneken/assets/img/icons/icon-arrow-white.svg) #635148 50% 50%/85% no-repeat;
} */

.pagination__prev:hover,
.pagination__next:hover {
	background: url(/local/templates/maneken/assets/img/icons/icon-arrow-white.svg) var(--default-color) 50% 50%/85% no-repeat;
}

.pagination__prev {
	transform: rotate(180deg);
}

.pagination__pages {
	display: flex;
	gap: 8px;
}

.pagination__page {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
}

.pagination__page:hover {
	background: var(--light-grey);
}
span.pagination__page:hover {
	background: transparent;
}

.pagination__page.current {
	background: var(--light-color);
}

@media (max-width: 1919px) {
	
	.pagination {
		width: 344px;
		margin: 36px auto 0;
	}
}

@media (max-width: 1511px) {

	.pagination {
		width: 296px;
		margin: 32px auto 0;
	}
	
	.pagination__prev,
	.pagination__next {
		width: 24px;
		height: 24px;
	}
	
	.pagination__page {
		width: 24px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
	}
}

@media (max-width: 1279px) {

	.pagination {
		width: 260px;
		margin: 28px auto 0;
	}
}

@media (max-width: 1132px) {

	.pagination {
		width: 100%;
		margin: 20px auto 0;
	}
	
	.pagination-block {
		margin-top: 20px;
	}
	
	.pagination__prev,
	.pagination__next {
		width: 28px;
		height: 28px;
	}
	
	.pagination__page {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}	
}

/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.item/product-item/style.css?17846331272788*/
.product-card {
    position: relative;
    max-width: calc(25% - 16px);
}

.products .product-card {
    max-width: calc(33.33% - 11px);
}

.product-card .to-like {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: var(--default-border-radius);
    padding: 8px;
    z-index: 2;
    cursor: pointer;
}

.product-card .to-like svg {
    fill: transparent;
    width: 28px;
    height: 28px;
}

.product-card .to-like:hover {
    background: var(--light-grey);
}

.product-card .to-like.active svg {
    fill: var(--default-color);
}

.product-card__media {
    min-height: 440px;
}

.product-card__media .owl-item {
    overflow: hidden;
}

.product-card__media.owl-carousel .owl-dots {
	gap: 4px;
	bottom: 8px;
	padding: 0 8px;
}

.product-card__media.owl-carousel button.owl-dot {
	height: 2px;
}

.product-card .media__item.big,
.product-card .media__item.small {
    width: 100%;
}

.product-card__name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 120%;
    height: 44px;
    margin: 12px 0;
}

.product-card__code {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    height: 20px;
    margin-bottom: 12px;
}

.product-card__price span {
    font-size: 16px;
    line-height: 140%;
}

.product-card__price_new {
    margin-right: 12px;
}

.product-card__price_old {
    color: rgba(99, 81, 72, 0.80);
    text-decoration: line-through;
}

@media (max-width: 1919px) {

    .product-card .to-like {
        top: 12px;
        right: 12px;
        padding: 6px;
    }
    
    .product-card .to-like svg {
        width: 20px;
        height: 20px;
    }
    
    .product-card__media {
        min-height: auto;
    }
    
    .product-card__name {
        font-size: 16px;
        height: 38px;
    }
    
    .product-card__code {
        font-size: 12px;
        height: 17px;
    }
    
    .product-card__price span {
        font-size: 14px;
    }
}

@media (max-width: 1511px) {

    .product-card__name {
        font-size: 14px;
        height: 34px;
        margin: 8px 0;
    }
    
    .product-card__code {
        font-size: 10px;
        height: 14px;
        margin-bottom: 8px;
    }
    
    .product-card__price span {
        font-size: 12px;
    }
}

@media (max-width: 1279px) {

    .product-card .to-like {
        top: 8px;
        right: 8px;
    }
    
    .product-card__name {
        font-size: 12px;
        height: 28px;
    }
}

@media (max-width: 1132px) {
    .products .product-card {
        max-width: calc(50% - 8px);
    }
}

/* End */


/* Start:/local/templates/maneken/components/bitrix/catalog.products.viewed/.default/themes/blue/style.min.css?1784633127714*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-products-viewed-header{border-color:#006cc0}
/* End */
/* /local/templates/maneken/components/bitrix/catalog.smart.filter/products/style.css?17846331273950 */
/* /local/templates/maneken/components/bitrix/system.pagenavigation/.default/style.css?17846331272118 */
/* /local/templates/maneken/components/bitrix/catalog.item/product-item/style.css?17846331272788 */
/* /local/templates/maneken/components/bitrix/catalog.products.viewed/.default/themes/blue/style.min.css?1784633127714 */
