[data-home-hero-slider] .swiper-wrapper {
  position: relative;
  display: block;
  height: 100%;
}

.pm-home-page [data-countup] {
  font-variant-numeric: tabular-nums;
}

@media (prefers-reduced-motion: no-preference) {
  .pm-home-motion-ready .pm-home-page [data-reveal] {
    --pm-reveal-delay: 0s;
    opacity: 0;
    transform: translate3d(0, 2rem, 0) scale(0.985);
    filter: blur(12px);
    transition:
      opacity 720ms ease,
      transform 860ms cubic-bezier(0.22, 1, 0.36, 1),
      filter 720ms ease;
    transition-delay: var(--pm-reveal-delay);
    will-change: opacity, transform, filter;
  }

  .pm-home-motion-ready .pm-home-page [data-reveal="left"] {
    transform: translate3d(-2.25rem, 0.9rem, 0) scale(0.985);
  }

  .pm-home-motion-ready .pm-home-page [data-reveal="right"] {
    transform: translate3d(2.25rem, 0.9rem, 0) scale(0.985);
  }

  .pm-home-motion-ready .pm-home-page [data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
  }
}

[data-home-hero-slider] [data-hero-slide] {
  position: absolute;
  inset: 0;
  display: block;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 720ms ease,
    visibility 720ms ease;
}

[data-home-hero-slider] [data-hero-slide] > .relative {
  height: 100%;
}

[data-home-hero-slider] [data-hero-slide] img {
  transform: scale(1.045);
  filter: saturate(0.92) brightness(0.94);
  transition:
    transform 6.2s cubic-bezier(0.22, 1, 0.36, 1),
    filter 900ms ease;
}

[data-home-hero-slider] [data-hero-slide] .styles-module-scss-module__vDMKra__block {
  opacity: 0;
  transition: opacity 720ms ease;
}

[data-home-hero-slider] [data-hero-slide] .styles-module-scss-module__vDMKra__card {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 620ms ease,
    transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-home-hero-slider] [data-hero-slide] .styles-module-scss-module__vDMKra__card_header,
[data-home-hero-slider] [data-hero-slide] .styles-module-scss-module__vDMKra__card_text {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 520ms ease,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-home-hero-slider] [data-hero-slide].is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

[data-home-hero-slider] [data-hero-slide].is-active img {
  transform: scale(1);
  filter: saturate(1) brightness(1);
}

[data-home-hero-slider] [data-hero-slide].is-active .styles-module-scss-module__vDMKra__block {
  opacity: 1;
}

[data-home-hero-slider] [data-hero-slide].is-active .styles-module-scss-module__vDMKra__card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 120ms;
}

[data-home-hero-slider] [data-hero-slide].is-active .styles-module-scss-module__vDMKra__card_header {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 210ms;
}

[data-home-hero-slider] [data-hero-slide].is-active .styles-module-scss-module__vDMKra__card_text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 290ms;
}

.global-module-scss-module__oaqjXG__html,
.global-module-scss-module__oaqjXG__body,
.global-module-scss-module__oaqjXG__root,
.global-module-scss-module__oaqjXG__root :where(
  a,
  button,
  input,
  textarea,
  select,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  li,
  dt,
  dd,
  label,
  strong,
  small
) {
  font-family: "Onest", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
}

[data-home-hero-slider] {
  height: 100%;
}

[data-home-hero] {
  height: 100%;
}

.pm-home-hero-mobile {
  height: clamp(14.5rem, 52vw, 18rem);
  min-height: clamp(14.5rem, 52vw, 18rem);
}

.pm-home-hero-mobile [data-home-hero],
.pm-home-hero-mobile [data-home-hero-slider],
.pm-home-hero-mobile .swiper-wrapper,
.pm-home-hero-mobile [data-hero-slide],
.pm-home-hero-mobile [data-hero-slide] > .relative {
  height: 100%;
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .styles-module-scss-module__NIUAVG__header_img_block {
    display: block;
    height: 100%;
    min-height: 100%;
  }

  .styles-module-scss-module__NIUAVG__header_img_block .styles-module-scss-module__NIUAVG__img,
  .styles-module-scss-module__NIUAVG__header_img_block .styles-module-scss-module__NIUAVG__img > [data-home-hero],
  .styles-module-scss-module__NIUAVG__header_img_block .styles-module-scss-module__NIUAVG__img [data-home-hero-slider],
  .styles-module-scss-module__NIUAVG__header_img_block .styles-module-scss-module__NIUAVG__img .swiper-wrapper,
  .styles-module-scss-module__NIUAVG__header_img_block .styles-module-scss-module__NIUAVG__img [data-hero-slide],
  .styles-module-scss-module__NIUAVG__header_img_block .styles-module-scss-module__NIUAVG__img [data-hero-slide] > .relative {
    height: 100%;
    min-height: 100%;
  }

  .styles-module-scss-module__NIUAVG__header_img_block .styles-module-scss-module__NIUAVG__img {
    grid-row: auto;
  }
}

.global-module-scss-module__oaqjXG__html {
  --pm-brand-50: #eef5ff;
  --pm-brand-100: #dce9ff;
  --pm-brand-200: #c7dbff;
  --pm-brand-500: #2979ff;
  --pm-brand-600: #1f64e4;
  --pm-brand-700: #174caf;
  --pm-wordmark-500: #3d75ba;
  --pm-accent-500: #00c2a8;
  --pm-ink-900: #0f172a;
  --pm-ink-700: #334155;
  --pm-ink-600: #475569;
  --pm-footer-top: #174caf;
  --pm-footer-bottom: #0f2a54;
}

.global-module-scss-module__oaqjXG__html .global-module-scss-module__oaqjXG__body .global-module-scss-module__oaqjXG__root {
  background:
    radial-gradient(circle at top left, rgba(41, 121, 255, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(0, 194, 168, 0.14), transparent 26%),
    linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
}

.styles-module-scss-module__WfGqbq__header {
  background: rgba(238, 245, 255, 0.92);
  border-bottom: 1px solid rgba(199, 219, 255, 0.9);
}

.styles-module-scss-module__qD0suq__link_dark {
  color: rgba(15, 23, 42, 0.66);
}

.styles-module-scss-module__qD0suq__link_dark:hover,
.styles-module-scss-module__qD0suq__active {
  color: var(--pm-brand-700);
}

.styles-module-scss-module__qD0suq__link_dark:active {
  color: var(--pm-accent-500);
}

.styles-module-scss-module____zJ0a__brown {
  color: var(--pm-brand-700);
  background: var(--pm-brand-50);
  border: 1px solid var(--pm-brand-200);
}

.styles-module-scss-module____zJ0a__brown:hover {
  color: var(--pm-brand-600);
  background: #ffffff;
}

.styles-module-scss-module____zJ0a__brown:active {
  color: var(--pm-brand-700);
  background: var(--pm-brand-100);
}

.styles-module-scss-module____zJ0a__red {
  background: linear-gradient(180deg, var(--pm-brand-500) 0%, var(--pm-brand-600) 100%);
}

.styles-module-scss-module____zJ0a__red:hover {
  background: linear-gradient(180deg, var(--pm-brand-600) 0%, var(--pm-brand-700) 100%);
}

.styles-module-scss-module____zJ0a__red:active,
.styles-module-scss-module____zJ0a__red:disabled {
  background: var(--pm-brand-700);
}

.styles-module-scss-module____zJ0a__light {
  color: var(--pm-brand-700);
  border-color: var(--pm-brand-500);
  background: rgba(255, 255, 255, 0.82);
}

.styles-module-scss-module____zJ0a__light:hover {
  background: #ffffff;
}

.styles-module-scss-module__i4yn9G__burger_button,
.styles-module-scss-module__odg6pW__search_button,
.styles-module-scss-module__V6dYhW__light {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(199, 219, 255, 0.92);
}

.styles-module-scss-module__V6dYhW__light:hover,
.styles-module-scss-module__V6dYhW__light:focus-within {
  background: rgba(255, 255, 255, 0.94);
}

.styles-module-scss-module__V6dYhW__search_input .styles-module-scss-module__V6dYhW__input {
  color: var(--pm-ink-900);
}

.styles-module-scss-module__V6dYhW__search_input .styles-module-scss-module__V6dYhW__input::placeholder {
  color: rgba(71, 85, 105, 0.65);
}

.styles-module-scss-module__V6dYhW__search_input .styles-module-scss-module__V6dYhW__icon path,
.styles-module-scss-module__odg6pW__search_button path,
.styles-module-scss-module__i4yn9G__burger_button .styles-module-scss-module__i4yn9G__icon path {
  fill: var(--pm-brand-700);
}

.styles-module-scss-module__i4yn9G__burger_button:hover path {
  fill: var(--pm-brand-600);
}

.styles-module-scss-module__FjWLjq__footer_info .styles-module-scss-module__FjWLjq__logo {
  width: fit-content;
  max-width: 4.8125rem;
}

.styles-module-scss-module__FjWLjq__footer_info .styles-module-scss-module__FjWLjq__logo img {
  width: auto;
  height: auto;
  max-width: 4.8125rem;
  max-height: 8.3125rem;
}

.pm-brand-footer-meta {
  align-items: start;
}

.pm-brand-footer-credit {
  display: grid;
  gap: 0.65rem;
  align-content: start;
  width: fit-content;
  padding-top: 0.15rem;
}

.pm-brand-footer-credit__label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8125rem;
  line-height: 1.2;
}

.pm-brand-footer-credit__logo {
  width: clamp(7.5rem, 12vw, 10.5rem);
  height: auto;
  object-fit: contain;
  opacity: 0.96;
}

.pm-brand-header-mark {
  width: 3.25rem !important;
  height: 3.25rem !important;
  object-fit: contain;
}

@media (min-width: 1024px) {
  .pm-brand-header-mark {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
}

.styles-module-scss-module__3PyzfW__header_text_block {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 255, 0.98) 100%);
  border: 1px solid rgba(199, 219, 255, 0.8);
  box-shadow: 0 24px 60px rgba(23, 76, 175, 0.08);
}

.pm-home-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

@media (min-width: 1024px) {
  .styles-module-scss-module__dOLlgW__main {
    align-items: stretch;
  }

  .pm-home-hero-copy {
    align-self: start;
    height: auto;
  }

  .styles-module-scss-module__3PyzfW__header_text_block {
    height: auto;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    padding: 2.5rem 1.75rem;
  }

  .styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__button {
    margin-top: 1.25rem;
    padding-bottom: 0;
  }
}

.styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__h1 {
  color: var(--pm-wordmark-500);
}

.styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__secondary {
  color: var(--pm-ink-900);
}

.styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__primary {
  color: var(--pm-wordmark-500);
}

.styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__cursive {
  color: var(--pm-accent-500);
}

.pm-home-hero-heading {
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 1vw, 0.9rem);
  width: 100%;
  max-width: 38.5rem;
}

.pm-home-hero-heading .styles-module-scss-module__3PyzfW__h1 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

.pm-home-hero-summary {
  width: 100%;
  max-width: 38.5rem;
}

.pm-home-hero-summary .styles-module-scss-module__3PyzfW__description {
  width: 100%;
}

.styles-module-scss-module__3PyzfW__header_text_block > .styles-module-scss-module__3PyzfW__button {
  width: fit-content;
  max-width: 100%;
}

.pm-home-hero-primary-cta,
.pm-home-hero-secondary-cta {
  width: auto;
  min-width: 13.5rem;
  padding-inline: 1.6rem;
}

.pm-home-hero-primary-cta {
  min-width: 14.25rem;
}

.pm-home-hero-mark {
  width: clamp(3.7rem, 4.8vw, 5.15rem);
  height: clamp(3.7rem, 4.8vw, 5.15rem);
  flex: 0 0 auto;
  align-self: center;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(31, 100, 228, 0.18));
}

.styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__description {
  color: var(--pm-ink-700);
  width: auto;
  margin: 0;
  flex: 1 1 auto;
  line-height: 1.45;
}

.pm-home-hero-stats {
  margin-top: 0;
}

.pm-home-hero-stats .pm-home-stats__grid {
  gap: 0.75rem;
}

.pm-home-hero-stats .styles-module-scss-module__VmClRG__card {
  padding: 1rem;
  border-radius: 1.35rem;
  box-shadow: 0 16px 34px rgba(31, 100, 228, 0.05);
}

.pm-home-hero-stats .styles-module-scss-module__VmClRG__card img {
  width: 1.35rem;
  height: 1.35rem;
}

.pm-home-hero-stats .styles-module-scss-module__VmClRG__card .space-y-2 {
  display: grid;
  gap: 0.3rem;
}

.pm-home-hero-stats .styles-module-scss-module__VmClRG__card_header {
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1;
}

.pm-home-hero-stats .styles-module-scss-module__VmClRG__card_text {
  font-size: 0.88rem;
  line-height: 1.3;
  color: var(--pm-ink-700);
}

@media (min-width: 640px) and (max-width: 1180px) {
  .styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__secondary {
    font-size: clamp(1.95rem, 3vw, 2.35rem);
  }

  .styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__primary {
    font-size: clamp(3.35rem, 5.8vw, 4.85rem);
    line-height: 0.9;
  }
}

@media (max-width: 639px) {
  .pm-home-hero-heading {
    gap: 0.55rem;
    align-items: center;
  }

  .pm-home-hero-mark {
    width: 3.15rem;
    height: 3.15rem;
  }

  .styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__h1 {
    max-width: 100%;
  }

  .styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__secondary {
    font-size: clamp(1.7rem, 8vw, 2.1rem);
  }

  .styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__primary {
    font-size: clamp(2.2rem, 10.6vw, 3.15rem);
    line-height: 0.9;
    letter-spacing: -0.03em;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .pm-home-hero-heading {
    gap: 0.75rem;
    align-items: center;
  }

  .pm-home-hero-summary {
    width: 100%;
  }

  .styles-module-scss-module__3PyzfW__header_text_block > .styles-module-scss-module__3PyzfW__button {
    width: 100%;
    max-width: 100%;
  }

  .pm-home-hero-primary-cta,
  .pm-home-hero-secondary-cta {
    width: 100%;
    min-width: 0;
  }

  .styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__description {
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .pm-home-hero-copy {
    gap: 0.75rem;
  }

  .pm-home-hero-stats .pm-home-stats__grid {
    gap: 0.65rem;
  }

  .pm-home-hero-stats .styles-module-scss-module__VmClRG__card {
    padding: 0.9rem;
    border-radius: 1.2rem;
  }

  .pm-home-hero-stats .styles-module-scss-module__VmClRG__card_text {
    font-size: 0.84rem;
  }
}

@media (max-width: 399px) {
  .pm-home-hero-mark {
    width: 2.8rem;
    height: 2.8rem;
  }

  .styles-module-scss-module__3PyzfW__header_text_block .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__primary {
    font-size: clamp(2.05rem, 9.8vw, 2.7rem);
  }

}

.styles-module-scss-module__VmClRG__card {
  border: 1px solid rgba(199, 219, 255, 0.92);
  box-shadow: 0 18px 44px rgba(31, 100, 228, 0.06);
}

.styles-module-scss-module__VmClRG__card .styles-module-scss-module__VmClRG__card_header {
  color: var(--pm-brand-700);
}

.styles-module-scss-module__VmClRG__card .styles-module-scss-module__VmClRG__card_text {
  color: var(--pm-ink-700);
}

.styles-module-scss-module__vDMKra__block {
  background: linear-gradient(180deg, rgba(15, 42, 84, 0.08) 0%, rgba(15, 42, 84, 0.34) 100%);
}

.styles-module-scss-module__vDMKra__card {
  color: var(--pm-ink-900);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(199, 219, 255, 0.82);
  box-shadow: 0 20px 40px rgba(23, 76, 175, 0.14);
  width: min(32rem, calc(100% - 3rem));
  min-height: 11.75rem;
  max-height: 11.75rem;
  justify-content: flex-start;
  overflow: hidden;
}

.styles-module-scss-module__vDMKra__card .styles-module-scss-module__vDMKra__card_header p,
.styles-module-scss-module__vDMKra__card .styles-module-scss-module__vDMKra__card_text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.styles-module-scss-module__vDMKra__card .styles-module-scss-module__vDMKra__card_header p {
  -webkit-line-clamp: 2;
}

.styles-module-scss-module__vDMKra__card .styles-module-scss-module__vDMKra__card_text p {
  -webkit-line-clamp: 3;
}

.styles-module-scss-module__vDMKra__card .styles-module-scss-module__vDMKra__accent {
  color: var(--pm-accent-500);
}

.styles-module-scss-module__b0kHjW__nav_button_red {
  background: linear-gradient(180deg, var(--pm-brand-500) 0%, var(--pm-brand-600) 100%);
}

.styles-module-scss-module__b0kHjW__nav_button {
  background: #ffffff;
  fill: var(--pm-brand-600);
  border: 1px solid rgba(199, 219, 255, 0.92);
}

.styles-module-scss-module__UjCNLW__specialists,
.styles-module-scss-module__yOc1Za__contacts .styles-module-scss-module__yOc1Za__info {
  box-shadow: 0 24px 60px rgba(23, 76, 175, 0.06);
}

.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module__UjCNLW__header .styles-module-scss-module__UjCNLW__h2,
.styles-module-scss-module__MSx9Fa__departments .styles-module-scss-module__MSx9Fa__header .styles-module-scss-module__MSx9Fa__h2,
.styles-module-scss-module__OKNkMG__about .styles-module-scss-module__OKNkMG__header .styles-module-scss-module__OKNkMG__h2 {
  color: var(--pm-ink-900);
}

.styles-module-scss-module__OYWM-W__employee .styles-module-scss-module__OYWM-W__text .styles-module-scss-module__OYWM-W__name,
.styles-module-scss-module__n_XXhW__card .styles-module-scss-module__n_XXhW__text,
.styles-module-scss-module__yOc1Za__contacts .styles-module-scss-module__yOc1Za__info .styles-module-scss-module__yOc1Za__h2 {
  color: var(--pm-ink-900);
}

.styles-module-scss-module__OYWM-W__employee .styles-module-scss-module__OYWM-W__text .styles-module-scss-module__OYWM-W__position,
.styles-module-scss-module__OKNkMG__about .styles-module-scss-module__OKNkMG__header .styles-module-scss-module__OKNkMG__header_text,
.styles-module-scss-module__0ZOxba__white .styles-module-scss-module__0ZOxba__text,
.styles-module-scss-module__yOc1Za__contacts .styles-module-scss-module__yOc1Za__info .styles-module-scss-module__yOc1Za__primary,
.styles-module-scss-module__yOc1Za__contacts .styles-module-scss-module__yOc1Za__info .styles-module-scss-module__yOc1Za__graphik {
  color: var(--pm-ink-700);
}

.styles-module-scss-module__W3tbia__brown,
.styles-module-scss-module__W3tbia__brown .styles-module-scss-module__W3tbia__icon {
  color: var(--pm-brand-700);
  fill: var(--pm-brand-700);
}

.styles-module-scss-module__W3tbia__brown:hover,
.styles-module-scss-module__W3tbia__brown:hover .styles-module-scss-module__W3tbia__icon {
  color: var(--pm-brand-500);
  fill: var(--pm-brand-500);
}

.styles-module-scss-module__n_XXhW__card {
  border: 1px solid rgba(199, 219, 255, 0.82);
  box-shadow: 0 14px 34px rgba(31, 100, 228, 0.05);
}

.styles-module-scss-module__n_XXhW__card:hover {
  background: #f7fbff;
}

.styles-module-scss-module__0ZOxba__brown {
  background: linear-gradient(180deg, var(--pm-brand-500) 0%, var(--pm-brand-700) 100%);
}

.styles-module-scss-module__0ZOxba__white {
  border: 1px solid rgba(199, 219, 255, 0.82);
}

.styles-module-scss-module__0ZOxba__white .styles-module-scss-module__0ZOxba__h3 {
  color: var(--pm-brand-700);
}

.styles-module-scss-module__iQNpUW__phone,
.styles-module-scss-module__iQNpUW__phone .styles-module-scss-module__iQNpUW__icon {
  color: var(--pm-brand-700);
  fill: var(--pm-brand-700);
}

.styles-module-scss-module__DO31BG__footer {
  background: linear-gradient(180deg, var(--pm-footer-top) 0%, var(--pm-footer-bottom) 100%);
}

.styles-module-scss-module__DO31BG__footer .styles-module-scss-module__DO31BG__hint,
.styles-module-scss-module__DO31BG__footer .styles-module-scss-module__DO31BG__wrapper .styles-module-scss-module__DO31BG__menu,
.styles-module-scss-module__DO31BG__footer .styles-module-scss-module__DO31BG__wrapper .styles-module-scss-module__DO31BG__button_address .styles-module-scss-module__DO31BG__address {
  color: rgba(220, 233, 255, 0.78);
}

.styles-module-scss-module__qD0suq__link_light,
.styles-module-scss-module__GjNwpG__ul .styles-module-scss-module__GjNwpG__li {
  color: rgba(255, 255, 255, 0.96);
}

.styles-module-scss-module__GjNwpG__ul .styles-module-scss-module__GjNwpG__li .styles-module-scss-module__GjNwpG__icon {
  fill: rgba(255, 255, 255, 0.96);
}

.styles-module-scss-module__DO31BG__footer .styles-module-scss-module__DO31BG__wrapper .styles-module-scss-module__DO31BG__menu a:hover,
.styles-module-scss-module__GjNwpG__ul .styles-module-scss-module__GjNwpG__li:hover {
  color: var(--pm-brand-100);
}

.styles-module-scss-module__GjNwpG__ul .styles-module-scss-module__GjNwpG__li:hover .styles-module-scss-module__GjNwpG__icon {
  fill: var(--pm-brand-100);
}

.styles-module-scss-module__V6dYhW__dark {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.styles-module-scss-module__V6dYhW__brown_text .styles-module-scss-module__V6dYhW__icon path {
  fill: rgba(23, 76, 175, 0.55);
}

.styles-module-scss-module__V6dYhW__brown_text .styles-module-scss-module__V6dYhW__input {
  color: var(--pm-ink-900);
}

.styles-module-scss-module__V6dYhW__brown_text .styles-module-scss-module__V6dYhW__input::placeholder {
  color: rgba(51, 65, 85, 0.56);
}

.styles-module-scss-module__5POZLa__dark {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.styles-module-scss-module__5POZLa__dark:hover {
  background: rgba(255, 255, 255, 0.2);
}

.styles-module-scss-module__5POZLa__active {
  background: var(--pm-accent-500);
}

.pm-brand-doctors-slider {
  overflow: hidden;
}

.pm-brand-doctors-slider .swiper-wrapper {
  display: flex;
  gap: 0.75rem;
  transition: transform 0.35s ease;
  will-change: transform;
}

@media (min-width: 768px) {
  .pm-brand-doctors-slider .swiper-wrapper {
    gap: 1rem;
  }
}

@media (min-width: 1440px) {
  .pm-brand-doctors-slider .swiper-wrapper {
    gap: 1.25rem;
  }
}

.pm-brand-doctors-slider .swiper-slide {
  flex: 0 0 100%;
  min-width: 0;
  width: auto !important;
  margin-right: 0 !important;
  height: auto;
}

.pm-brand-doctors-slider .styles-module-scss-module__OYWM-W__img {
  position: relative;
  overflow: hidden;
}

.pm-brand-doctors-slider .styles-module-scss-module__OYWM-W__img > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (min-width: 475px) {
  .pm-brand-doctors-slider .swiper-slide {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media (min-width: 1024px) {
  .pm-brand-doctors-slider .swiper-slide {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

@media (min-width: 1440px) {
  .pm-brand-doctors-slider .swiper-slide {
    flex-basis: calc((100% - 3.75rem) / 4);
  }
}

@media (min-width: 1920px) {
  .pm-brand-doctors-slider .swiper-slide {
    flex-basis: calc((100% - 5rem) / 5);
  }
}

.pm-brand-doctors-slider .styles-module-scss-module__OYWM-W__employee {
  transition: none;
}

.pm-brand-doctors-slider .styles-module-scss-module__PDbpma__see_all_content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.pm-brand-doctors-slider .styles-module-scss-module__FrMUrG__img {
  border-color: #cfcfcf;
  background: #ffffff;
}

.pm-brand-doctors-slider .styles-module-scss-module__FrMUrG__text .styles-module-scss-module__FrMUrG__text1 {
  color: var(--pm-ink-900);
}

.pm-brand-doctors-slider .styles-module-scss-module__FrMUrG__text .styles-module-scss-module__FrMUrG__text2 {
  color: rgba(19, 20, 22, 0.5);
}

.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module__b0kHjW__nav_button {
  fill: var(--pm-brand-600);
  border: 1px solid rgba(199, 219, 255, 0.92);
  background: #ffffff;
}

.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module__b0kHjW__nav_button:hover {
  fill: var(--pm-brand-700);
}

.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module__b0kHjW__nav_button.styles-module-scss-module__b0kHjW__disabled {
  fill: rgba(23, 76, 175, 0.35);
}

.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module__W3tbia__red,
.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module__W3tbia__red .styles-module-scss-module__W3tbia__icon {
  color: var(--pm-brand-600);
  fill: var(--pm-brand-600);
}

.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module__W3tbia__red:hover,
.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module__W3tbia__red:hover .styles-module-scss-module__W3tbia__icon {
  color: var(--pm-brand-700);
  fill: var(--pm-brand-700);
}

.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module__W3tbia__red:active,
.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module__W3tbia__red:active .styles-module-scss-module__W3tbia__icon {
  color: var(--pm-brand-500);
  fill: var(--pm-brand-500);
}

.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module____zJ0a__red {
  background: linear-gradient(180deg, var(--pm-brand-500) 0%, var(--pm-brand-600) 100%);
}

.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module____zJ0a__red:hover {
  background: linear-gradient(180deg, var(--pm-brand-600) 0%, var(--pm-brand-700) 100%);
}

.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module____zJ0a__red:active,
.styles-module-scss-module__UjCNLW__specialists .styles-module-scss-module____zJ0a__red:disabled {
  background: var(--pm-brand-700);
}

.pm-home-promotions {
  display: grid;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(199, 219, 255, 0.82);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 60px rgba(23, 76, 175, 0.06);
}

.pm-home-promotions__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.pm-home-promotions__title {
  margin: 0;
  font-size: clamp(2rem, 2.4vw, 3rem);
  line-height: 1;
  color: var(--pm-ink-900);
}

.pm-home-promotions__grid {
  margin-top: 0;
  display: grid;
  gap: 1rem;
}

.pm-home-promotions__card {
  position: relative;
  grid-column: span 1 / span 1 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  min-height: 16.5rem;
  height: auto !important;
  text-decoration: none;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.pm-home-promotions__copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.55rem;
  width: calc(100% - 8.75rem);
  min-height: 100%;
}

.pm-home-promotions__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pm-home-promotions__kicker,
.pm-home-promotions__price-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.8rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
}

.pm-home-promotions__kicker {
  color: var(--pm-brand-700);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(199, 219, 255, 0.84);
}

.pm-home-promotions__price-chip {
  color: #ffffff;
  background: linear-gradient(180deg, var(--pm-brand-500) 0%, var(--pm-brand-600) 100%);
}

.pm-home-promotions__card-title {
  margin: 0;
  max-width: none;
  line-height: 1.08;
  color: var(--pm-ink-900);
}

.pm-home-promotions__card-description {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--pm-ink-700);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pm-home-promotions__period {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(71, 85, 105, 0.82);
}

.pm-home-promotions__price-old {
  font-size: 0.78rem;
  font-weight: 700;
  color: rgba(71, 85, 105, 0.72);
  text-decoration: line-through;
}

.pm-home-promotions__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
}

.pm-home-promotions__actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.35rem;
}

.pm-home-promotions__action {
  flex: 0 0 auto;
  justify-content: center;
  min-width: 0;
  width: auto;
  padding-inline: 0.8rem;
  font-size: 0.82rem;
}

.pm-home-promotions__image {
  position: absolute !important;
  right: 1.15rem !important;
  bottom: 1rem !important;
  display: block;
  margin: 0;
  max-width: 10rem;
  max-height: 7.75rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.pm-home-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pm-home-promo-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
}

.pm-home-promo-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(10px);
}

.pm-home-promo-modal__dialog {
  position: relative;
  width: min(42rem, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  padding: 1.25rem;
  overflow: auto;
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.24);
  outline: none;
}

.pm-home-promo-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--pm-brand-700);
}

.pm-home-promo-modal__close svg {
  fill: currentColor;
}

.pm-home-promo-modal__content {
  display: grid;
  gap: 1.25rem;
}

.pm-home-promo-modal__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem;
  padding-right: 3.25rem;
}

.pm-home-promo-modal__hero-copy {
  display: grid;
  gap: 0.75rem;
}

.pm-home-promo-modal__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.pm-home-promo-modal__title {
  margin: 0;
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  line-height: 1.05;
  color: var(--pm-ink-900);
}

.pm-home-promo-modal__description,
.pm-home-promo-modal__period {
  margin: 0;
  color: var(--pm-ink-700);
}

.pm-home-promo-modal__description {
  font-size: 1rem;
  line-height: 1.6;
}

.pm-home-promo-modal__period,
.pm-home-promo-modal__old-price {
  font-size: 0.9rem;
  font-weight: 600;
}

.pm-home-promo-modal__old-price {
  color: rgba(71, 85, 105, 0.72);
  text-decoration: line-through;
}

.pm-home-promo-modal__image {
  width: auto;
  height: 8rem;
  object-fit: contain;
}

.pm-home-promo-modal__section {
  display: grid;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(199, 219, 255, 0.84);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.86);
}

.pm-home-promo-modal__section-label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pm-brand-700);
}

.pm-home-promo-modal__features {
  display: grid;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pm-home-promo-modal__features li {
  position: relative;
  padding-left: 1rem;
  color: var(--pm-ink-900);
  line-height: 1.5;
}

.pm-home-promo-modal__features li::before {
  content: "";
  position: absolute;
  top: 0.52rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 999px;
  background: var(--pm-accent-500);
}

.pm-home-promo-modal__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pm-home-promo-modal__action {
  justify-content: center;
  min-width: 9.5rem;
}

@media (min-width: 900px) {
  .pm-home-promotions {
    gap: 1.75rem;
    padding: 1.8rem;
  }

  .pm-home-promotions__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .pm-home-promotions__header {
    align-items: start;
    flex-direction: column;
  }

  .pm-home-promotions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .pm-home-hero-mobile {
    height: 15.25rem;
    min-height: 15.25rem;
  }

  [data-home-hero-slider] [data-hero-slide] .styles-module-scss-module__vDMKra__card {
    width: auto;
    height: 6.8rem;
    min-height: 6.8rem;
    max-height: 6.8rem;
    top: auto;
    bottom: 4.4rem;
    left: 0.85rem;
    right: 0.85rem;
    padding: 0.9rem 1rem;
    gap: 0.45rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
  }

  [data-home-hero-slider] [data-hero-slide] .styles-module-scss-module__vDMKra__card .styles-module-scss-module__vDMKra__card_header {
    font-size: 1rem;
    line-height: 1.1;
  }

  [data-home-hero-slider] [data-hero-slide] .styles-module-scss-module__vDMKra__card .styles-module-scss-module__vDMKra__card_text {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  [data-home-hero-slider] [data-hero-slide] .styles-module-scss-module__vDMKra__card .styles-module-scss-module__vDMKra__card_text p {
    -webkit-line-clamp: 2;
  }

  .pm-home-promotions {
    padding: 1.2rem;
    border-radius: 1.5rem;
  }

  .pm-home-stats__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-home-promotions__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pm-home-promotions__card {
    min-height: 15rem;
  }

  .pm-home-promotions__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .pm-home-promotions__action {
    width: 100%;
  }

  .pm-home-promotions__copy {
    width: calc(100% - 7rem);
  }

  .pm-home-promotions__image {
    right: 1rem !important;
    bottom: 1rem !important;
    max-width: 7.25rem;
    max-height: 5.75rem;
  }

  .pm-home-promo-modal__dialog {
    width: calc(100vw - 1rem);
    max-height: calc(100vh - 1rem);
    margin: 0.5rem auto;
    padding: 1rem;
    border-radius: 1.5rem;
  }

  .pm-home-promo-modal__hero {
    grid-template-columns: minmax(0, 1fr);
    padding-right: 2.5rem;
  }

  .pm-home-promo-modal__image {
    height: 6rem;
    justify-self: start;
  }

  .pm-home-promo-modal__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .pm-home-promo-modal__action {
    width: 100%;
  }
}

.pm-brand-address-list {
  display: grid;
  gap: 1rem;
}

.pm-brand-address-item {
  display: grid;
  gap: 0.375rem;
}

.pm-brand-address-link {
  display: inline-block;
  text-decoration: none;
}

.pm-brand-address-link:hover {
  color: var(--pm-brand-700);
}

.pm-brand-map-preview {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(199, 219, 255, 0.82);
}

.pm-brand-map-preview iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.pm-brand-map-brand {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  width: 4.25rem;
  height: 4.25rem;
  display: grid;
  place-items: center;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 32px rgba(23, 57, 120, 0.18);
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.pm-brand-map-brand img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.pm-brand-map-canvas {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at top left, rgba(31, 100, 228, 0.18), transparent 42%),
    linear-gradient(180deg, #f7fbff 0%, #eaf3ff 100%);
}

.pm-brand-footer-addresses {
  display: grid;
  gap: 0.375rem;
}

.pm-brand-footer-addresses a {
  color: inherit;
  text-decoration: none;
}
