

/* Start:/local/templates/shop/components/bitrix/catalog/shop/style.css?17682364959198*/
.catalog{
	margin-bottom: 90px;
}

.catalog-title h1 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: var(--text-color, #000);
	letter-spacing: .5px;
	margin: 10px 0 30px;
}

.catalog-title h1[data-count]::after {
	content: attr(data-count);
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: gray;
	margin-left: 5px;
	white-space: nowrap;
}

.catalog-header-list {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-flow: row nowrap;
	width: 100%;
}



.catalog-btn-filter {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}

.catalog-sort {
	font-size: 15px;
	line-height: 20px;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 22px 0 20px;
}

.catalog-sort a {
	color: #000;
}

.catalog-section .catalog-sort select {
	min-width: 220px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 230px;
	padding: 8px 12px;
	color: #0d0d0d;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	border-radius: 8px;
	cursor: pointer;
	transition: border-color .1s linear;
	height: 40px;
	border: 0;
}

.catalog-section .catalog-sort .ui-select:hover select {
	background-color: #f2f2f2;
    cursor: pointer;
}

.catalog-sort .ui-options{
	top: 40px;
}

.section-list + .section-list:not(:empty){
	margin-top: 20px;
}

@media (max-width:992px) {

	.section-list--mobile{
		display: none;
	}
	.catalog-header-list {
		flex-wrap: wrap;
	}

	.filter-tile {
		display: flex;
		justify-content: space-between;
		background: #F3F8FE;
		border: 1px solid #DCEAFD;
		border-left: 0;
		border-right: 0;
		padding: 12px 20px;
		margin: 0 -20px 10px -20px;
		width: calc(100% + 40px);

	}

	/* .filter-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	} */


}

@media (max-width:776px) {
	.catalog-sort::before {
		display: none;
	}

	.catalog-sort select {
		min-width: 150px;
		font-size: 14px;
	}
}

/* .catalog-btn-filter svg {
	margin-right: 5px;
} */

.catalog-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row nowrap;
	margin-bottom: 30px;
	margin-top: 15px;
	width: 100%;
}



/* SORT */

.catalog-sort-panel {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	line-height: 19px;
	margin-right: 10px;
	position: relative;
	margin-top: 12px;
}

.catalog-sort-panel>a {
	margin-left: 10px;
	position: relative;
	text-decoration: none;
	color: #343A40;
}

.catalog-sort-panel>a::after {
	content: '';
	position: absolute;
	right: -11px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-bottom: 1px solid #5F5F5F;
	border-right: 1px solid #5F5F5F;
	transform: rotate(45deg);
}

.catalog-sort-panel>a.active::after {
	transform: rotate(-135deg);
	top: 6px;
}

.hidden-sort-list-menu {
	list-style: none;
	padding: 5px 5px 5px 33px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
	border-radius: 2px;
	border: 1px solid #F2F2F2;
	background-color: #fff;
	display: none;
	position: absolute;
	top: 22px;
	width: calc(100% + 14px);
	left: 0;
	box-sizing: border-box;
}

.hidden-sort-list-menu.active {
	display: block;
	z-index: 2;
}

.hidden-sort-list-menu li a {
	text-decoration: none;
	padding: 5px 0;
	display: block;
	position: relative;
	font-size: 14px;
	color: #343A40;
}

.hidden-sort-list-menu li a.active::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	width: 10px;
	margin: auto;
	height: 5px;
	border-bottom: 2px solid #323232;
	border-left: 2px solid #323232;
	transform: rotate(-45deg);
}

.all_filter_click {
	display: none;
}

.catalog-wrapper--main {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 40px;
	justify-content: flex-start;
	align-items: flex-start;
}

.main-catalog-goods-panel {
	margin-bottom: 50px;
}

.catalog-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: calc(100% - 324px);
}

.catalog-row {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

/** Баннеры */
.catalog-section-banner {
	width: 100%;
	margin-top: 25px;
	background: #172248;
	padding: 20px 25px;
}

.catalog-section-banner--bottom {
	background: linear-gradient(102deg, #141414 36.78%, #172248 100%);
}

.catalog-section-banner__inner {
	border: 1px solid #fff;
	padding: 19px 17px;
	display: flex;
	align-items: center;
	gap: 24px;
}

.catalog-section-banner--bottom .catalog-section-banner__inner {
	border: none;
	padding: 24px 17px;
}

.catalog-section-banner__image {
	flex-shrink: 0;
}

.catalog-section-banner__info {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.catalog-section-banner__text {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}

.catalog-banner__buttons-block {
	display: flex;
	gap: 16px;
}

.catalog-banner__button {
    min-height: 50px;
    min-width: 50px;
	width: 100%;
    padding: 0;
    gap: 8px;
    border-radius: 5px;
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-banner__button-wa {
	background: #32d951;
}

.catalog-banner__button-tg {
	background: #039be5;
}

.catalog-banner__button-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
	color: #fff;
	font-style: normal;
	justify-content: center;
}

.catalog-banner__button-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
}

.catalog-banner__button-text {
	font-size: 8px;
	font-weight: 400;
	line-height: 11px;
}

@media (max-width: 685px) {
	.catalog-section-banner__inner {
		flex-direction: column;
		gap: 10px;
	}

	.catalog-section-banner--bottom .catalog-section-banner__inner {
		padding: 4px 0;
	}

	.catalog-section-banner__image {
		max-width: 104px;
		height: auto;
	}

	.catalog-section-banner--bottom .catalog-section-banner__image {
		max-height: 126px;
		max-width: unset;
		width: auto;
	}

	.catalog-section-banner__text {
		font-size: 16px;
		text-align: center;
		line-height: 25px;
	}

	.catalog-banner__buttons-block {
		justify-content: center;
	}

	.catalog-banner__button-title {
		font-size: 12px;
		line-height: 14px;
	}
}

@media (max-width: 470px) {
	.catalog-banner__buttons-block {
		flex-direction: column;
	}

	.catalog-banner__button {
		padding: 8px 16px;
	}
}
.catalog-section-banner__price {
    background-image: url("/local/templates/shop/components/bitrix/catalog/shop/images/Group 1.png");
    width: fit-content;
    padding: 10px 13px 10px 27px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.catalog-section-banner__text span {
    background: #FFECAC;
    padding: 3px 11.5px;
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.catalog-section-banner__link a {
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.catalog-section-banner__text strong {
    font-weight: 500;
}
.catalog-section-banner__social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
	flex: 1;
    align-items: center;
}
.catalog-section-banner__price.mobile {
    display: none;
}
.catalog-section-banner__link br {
    display: none;
}
@media (max-width: 905px) {
	.catalog-section-banner__text span {
		display: block;
		width: fit-content;
	}

	.catalog-section-banner__text br {
		display: none;
	}
}

@media (max-width: 685px) {
	.catalog-section-banner__price {
		display: none;
	}
	.catalog-section-banner__price.mobile {
		display: block;
        background-image: url("/local/templates/shop/components/bitrix/catalog/shop/images/Group 2.png");
        padding: 14px 25px 12px 36px;
        background-size: 100% 100%;
        font-size: 18px;
		text-align: center;
    }
	.catalog-section-banner__image-block {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		gap: 20px;
	}
	.catalog-section-banner__text span {
		margin: 0 auto;
		font-size: 16px;
	}
	.catalog-section-banner__link {
		text-align: center;
	}

	.catalog-section-banner__social {
		flex-direction: row;
		font-size: 13px;
	}

	.catalog-section-banner__social br {
		display: none;
	}
	.catalog-banner__button {
		min-height: 40px;
		min-width: 40px;
		width: 100%;
	}
	.catalog-banner__buttons-block svg {
		width: 21px;
	}
	.catalog-section-banner__text strong {
		display: block;
	}
	.catalog-section-banner__link br {
		display: block;
	}
}
/* End */


/* Start:/local/templates/shop/components/bitrix/catalog.smart.filter/shop/style.css?176976270612722*/
.bx-filter-container-modef {
	position: absolute;
	font-size: 12px;
	color: #999999;
	white-space: nowrap;
	z-index: 999;
}

.bx-filter-container-modef a {
	color: #999999;
}

.filter {
	display: flex;
	width: 244px;
	position: relative;
	margin-right: 32px;
}

.filter-tags {
	width: 100%;
	margin-bottom: 20px;
}

.filter-tags:empty {
	margin-bottom: 0;
}

.filter-container {
	padding: 0 0 20px 0;
	border-radius: 0px 4px 4px 0px;
	margin-right: 0;
	position: static;
	top: 20px;
	margin-left: 0;
	/* max-height: calc(100vh - 40px); */
	/* overflow-y: auto; */
	max-width: 100%;
	/* min-height: 100vw; */
}

.bx-filter .disabled{
	opacity: 0.5;
	pointer-events: none;
}

@media (min-width: 992px) {
	.bx-filter .disabled{
		display: none;
	}
}

.filter-container--sticky {
	position: sticky;
	align-self: flex-end;
	bottom: 20px;
	top: auto;
}

.filter-container--sticky-top {
	position: sticky;
	top: 20px;
	height: fit-content;
}

.filter-container--fixed {
	position: fixed;
}

.bx-filter-section {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.filter-prop--premium {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: var(--text-color, #000);
	position: relative;
	gap: 0 8px;
	width: 100%;
	padding: 4px 0;
	border-radius: 12px;
	padding: 12px;
	background-color: #f1ebfc;
}

.filter-prop--available{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: var(--text-color, #000);
	position: relative;
	gap: 0 8px;
	width: 100%;
	padding: 4px 0;
	border-radius: 12px;
	padding: 6px 12px 6px 0;
	background-color: #fff;
}

.filter-prop__description{
	margin-top: 5px;
	padding-right: 40px;
} 

.filter-prop--available .ui-input--toggle{
	position: absolute;
	right: 12px;
	top: 5px;
}
.filter-prop--premium .ui-input--toggle{
	position: absolute;
	right: 12px;
	top: 12px;
}

.filter-prop .filter-prop__box::-webkit-scrollbar,
.filter-container::-webkit-scrollbar {
	width: 4px;
}

.filter-prop .filter-prop__box::-webkit-scrollbar-track,
.filter-container::-webkit-scrollbar-track {
	border-radius: 4px;

}

.filter-prop .filter-prop__box::-webkit-scrollbar-thumb,
.filter-container::-webkit-scrollbar-thumb {
	background: var(--link-color);
	border-radius: 4px;

}

.filter-search input {
	height: 40px;
	padding-left: 40px !important;
	background: #f2f2f2;
	border: none;
	padding: 6px 16px;
	border-radius: 8px;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	width: 100%;
}

.filter-search {
	position: relative;
}

.filter-search::after {
	content: url('/local/templates/shop/icons/search.svg');
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	color: #808080;
}

.filter-search input:focus {
	outline: 0;
	box-shadow: none;
}

.filter-prop .filter-prop__box {
	/* max-height: 400px; */
	/* overflow-x: hidden;
	overflow-y: auto; */
}

.filter-prop__title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	margin-bottom: 5px;
	height: 24px;
}

.filter-prop__item+.filter-prop__item {
	margin-top: 10px;
}

.filter-prop+.filter-prop {
	/* margin-top: 30px; */
}

.filter-prop__box .ui-input--checkbox input+span::before {
	min-width: 18px;
	width: 18px;
	height: 18px;
	min-height: 18px;
	margin-right: 12px;
	border-radius: 4px;
	border-color: #b3b3b3;
	border-width: 2px;
}

.filter-prop__box .ui-input--checkbox .ui-input__placeholder {
	display: flex;
}

.filter-prop__box--razmer.filter-prop__box {
	display: flex;
	flex-wrap: wrap;
	margin: -5px;
}

.filter-prop__box--razmer .filter-prop__item {
	margin-top: 0;
}

.filter-prop__box--razmer .filter-prop__item {
	margin: 2.5px;
}

.filter-prop__box--razmer .filter-prop__item {
	--razmer-cols: 5;
	width: calc(100% / var(--razmer-cols) - 5px);
}

.filter-prop__box--razmer .ui-input--checkbox-2 input+span {
	width: 100%;
	padding: 8px 5px;
	justify-content: center;
}

.filter-btns {
	display: flex;
	display: none;
	flex-wrap: wrap;
	margin-top: 30px;
	width: 100%;
}


.filter-btns>* {
	margin-right: 15px;
}

/*
	Track
*/

.bx-filter .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 25px;
	order: -1;
}

.bx-filter .bx-ui-slider-track {
	position: relative;
	height: 7px;
	z-index: 0;
	/*background: #d8e9f0;/* COLOR */
}

.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
	display: none;
}

.bx-filter .bx-ui-slider-part.p1 {
	left: -11px;
	/* display: block; */
}

.bx-filter .bx-ui-slider-part.p2 {
	left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
	left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
	left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
	right: -11px;
	/* display: block; */
}

.bx-filter .bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
	color: #6b8086;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.bx-filter .bx-ui-slider-range {
	z-index: 4;
}

.bx-filter .bx-ui-slider-pricebar {
	z-index: 5;
}

.bx-filter .bx-ui-slider-pricebar-vd {
	z-index: 1;
	/*background: #849da4;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-vn {
	z-index: 2;
	/*background: #a8dff3;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-v {
	z-index: 3;
	/*background: #499fd8;/* COLOR */
}

.bx-filter .bx-ui-slider-handle {
	position: absolute;
	top: 100%;
	width: 20px;
	height: 20px;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bx-filter .bx-ui-slider-handle::before {
	content: '';
	width: 8px;
	height: 8px;
	background: var(--main-bg-color);
	border-radius: 50%;
}

.bx-filter .bx-ui-slider-handle:hover {
	-webkit-cursor: -webkit-grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
	-webkit-cursor: -webkit-grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -21px;
}

.bx-filter .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -21px;
}

.bx-filter .bx-ui-slider-handle.left,
.bx-filter .bx-ui-slider-handle.right {
	background: #FFFFFF;
	box-shadow: 0px 2px 4px rgba(23, 113, 241, 0.2);
	border-radius: 50%;
	top: -10px;
	z-index: 2;
}

.bx-filter .bx-ui-slider-track {
	height: 2px !important;
	background: #d8e9f0;
}

.bx-filter .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 5px !important;
	background: #a2bfc7;
}

.bx-filter.bx-red .bx-ui-slider-pricebar-v,
.bx-filter.bx-red .bx-ui-slider-pricebar-vn {
	background: #c1c1c1 !important;
}

/*------------------------------------------------------------------------------------------------------*/


.input_prices {
	display: flex;
	align-items: center;
}

.input_prices .defis {
	margin: 0 5px;
}

.input_prices .currency {
	text-transform: lowercase;
	margin-left: 5px;
}


.bx-filter-parameters-box-container-block {
	display: flex;
	box-sizing: border-box;
	border-radius: 8px;
	background: #fff;
	background-color: #f2f2f2;
	padding: 8px 12px;
	gap: 8px;
}

.bx-ui-slider-props {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bx-ui-slider-prop {
	display: flex;
	gap: 8px;
	align-items: center;
	width: fit-content;
	height: 32px;
	padding: 0 12px;
	white-space: nowrap;
	-webkit-text-decoration: none;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: var(--text-color, #000);
	border-radius: 8px;
	background: #f2f2f2;
	border: 0;
}


.filter-prop--price .bx-filter-parameters-box-container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	width: calc(100% + 8px);
	gap: 12px 0;
	margin-bottom: 5px;
}

.bx-filter-parameters-box-container-block {
	width: calc(50% - 8px);
	margin: 4px;
}

.bx-ui-slider-track-container {
	width: 100%;
}

.bx-filter-parameters-box-container-block i {
	background-color: transparent;
	color: #b3b3b3;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	font-style: normal;
	text-transform: lowercase;
}

.bx-filter .bx-filter-input-container input {
	border-radius: 0;
	width: 100%;
	height: 22px;
	border: 0;
	font-size: 14px;
	line-height: 22px;
	padding: 0 0;
	background: transparent;
	font-weight: 500;
}

.bx-filter .bx-filter-input-container input:focus {
	outline: none;
}

.bx-filter-input-container {
	flex: 1;
}


.bx-filter .bx-ui-slider-track-container {
	padding: 10px 30px;
}

.bx-filter .bx-ui-slider-part {
	background: #ccc;
}

.bx-filter .bx-ui-slider-part.p1 span {
	font-size: 11px;
	position: absolute;
	top: -16px;
	display: block;
	width: 50px;
	margin-left: 0;
	text-align: left;
	color: #898989;
}

.bx-filter .bx-ui-slider-part {
	top: -12px;
}

.bx-filter .bx-ui-slider-part.p5 span {
	font-size: 11px;
	position: absolute;
	top: -16px;
	display: block;
	width: 50px;
	margin-left: 0;
	text-align: right;
	color: #898989;
	margin-left: -50px;
}

.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-v {
	background: var(--main-bg-color);
}

.bx-filter-block:not(.bx-active) .filter-prop__item:nth-child(n+6):not(.found) {
	display: none !important;
}

.filter-prop.not-found {
	display: none !important;
}

body .filter-prop__item.found {
	background-color: #f2f2f2;
	/* order: -1; */
	display: block !important;
}

.filter-prop__btn {
	margin-top: 8px;
}

.filter-prop__btn button {
	color: var(--tmp-blue);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}

.filter-prop {
	position: relative;
}

.bx-filter-block {
	display: none;
}

.bx-active .bx-filter-block {
	display: block;
}

.bx-filter-role {
	position: absolute;
	right: 0;
	top: 4px;
}

.bx-filter-role::after {
	content: '';
	width: 16px;
	height: 16px;
	background-color: var(--white);
	background-image: var(--i-arrowDown);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	transform: rotate(180deg);
	transition: transform 0.25s ease;
}

.bx-active .bx-filter-role::after {
	transform: rotate(0deg);
}

.filter-prop__btn-map {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0 16px;
	height: 40px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	border-radius: 8px;
	cursor: pointer;
	transition: .2s;
	width: 100%;
	background: #f2f2f2;
	border: 0;
	margin-bottom: 16px;
	padding: 0 12px;
}

#popupShops {
	height: auto !important;
}

@media (max-width: 992px) {
	.filter {
		position: fixed;
		transform: translateX(-100%);
		left: 0;
		margin-right: 0;
		z-index: var(--z-index-filter);
		top: 0;
		bottom: 0;
		width: 100%;
		transition: 0.5s;
		height: 100dvh;
	}

	

	.filter-container {
		margin-left: 0;
		width: 100%;
		height: calc(var(--vh, 1vh) * 80);
		/*FIX MOBILE viewport*/
		max-height: calc(var(--vh, 1vh) * 100);
		position: relative;
		box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.15);
		bottom: 0;
		top: unset;
		z-index: calc(var(--z-index-filter) + 1);
		background: #fff;
		overflow: auto;
		align-self: flex-end;
		border-radius: 20px 20px 0 0;
		padding-bottom: 68px;
	}

	.ui-overlay {
		background: rgba(0, 0, 0, 0.15);
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: calc(var(--z-index-filter) + 1);
	}

	.filter--open {
		transform: translateX(0%);
	}

	.filter-container::before {
		display: none;
	}

	.filter-header {
		padding: 32px 16px 10px 16px;
		display: flex;
		flex-direction: column;
		gap: 16px;
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 1;
	}

	.filter-header-line {
		display: flex;
		justify-content: space-between;
	}

	.filter-prop {
		padding: 0 16px;
	}

	.filter-prop--available{
		padding: 12px;
	}
	.filter-prop--premium{
		margin: 0 16px 0 16px;
		padding: 12px;
		width: calc(100% - 32px);
	}

	.bx-filter-role {
		right: 16px;
	}

	#modef{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}


	#modef a{
		background: var(--btn-bg-color);
		border-radius: 0;
		padding: 15px 30px;
		color: #fff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 3px;
		border-radius: 0;
		font-size: 14px;
		font-weight: 600;
		text-decoration: none;
		border: 1px solid var(--btn-bg-color);
		line-height: initial;
		cursor: pointer;
		min-height: 48px;
		text-align: center;
		padding: 8px 20px 8px 20px;
		line-height: 1.45;
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/shop/style/shopList.css?17430770747229*/
#popupShops_background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#popupShops_background {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#popupShops {
    margin: auto;
    height: 600px;
    background: #fff;
    padding: 0;
}

.glyphicon-remove {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

#popupShops #map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nullValue {
    border-color: red !important
}

[data-element='shop-popup'] {
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

[data-element="shop-popup-overlay"] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(128, 128, 128, 0.5);
    z-index: 101;
}

.shop-list-content {
    display: flex;
    max-height: 100%;
    position: relative;
    border-top: 1px solid var(--main-color-4);
}

.shop-list-container .shop-map {
    /*width: calc(100% - 400px);
    height: 400px;*/

    width: 100%;
    height: 100%;
}

.shop-list-container .shop-map>div {
    width: 100%;
    height: 400px;
    /*    height: 600px;*/
}

.shop-list-container.container {
    max-width: 950px;
    width: 100%;
    padding: 25px 15px 25px 25px !important;
}

.shop-list-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 16px;
}

.city-select.dropdown {
    text-align: center;
    width: 100%;
}

.city-select__current {
    width: 100%;
}

.shop-list-list {
    height: 100%;
}

.shop-list-list .dropdown-content {
    top: 32px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid #aa8851;
    background-color: #f3e9d4;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.shop-list-list-ul {
    /*    max-width: 350px;*/
    padding: 5px;

    height: 100%;
    overflow-y: auto;

    margin: 0;
}

.shop-list-list-ul::-webkit-scrollbar {
    width: 4px;
}

.shop-list-list-ul::-webkit-scrollbar-track {
    background-color: var(--main-color-5);
    border-radius: 4px;

}

.shop-list-list-ul::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;

}

.shop-list-list-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 0px 0px 15px 0px; */
    padding: 10px;
}

.shop-list-list-ul .shop-item-name,
.shop-list-list-ul .shop-item-address,
.shop-list-list-ul .shop-item-phone,
.shop-list-list-ul .shop-item-email,
.shop-list-list-ul .shop-item-worktime,
.shop-list-list-ul .shop-item-btn {
    width: 25%;
    /* padding: 0 5px; */
}



.shop-item-address {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.shop-item-info,
.shop-item-worktime {
    color: var(--night-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-list-ul .shop-item-name {
    color: #8e6b36;
}

.shop-list-list-ul .shop-item-btn {
    text-align: center;
}

.shop-list-list-ul .shop-item-btn a {
    color: #333;
    padding: 5px;
    max-width: 130px;
    width: 100%;
    border: 1px solid #333;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
}

.shop-list-list-ul .shop-item-btn a:hover {
    color: #fff;
    background: #8e6b36;
    border: 1px solid #8e6b36;
    -webkit-transition: all 280ms ease;
    -o-transition: all 280ms ease;
    transition: all 280ms ease;
    text-decoration: none;
}

.shop-list-list-ul .shop-item-phone {
    /*text-align: center;*/
}

.shop-list-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .shop-list-container.container {
        max-width: 875px !important;
    }
}

.shop-list-list-ul .shop-item-name, .shop-item-address {
    /* width: 100%; */
    /* margin: 0px 0px 20px 0px; */
    /*    text-align: center;*/
}

.shop-list-list-ul li {
    padding: 24px 40px;
    border-bottom: 1px solid var(--main-color-4);
}

.shop-list-list-ul li:last-child {
    border: none;
}


@media (max-width: 450px) {
    .shop-list-title.title {
        font-size: 17px;
    }
}

.shop-list-list-ul .btn-link {
    padding: 5px 10px;
    font-size: 12px;
    width: 100%;
    /* margin-top: 15px; */
    max-width: 200px;
}

.shop-list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*    border-radius: 4px;*/
    z-index: 1;
    background-color: #fff;
    height: 100%;
    max-width: 100%;
}

.shop-list-message {
    background-color: var(--main-color-4);
    padding: 16px;
    border-radius: 8px;
    color: var(--main-color);
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.shop-list-actions {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 24px;
}

.shop-list-viewes {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-list-viewes div {
    background: var(--main-bg-color);
    border-radius: 4px;
    padding: 13.5px 15px;
    display: inline-block;
    line-height: initial;
    cursor: pointer;
    text-align: center;
    width: calc(50% - 5px);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.shop-list-viewes div.active {
    background: var(--btn-bg-color);
    color: #fff;
}

.shop-list-search {
    flex: 1;
    position: relative;
}

.shop-list-search input {
    width: 100%;
    height: 48px;
}

.shop-list-search button {
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .shop-list-actions {
        flex-wrap: wrap;
    }

    .shop-list-search {
        width: 100%;
        order: -1;
        flex: none;
    }

    .shop-list-list-ul li {
        flex-wrap: wrap;
    }

    .shop-list-content .shop-list-list-ul .shop-item-name,
    .shop-list-content .shop-list-list-ul .shop-item-address,
    .shop-list-content .shop-list-list-ul .shop-item-phone,
    .shop-list-content .shop-list-list-ul .shop-item-email,
    .shop-list-content .shop-list-list-ul .shop-item-worktime,
    .shop-list-content .shop-list-list-ul .shop-item-btn {
        width: 100%;
    }

    .shop-list-list-ul li{
        padding: 24px 20px;
    }

    .shop-item-worktime, .shop-item-address {
        margin-bottom: 12px;
    }
}

#shop-popup .ui-popup__container{
    max-width: 1180px;
    width: calc(100% - 40px);
    padding: 32px 40px;
}
/* End */


/* Start:/local/templates/shop/components/bitrix/catalog.section.list/shop/style.css?17682362271293*/
.section-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
}

.section-list__item {
    display: flex;
    gap: 8px;
    align-items: center;
    width: fit-content;
    height: 32px;
    padding: 0 12px;
    white-space: nowrap;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-radius: 8px;
    background: #f2f2f2;
}

.section-list__item:hover {
    background: #e6e6e6;
}

.section-list__link {
    display: flex;
    gap: 8px;
    align-items: center;

    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    border: 0;
    background: transparent;
    padding: 0;
    text-decoration: none;
}

.section-list__item::after {
    content: attr(data-section-list-count);
    background: #FFFFFF;
    border-radius: 9px;
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #414042;
    padding: 2px 5px;
    margin-left: 5px;

    display: none;
}

@media (max-width: 992px) {
    .section-list--mobile{
        display: none !important;
    }
    .section-list {
        overflow: auto;
        flex-wrap: nowrap;
        width: calc(100% + 20px);
    }

    .section-list__item {
        white-space: nowrap;
    }
}
/* End */


/* Start:/local/templates/shop/components/bitrix/system.pagenavigation/.default/style.css?17430770731370*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.pagination-list__link {
	width: 37px;
    height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #37507E;
	border-radius: 0;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 5px;
}

span.pagination-list__link {
	background: #E9E9E9;
	border-color: #E9E9E9;
	color: #fff;
}

.pagination-list__item--active .pagination-list__link {
	background: #fff;
	border-color: #fff;
	color: #333333;
}

.pagination-list__item svg {
	width: 7px;
	fill: #fff;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}

.bx-pag-prev,
.bx-pag-next{
	display: none;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/shop/components/bitrix/catalog.section/shop/style.css?17682512312073*/
.catalog-container {
	display: flex;
	flex-wrap: wrap;
}

.catalog-section {
	width: calc(100% - 305px);
}

.catalog-section__grid {
	display: flex;
	flex-wrap: wrap;
}

.section-list {
	display: flex;
	flex-wrap: wrap;
}

.section-list img {
	margin-bottom: 20px;
}


.catalog-section__grid {
	min-width: 100%;
}

.catalog-section .catalog-section__grid {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px 10px;
}

.catalog-section .catalog-section__item {
	--item-col: auto !important;
}

.catalog-section .catalog-section__item {
	min-width: 0 !important;
}

[data-pagination-num] {
	grid-column: span 4;
}

.catalog-section__item--banner {
	grid-row: span 1;
	grid-column: span 4;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

.catalog-section__item--banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bx-section-desc-post {
	margin-top: var(--margin-default);
	width: 100%;
}

.bx-section-desc-post ul{
	padding-left: 20px;
}

.catalog-section__grid [data-pagination-num] {
	order: 10000;
}

.catalog-section__item-text {
	position: absolute;
	text-align: center;
	bottom: 30px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	line-height: 17.95px;
}

@media (max-width: 992px) {
	.catalog-section {
		width: 100%;
	}

	.catalog-section .catalog-item {
		--item-col: 3;
	}

	.section-list {
		overflow: auto;
		flex-wrap: nowrap;
		width: calc(100% + 20px);
	}

	.section-list__item {
		white-space: nowrap;
	}

}

@media (max-width: 767px) {
	.catalog-section .catalog-section__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 20px;
	}

	.catalog-section__item--banner {
		grid-row: span 1;
		grid-column: span 2;
		position: relative;
	}
}

.alert-red {
	display: flex;
	gap: 8px;
	width: 100%;
	padding: 8px 16px 8px 8px;
	background-color: #f9d6d2;
	border-radius: 8px;
}

.alert-red svg{
    color: #e64833;
}

.alert-red p {
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text-color, #000);
    padding: 2px 0;
    white-space: pre-line;
	margin: 0;
}
/* End */
/* /local/templates/shop/components/bitrix/catalog/shop/style.css?17682364959198 */
/* /local/templates/shop/components/bitrix/catalog.smart.filter/shop/style.css?176976270612722 */
/* /local/templates/shop/style/shopList.css?17430770747229 */
/* /local/templates/shop/components/bitrix/catalog.section.list/shop/style.css?17682362271293 */
/* /local/templates/shop/components/bitrix/system.pagenavigation/.default/style.css?17430770731370 */
/* /local/templates/shop/components/bitrix/catalog.section/shop/style.css?17682512312073 */
