@charset "UTF-8";
.header-mobile {
  height: 60px;
  display: flex;
  background: #f2f8f9;
  padding: 0 15px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile .header-contacts {
  gap: 22px;
}
.header-mobile .header-contacts a.callback {
  margin-bottom: 0;
}
.header-mobile .header-sotial {
  order: 1;
}
.header-mobile .hamburger {
  margin-right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #088492;
  border-radius: 10px;
}
.header-mobile .hamburger-inner, .header-mobile .hamburger-inner::before, .header-mobile .hamburger-inner::after {
  background-color: white;
}
.header-mobile .hamburger.is-active .hamburger-inner, .header-mobile .hamburger.is-active .hamburger-inner::before, .header-mobile .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
.header-mobile .hamburger-inner, .header-mobile .hamburger-inner::before, .header-mobile .hamburger-inner::after {
  height: 3px;
  width: 20px;
  border-radius: 10px;
}
.header-mobile .hamburger-box {
  width: 20px;
  height: 15px;
}
.header-mobile .hamburger--collapse .hamburger-inner::after {
  top: -12px;
}
.header-mobile .hamburger-inner::before {
  top: -6px;
}
.header-mobile .hamburger--collapse.is-active .hamburger-inner {
  bottom: -3px;
}

.dent.page-service header {
  background: #fff;
}

.dent.page-service .main-hero {
  margin: 0;
  padding-top: 18px;
}

header.header {
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
header.header .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 1140px;
  padding: 8px 15px 28px;
}
@media (min-width: 1191px) {
  header.header .top-line {
    padding: 8px 0 28px;
    max-width: 1170px;
    gap: 80px;
  }
}
header.header .clinics .wrap_clinics:before {
  border: 1px solid #e3e3e3;
  box-shadow: none;
}
header.header .clinics {
  margin-top: 0;
  margin-left: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  max-width: 306px;
}
@media (min-width: 1100px) {
  header.header .clinics {
    max-width: 515px;
  }
}
header.header .clinics .text_clinics {
  margin-top: 0;
  display: none;
}
@media (min-width: 1100px) {
  header.header .clinics .text_clinics {
    display: block;
  }
}
header.header .clinics .text_clinics p {
  font-style: normal;
}
header.header .clinics .text_clinics a {
  font-family: "Roboto";
  font-style: normal;
}
header.header .clinics .text_clinics a:hover {
  color: #074a54;
  text-decoration: underline;
}
header.header .logo {
  width: 64px;
  height: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  header.header .logo {
    width: 129px;
  }
}
header.header .logo img {
  max-width: 100%;
  height: auto;
}
header.header a.callback {
  color: #088492;
  border-color: #088492;
  font-family: "Roboto";
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 6px 15px 7px 15px;
}
@media (min-width: 992px) {
  header.header a.callback {
    padding: 11px 25px 12px 25px;
    font-size: 14px;
  }
}
header.header a.callback:hover {
  color: #074a54;
  border-color: #074a54;
}

.header-inner {
  width: calc(100% - 100px);
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .header-inner {
    width: calc(100% - 160px);
    display: block;
  }
}
@media (min-width: 1191px) {
  .header-inner {
    width: calc(100% - 210px);
  }
}
.header-inner .header-contacts {
  display: none;
}
@media (min-width: 992px) {
  .header-inner .header-contacts {
    display: flex;
  }
}

.header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.header-contacts {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-sotial {
  display: flex;
  gap: 5px;
}
.header-sotial a {
  text-decoration: none;
  opacity: 1;
  transition: 0.5s;
  display: block;
  width: 35px;
}
@media (min-width: 992px) {
  .header-sotial a {
    width: 40px;
  }
}
.header-sotial a img {
  width: 100%;
  height: auto;
}
.header-sotial a:hover {
  opacity: 0.7;
}

@media (min-width: 992px) {
  .header-menu {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .header-menu .nav-menu .dropmenu > ul {
    position: relative;
    top: 0;
    width: 100%;
    box-shadow: none;
    max-width: 100%;
  }
  .header-menu .nav-menu .dropmenu > ul li {
    list-style: none;
  }
}
.header-menu .nav-menu > ul > li a {
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto";
  text-transform: none;
  letter-spacing: 0;
}
.header-menu .nav-menu > ul > li a:hover, .header-menu .nav-menu > ul > li a:active {
  color: #088492;
}
.header-menu .nav-menu li.dropmenu > a:after {
  width: 12px;
  height: 6px;
  background: url(../assets/site/images/arrow_down.svg) center center no-repeat;
  background-size: 100%;
}
.header-menu .nav-menu > ul > li > a:before {
  display: none;
}
.header-menu .nav-menu > ul > li.dropmenu li > a {
  font-size: 16px;
  line-height: 130%;
  padding: 4px 25px;
  font-weight: 400;
}
.header-menu .nav-menu > ul > li.dropmenu li > a:hover {
  background: none;
  color: #088492;
}
.header-menu .nav-menu {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
}

.main-hero {
  background: #f2f8f9;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-family: "Roboto", Arial, sans-serif;
  color: #323231;
}
@media (min-width: 861px) {
  .main-hero {
    margin: 0 20px 60px;
    border-radius: 30px;
  }
}
@media (min-width: 1101px) {
  .main-hero {
    margin: 0 28px 102px;
  }
}

.main-hero-inner {
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 861px) {
  .main-hero-inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 32px;
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (min-width: 1101px) {
  .main-hero-inner {
    gap: 72px;
    padding: 40px 0;
  }
}

/* ---------- Левая колонка (на мобиле — вторая) ---------- */
.main-hero-info {
  order: 2;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
}
@media (min-width: 861px) {
  .main-hero-info {
    order: 0;
    max-width: 480px;
  }
}

.main-hero-label {
  font-family: "PT Serif";
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: white;
  color: #31b9cb;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media (min-width: 561px) {
  .main-hero-label {
    padding: 6px 10px;
    font-size: 16px;
    margin-bottom: 28px;
  }
}

.main-hero-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #323231;
}
@media (min-width: 861px) {
  .main-hero-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 22px;
  }
}
@media (min-width: 1101px) {
  .main-hero-title {
    font-size: 36px;
  }
}

.main-hero-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  color: #4a5560;
  margin-bottom: 22px;
  max-width: 100%;
}
@media (min-width: 861px) {
  .main-hero-text {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1101px) {
  .main-hero-text {
    font-size: 22px;
    margin-bottom: 36px;
    max-width: 420px;
  }
}

/* ---------- Кнопка + стрелки ---------- */
.main-hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  min-width: 0;
}
@media (min-width: 561px) {
  .main-hero-actions {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}

.main-hero .art-button.btn-signup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 58px;
  padding: 0 32px;
  background: #088492;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: none;
  transition: background-color 0.2s ease;
  box-sizing: border-box;
}
.main-hero .art-button.btn-signup:hover {
  background: #074a54;
}
@media (min-width: 561px) {
  .main-hero .art-button.btn-signup {
    width: auto;
    min-width: 240px;
    height: 56px;
    font-size: 15px;
  }
}
@media (min-width: 1101px) {
  .main-hero .art-button.btn-signup {
    min-width: 280px;
    height: 64px;
  }
}

.main-hero-arrows {
  display: flex;
  gap: 12px;
}

.main-hero-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2a2f3a;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 0;
}
.main-hero-arrow svg {
  display: block;
  width: 10px;
  height: 16px;
  flex-shrink: 0;
}
.main-hero-arrow svg path {
  stroke: currentColor;
}
.main-hero-arrow:hover {
  background: #088492;
  color: #fff;
}

/* ---------- Правая колонка (на мобиле — первая) ---------- */
.main-hero-slider-wrap {
  order: 1;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  /* Мобильные стрелки-оверлей (перенос JS-ом, см. main.js) */
}
.main-hero-slider-wrap.has-mobile-arrows .main-hero-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  z-index: 4;
  pointer-events: none;
  margin: 0;
}
.main-hero-slider-wrap.has-mobile-arrows .main-hero-arrow {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  background: #fff;
  color: #2a2f3a;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
@media (min-width: 861px) {
  .main-hero-slider-wrap {
    order: 0;
    max-width: 615px;
  }
}

/* ---------- Бейдж "ПроДокторов" ---------- */
.main-hero-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  background: #fff;
  border-radius: 12px;
  padding: 10px 16px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}
.main-hero-rating:hover {
  text-decoration: none;
}

.main-hero-rating__logo {
  display: block;
  height: 11px;
  width: auto;
}

.main-hero-rating__text {
  font-size: 16px;
  font-weight: 300;
  color: #6b7480;
  line-height: 1.2;
}

/* Десктопный — поверх слайдера, на мобиле скрыт */
.main-hero-rating--desktop {
  display: none;
}
@media (min-width: 861px) {
  .main-hero-rating--desktop {
    display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
  }
}

/* Мобильный дубль — под кнопкой, на десктопе скрыт */
.main-hero-rating--mobile {
  margin-top: 12px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 14px;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
.main-hero-rating--mobile .main-hero-rating__logo {
  height: 18px;
}
.main-hero-rating--mobile .main-hero-rating__text {
  font-size: 14px;
}
@media (min-width: 861px) {
  .main-hero-rating--mobile {
    display: none;
  }
}

/* ---------- Слайдер ---------- */
.main-hero-slider {
  border-radius: 20px;
  overflow: hidden;
}
.main-hero-slider:not(.slick-initialized) .main-hero-slide {
  display: none;
}
.main-hero-slider:not(.slick-initialized) .main-hero-slide:first-child {
  display: block;
}
.main-hero-slider.slick-initialized {
  height: auto;
}
.main-hero-slider .slick-list,
.main-hero-slider .slick-track {
  border-radius: 20px;
}
.main-hero-slider .slick-prev,
.main-hero-slider .slick-next {
  display: none !important;
}
.main-hero-slider {
  /* Доты — равномерно по всей ширине */
}
.main-hero-slider .slick-dots {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  width: auto;
  display: flex !important;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 2;
}
@media (min-width: 861px) {
  .main-hero-slider .slick-dots {
    bottom: 18px;
    left: 20px;
    right: 20px;
  }
}
.main-hero-slider .slick-dots li {
  flex: 1 1 0;
  width: auto;
  height: 4px;
  margin: 0;
  padding: 0;
}
.main-hero-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.55);
  border: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.main-hero-slider .slick-dots li button::before {
  content: none;
}
.main-hero-slider .slick-dots li.slick-active button {
  background: #088492;
}

.main-hero-slide {
  border-radius: 20px;
  overflow: hidden;
}
.main-hero-slide img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 861px) {
  .main-hero-slide img {
    height: 360px;
  }
}
@media (min-width: 1101px) {
  .main-hero-slide img {
    height: 420px;
  }
}

.header-main__title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 600px) {
  .header-main__title-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

.articles-tab-btn {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: #088492;
  border-radius: 10px;
  padding: 12px 28px;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
  white-space: nowrap;
  flex-shrink: 0;
}
.articles-tab-btn:hover {
  color: #fff;
  background: #074a54;
  text-decoration: none;
}

.page-service .B_crumbBox li a {
  color: #088492;
}
.page-service .B_crumbBox li a:hover {
  color: #074a54;
}

.page-service h1 {
  font-weight: 400;
}

.page-service .wrap-content-block {
  max-width: 996px;
  margin: 0 auto;
}
.page-service .wrap-content-block .block {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .page-service .wrap-content-block blockquote {
    max-width: 1170px;
    width: 1170px;
    position: relative;
    left: -87px;
  }
}
.page-service .wrap-content-block h2, .page-service .wrap-content-block h3 {
  font-weight: 400;
}
.page-service .wrap-content-block h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (min-width: 560px) {
  .page-service .wrap-content-block h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

.modal-dent__phone {
  font-weight: 700;
  color: #088492;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.modal-dent__phone:hover, .modal-dent__phone:focus {
  color: #074a54;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .page-service .header-main {
    padding-bottom: 30px;
  }
  .wrap-page-service {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-dent .item .title {
    padding: 0;
  }
  .wrap-dent .item .links {
    -webkit-mask-image: linear-gradient(to bottom, #000 60%, transparent);
    mask-image: linear-gradient(to bottom, #000 60%, transparent);
  }
  .wrap-dent .item.active .links {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.page-service .wrap-price .table-wrap .table-small {
  height: auto;
  max-height: 340px;
}
.page-service .wrap-price .table-wrap .table-small.active {
  max-height: none;
}
.page-service .more-price.compact {
  padding-bottom: 40px;
}

.faq-block {
  margin: 32px 0;
}

.faq-item {
  background: #f2f8f9;
  border: 1px solid #e1eaf2;
  border-left: 4px solid #088492;
  border-radius: 10px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.faq-item:last-child {
  margin-bottom: 0;
}

.faq-q {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  color: #323231;
}
.faq-q::before {
  content: "?";
  flex: 0 0 26px;
  height: 26px;
  border-radius: 50%;
  background: #088492;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

.faq-a {
  margin: 0;
  padding-left: 38px;
  color: #4a5560;
  line-height: 1.6;
}

.page-service .video {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin: 28px 0 32px;
  padding-bottom: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.page-service .video iframe {
  flex: 0 0 auto;
  width: min(325px, 70vw);
  height: auto;
  margin: 0;
  aspect-ratio: 325 / 646;
  border: 0;
  border-radius: 20px;
  background: #000;
  scroll-snap-align: start;
}

.page-service .video::-webkit-scrollbar {
  height: 6px;
}

.page-service .video::-webkit-scrollbar-thumb {
  background: rgba(8, 132, 146, 0.35);
  border-radius: 3px;
}

@media (min-width: 861px) {
  .page-service .video {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .page-service .video iframe {
    width: calc((100% - 32px) / 3);
    max-width: 325px;
    margin: 0;
  }
}