

/* Start:/local/templates/imperialgarden/css/service-page.css?17429890328706*/
.service-page__title {
  margin-bottom: 48px;
  max-width: 606px;
  letter-spacing: -0.7px;
}

.service-page__contacts-line {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--gray-light-1);
}

.service-page__wrapper {
  position: relative;
  display: flex;
  gap: 62px;
  padding-bottom: 64px;
  margin-top: 64px;
}

.service-page__aside {
  width: 318px;
  flex-shrink: 0;
  position: sticky;
  top: 130px;
  height: fit-content;
}

.service-page__main {
  width: 46%;
}

.service-page__aside-link {
  position: relative;
  display: block;
  padding-left: 26px;
  font-size: 16px;
  line-height: 20px;
  color: var(--gray-dark-1);
  text-decoration: none;
  transition: color .3s;
}

.service-page__aside-link:not(:last-child) {
  margin-bottom: 16px;
}

.service-page__aside-link::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 6px;
  width: 8px;
  height: 8px;
  background: var(--base-red);
  opacity: 0;
  transform:  translateY(-50%) rotate(45deg);
  transition: opacity .3s;
}

.service-page__aside-link.active,
.service-page__aside-link:hover {
  color: var(--base-dark-gray);
}

.service-page__aside-link.active::before,
.service-page__aside-link:hover::before {
  opacity: 1;
}

.service-page__main ul {
  list-style: none;
  margin-bottom: 48px;
}

.service-page__main-list--mb24 {
  margin-bottom: 20px;
}

.service-page__main ul li {
  position: relative;
  display: block;
  padding-left: 24px;
  font-size: 16px;
  line-height: 20px;
  color: #2E2E2E;
}

.service-page__main ul li:not(:last-child) {
  margin-bottom: 12px;
}

.service-page__main ul li::before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 7px;
  left: 7px;
  background: #782329;
  border-radius: 50%;
}

@media (hover: hover) {
  .service-page__aside-link:hover {
    color: var(--base-dark-gray);
  }

  .service-page__aside-link:hover::before {
    opacity: 1;
  }

}

.service-page__main h3 {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  font-family: var(--font-tt-ramillas);
}

.service-page__main h6 {
  display: block;
  margin: -12px 0 24px;
  font-size: 16px;
  line-height: 20px;
  color: var(--gray-dark-3);
  font-weight: 400;
}

.service-page__main h3:not(:first-child) {
  margin-top: 48px;
}

.service-page__main p {
  font-size: 16px;
  line-height: 20px;
}

.service-page__main p:not(:last-child) {
  margin-bottom: 12px;
}

.service-page__main strong p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 12px 0 4px;
  margin-bottom: 12px;
}

@media(max-width: 960px) {
  .service-page__main strong p {
    margin-bottom: 8px;
  }
}

.service-page__main-text--footnote  {
  margin-top: -24px;
  color: var(--gray-dark-1);
}

.service-page__contacts {
  margin: 48px 0 0;
}

.service-page__contacts--nomt {
  margin: 0;
}

.service-page__contacts .contacts__item-value {
  font-weight: 400;
}

.service-page__contacts .contacts__item-value a {
  font-weight: 500;
}

.service-page___form--mt {
  margin: 48px 0 0;
}

.service-page .service-page__map {
  max-width: unset;
}

.service-page__social {
  position: absolute;
  top: 46px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-page__social-item {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px dashed #919191;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: border-color .3s, background-image .3s;
  cursor: pointer;
}

.service-page__social-item--vk {
  background-image: url('/local/templates/imperialgarden/css/../images/icons/vk-icon.svg');
}

.service-page__social-item--vk:hover {
  border-color: #1E1E1E;
  background-image: url('/local/templates/imperialgarden/css/../images/icons/vk-icon-b.svg');
}

.service-page__social-item--dzen {
  background-image: url('/local/templates/imperialgarden/css/../images/icons/dzen-icon.svg');
}

.service-page__social-item--dzen:hover {
  background-image: url('/local/templates/imperialgarden/css/../images/icons/dzen-icon-b.svg');
}

.service-page__social-item--yt {
  background-image: url('/local/templates/imperialgarden/css/../images/icons/yt-icon.svg');
}

.service-page__social-item--yt:hover {
  border-color: #1E1E1E;
  background-image: url('/local/templates/imperialgarden/css/../images/icons/yt-icon-b.svg');
}

.service-page__social-item--tg {
  background-image: url('/local/templates/imperialgarden/css/../images/icons/tg-icon.svg');
}

.service-page__social-item--tg:hover {
  border-color: #1E1E1E;
  background-image: url('/local/templates/imperialgarden/css/../images/icons/tg-icon-b.svg');
}

.service-page__steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 60px 0 48px;
  padding: 11px 24px 17px;
  border-radius: 24px;
  background: var(--green-dark-3);
}

.service-page__steps::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: calc( 100% - 50px);
  left: 50%;
  top: 58px;
  background: var(--beige-light);
  transform: translateX(-50%);
}


.service-page__steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.service-page__steps-item:first-child,
.service-page__steps-item:first-child > span:last-child {
  align-items: flex-start;
}

.service-page__steps-item:last-child,
.service-page__steps-item:last-child > span:last-child {
  align-items: flex-end;
}

.service-page__steps-item span {
  color: var(--beige-light);
}

.service-page__steps-item span:first-child {
  font-size: 20px;
  line-height: 32px;
  font-family: var(--font-tt-ramillas);
  font-weight: 500;
}

.service-page__steps-item > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}

.service-page__steps-item > span:last-child::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--beige-light);
}

.service-page__steps-item span:first-child span {
  font-size: 16px;
}

@media(max-width: 1280px) {
  .service-page__wrapper {
    gap: 32px;
  }

  .service-page__aside{
    top: 130px;
  }

  .service-page__main {
    width: calc(100% - 32px - 318px);
  }
}

@media(max-width: 1100px) {
  .service-page .service-page__contacts-line {
    gap: 32px;
    justify-content: space-between;
  }
  .service-page .contacts__line-link:nth-child(3) {
    margin-left: 0;
  }
}

@media(max-width: 960px) {
  .service-page__wrapper {
    flex-direction: column;
    margin-right: -16px;
    gap: 12px;
    margin-top: 20px;
  }

  .service-page .service-page__contacts-line {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 24px;
    margin-bottom: 8px;
    gap: 12px;
  }


  .service-page__aside{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    top: 120px;
    width: 100vw;
    background: var(--gray-light);
    padding: 10px 16px 10px;
    margin-right: -16px;
    margin-left: -16px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 1;
  }

  .service-page__aside::-webkit-scrollbar {
    display: none;
  }

  .service-page__aside-link {
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
    background: var(--gray-light-5);
    color: var(--base-dark-gray);
    white-space: nowrap;
    border-radius: 8px;
    transition: color .3s, background .3s;
  }

  .service-page__aside-link:not(:last-child) {
    margin-bottom: 0;
  }

  .service-page__aside-link::before {
    display: none;
  }

  .service-page__aside-link.active {
    background: var(--green-dark);
    color: var(--base-white);
  }

  .service-page__main {
    width: 100%;
    padding-right: 16px;
  }

  .service-page__main h3 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 28px;
  }

  .service-page__main h6 {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .service-page__main p {
    font-size: 14px;
    line-height: 18px;
  }

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

  .service-page__contacts {
    margin: 32px 0 0;
  }

  .service-page__social {
    display: none;
  }
}

@media(max-width: 640px) {
  .service-page__steps {
    margin: 16px 0 32px;
    padding: 16px 10px;
  }

  .service-page__steps-item {
    gap: 10px;
  }

  .service-page__steps-item span:first-child,
  .service-page__steps-item span:first-child span {
    font-size: 20px;
    line-height: 24px;
  }

  .service-page__steps-item > span:last-child {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }

  .service-page__steps::after {
    top: 55px;
    width: calc( 100% - 65px);
  }

  .service-page__steps-item:first-child,
  .service-page__steps-item:first-child > span:last-child,
  .service-page__steps-item:last-child,
  .service-page__steps-item:last-child > span:last-child {
    align-items: center;
  }

}
/* 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/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/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 */


/* Start:/local/templates/imperialgarden/css/components/noty.css?17326140062065*/
.noty {
  position: fixed;
  bottom: -100%;
  left: 50%;
  width: fit-content;
  transform: translateX(-50%);
  transition: all .3s;
  z-index: 200;
}
.noty.show {
  animation: show .3s ease-in forwards;
}
.noty.show.hide {
  animation: hide .3s ease-in forwards;
}


.noty__body {
  position: relative;
  padding: 20px 48px 20px 20px;
  background: var(--base-dark-gray);
  border-radius: 16px;
}

.noty__content {
  display: flex;
  align-items: center;
  gap: 16px;
}
  
.noty__content.confirm .noty__icon {
  background-color: #95BA2D;
  background-image: url('/local/templates/imperialgarden/css/components/../../images/icons/check-w.svg');
}


.noty__content.error .noty__icon {
  background-color: #C82B2B;
  background-image: url('/local/templates/imperialgarden/css/components/../../images/icons/cross-w.svg');
}

.noty__icon {
  display: block;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.noty__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.noty__title {
  font-size: 16px;
  line-height: 20px;
  color: var(--base-white);
  font-weight: 500;
}

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

.noty__close {
  position: absolute;
  top: 8px;
  right: 8px;
  align-self: flex-start;
  margin-left: 4px;
  width: 28px;
  height: 28px;
  background: url('/local/templates/imperialgarden/css/components/../../images/icons/cross-g.svg') 50% 50% no-repeat;
  cursor: pointer;
}

@media(max-width: 768px) {
  .noty {
    width: 100%;
    max-width: calc(100% - 28px);
  }

  .noty__icon {
    height: 36px;
    width: 36px;
  }
}

@keyframes show {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 32px;
  }
}

@keyframes hide {
  0% {
    bottom: 32px;
  }

  100% {
    bottom: -100%;
  }
}

@media(max-width: 768px) {
  .noty {
    width: 100%;
    max-width: calc(100% - 28px);
  }

  .noty__icon {
    height: 36px;
    width: 36px;
  }
  @keyframes show {
    0% {
      bottom: -100%;
    }

    100% {
      bottom: 102px;
    }
  }

  @keyframes hide {
    0% {
      bottom: 102px;
    }

    100% {
      bottom: -100%;
    }
  }
}
/* End */


/* Start:/local/templates/imperialgarden/css/components/faq.css?17760786481844*/
.faq-section {
    scroll-margin-top: 220px;
}

.faq {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 12px;
}

.faq__item {
    position: relative;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    line-height: 20px;
    color: var(--base-dark-gray);
    background: var(--base-white);
    border-radius: 16px;
    cursor: pointer;
    transition: height .3s;
}

.faq__item::before,
.faq__item::after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 1px;
    background: var(--base-dark-gray);
    right: 26px;
    top: 26px;
    transition: opacity .3s;
}

.faq__item::after {
    transform: rotate(90deg);
}

.faq__item.open::after {
    opacity: 0;
}

.faq__question {
    padding-right: 32px;
}

.faq__answer {
    display: none;
}

.faq__answer-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-top: 16px;
}

.faq__answer-body p,
.faq__answer-body li {
    font-size: 14px;
    line-height: 18px;
    color: var(--gray-dark-4);
}

.faq__answer-body ul {
    list-style: none;
    margin-bottom: 0;
}

.faq__answer-body li {
    position: relative;
    display: block;
    padding-left: 22px;
}

.faq__answer-body li:not(:last-child) {
    margin-bottom: 12px;
}

.faq__answer-body li::before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    top: 6px;
    left: 6px;
    background: #782329;
    border-radius: 50%;
}

@media(max-width: 768px) {
    .faq-section {
        scroll-margin-top: 260px;
    }

    .faq {
        gap: 8px;
    }

    .faq__item {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 18px;
    }

    .faq__item::before,
    .faq__item::after {
        top: 22px;
    }
}
/* End */
/* /local/templates/imperialgarden/css/service-page.css?17429890328706 */
/* /local/templates/imperialgarden/css/components/contacts.css?17326140061281 */
/* /local/templates/imperialgarden/css/components/map.css?17326140061335 */
/* /local/templates/imperialgarden/css/components/select.css?17326140062059 */
/* /local/templates/imperialgarden/css/components/form.css?17386468781331 */
/* /local/templates/imperialgarden/css/components/noty.css?17326140062065 */
/* /local/templates/imperialgarden/css/components/faq.css?17760786481844 */
