

/* Start:/local/templates/imperialgarden/css/imperial-land.css?17504204815689*/
.i-land {
  padding: 48px 0 0;
}

.i-land__title {
  margin-bottom: 48px;
}

.i-land__title--center {
  padding: 96px 0 40px;
  margin-bottom: 0;
  text-align: center;
  border-bottom: 1px solid var(--gray-light-1);
}

.i-land__title--no-border {
  border: none;
}

.i-land__block {
	padding-top: 96px;
}

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

.i-land__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: -1px
}

.i-land__block-title--sm {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.7px;
  font-family: var(--font-tt-norms-pro);
  font-weight: 400;
  text-transform: none;
}


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

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

.i-land__block-text--b {
  padding-top: 8px;
  margin-bottom: 16px;
  font-weight: 500;
}

.i-land__slider-container {
  padding-bottom: 64px;
}

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

.i-land .i-land__slider-slide {
  position: relative;
  margin: 0 8px;
  height: auto;
}

.i-land__slider-slide::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 35%;
}

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

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

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

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

.i-land .i-land__order {
  background: var(--green-dark-3);

}

.i-land .i-land__order::before {
  display: none;
}

.i-land .i-land__order-subtitle {
  max-width: 500px;
}

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

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

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

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

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

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

.i-land .i-land__order-form {
  width: 75%;
}

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

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

ul.i-land__list {
  margin-bottom: 32px;
  list-style: none;
}

ul.i-land__list .i-land__list-item {
  position: relative;
  padding-left: 28px;
}

.i-land__list-item:not(:last-child) {
  margin-bottom: 16px;
}

ul.i-land__list .i-land__list-item::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--base-red);
}

.i-land__button {
  display: block;
  width: fit-content;
  padding: 20px 32px;
  border-radius: 400px;
  font-size: 16px;
  line-height: 18px;
  font-family: 'TT Norms Pro';
  color: var(--base-white);
  font-weight: 500;
  text-transform: uppercase;
  background: var(--base-red);
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.i-land__container {
  padding-bottom: 96px;
  border-radius: 24px;
  background: var(--base-white);
}

.i-land .i-land__contacts-line {
  gap: 12px;
  justify-content: space-between;
}

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


@media(max-width: 1100px) {
  .i-land__slider-slide::after {
    padding-top: 50%;
  }
}

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

  .i-land .i-land__order-form {
    width: 100%;
  }

  .i-land__block-title--sm {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
  .i-land__slider-slide::after {
    padding-top: 48.48%;
  }
}

@media(max-width: 768px) {
  .i-land {
    padding: 32px 0 0;
  }

  .i-land__container {
    padding-bottom: 48px;
  }

  .i-land__block {
		padding-top: 48px;
	}

	.i-land__slider-counter {
    display: none;
  }

  .i-land__slider-controls-buttons {
    display: none;
  }

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

  .i-land__slider-slide.slick-slide {
    height: auto;
  }

  .i-land__slider-container {
    padding-bottom: 24px;
  }
  .i-land .i-land__slider-controls {
    padding-top: 20px;
  }

  .i-land__slider-slide {
    margin: 0;
  }

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

  .i-land .i-land__order-subtitle {
    margin: 0 0 24px;
  }

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

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

  .i-land .i-land__order-title {
    max-width: unset;
  }

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

  .i-land .i-land__contacts-line {
    flex-direction: column;
    align-items: flex-start;
  }

  .i-land .contacts__line-link {
    flex-wrap: nowrap;
  }

  .i-land .contacts__line-link span {
    flex-shrink: 0;
  }

}
/* 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?17423704204929*/
.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;

  &:hover {
    border-color: var(--gray-dark-1);
  }

  &: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 */
/* /local/templates/imperialgarden/css/imperial-land.css?17504204815689 */
/* /local/templates/imperialgarden/css/components/video.css?1733833645924 */
/* /local/templates/imperialgarden/css/accordeon.css?17423704204929 */
