

/* Start:/local/templates/imperialgarden/css/portfolio.css?174661167226014*/
.portfolio {
  padding-bottom: 96px;
}

.portfolio__items {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 16px;
}

.portfolio__item {
  width: calc( ( 100% - 16px) / 2 );
}

.portfolio__item:nth-child(3n+4),
.portfolio__item:first-child {
  width: 100%;
}

.portfolio__item:nth-child(3n+4) .portfolio__item-img,
.portfolio__item:first-child .portfolio__item-img{
  padding-top: 55%;
}

.portfolio__item-img {
  position: relative;
	display: block;
  width: 100%;
  padding-top: 110%;
	text-decoration: none;
}

.portfolio__item-img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio__item-content {
  padding-top: 20px;
}

.portfolio__item-title,
.portfolio__item-text {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #2E2E2E;
	text-decoration: none;
}

.portfolio__item-title {
	display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.portfolio__item-tags {
  display: flex;
  align-items: center;
  gap: 8px;
}

.portfolio__item-tag {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-dark-1);
}

.portfolio__title {
  margin-bottom: 40px;
}

.portfolio__hero {
  position: relative;
  padding-top: 47%;
  width: 100%;
  margin-bottom: 40px;
}

.portfolio__hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio__block {
  position: relative;
  width: 100%;
}

.portfolio__block:first-child {
  padding-top: 64px;
  border-top: 1px solid var(--gray-light-1);
}

.portfolio__block:not(:last-child) {
  margin-bottom: 48px;
}

.portfolio__block-title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 16px;
  color: var(--gray-dark-1);
  text-transform: uppercase;
}

.portfolio__block:first-child .portfolio__block-title{
  top: 64px;
}

.portfolio__block-text {
  font-size: 16px;
  line-height: 20px;
}

.portfolio__block-text--high {
  font-size: 28px;
  line-height: 32px;
}

.portfolio__block-text:not(:last-child) {
  margin-bottom: 16px;
}

.portfolio__cards {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.portfolio__card {
  width: calc( ( 100% - 16px ) / 2 );
}

.portfolio__card-hero {
  position: relative;
  width: 100%;
  padding-top: 113%;
  margin-bottom: 16px;
}

.portfolio__card-hero img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio__card-name {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
  color: var(--base-dark-gray);
  font-weight: 500;
  text-transform: uppercase;
}

.portfolio__card-info {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #787878;
  text-transform: uppercase;
}

.portfolio__card-more {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 14px;
  color: var(--base-dark-gray);
  text-transform: uppercase;
  cursor: pointer;
}

.portfolio__card-more::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url('/local/templates/imperialgarden/css/../images/icons/plus.svg') 50% 50% no-repeat;
  background-size: 11px 11px;
}

.portfolio__block .portfolio__block-content {
  margin-bottom: 0;
}

.portfolio__block-items {
  list-style: none;
}

.portfolio__block-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 14px;
  font-size: 28px;
  line-height: 32px;
  color: #2E2E2E;
}

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

.portfolio__block-item::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: var(--base-red);
  transform-origin: center;
  transform: rotate(45deg);
}

.portfolio__slider-container {
  padding: 64px 0;
}

.portfolio__slider-details {
  max-width: 606px;
  font-size: 16px;
  line-height: 20px;
}

.portfolio .portfolio__slider-slide {
  position: relative;
  margin: 0 8px;
  height: auto;
}

.portfolio__slider-slide::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48.48%;
}

.portfolio__slider-slide-image img{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.portfolio .portfolio__slider-button {
  background: none;
  border: 1px dashed var(--gray-dark-1);
  transition: opacity .3s;
}
.portfolio .portfolio__slider-button[aria-disabled="true"] {
  opacity: 0.35;
}

.portfolio .portfolio__slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 32px;
  gap: 32px;
}

.portfolio .portfolio__slider-controls-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.portfolio__review {
  padding-left: 20px;
  margin-top: 8px;
  border-left: 1px solid #CCCCCC;
}

.portfolio__review-text {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  color: var(--base-dark-gray);
}

.portfolio__review-text::before, .portfolio__review-text::after {
  display: inline;
  font-size: inherit;
  line-height: inherit;
}

.portfolio__review-text::before {
  content: "“";
}

.portfolio__review-text::before {
  content: "”";
}

.portfolio__review-author {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-template-rows: repeat(2, auto);
  gap: 4px 12px;
  grid-template-areas:
              "avatar name"
              "avatar info"
}

.portfolio__review-name {
  grid-area: name;
  margin-bottom: 0;
  align-self: end;
}

.portfolio__review-info {
  grid-area: info;
  margin-bottom: 0;
}

.portfolio__review-avatar {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  grid-area: avatar;
}

.portfolio__video {
  position: relative;
  margin: 64px 0;
  padding-top: 55%;
  width: 100%;
  background: url('/local/templates/imperialgarden/css/../images/content/portfolio/video-bg.jpg') 50% 50% no-repeat;
  background-size: cover;
}

.portfolio__video video {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 90px;
  background-color: rgba( 255, 255, 255, 32%);
  background-image: url('/local/templates/imperialgarden/css/../images/icons/play-btn.svg');
  background-position: 55% 50%;
  background-repeat: no-repeat;
  border-radius: 400px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.portfolio .portfolio__order {
  background: var(--green-dark-3);
  margin-bottom: 96px;
}

.portfolio .portfolio__order::before {
  display: none;
}

.portfolio .portfolio__order-title {
  max-width: 665px;
}

.portfolio .portfolio__order-subtitle {
  max-width: 665px;
}

.portfolio__order-contacts {
  position: absolute;
  top: 0;
  right: 0;
}

.portfolio__order-phone {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 6px;
}

.portfolio__order-phone a {
  display: block;
  margin-right: 4px;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--base-white);
}

.portfolio__order-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}

.portfolio__order-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.portfolio__order-time {
  font-size: 14px;
  line-height: 18px;
  color: #B7B7B7;
}

.portfolio .portfolio__order-form {
  max-width: 75%;
}

.portfolio .portfolio__others {
  background: none;
	overflow: hidden;
}

.portfolio .portfolio__contacts-line {
  gap: 40px;
  justify-content: space-between;
}

.portfolio .portfolio__contacts-line .contacts__line-link:nth-child(3) {
  margin-left: 0;
}

.portfolio__filter-button.active {
  color: var(--base-white);
  background-color: var(--green-dark);
}

.portfolio__top {
  margin: 28px 0 48px;
}

@media(max-width: 1024px) {
  .portfolio .portfolio__order-form {
    width: 100%;
  }

  .portfolio__block-title {
    display: block;
    position: static;
    margin: 0 auto 20px;
    max-width: 606px;
  }
}

@media(max-width: 900px) {
  .portfolio .portfolio__order-title {
    max-width: 74%;
  }
}

@media(max-width: 768px) {
  .portfolio__items {
    gap: 32px;
  }

  .portfolio__item {
    width: 100%;
  }

  .portfolio__item .portfolio__item-img,
  .portfolio__item:first-child .portfolio__item-img  {
    padding-top: 110% !important;
  }

  .portfolio__item:nth-child(even) .portfolio__item-img {
    padding-top: 70% !important;
  }

  .portfolio__item-title,
  .portfolio__item-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .portfolio__item-title {
    margin-bottom: 4px;
  }

  .portfolio__slider-counter {
    display: none;
  }

  .portfolio .portfolio__slider-controls-buttons {
    display: none;
  }

  .portfolio__slider-slide::after {
    padding-top: 70%;
  }

  .portfolio__slider-slide.slick-slide {
    height: auto;
  }

  .portfolio__slider-container {
    padding: 48px 0 24px;
  }

  .portfolio .portfolio__slider-controls {
    padding-top: 20px;
  }

  .portfolio .portfolio__slider-slide {
    margin: 0;
  }

  .portfolio__slider-slide:not(:last-child) {
    margin: 0 8px 0 0;
  }

  .portfolio .portfolio__order-subtitle {
    margin: 0 0 24px;
  }

  .portfolio__order-contacts {
    position: static;
    margin-bottom: 24px;
  }

  .portfolio__order-phone a {
    font-size: 14px;
    line-height: 16px;
  }

  .portfolio .portfolio__order-title {
    max-width: unset;
  }

  .portfolio .portfolio__contacts-line {
    position: relative;
    flex-wrap: wrap;
    gap: 12px;
    padding: 24px 32px 0 0;
    margin-bottom: 24px;
  }

  .portfolio__hero {
    padding-top: calc( (100% / 3) * 2);
    margin-bottom: 32px;
  }

  .portfolio__block-title {
    max-width: unset;
  }

  .portfolio__block-item {
    align-items: flex-start;
    font-size: 24px;
    line-height: 32px;
  }

  .portfolio__block-item::before {
    margin-top: 13px;
  }

  .portfolio__block:not(:last-child) {
    margin-bottom: 40px;
  }

  .portfolio__cards {
    margin-right: -16px;
    padding-right: 16px;
    gap: 8px;
    overflow-x: scroll;
  }

  .portfolio__card {
    flex-shrink: 0;
    width: calc( 100% - 8px );
  }

  .portfolio__card-hero {
    margin-bottom: 20px;
  }

  .portfolio__block:first-child {
    padding-top: 40px;
  }

  .portfolio__block-text--high {
    font-size: 24px;
  }

  .portfolio__review-text {
    margin-bottom: 16px;
  }

  .portfolio__review {
    margin-bottom: 8px;
  }

  .portfolio__video {
    margin: 48px 0;
    padding-top: calc( ( 100% / 3 ) * 2 );
  }

  .portfolio__video-play {
    width: 56px;
    height: 40px;
    background-size: 45% 43%;
    background-position: 57% 50%;
  }

  .portfolio {
    padding-bottom: 40px;
  }

  .portfolio .portfolio__others {
    padding-bottom: 0;
  }
	.portfolio__top {
		margin: 16px 0 32px;
	}
}


.portfolio-filter__top-container {
	display: grid;
	grid-template-columns: fit-content(130px) 1fr min(22vw, 318px);
	align-items: end;
	padding-bottom: 32px;
}

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

/*  */
/* Filter button */
.portfolio-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;
}

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

/* Color */
.portfolio-filter__button {
	transition: all .2s ease-in-out;
}

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

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

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

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

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

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

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

.portfolio-filter__button--plus-iconed::before,
.portfolio-filter__button--plus-iconed::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18.5px;
	width: 11px;
	height: 1px;
	background-color: currentColor;
	transition: opacity .3s;
}

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

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

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

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

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

	.portfolio-filter__button--plus-iconed::before,
	.portfolio-filter__button--plus-iconed::after {
		right: 10.5px;
	}
}

.portfolio-filter__button--selected {

}
/* End Filter button */
/*  */

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

.portfolio-filter__short-parameters-item {
	position: relative;
	margin-top: 6px;
}

.portfolio-filter__sorting-dropdown {
	position: relative;
}

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

.portfolio-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) {
	.portfolio-filter__short-selected-badge {
		transform: translateX(6px) translateY(-6px);
	}
}

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

.portfolio-filter__short-parameters-wrapper {
	position: relative;
}

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

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

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

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

.portfolio-filter__short-parameters-list {
	display: flex;
	gap: 12px;
	list-style: none;
	padding-left: 12px;
	padding-right: 12px;
	scroll-behavior: smooth;
}

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

.portfolio-filter__short-values-list,
.portfolio-filter__sorting-list {
	display: none;
	position: absolute;
	left: 0;
	top: calc(100% + 8px);
	min-width: 260px;
	max-width: 360px;
	max-height: 152px;
	padding: 12px 8px;
	border-radius: 16px;
	background: var(--gray-light-5);
	z-index: 10;
	list-style: none;
	transition: all ease-in-out .2s;
	overflow: scroll;
}

.portfolio-filter__short-values-list{
	min-width: 275px;
	height: auto;
}

.portfolio-filter__short-values-item,
.portfolio-filter__sorting-item {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 7px 12px;
	font-size: 16px;
	line-height: 20px;
	color: var(--base-dark-gray);
	text-decoration: none;
	cursor: pointer;
}

.portfolio-filter__short-values-item::before,
.portfolio-filter__sorting-item::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #B7B7B7;
	border-radius: 4px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 14px 14px;
	transition: background-image .3s;
}

.portfolio-filter__short-values-item.active::before,
.portfolio-filter__sorting-item.active::before {
	background-color: var(--base-white);
	background-image: url('/local/templates/imperialgarden/css/../images/icons/check.svg');
}

.portfolio-filter__short-parameter-button[aria-expanded="true"],
.portfolio-filter__sorting-toggle[aria-expanded="true"] {
	color: var(--base-white);
	background: var(--green-dark);
}

.portfolio-filter__short-parameter-button[aria-expanded="true"]::after,
.portfolio-filter__sorting-toggle[aria-expanded="true"]::after {
	opacity: 0;
}

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

.portfolio-filter__sorting-list {
	transition: all ease-in-out .2s;
}

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

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

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

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

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

.portfolio-filter__short-colors-list {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 260px;
	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 8px;
	border-radius: 16px;
	z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.portfolio-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);
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

.portfolio-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) {
	.portfolio-filter__bottom-container {
		display: none;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



/* 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/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/portfolio.css?174661167226014 */
/* /local/templates/imperialgarden/css/components/filter.css?173261400623187 */
/* /local/templates/imperialgarden/css/components/breadcrumbs.css?17515221951417 */
