

/* Start:/local/templates/imperialgarden/css/reviews.css?17386468783089*/
.reviews__top {
	padding: 21px 0 0;
}

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

.reviews__results {
	padding: 48px 0;
}

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

.reviews__results-heading-wrapper {
	margin-bottom: 40px;
}

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

.reviews__results-heading {
	display: inline-block;
	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;
}

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

.reviews__results-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) {
	.reviews__results-counter {
		font-size: 16px;
		line-height: 18px;
		opacity: 1;
	}
}

.reviews__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: 360px;
	grid-auto-flow: row dense;
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 48px;
}

@media (max-width: 1280px) {
	.reviews__list {
		grid-template-columns: 1fr 1fr 1fr;
		margin-bottom: 32px;
	}
}

@media (max-width: 1024px) {
	.reviews__list {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: 328px;
	}
}

@media (max-width: 768px) {
	.reviews__list {
		grid-template-columns: 1fr;
	}
}

.reviews__item {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

@media (min-width: 1281px) {
	.reviews__item--stretched {
		grid-column: 2 / span 2;
	}

	.reviews__item--stretched .video-card__image {
		object-position: center 20%;
	}
}

.reviews__list .review-card,
.reviews__list .video-card {
	width: 100%;
	height: 100%;
}

.reviews__list .review-card__rating {
	display: none;
}

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

.reviews__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;
}

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

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

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

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

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

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

/* End */


/* Start:/local/templates/imperialgarden/css/components/radio-filter.css?17326140065396*/
.radio-filter {
	display: grid;
	grid-template-columns: 1fr min(22vw, 318px);
	align-items: end;
	padding-bottom: 32px;
}

@media (max-width: 1024px) {
	.radio-filter {
		grid-template-columns: min-content 1fr;
		padding-bottom: 20px;
		padding-left: 16px;
	}
}

.radio-filter__buttons-wrapper {
	position: relative;
	overflow-x: auto;
  	overflow-y: visible;
}

.radio-filter__buttons-wrapper::before,
.radio-filter__buttons-wrapper::after {
	position: absolute;
	top: 0;
	width: 8px;
	height: 100%;
	pointer-events: none;
  	z-index: 1;
}

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

.radio-filter__buttons-wrapper::after {
	content: '';
	right: 0;
	background: linear-gradient(to left, var(--gray-light), transparent);
}

@media (max-width: 1024px) {
	.radio-filter__buttons-wrapper::before {
		content: '';
	}

	.radio-filter__buttons-wrapper::after {
		content: none;
	}
}

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

.radio-filter__buttons-list::-webkit-scrollbar {
	display: none;
}

@media (max-width: 1024px) {
	.radio-filter__buttons-list {
		gap: 8px;
		padding-right: 16px;
		padding-left: 8px;
	}
}

/*  */
/* Radio filter button */
.radio-filter__button {
	display: block;
	font-family: inherit;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	text-wrap: nowrap;
	white-space: nowrap;
	padding: 10px 16px;
	margin: 0;
	border: none;
	cursor: pointer;
}

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

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

.radio-filter__button--current {
	color: var(--base-white);
	background-color: var(--green-dark);
}

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

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

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

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

.radio-filter__button--plus-iconed::before,
.radio-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;
}

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

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

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

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

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

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

@media (max-width: 1024px) {
	.radio-filter__sorting-dropdown {
		order: -1;
	}
}

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

.radio-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) {
	.radio-filter__sorting-toggle {
		width: 44px;
		height: 32px;
		padding: 7px 12px;
	}

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

	.radio-filter__sorting-dropdown {
		order: -1;
	}

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

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

.radio-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;
}

.radio-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;
}

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

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

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

.radio-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;
}

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

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


/* Start:/local/templates/imperialgarden/css/components/review-card.css?17518964462620*/
/* Review card */
.review-card {
	width: 460px;
	height: 360px;
	background-color: var(--gray-light-3);
	padding: 24px;
	border-radius: 16px;
}

.review-card__grid {
	display: grid;
	grid-template-areas:
		'info photo'
		'text text'
		'link date';
	grid-template-columns: 1fr min-content;
	grid-template-rows: min-content 1fr min-content;
	height: 100%;
	row-gap: 24px;
	column-gap: 8px;
}

.review-card__info {
	grid-area: info;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.review-card__rating-container {
	display: flex;
	gap: 8px;
	align-items: center;
}

.review-card__rating-stars-gauge {
	position: relative;
	width: 112px;
	height: 21px;
}

.review-card__rating-stars {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--gray-light-2);
	mask-image: url('/local/templates/imperialgarden/css/components/../../images/icons/star-icon.svg');
	mask-repeat: repeat-x;
	mask-size: calc(20px + 2.44px) 100%;
}

.review-card__rating-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--base-red);
	mask-image: url('/local/templates/imperialgarden/css/components/../../images/icons/star-icon.svg');
	mask-repeat: repeat-x;
	mask-size: calc(20px + 2.44px) 100%;
}

.review-card__rating {
	font-family: var(--font-tt-ramillas);
	font-weight: 500;
	font-size: 24px;
	line-height: 16px;
	color: var(--base-dark-gray);
	padding-top: 2px;
}

.review-card__author {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

.review-card__photo {
	grid-area: photo;
	justify-self: end;
	width: 72px;
	height: 88px;
	border-radius: 12px;
	overflow: hidden;
}

.review-card__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review-card__text {
	grid-area: text;
	align-content: end;
	display: block;
	min-height: 124px;
	overflow-wrap: break-word;
}

.review-card__text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.review-card__text-container {
	position: relative;
	padding-top: 44px;
}

.review-card__text-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background-image: url('/local/templates/imperialgarden/css/components/../../images/icons/quotes-icon.svg');
	background-repeat: no-repeat;

}

.review-card__link {
	grid-area: link;
}

.review-card .review-card__link {
	text-decoration: underline;
}

.review-card__date {
	grid-area: date;
	justify-self: end;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: var(--gray-dark-3);
	padding: 8px 0;
}
/* End Review card */
/* End */


/* Start:/local/templates/imperialgarden/css/components/review-popup.css?17326140061630*/
/* Review popup card */
.review-popup__info {
	grid-area: info;
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.review-popup__photo {
	grid-area: photo;
	justify-self: end;
	width: 77px;
	height: 94px;
	border-radius: 12px;
	overflow: hidden;
}

@media (max-width: 1024px) {
	.review-popup__photo {
		width: 72px;
		height: 88px;
	}
}

.review-popup__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.review-popup__rating-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.review-popup__author {
	font-weight: 400;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -0.03em;
	margin-bottom: 4px;
}

@media (max-width: 1024px) {
	.review-popup__author {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: unset;
		margin-bottom: 8px;
	}
}

.review-popup__rating-stars-gauge {
	position: relative;
	width: 112px;
	height: 21px;
	margin-bottom: 12px;
}

.review-popup__rating-stars {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--gray-light-2);
	mask-image: url('/local/templates/imperialgarden/css/components/../../images/icons/star-icon.svg');
	mask-repeat: repeat-x;
	mask-size: calc(20px + 2.44px) 100%;
}

.review-popup__rating-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--base-red);
	mask-image: url('/local/templates/imperialgarden/css/components/../../images/icons/star-icon.svg');
	mask-repeat: repeat-x;
	mask-size: calc(20px + 2.44px) 100%;
}

.review-popup__date {
	grid-area: date;
	justify-self: end;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
	color: var(--gray-dark-3);
}
/* End Review popup card */
/* End */


/* Start:/local/templates/imperialgarden/css/components/video-card.css?17518964461610*/
/* Video card */
.video-card {
	width: 318px;
	height: 360px;
}

@media (max-width: 1024px) {
	.video-card {
		height: 100%;
	}
}

.video-card__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: var(--base-white);
	text-decoration: none;
	border-radius: 16px;
	overflow: hidden;
}

.video-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 20%;
}

.video-card__info {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
}

@media (max-width: 1024px) {
	.video-card__info {
		padding: 20px;
	}
}

.video-card__info-top {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-left: auto;
	margin-right: 0;
}

.video-card__duration {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.02em;
}

@media (max-width: 1024px) {
	.video-card__duration {
		line-height: 18px;
	}
}

.video-card__play {
	width: 56px;
	height: 40px;
	color: var(--base-dark-gray);
	background-color: var(--base-white);
	background-image: url('/local/templates/imperialgarden/css/components/../../images/icons/play-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 400px;
}

.video-card__info-bottom {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

.video-card__person {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	overflow-wrap: break-word;
}

.video-card__name {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	overflow-wrap: break-word;
}
/* End Video card */
/* End */


/* Start:/local/templates/imperialgarden/css/aside-modal.css?17518964466924*/
.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;
}

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

.aside-modal__footer-slider {
  width: 100%;
}

.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__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-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/video-modal.css?17326140061715*/
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  font-family: 'TT Norms Pro';
}

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

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

.video-modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 85%;
  height: auto;
  overflow: hidden;
}

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

@media (max-width: 1024px) {
  .video-modal__body {
    width: 100vw;
  }
}

.video-modal__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  color: var(--base-white);
  border: none;
  background: transparent;
  cursor: pointer;
}

.video-modal__close::before,
.video-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43.4px;
  height: 2.5px;
  background-color: currentColor;
}

.video-modal__close::before {
  transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}

.video-modal__close::after {
  transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}

.video-modal__close:hover {
  opacity: 0.6;
}

.video-modal__close:active {
  opacity: 0.3;
}

.video-modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-modal__content iframe {
  width: 85vw;
  height: 79.6vh;
}

@media (max-width: 1024px) {
  .video-modal__content iframe {
    width: 100%;
    height: 56.67vw;
  }
}

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

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

/* End */


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

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

.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 */
/* /local/templates/imperialgarden/css/reviews.css?17386468783089 */
/* /local/templates/imperialgarden/css/components/radio-filter.css?17326140065396 */
/* /local/templates/imperialgarden/css/components/review-card.css?17518964462620 */
/* /local/templates/imperialgarden/css/components/review-popup.css?17326140061630 */
/* /local/templates/imperialgarden/css/components/video-card.css?17518964461610 */
/* /local/templates/imperialgarden/css/aside-modal.css?17518964466924 */
/* /local/templates/imperialgarden/css/video-modal.css?17326140061715 */
/* /local/templates/imperialgarden/css/components/breadcrumbs.css?17515221951417 */
