

/* Start:/local/templates/imperialgarden/css/service-page.css?17757348818706*/
.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 */
/* /local/templates/imperialgarden/css/service-page.css?17757348818706 */
/* /local/templates/imperialgarden/css/components/contacts.css?17326140061281 */
/* /local/templates/imperialgarden/css/components/map.css?17326140061335 */
