

/* Start:/local/templates/imperialgarden/css/company.css?17430838268609*/
.company__title {
	margin-bottom: 48px;
}

.company__partners {
	height: 56px;
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
	.company__partners {
		height: 40px;
	}
}

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

.company__partners-item {
	width: 110px;
	height: 56px;
	padding: 0 22px;

}

@media (max-width: 1024px) {
	.company__partners-item {
		width: 74px;
		height: 40px;
		padding: 0 8px;
	}
}

.company__partners-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.company .company__contacts-line {
	gap: 15px;
	justify-content: space-between;
}

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

.company__video.video {
	margin: 32px 0 40px;
	/* background: none; */
}

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


.company__block {
	padding-top: 96px;
}

.company__block--with-border {
	padding-top: 64px;
	border-top: 1px solid var(--gray-light-1);
}

.company__block-title {
	margin-bottom: 16px;
	font-size: 40px;
	line-height: 48px;
	font-family: var(--font-tt-ramillas);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.7px
}

.company__block-title span {
	display: block;
}

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

.company__block-text:not(:last-child) {
	margin-bottom: 12px;
}

.company__slider-container {
  padding-bottom: 64px;
}

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

.company .company__slider-slide {
  position: relative;
  margin: 0 8px;
	height: auto;
}

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

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

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

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

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

.company__areas	 {
	padding: 64px 0;
	background: var(--base-white);
	border-radius: 26px 26px 0 0;

}

.company__areas-accordeon {
	margin-bottom: 96px;
}

.company__areas-accordeon .accordeon__item-left {
	flex-basis: 38%;
}

.company__areas-title {
	margin: 0 0 40px calc( ( 380 / 1320 ) * 100% );
	font-size: 64px;
	line-height: 70px;
	font-family: var(--font-tt-ramillas);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: -0.7px;
}

.company__areas-title--sm {
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 58px;
}

.company__areas-subtitle {
	max-width: 606px;
	margin: 0 0 56px calc( ( 380 / 1320 ) * 100% );
	font-size: 16px;
	line-height: 20px;
}

.company__team {
	display: flex;
	gap: 48px 16px;
	flex-wrap: wrap;
	padding-bottom: 64px;
	border-bottom: 1px solid var(--gray-light-1);
}

.company__card {
	--num: 4;
	--gap: calc( ( var(--num) - 1 ) * 16px);
	width: calc( ( 100% - var(--gap) ) / var(--num));
}

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

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

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

.company__card-role {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
	color: #787878;
}

.company__card-contacts {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 14px;
  color: var(--base-dark-gray);
  text-transform: uppercase;
	text-decoration: none;
}

.company__card-contacts::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;
}

.company__contacts {
	max-width: 606px;
	padding: 96px 0 64px;
	margin-left: calc( ( 380 / 1320 ) * 100% );
}

.company__form {
	margin-bottom: 48px;
}

.company__form .ig-form__item input:-webkit-autofill,
.company__form .ig-form__item input:-webkit-autofill:hover,
.company__form .ig-form__item input:-webkit-autofill:focus,
.company__form .ig-form__item input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--base-white) inset !important;
}

.company__form-item {
	position: relative;
}

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

.company__form-item input {
	width: 100%;
	padding: 18px 0 8px;
	font-size: 16px;
	line-height: 20px;
	border: none;
	border-bottom: 1px solid #DBDBDB;
}

.company__form-item input:focus {
	outline: none;
}

.company__form-item label {
	position: absolute;
	top: 18px;
	left: 0;
	font-size: 16px;
	line-height: 20px;
	color: var(--base-dark-gray);
	pointer-events: none;
	user-select: none;
	transition: color .3s, font-size .3s, top .3s;
}

.company__form-item input:not(:placeholder-shown) + label {
	top: 0;
	font-size: 12px;
  line-height: 14px;
  color: var(--gray-dark-1);
}

.company__form-submit {
	padding: 21px 32px 19px;
	font-size: 14px;
	line-height: 16px;
	color: var(--base-white);
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	border-radius: 400px;
	background: var(--base-red);
	cursor: pointer;
	transition: opacity .3s;
}

.company__form-submit:disabled {
	opacity: 0.24;
}

.company__contacts-title {
	margin-bottom: 12px;
	font-size: 28px;
  line-height: 32px;
  font-family: var(--font-tt-ramillas);
  font-weight: 500;
	letter-spacing: -0.7px
}

.company__contacts-subtitle {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	color: var(--gray-dark-1);
}

.company__tour {
  position: relative;
  width: 100%;
  padding-top: 54.5%;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
}

.company__tour-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.company__tour-container > div > iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company .ymaps-2-1-79-islets_round-button {
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.company .ymaps-2-1-79-islets_round-button__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	transform: translate(-50%, -50%);
}

.company .ymaps-2-1-79-panorama-control__zoom-in,
.company .ymaps-2-1-79-panorama-control__zoom-out {
	margin: 16px 0;
}

.company .ymaps-2-1-79-panorama-control__zoom {
	left: 64px;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
}

@media(max-width: 1024px) {
	.company__block-title {
		margin-bottom: 20px;
		font-size: 28px;
		line-height: 32px;
	}

	.company__areas-title {
		margin: 0 0 24px;
		font-size: 36px;
		line-height: 40px;
	}

	.company__areas-title--sm {
		font-size: 28px;
		line-height: 32px;
	}

	.company__areas-subtitle {
		max-width: unset;
		margin: 0 0
		 32px;
	}

	.company__card {
		--num: 2;
	}

	.company__contacts {
		max-width: unset;
		padding: 48px 0;
		margin: 0;
	}
}

@media(max-width: 768px) {
	.company__slider-counter {
    display: none;
  }

  .company__slider-controls-buttons {
    display: none;
  }

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

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

  .company__slider-container {
    padding-bottom: 24px;
  }
  .company .company__slider-controls {
    padding-top: 20px;
  }

  .company__slider-slide {
    margin: 0;
  }

  .company__slider-slide:not(:last-child) {
    margin-right: 8px;
  }

	.company .company__contacts-line {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .ymaps-2-1-79-islets_round-button {
		width: 40px;
		height: 40px;
	}

	.company .ymaps-2-1-79-panorama-control__zoom-in,
	.company .ymaps-2-1-79-panorama-control__zoom-out {
		margin: 8px 0;
	}

	.company__tour {
		padding-top: 74%;
		border-radius: 0;
	}

	.company__block {
		padding-top: 48px;
	}

	.company__card {
		width: 100%;
		flex-shrink: 0;
	}

	.company__team {
		flex-wrap: nowrap;
		margin-right: -16px;
    padding-right: 16px;
    gap: 8px;
    overflow-x: scroll;
	}

	.company__contacts-title {
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 28px;
	}

	.company__contacts-subtitle {
		font-size: 14px;
		line-height: 18px;
	}

}
/* End */


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

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

.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/components/../../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;
}

@media(max-width: 768px) {
  .video {
    margin: 48px 0;
    padding-top: calc( ( 100% / 3 ) * 2 );
  }

  .video__play {
    width: 56px;
    height: 40px;
    background-size: 45% 43%;
    background-position: 57% 50%;
  }
  
}
/* End */


/* Start:/local/templates/imperialgarden/css/accordeon.css?17518964464955*/
.accordeon {
  font-family: var(--font-tt-norms-pro);
}

.accordeon__item {
  height: 132px;
  display: flex;
  align-items: stretch;
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid var(--gray-light-1);
  overflow: hidden;
  transition: height .5s;
}

.accordeon__item.open {
  height: auto;
}

.accordeon__item-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-basis: 36%;
}

.accordeon__item-number {
  font-size: 16px;
  line-height: 1;
  color: #5D5D5C;
}

.accordeon__item-title {
  font-size: 28px;
  line-height: 32px;
  color: #2E2E2E;
  font-family: var(--font-tt-ramillas);
  font-weight: 500;
}

.accordeon__item-details {
  display: none;
  margin: auto 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #212224;
  font-family: Helvetica, sans-serif;
}

.accordeon__item.open .accordeon__item-details {
  display: block;
}

.accordeon__item-right {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  height: 99px;
  transition: height .5s;
  overflow: hidden;
}


.accordeon__item.open .accordeon__item-right {
  align-items: stretch;
  height: 376px;
}

.accordeon__item-preview {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
}

@media(max-width: 768px) {
  .accordeon__item-preview {
    display: none;
  }
}

.accordeon__item-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordeon__item.open .accordeon__item-preview {
  opacity: 0;
  pointer-events: none;
}

.accordeon__item-img {
  position: relative;
  height: 375px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: height .5s;
}

@media(max-width: 768px) {
  .accordeon__item-img {
    display: none;
  }
}

.accordeon__item.open .accordeon__item-img {
  width: 60%;
  opacity: 1;
  pointer-events: all;
  transition: height .5s;
}

.accordeon__item.open .accordeon__item-right--fw .accordeon__item-img {
  width: 100%;
  padding-top: 50.6%;
}

.accordeon__item-right--fw .accordeon__item-img {
  position: relative;
}

.accordeon__item.open .accordeon__item-right--fw .accordeon__item-img img {
  position: absolute;
  top: 0;
  left: 0;
}

.accordeon__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: height .5s;
}

.accordeon__item-more {
  position: relative;
  height: 375px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: height .5s;
}

.accordeon__item.open .accordeon__item-more {
  width: 38.7%;
  opacity: 1;
  pointer-events: all;
  transition: height .5s;
}

.accordeon__item-more img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: height .5s;
  transform: none;
}

.accordeon__item-link {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 25px;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  padding: 10px;
  background: var(--base-white);
  border-radius: 400px;
  font-size: 14px;
  line-height: 16px;
  color: var(--base-dark-gray);
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.accordeon__item-link::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('/local/templates/imperialgarden/css/../images/icons/plus.svg') 50% 50% no-repeat;
  background-size: 14px 14px;
}

.accordeon__item-plus {
  width: 40px;
  height: 40px;
  margin-left: auto;
  border: 1px solid var(--base-dark-gray);
  border-radius: 50%;
  background: url('/local/templates/imperialgarden/css/../images/icons/plus.svg') 50% 50% no-repeat;
  background-size: 17px 17px;
  cursor: pointer;
}

.accordeon__item-plus:hover {
  border-color: var(--gray-dark-1);
}

.accordeon__item-plus:active {
  border-color: initial;
  opacity: 0.2;
}

.accordeon__item.open .accordeon__item-plus {
  display: none;
  margin: 0;
}

@media(max-width: 768px) {
  .accordeon {
    border-top: 1px solid var(--gray-light-1);
  }

  .accordeon__item {
    height: auto;
    padding: 16px 0;
  }

  .accordeon__item.open {
    flex-direction: column;
    gap: 12px;
  }

  .accordeon__item.open .accordeon__item-right {
    height: auto;
  }

  .accordeon__item-more {
    height: 100%;
  }

  .accordeon__item.open .accordeon__item-more {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 75%;
  }

  .accordeon__item-more img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .accordeon__item-img {
    display: none;
  }

  .accordeon__item-left {
    flex-grow: 1;
    gap: unset;
  }

  .accordeon__item-right {
    width: auto;
  }

  .accordeon__item-title {
    font-size: 42px;
    line-height: 1;
  }

  .accordeon__item-number {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .accordeon__item-details {
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .accordeon__item-plus {
    width: 32px;
    height: 32px;
  }

  .accordeon__item-plus::before {
    background-size: 14px 14px;
  }
}
/* 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/components/select.css?17326140062059*/
.ig-select {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: flex-end;
  justify-content: space-between;
  height: 47px;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #DBDBDB;
  cursor: pointer;
}

.ig-select::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background: url('/local/templates/imperialgarden/css/components/../../images/icons/angle-down.svg') 50% 50% no-repeat;
  transition: transform .3s, background .3s, border-color .3s;
}

.ig-select.active {
  border-color: var(--base-dark-gray);
}

.ig-select.active::after {
  transform: rotate(180deg);
  background-image: url('/local/templates/imperialgarden/css/components/../../images/icons/angle-down-b.svg');
}

.ig-select select {
  display: none !important;
}

.ig-select__container {
  display: none;
  position: absolute;
  top: calc( 100% + 8px );
  left: 0;
  width: 100%;
  max-height: 184px;
  padding: 12px 8px;
  border-radius: 16px;
  background: #E4E4E1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 10;
}

.ig-select__container::-webkit-scrollbar {
  display: none;
}

.ig-select__selected {
  width: calc(100% - 36px);
  font-size: 16px;
  line-height: 20px;
  color: var(--base-dark-gray);
}

.ig-select__label {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 16px;
  line-height: 20px;
  color: var(--base-dark-gray);
  transition: font-size .3s, color .3s, top .3s;
}

.ig-select__selected:not(:empty) + .ig-select__label {
  top: 0;
  font-size: 12px;
  line-height: 14px;
  color: var(--gray-dark-1);
}

.ig-select__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6px 6px 12px;
  font-size: 16px;
  line-height: 20px;
  color: var(--base-dark-gray);
  border-radius: 400px;
  transition: background .3s;
}

.ig-select__option:hover {
  background: #F7F7F7;
}

.ig-select__option.active::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url('/local/templates/imperialgarden/css/components/../../images/icons/check.svg') 50% 50% no-repeat;
}

@media(max-width: 768px) {
  .ig-select__label {
    color: #B7B7B7;
  }
}
/* End */


/* Start:/local/templates/imperialgarden/css/components/contacts.css?17326140061281*/
.contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  max-width: 380px;
  width: 100%;
}

.contacts__title {
  font-size: 28px;
  line-height: 32px;
  font-family: var(--font-tt-ramillas);
  font-weight: 500;
}

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

.contacts__item-name--b {
  color: var(--base-dark-gray);
}

.contacts__item-value {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--base-dark-gray);
}

.contacts__item-value:not(:last-child) {
  margin-bottom: 12px;
}

.contacts__item-value a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.contacts__item-value--underline a {
  text-decoration: underline;
  text-underline-offset: 5px;
}

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

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

.contacts__item-icon:last-child {
  margin-left: -4px;
}

.contacts__item-footnote {
  margin-top: 6px;
  font-size: 14px;
  line-height: 18px;
  color: var(--gray-dark-1);
}
/* End */


/* Start:/local/templates/imperialgarden/css/components/map.css?17326140061335*/
.map {
  position: relative;
  width: 100%;
  padding-top: 44%;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
}

.map__container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.map-zoom {
  position: fixed;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}

.map-wrap {
  width: 56px;
  height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.map-btn {
  position: relative;
  width: 56px;
  height: 56px;
  background-color: var(--base-white);
  border-radius: 50%;
  cursor: pointer;
}

.map-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%);
}

.map-btn--plus::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 17px;
  background-color: #000;
  transform: translate(-50%, -50%);
}

@media(max-width: 768px) {
  .map {
    padding-top: 66.6%;
    border-radius: 24px;
  }

  .map-zoom {
    left: 16px;
  }

  .map-wrap {
    gap: 8px;
  }

  .map-btn {
    width: 40px;
    height: 40px;
  }

  .map-btn::after {
    width: 12px;
  }

  .map-btn--plus::before {
    height: 12px;
  }
}
/* End */


/* Start:/local/templates/imperialgarden/css/components/form.css?17386468781331*/
.company__form {
	margin-bottom: 48px;
}

.ig-form__item {
	position: relative;
}

.ig-form__item:not(:last-child) {
	margin-bottom: 24px;
}

.ig-form__item input {
	width: 100%;
	padding: 18px 0 8px;
	font-size: 16px;
	line-height: 20px;
	border: none;
  background: transparent;
	border-bottom: 1px solid #DBDBDB;
}


.ig-form__item input:-webkit-autofill,
.ig-form__item input:-webkit-autofill:hover,
.ig-form__item input:-webkit-autofill:focus,
.ig-form__item input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px var(--gray-light) inset !important;
}

.ig-form__item input:focus {
	outline: none;
}

.ig-form__item label {
	position: absolute;
	top: 18px;
	left: 0;
	font-size: 16px;
	line-height: 20px;
	color: #1E1E1E;
	pointer-events: none;
	user-select: none;
	transition: color .3s, font-size .3s, top .3s;
}

.ig-form__item input:not(:placeholder-shown) + label {
	top: 0;
	font-size: 12px;
	line-height: 14px;
	color: #919191;
}

.ig-form__submit {
	padding: 21px 32px 19px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
	border-radius: 400px;
	background: #782329;
	cursor: pointer;
	transition: opacity .3s;
}

.ig-form__submit:disabled {
	opacity: 0.24;
}

@media(max-width: 768px) {
  .company__form-item label {
		color: #B7B7B7;
	}
}
/* End */
/* /local/templates/imperialgarden/css/company.css?17430838268609 */
/* /local/templates/imperialgarden/css/components/video.css?1733833645924 */
/* /local/templates/imperialgarden/css/accordeon.css?17518964464955 */
/* /local/templates/imperialgarden/css/aside-modal.css?17518964466924 */
/* /local/templates/imperialgarden/css/components/select.css?17326140062059 */
/* /local/templates/imperialgarden/css/components/contacts.css?17326140061281 */
/* /local/templates/imperialgarden/css/components/map.css?17326140061335 */
/* /local/templates/imperialgarden/css/components/form.css?17386468781331 */
