* {
  box-sizing: border-box;
}

html {
  font-size: 17px;
  min-height: 100%;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  color: #1a2f45;
  background: #f4f8fc;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

.site-footer {
  margin-top: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
section {
  margin-bottom: 80px;
}
.container {
  width: min(1240px, 100% - 32px);
  margin: 0 auto;
}

.top-warning {
  background: #e9f1f9;
  border-bottom: 1px solid #d5e4f1;
  font-size: 1rem;
}

.top-warning__row {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.top-warning__row p {
  margin: 0;
}

.top-warning__eye {
  color: #0a5f9f;
  font-weight: 600;
}

.header-main {
  background: #fff;
  border-bottom: 1px solid #dbe7f2;
}

.header-main__row {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}

.logo {
  font-weight: 800;
  font-size: 24px;
  color: #0a4d7a;
}

.logo span {
  color: #1ab2c8;
}

.header-contacts {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.header-contacts p {
  margin: 0;
  color: #5a7187;
}

.header-contacts a {
  font-weight: 600;
}

.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  background: #0a6fb2;
  color: #fff;
  border-radius: 999px;
  padding: 11px 16px;
  font-size: 1rem;
  font-weight: 600;
}

.btn--soft {
  background: #e7f3fb;
  color: #0a5f9f;
}

.burger {
  display: none;
  border: 1px solid #d5e4f1;
  background: #fff;
  border-radius: 10px;
  width: 42px;
  height: 42px;
  font-size: 20px;
}

.header-nav {
  background: #0f3f62;
  color: #e6f4ff;
}

.header-nav__grid {
  min-height: 54px;
  display: grid;
  grid-template-columns: 1.4fr repeat(7, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
  position: relative;
}

.header-nav a {
  font-size: 1rem;
  text-align: center;
  padding: 7px 8px;
  border-radius: 8px;
}

.header-nav a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.nav-item-services {
  position: relative;
}

.nav-services-btn {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  border: none;
  color: #e6f4ff;
  background: transparent;
  padding: 7px 8px;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
}

.nav-services-btn:hover {
  background: rgba(255, 255, 255, 0.14);
}

.services-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  background: #ffffff;
  color: #1a2f45;
  border-radius: 14px;
  border: 1px solid #dbe7f2;
  box-shadow: 0 20px 45px rgba(10, 41, 64, 0.16);
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: 0.2s ease;
  z-index: 30;
}

.nav-item-services:hover .services-dropdown,
.nav-item-services:focus-within .services-dropdown,
.nav-item-services.is-open .services-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.services-dropdown__col p {
  margin: 0 0 8px;
  font-weight: 700;
  color: #0d4f7f;
}

.services-dropdown__col a {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  padding: 6px 8px;
  border-radius: 8px;
  color: #39556f;
}

.services-dropdown__col a:hover {
  background: #edf5fb;
  color: #0d4f7f;
}

.page-main {
  padding: 36px 0;
}

.page-main--home {
  padding: 0 0 40px;
}

.page-main--home > .page-main__inner {
  padding-top: 0;
}

.page-main--home > .home-hero {
  margin-bottom: 40px;
}

.page-main--home > .page-main__inner > section + section {
  margin-top: 40px;
}

.home-prices__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.home-prices__top h2 {
  margin: 0;
  font-size: clamp(28px, 3.7vw, 40px);
  color: #123a57;
}

.home-prices__lead {
  margin: 0;
  max-width: 62ch;
  color: #3d5a73;
  line-height: 1.5;
}

.home-prices__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.home-prices__full {
  text-decoration: none;
}



.home-prices__category {
  min-width: 0;
}

.home-prices__category .price-section__title {
  margin-top: 0;
}

.home-prices .home-prices__note {
  margin: 24px 0 0;
}

.home-prices__lead a {
  color: #0a6fb2;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.home-prices__lead a:hover {
  color: #0d4f7f;
}


.home-about-text__card {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%);
  border: 1px solid #d7e7f3;
  border-radius: 16px;
  padding: clamp(18px, 2.6vw, 30px);
  box-shadow: 0 4px 18px rgba(15, 61, 96, 0.08);
}

.home-about-text__card h2 {
  margin: 0 0 12px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
  color: #123a57;
}

.home-about-text__card p {
  margin: 0;
  color: #385670;
  line-height: 1.6;
}

.home-about-text__card p + p {
  margin-top: 12px;
}

.home-about-text__list {
  margin: 14px 0 0;
  padding-left: 20px;
  color: #1a2f45;
  display: grid;
  gap: 8px;
}

.home-about-text__list li::marker {
  color: #0a6fb2;
}

.home-services__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.home-services__top h2 {
  margin: 0;
  font-size: clamp(28px, 3.7vw, 40px);
  color: #123a57;
}

.home-services__lead {
  margin: 0;
  max-width: 62ch;
  color: #3d5a73;
  line-height: 1.5;
}

.home-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-service-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7e7f3;
  box-shadow: 0 4px 16px rgba(15, 61, 96, 0.08);
}

.home-service-card__img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  display: block;
}

.home-service-card__body {
  position: relative;
  padding: 14px 16px 18px;
}

.home-service-card__body h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  line-height: 1.2;
  color: #20384f;
}

.home-service-card__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #44607a;
}

.home-service-card__num {
  position: absolute;
  right: 12px;
  bottom: 8px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(226, 70, 103, 0.14);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .home-services__grid {
    grid-template-columns: 1fr;
  }

  .home-service-card__img {
    height: 210px;
  }
}

.home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 44%);
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
}

.home-hero__title {
  margin: 0 0 clamp(18px, 3vw, 26px);
  font-size: clamp(1.4rem, 2.4vw, 2.05rem);
  line-height: 1.22;
  font-weight: 700;
  color: #123a57;
  letter-spacing: -0.02em;
}

.home-hero__features {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.home-hero__features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #d0e3f2;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(17, 63, 98, 0.05);
}

.home-hero__feat-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #e8f4fc;
  border: 1px solid #c5dff0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero__feat-text {
  font-size: 0.98rem;
  line-height: 1.35;
  color: #1a2f45;
}

.home-hero__feat-text strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0a5f9f;
  margin-bottom: 2px;
}

.home-hero__feat-text--sm {
  font-size: 0.88rem;
  line-height: 1.32;
}

.home-hero__feat-text--sm strong {
  font-size: 0.95rem;
}

.home-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.home-hero__btn-primary {
  text-decoration: none;
}

.home-hero__btn-outline {
  text-decoration: none;
}

.home-hero__figure {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d8e8f5;
  background: #fff;
  box-shadow: 0 22px 48px rgba(17, 63, 98, 0.12);
}

.home-hero__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(440px, 54vh);
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .home-hero__inner {
    grid-template-columns: 1fr;
  }

  .home-hero__col--visual {
    order: -1;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
  }

  .home-hero__figure img {
    max-height: 280px;
  }
}

@media (max-width: 560px) {
  .home-hero__features {
    grid-template-columns: 1fr;
  }

  .home-hero__cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero__cta-row .btn {
    width: 100%;
    justify-content: center;
  }
}

.stub {
  background: #fff;
  border: 1px solid #dbe7f2;
  border-radius: 18px;
  padding: 24px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.price-page {
  max-width: 100%;
}

.price-page__title {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 700;
  color: #123a57;
  line-height: 1.2;
}

.price-page__lead {
  margin: 0 0 28px;
  color: #3d5a73;
  max-width: 62ch;
}

.price-section {
  margin-bottom: 36px;
}

.price-section__title {
  margin: 0 0 14px;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  font-weight: 700;
  color: #0a5f9f;
  padding-bottom: 8px;
  border-bottom: 2px solid #c5dff0;
}

.price-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid #d8e8f5;
  background: #fff;
  box-shadow: 0 6px 18px rgba(17, 63, 98, 0.06);
}

.price-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: 0.98rem;
}

.price-table thead th {
  text-align: left;
  padding: 12px 14px;
  background: #e9f3fb;
  color: #123a57;
  font-weight: 700;
  border-bottom: 1px solid #d0e3f2;
}

.price-table thead th:nth-child(2) {
  white-space: nowrap;
  width: 1%;
}

.price-table thead th:last-child {
  width: 1%;
  text-align: right;
}

.price-table tbody tr:nth-child(even) {
  background: #f8fbfe;
}

.price-table tbody tr:hover {
  background: #eef6fc;
}

.price-table td {
  padding: 12px 14px;
  vertical-align: middle;
  border-bottom: 1px solid #e8f0f7;
  color: #1a2f45;
}

.price-table td:nth-child(2) {
  font-weight: 600;
  color: #0a6fb2;
  white-space: nowrap;
}

.price-table td:last-child {
  text-align: right;
}

.price-table tbody tr:last-child td {
  border-bottom: none;
}

.btn--compact {
  padding: 8px 14px;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
}

.price-note {
  margin: 40px 0 32px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #fff8e6 0%, #fff4dc 100%);
  border: 1px solid #edd9a8;
  border-radius: 14px;
  color: #4a3d20;
}

.price-note__title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 1.05rem;
  color: #6b4e0a;
}

.price-note p {
  margin: 0;
  line-height: 1.5;
}

.price-note a {
  color: #0a6fb2;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.price-cta {
  padding: 24px;
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(17, 63, 98, 0.06);
}

.price-cta__title {
  margin: 0 0 10px;
  font-size: 1.35rem;
  color: #123a57;
}

.price-cta__text {
  margin: 0 0 18px;
  color: #3d5a73;
}

.price-cta .btn {
  text-decoration: none;
}

@media (max-width: 640px) {
  .price-table {
    min-width: 100%;
  }

  .price-table thead {
    display: none;
  }

  .price-table tbody tr {
    display: block;
    padding: 14px;
    border-bottom: 1px solid #e8f0f7;
  }

  .price-table tbody tr:nth-child(even) {
    background: #fff;
  }

  .price-table tbody td {
    display: block;
    padding: 4px 0;
    border: none;
    text-align: left;
  }

  .price-table tbody td:first-child {
    font-weight: 600;
    color: #123a57;
    padding-bottom: 6px;
  }

  .price-table tbody td:nth-child(2)::before {
    content: "Стоимость: ";
    font-weight: 500;
    color: #5a7187;
  }

  .price-table tbody td:last-child {
    padding-top: 12px;
  }

  .price-table tbody td:last-child .btn {
    width: 100%;
    justify-content: center;
  }
}

.home-gallery {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.home-instalment {
  margin: 0;
}

.home-instalment__card {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 40px);
  align-items: center;
  padding: clamp(22px, 4vw, 36px);
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(17, 63, 98, 0.08);
}

.home-instalment__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-instalment__icon-wrap {
  width: min(200px, 100%);
  aspect-ratio: 1;
  max-width: 200px;
  border-radius: 24px;
  background: linear-gradient(145deg, #e8f4fc 0%, #f0f7fd 50%, #dff0fa 100%);
  border: 1px solid #c5dff0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-instalment__icon {
  width: 58%;
  height: auto;
  max-width: 120px;
}

.home-instalment__title {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.25;
  color: #123a57;
  font-weight: 700;
}

.home-instalment__title span {
  display: block;
  font-weight: 600;
  color: #0a5f9f;
  margin-top: 4px;
}

.home-instalment__text {
  margin: 0 0 14px;
  color: #3d5a73;
  max-width: 52ch;
}

.home-instalment__phone {
  margin: 0;
  font-size: clamp(1.15rem, 2.5vw, 1.35rem);
  font-weight: 700;
}

.home-instalment__phone a {
  color: #0a6fb2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-instalment__phone a:hover {
  color: #084a7a;
}

@media (max-width: 900px) {
  .home-instalment__card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .home-instalment__content {
    width: 100%;
    text-align: left;
  }

  .home-instalment__text {
    max-width: none;
  }
}

.home-gallery__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.home-gallery__top h2 {
  margin: 0;
  font-size: clamp(28px, 3.7vw, 40px);
  color: #123a57;
}

.home-swiper-shell {
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.home-swiper-shell--gallery {
  padding-top: 4px;
  padding-bottom: 8px;
}

.page-main .home-swiper-shell .swiper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  box-sizing: border-box;
}

.page-main .home-swiper-shell .swiper-slide {
  height: auto;
  min-width: 0;
  box-sizing: border-box;
}

.page-main .home-swiper-shell .swiper-slide > .home-gallery-card,
.page-main .home-swiper-shell .swiper-slide > .home-reviews-card,
.page-main .home-swiper-shell .swiper-slide > .home-license-card,
.page-main .home-swiper-shell .swiper-slide > .doctor-card {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.home-gallery-card {
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 18px;
  padding: 0;
  min-height: 240px;
  box-shadow: 0 8px 20px rgba(17, 63, 98, 0.06);
  cursor: pointer;
  overflow: hidden;
  font: inherit;
  text-align: left;
  color: inherit;
}

.home-gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.home-gallery-swiper__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.home-gallery-swiper__prev,
.home-gallery-swiper__next {
  position: static;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #9fc1db;
  background: #fff;
  color: #0a5f9f;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(10, 64, 102, 0.16);
}

.home-gallery-swiper__prev::after,
.home-gallery-swiper__next::after {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.home-gallery-swiper__prev::after {
  content: "‹";
}

.home-gallery-swiper__next::after {
  content: "›";
}

.home-doctors-swiper__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.home-doctors-swiper__prev,
.home-doctors-swiper__next {
  position: static;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #9fc1db;
  background: #fff;
  color: #0a5f9f;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(10, 64, 102, 0.16);
}

.home-doctors-swiper__prev::after,
.home-doctors-swiper__next::after {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.home-doctors-swiper__prev::after {
  content: "‹";
}

.home-doctors-swiper__next::after {
  content: "›";
}

.home-reviews-carousel {
  margin-top: 0;
}

.home-reviews-carousel__top h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.7vw, 40px);
  color: #123a57;
}

.home-reviews-card {
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 18px;
  padding: 18px;
  min-height: 300px;
  box-shadow: 0 8px 20px rgba(17, 63, 98, 0.06);
  display: flex;
  flex-direction: column;
}

.home-reviews-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.home-reviews-card__head img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #d4e5f3;
}

.home-reviews-card__head h3 {
  margin: 0 0 2px;
  font-size: 1.06rem;
}

.home-reviews-card__head p {
  margin: 0;
  color: #688196;
  font-size: 0.94rem;
}

.home-reviews-card__text {
  margin: 0 0 10px;
  color: #2a4a61;
  line-height: 1.55;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-reviews-card.is-expanded .home-reviews-card__text {
  display: block;
}

.home-reviews-card__toggle {
  margin-top: auto;
  border: none;
  background: transparent;
  color: #0a5f9f;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.home-reviews-swiper__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}

.home-reviews-swiper__prev,
.home-reviews-swiper__next {
  position: static;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #9fc1db;
  background: #fff;
  color: #0a5f9f;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(10, 64, 102, 0.16);
}

.home-reviews-swiper__prev::after,
.home-reviews-swiper__next::after {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.home-reviews-swiper__prev::after {
  content: "‹";
}

.home-reviews-swiper__next::after {
  content: "›";
}

.home-licenses {
  margin-top: 0;
}

.home-licenses__top h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.7vw, 40px);
  color: #123a57;
}

.home-license-card {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid #d8e8f5;
  border-radius: 16px;
  padding: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(17, 63, 98, 0.06);
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: inherit;
}

.home-licenses .home-license-card img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
  display: block;
  background: #f5f9fd;
}

.home-licenses-swiper__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.home-licenses-swiper__prev,
.home-licenses-swiper__next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #9fc1db;
  background: #fff;
  color: #0a5f9f;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(10, 64, 102, 0.16);
}

.home-licenses-swiper__prev::after,
.home-licenses-swiper__next::after {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.home-licenses-swiper__prev::after {
  content: "‹";
}

.home-licenses-swiper__next::after {
  content: "›";
}

@media (min-width: 1024px) {
  .home-license-card {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    padding: 18px 20px;
  }

  .home-licenses .home-license-card img {
    max-height: min(62vh, 560px);
    background: transparent;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 1rem;
  color: #6e879a;
}

.breadcrumbs a {
  color: #5f7d94;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #0a5f9f;
  text-decoration: underline;
}

.page-main > .breadcrumbs + .faq-section {
  margin-top: 40px;
}

.faq-section__top h1,
.faq-section__top h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.7vw, 40px);
  color: #123a57;
}

.faq-section__intro {
  margin: 0 0 18px;
  color: #486579;
  line-height: 1.6;
  font-size: 1rem;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(17, 63, 98, 0.06);
  overflow: hidden;
}

.faq-item__button {
  width: 100%;
  border: none;
  background: #fff;
  color: #183d59;
  padding: 16px 18px;
  font: inherit;
  font-size: 1.06rem;
  font-weight: 700;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}

.faq-item__button::after {
  content: "+";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #b8d2e7;
  color: #0a5f9f;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

.faq-item.is-open .faq-item__button::after {
  content: "−";
}

.faq-item__answer {
  display: none;
  padding: 0 18px 16px;
  color: #355469;
  line-height: 1.6;
  font-size: 1rem;
}

.faq-item.is-open .faq-item__answer {
  display: block;
}

.contacts-page__head h1 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4.1vw, 44px);
  line-height: 1.15;
  color: #123a57;
}

.contacts-page__lead {
  margin: 0 0 22px;
  color: #486579;
  font-size: 1.06rem;
}

.contacts-page__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 28px;
}

.contacts-card {
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 16px;
  padding: 20px 20px 18px;
  box-shadow: 0 8px 20px rgba(17, 63, 98, 0.06);
}

.contacts-card--wide {
  grid-column: 1 / -1;
}

.contacts-card__title {
  margin: 0 0 10px;
  font-size: 1.06rem;
  color: #0d4f7f;
}

.contacts-card__text {
  margin: 0;
  color: #2a4a61;
  line-height: 1.55;
}

.contacts-card__note {
  margin: 10px 0 0;
  color: #688196;
  font-size: 0.94rem;
  line-height: 1.45;
}

.contacts-card__link {
  color: #0a5f9f;
  font-weight: 700;
}

.contacts-map-section {
  margin-bottom: 28px;
}

.contacts-map-section__title {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.8vw, 28px);
  color: #123a57;
}

.contacts-map-section__hint {
  margin: 0 0 14px;
  color: #5a7187;
  line-height: 1.55;
  max-width: 72ch;
}

.contacts-map-section__hint code {
  font-size: 0.9em;
  padding: 0.1em 0.35em;
  border-radius: 6px;
  background: #e8f1f9;
  color: #143851;
}

.contacts-map {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d8e8f5;
  background: #e8f0f8;
  box-shadow: 0 8px 20px rgba(17, 63, 98, 0.06);
}

.contacts-map__address {
  margin: 12px 0 0;
  text-align: center;
  color: #486579;
  line-height: 1.5;
}

.contacts-map__frame-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: min(520px, 70vh);
  background: #dfeaf4;
}

.contacts-map__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.contacts-map__noscript {
  margin: 12px 0 0;
}

.reviews-page h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 4.1vw, 44px);
  line-height: 1.15;
  color: #123a57;
  letter-spacing: -0.01em;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  background: #fff;
  border: 1px solid #dbe7f2;
  border-radius: 16px;
  padding: 16px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
}

.review-card__head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.review-card__photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #d5e5f2;
  flex-shrink: 0;
}

.review-card__head h3 {
  margin: 0 0 2px;
  font-size: 1.06rem;
  color: #12344e;
}

.review-card__head p {
  margin: 0;
  color: #678399;
  font-size: 0.94rem;
}

.review-card__text {
  margin: 0 0 12px;
  color: #274961;
  line-height: 1.55;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 149px;
}

.review-card.is-expanded .review-card__text {
  display: block;
  min-height: 0;
}

.review-card__toggle {
  margin-top: auto;
  border: none;
  background: transparent;
  color: #0a5f9f;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.gallery-page h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 4.1vw, 44px);
  color: #123a57;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gallery-item {
  border: 1px solid #d6e6f3;
  border-radius: 14px;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.license-item img {
  height: 520px;
  object-fit: contain;
  background: #f5f9fd;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(7, 24, 39, 0.78);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 200;
  padding: 24px;
}

.gallery-lightbox.is-open {
  display: flex;
}

.gallery-lightbox__content {
  margin: 0;
  width: min(1040px, 100%);
  background: #fff;
  border-radius: 16px;
  padding: 12px 12px 16px;
}

.gallery-lightbox__content img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 10px;
  background: #f3f8fc;
}

.gallery-lightbox__content figcaption {
  margin-top: 10px;
  color: #35556d;
}

.gallery-lightbox__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.site-footer {
  background: linear-gradient(180deg, #0c2f49 0%, #0a263b 100%);
  color: #d6e8f8;
  margin-top: 40px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1.2fr;
  gap: 24px;
  padding: 36px 0;
}

.site-footer h3 {
  margin: 0 0 12px;
  color: #fff;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 8px;
}

.site-footer p {
  margin: 0 0 8px;
}

.site-footer a {
  color: #e6f3ff;
}

.footer-col {
  min-width: 0;
}

.footer-col--contacts {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 16px;
}

.footer-phone {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 10px;
}

.footer-mail {
  display: inline-block;
  margin-top: 6px;
}

.footer-socials {
  margin-top: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-col--form .btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-decoration: none;
}

.footer-col--form {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 16px;
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-form__lead {
  color: #b8d3e7;
  margin-bottom: 10px !important;
}

.footer-col--form .footer-form__lead {
  margin: 0 !important;
}

.footer-col--form small {
  display: block;
  margin-top: 2px;
  color: #a8c2d8;
  line-height: 1.35;
}

.footer-form {
  display: grid;
  gap: 10px;
}

.footer-form input,
.footer-form select,
.footer-form textarea {
  height: 42px;
  border-radius: 10px;
  border: 1px solid #2e5270;
  background: rgba(12, 39, 62, 0.9);
  color: #fff;
  padding: 0 12px;
  font: inherit;
}

.footer-form textarea {
  min-height: 88px;
  padding: 10px 12px;
  resize: vertical;
}

.footer-form select {
  appearance: none;
}

.footer-form input::placeholder,
.footer-form textarea::placeholder {
  color: #8fb0c8;
}

.footer-form input:focus,
.footer-form select:focus,
.footer-form textarea:focus {
  outline: none;
  border-color: #58a5dc;
  box-shadow: 0 0 0 3px rgba(88, 165, 220, 0.2);
}

.footer-form small {
  color: #a8c2d8;
  line-height: 1.35;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-bottom__row {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.footer-bottom__row p {
  margin: 0;
}

.footer-bottom__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 1080px) {
  .header-main__row {
    grid-template-columns: 1fr auto;
  }

  .header-contacts {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .header-nav__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 10px 0;
  }

  .services-dropdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(760px, 92vw);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .home-gallery__top h2 {
    font-size: 28px;
  }

  .home-reviews-carousel__top h2 {
    font-size: 28px;
  }

  .home-licenses__top h2 {
    font-size: 28px;
  }

  .home-prices__top h2 {
    font-size: 28px;
  }

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

@media (max-width: 760px) {
  .page-main--home {
    padding-bottom: 20px;
  }

  .page-main--home > .home-hero {
    margin-bottom: 20px;
  }

  .page-main--home > .page-main__inner {
    padding-top: 0;
  }

  .page-main--home > .page-main__inner > section + section {
    margin-top: 20px;
  }

  .page-main > .breadcrumbs + .faq-section {
    margin-top: 20px;
  }

  .container {
    width: min(1240px, 100% - 24px);
  }

  .top-warning__row {
    align-items: flex-start;
    padding: 8px 0;
    flex-direction: column;
  }

  .header-main__row {
    grid-template-columns: 1fr auto;
    min-height: 66px;
  }

  .header-actions .btn {
    display: none;
  }

  .burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-contacts {
    display: none;
  }

  .header-nav {
    display: none;
  }

  .header-nav.is-open {
    display: block;
  }

  .header-nav__grid {
    grid-template-columns: 1fr;
  }

  .header-nav a,
  .nav-services-btn {
    text-align: left;
  }

  .services-dropdown {
    position: static;
    width: 100%;
    margin-top: 6px;
    grid-template-columns: 1fr;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    display: none;
  }

  .nav-item-services.is-open .services-dropdown {
    display: grid;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item img {
    height: 210px;
  }

  .license-item img {
    height: 420px;
  }

  .home-gallery__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-gallery__top h2 {
    font-size: 26px;
  }

  .home-prices__top h2 {
    font-size: 26px;
  }

  .home-reviews-carousel__top h2 {
    font-size: 26px;
  }

  .home-licenses .home-license-card img {
    max-height: 440px;
  }

  .home-license-card {
    padding: 12px;
  }

  .home-license-card {
    max-width: none;
  }

  .home-licenses__top h2 {
    font-size: 26px;
  }

  .home-gallery-swiper__prev,
  .home-gallery-swiper__next {
    width: 50px;
    height: 50px;
  }

  .home-gallery-swiper__prev::after,
  .home-gallery-swiper__next::after {
    font-size: 28px;
  }

  .home-doctors-swiper__prev,
  .home-doctors-swiper__next {
    width: 50px;
    height: 50px;
  }

  .home-doctors-swiper__prev::after,
  .home-doctors-swiper__next::after {
    font-size: 28px;
  }

  .home-reviews-swiper__prev,
  .home-reviews-swiper__next {
    width: 50px;
    height: 50px;
  }

  .home-reviews-swiper__prev::after,
  .home-reviews-swiper__next::after {
    font-size: 28px;
  }

  .home-licenses-swiper__prev,
  .home-licenses-swiper__next {
    width: 50px;
    height: 50px;
  }

  .home-licenses-swiper__prev::after,
  .home-licenses-swiper__next::after {
    font-size: 28px;
  }

  .footer-phone {
    font-size: 24px;
  }

  .footer-bottom__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }
}

/* Header v2 close to northern-clinic structure */
.grey-bg {
  background: #f2f6fb;
}

.header {
  position: sticky;
  top: 0;
  z-index: 60;
}

.header__top-wrap {
  border-bottom: 1px solid #dce7f2;
}

.header__top {
  min-height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.header__left,
.header__right,
.header__city-n-contacts {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}

.header__logo img {
  display: block;
  width: 52px;
  height: auto;
}

.header__logo-title {
  font-size: 40px;
  font-weight: 800;
  color: #0a4d7a;
  letter-spacing: -0.02em;
}

.header__soc {
  display: flex;
  gap: 8px;
}

.soc-link {
  width: 22px;
  height: 22px;
  border-radius: 0;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
}

.soc-link img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__city,
.header__contacts {
  font-size: 1rem;
  color: #4e657b;
}

.header__contacts a {
  color: #0f466d;
  font-weight: 600;
}

.header__city-trigger {
  border: none;
  background: transparent;
  color: #0f466d;
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
  cursor: pointer;
  border-bottom: 1px dashed rgba(15, 70, 109, 0.35);
}

.header__city-trigger:hover {
  color: #0a5f9f;
}

.btn-outline {
  background: #fff;
  color: #0a5f9f;
  border: 1px solid #b9d2e6;
}

.header__menu-mobile,
.header__phone-mobile,
.mobile-menu__close {
  border: 1px solid #cdddec;
  background: #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.header__bottom {
  position: relative;
}

.header__menu.lvl-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.lvl-1__menu-item {
  position: relative;
}

.link.lvl-1__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 52px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 1rem;
  color: #20384f;
  font-weight: 500;
}

.arrow-down {
  font-size: 12px;
  color: #6f8599;
}

.lvl-1__menu-item:hover > .menu-item-has-child-wrap > .link.lvl-1__link,
.lvl-1__menu-item:focus-within > .menu-item-has-child-wrap > .link.lvl-1__link {
  background: #e9f3fb;
  color: #0a5f9f;
}

.menu-item-has-child-wrap {
  display: flex;
  align-items: center;
}

.lvl-2 {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - 2px);
  width: 340px;
  max-height: 70vh;
  overflow-y: auto;
  margin: 0;
  padding: 10px;
  list-style: none;
  border: 1px solid #dce7f2;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(14, 45, 68, 0.16);
}

.lvl-1__menu-item:hover > .lvl-2,
.lvl-1__menu-item:focus-within > .lvl-2,
.lvl-1__menu-item.is-open > .lvl-2 {
  display: block;
}

.lvl-2__menu-item a {
  display: block;
  padding: 9px 10px;
  border-radius: 8px;
  color: #314b62;
  font-size: 1rem;
  line-height: 1.35;
}

.lvl-2__menu-item a:hover {
  background: #edf6fc;
  color: #0d5588;
}

.mobile-menu__mask {
  display: none;
}

.mobile-menu__arrow-down {
  display: none;
}

.header__mobile-address {
  display: none;
}
.city-popup {
  position: fixed;
  inset: 0;
  background: rgba(8, 24, 37, 0.45);
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.city-popup.is-open {
  display: flex !important;
}

.city-popup__dialog {
  position: relative;
  width: min(560px, 100%);
  max-height: min(560px, calc(100vh - 32px));
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dce7f2;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(14, 45, 68, 0.2);
  padding: 14px 12px 12px;
  overflow: hidden;
}

.city-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid #cdddec;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  background: #fff;
  cursor: pointer;
}

.city-popup__title {
  margin: 0 36px 8px 2px;
  font-size: 1.1rem;
  color: #1d3449;
}

.city-popup__list {
  margin: 0;
  padding: 2px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.city-popup__city-btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #f2f6fb;
  color: #24435b;
  font-size: 0.92rem;
  padding: 8px 10px;
  text-align: left;
  cursor: pointer;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
}

.city-popup__city-btn:hover {
  background: #e5f0fa;
  color: #0d5588;
}

@media (max-width: 960px) {
  .hide-on-mobile {
    display: none !important;
  }

  .hide-on-desk {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .header__top {
    min-height: 68px;
  }
  
  .city-popup__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-popup__dialog {
    max-height: calc(100vh - 24px);
    padding: 16px 12px 12px;
  }

  .city-popup__title {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .header__mobile-address {
    display: block;
    font-size: 14px;
    color: #5e7488;
    line-height: 1.35;
    padding: 0 0 10px;
  }

  .header__logo img {
    width: 44px;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(380px, 92vw);
    height: 100vh;
    background: #fff;
    z-index: 70;
    padding: 14px;
    transition: right 0.25s ease;
    overflow-y: auto;
    border-left: 1px solid #dce7f2;
  }

  .mobile-menu.is-open {
    right: 0;
  }

  .mobile-menu__mask {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(8, 24, 37, 0.45);
    z-index: 65;
  }

  .mobile-menu__mask.is-open {
    display: block;
  }

  .mobile-menu__top {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .strong-text {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #17324a;
  }

  .header__menu.lvl-1 {
    display: block;
  }

  .lvl-1__menu-item {
    border-bottom: 1px solid #ecf2f7;
  }

  .menu-item-has-child-wrap {
    justify-content: space-between;
  }

  .link.lvl-1__link {
    min-height: 46px;
    padding-left: 0;
    width: 100%;
  }

  .mobile-menu__arrow-down {
    display: inline-flex;
    border: none;
    background: transparent;
    color: #5a7187;
    font-size: 16px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }

  .lvl-1__menu-item.is-open .mobile-menu__arrow-down {
    transform: rotate(90deg);
  }

  .arrow-down.hide-on-mobile {
    display: none !important;
  }

  .lvl-2 {
    position: static;
    width: 100%;
    max-height: none;
    border: none;
    box-shadow: none;
    padding: 0 0 8px 10px;
    display: none;
  }

  .lvl-1__menu-item:hover > .lvl-2,
  .lvl-1__menu-item:focus-within > .lvl-2 {
    display: none;
  }

  .lvl-1__menu-item.is-open > .lvl-2 {
    display: block;
  }

}

/* Visual polish to match northern style closer */
.hide-on-desk {
  display: none;
}

.header {
  background: #f3f6fa;
  border-bottom: 1px solid #dde6ee;
}

.header__top-wrap {
  background: #f3f6fa;
}

.header__top {
  min-height: 74px;
}

.header__logo {
  line-height: 1;
}

.header__city {
  font-size: 14px;
  color: #74879a;
}

.header__contacts a {
  font-size: 1rem;
  color: #143851;
}

.header__callback {
  min-height: 42px;
  padding: 0 18px;
  font-size: 1rem;
}

.header__bottom {
  border-top: 1px solid #e1e9f1;
}

.header__menu.lvl-1 {
  min-height: 56px;
}

.lvl-1__menu-item > .lvl-2 {
  min-width: 320px;
}

.lvl-2__menu-item a {
  padding: 8px 10px;
}

.soc-link {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #36556d;
}

@media (max-width: 960px) {
  .hide-on-desk {
    display: inline-flex;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .header__phone-mobile,
  .header__menu-mobile {
    width: 40px;
    min-width: 40px;
    padding: 0;
    color: #315671;
  }

  .mobile-menu__close {
    width: 40px;
    min-width: 40px;
    padding: 0;
    color: #315671;
  }

  .header__phone-mobile svg,
  .header__menu-mobile svg,
  .mobile-menu__close svg {
    width: 18px;
    height: 18px;
  }

  .header__logo img {
    width: 44px;
  }
}

/* Header alignment and logo text tuning */
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__left,
.header__right,
.header__city-n-contacts {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header__logo-title {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
}

.header__logo-title-main {
  color: #0a4d7a;
}

.header__logo-title-accent {
  color: #19b1c5;
}

.header__city,
.header__contacts {
  line-height: 1;
}

.header__contacts a,
.header__callback {
  white-space: nowrap;
}

.header__callback {
  font-size: 1rem;
}

.header__menu.lvl-1 {
  align-items: center;
}

/* ---------- Страница 404 ---------- */
.page-mistake {
  padding: 24px 0 56px;
}

.page-mistake__wrap {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.page-mistake__figure {
  margin: 0 0 8px;
  display: flex;
  justify-content: center;
}

.page-mistake__svg {
  max-width: 100%;
  height: auto;
}

.page-mistake__title {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 3vw, 1.6rem);
  font-weight: 700;
  color: #0a4d7a;
  letter-spacing: -0.02em;
}

.page-mistake__lead {
  margin: 0 0 28px;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #3d566d;
}

.page-mistake__lead a {
  color: #0a6fb2;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-mistake__lead a:hover {
  color: #084a7a;
}

.page-mistake__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.page-mistake__btn {
  min-width: 200px;
  text-decoration: none;
  box-sizing: border-box;
}

.page-mistake__btn--outline {
  border: 1px solid #b9d2e6;
}

@media (max-width: 760px) {
  .page-mistake {
    padding: 16px 0 40px;
  }

  .page-mistake__btn {
    width: 100%;
    min-width: 0;
  }
}

/* ---------- Страница врачей (список) ---------- */
.doctors-page__head h1 {
  margin: 0 0 10px;
  font-size: clamp(32px, 4.1vw, 44px);
  line-height: 1.15;
  color: #123a57;
}

.doctors-page__lead {
  margin: 0 0 28px;
  max-width: 68ch;
  color: #486579;
  font-size: 1.06rem;
  line-height: 1.55;
}

.doctors-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-bottom: 36px;
}

.doctor-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 16px;
  padding: 22px 20px 20px;
  box-shadow: 0 8px 22px rgba(17, 63, 98, 0.07);
}

.doctor-card__photo-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 16px;
}

.doctor-card__photo {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  background: #e8f1f9;
}

.doctor-card__photo--t2 {
  filter: hue-rotate(18deg) saturate(0.95);
}

.doctor-card__photo--t3 {
  filter: hue-rotate(-22deg) saturate(0.9);
}

.doctor-card__role {
  margin: 0 0 6px;
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #19b1c5;
  text-align: center;
}

.doctor-card__name {
  margin: 0 0 16px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0a4d7a;
  text-align: center;
}

.doctor-card__meta {
  margin: 0 0 18px;
  flex: 1;
  text-align: center;
}

.doctor-card__row {
  display: grid;
  gap: 4px;
  margin-bottom: 12px;
  justify-items: center;
}

.doctor-card__row:last-child {
  margin-bottom: 0;
}

.doctor-card__row dt {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #688196;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.doctor-card__row dd {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.45;
  color: #2a4a61;
}

.doctor-card__more {
  width: 100%;
  margin-top: auto;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
}

.doctor-card__more:hover {
  border-color: #0a6fb2;
  color: #084a7a;
}

.doctor-card--home {
  padding: 16px 14px 18px;
  min-height: 0;
}

.doctor-card--home .doctor-card__photo-wrap {
  margin-bottom: 12px;
}

.doctor-card--home .doctor-card__photo {
  width: 160px;
  height: 160px;
}

.doctor-card--home .doctor-card__role {
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}

.doctor-card--home .doctor-card__name {
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.doctor-card--home .doctor-card__meta {
  margin-bottom: 12px;
}

.doctor-card--home .doctor-card__row {
  margin-bottom: 0;
}

.doctor-card--home .doctor-card__row dt {
  font-size: 0.72rem;
}

.doctor-card--home .doctor-card__row dd {
  font-size: 0.9rem;
}

.doctor-card--home .doctor-card__more {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.94rem;
}

@media (max-width: 760px) {
  .doctors-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .doctor-card__name {
    font-size: 1.15rem;
  }
}

/* ---------- Страница статей (список) ---------- */
.articles-page__head h1 {
  margin: 0 0 28px;
  font-size: clamp(32px, 4.1vw, 44px);
  line-height: 1.15;
  color: #123a57;
}

.articles-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-bottom: 40px;
}

.article-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(17, 63, 98, 0.07);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.article-card:hover {
  border-color: #b9d2e6;
  box-shadow: 0 14px 32px rgba(17, 63, 98, 0.12);
  transform: translateY(-2px);
}

.article-card:focus-visible {
  outline: 2px solid #19b1c5;
  outline-offset: 2px;
}

.article-card__thumb {
  aspect-ratio: 16 / 10;
  background: #e8f1f9;
  overflow: hidden;
}

.article-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 18px 20px;
  flex: 1;
}

.article-card__title {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
  color: #0a4d7a;
}

.article-card:hover .article-card__title {
  color: #084a7a;
}

.article-card__date {
  font-size: 0.82rem;
  color: #688196;
}

.article-card__more {
  margin-top: auto;
  padding-top: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #19b1c5;
}

.article-card:hover .article-card__more {
  color: #0a8fa3;
  text-decoration: underline;
}

@media (max-width: 760px) {
  .articles-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}

/* ---------- Страница статьи (подробно) ---------- */
.article-sheet__header {
  margin-bottom: 22px;
}

.article-sheet__title {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 3.2vw, 2rem);
  line-height: 1.25;
  color: #123a57;
  font-weight: 700;
}

.article-sheet__meta {
  margin: 0;
  font-size: 0.92rem;
  color: #688196;
}

.service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 38%);
  gap: clamp(20px, 3.4vw, 34px);
  padding: clamp(18px, 2.6vw, 28px);
  border-radius: 18px;
  background: #e9eff6;
  margin-bottom: 24px;
}

.service-hero__content {
  min-width: 0;
}

.service-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #688196;
}

.service-hero__title {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 3.1vw, 2.5rem);
  line-height: 1.12;
  color: #273748;
  max-width: 22ch;
}

.service-hero__lead {
  margin: 0 0 14px;
  color: #3f566b;
  line-height: 1.5;
  max-width: 58ch;
}

.service-hero__features {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.service-hero__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid #d6e6f3;
  color: #2e4257;
  font-size: 0.92rem;
  line-height: 1.25;
  box-shadow: 0 3px 10px rgba(18, 58, 87, 0.05);
}

.service-hero__feat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #e8f4fc;
  border: 1px solid #c5dff0;
  color: #0a6fb2;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 10px rgba(10, 64, 102, 0.08);
  flex-shrink: 0;
}

.service-hero__feat-icon svg {
  width: 18px;
  height: 18px;
}

.service-hero__feat-icon svg path,
.service-hero__feat-icon svg circle {
  stroke: currentColor;
}

.service-hero__badges {
  display: grid;
  gap: 8px;
  max-width: 520px;
}

.service-hero__badges p {
  margin: 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d8e2ec;
  padding: 10px 12px;
  color: #2f455a;
  line-height: 1.35;
}

.service-hero__badges strong {
  color: #496177;
}

.service-hero__media {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(19, 53, 82, 0.12);
  min-height: 100%;
}

.service-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.article-toc {
  margin: 0 0 28px;
  padding: 18px 20px 20px;
  background: #f0f6fb;
  border: 1px solid #d8e8f5;
  border-radius: 14px;
}

.article-toc__heading {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0a4d7a;
}

.article-toc__list {
  margin: 0;
  padding-left: 1.25rem;
  color: #2a4a61;
  font-size: 0.95rem;
  line-height: 1.45;
}

.article-toc__list--nested {
  margin-top: 6px;
  margin-bottom: 4px;
  padding-left: 1.35rem;
  list-style-type: disc;
  list-style-position: outside;
  font-size: 0.9rem;
}

.article-toc__list--nested > li::marker {
  color: #688196;
}

.article-toc a {
  color: #0a6fb2;
  text-decoration: none;
}

.article-toc a:hover {
  text-decoration: underline;
  color: #084a7a;
}

.article-body {
  font-size: 1.02rem;
  line-height: 1.65;
  color: #2a4a61;
}

.article-body__lead {
  margin: 0 0 1.25rem;
  font-size: 1.06rem;
  color: #486579;
}

.article-body > p {
  margin: 0 0 1rem;
}

.article-body > ul {
  margin: 0 0 1.1rem;
  padding-left: 1.35rem;
}

.article-body > ul > li {
  margin-bottom: 0.45rem;
}

.article-body > h2 {
  margin: 1.75rem 0 0.75rem;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  line-height: 1.3;
  color: #123a57;
  scroll-margin-top: 1rem;
}

.article-body > h2:first-of-type {
  margin-top: 0;
}

.article-body > h3 {
  margin: 1.25rem 0 0.55rem;
  font-size: 1.08rem;
  line-height: 1.35;
  color: #0a4d7a;
  scroll-margin-top: 1rem;
}

.article-body__figure {
  margin: 1.35rem 0 1.5rem;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e2edf5;
  background: #e8f1f9;
}

.article-body__figure img,
.article-body img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.article-body picture {
  display: block;
  max-width: 100%;
}

.article-author {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 2rem 0 0;
  padding: 20px 20px 22px;
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(17, 63, 98, 0.06);
}

.article-author__photo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  background: #e8f1f9;
}

.article-author__body {
  min-width: 0;
}

.article-author__label {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #688196;
}

.article-author__name {
  margin: 0 0 4px;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.25;
}

.article-author__name a {
  color: #0a4d7a;
  text-decoration: none;
}

.article-author__name a:hover {
  color: #19b1c5;
  text-decoration: underline;
}

.article-author__role {
  margin: 0;
  font-size: 0.94rem;
  color: #486579;
  line-height: 1.4;
}

.service-consult-box {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin: 26px 0;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid #cfe2f1;
  background: linear-gradient(180deg, #f3f9ff 0%, #ffffff 100%);
}

.service-consult-box__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #0a6fb2;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(10, 64, 102, 0.2);
}

.service-consult-box__title {
  margin: 0 0 6px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #123a57;
}

.service-consult-box__phone {
  margin: 0 0 6px;
}

.service-consult-box__phone a {
  color: #0a6fb2;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.service-consult-box__phone a:hover {
  color: #0d4f7f;
}

.service-consult-box__note {
  margin: 0;
  color: #4a657d;
  line-height: 1.45;
}

.article-sheet__back {
  margin: 1.75rem 0 0;
  font-size: 0.98rem;
}

.article-sheet__back a {
  color: #0a6fb2;
  font-weight: 600;
  text-decoration: none;
}

.article-sheet__back a:hover {
  text-decoration: underline;
  color: #084a7a;
}

@media (max-width: 760px) {
  .service-hero {
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 14px;
  }

  .service-hero__title {
    max-width: none;
  }

  .service-hero__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-hero__media img {
    min-height: 220px;
  }

  .article-toc {
    padding: 16px 16px 18px;
    margin-bottom: 22px;
  }

  .article-author {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .article-body > h2 {
    scroll-margin-top: 0.5rem;
  }

  .article-body > h3 {
    scroll-margin-top: 0.5rem;
  }

  .service-consult-box {
    grid-template-columns: 1fr;
  }
}

/* ---------- Страница врача (подробно) ---------- */
.doctor-profile {
  display: grid;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
  margin-bottom: 40px;
}

.doctor-profile__aside {
  display: flex;
  justify-content: center;
}

.doctor-profile__photo {
  width: min(280px, 100%);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  background: #e8f1f9;
  border: 3px solid #d4e5f3;
}

.doctor-profile__role {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #19b1c5;
}

.doctor-profile__name {
  margin: 0 0 18px;
  font-size: clamp(1.6rem, 3.2vw, 2.1rem);
  font-weight: 700;
  line-height: 1.2;
  color: #0a4d7a;
}

.doctor-profile__facts {
  margin: 0 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.doctor-profile__fact {
  display: grid;
  gap: 4px;
}

.doctor-profile__fact dt {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #688196;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.doctor-profile__fact dd {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a2f45;
}

.doctor-profile__bio {
  margin: 0 0 24px;
  color: #2a4a61;
  line-height: 1.65;
  font-size: 1.02rem;
}

.doctor-profile__bio p {
  margin: 0 0 14px;
}

.doctor-profile__bio p:last-child {
  margin-bottom: 0;
}

.doctor-profile__cta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.doctor-profile__cta .btn {
  text-decoration: none;
  text-align: center;
}

.doctor-profile-section-title {
  margin: 0 0 10px;
  font-size: clamp(22px, 2.8vw, 30px);
  color: #123a57;
}

.doctor-profile-docs {
  margin-bottom: 40px;
}

.doctor-profile-docs__lead {
  margin: 0 0 18px;
  max-width: 68ch;
  color: #5a7187;
  line-height: 1.55;
  font-size: 1rem;
}

.doctor-docs-shell {
  width: 100%;
  box-sizing: border-box;
}

.doctor-profile-page .doctor-docs-shell .swiper {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.doctor-profile-page .doctor-docs-shell .swiper-slide {
  height: auto;
  min-width: 0;
  box-sizing: border-box;
}

.doctor-doc-card {
  margin: 0;
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(17, 63, 98, 0.07);
}

.doctor-doc-card__img-wrap {
  background: #eef4fb;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 5;
  max-height: min(420px, 58vh);
}

.doctor-doc-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.doctor-doc-card__caption {
  padding: 12px 14px 14px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #355469;
  text-align: center;
}

.doctor-docs-swiper__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.doctor-docs-swiper__prev,
.doctor-docs-swiper__next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #9fc1db;
  background: #fff;
  color: #0a5f9f;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(10, 64, 102, 0.16);
}

.doctor-docs-swiper__prev::after,
.doctor-docs-swiper__next::after {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.doctor-docs-swiper__prev::after {
  content: "‹";
}

.doctor-docs-swiper__next::after {
  content: "›";
}

.doctor-profile-articles {
  margin-bottom: 8px;
}

.doctor-profile-articles__lead {
  margin: 0 0 16px;
  max-width: 68ch;
  color: #5a7187;
  line-height: 1.55;
  font-size: 0.98rem;
}

.doctor-articles-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.doctor-articles-list__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #d8e8f5;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(17, 63, 98, 0.05);
}

.doctor-articles-list__link {
  font-weight: 600;
  font-size: 1.02rem;
  color: #0a5f9f;
  text-decoration: none;
}

.doctor-articles-list__link:hover {
  color: #084a7a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.doctor-articles-list__hint {
  font-size: 0.86rem;
  color: #8899a8;
}

.doctor-profile-articles__more {
  margin: 18px 0 0;
}

.doctor-profile-articles__more-link {
  font-weight: 600;
  color: #0a6fb2;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.doctor-profile-articles__more-link:hover {
  border-bottom-color: #0a6fb2;
}

@media (max-width: 760px) {
  .doctor-profile-page .doctor-profile {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

  .doctor-profile-docs {
    margin-bottom: 28px;
  }

  .doctor-docs-swiper__prev,
  .doctor-docs-swiper__next {
    width: 50px;
    height: 50px;
  }

  .doctor-docs-swiper__prev::after,
  .doctor-docs-swiper__next::after {
    font-size: 28px;
  }
}

/* ---------- Карта сайта ---------- */
.sitemap-sheet {
  background: #fff;
  border: 1px solid #d7e7f3;
  border-radius: 16px;
  padding: clamp(18px, 2.8vw, 32px);
  box-shadow: 0 6px 18px rgba(15, 61, 96, 0.07);
}

.sitemap-sheet__head {
  margin-bottom: 20px;
}

.sitemap-sheet__head h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 3.6vw, 40px);
  color: #123a57;
  line-height: 1.15;
}

.sitemap-sheet__head p {
  margin: 0;
  color: #44607a;
  line-height: 1.5;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sitemap-group {
  padding: 14px 16px;
  border: 1px solid #dbe9f4;
  border-radius: 12px;
  background: #f8fcff;
}

.sitemap-group h2 {
  margin: 0 0 10px;
  font-size: 1.12rem;
  color: #0a5f9f;
}

.sitemap-group ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 7px;
}

.sitemap-group li::marker {
  color: #0a6fb2;
}

.sitemap-group a {
  color: #214059;
  text-decoration: none;
}

.sitemap-group a:hover {
  color: #0a6fb2;
  text-decoration: underline;
}

@media (max-width: 760px) {
  .sitemap-grid {
    grid-template-columns: 1fr;
  }
}
