

/* Start:/local/templates/bibi/components/bitrix/catalog.smart.filter/.default/style.css?175083714412203*/
.filter__footer {
	margin-top: 0px !important;
	margin-left: 20px;
}
.filter__name.disabled {
	background-color: #ccc;
}
/*  */
.section__filter.filter-pd14 {
	padding: 14px;
	border-radius: 4px;
}
.filter.smart_filter .filter__block-heading {
	display: flex !important;
	justify-content: space-between;
	gap: 40px;
	align-items: center;
	padding: 0px;
}
.sort-block-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
}
.sort-block-wrapper .section__sort {
	margin-top: 0px;
}
.sort-block-wrapper .filter__block.sort-block {
    width: auto;
}
.sort-block-wrapper .filter__block.view-block {
    width: auto;
}
.sort-block-wrapper .filter__block.view-block .section__items-view {
	margin-top: 0px;
	gap: 6px;
	height: auto;
}
.sort-block-wrapper .filter__block.view-block .section__items-view-item {
	margin-right: 0px;
}
.sort-block-wrapper .filter__block.view-block .section__items-view .section__items-view-item.active svg {
    width: 20px;
    height: 20px;
    flex: none;
    margin-right: 0px;
    fill: #252420;
}
.sort-block-wrapper .filter__block.view-block .section__items-view .section__items-view-item svg {
	width: 20px;
    height: 20px;
    flex: none;
    margin-right: 0px;
    fill: #252420;
}
.filter.smart_filter form {
    position: absolute;
    z-index: 9999999;
    background: #FFFFFF;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 100vh;
	transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.filter.smart_filter .filter-popup form {
	display: none;
}
.filter.smart_filter .filter-popup.active form {
	display: block;
}
.filter-popup.active {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 99999;
	background: #25242042;
}
.filter.smart_filter .filter-popup form.init {
	display: block;
	transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}
.filter-popup.active form {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
	box-shadow: 5px 0 5px -5px #888;
}
.filter-popup form {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}
    
@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}
.filter-popup.active .filter__block-title {
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.filter-popup-close {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.filter-popup.active .filter-block-wrapper {
	padding: 40px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.filter-popup.active .filter__block {
	width: 100%;
	flex-grow: initial;
}
.filter-popup.active .filter__block-items {
	height: auto;
}
.filter-popup.active .filter__block-items-wrapper {
	width: 100%;
    flex-direction: column;
	gap: 0px;
}
.filter-popup.active .filter__body {
	display: block;
	height: 100%;
}
.filter-popup.active .filter__block-items-wrapper .filter__prop {
	width: 100%;
	border-top: 1px #E9E9E8 solid;
}
.filter-popup.active .filter__block-items-wrapper .filter__prop:last-child {
	border-bottom: 1px #E9E9E8 solid;
}
.filter__prop.is-prop-open .filter__items {
	width: 100%;
	position: relative;
}
.filter-popup.active .filter__items:not(.is-price) {
	transition: .0s;
	width: 100%;
}
.filter__prop.is-prop-open .filter__items:not(.is-price) {
    transition: .0s;
    opacity: 1;
    visibility:visible;
    position: relative;
    z-index: 100;
    background: #fff;
    overflow: auto;
    padding: 10px;
    box-shadow: none;
    transform: translateY(3px);

	height: 100%;
    max-height: none;
}
.filter-popup.active .filter__block-items-wrapper .filter__prop .filter__name {
	font-size: 16px;
	padding: 14px 0px;
	color: #252420;
}
.filter__block.popup-header .filter-title {
	color: #252420;
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 35px;
}

.filter__block.price-range .filter__block-title.filter__block-title-price {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #252420;
}
.filter__block.price-range .filter__prop {
	width: 100%;
}
.filter__block.price-range .filter__item-price {
    justify-content: space-between;
	margin-bottom: 20px;
}
.filter__block.price-range .filter__item-price input {
    background: #F7F3EF;
	width: 100%;
    padding: 10px;
    border-radius: 4px;
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #252420;
}
.filter-popup.active .filter__footer {
	margin-left: 0px;
    display: flex;
    margin-top: auto !important;
	flex-direction: column;
	gap: 10px;
}
.filter-popup.active .filter__name svg {
    fill: #252420;
}

.filter-popup.active .filter__footer .btn {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
}
.filter__block.popup-header {
	margin-bottom: 30px;
}
.section__view-title {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #252420;
	margin-right: 10px;
}
.section__filter.filter-pd14 .section__sort-item {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #252420;
	background: transparent;
	width: 100%;
	padding: 0px;
}
.section__filter.filter-pd14 .section__sort-items.active {
    margin-top: 18px;
	width: 100%;
	background: #F7F3EF;
}
.section__filter.filter-pd14 .section__sort-values {
	position: relative;
}
.section__filter.filter-pd14 .section__sort-item svg {
	width: 20px;
    height: 20px;
}
.section__filter.filter-pd14 .section__sort-items.active ul li {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	color: #252420;
}
.filter-count {
	font-family: 'Circe';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    width: 20px;
    height: 20px;
    background: #C3A083;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    margin-left: 10px;
}
.filter-popup.active .filter__block.props {
	/* overflow: auto;
	width: calc(100% + 20px);
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    right: 0px;
	height: 100vh; */
}

.popup-filter-step-wrapper {
	overflow: auto;
	width: calc(100% + 20px);
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    right: 0px;
	height: 100vh;
}


.filter-popup .filter__prop.is-prop-open .filter__items:not(.is-price) {
	height: auto;
}

.section__sort_mobile,
.filter-popup.active .filter__block-title .btn {
	display: none;
}
.section__sort_mobile .section__sort-title {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #252420;
}
.smart_filter .filter-popup.active .filter__name.disabled {
    background-color: #fff;
    color: #ccc !important;
}
.smart_filter .filter-popup.active .filter__name.disabled svg {
	fill: #ccc;
}
.a-btn {
    font-family: 'Circe';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #C3A083;
    border-radius: 30px;
    padding: 12px 36px;
}
html.filter-active {
	margin: 0; 
	height: 100%; 
	overflow: hidden;
}
.filter__block-title .btn {
	display: none !important;
}

.a-btn:hover {
	color: #fff;
	background: rgba(195, 160, 131, 0.8);
}
.section__filter.filter-pd14 .section__sort-items.active {
	width: 200px;
	z-index: 20;
}
@media (max-width: 992px) {
	.sort-block-wrapper .filter__block.view-block .section__items-view .section__view-title,
	.sort-block-wrapper .filter__block.view-block .section__items-view-item.active,
	.filter__block-heading span.title-text,
	.filter__block-heading .filter-count,
	.filter-popup.active .filter__footer .btn#del_filter,
	.sort-block-wrapper .filter__block.sort-block {
		display: none;
	}
	.sort-block-wrapper .filter__block.view-block .section__items-view {
		display: flex;
		justify-content: flex-end;
	}
	.sort-block-wrapper .filter__block.view-block .section__items-view-item {
		opacity: 1;
	}
	.section__sort_mobile {
		display: block;
		border-bottom: 1px #E9E9E8 solid;
		margin-bottom: 20px;
        padding-bottom: 10px;
	}
	.filter__block.popup-header .filter-title {
		font-size: 20px;
		line-height: 29px;
	}
	.filter-popup.active .filter__block-title .btn {
		font-family: 'Circe';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #A5A5A5;
        background: transparent;
		padding: 0;
        display: flex !important;
        align-self: end;
        height: 26px;
	}
	.filter-popup.active .filter__block-title {
        gap: 12px;
	}
	.filter-popup-close {
		margin-left: auto;
	}
	.filter-popup.active .filter-block-wrapper {
		padding-left: 0px;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 20px;
	}
	.filter__block.popup-header {
		margin-bottom: 20px;
	}
	.section__filter.filter-pd14 .section__sort-item {
		color: #C3A083;
		font-size: 14px;
		line-height: 21px;
	}


	.section__filter.filter-pd14 .section__sort-values {
		position: static;
	}
	.section__sort_mobile.is-open .section__sort-items.active {
		position: absolute;
        top: 0px;
        margin: 0px !important;
        padding: 0px;
        width: calc(100% - 20px) !important;
        left: 0px;
        background: #fff !important;
        height: 100vh;
        box-shadow: none;
	}

	.section__sort_mobile.is-open {

	}
	.section__sort_mobile.is-open .section__sort-title {
		display: none;
	}
	.section__sort_mobile.is-open .section__sort-item {
		display: none;
	}
	.section__sort_mobile.is-open .section__sort-values ul {
        padding: 0;
	}
	.section__sort_mobile.is-open .section__sort-values ul li {
		font-size: 16px !important;
		line-height: 24px !important;
		border-bottom: 1px #E9E9E8 solid;
		padding-top: 14px;
        padding-bottom: 14px;

		display: flex;
		justify-content: space-between;
	}
	.section__sort_mobile.is-open .section__sort-values ul li a {

	}

	.filter-popup.active .filter__block-items-wrapper .filter__prop.is-prop-open {
		position: absolute;
        top: 0px;
        margin-left: 0px;
        width: calc(100% - 20px);

		height: 100vh;
        z-index: 99999999999;
        background: #fff;
	}
	.filter-popup.active .filter__block-items-wrapper .filter__prop.is-prop-open .filter__name {
		display: none;
	}

	.filter-item {
		flex-direction: row-reverse;
	}
	.filter-popup.active .filter__block-items-wrapper .filter__prop.is-prop-open .filter__items .filter__item {
        margin: 0px;
        padding-top: 14px;
        padding-bottom: 14px;
        border-bottom: 1px #E9E9E8 solid;
	}
	.filter-popup.active .filter__block-items-wrapper .filter__prop.is-prop-open .filter__items .filter__item .filter-item__value {
		font-family: 'Circe';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #252420;
	}
	.filter-popup .filter__prop.is-prop-open .filter__items:not(.is-price) {
		padding: 0px;
	}
	.filter-popup .jq-checkbox {
		border: 2px solid #252420;
		border-radius: 3px;
	}
	.filter-popup.active .filter__name svg,
	.section__filter.filter-pd14 .section__sort-item svg {
		fill: #000;
		width: 20px;
    	height: 20px;
		transform: rotate(-90deg);
	}
	.filter-popup .jq-radio {
		border: 2px solid #252420;
		border-radius: 50%;
	}
	.filter-popup .jq-radio.checked .jq-radio__div {
		width: 13px;
        height: 13px;
        margin: 0;
        border: 0px solid #000;
		background: #000;
	}
	.filter-popup .jq-radio.checked {
		background: #fff;
        border-color: #000;
	}
	.section__sort_mobile .section__sort-items {
		transition: .0s;
	}
	.filter.smart_filter form {
		width: 100%;
	}


}
/* End */


/* Start:/local/templates/bibi/components/bitrix/catalog.section/.default/style.css?1745390671775*/
.filter__tags {
	display: none;
	margin-left: 9px;
	flex-wrap: wrap;
}
.filter__tag {
	width: max-content;
	background: #C3A083;
	border-radius: 30px;
	color: #fff;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	margin-left: 6px;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
.del__filter__tag {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #fff;
	margin-left: 6px;
	color: #000;
	text-align: center;
}
.del__filter__tag div {
	font-size: 16px;
	margin-top: -2px;
	color: #C3A083;
	cursor: pointer;
}
.bitrix_catalog_empty {
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 46px;
	font-family: "PlayfairDisplay", sans-serif;
	border: 2px solid rgba(37, 36, 32, 0.1);
}
/* End */
/* /local/templates/bibi/components/bitrix/catalog.smart.filter/.default/style.css?175083714412203 */
/* /local/templates/bibi/components/bitrix/catalog.section/.default/style.css?1745390671775 */
