

/* Start:/local/templates/mymall/components/bitrix/breadcrumb/navigation_chain/style.css?1728572739882*/
.breadcrumbs__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 8px;
}
.breadcrumbs_separator {
	display: inline-block;
	width: 11px;
	height: 1px;
	background: #A8A8A8;
	vertical-align: center;
}
.breadcrumbs .breadcrumbs__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
	gap: 8px;
}

.breadcrumbs .breadcrumbs__item a span {
	white-space: normal;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	transition: all 350ms;
	color: #A8A8A8;
}
.breadcrumbs .breadcrumbs__item_red span,
.breadcrumbs .breadcrumbs__item:hover a span {
	color: var(--main-color);
}
/* End */


/* Start:/local/templates/mymall/components/fingli/halo.list/levels_map/style.css?172857273910919*/
.draggable_scheme {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.plan {
    padding-top: 16px;
    padding-bottom: 120px;
}

.plan__title {
    margin-bottom: 32px;
}
.plan__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin-top: 32px;
}

.plan__img canvas {
    width: 100%!important;
    height: auto!important;
}

.plan__aside {
    width: 100%;
    z-index: 1;
    padding-top: 60px;
    border-top: 1px solid #EBEBEB;
}

.plan__main_popup {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.plan__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.plan-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    background: #fff;
}

.plan-tabs-nav__link {
    width: auto;
    color: #A2AEBB;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
}

.plan-tabs__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto -webkit-max-content;
    -ms-grid-columns: auto max-content;
    grid-template-columns: auto -webkit-max-content;
    grid-template-columns: auto max-content;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .8s ease opacity;
    -o-transition: .8s ease opacity;
    transition: .8s ease opacity;
}

.plan-tabs__tab:not(.active) {
    visibility: hidden;
    height: 0;
    z-index: -100;
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.plan-popup-hover.left{
    -webkit-transform: translate(-120%, 0);
    -ms-transform: translate(-120%, 0);
    transform: translate(-120%, 0);
}

.plan-popup-hover:not(.active),
.plan-popup:not(.active) {
    display: none;
    opacity: 0;
}

.plan-popup,
.plan-popup-hover {
    width: auto!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
    background: #fff;
    z-index: 2;
    padding: 8px;
    border-radius: 8px;
    opacity: 1;
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    transition: all 350ms;
}

.plan-popup{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plan-popup-hover {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px;
    background: var(--second-color);
}

.plan-popup__wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    text-decoration: none;
}

.plan-popup__description{
    color: #A2AEBB;
    font-size: 20px;
    margin-bottom: 8px;
}

.plan-popup__title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    color: #010101;
    text-decoration: none;
}
.plan-popup__info-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #A8A8A8;
}

.plan-popup__title._mobile{
    position: relative;
    display: none;
    padding-bottom: 16px;
    width: calc(100% - 100px);
    margin-left: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plan-popup__title._mobile::before,
.plan-popup__title._mobile::after{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    border-bottom-width: 1px;
    border-style: solid;
}
.plan-popup__title._mobile::before {
    right: 0;
    left: 0;
    border-color: #ebebeb;
}

.plan-popup__arrow{
    height: 24px;
    width: 24px;
}

.plan-popup__arrow img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.plan-popup__left {
    width: 88px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
}

.plan-popup__left img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.plan-popup__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px;
}
.block-mid{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    min-height: 60px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.plan-popup__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.plan-popup__info-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.plan-popup__info-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}

.plan-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.plan-nav__wrap{
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plan-nav__sub {
    margin-bottom: 7px;
}

.plan-nav__link,.plan-nav__sub-link {
    display: table;
    outline: none;
}

.plan-nav__sub-link.active,.plan-nav__sub-link:hover {
    text-decoration: underline;
}

.plan-nav__link {
    padding: 12px 24px;
    background: #ECEFF1;
    text-transform: uppercase;
    border-radius: 5px;
    color: #505050;
    margin-bottom: 8px;
    text-decoration: none;
}

.plan-nav__link:not(.active)+.plan-nav__sub {
    display: none;
}

.plan-nav__sub-link.active,.plan-nav__sub-link:hover {
    padding-left: 46px;
}

.plan-nav__sub-link.active:before,.plan-nav__sub-link:hover:before {
    opacity: 1;
    left: 24px;
}

.plan__map-wrapper {
    display: inline-block;
    vertical-align: top;
    opacity: 0;
}

.plan__main_popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}


.plan-popup a {
    color: inherit;
}

.plan__map-wrapper {
    opacity: 1!important;
}

.schemeScaleButtons__wrapper,
.schemeScaleButtons{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.schemeScaleButtons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 30px;
    z-index: 10;
}
.schemeScaleButtons__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;

}
.shcemeScale__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #DEDEDE;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
}
@media (hover:hover) {
    .shcemeScale__button:hover {
        opacity: 0.7;
    }
}
.shcemeScale__button svg{
    width: 14px;
    height: 14px;
}

@media (max-width: 1060px){
    .plan {
        padding-bottom: 64px;
    }
    .plan__title {
        margin-bottom: 16px;
    }
    .plan-popup-hover {
        display: none !important;
    }
    .plan-tabs__tab {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .block-mid {
        grid-column: unset;
        width: 100%;
    }
    .plan__main_popup {
        width: 100%;
    }
    .schemeScaleButtons {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .schemeScaleButtons__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .plan__map-wrapper {
        -webkit-transform-origin: top center !important;
        -ms-transform-origin: top center !important;
        transform-origin: top center !important;
    }
}
@media (max-width: 576px) {
    .block-mid {
        min-height: 58px;
    }
    .plan-popup__wrap {
        gap: 16px;
    }
    .plan-popup__left {
        width: 56px;
        height: 40px;
    }
}
/* End */


/* Start:/local/templates/mymall/assets/css/general/category-dropdown.css?17285727396883*/
.category-dropdown {
	position: relative;
	max-width: 140px;
	height: 40px;
	width: 100%;
}

.category-dropdown .category-dropdown__label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 4px;
	height: 100%;
	width: 100%;
	color: #2F3641;
	border: 1px solid var(--grey-color-25);
	border-radius: 12px;
	background: var(--white);
	padding: 0 14px 0 18px;
	font-size: 14px;
	line-height: 1.25;
	cursor: pointer;
}
.category-dropdown .category-dropdown__label span {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.category-dropdown .category-dropdown__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	position: absolute;
	top: 48px;
	right: 0;
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--white);
	-webkit-box-shadow: 0 0 0 1px #E0E3E6 inset,
	0 18px 22px -4px rgba(13,16,23, 0.08),
	0 8px 10px -6px rgba(13,16,23, 0.04);
	box-shadow: 0 0 0 1px #E0E3E6 inset,
	0 18px 22px -4px rgba(13,16,23, 0.08),
	0 8px 10px -6px rgba(13,16,23, 0.04);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transition: -webkit-transform .15s ease-in-out .15s;
	transition: -webkit-transform .15s ease-in-out .15s;
	-o-transition: transform .15s ease-in-out .15s;
	transition: transform .15s ease-in-out .15s, -webkit-transform .15s ease-in-out .15s;
	max-height: 208px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 218px;
	overflow: hidden;
	overflow-y: auto;
	z-index: 10;
	scrollbar-width: thin;
	scrollbar-color: var(--second-color) transparent;
}
.category-dropdown .category-dropdown__list::-webkit-scrollbar{
	width: 3px;
}
.category-dropdown .category-dropdown__list::-webkit-scrollbar-track {
	background: transparent;
}
.category-dropdown .category-dropdown__list::-webkit-scrollbar-thumb {
	background-color: var(--second-color);
}

.category-dropdown .category-dropdown__option {
	display: block;
}
.category-dropdown .category-dropdown__option label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	color: #2F3641;
	cursor: pointer;
	-webkit-transition: color 350ms ease-in-out;
	-o-transition: color 350ms ease-in-out;
	transition: color 350ms ease-in-out;
}
.category-dropdown .category-dropdown__option .category-dropdown__option-label_active {
	color: var(--second-color);
}
.category-dropdown .category-dropdown__label:after {
	content: '';
	display: block;
	width: 12px;
	height: 13px;
	background: url("/local/templates/mymall/assets/images/icons/arrow-down.svg") center center/cover no-repeat;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.category-dropdown.on .category-dropdown__label:after {
	content: '';
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.category-dropdown.on .category-dropdown__list {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.category-dropdown__alphabet-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
.category-dropdown__alphabet-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 8px;
	border: none;
	outline: none;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	background: #DEDEDE;
	color: #2F3641;
	cursor: pointer;
	-webkit-transition: background 350ms ease-in-out;
	-o-transition: background 350ms ease-in-out;
	transition: background 350ms ease-in-out;
}
.category-dropdown__alphabet-button.active {
	background: #FABA09;
}
.category-dropdown__alphabet-content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
}
.category-dropdown__alphabet-content .category-dropdown__alphabet-letter {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4px 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	color: #2F3641;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
	-webkit-transition: color 350ms ease-in-out;
	-o-transition: color 350ms ease-in-out;
	transition: color 350ms ease-in-out;
}
.category-dropdown__alphabet-content .category-dropdown__alphabet-letter.disabled,
.filter__mobile-alphabet .category-dropdown__alphabet-letter.disabled {
	pointer-events: none;
	color: #DEDEDE;
	cursor: default;
}
.category-dropdown__alphabet-content .category-dropdown__alphabet-letter.selected,
.filter__mobile-alphabet .category-dropdown__alphabet-letter.selected{
	color: #FABA09;
}
@media (hover:hover) {
	.category-dropdown__alphabet-content .category-dropdown__alphabet-letter:hover,
	.category-dropdown .category-dropdown__option label:hover  {
		color: #FABA09;
	}
	.category-dropdown__alphabet-button:hover {
		background: #FABA09;
	}
}
@media (max-width: 1366px) {
	.category-dropdown {
		max-width: 120px;
	}
}
@media (max-width: 1060px) {
	.category-dropdown {
		display: none;
		max-width: 100%;
		height: auto;
	}
	.filter__mobile-categories.category-dropdown {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 8px;
	}
	.filter__mobile-alphabet.category-dropdown {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 16px;
		padding: 10px 16px;
		border-radius: 16px;
		background: #F2F2F2;
		margin-bottom: 32px;
	}
}
/* End */


/* Start:/local/templates/mymall/assets/css/general/search.css?17285727392791*/
.search {
	position: relative;
	max-width: 320px;
	height: 40px;
}

.search__input {
	border: 1px solid var(--grey-color-25);
	border-radius: 12px;
	background: var(--white);
	height: 100%;
	width: 100%;
	padding: 0 42px 0 42px;
	font-size: 14px;
	line-height: 1.25;
}
.search__input::-webkit-input-placeholder {
	color: var(--grey-color);
}
.search__input::-moz-placeholder {
	color: var(--grey-color);
}
.search__input:-ms-input-placeholder {
	color: var(--grey-color);
}
.search__input::-ms-input-placeholder {
	color: var(--grey-color);
}
.search__input::placeholder {
	color: var(--grey-color);
}
.search__input:focus-visible {
	outline: none;
}
.search__input-loupe.icon {
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
}
.search__clear-button {
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	border: none;
	outline: none;
}
.search__clear-button::after {
	content: '';
	display: block;
	background: url("/local/templates/mymall/assets/images/icons/cross.svg") center center/cover no-repeat;
	width: 16px;
	height: 16px;
}
.search__dropdown-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	position: absolute;
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 16px;
	border-radius: 12px;
	max-height: 320px;
	overflow: auto;
	background: var(--white);
	-webkit-box-shadow: 0 0 0 1px #E0E3E6 inset,
	0 18px 22px -4px rgba(13,16,23, 0.08),
	0 8px 10px -6px rgba(13,16,23, 0.04);
	box-shadow: 0 0 0 1px #E0E3E6 inset,
	0 18px 22px -4px rgba(13,16,23, 0.08),
	0 8px 10px -6px rgba(13,16,23, 0.04);
}

.search__dropdown-item {
	color: #2F3641;
	font-size: 16px;
	line-height: 1.25;
	cursor: pointer;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
.search__dropdown-item span{
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}

.search__dropdown-item:focus,
.search__dropdown-item:hover,
.search__dropdown-item:focus span,
.search__dropdown-item:hover span{
	color: var(--second-color);
}

.search__dropdown-item:active {
	color: var(--second-color)
}
.search__result-highlight {
	color: var(--main-color);
}
@media (max-width: 576px) {
	.search {
		max-width: 100%;
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
}
@media (max-width: 375px) {
	.search {
		grid-column: unset;
	}
}
/* End */


/* Start:/local/templates/mymall/assets/css/general/filter.css?17285727398701*/
.filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	padding: 8px;
	border-radius: 16px;
	background: #F2F2F2;
}
.filter__mobile-button.filter__mobile-toggler {
	display: none;
}
.filter__mobile-button,
.filter__reset .filter__reset-text {
	transition: color 350ms ease-in-out;
}
.filter__reset {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	margin-left: auto;
}
.filter__counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-right: 8px;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #fff;
	color: #921B59;
	transition: background 350ms ease-in-out, color 350ms ease-in-out;
}
.filter__reset-text {
	font-size: 14px;
	line-height: 1.25;
	color: #2F3641;
}
.filter__reset {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.filter__scheme {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	cursor: pointer;
}
.filter__scheme-text {
	font-size: 14px;
	line-height: 1.25;
}
.filter__scheme-text_mob {
	display: none;
}
.filter__scheme-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 8px;
	border-radius: 8px;
	background: var(--second-color);
}
.filter__scheme-icon::after {
	content: '';
	background: url(/local/templates/mymall/assets/images/icons/map-icon.svg) center center / contain no-repeat;
	width: 24px;
	height: 24px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.filter__mobile-popup {
	display: none;
}
.filter__scheme-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.filter__scheme-nav-name {
	color: #2F3641;
}
.filter__scheme-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}
.filter__scheme-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 8px;
	border: none;
	text-decoration: none;
	outline: none;
	background: var(--grey-color-25);
	color: #2F3641;
	cursor: pointer;
	-webkit-transition: background-color 350ms ease-in-out;
	-o-transition: background-color 350ms ease-in-out;
	transition: background-color 350ms ease-in-out;
}
.filter__scheme-tab.active{
	background: var(--second-color);
}
@media (hover:hover) {
	.filter__scheme-tab:hover {
		background: var(--second-color);
	}
	.filter__mobile-button:hover,
	.filter__reset:hover .filter__reset-text{
		color: var(--second-color);
	}
	.filter__reset:hover .filter__counter {
		background: var(--second-color);
		color: var(--text);
	}
}
@media (max-width: 1366px) {
	.filter {
		gap: 8px;
	}
}
@media (max-width: 1060px) {
	.filter {
		gap: 16px;
	}
	.filter__reset {
		display: none;
	}
	.filter__mobile-button {
		gap: 13px;
		border: none;
		outline: none;
		border-radius: 12px;
		padding: 0 14px 0 18px;
		font-size: 16px;
		line-height: 20px;
		height: 40px;
		background: var(--second-color);
		color: #2F3641;
	}
	.filter__mobile-button.filter__mobile-toggler {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-left: auto;
	}
	.filter__mobile-button.filter__mobile-toggler svg {
		width: 18px;
		height: 18px;
	}
	.filter__scheme-text:not(.filter__scheme-text_mob) {
		display: none;
	}
	.filter__scheme-text_mob {
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}
	.filter__scheme-icon {
		padding: 0;
		border-radius: 0;
	}
	.filter__mobile-popup {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		padding: 34px 16px 34px 16px;
		background: var(--white);
		z-index: 999;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		will-change: transform;
		-webkit-transition: -webkit-transform 350ms ease-in-out;
		transition: -webkit-transform 350ms ease-in-out;
		-o-transition: transform 350ms ease-in-out;
		transition: transform 350ms ease-in-out;
		transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
	}
	.filter__mobile-popup_active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.filter__mobile-scroll-container {
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		-ms-scroll-chaining: none;
		overscroll-behavior: contain
	}
	.filter__mobile-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 16px;
		margin-bottom: 32px;
	}
	.filter__mobile-header .filter__reset {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		margin-left: unset;
	}
	.filter__mobile-header .filter__reset .filter__reset-text {
		font-size: 13px;
		line-height: 20px;
		color: var(--grey-color);
	}
	.filter__mobile-title {
		font-family: 'TTFirsBlack', sans-serif;
		font-size: 18px;
		line-height: 24px;
	}
	.filter__mobile-close-btn {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: transparent;
		border: none;
		outline: none;
		font-size: 13px;
		line-height: 14px;
		gap: 4px;
	}
	.filter__mobile-close-btn svg {
		width: 12px;
		height: 12px;
	}
	.filter__mobile-alphabet-title,
	.filter__mobile-categories-title {
		font-family: 'TTFirsBlack', sans-serif;
		font-size: 16px;
		line-height: 30px;
	}
	.filter__alphabet-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 6px;
	}
	.filter__alphabet-grid:nth-child(2) {
		padding-bottom: 16px;
		border-bottom: 1px solid var(--grey-color-25);
	}
	.filter__alphabet-grid .category-dropdown__alphabet-letter {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 28px;
		height: 28px;
	}
	.filter__mobile-categories-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 20px;
	}
}
@media (max-width: 576px) {
	.filter {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.filter__mobile-button {
		width: 100%;
	}
}
@media (max-width: 450px) {
	.filter__scheme-nav {
		gap: 8px;
	}
	.filter__scheme-tabs {
		width: 100%;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		gap: 8px;
	}
}
@media (max-width: 375px) {
	.filter {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
/* End */


/* Start:/local/templates/mymall/assets/css/general/switch.css?17285727391493*/
.switch {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding-left: 16px;
	border-left: 1px solid var(--grey-color-25);
}
.switch__item {
	position: relative;
	display: inline-block;
	width: 42px;
	height: 24px;
}
.switch__category {
	color: var(--grey-color);
	-webkit-transition: color 350ms ease-in-out;
	-o-transition: color 350ms ease-in-out;
	transition: color 350ms ease-in-out;
}
.switch__category.active {
	color: #2F3641;
}
/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.switch__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 16px;
	background-color: var(--grey-color);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.switch__slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	border-radius: 50%;
	background-color: var(--white);
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

input:checked + .switch__slider {
	background-color: var(--second-color);
}

input:checked + .switch__slider:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
}
@media (max-width: 1060px) {
	.switch {
		display: none;
	}
}
/* End */


/* Start:/local/templates/mymall/assets/css/general/custom-checkbox.css?17285727391148*/
.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-checkbox+label {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border: 1px solid var(--second-color);
	border-radius: 4px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 55% 55%;
}
.custom-checkbox:checked+label::before,
label.category-dropdown__option-label_active::before{
	border-color: var(--second-color);
	background-color: var(--second-color);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
/* End */
/* /local/templates/mymall/components/bitrix/breadcrumb/navigation_chain/style.css?1728572739882 */
/* /local/templates/mymall/components/fingli/halo.list/levels_map/style.css?172857273910919 */
/* /local/templates/mymall/assets/css/general/category-dropdown.css?17285727396883 */
/* /local/templates/mymall/assets/css/general/search.css?17285727392791 */
/* /local/templates/mymall/assets/css/general/filter.css?17285727398701 */
/* /local/templates/mymall/assets/css/general/switch.css?17285727391493 */
/* /local/templates/mymall/assets/css/general/custom-checkbox.css?17285727391148 */
