

/* Start:/local/templates/imperialgarden/css/catalog.css?174340962812458*/
.catalog__top {
	padding: 21px 0 0;
}

@media (max-width: 1024px) {
	.catalog__top {
		padding: 40px 0 0;
	}
}

.catalog__top-category {
	padding: 0;
}

@media (max-width: 1024px) {
	.catalog__top-category {
		padding: 0;
	}
}

.catalog__top-category-background {
	height: 34.7vw;
	background-size: cover;
	background-position: center;
	padding: 27px 0 40px;
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.catalog__top-category-background {
		height: 75vw;
		padding: 20px 0 20px;
		margin-bottom: 24px;
	}
}

.catalog__top-category-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
}

.catalog__top .breadcrumbs {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 48px;
}

@media (max-width: 1024px) {
	.catalog__top .breadcrumbs {
		display: none;
	}
}

.catalog__top-category .breadcrumbs {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: var(--gray-light);
	margin-bottom: 48px;
}

.catalog__top-category .breadcrumbs li:hover {
	color: var(--gray-light-1);
}

.catalog__top-category .breadcrumbs li:active {
	color: var(--base-white);
	opacity: 0.12;
}

.catalog__top-category .breadcrumbs li.active:hover {
	color: var(--gray-light-1);
}

.catalog__top-category .breadcrumbs li.active:active {
	color: var(--base-white);
	opacity: 0.12;
}

@media (max-width: 1024px) {
	.catalog__top-category .breadcrumbs {
		font-size: 12px;
		line-height: 14px;
	}
}

.catalog__heading {
	font-family: var(--font-tt-ramillas);
	font-weight: 400;
	font-size: 64px;
	line-height: 70px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	text-align: center;
	word-break: break-word;
	margin: 0;
	margin-bottom: 8px;
}

@media (max-width: 1024px) {
	.catalog__heading {
		font-weight: 500;
		font-size: 36px;
		line-height: 40px;
		letter-spacing: -0.03em;
		margin-bottom: 12px;
	}
}

.catalog__top-category .catalog__heading {
	display: inline-block;
}

.catalog__heading-counter-container {
	padding-left: 8px;
}

@media (max-width: 1024px) {
	.catalog__heading-counter-container {
		padding-left: 4px;
	}
}

.catalog__heading-counter {
	font-family: var(--font-tt-ramillas);
	font-weight: 400;
	font-size: 22px;
	line-height: 16px;
	font-style: italic;
	vertical-align: top;
	color: var(--gray-light);
	opacity: 0.76;
}

@media (max-width: 1024px) {
	.catalog__heading-counter {
		font-size: 16px;
		line-height: 18px;
		opacity: 1;
	}
}

.catalog__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.03em;
	text-align: center;
	word-break: break-word;
	margin: 0;
	margin-bottom: 24px;
}

@media (max-width: 1024px) {
	.catalog__description {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.02em;
		margin-bottom: 24px;
	}

	.catalog__description br {
		display: none;
	}
}

.catalog__slider-controls-buttons {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 44px;
}

@media (max-width: 1024px) {
	.catalog__slider-controls-buttons {
		display: none;
	}
}

.catalog__slider-wrapper {
	height: fit-content;
}

@media (max-width: 1024px) {
	.catalog__slider-wrapper {
		height: 43.3vw;
	}
}

.catalog__slider {
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;

}

.catalog__slider .catalog__slide {
	height: auto;
}

.catalog__slider .slick-list {
    overflow: visible;
}

@media (max-width: 1024px) {
	.catalog__slide {
		padding: 0 6px;
	}
}

.catalog__slide-link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 92.7%;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.catalog__slide-link {
		gap: 8px;
		width: 50vw;
	}
}

.catalog__top-category-slider-container {
	position: relative;
	height: 33px;
	border-radius: 400px;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.catalog__top-category-slider-container {
		overflow: visible;
	}
	.catalog__top-category-slider-container .swiper{
		border-radius: 0;
		padding: 0 16px;
		margin: 0 -16px;
	}
}

@media (max-width: 480px) {
	.catalog__top-category-slider-container .swiper {
		margin: 0 -16px;
	}
}

.catalog__top-category-slider-wrapper {
	height: min-content;
}

.catalog__top-category-slider {
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 1024px) {
	.catalog__top-category-slider .slick-list {
    	overflow: visible;
	}
}

.catalog__top-category-slide.swiper-slide {
	width: fit-content;
}

.catalog__top-category-slider .catalog__top-category-slide-link {
	display: block;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 7px;
	border-width: 1.5px;
	border-color: var(--gray-light-1);
}

.catalog__top-category-slider-controls-buttons {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	pointer-events: none;
	z-index: 1;
}

@media (max-width: 1024px) {
	.catalog__top-category-slider-controls-buttons {
		display: none;
	}
}

.catalog__top-category-slider-controls-buttons .catalog__top-category-slider-button {
	width: 44px;
    height: 32px;
	pointer-events: all;
}

.catalog__top-category-slider-button--prev,
.catalog__top-category-slider-button--next {
	position: relative;
}

.catalog__top-category-slider-button--prev::after,
.catalog__top-category-slider-button--next::after {
	content: '';
	position: absolute;
	width: calc(100% + 4px);
	background-color: var(--gray-light);
	z-index: -1;
	transition: inherit;
}

.catalog__top-category-slider-button--prev::after {
	top: -1px;
	right: -4px;
	bottom: -1px;
	left: 0;
}

.catalog__top-category-slider-button--next::after {
	top: -1px;
	right: 0;
	bottom: -1px;
	left: -4px;
}

.catalog__top-category-slider-controls-buttons .catalog__top-category-slider-button[aria-disabled="true"] {
	opacity: 0;
	pointer-events: none;
}

.catalog__image-container {
	position: relative;
	width: 100%;
	padding-top: 71.9%;
}

@media (max-width: 1024px) {
	.catalog__image-container {
		padding-top: 72.2%;
	}
}

.catalog__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog__category {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	margin: 0;
}

@media (max-width: 1024px) {
	.catalog__category {
		font-weight: 500;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: normal;
	}
}

.catalog__top-divider {
	width: 100%;
	height: 1px;
	background-color: var(--gray-light-1);
	margin-top: 40px;
}

@media (max-width: 1024px) {
	.catalog__top-divider {
		margin-top: 28px;
	}
}

/*  */
/* Catalog results */
.catalog__results {
	padding: 48px 0;
}

@media (max-width: 1024px) {
	.catalog__results {
		padding: 32px 0;
	}
}

.catalog__results-heading {
	display: inline-block;
	margin-bottom: 34px;
}

@media (max-width: 1024px) {
	.catalog__results-heading {
		margin-bottom: 20px;
	}
}

.catalog__results-counter-container {
	font-family: var(--font-tt-ramillas);
	font-weight: 400;
	font-size: 22px;
	line-height: 16px;
	font-style: italic;
	vertical-align: top;
	color: var(--gray-dark-3);
	padding-left: 8px;
	opacity: 0.75;
}

@media (max-width: 1024px) {
	.catalog__results-counter-container {
		padding-left: 4px;
	}
}

@media (max-width: 1024px) {
	.news-section__counter {
		font-size: 16px;
		line-height: 14px;
	}
}

.catalog__results-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 48px;
	list-style: none;
	margin: 0;
	margin-bottom: 48px;
	padding: 0;
}

@media (max-width: 1024px) {
	.catalog__results-list {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 8px;
		grid-row-gap: 20px;
		margin-bottom: 32px;
	}
}

.catalog__results-pagination {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.catalog__results-pagination .catalog__results-more-button {
	width: 100%;
	background-color: transparent;
	padding: 21px 21px 19px;
	border-width: 1.5px;
}

.catalog__results-more-button span {
	display: inline-block;
	width: fit-content;
	position: relative;
	font-size: 14px;
	line-height: 16px;
	color: var(--base-dark-gray);
	padding-right: 26px;
	padding-left: 0;
}

.catalog__results-more-button span::before,
.catalog__results-more-button span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 16.5px;
	height: 1.5px;
	background-color: currentColor;
}

.catalog__results-more-button span::before {
	transform: translateY(-50%);
}

.catalog__results-more-button span::after {
	transform: translateY(-50%) rotateZ(90deg);
}

@media (max-width: 1024px) {
	.catalog__results-pagination .catalog__results-more-button {
		padding: 11px;
	}

	.catalog__results-more-button span {
		letter-spacing: -0.03em;
		padding-right: 23px;
	}

	.catalog__results-more-button span::before,
	.catalog__results-more-button span::after {
		width: 14px;
	}
}

.catalog__results-pagination-list {
	display: flex;
	justify-content: center;
	gap: 4px;
	list-style: none;
}

@media (max-width: 1024px) {
	.catalog__results-pagination-list {
		gap: 0;
	}
}

.catalog__results-pagination-link {
	display: block;
	min-width: 40px;
	height: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 0;
}

.catalog__results-pagination-link--prev {
	position: relative;
	padding-left: 20px;
	margin-right: 16px;
}

.catalog__results-pagination-link--prev::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	mask-image: url('/local/templates/imperialgarden/css/../images/icons/arrow-down.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	transform: translateY(-50%) rotateZ(90deg);
}

@media (max-width: 1024px) {
	.catalog__results-pagination-link--prev {
		width: 40px;
		height: 40px;
		padding: 12px;
		margin-right: 4px;
	}

	.catalog__results-pagination-link--prev::before {
		left: 50%;
		transform: translateX(-50%) translateY(-50%) rotateZ(90deg);
	}
}

.catalog__results-pagination-link--next {
	position: relative;
	padding-right: 20px;
	margin-left: 16px;
}

.catalog__results-pagination-link--next::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	mask-image: url('/local/templates/imperialgarden/css/../images/icons/arrow-down.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	transform: translateY(-50%) rotateZ(-90deg);
}

@media (max-width: 1024px) {
	.catalog__results-pagination-link--next {
		width: 40px;
		height: 40px;
		padding: 12px;
		margin-left: 4px;
	}

	.catalog__results-pagination-link--next::before {
		right: 50%;
		transform: translateX(50%) translateY(-50%) rotateZ(-90deg);
	}
}

.catalog__results-pagination-link--disabled {
	opacity: 0.12;
	cursor: default;
	pointer-events: none;
}

@media (max-width: 1024px) {
	.catalog__results-pagination-link-label {
		display: none;
	}
}

.catalog__results-pagination-list .catalog__results-pagination-link--current {
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: default;
	pointer-events: none;
}
/* End Catalog results */
/*  */


/*  */
/* Popular */
.catalog__popular {
	padding: 48px 0;
}

@media (max-width: 1024px) {
	.catalog__popular {
		padding: 24px 0;
	}
}

.catalog__popular-heading {
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.catalog__popular-heading {
		margin-bottom: 16px;
	}
}

.catalog__popular-list-wrapper {
	position: relative;
	overflow-x: auto;
  	overflow-y: visible;
	margin-right: -60px;
	margin-left: -60px;
}

@media (max-width: 1024px) {
	.catalog__popular-list-wrapper {
		margin-right: -16px;
		margin-left: -16px;
	}
}

.catalog__popular-list {
	display: flex;
	gap: 12px;
	list-style: none;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding-right: 60px;
	padding-left: 60px;
}

.catalog__popular-list::-webkit-scrollbar {
	display: none;
}

@media (max-width: 1024px) {
	.catalog__popular-list {
		padding-right: 16px;
		padding-left: 16px;
	}
}

.catalog__popular-link {
	display: block;
	font-family: inherit;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--base-dark-gray);
	text-decoration: none;
	text-wrap: nowrap;
	white-space: nowrap;
	background-color: var(--gray-light-1);
	padding: 10px 16px;
	margin: 0;
	border: none;
	border-radius: 12px;
	cursor: pointer;
}
/* End Popular */
/*  */

/* End */


/* Start:/local/templates/imperialgarden/css/components/breadcrumbs.css?17410071831377*/
.breadcrumbs__container {
  width: 100%;
}

@media(max-width: 1024px) {
  .breadcrumbs__container {
    width: 100vw;
    margin-left: -16px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  list-style: none;
  color: var(--base-dark-gray);
  scrollbar-width: none;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  transition: color .3s;
}

.breadcrumbs li:hover {
  color: var(--gray-dark-1);
}

.breadcrumbs li:active {
  color: initial;
  opacity: 0.12;
}

.breadcrumbs li.active {
  color: var(--gray-dark-1);
  pointer-events: none;
}

.breadcrumbs li.active:hover {
  color: var(--base-dark-gray);
}

.breadcrumbs li.active:active {
  color: initial;
  opacity: 0.12;
}

.breadcrumbs li a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: '/';
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: var(--gray-dark-1);
}

@media(max-width: 1024px) {
  .breadcrumbs {
    flex-wrap: nowrap;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: scroll;
  }

  .breadcrumbs li {
    flex-shrink: 0;
  }

  .breadcrumbs li a {
    white-space: nowrap;
  }
}
/* End */


/* Start:/local/templates/imperialgarden/css/components/filter.css?173261400623187*/
.filter__top-container {
	display: grid;
	grid-template-columns: fit-content(130px) 1fr min(22vw, 318px);
	align-items: start;
	padding-bottom: 32px;
}

@media (max-width: 1024px) {
	.filter__top-container {
		display: flex;
		padding-bottom: 20px;
		padding-left: 16px;
	}
}

/*  */
/* Filter button */
.filter__button {
	font-family: inherit;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-wrap: nowrap;
	white-space: nowrap;
	padding: 10px 16px;
	margin: 0;
	border: none;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

@media (max-width: 1024px) {
	.filter__button {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.02em;
		padding: 7px 12px;
	}
}

/* Color */
.filter__button--dark {
	color: var(--base-white);
	background-color: var(--green-dark);
}

.filter__button--light {
	color: var(--base-dark-gray);
	background-color: var(--gray-light-1);
}

.filter__button--light[aria-expanded="true"] {
	color: var(--base-white);
	background-color: var(--green-dark);
}

/* Shape */
.filter__button--squared {
	border-radius: 12px;
}

@media (max-width: 1024px) {
	.filter__button--squared {
		border-radius: 10px;
	}
}

.filter__button--rounded {
	border-radius: 400px;
}

/* Decoration */
.filter__button--plus-iconed {
	padding-right: 40px;
	position: relative;
}

.filter__button--plus-iconed::before,
.filter__button--plus-iconed::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18.5px;
	width: 11px;
	height: 1px;
	background-color: currentColor;
	transition: all .2s ease-in-out;
}

.filter__button--plus-iconed::before {
	transform: translateY(-50%);
}

.filter__button--plus-iconed::after {
	transform: translateY(-50%) rotateZ(-90deg);
}

.filter__button--plus-iconed[aria-expanded="true"]::before {
	transform: translateY(-50%) rotateZ(180deg);
}

.filter__button--plus-iconed[aria-expanded="true"]::after {
	transform: translateY(-50%) rotateZ(0deg);
}

@media (max-width: 1024px) {
	.filter__button--plus-iconed {
		padding-right: 28px;
	}

	.filter__button--plus-iconed::before,
	.filter__button--plus-iconed::after {
		right: 10.5px;
	}
}
/* End Filter button */
/*  */

.filter__open-button {
	position: relative;
    z-index: 2;
}

.filter__short-parameters-item {
	position: relative;
}

.filter__short-parameter-button {
	position: relative;
}

.filter__short-selected-badge {
	box-sizing: content-box;
	position: absolute;
	top: 0;
	right: 0;
	width: fit-content;
	min-width: 4px;
	min-height: 12px;
	transform: translateX(6px) translateY(-7px);
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	color: var(--base-white);
	background-color: var(--base-red);
	padding: 2px 6px;
	border: 2px solid var(--base-white);
	border-radius: 33px;
}

@media (max-width: 1024px) {
	.filter__short-selected-badge {
		transform: translateX(6px) translateY(-6px);
	}
}

.filter__short-setted-badge {
	box-sizing: content-box;
	position: absolute;
	top: 0;
	right: 0;
	width: fit-content;
	width: 8px;
	height: 8px;
	color: var(--base-white);
	background-color: var(--bright-red);
	border: 2px solid var(--base-white);
	border-radius: 33px;
}

.filter__short-parameters-wrapper {
	position: relative;
	overflow-x: auto;
  	overflow-y: visible;
}

.filter__short-parameters-wrapper::before,
.filter__short-parameters-wrapper::after {
	content: none;
	position: absolute;
	top: 0;
	width: 12px;
	height: 100%;
	pointer-events: none;
  	z-index: 1;
}

.filter__short-parameters-wrapper::before {
	content: none;
	left: 0;
	background: linear-gradient(to right, var(--gray-light), transparent);
}

.filter__short-parameters-wrapper::after {
	right: 0;
	background: linear-gradient(to left, var(--gray-light), transparent);
}

@media (max-width: 1024px) {
	.filter__short-parameters-wrapper::before {
		content: none;
	}

	.filter__short-parameters-wrapper::after {
		content: none;
	}
}

.filter__short-parameters-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	/* Пока скрыта кнопка всех фильтров */
	/* padding-left: 12px; */
	/* Пока параметры переносятся на новую строку */
	/* padding-right: 12px; */
	overflow-x: auto;
	scroll-behavior: smooth;
}

@media (max-width: 1024px) {
	.filter__short-parameters-list {
		/* Пока параметры переносятся на новую строку */
		/* padding-left: 12px; */
	}
}

.filter__short-parameters-list::-webkit-scrollbar {
	display: none;
}

.filter__short-values-list {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 260px;
	height: min-content;
	max-height: 160px;
	overflow-x: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: var(--gray-light-5);
	list-style: none;
	padding: 12px 8px;
	border-radius: 16px;
	z-index: 1;
}

.filter__short-parameter-button[aria-expanded="false"] + .filter__short-values-list {
	opacity: 0;
	pointer-events: none;
}

.filter__short-parameter-button[aria-expanded="true"] + .filter__short-values-list {
	opacity: 1;
	pointer-events: all;
}

.filter__short-values-item {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 6px 12px;
}

.filter__short-values-item input {
	position: relative;
	appearance: none;
	background: transparent;
	width: 22px;
	height: 22px;
	border: 1px solid var(--gray-light-7);
	border-radius: 6px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.filter__short-values-item input:checked::before,
.filter__short-values-item input:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--base-dark-gray);
}

.filter__short-values-item input:checked::before {
	width: 11px;
	height: 1.5px;
	transform-origin: 60% 50%;
	transform: translateX(-35%) translateY(-75%) rotateZ(-45deg);
}

.filter__short-values-item input:checked::after {
	width: 5px;
	height: 1.5px;
	transform-origin: 0% 50%;
	transform: translateX(-110%) translateY(-70%) rotateZ(45deg);
}

.filter__short-values-item label {
	flex-grow: 1;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.filter__short-colors-list {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 284px;
	height: min-content;
	max-height: 160px;
	overflow-x: auto;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	list-style: none;
	background-color: var(--gray-light-5);
	padding: 12px 12px;
	border-radius: 16px;
	z-index: 1;
}

.filter__short-parameter-button[aria-expanded="false"] + .filter__short-colors-list {
	opacity: 0;
	pointer-events: none;
}

.filter__short-parameter-button[aria-expanded="true"] + .filter__short-colors-list {
	opacity: 1;
	pointer-events: all;
}

.filter__short-colors-item {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
}

.filter__short-colors-item input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: none;
	appearance: none;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.filter__short-colors-item label {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.filter__short-colors-item input:checked {
	opacity: 0.65;
}

.filter__short-colors-item label {
	opacity: 0;
}

.filter__short-colors-item label::before,
.filter__short-colors-item label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--base-dark-gray);
}

.filter__short-colors-item label::before {
	width: 11px;
	height: 1.5px;
	transform-origin: 60% 50%;
	transform: translateX(-35%) translateY(-75%) rotateZ(-45deg);
}

.filter__short-colors-item label::after {
	width: 5px;
	height: 1.5px;
	transform-origin: 0% 50%;
	transform: translateX(-110%) translateY(-70%) rotateZ(45deg);
}

.filter__short-colors-item input:checked + label {
	opacity: 1;
}

.filter__short-fields-list {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 260px;
	height: min-content;
	max-height: 160px;
	overflow-x: auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-wrap: wrap;
	background-color: var(--gray-light-5);
	padding: 12px 8px;
	border-radius: 16px;
	z-index: 1;
}

.filter__short-parameter-button[aria-expanded="false"] + .filter__short-fields-list {
	opacity: 0;
	pointer-events: none;
}

.filter__short-parameter-button[aria-expanded="true"] + .filter__short-fields-list {
	opacity: 1;
	pointer-events: all;
}

.filter__short-fields-item {
	display: flex;
	gap: 8px;
	padding: 6px 6px;
	margin-right: 4px;
	margin-left: 4px;
	background-color: var(--base-white);
	border-bottom: 1px solid var(--gray-light-6);
	border-radius: 6px;
}

.filter__short-fields-item label {
	font-family: var(--tt-norms-pro);
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--base-dark-gray);
}

.filter__short-fields-item input {
	appearance: none;
	flex-grow: 1;
	width: 123px;
	font-family: var(--tt-norms-pro);
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--base-dark-gray);
	background: transparent;
	border: none;
	outline: none;
}

.filter__short-fields-item input[type="number"]::-webkit-outer-spin-button,
.filter__short-fields-item input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter__short-fields-item input[type="number"] {
    -moz-appearance: textfield;
}

.filter__short-fields-item input::placeholder {
	color: var(--gray-dark-1);
}

.filter__short-fields-item button {
	position: relative;
	width: 20px;
	height: 20px;
	background: transparent;
	border: none;
	cursor: pointer;
}

.filter__short-fields-item button::before,
.filter__short-fields-item button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 1.5px;
	background-color: var(--gray-light-7);
}

.filter__short-fields-item button::before {
	transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}

.filter__short-fields-item button::after {
	transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}

.filter__sorting-toggle {
	position: relative;
	width: 100%;
    text-align: left;
}

.filter__sorting-list {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 260px;
	height: min-content;
	overflow-x: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: var(--gray-light-5);
	list-style: none;
	padding: 12px 8px;
	border-radius: 16px;
	z-index: 1;
}

.filter__sorting-toggle[aria-expanded="false"] + .filter__sorting-list {
	opacity: 0;
	pointer-events: none;
}

.filter__sorting-toggle[aria-expanded="true"] + .filter__sorting-list {
	opacity: 1;
	pointer-events: all;
}

.filter__sorting-item {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 6px 12px;
}

.filter__sorting-item input {
	position: relative;
	appearance: none;
	background: transparent;
	width: 18px;
	height: 18px;
	border: 1px solid var(--gray-light-7);
	border-radius: 50%;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.filter__sorting-item input:checked{
	border-width: 5px;
	border-color: var(--green-light-1);
}

.filter__sorting-item label {
	flex-grow: 1;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.filter__bottom-container {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	border-top: 1px solid var(--gray-light-1);
	padding-top: 32px;
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.filter__bottom-container {
		display: none;
	}
}

.filter__current-list {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	list-style: none;
}

.filter__current-item {
	display: flex;
	flex-wrap: nowrap;
}

.filter__current-value {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: var(--base-white);
	text-transform: uppercase;
	background-color: var(--gray-dark-8);
	border-radius: 400px 0 0 400px;
	padding: 7px 0 7px 14px;
}

.filter__current-button {
	position: relative;
	width: 30px;
	height: 100%;
	background-color: var(--gray-dark-8);
	border: none;
	border-radius: 0 400px 400px 0;
	margin-left: -0.5px;
	cursor: pointer;
}

.filter__current-button::before,
.filter__current-button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13.5px;
	width: 11px;
	height: 1px;
	background-color: var(--base-white);
}

.filter__current-button::before {
	transform: translateY(-50%) rotateZ(45deg);
}

.filter__current-button::after {
	transform: translateY(-50%) rotateZ(-45deg);
}

.filter__current-clear-button {
	position: relative;
	font-family: inherit;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: var(--base-dark-gray);
	text-transform: uppercase;
	background-color: var(--gray-light-5);
	border-radius: 400px 0 0 400px;
	padding: 7px 30px 7px 14px;
	border: none;
	border-radius: 400px;
	cursor: pointer;
}

.filter__current-clear-button::before,
.filter__current-clear-button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13.5px;
	width: 11px;
	height: 1px;
	background-color: currentColor;
}

.filter__current-clear-button::before {
	transform: translateY(-50%) rotateZ(45deg);
}

.filter__current-clear-button::after {
	transform: translateY(-50%) rotateZ(-45deg);
}

.filter__sorting-toggle-icon {
	display: none;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	mask-image: url('/local/templates/imperialgarden/css/components/../../images/icons/down-up-arrows.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 20px 20px;
}

@media (max-width: 1024px) {
	.filter__sorting-toggle {
		width: 44px;
		height: 32px;
		padding: 7px 12px;
		margin-right: 8px;
	}

	.filter__sorting-toggle::before,
	.filter__sorting-toggle::after {
		content: none;
	}

	.filter__sorting-dropdown {
		order: -1;
	}

	.filter__sorting-toggle-title {
		display: none;
	}

	.filter__sorting-toggle-icon {
		display: block;
	}
}


/*  */
/* Filter popup */
.filter__popup-heading {
	font-family: Helvetica, sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.03em;
}

@media (max-width: 1024px) {
	.filter__popup-heading {
		font-size: 24px;
		line-height: 28px;
	}
}

.filter__popup-current-container {
	display: flex;
	gap: 12px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--gray-light-6);
}

.filter__popup-current-list {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	list-style: none;
}

.filter__popup-current-item {
	display: flex;
	flex-wrap: nowrap;
}

.filter__popup-current-value {
	display: block;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: var(--base-white);
	text-transform: uppercase;
	background-color: var(--gray-dark-8);
	border-radius: 400px 0 0 400px;
	padding: 7px 0 7px 14px;
}

.filter__popup-current-button {
	position: relative;
	width: 30px;
	height: 100%;
	background-color: var(--gray-dark-8);
	border: none;
	border-radius: 0 400px 400px 0;
	margin-left: -0.5px;
	cursor: pointer;
}

.filter__popup-current-button::before,
.filter__popup-current-button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13.5px;
	width: 11px;
	height: 1px;
	background-color: var(--base-white);
}

.filter__popup-current-button::before {
	transform: translateY(-50%) rotateZ(45deg);
}

.filter__popup-current-button::after {
	transform: translateY(-50%) rotateZ(-45deg);
}

.filter__popup-current-clear-button {
	position: relative;
	font-family: inherit;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	color: var(--base-dark-gray);
	text-transform: uppercase;
	background-color: var(--gray-light-5);
	border-radius: 400px 0 0 400px;
	padding: 7px 30px 7px 14px;
	border: none;
	border-radius: 400px;
	cursor: pointer;
}

.filter__popup-current-clear-button::before,
.filter__popup-current-clear-button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13.5px;
	width: 11px;
	height: 1px;
	background-color: currentColor;
}

.filter__popup-current-clear-button::before {
	transform: translateY(-50%) rotateZ(45deg);
}

.filter__popup-current-clear-button::after {
	transform: translateY(-50%) rotateZ(-45deg);
}

.filter__popup-form {

}

.filter__popup-group-fieldset, fieldset {
	border: none;
	padding: 0;
	margin-bottom: 24px;
}

.filter__popup-group-fieldset  {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.filter__popup-group-fieldset input {
	display: none;
}

.filter__popup-group-fieldset label {
	font-size: 16px;
	line-height: 20px;
	transition: all .2s ease-in-out;
}

.filter__popup-group-fieldset input:checked + label {
	background-color: var(--green-light-2);
}

.filter__popup-parameter-button-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.filter__popup-parameter-button {
	font-family: var(--tt-norms-pro);
	position: relative;
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	background: transparent;
	border: none;
	padding-left: 28px;
	cursor: pointer;
}

.filter__popup-parameter-button::before,
.filter__popup-parameter-button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 2.5px;
	width: 11px;
	height: 1px;
	background-color: currentColor;
	transition: all .2s ease-in-out;
}

.filter__popup-parameter-button::before {
	transform: translateY(-50%);
}

.filter__popup-parameter-button::after {
	transform: translateY(-50%) rotateZ(-90deg);
}

.filter__popup-parameter-button[aria-expanded="true"]::before {
	transform: translateY(-50%) rotateZ(180deg);
}

.filter__popup-parameter-button[aria-expanded="true"]::after {
	transform: translateY(-50%) rotateZ(0deg);
}

/* .filter__popup-parameter-button[aria-expanded="false"] + .filter__popup-value-list-wrapper {
	display: none;
}

.filter__popup-parameter-button[aria-expanded="true"] + .filter__popup-value-list-wrapper {
	display: block;
} */

.filter__popup-value-list-wrapper[aria-hidden="true"] {
	display: none;
}

.filter__popup-value-list-wrapper[aria-hidden="false"] {
	display: block;
}

.filter__popup-values {
	padding: 16px 0;
}

.filter__popup-value-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.filter__popup-value-item {
	display: flex;
	align-items: center;
	gap: 9px;
}

.filter__popup-value-item input {
	position: relative;
	appearance: none;
	background: transparent;
	width: 22px;
	height: 22px;
	border: 1px solid var(--gray-light-7);
	border-radius: 6px;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.filter__popup-value-item input:checked::before,
.filter__popup-value-item input:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--base-dark-gray);
}

.filter__popup-value-item input:checked::before {
	width: 11px;
	height: 1.5px;
	transform-origin: 60% 50%;
	transform: translateX(-35%) translateY(-75%) rotateZ(-45deg);
}

.filter__popup-value-item input:checked::after {
	width: 5px;
	height: 1.5px;
	transform-origin: 0% 50%;
	transform: translateX(-110%) translateY(-70%) rotateZ(45deg);
}

.filter__popup-value-item label {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.filter__popup-value-item--hidden {
	display: none;
}

.filter__popup-more-values-button {
	position: relative;
	font-family: var(--tt-norms-pro);
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	color: var(--gray-dark-1);
	text-transform: uppercase;
	background: transparent;
	border: none;
	padding: 1px 20px 1px 0;
	cursor: pointer;
}

.filter__popup-more-values-button::before,
.filter__popup-more-values-button::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2.5px;
	width: 11px;
	height: 1px;
	background-color: currentColor;
}

.filter__popup-more-values-button::before {
	transform: translateY(-50%);
}

.filter__popup-more-values-button::after {
	transform: translateY(-50%) rotateZ(90deg);
}

.filter__popup-fields-wrapper {
	display: flex;
	flex-direction: row;
	gap: 24px;
	flex-wrap: wrap;
	padding-bottom: 0;
}

.filter__popup-input-field {
	display: flex;
	gap: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--gray-light-6);
}

.filter__popup-input-field label {
	font-family: var(--tt-norms-pro);
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--base-dark-gray);
}

.filter__popup-input-field input {
	appearance: none;
	width: 123px;
	font-family: var(--tt-norms-pro);
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--base-dark-gray);
	background: transparent;
	border: none;
	outline: none;
}

.filter__popup-input-field input[type="number"]::-webkit-outer-spin-button,
.filter__popup-input-field input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter__popup-input-field input[type="number"] {
    -moz-appearance: textfield;
}

.filter__popup-input-field input::placeholder {
	color: var(--gray-dark-1);
}

.filter__popup-input-field button {
	position: relative;
	width: 20px;
	height: 20px;
	background: transparent;
	border: none;
	cursor: pointer;
}

.filter__popup-input-field button::before,
.filter__popup-input-field button::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 1.5px;
	background-color: var(--gray-light-7);
}

.filter__popup-input-field button::before {
	transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}

.filter__popup-input-field button::after {
	transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}

.filter__popup-colors-list {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	list-style: none;
}

.filter__popup-colors-list .filter__popup-value-item {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
}

.filter__popup-colors-list input {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: none;
	appearance: none;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.filter__popup-colors-list label {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.filter__popup-colors-list input:checked {
	opacity: 0.65;
}

.filter__popup-colors-list label {
	opacity: 0;
}

.filter__popup-colors-list label::before,
.filter__popup-colors-list label::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: var(--base-dark-gray);
}

.filter__popup-colors-list label::before {
	width: 11px;
	height: 1.5px;
	transform-origin: 60% 50%;
	transform: translateX(-35%) translateY(-75%) rotateZ(-45deg);
}

.filter__popup-colors-list label::after {
	width: 5px;
	height: 1.5px;
	transform-origin: 0% 50%;
	transform: translateX(-110%) translateY(-70%) rotateZ(45deg);
}

.filter__popup-colors-list input:checked + label {
	opacity: 1;
}

.filter__popup .aside-modal__footer {
	display: flex;
	gap: 16px;
}

.filter__popup .aside-modal__button {
	color: var(--base-white);
	background-color: var(--green-light);
	border:  none;
}

.filter__popup .aside-modal__button:hover {
	background-color: var(--green-dark);
}

.filter__popup .aside-modal__button:active {
	background-color: var(--green-light);
	opacity: 0.4;
}

.filter__popup .aside-modal__button:disabled {
	opacity: 0.4;
	pointer-events: none;
	cursor: default;
}

.filter__popup-reset-button {
	width: 100%;
}
/* End Filter popup */
/*  */

/* End */


/* Start:/local/templates/imperialgarden/css/aside-modal.css?17431432847069*/
.aside-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  font-family: 'TT Norms Pro';
}

.aside-modal.open {
  display: block;
}

.aside-modal__bg {
  width: 100%;
  height: 100%;
  background: rgba(25, 25, 22, 0.45);
  backdrop-filter: blur(8px);
}

.aside-modal__body {
  position: absolute;
  display: grid;
  grid-template-rows: auto 1fr auto;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 490px;
  padding: 44px 32px 0;
  background: var(--base-white);
  overflow: hidden;
}

.aside-modal__body--product-card {
  padding-bottom: 52px;
}

.aside-modal.open .aside-modal__body {
  animation: open .7s ease forwards;
}

.aside-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--base-dark-gray);
  background: url('/local/templates/imperialgarden/css/../images/icons/cross-b.svg') 50% 50% no-repeat;
  cursor: pointer;
}

.aside-modal__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 40px 24px 0;
}

.aside-modal__header-sticker {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--base-white);
  background: var(--base-dark-gray);
  border-radius: 8px;
  z-index: 1;
}

.aside-modal__header-sticker::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: currentColor;
  mask-image: url('/local/templates/imperialgarden/css/../images/icons/lightning-white.svg');
  mask-position: 50% 50%;
  mask-repeat: no-repeat;
}

.aside-modal__header-sticker[data-tab="past"]::before {
  mask-image: url('/local/templates/imperialgarden/css/../images/icons/clock.svg');
}

@media (max-width: 1024px) {
  .aside-modal__header-sticker {
    font-size: 10px;
    line-height: 14px;
  }
}

.aside-modal__header-date {
  font-size: 16px;
  line-height: 20px;
  color: var(--gray-dark-1);
  letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
  .aside-modal__header-date {
    font-size: 14px;
    line-height: 18px;
  }
}

.aside-modal__content {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.aside-modal__content::-webkit-scrollbar {
  display: none;
}

.aside-modal__title {
  font-size: 28px;
  line-height: 32px;
  color: var(--base-dark-gray);
  margin-bottom: 16px;
}

.aside-modal__footnote {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 18px;
  color: var(--gray-dark-1);
}

.aside-modal__footnote::before {
  content: '*';
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}

.aside-modal__text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
  color: var(--base-dark-gray);
}

.aside-modal__text--bold {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.aside-modal__list {
  padding-left: 20px;
}

.aside-modal__list-item:not(:last-child) {
  margin-bottom: 12px;
}

.aside-modal__footer {
  margin: 0 -32px;
  padding: 20px 32px 40px;
  background: var(--base-white);
}

.aside-modal__footer--slider {
  padding: 20px 0 0;
  margin: 0;
  max-width: 426px;
  overflow: visible;
}

.aside-modal__button {
  width: 100%;
  padding: 21px 0 19px;
  font-size: 14px;
  line-height: 16px;
  color: var(--base-dark-gray);
  text-transform: uppercase;
  text-align: center;
  background: var(--base-white);
  border-radius: 400px;
  border: 1px solid var(--base-dark-gray);
  cursor: pointer;
  transition: color .3s, background .3s, border-color .3s;
}

.aside-modal__button:hover {
  background: var(--green-light);
  color: var(--base-white);
  border-color: var(--green-light)
}

.aside-modal__header-avatar {
  position: relative;
  width: 77px;
  height: 88px;
  flex-shrink: 0;
  border-radius: 12px;
}

.aside-modal__header-avatar img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: contain;
}

.aside-modal__header-name {
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #2E2E2E;
}

.aside-modal__header-position {
  font-size: 16px;
  line-height: 20px;
  color: #787878;
}

.aside-modal__header--top {
  align-items: flex-start;
}

.aside-modal__text p:not(:last-child) {
  margin-bottom: 8px;
}

.aside-modal__contact-name,
.aside-modal__contact-link {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  color: #787878;
}

.aside-modal__contact-link {
  margin-bottom: 0;
  color: var(--base-dark-gray);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.asid-modal__contact-item:not(:last-child) {
  .aside-modal__footer-slider {
    width: 100%;
  }


  margin-bottom: 24px;
}:not(:last-child)-btn

.aside-modal__btns-btn {
  text-align: center;
  cursor: pointer;
  font-family: var(--font-tt-norms-pro);
}

.aside-modal__cart-item {
  margin-bottom: 32px;
  border: none !important;
}

.aside-modal__slider-top {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: center;
	margin-bottom: 24px;
}

.aside-modal__slider-heading {
  font-size: 28px;
  line-height: 32px;
	font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.aside-modal__slider-controls-buttons {
  display: flex;
	gap: 12px;
}

.aside-modal__slider-container {
  height: 332px;
  width: 100%;
  position: relative;
}

.slick-slider.aside-modal__slider {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;

}

.aside-modal__slider-button.ig-interaction-button {
  height: 32px;
  width: 44px;
}
.aside-modal__slider-button.ig-interaction-button::before {
  width: 20px;
  height: 20px;
}

.aside-modal__slider-slide {

}

.aside-modal__slider-slide:not(:last-child) {
}

.aside-modal__image-container {
  padding-top: 72%;
}

.aside-modal__btns-btn {
  text-align: center;
}

@keyframes open {
  0% {
    right: -100%;
  }
  100% {
    right: 0;
  }
}

@media (max-width: 1024px) {
  .aside-modal__slider-top {
    margin-bottom: 16px;
  }

  .aside-modal__footer--slider {
    max-width: 100vw;
  }

  .aside-modal__btns-btn {
    width: 100%;
    text-align: center;
  }

  .aside-modal__btns-btn:not(:last-child) {
    margin-bottom: 16px;
  }

  .aside-modal__slider-slide {

  }

  .aside-modal__slider-container {
    height: 250px;
  }
}

@media (max-width: 1024px) {
  .aside-modal__slider-controls-buttons {
    display: none;
  }
}

@media(max-width: 768px) {
  .aside-modal__body {
    max-width: unset;
    padding: 32px 16px 0;
  }

  .aside-modal__header {
    gap: 12px;
    margin: 0 55px 20px 0;
  }

  .aside-modal__sticker {
    gap: 3px;
    padding: 2px 6px;
    font-size: 10px;
    line-height: 14px;
    border-radius: 6px;
  }

  .aside-modal__title {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 26px;
  }

  .aside-modal__footnote {
    margin-bottom: 12px;
  }

  .aside-modal__text {
    margin-bottom: 20px;
  }

  .aside-modal__text--bold {
    margin-bottom: 12px;
  }

  .aside-modal__footer {
    padding: 16px;
    margin: 0 -16px;
  }
}
/* End */


/* Start:/local/templates/imperialgarden/css/components/item-card.css?17506800748425*/
/* Item card */
.item-card__image-container {
	position: relative;
	width: 100%;
	padding-top: 113.2%;
	margin-bottom: 16px;
	overflow: hidden;
}

.item-card__image-container::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.1), transparent 60%);
	pointer-events: none;
	transition: all .2s ease-in-out;
}


@media (max-width: 1024px) {
	.item-card__image-container {
		margin-bottom: 8px;
	}
}

.item-card__images-container {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.item-card__image-link {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-card--out-of-stock .item-card__image-link {
	opacity: 0.6;
}

.item-card__images-list {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.item-card__image-item {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 2px;
}

.item-card__image-item::after {
	content: '';
    position: relative;
    display: none;
    top: 100%;
    left: 0px;
    right: 0px;
    transform: translateY(-7px);
    height: 3px;
    border-radius: 5px;
    background-color: white;
    opacity: 0.5;
    z-index: 1;
}

.item-card__images-list:hover .item-card__image-item::after {
	display: block;
}

.item-card__image-item:only-child:hover::after {
	display: none;
}

.item-card__image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	transition: all .2s ease-in-out;
	opacity: 0;
}

.item-card__image-item:first-child .item-card__image {
	opacity: 1;
}

.item-card__image-item:hover .item-card__image {
	opacity: 1;
}

.item-card__image-item:hover::after {
	opacity: 1;
}

.item-card__favorites-button {
	/*display: none !important;*/
	position: absolute;
	top: 8px;
	right: 8px;
	width: 40px;
	height: 40px;
	color: var(--base-white);
	background-color: currentColor;
	padding: 0;
	border: none;
	mask-image: url('/local/templates/imperialgarden/css/components/../../images/icons/favorites-icon.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	cursor: pointer;
	pointer-events: all;
	z-index: 1;
}

.item-card__favorites-button:hover {
	mask-image: url('/local/templates/imperialgarden/css/components/../../images/icons/filled-favorites-icon.svg');
}

.item-card__favorites-button:active {
	opacity: 0.5;
}

.item-card__favorites-button--liked {
	mask-image: url('/local/templates/imperialgarden/css/components/../../images/icons/filled-favorites-icon.svg');
}

@media (max-width: 1024px) {
	.item-card__favorites-button {
		top: 4px;
		right: 4px;
		width: 36px;
		height: 36px;
	}
}

/*  */
/* Stickers */
.item-card__stickers {
	position: absolute;
	top: 16px;
	left: 16px;
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
	gap: 8px;
	max-height: 90%;
	list-style: none;
	margin: 0;
	padding: 0;
	pointer-events: none;
}

@media (max-width: 1024px) {
	.item-card__stickers {
		top: 12px;
		left: 12px;
	}
}

.item-card__sticker {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-align: center;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 8px;
}

@media (max-width: 1024px) {
	.item-card__sticker {
		font-weight: 500;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: normal;
		padding: 2px 8px;
		border-radius: 4px;
	}
}

/* Color */
.item-card__sticker--red {
	color: var(--base-white);
	background-color: var(--bright-red);
}

.item-card__sticker--blue {
	color: var(--base-white);
	background-color: var(--base-blue);
}

.item-card__sticker--green {
	color: var(--base-white);
	background-color: var(--base-green);
}

/* Decoration */
.item-card__sticker--iconed .item-card__sticker-content {
	position: relative;
	padding-left: 20px;
}

.item-card__sticker--iconed .item-card__sticker-content::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background-color: currentColor;
	mask-image: url('/local/templates/imperialgarden/css/components/../../images/icons/tree-icon.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}
/* End Stickers */
/*  */

/*  */
/* Cart button */
.item-card__cart-button {
	display: block;
	position: absolute;
	right: 16px;
	bottom: 24px;
	left: 16px;
	width: auto;
	font-family: var(--font-norms-pro);
	z-index: 1;
	cursor: pointer;
	transition: all .2s ease-in-out;
	opacity: 0;
	pointer-events: none;
}

.item-card:hover .item-card__cart-button {
	opacity: 1;
	pointer-events: all;
}

@media (max-width: 1024px) {
	.item-card .item-card__cart-button {
		right: 12px;
		bottom: 12px;
		left: auto;
		width: min-content;
		padding: 6px;
		border-radius: 50%;
		opacity: 1;
		pointer-events: all;
	}
}

.item-card__cart-button-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
}

.item-card__cart-button-content--outside {
	display: flex;
}

.item-card__cart-button-content--inside {
	display: none;
}

.item-card__cart-button--added .item-card__cart-button-content--outside {
	display: none;
}

.item-card__cart-button--added .item-card__cart-button-content--inside {
	display: flex;
}

.item-card__cart-button-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

@media (max-width: 1024px) {
	.item-card__cart-button-text {
		display: none;
	}
}
/* End Cart button */
/*  */

/*  */
/* Out of Stock Button */
.item-card__out-of-stock-button {
	display: block;
	position: absolute;
	right: 16px;
	bottom: 24px;
	left: 16px;
	width: auto;
	font-family: var(--font-norms-pro);
	z-index: 1;
	cursor: pointer;
	transition: all .2s ease-in-out;
	opacity: 0;
	pointer-events: none;
}

.item-card:hover .item-card__out-of-stock-button {
	opacity: 1;
	pointer-events: all;
}

@media (max-width: 1024px) {
	.item-card .item-card__out-of-stock-button {
		display: none;
	}
}
/* End Out of Stock Button */
/*  */

.item-card__grid {
	display: grid;
	grid-template-areas:
		"brand price"
		"name price"
		"parameters price";
	grid-template-rows: auto auto auto;
	grid-template-columns: max-content fit-content;
	column-gap: 16px;
	row-gap: 8px;
	width: 100%;
}

@media (max-width: 1024px) {
	.item-card__grid {
		grid-template-areas:
			"brand"
			"name"
			"parameters"
			"price";
		row-gap: 4px;
	}
}

.item-card__link {
	display: block;
	color: var(--base-dark-gray);
	text-decoration: none;
}

.item-card__brand {
	grid-area: brand;
	align-self: baseline;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.item-card__brand {
		font-size: 10px;
		line-height: 14px;
		letter-spacing: normal;
	}
}

.item-card__name {
	grid-area: name;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	margin: 0;
}

@media (max-width: 1024px) {
	.item-card__name {
		font-weight: 500;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: normal;
		text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
	}
}

.item-card__parameters {
	grid-area: parameters;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: var(--gray-dark-3);
}

@media (max-width: 1024px) {
	.item-card__parameters {
		font-size: 10px;
		line-height: 14px;
	}
}

.item-card__price {
	grid-area: price;
	align-self: self-start;
    justify-self: end;
	font-family: var(--font-tt-ramillas);
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: end;
}

.item-card--out-of-stock .item-card__price {
	align-self: baseline;
	font-family: var(--font-norms-pro);
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--base-red);
}

.item-card__price span {
	display: block;
}

.item-card__price--discounted {
	color: var(--bright-red);
}

.item-card__price--discounted .item-card__old-price {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: var(--gray-dark-3);
	text-decoration: line-through;
}

@media (max-width: 1024px) {
	.item-card__price {
		justify-self: start;
		font-size: 16px;
		line-height: 20px;
		text-align: start;
	}

	.item-card--out-of-stock .item-card__price {
		font-size: 12px;
		line-height: 18px;
	}
}
/* End Item card */
/* End */


/* Start:/local/templates/imperialgarden/css/components/promo-card.css?17326140061467*/
/* Promo card */
.promo-card {
	position: relative;
	width: 100%;
	height: 472px;
}

.promo-card--gray {
	color: var(--beige-light);
}

.promo-card--yellow {
	color: var(--yellow-light);
}

@media (max-width: 1024px) {
	.promo-card {
		height: 264px;
	}
}

.promo-card__image-container {
	position: relative;
	width: 100%;
	height: 100%;
}

.promo-card__image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promo-card__grid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
	padding: 24px;
}

@media (max-width: 1024px) {
	.promo-card__grid {
		padding: 2.78vw;
	}
}

.promo-card__heading {
	font-family: var(--font-tt-ramillas);
	font-weight: 500;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	word-break: break-word;
}

@media (max-width: 1024px) {
	.promo-card__heading {
		font-size: min(6.1vw, 24px);
		line-height: min(6.1vw, 24px);
	}
}

.promo-card__bottom {
	display: flex;
	gap: 10%;
	align-items: flex-end;
}

.promo-card__description {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.02em;
	word-break: break-word;
}

@media (max-width: 1024px) {
	.promo-card__description {
		font-size: min(3.33vw, 14px);
		line-height: 16px;
	}
}

.promo-card .promo-card__link {
	width: 40px;
	min-width: 40px;
	height: 40px;
	padding: 8px;
}
/* End Promo card */
/* End */


/* Start:/local/templates/imperialgarden/css/components/set-section.css?17391931641452*/
/*  */
/* Set section */
/*  */
.set-section {
	padding: 48px 0;
}

@media (max-width: 1024px) {
	.set-section {
		padding: 24px 0;
	}
}

.set-section__top {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: center;
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.set-section__top {
		margin-bottom: 16px;
	}
}

.set-section__heading {
	display: inline;
}

.set-section__counter {
	font-family: var(--font-tt-ramillas);
	font-weight: 400;
	font-size: 22px;
	line-height: 16px;
	font-style: italic;
	vertical-align: top;
	color: var(--gray-dark-3);
}

@media (max-width: 1024px) {
	.set-section__counter {
		font-size: 16px;
		line-height: 18px;
	}
}

.set-section__slider-controls-buttons {
	display: flex;
	gap: 12px;
}

@media (max-width: 1024px) {
	.set-section__slider-controls-buttons {
		display: none;
	}
}

.set-section__slider-container {
	height: min-content;
	margin-right: -1vw;
}

@media (max-width: 1024px) {
	.set-section__slider-container {
		width: 100vw;
	}
}

.set-section__slider-container .slick-track {
	margin-left: 0;
}

.set-section__slider {
	list-style: none;
	padding: 0;
	margin: 0;
}

@media (max-width: 1024px) {
	.set-section__slide:first-child {
		margin-left: 16px;
	}
}

.set-section__slide .item-card {
	width: 96%;
}

.set-section__button {
	margin: 44px auto 0;
}

@media (max-width: 1024px) {
	.set-section__button {
		margin: 32px auto 0;
	}
}
/*  */
/* End Set section */
/*  */
/* End */


/* Start:/local/templates/imperialgarden/css/components/tooltip-popup.css?17326140063055*/
/*  */
/* IG Tooltip popup */
.ig-tooltip-popup-button {
	width: 15px;
	height: 15px;
	background: transparent;
	background-color: var(--gray-dark-1);
	mask-image: url('/local/templates/imperialgarden/css/components/../../images/icons/tooltip-icon.svg');
	mask-repeat: no-repeat;
	mask-position: center;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.ig-tooltip-popup-button:hover {
	background-color: var(--gray-dark-4);
}

.ig-tooltip-popup-button:active {
	background-color: var(--gray-dark-1);
	opacity: 0.5;
}

.ig-tooltip-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

.ig-tooltip-popup__bg {
	width: 100%;
	height: 100%;
	background: none;
	background: rgba(25, 25, 22, 0.45);
	backdrop-filter: blur(8px);
}

.ig-tooltip-popup__body {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	padding: 48px 40px;
	background: var(--base-white);
	border-radius: 24px;
	transform: translate(-50%, -50%);
}

@media(max-width: 768px) {
	.ig-tooltip-popup__body {
		width: 90%;
		padding: 32px 16px 24px;
	}
}

.ig-tooltip-popup__close {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 16px;
	top: 16px;
	background: transparent;
	border: none;
	cursor: pointer;
}

.ig-tooltip-popup__close::before,
.ig-tooltip-popup__close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 1.5px;
	background-color: var(--gray-dark-1);
	transition: all .2s ease-in-out;
}

.ig-tooltip-popup__close::before {
	transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}

.ig-tooltip-popup__close::after {
	transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}

.ig-tooltip-popup__close:hover::before,
.ig-tooltip-popup__close:hover::after {
	background-color: var(--gray-dark-4);
}

.ig-tooltip-popup__close:active::before,
.ig-tooltip-popup__close:active::after {
	background-color: var(--gray-dark-1);
	opacity: 0.5;
}

@media(max-width: 768px) {
	.ig-tooltip-popup__close::before,
	.ig-tooltip-popup__close::after {
		width: 28px;
		height: 1.5px;
	}
}

.ig-tooltip-popup__heading {
	display: block;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.03em;
	margin-bottom: 32px;
}

@media(max-width: 768px) {
	.ig-tooltip-popup__heading {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 26px;
	}
}

.ig-tooltip-popup main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	margin-bottom: 32px;
}

@media(max-width: 768px) {
	.ig-tooltip-popup main {
		gap: 20px;
		margin-bottom: 20px;
	}
}

.ig-tooltip-popup img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.ig-tooltip-popup p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: var(--gray-dark-3);
}

@media(max-width: 768px) {
	.ig-tooltip-popup p {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.02em;
	}
}

.ig-tooltip-popup .ig-tooltip-popup__button {
	width: 100%;
	padding: 21px 21px 19px;
}

@media(max-width: 768px) {
	.ig-tooltip-popup .ig-tooltip-popup__button {
		padding: 13px 13px 11px;
	}
}
/* End IG Tooltip popup */
/*  */
/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17246796161265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/imperialgarden/components/bitrix/catalog.item/imperial/style.min.css?173261400516852*/
.catalog-section-item{background-color:#fff;margin-bottom:4px;width:100%;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:576px){.catalog-section-item{border:1px solid rgba(0,0,0,0.11)}}.catalog-section-item-slider-container{position:relative;max-width:100%;background:transparent;transition:background 800ms ease;z-index:90;overflow:hidden}.catalog-section-item-slider-block{position:relative;box-sizing:border-box;padding-top:56.25%;height:0;background:#fff;border-bottom:1px solid #f0efed;overflow:hidden}.catalog-section-item-slider-block.catalog-section-item-slider-block-square{padding-top:100%}@media(min-width:576px){.catalog-section-item-slider-block{padding-top:100% !important}}.catalog-section-item-slider-images-container{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px}.catalog-section-item-slider-images-container::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:8;background:#fff}.catalog-section-item-slider-image{position:absolute;top:100%;right:0;bottom:0;left:0;margin-left:0;text-align:center;opacity:0;z-index:5;width:100%}.catalog-section-item-slider-image-overlay{z-index:9;position:absolute;background-size:cover;background-repeat:no-repeat;background-position:center;top:0;right:0;bottom:0;left:0;filter:blur(44px)}.catalog-section-item-slider-image-overlay:before{content:'';display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(0,rgba(0,0,0,0.06),rgba(0,0,0,0.06))}.catalog-section-item-slider-images-slider-pager{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;display:flex;align-items:stretch;z-index:10}.catalog-section-item-slider-images-slider-pager-item{flex:1 1 0;position:relative}.catalog-section-item-slider-image.active,.catalog-section-item-slider-image.next,.catalog-section-item-slider-image.prev{z-index:10;opacity:1;top:0}.catalog-section-item-slider-animation .catalog-section-item-slider-image.left.active{animation:catalogSectionItemSliderImage_left_active 250ms ease-in-out 1 forwards}@keyframes catalogSectionItemSliderImage_left_active{from{margin-left:0}to{margin-left:-100%}}.catalog-section-item-slider-animation .catalog-section-item-slider-image.right.active{animation:catalogSectionItemSliderImage_right_active 250ms ease-in-out 1 forwards}@keyframes catalogSectionItemSliderImage_right_active{from{margin-left:0}to{margin-left:100%}}.catalog-section-item-slider-animation .catalog-section-item-slider-image.left.next{animation:catalogSectionItemSliderImage_left_next 250ms ease-in-out 1 forwards}@keyframes catalogSectionItemSliderImage_left_next{from{margin-left:100%}to{margin-left:0}}.catalog-section-item-slider-animation .catalog-section-item-slider-image.right.prev{animation:catalogSectionItemSliderImage_right_prev 250ms ease-in-out 1 forwards}@keyframes catalogSectionItemSliderImage_right_prev{from{margin-left:-100%}to{margin-left:0}}.catalog-section-item-slider-image img{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;z-index:10;outline:1px solid transparent;background-position:center;background-repeat:no-repeat;transform:translateY(-50%) translateX(-50%)}.catalog-section-item-slider-progress-bar{position:absolute;bottom:0;left:0;z-index:180;height:3px;background:var(--theme-color-primary,#63aa28)}.catalog-section-item-slider-controls-block{padding:4px 16px;text-align:center;display:flex;align-items:center;justify-content:center}.catalog-section-item-slider-controls-block.selected{display:flex}.catalog-section-item-slider-controls-image{position:relative;padding:4px;overflow:hidden;opacity:.3;text-align:center;cursor:pointer;flex-grow:1}.catalog-section-item-slider-controls-image:hover,.catalog-section-item-slider-controls-image.active{opacity:1}.catalog-section-item-slider-controls-dot{height:4px;background-color:#c4c4c4;border-radius:2px}.catalog-section-item-slider-close{display:none}.catalog-section-item-slider-container.popup .catalog-section-item-slider-close{position:absolute;top:4px;right:110px;bottom:0;z-index:150;display:block;width:50px;height:50px;	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center; opacity:.27;cursor:pointer;transition:all 300ms ease}.catalog-section-item-slider-container.popup .catalog-section-item-slider-close:hover{opacity:1}.catalog-section-item-slider-container.popup .catalog-section-item-slider-right{right:105px}.catalog-section-item-label-container{position:absolute;left:0;top:9px;z-index:50;display:flex;flex-direction:column;align-items:flex-start}.catalog-section-item-label-text{background:#63aa28;color:#fff;padding:1px 16px;border:1px solid #fff;border-left:0;font-weight:500;font-size:16px;line-height:25px;margin-bottom:3px}.catalog-section-item-description{padding:12px 16px 23px 16px}.catalog-section-item-name,.catalog-section-item-name a,.catalog-section-item-name-link{color:#777;text-decoration:none;font:normal 16px/23px "Roboto","Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.catalog-section-item-price{font-weight:500;font-size:26px;line-height:31px;color:#121212}.catalog-section-item-price-discount-container{padding-bottom:2px}.catalog-section-item-price-discount{font-style:normal;font-weight:500;font-size:11px;line-height:15px;text-decoration-line:line-through;color:#121212;opacity:.5;margin-right:1px}.catalog-section-item-price-discount-diff{font-style:normal;font-weight:500;font-size:12px;line-height:15px;text-align:center;text-transform:capitalize;color:#fff;padding:0 6px;background:#63aa28;border-radius:4px}.catalog-section-item-buy-btn{margin:0 auto;width:100%;max-width:260px;min-width:120px;transition:background-color .3s}.btn.catalog-section-item-buy-btn[disabled],.btn.catalog-section-item-buy-btn.disabled{background-color:#121212;border-color:#121212;color:#fff;opacity:.2}.btn.catalog-section-item-buy-btn:hover{background-color:#404040}.catalog-section-item-popup-buy-btn{min-width:290px;margin:0 auto;width:100%}.catalog-section-item-detail-wrapper{position:fixed;bottom:0;left:0;right:0;z-index:198;transition:180ms linear background;background:rgba(0,0,0,0)}.catalog-section-item-detail-wrapper.opened{top:0;display:flex}.catalog-section-item-detail-cover{z-index:190;position:absolute;bottom:0;left:0;right:0;top:0;pointer-events:none;background:rgba(0,0,0,0);transition:180ms linear background}.catalog-section-item-detail-wrapper.opened .catalog-section-item-detail-cover{background:rgba(0,0,0,0.8);pointer-events:auto}.catalog-section-item-detail-container{position:fixed;bottom:0;left:50%;transform:translateX(-50%);max-width:615px;max-height:90vh;z-index:200;transition:200ms linear all;display:flex;align-items:stretch;width:100%;flex-direction:column}.catalog-section-item-detail-wrapper.closed .catalog-section-item-detail-container{max-height:0;bottom:-20px}@media(min-width:615px){.catalog-section-item-detail-swipe-btn-container{display:none !important}.catalog-section-item-detail-container{max-width:400px;transition:200ms linear height,200ms linear opacity;max-height:80vh;opacity:0}.catalog-section-item-detail-wrapper.opened .catalog-section-item-detail-container{position:relative;transform:none;left:0;margin:0 auto;align-self:center;opacity:1}.catalog-section-item-detail-offers{border-radius:0 0 12px 12px}}.catalog-section-item-detail-header{padding:7px 14px}.catalog-section-item-detail-header-separate{flex:1;padding-bottom:6px}.catalog-section-item-detail-swipe-btn-container{flex:2;display:flex;align-items:flex-end;justify-content:center;align-self:flex-end;cursor:pointer;padding-top:15px}.catalog-section-item-detail-swipe-btn{width:52px;height:5px;background:#fff;opacity:.5;border-radius:2.5px}.catalog-section-item-detail-close-btn-container{flex:1;padding-bottom:5px}.catalog-section-item-detail-close-btn{display:flex;align-items:center;justify-content:flex-end;opacity:.5;transition:180ms linear all}.catalog-section-item-detail-close-btn:hover{opacity:1;text-decoration:none;border-bottom:0;cursor:pointer}.catalog-section-item-detail-close-btn-text,.catalog-section-item-detail-close-btn-text:hover{font-style:normal;font-weight:normal;font-size:16px;line-height:21px;color:#fff}.catalog-section-item-detail{background:#fff;padding:22px 16px 0;flex:1;border-radius:12px 12px 0 0}.catalog-section-item-detail-offers{flex:auto;border-top:1px solid #e7e7e7;padding:0 16px 20px;background:#fff}.catalog-section-item-detail-preview-image{width:50px;height:auto}.catalog-section-item-detail-title{font-style:normal;font-weight:normal;font-size:16px;line-height:23px;color:#777}.catalog-section-item-detail{overflow:auto;max-height:80vh}.catalog-section-item-detail-props-container{background:#fff;overflow-y:auto}.catalog-section-item-detail-props-container-inner{padding:8px 16px;border:1px solid #e7e7e7;margin-bottom:20px}.catalog-section-item-info-container{margin-bottom:11px}.catalog-section-item-propertie-item{margin-bottom:1px}.catalog-section-item-properties{font-style:normal;font-weight:normal;font-size:15px;line-height:25px}.catalog-section-item-scu-container-title{color:#333;font-size:12px}.catalog-section-item-scu-block-title{font-style:normal;font-weight:normal;font-size:15px;line-height:25px;margin-bottom:2px}.catalog-section-item-scu-list{margin:0}.catalog-section-item-scu-item-list{margin:0 -4px;padding:0;list-style:none;position:relative;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}.catalog-section-item-scu-item-color-container,.catalog-section-item-scu-item-text-container{display:inline-block;box-sizing:border-box;min-width:53px;padding:0 4px 5px;max-width:100%}.catalog-section-item-scu-item-color-block{position:relative;width:54px;height:33px;border:2px solid #c0cfda;cursor:pointer;border-radius:2px;box-sizing:border-box;transition:190ms linear color,190ms linear background-color,190ms linear border-color}.catalog-section-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;padding:5px;background-color:#fff;background-position:center;background-size:cover;background-repeat:no-repeat}.catalog-section-item-scu-item-text-block{position:relative;padding:3px 15px;min-width:53px;box-sizing:border-box;border:1px solid rgba(0,0,0,0.3);cursor:pointer;border-radius:2px;transition:190ms linear color,190ms linear background-color,190ms linear border-color}.catalog-section-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-style:normal;font-weight:normal;font-size:15px;line-height:25px}.catalog-section-item-scu-item-color-container.notallowed .catalog-section-item-scu-item-color-block,.catalog-section-item-scu-item-text-container.notallowed .catalog-section-item-scu-item-text-block{position:relative;border-color:#a9adb4 !important}.catalog-section-item-scu-item-color-container.notallowed .catalog-section-item-scu-item-color-block:after,.catalog-section-item-scu-item-text-container.notallowed .catalog-section-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}.catalog-section-item-scu-item-text-block:hover,.catalog-section-item-scu-item-text-container.selected .catalog-section-item-scu-item-text-block{border-color:#000;background-color:#000;color:#fff}.catalog-section-item-scu-item-color-block:hover,.catalog-section-item-scu-item-color-container.selected .catalog-section-item-scu-item-color-block{border-color:#000}.catalog-section-item-quantity-container{padding:15px 0;position:relative}.catalog-section-item-quantity-title{text-align:center;font-style:normal;font-weight:normal;font-size:12px;line-height:25px;color:#999;position:absolute;bottom:calc(100% - 20px);left:0;right:0;vertical-align:bottom}.catalog-section-item-quantity-field-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:110px;margin:0}.catalog-section-item-quantity-btn-plus,.catalog-section-item-quantity-btn-minus{position:relative;display:block;min-width:26px;height:26px;border-radius:50%;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 180ms ease,opacity 180ms ease}.catalog-section-item-quantity-btn-plus:hover,.catalog-section-item-quantity-btn-minus:hover{background:#d3d3d3}.catalog-section-item-quantity-btn-plus:after,.catalog-section-item-quantity-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.catalog-section-item-quantity-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease}.catalog-section-item-quantity-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.catalog-section-item-quantity-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-plus:after,.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-minus:after{opacity:.3 !important;cursor:default}.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-plus:hover,.catalog-section-item-quantity-btn-disabled.catalog-section-item-quantity-btn-minus:hover{background-color:#f2f2f2}.catalog-section-item-quantity-btn-plus:hover:after,.catalog-section-item-quantity-btn-minus:hover:after{opacity:1}.catalog-section-item-quantity-field-block{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 5px;position:relative}input.catalog-section-item-quantity-field{position:absolute;left:5px;top:0;display:block;max-width:calc(100% - 10px);margin:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}div.catalog-section-item-quantity-field{position:relative;pointer-events:none;z-index:10;opacity:0;transition:190ms linear width}.catalog-section-item-quantity-field{display:block;padding:0 5px;width:100%;box-sizing:border-box;min-width:20px;height:26px;border:1px solid transparent;border-radius:2px;background:transparent !important;vertical-align:middle;text-align:center;transition:border 200ms ease;font-style:normal;font-weight:normal;font-size:15px;line-height:25px;color:#121212}.catalog-section-item-quantity-field:focus{outline:none !important;border-color:var(--theme-color-primary,#63aa28)}.bx-no-touch input.catalog-section-item-quantity-field::-webkit-outer-spin-button,.bx-no-touch input.catalog-section-item-quantity-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.catalog-section-item-quantity-description{position:absolute;top:calc(100% - 12px);left:0;right:0;white-space:nowrap;text-align:center;font-style:normal;font-weight:normal;font-size:12px;line-height:15px;color:#999;vertical-align:bottom;letter-spacing:-0.4px}.catalog-item-quantity-description-price{white-space:nowrap}.catalog-item-quantity-description-price span{color:#121212}.catalog-item-quantity-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.ovh{overflow:hidden}
/* End */
/* /local/templates/imperialgarden/css/catalog.css?174340962812458 */
/* /local/templates/imperialgarden/css/components/breadcrumbs.css?17410071831377 */
/* /local/templates/imperialgarden/css/components/filter.css?173261400623187 */
/* /local/templates/imperialgarden/css/aside-modal.css?17431432847069 */
/* /local/templates/imperialgarden/css/components/item-card.css?17506800748425 */
/* /local/templates/imperialgarden/css/components/promo-card.css?17326140061467 */
/* /local/templates/imperialgarden/css/components/set-section.css?17391931641452 */
/* /local/templates/imperialgarden/css/components/tooltip-popup.css?17326140063055 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?17246796161265 */
/* /local/templates/imperialgarden/components/bitrix/catalog.item/imperial/style.min.css?173261400516852 */
