html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
scrollbar-gutter: stable;
}

.scale-shell {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.scale-stage {
  opacity: 0;
  transition: opacity .20s ease;
  margin: 0;
  display: flex;
  flex-direction: column;
  transform-origin: top left;
  will-change: transform;
}

.scale-stage.is-scaled {
  opacity: 1;
}

.scale-stage > main {
  flex: 1 0 auto;
}

.desktop-shell {
  display: block;
}

.mobile-shell {
  display: none;
}

@media (max-width: 767px) {
  .desktop-shell {
    display: none !important;
  }

  .mobile-shell {
    display: block !important;
  }
}

.menu70313-nav-link,
.pp-tab,
.trial-button,
.ppxmkFm0312-cta,
.ppxg40313-cta-button,
.section-mobile12838-button,
.header-mobile10102-accordion-toggle,
.header-mobile10102-cta-button,
.hero-mobile10101-button,
.faq-item__trigger,
[data-action="reviews-prev"],
[data-action="reviews-next"],
.ppxg60314-arrow {
  -webkit-user-select: none;
  user-select: none;
}

:root {
    --perfect-32839-container: 1120px;
    --perfect-32839-side-pad: clamp(16px, 4vw, 40px);
    --perfect-32839-block-gap: clamp(20px, 3vw, 36px);
  }

  .perfect-32839-image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .perfect-32839-map-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #251e1a;
    box-shadow: 0 8px 24px rgba(37, 30, 26, 0.12);
 
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;  
  }
 
  .perfect-32839-image-section:hover .perfect-32839-map-badge {
    opacity: 1;
    transform: translateY(0);
  }

  .perfect-32839-phone-value,
  .perfect-32839-email-value,
  .perfect-32839-address-value,
  .perfect-32839-telegram-link {
    color: inherit;
    text-decoration: none;
  }

  .perfect-32839-telegram-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .perfect-32839-page,
  .perfect-32839-page * {
    box-sizing: border-box;
  }

  .perfect-32839-page {
    min-height: 60vh;
    background: #ffffff;
  }

  .perfect-32839-hero {
    background: rgba(131, 237, 235, 0.3);
    padding: clamp(40px, 8vw, 100px) var(--perfect-32839-side-pad);
  }

  .perfect-32839-hero-inner {
    width: min(var(--perfect-32839-container), 100%);
    margin: 0 auto;
  }

  .perfect-32839-hero-title {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 9vw, 92px);
    line-height: 0.95;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
  }

  .perfect-32839-content {
    width: min(var(--perfect-32839-container), calc(100% - (var(--perfect-32839-side-pad) * 2)));
    margin: 0 auto;
    padding-block: clamp(24px, 4vw, 52px);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--perfect-32839-block-gap);
    align-items: start;
    background: #ffffff;
  }

  .perfect-32839-image-section {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    transition: box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .perfect-32839-image-section:hover {
    box-shadow: 0 20px 40px rgba(37, 30, 26, 0.12);
  }

  .perfect-32839-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }

  .perfect-32839-image-section:hover .perfect-32839-image {
    transform: scale(1.04);
  }

  .perfect-32839-info-section {
    display: flex;
    flex-direction: column;
    gap: var(--perfect-32839-block-gap);
    width: 100%;
  }

  .perfect-32839-contacts-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .perfect-32839-contacts-title,
  .perfect-32839-address-title,
  .perfect-32839-schedule-title {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(26px, 3.3vw, 34px);
    line-height: 1;
    font-weight: 400;
  }

  .perfect-32839-contacts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    font-family: "Inter", sans-serif;
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.45;
  }

  .perfect-32839-phone-block,
  .perfect-32839-email-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .perfect-32839-phone-label,
  .perfect-32839-email-label {
    margin: 0;
    opacity: 0.6;
  }

  .perfect-32839-phone-value,
  .perfect-32839-email-value,
  .perfect-32839-address-value,
  .perfect-32839-schedule-value {
    margin: 0;
    overflow-wrap: anywhere;
  }

  /* Premium Hover: Эффект подчеркивания для текстовых ссылок */
  .perfect-32839-phone-value,
  .perfect-32839-email-value,
  .perfect-32839-address-value {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  }

  .perfect-32839-phone-value:hover,
  .perfect-32839-email-value:hover,
  .perfect-32839-address-value:hover {
    background-size: 100% 1px;
    opacity: 0.75;
  }

  .perfect-32839-address-block,
  .perfect-32839-schedule-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .perfect-32839-address-value,
  .perfect-32839-schedule-value {
    font-family: "Inter", sans-serif;
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.45;
  }

  .perfect-32839-schedule-strong-one,
  .perfect-32839-schedule-strong-two {
    font-weight: 500;
  }

  .perfect-32839-telegram-wrap {
    width: 48px;
    height: 48px;
    /* Premium Hover: Контейнер иконки */
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
  }

  .perfect-32839-telegram-wrap:hover {
    transform: translateY(-4px) scale(1.05);
  }

  .perfect-32839-telegram-icon {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* Premium Hover: Окрашивание иконки */
  .perfect-32839-telegram-icon path {
    transition: fill 0.4s ease;
  }

  .perfect-32839-telegram-link:hover .perfect-32839-telegram-icon path {
    fill: #229ED9; /* Фирменный цвет Telegram */
  }

  @media (min-width: 680px) {
    .perfect-32839-contacts-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
  }

  @media (min-width: 980px) {
    .perfect-32839-content {
      grid-template-columns: minmax(420px, 1fr) minmax(320px, 1fr);
      gap: clamp(32px, 4vw, 64px);
    }

    .perfect-32839-image-section {
      aspect-ratio: 4 / 5;
      min-height: 220px;
    }
  }

  @media (max-width: 420px) {
    .perfect-32839-hero-title {
      line-height: 1;
    }
  }

.ppxg54333-stage {
    position: relative;
    width: 100%;
    height: 420px;
    background: #fff;
    overflow: hidden;
  }

  .ppxg54333-stage * {
    box-sizing: border-box;
  }

  .ppxg54333-cta-section {
    position: absolute;
    left: 2px;
    top: 39px;
    width: 1438.003px;
    padding: 30px 120px;
  }

  .ppxg54333-cta-frame {
    position: relative;
    width: 1098px;
    height: 276px;
    margin: 0 auto;
  }

  .ppxg54333-cta-shape-wrap {
    position: absolute;
    left: 50%;
    top: -184.76px;
    width: 648.262px;
    height: 648.262px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ppxg54333-cta-shape-rotator {
    transform: rotate(45deg);
  }

  .ppxg54333-cta-shape-svg {
    width: 428.402px;
    height: 488.379px;
  }

  .ppxg54333-cta-content {
    position: absolute;
    left: 199px;
    top: 63px;
    width: 701px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    color: #000000;
  }

  .ppxg54333-cta-text-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .ppxg54333-cta-title {
    width: 100%;
    margin: 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .ppxg54333-cta-subtitle {
    width: 100%;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.54px;
    opacity: 0.7;
  }

  .ppxg54333-cta-button {
    border: 0;
    background: #3acbc8;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
    padding: 17px 62px;
    cursor: pointer;
  }

.section-mobile12838-wrapper {
    position: relative;
    width: 320px;
    height: 160px;
    overflow: hidden;
    background: #ffffff;
  }

  .section-mobile12838-shape-holder {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 259.813px;
    height: 259.813px;
    transform: translateX(-50%);
  }

  .section-mobile12838-shape-svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .section-mobile12838-form {
    position: absolute;
    top: 15px;
    left: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .section-mobile12838-copy {
    width: 288px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    line-height: 1.1;
  }

  .section-mobile12838-title {
    width: 246px;
    margin: 0;
    color: #251e1a;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .section-mobile12838-subtitle {
    width: 203px;
    margin: 0;
    color: #000000;
    opacity: 0.6;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.36px;
  }

  .section-mobile12838-button-wrap {
    width: 288px;
    background: #3acbc8;
  }

  .section-mobile12838-button {
    width: 100%;
    border: 0;
    padding: 12px 4px;
    background: transparent;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
  }

html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

  .header-mobile10102-sticky {
    position: relative;
    width: 100%;
    height: 60px;
  }

  .header-mobile10102-root {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 60px;
    background: #fff;
    overflow: visible;
  }

  .header-mobile10102-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    background: #DAFAF9;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
  }

  .header-mobile10102-root.is-open .header-mobile10102-panel {
    height: 100svh;
  }

  .header-mobile10102-topbar {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    position: relative;
    flex: 0 0 60px;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    z-index: 3;
  }

  .header-mobile10102-topbar-border {
    position: absolute;
    inset: 0;
    border-bottom: 1px solid #3f312b;
    pointer-events: none;
  }

  .header-mobile10102-burger {
    height: 16px;
    width: 31px;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
  }

  .header-mobile10102-burger-inner {
    position: absolute;
    top: -6.25%;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .burger-line {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    transform-origin: 15.5px 8.5px;
  }

  .header-mobile10102-root.is-open .burger-line-1 {
    transform: translateY(8px) rotate(45deg);
  }

  .header-mobile10102-root.is-open .burger-line-2 {
    opacity: 0;
    transform: scaleX(0);
  }

  .header-mobile10102-root.is-open .burger-line-3 {
    transform: translateY(-8px) rotate(-45deg);
  }

  .header-mobile10102-logo {
    height: 46px;
    width: 91px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-mobile10102-logo-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  .header-mobile10102-body {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 10px 0 20px;
    box-sizing: border-box;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
  }

  .header-mobile10102-root.is-open .header-mobile10102-body {
    pointer-events: auto;
  }

  .header-mobile10102-body::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .header-mobile10102-menu-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    flex-shrink: 0;
    width: 100%;
  }

  .header-mobile10102-item-1,
  .header-mobile10102-item-2,
  .header-mobile10102-item-3,
  .header-mobile10102-item-4,
  .header-mobile10102-item-5 {
    position: relative;
    flex-shrink: 0;
    width: 100%;
  }

  .header-mobile10102-item-1-row,
  .header-mobile10102-item-2-row,
  .header-mobile10102-item-3-row,
  .header-mobile10102-item-4-row,
  .header-mobile10102-item-5-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  .header-mobile10102-item-1-box,
  .header-mobile10102-item-2-box,
  .header-mobile10102-item-3-box,
  .header-mobile10102-item-4-box,
  .header-mobile10102-item-5-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
    background: transparent;
    text-decoration: none;
  }

  .header-mobile10102-item-1-text,
  .header-mobile10102-item-2-text,
  .header-mobile10102-item-3-text,
  .header-mobile10102-item-4-text,
  .header-mobile10102-item-5-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 500;
    color: #251e1a;
    font-size: 15px;
    text-transform: uppercase;
    white-space: normal;
    width: 100%;
    text-align: left;
    transition: color 0.2s;
  }

  .header-mobile10102-item-1-label,
  .header-mobile10102-item-2-label,
  .header-mobile10102-item-3-label,
  .header-mobile10102-item-4-label,
  .header-mobile10102-item-5-label {
    margin: 0;
    line-height: 1.2;
  }

  .header-mobile10102-accordion-toggle {
    justify-content: space-between;
    gap: 16px;
  }

  .header-mobile10102-accordion-toggle-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    color: #3f312b;
    transition: transform 0.25s ease, color 0.2s ease;
  }

  .header-mobile10102-accordion.is-expanded .header-mobile10102-accordion-toggle-icon {
    transform: rotate(180deg);
    color: #0abab5;
  }

  .header-mobile10102-accordion-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 24px;
    box-sizing: border-box;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease, padding-top 0.25s ease, padding-bottom 0.25s ease;
  }

  .header-mobile10102-accordion.is-expanded .header-mobile10102-accordion-panel {
    max-height: 55svh;
    opacity: 1;
    padding-top: 2px;
    padding-bottom: 14px;
    overflow-y: auto;
  }

  .header-mobile10102-accordion-panel::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .header-mobile10102-accordion-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .header-mobile10102-submenu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .header-mobile10102-submenu-section {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .header-mobile10102-submenu-title {
    margin: 0;
    padding: 0 0 6px;
    color: rgba(63, 49, 43, 0.7);
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .header-mobile10102-submenu-links {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .header-mobile10102-submenu-link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    color: #3f312b;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    border-top: 1px solid rgba(63, 49, 43, 0.12);
  }

  .header-mobile10102-submenu-link:hover,
  .header-mobile10102-submenu-link:active {
    color: #0abab5;
  }

  .header-mobile10102-submenu-link:first-child {
    border-top: 1px solid rgba(63, 49, 43, 0.18);
  }

  .header-mobile10102-submenu-link:last-child {
    border-bottom: 1px solid rgba(63, 49, 43, 0.18);
  }

  .header-mobile10102-sep-1,
  .header-mobile10102-sep-2,
  .header-mobile10102-sep-3,
  .header-mobile10102-sep-4,
  .header-mobile10102-sep-5 {
    width: 100%;
    height: 1px;
    background: #3acbc8;
  }

  .header-mobile10102-item-1,
  .header-mobile10102-item-2,
  .header-mobile10102-item-3,
  .header-mobile10102-item-4,
  .header-mobile10102-item-5,
  .header-mobile10102-cta-wrap {
    opacity: 0;
    transform: translateY(-15px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .header-mobile10102-root.is-open .header-mobile10102-item-1 { transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; opacity: 1; transform: translateY(0); }
  .header-mobile10102-root.is-open .header-mobile10102-item-2 { transition: opacity 0.4s ease 0.15s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.15s; opacity: 1; transform: translateY(0); }
  .header-mobile10102-root.is-open .header-mobile10102-item-3 { transition: opacity 0.4s ease 0.2s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s; opacity: 1; transform: translateY(0); }
  .header-mobile10102-root.is-open .header-mobile10102-item-4 { transition: opacity 0.4s ease 0.25s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.25s; opacity: 1; transform: translateY(0); }
  .header-mobile10102-root.is-open .header-mobile10102-item-5 { transition: opacity 0.4s ease 0.3s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; opacity: 1; transform: translateY(0); }
  .header-mobile10102-root.is-open .header-mobile10102-cta-wrap { transition: opacity 0.4s ease 0.35s, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.35s; opacity: 1; transform: translateY(0); }

  .header-mobile10102-item-1-box:active .header-mobile10102-item-1-text,
  .header-mobile10102-item-2-box:active .header-mobile10102-item-2-text,
  .header-mobile10102-item-3-box:active .header-mobile10102-item-3-text,
  .header-mobile10102-item-4-box:active .header-mobile10102-item-4-text,
  .header-mobile10102-item-5-box:active .header-mobile10102-item-5-text {
    color: #0abab5;
  }

  .header-mobile10102-cta-wrap {
    display: flex;
    flex-direction: column;
   /* align-items: center; */
    position: relative;
    flex-shrink: 0;
    min-width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }

  .header-mobile10102-cta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    position: relative;
    flex-shrink: 0;
  }

  .header-mobile10102-cta-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    opacity: 0.6;
    color: #0abab5;
    text-align: center;
    letter-spacing: -0.24px;
    width: 100%;
    max-width: 276px;
    margin: 0;
  }

  .header-mobile10102-cta-button {
    background: #0abab5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 62px;
    position: relative;
    flex-shrink: 0;
    width: 100%;
  /*  max-width: 288px; */
max-width: 588px;
    box-sizing: border-box;
    cursor: pointer;
  }

  .header-mobile10102-cta-button-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
  }

  .header-mobile10102-cta-button-label {
    margin: 0;
    line-height: 1.4;
  }

  .header-mobile10102-footer {
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
    align-items: center;
    background: #DAFAF9;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    overflow: hidden;
    transition:
      max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
      opacity 0.3s ease,
      transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .header-mobile10102-root.is-open .header-mobile10102-footer {
    max-height: 100px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .header-mobile10102-footer-line {
    width: calc(100% - 0px);
    height: 1px;
    background: #d7d7d7;
  }

  .header-mobile10102-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-shrink: 0;
    width: calc(100% - 32px);
    padding-bottom: 20px;
    box-sizing: border-box;
  }

  .header-mobile10102-call {
    position: relative;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
  }

  .header-mobile10102-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    flex-shrink: 0;
  }

  .header-mobile10102-contact-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #3f312b;
    margin: 0;
    white-space: nowrap;
  }

.header-mobile10102-logo,
.header-mobile10102-call,
.header-mobile10102-contact-link {
  text-decoration: none;
}

.header-mobile10102-logo {
  height: 46px;
  width: 91px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-mobile10102-call {
  position: relative;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: block;
}

.header-mobile10102-contact-link {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #3f312b;
  white-space: nowrap;
}

.header-mobile10102-contact-link:hover,
.header-mobile10102-contact-link:active {
  color: #0abab5;
}

:root {
    --perfect-32839-container: 1120px;
    --perfect-32839-side-pad: clamp(16px, 4vw, 40px);
    --perfect-32839-block-gap: clamp(20px, 3vw, 36px);
  }

  .perfect-32839-image-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .perfect-32839-map-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 12px 24px;
    border-radius: 16px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #251e1a;
    box-shadow: 0 8px 24px rgba(37, 30, 26, 0.12);
 
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;  
  }
 
  .perfect-32839-image-section:hover .perfect-32839-map-badge {
    opacity: 1;
    transform: translateY(0);
  }

  .perfect-32839-phone-value,
  .perfect-32839-email-value,
  .perfect-32839-address-value,
  .perfect-32839-telegram-link {
    color: inherit;
    text-decoration: none;
  }

  .perfect-32839-telegram-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .perfect-32839-page,
  .perfect-32839-page * {
    box-sizing: border-box;
  }

  .perfect-32839-page {
    min-height: 60vh;
    background: #ffffff;
  }

  .perfect-32839-hero {
    background: rgba(131, 237, 235, 0.3);
    padding: clamp(40px, 8vw, 100px) var(--perfect-32839-side-pad);
  }

  .perfect-32839-hero-inner {
    width: min(var(--perfect-32839-container), 100%);
    margin: 0 auto;
  }

  .perfect-32839-hero-title {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(42px, 9vw, 92px);
    line-height: 0.95;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
  }

  .perfect-32839-content {
    width: min(var(--perfect-32839-container), calc(100% - (var(--perfect-32839-side-pad) * 2)));
    margin: 0 auto;
    padding-block: clamp(24px, 4vw, 52px);
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--perfect-32839-block-gap);
    align-items: start;
    background: #ffffff;
  }

  .perfect-32839-image-section {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    transition: box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .perfect-32839-image-section:hover {
    box-shadow: 0 20px 40px rgba(37, 30, 26, 0.12);
  }

  .perfect-32839-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }

  .perfect-32839-image-section:hover .perfect-32839-image {
    transform: scale(1.04);
  }

  .perfect-32839-info-section {
    display: flex;
    flex-direction: column;
    gap: var(--perfect-32839-block-gap);
    width: 100%;
  }

  .perfect-32839-contacts-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .perfect-32839-contacts-title,
  .perfect-32839-address-title,
  .perfect-32839-schedule-title {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(26px, 3.3vw, 34px);
    line-height: 1;
    font-weight: 400;
  }

  .perfect-32839-contacts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    font-family: "Inter", sans-serif;
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.45;
  }

  .perfect-32839-phone-block,
  .perfect-32839-email-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .perfect-32839-phone-label,
  .perfect-32839-email-label {
    margin: 0;
    opacity: 0.6;
  }

  .perfect-32839-phone-value,
  .perfect-32839-email-value,
  .perfect-32839-address-value,
  .perfect-32839-schedule-value {
    margin: 0;
    overflow-wrap: anywhere;
  }

  /* Premium Hover: Эффект подчеркивания для текстовых ссылок */
  .perfect-32839-phone-value,
  .perfect-32839-email-value,
  .perfect-32839-address-value {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  }

  .perfect-32839-phone-value:hover,
  .perfect-32839-email-value:hover,
  .perfect-32839-address-value:hover {
    background-size: 100% 1px;
    opacity: 0.75;
  }

  .perfect-32839-address-block,
  .perfect-32839-schedule-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .perfect-32839-address-value,
  .perfect-32839-schedule-value {
    font-family: "Inter", sans-serif;
    font-size: clamp(15px, 1.7vw, 18px);
    line-height: 1.45;
  }

  .perfect-32839-schedule-strong-one,
  .perfect-32839-schedule-strong-two {
    font-weight: 500;
  }

  .perfect-32839-telegram-wrap {
    width: 48px;
    height: 48px;
    /* Premium Hover: Контейнер иконки */
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    will-change: transform;
  }

  .perfect-32839-telegram-wrap:hover {
    transform: translateY(-4px) scale(1.05);
  }

  .perfect-32839-telegram-icon {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* Premium Hover: Окрашивание иконки */
  .perfect-32839-telegram-icon path {
    transition: fill 0.4s ease;
  }

  .perfect-32839-telegram-link:hover .perfect-32839-telegram-icon path {
    fill: #229ED9; /* Фирменный цвет Telegram */
  }

  @media (min-width: 680px) {
    .perfect-32839-contacts-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
  }

  @media (min-width: 980px) {
    .perfect-32839-content {
      grid-template-columns: minmax(420px, 1fr) minmax(320px, 1fr);
      gap: clamp(32px, 4vw, 64px);
    }

    .perfect-32839-image-section {
      aspect-ratio: 4 / 5;
      min-height: 220px;
    }
  }

  @media (max-width: 420px) {
    .perfect-32839-hero-title {
      line-height: 1;
    }
  }

.ppxg54333-stage {
    position: relative;
    width: 100%;
    height: 420px;
    background: #fff;
    overflow: hidden;
  }

  .ppxg54333-stage * {
    box-sizing: border-box;
  }

  .ppxg54333-cta-section {
    position: absolute;
    left: 2px;
    top: 39px;
    width: 1438.003px;
    padding: 30px 120px;
  }

  .ppxg54333-cta-frame {
    position: relative;
    width: 1098px;
    height: 276px;
    margin: 0 auto;
  }

  .ppxg54333-cta-shape-wrap {
    position: absolute;
    left: 50%;
    top: -184.76px;
    width: 648.262px;
    height: 648.262px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ppxg54333-cta-shape-rotator {
    transform: rotate(45deg);
  }

  .ppxg54333-cta-shape-svg {
    width: 428.402px;
    height: 488.379px;
  }

  .ppxg54333-cta-content {
    position: absolute;
    left: 199px;
    top: 63px;
    width: 701px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
    color: #000000;
  }

  .ppxg54333-cta-text-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .ppxg54333-cta-title {
    width: 100%;
    margin: 0;
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .ppxg54333-cta-subtitle {
    width: 100%;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.54px;
    opacity: 0.7;
  }

  .ppxg54333-cta-button {
    border: 0;
    background: #3acbc8;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
    padding: 17px 62px;
    cursor: pointer;
  }

.section-mobile12838-wrapper {
    position: relative;
    width: 320px;
    height: 160px;
    overflow: hidden;
    background: #ffffff;
  }

  .section-mobile12838-shape-holder {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 259.813px;
    height: 259.813px;
    transform: translateX(-50%);
  }

  .section-mobile12838-shape-svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .section-mobile12838-form {
    position: absolute;
    top: 15px;
    left: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .section-mobile12838-copy {
    width: 288px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    line-height: 1.1;
  }

  .section-mobile12838-title {
    width: 246px;
    margin: 0;
    color: #251e1a;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .section-mobile12838-subtitle {
    width: 203px;
    margin: 0;
    color: #000000;
    opacity: 0.6;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.36px;
  }

  .section-mobile12838-button-wrap {
    width: 288px;
    background: #3acbc8;
  }

  .section-mobile12838-button {
    width: 100%;
    border: 0;
    padding: 12px 4px;
    background: transparent;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
  }

.footer-mobile22839-root {
      width: 320px;
      background: #130e0e;
      color: #ffffff;
    }

    .footer-mobile22839-container {
      padding: 30px 16px;
    }

    .footer-mobile22839-stack {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 288px;
    }

    .footer-mobile22839-mainblock {
      display: flex;
      flex-direction: column;
      gap: 30px;
      width: 288px;
    }

    .footer-mobile22839-logo {
      width: 73px;
      height: 52px;
      overflow: hidden;
      display: block;
    }

    .footer-mobile22839-logo-svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .footer-mobile22839-content {
      display: flex;
      flex-direction: column;
      gap: 30px;
      width: 288px;
    }

    .footer-mobile22839-navrow {
      width: 288px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
    }

    .footer-mobile22839-col {
      flex: 1 0 0;
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .footer-mobile22839-title {
      margin: 0;
      font-family: "Playfair Display", serif;
      font-size: 16px;
      line-height: 1.1;
      font-weight: 400;
      opacity: 0.7;
    }

    .footer-mobile22839-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .footer-mobile22839-link {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      line-height: 1;
      letter-spacing: -0.03em;
      font-weight: 400;
    }

    .footer-mobile22839-contactline {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-size: 14px;
      line-height: 1.1;
      letter-spacing: -0.02em;
      font-weight: 400;
    }

    .footer-mobile22839-telegram {
      width: 24px;
      height: 24px;
      display: block;
    }

    .footer-mobile22839-addressblock {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 288px;
    }

    .footer-mobile22839-mapbox {
      width: 288px;
      height: 171px;
      overflow: hidden;
    }

    .footer-mobile22839-map {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      pointer-events: none;
    }

    .footer-mobile22839-addresscopy {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    .footer-mobile22839-addressline {
      margin: 0;
      font-family: "Inter", sans-serif;
      font-size: 12px;
      line-height: 1;
      letter-spacing: -0.03em;
      font-weight: 400;
    }

    .footer-mobile22839-divider {
      width: 288px;
      border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .footer-mobile22839-bottom {
      width: 288px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      font-family: "Inter", sans-serif;
      font-size: 12px;
      font-weight: 400;
      color: #ffffff;
    }

    .footer-mobile22839-policies {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .footer-mobile22839-policy {
      margin: 0;
      opacity: 0.7;
      white-space: nowrap;
    }

    .footer-mobile22839-copyright {
      margin: 0;
      opacity: 0.7;
    }

.footer-mobile22839-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.footer-mobile22839-logo-img {
  display: block;
  width: 147px;
  height: auto;
}

.footer-mobile22839-link,
.footer-mobile22839-contactline,
.footer-mobile22839-policy,
.footer-mobile22839-telegram-link {
  color: inherit;
  text-decoration: none;
}

.footer-mobile22839-mapbox {
  display: block;
  text-decoration: none;
}

.footer-mobile22839-map {
  display: block;
  width: 100%;
  height: auto;
}
