@charset "UTF-8";
/*------------------------------------------------------------------
    site.css — объединённый CSS фронтенда MosKlinik
    Собран из: common-style.css, spacings.css, home-one.css (часть),
    innerpage.css (часть), blocks-custom.css, services-list.css,
    appointment-modal.css, contact.css
------------------------------------------------------------------*/

/* =================================================================
   1. CSS-ПЕРЕМЕННЫЕ
   ================================================================= */
:root {
  --primary-color: #4F6BD6;
  --heading-color: #0E0C0A;
  --primary-black-color: #031B33;
  --black-dark-color: #0A0A0A;
  --gray-light-color: #F1FCF9;
  --white-color: #ffffff;
  --text-color: #2D4443;
  --border-color: #E5E5E5;
  --heading-font: "Albert Sans", sans-serif;
  --body-font: "Rubik", sans-serif;
}

/* =================================================================
   2. BASE RESET
   ================================================================= */
html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: var(--heading-color);
  font-family: var(--heading-font);
}

h1 {
  font-size: 85px;
  line-height: 100px;
}

h2 {
  font-size: 48px;
  line-height: 65px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 1;
}

h6 {
  font-size: 18px;
  line-height: 1;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input, textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: 400;
  font-style: normal;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 18px;
  line-height: 30px;
  overflow-x: hidden;
}
@media (max-width: 1650px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
}

main {
  width: 100%;
}

/* =================================================================
   3. СКРОЛЛБАР
   ================================================================= */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #abafb9;
}
::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/* =================================================================
   4. КОНТЕЙНЕР
   ================================================================= */
@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}

/* =================================================================
   5. ОБЩИЕ УТИЛИТЫ
   ================================================================= */
.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.gray-light-color {
  background-color: var(--gray-light-color);
}

.form-group {
  position: relative;
}

.form_control {
  width: 100%;
}

/* =================================================================
   6. ТИПОГРАФИКА
   ================================================================= */
.sub-title {
  padding: 5px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  font-weight: 500;
  font-family: var(--heading-font);
  line-height: 24px;
  margin-bottom: 12px;
}
.sub-title:before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--heading-color);
  margin-right: 10px;
}

@media (max-width: 1399.98px) {
  .section-title h2 {
    font-size: 38px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 1199.98px) {
  .section-title h2 {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 28px;
  }
}

.title-white h2 {
  color: var(--white-color);
}
.title-white p {
  color: var(--white-color);
}

.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}
.check-list.style-one li i {
  margin-right: 10px;
  color: var(--primary-color);
}

/* =================================================================
   7. КНОПКИ
   ================================================================= */
.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 44px;
  line-height: 20px;
  font-family: var(--heading-font);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.theme-btn.style-one i {
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.theme-btn.style-one:hover {
  background-color: var(--heading-color);
  color: var(--white-color);
}
.theme-btn.style-two {
  padding: 17px 22px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.theme-btn.style-two:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: var(--white-color);
}

.read-more.style-one {
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}
.read-more.style-one i {
  margin-left: 20px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.read-more.style-one:hover i {
  margin-left: 10px;
}

/* =================================================================
   8. ХЕДЕР И НАВИГАЦИЯ
   ================================================================= */
.header-area {
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 991.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}
.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-navigation .site-branding {
  max-width: 200px;
}
.header-navigation .main-menu ul > li {
  display: inline-block;
  position: relative;
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-navigation .main-menu ul > li > a {
  position: relative;
  display: block;
  font: 500 18px var(--heading-font);
  line-height: 1;
  color: var(--heading-color);
  padding: 36px 0;
}
@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul > li > a {
    font-size: 16px;
  }
}
.header-navigation .main-menu ul > li > a:after {
  position: absolute;
  bottom: 35%;
  right: 0;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.header-navigation .main-menu ul > li > a span.dd-trigger {
  margin-left: 5px;
}
.header-navigation .main-menu ul > li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 350px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.header-navigation .main-menu ul > li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul > li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-navigation .main-menu ul > li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}
.header-navigation .main-menu ul > li .sub-menu li a::after {
  display: none;
}
.header-navigation .main-menu ul > li .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover .sub-menu {
  top: 0%;
}
.header-navigation .main-menu ul > li .sub-menu li:hover > a {
  margin-left: 5px;
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a {
  color: var(--primary-color);
}
.header-navigation .main-menu ul > li:hover > a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.header-navigation .main-menu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}
.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}
.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}
@media screen and (max-width: 991.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -999px;
    width: calc(100% - 70px);
    height: 100%;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }
  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }
  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }
  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li > a {
    padding: 5px 20px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu > li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }
  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }
  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }
  .header-navigation .navbar-toggler {
    display: block;
  }
  .header-navigation .theme-nav-button .theme-btn.style-one {
    padding: 17px 24px;
  }
  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }
  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }
  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }
}

.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-right-item .nav-button .theme-btn.style-one {
  padding: 13px 21px;
}

.header-one {
  background-color: var(--white-color);
}

.header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-color: transparent;
  background-color: var(--white-color);
  -webkit-animation: sticky 1.2s;
          animation: sticky 1.2s;
  -webkit-box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25);
          box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25);
}
.header-area.sticky.header-one {
  background-color: var(--white-color);
}

@-webkit-keyframes sticky {
  0% { top: -200px; }
  100% { top: 0; }
}
@keyframes sticky {
  0% { top: -200px; }
  100% { top: 0; }
}

/* =================================================================
   9. ФУТЕР
   ================================================================= */
.footer-widget .widget-title {
  color: var(--white-color);
  margin-bottom: 28px;
}
.footer-widget .widget-content .social-box a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white-color);
}
.footer-widget .widget-content .social-box a:not(:last-child) {
  margin-right: 5px;
}
.footer-widget .widget-content .social-box a:hover {
  border-color: transparent;
  background-color: var(--primary-color);
}
.footer-widget .widget-content .widget-nav li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget .widget-content .widget-nav li a {
  font-size: 18px;
  color: var(--white-color);
}
.footer-widget .widget-content .widget-nav li a:hover {
  color: var(--primary-color);
}
.footer-widget.footer-schedule-widget .widget-content span {
  color: var(--white-color);
  display: block;
}
.footer-widget.footer-contact-info-widget .medolia-info-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-widget.footer-contact-info-widget .medolia-info-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.footer-widget.footer-contact-info-widget .medolia-info-box .content p {
  color: var(--white-color);
  font-size: 18px;
  line-height: 30px;
}

.footer-schedule-widget .widget-content span:not(:last-child) {
  margin-bottom: 20px;
}

.default-footer .footer-widget-area .footer-widget.footer-about-widget p {
  color: #CDD1D6;
  margin-bottom: 20px;
}
.default-footer .footer-widget-area .footer-widget.footer-contact-info-widget {
  padding-left: 70px;
}
@media screen and (max-width: 1199.98px) {
  .default-footer .footer-widget-area .footer-widget.footer-contact-info-widget {
    padding-left: 0;
  }
}
.default-footer .copyright-area {
  padding: 20px 0;
  background-color: #10263D;
}
.default-footer .copyright-area .copyright-text p {
  color: var(--white-color);
}

/* =================================================================
   10. ОВЕРЛЕЙ МОБИЛЬНОГО МЕНЮ
   ================================================================= */
.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

/* =================================================================
   11. КАСТОМНАЯ ИКОНКА MAX
   ================================================================= */
.fa-max {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 720'><path fill='%23fff' d='M350.4 9.6C141.8 20.5 4.1 184.1 12.8 390.4c3.8 90.3 40.1 168 48.7 253.7 2.2 22.2-4.2 49.6 21.4 59.3 31.5 11.9 79.8-8.1 106.2-26.4 9-6.1 17.6-13.2 24.2-22 27.3 18.1 53.2 35.6 85.7 43.4 143.1 34.3 299.9-44.2 369.6-170.3C799.6 291.2 622.5-4.6 350.4 9.6zM269.4 504c-11.3 8.8-22.2 20.8-34.7 27.7-18.1 9.7-23.7-.4-30.5-16.4-21.4-50.9-24-137.6-11.5-190.9 16.8-72.5 72.9-136.3 150-143.1 78-6.9 150.4 32.7 183.1 104.2 72.4 159.1-112.9 316.2-256.4 218.6z'/></svg>");
}

/* =================================================================
   12. ОТСТУПЫ (spacings.css)
   ================================================================= */
.mt-5  { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; }
.mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; }
.mt-80 { margin-top: 80px; }
.mt-85 { margin-top: 85px; }
.mt-90 { margin-top: 90px; }
.mt-95 { margin-top: 95px; }
.mt-100 { margin-top: 100px; }
.mt-105 { margin-top: 105px; }
.mt-110 { margin-top: 110px; }
.mt-115 { margin-top: 115px; }
.mt-120 { margin-top: 120px; }
.mt-125 { margin-top: 125px; }
.mt-130 { margin-top: 130px; }
.mt-135 { margin-top: 135px; }
.mt-140 { margin-top: 140px; }
.mt-145 { margin-top: 145px; }
.mt-150 { margin-top: 150px; }
.mt-155 { margin-top: 155px; }
.mt-160 { margin-top: 160px; }
.mt-165 { margin-top: 165px; }
.mt-170 { margin-top: 170px; }
.mt-175 { margin-top: 175px; }
.mt-180 { margin-top: 180px; }
.mt-185 { margin-top: 185px; }
.mt-190 { margin-top: 190px; }
.mt-195 { margin-top: 195px; }
.mt-200 { margin-top: 200px; }
.mt-205 { margin-top: 205px; }
.mt-210 { margin-top: 210px; }
.mt-215 { margin-top: 215px; }
.mt-220 { margin-top: 220px; }
.mt-225 { margin-top: 225px; }
.mt-230 { margin-top: 230px; }
.mt-235 { margin-top: 235px; }
.mt-240 { margin-top: 240px; }
.mt-245 { margin-top: 245px; }
.mt-250 { margin-top: 250px; }
.mt-255 { margin-top: 255px; }
.mt-260 { margin-top: 260px; }
.mt-265 { margin-top: 265px; }
.mt-270 { margin-top: 270px; }
.mt-275 { margin-top: 275px; }
.mt-280 { margin-top: 280px; }
.mt-285 { margin-top: 285px; }
.mt-290 { margin-top: 290px; }
.mt-295 { margin-top: 295px; }
.mt-300 { margin-top: 300px; }

.mb-5  { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-65 { margin-bottom: 65px; }
.mb-70 { margin-bottom: 70px; }
.mb-75 { margin-bottom: 75px; }
.mb-80 { margin-bottom: 80px; }
.mb-85 { margin-bottom: 85px; }
.mb-90 { margin-bottom: 90px; }
.mb-95 { margin-bottom: 95px; }
.mb-100 { margin-bottom: 100px; }
.mb-105 { margin-bottom: 105px; }
.mb-110 { margin-bottom: 110px; }
.mb-115 { margin-bottom: 115px; }
.mb-120 { margin-bottom: 120px; }
.mb-125 { margin-bottom: 125px; }
.mb-130 { margin-bottom: 130px; }
.mb-135 { margin-bottom: 135px; }
.mb-140 { margin-bottom: 140px; }
.mb-145 { margin-bottom: 145px; }
.mb-150 { margin-bottom: 150px; }
.mb-155 { margin-bottom: 155px; }
.mb-160 { margin-bottom: 160px; }
.mb-165 { margin-bottom: 165px; }
.mb-170 { margin-bottom: 170px; }
.mb-175 { margin-bottom: 175px; }
.mb-180 { margin-bottom: 180px; }
.mb-185 { margin-bottom: 185px; }
.mb-190 { margin-bottom: 190px; }
.mb-195 { margin-bottom: 195px; }
.mb-200 { margin-bottom: 200px; }
.mb-205 { margin-bottom: 205px; }
.mb-210 { margin-bottom: 210px; }
.mb-215 { margin-bottom: 215px; }
.mb-220 { margin-bottom: 220px; }
.mb-225 { margin-bottom: 225px; }
.mb-230 { margin-bottom: 230px; }
.mb-235 { margin-bottom: 235px; }
.mb-240 { margin-bottom: 240px; }
.mb-245 { margin-bottom: 245px; }
.mb-250 { margin-bottom: 250px; }
.mb-255 { margin-bottom: 255px; }
.mb-260 { margin-bottom: 260px; }
.mb-265 { margin-bottom: 265px; }
.mb-270 { margin-bottom: 270px; }
.mb-275 { margin-bottom: 275px; }
.mb-280 { margin-bottom: 280px; }
.mb-285 { margin-bottom: 285px; }
.mb-290 { margin-bottom: 290px; }
.mb-295 { margin-bottom: 295px; }
.mb-300 { margin-bottom: 300px; }

.pt-5  { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }
.pt-55 { padding-top: 55px; }
.pt-60 { padding-top: 60px; }
.pt-65 { padding-top: 65px; }
.pt-70 { padding-top: 70px; }
.pt-75 { padding-top: 75px; }
.pt-80 { padding-top: 80px; }
.pt-85 { padding-top: 85px; }
.pt-90 { padding-top: 90px; }
.pt-95 { padding-top: 95px; }
.pt-100 { padding-top: 100px; }
.pt-105 { padding-top: 105px; }
.pt-110 { padding-top: 110px; }
.pt-115 { padding-top: 115px; }
.pt-120 { padding-top: 120px; }
.pt-125 { padding-top: 125px; }
.pt-130 { padding-top: 130px; }
.pt-135 { padding-top: 135px; }
.pt-140 { padding-top: 140px; }
.pt-145 { padding-top: 145px; }
.pt-150 { padding-top: 150px; }
.pt-155 { padding-top: 155px; }
.pt-160 { padding-top: 160px; }
.pt-165 { padding-top: 165px; }
.pt-170 { padding-top: 170px; }
.pt-175 { padding-top: 175px; }
.pt-180 { padding-top: 180px; }
.pt-185 { padding-top: 185px; }
.pt-190 { padding-top: 190px; }
.pt-195 { padding-top: 195px; }
.pt-200 { padding-top: 200px; }
.pt-205 { padding-top: 205px; }
.pt-210 { padding-top: 210px; }
.pt-215 { padding-top: 215px; }
.pt-220 { padding-top: 220px; }
.pt-225 { padding-top: 225px; }
.pt-230 { padding-top: 230px; }
.pt-235 { padding-top: 235px; }
.pt-240 { padding-top: 240px; }
.pt-245 { padding-top: 245px; }
.pt-250 { padding-top: 250px; }
.pt-255 { padding-top: 255px; }
.pt-260 { padding-top: 260px; }
.pt-265 { padding-top: 265px; }
.pt-270 { padding-top: 270px; }
.pt-275 { padding-top: 275px; }
.pt-280 { padding-top: 280px; }
.pt-285 { padding-top: 285px; }
.pt-290 { padding-top: 290px; }
.pt-295 { padding-top: 295px; }
.pt-300 { padding-top: 300px; }

.pb-5  { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }
.pb-55 { padding-bottom: 55px; }
.pb-60 { padding-bottom: 60px; }
.pb-65 { padding-bottom: 65px; }
.pb-70 { padding-bottom: 70px; }
.pb-75 { padding-bottom: 75px; }
.pb-80 { padding-bottom: 80px; }
.pb-85 { padding-bottom: 85px; }
.pb-90 { padding-bottom: 90px; }
.pb-95 { padding-bottom: 95px; }
.pb-100 { padding-bottom: 100px; }
.pb-105 { padding-bottom: 105px; }
.pb-110 { padding-bottom: 110px; }
.pb-115 { padding-bottom: 115px; }
.pb-120 { padding-bottom: 120px; }
.pb-125 { padding-bottom: 125px; }
.pb-130 { padding-bottom: 130px; }
.pb-135 { padding-bottom: 135px; }
.pb-140 { padding-bottom: 140px; }
.pb-145 { padding-bottom: 145px; }
.pb-150 { padding-bottom: 150px; }
.pb-155 { padding-bottom: 155px; }
.pb-160 { padding-bottom: 160px; }
.pb-165 { padding-bottom: 165px; }
.pb-170 { padding-bottom: 170px; }
.pb-175 { padding-bottom: 175px; }
.pb-180 { padding-bottom: 180px; }
.pb-185 { padding-bottom: 185px; }
.pb-190 { padding-bottom: 190px; }
.pb-195 { padding-bottom: 195px; }
.pb-200 { padding-bottom: 200px; }
.pb-205 { padding-bottom: 205px; }
.pb-210 { padding-bottom: 210px; }
.pb-215 { padding-bottom: 215px; }
.pb-220 { padding-bottom: 220px; }
.pb-225 { padding-bottom: 225px; }
.pb-230 { padding-bottom: 230px; }
.pb-235 { padding-bottom: 235px; }
.pb-240 { padding-bottom: 240px; }
.pb-245 { padding-bottom: 245px; }
.pb-250 { padding-bottom: 250px; }
.pb-255 { padding-bottom: 255px; }
.pb-260 { padding-bottom: 260px; }
.pb-265 { padding-bottom: 265px; }
.pb-270 { padding-bottom: 270px; }
.pb-275 { padding-bottom: 275px; }
.pb-280 { padding-bottom: 280px; }
.pb-285 { padding-bottom: 285px; }
.pb-290 { padding-bottom: 290px; }
.pb-295 { padding-bottom: 295px; }
.pb-300 { padding-bottom: 300px; }

/* =================================================================
   13. СЕКЦИИ СТРАНИЦ (home-one.css — нужные части)
   ================================================================= */

/* -- Кнопки в блоке -- */
.medolia-button-box .medolia-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 40px;
}

/* -- Блок текст + галерея (.medolia-about-sec) -- */
.medolia-about-sec .medolia-image-box {
  padding-right: 100px;
  min-height: 580px;
  position: relative;
}
@media screen and (max-width: 1199.98px) {
  .medolia-about-sec .medolia-image-box {
    padding-right: 0;
  }
}
.medolia-about-sec .medolia-image img {
  border-radius: 10px;
}
.medolia-about-sec .medolia-content-box .medolia-button-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .medolia-about-sec .medolia-content-box .medolia-button-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .medolia-about-sec .medolia-content-box .medolia-button-box .medolia-button {
    margin-bottom: 20px;
  }
}

/* -- Форма записи (CTA блок) -- */
.medolia-booking-sec {
  background-color: var(--gray-light-color);
}
.medolia-booking-sec .medolia-image img {
  border-radius: 10px;
}
.medolia-booking-sec .booking-wrapper {
  background-color: var(--white-color);
  padding: 50px;
  border-radius: 10px;
}
.medolia-booking-sec .booking-wrapper h3 {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .medolia-booking-sec .booking-wrapper h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .medolia-booking-sec .booking-wrapper {
    padding: 30px;
  }
}

.booking-form .form_control {
  padding: 9px 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 30px;
}
.booking-form .theme-btn {
  width: 100%;
}

/* -- Блок "Почему мы" -- */
.medolia-choose-sec .medolia-image-box {
  padding-left: 80px;
}
@media screen and (max-width: 1199.98px) {
  .medolia-choose-sec .medolia-image-box {
    padding-left: 0;
  }
}
.medolia-choose-sec .medolia-image-box .medolia-image img {
  border-radius: 10px;
}

/* -- Iconic box (Преимущества / Почему мы) -- */
.medolia-iconic-box {
  padding: 30px 30px 20px;
  border-radius: 10px;
}
.medolia-iconic-box.bg_one { background-color: #E7E0FF; }
.medolia-iconic-box.bg_two { background-color: #FFD0CC; }
.medolia-iconic-box.bg_three { background-color: #FFEBC2; }
.medolia-iconic-box.bg_four { background-color: #D1F4C3; }
.medolia-iconic-box .icon {
  border: 1px solid rgba(5, 27, 46, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 35px;
  margin-bottom: 20px;
}
.medolia-iconic-box .content h4 {
  margin-bottom: 10px;
}

/* -- Секция отзывов (базовый фон) -- */
.medolia-testimonial-sec {
  background-color: var(--gray-light-color);
}

/* =================================================================
   14. СЕКЦИИ СТРАНИЦ (innerpage.css — нужные части)
   ================================================================= */

/* -- Баннер страницы -- */
.page-banner {
  background-color: #F1FCF9;
  padding: 130px 0 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .page-banner {
    padding: 160px 0 80px;
  }
}
.page-banner .shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1199.98px) {
  .page-banner .shape {
    display: none;
  }
}
.page-banner .shape.shape-one {
  top: 30px;
  left: -200px;
}
.page-banner .shape.shape-one span {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: rgba(14, 12, 10, 0.03);
}
.page-banner .shape.shape-two {
  bottom: -70px;
  left: -200px;
}
.page-banner .shape.shape-two span {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: rgba(14, 12, 10, 0.03);
}
.page-banner .shape.shape-three {
  top: -300px;
  right: -350px;
}
.page-banner .shape.shape-three span {
  width: 650px;
  height: 650px;
  border-radius: 50%;
  border: 85px solid rgba(14, 12, 10, 0.03);
}
.page-banner .page-content h1 {
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
  .page-banner .page-content h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
.page-banner .page-content ul {
  border: 1px solid var(--border-color);
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px;
  line-height: 100%;
}
.page-banner .page-content ul li {
  display: inline-block;
  color: var(--primary-color);
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-banner .page-content ul li {
  margin-left: 5px;
  margin-right: 5px;
}
.page-banner .page-content ul li a {
  color: var(--heading-color);
}

/* -- Команда врачей (innerpage версия с hover-overlay) -- */
.medolia-team-item:hover .member-image .hover-overlay {
  visibility: visible;
  opacity: 1;
}
.medolia-team-item:hover .member-image .social-box {
  bottom: 30px;
}
.medolia-team-item .member-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.medolia-team-item .member-image img {
  border-radius: 10px;
  width: 100%;
}
.medolia-team-item .member-image .hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64.97%, rgba(5, 27, 46, 0)), to(#051B2E));
  background: linear-gradient(180deg, rgba(5, 27, 46, 0) 64.97%, #051B2E 100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.medolia-team-item .member-image .social-box {
  position: absolute;
  bottom: -50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.medolia-team-item .member-image .social-box a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  margin-left: 5px;
  margin-right: 5px;
}
.medolia-team-item .member-image .social-box a:hover {
  background-color: var(--white-color);
  color: var(--heading-color);
  border-color: transparent;
}
.medolia-team-item .member-info {
  padding-top: 25px;
}
.medolia-team-item .member-info h4 {
  margin-bottom: 5px;
}

/* -- Отзывы (innerpage версия — серый фон) -- */
.medolia-testimonial-item {
  background-color: var(--gray-light-color);
  padding: 25px 30px;
  border-radius: 10px;
}
.medolia-testimonial-item .testimonial-content .ratings {
  margin-bottom: 20px;
}
.medolia-testimonial-item .testimonial-content .ratings i {
  color: var(--primary-color);
}
.medolia-testimonial-item .testimonial-content h4 {
  font-style: italic;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .medolia-testimonial-item .testimonial-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.medolia-testimonial-item .author-box {
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.medolia-testimonial-item .author-box .author-info h5 {
  margin-bottom: 5px;
}

/* -- Услуги (innerpage версия — иконка 30px) -- */
.medolia-service-box {
  border: 1px solid var(--border-color);
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.medolia-service-box .category-btn {
  position: absolute;
  top: 50px;
  right: 30px;
  padding: 12px 24px;
  line-height: 1;
  border-radius: 30px;
  font-weight: 500;
  font-family: var(--heading-font);
  background-color: #F1F3FC;
  color: var(--heading-color);
}
.medolia-service-box .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 30px;
  margin-bottom: 25px;
}
.medolia-service-box .content h4 {
  margin-bottom: 15px;
}
.medolia-service-box .content p {
  margin-bottom: 25px;
}

/* -- Промо-посты / карусель (innerpage версия) -- */
.medolia-post-item .post-thumbnail img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.medolia-post-item .post-content {
  padding: 30px;
  border-top: none;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--border-color);
}
.medolia-post-item .post-content .post-meta span {
  margin-bottom: 10px;
}
.medolia-post-item .post-content .post-meta span:not(:last-child) {
  margin-right: 8px;
}
.medolia-post-item .post-content .post-meta span a {
  padding: 9px 24px;
  line-height: 1;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--heading-color);
  border: 1px solid var(--border-color);
  border-radius: 50px;
}
.medolia-post-item .post-content .title {
  margin-bottom: 25px;
}
@media (max-width: 1650px) {
  .medolia-post-item .post-content .title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .medolia-post-item .post-content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.medolia-post-item .post-content .title:hover {
  color: var(--primary-color);
}

/* -- Страница контактов (форма) -- */
.medolia-contact-sec .contact-wrapper {
  background-color: var(--primary-color);
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .medolia-contact-sec .contact-wrapper {
    padding: 40px 30px;
  }
}
.medolia-contact-sec .contact-wrapper h3 {
  color: var(--white-color);
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .medolia-contact-sec .contact-wrapper h3 {
    font-size: 22px;
    line-height: 35px;
  }
}

.contact-form .form_control {
  padding: 9px 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: transparent;
  color: var(--white-color);
}
.contact-form .form_control::-webkit-input-placeholder { color: var(--white-color); }
.contact-form .form_control::-moz-placeholder { color: var(--white-color); }
.contact-form .form_control:-ms-input-placeholder { color: var(--white-color); }
.contact-form .form_control::-ms-input-placeholder { color: var(--white-color); }
.contact-form .form_control::placeholder { color: var(--white-color); }
.contact-form .theme-btn {
  width: 100%;
  background-color: var(--white-color);
  color: var(--heading-color);
}

/* =================================================================
   15. BLOCKS-CUSTOM.CSS (полностью)
   ================================================================= */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Rubik:wght@400;500;700&display=swap");

:root {
    --heading-font: "Montserrat", "Albert Sans", sans-serif;
    --body-font: "Rubik", sans-serif;
}

/* Слайдер */
.cb-slider-section {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.cb-slider-wrapper {
    position: relative;
    width: 100%;
    height: 620px;
}
@media (max-width: 991.98px) {
    .cb-slider-wrapper { height: 480px; }
}
@media (max-width: 767.98px) {
    .cb-slider-wrapper { height: 380px; }
}
.cb-slide {
    position: absolute;
    inset: 0;
    background-color: var(--primary-black-color);
    background-size: cover;
    background-position: center center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
    line-height: 1;
}
.cb-slide.cb-slide--active {
    opacity: 1;
    pointer-events: auto;
}
.cb-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 27, 46, 0.75) 0%, rgba(5, 27, 46, 0.3) 60%, transparent 100%);
}
.cb-slide .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
}
.cb-slide__content {
    max-width: 600px;
    color: var(--white-color);
}
.cb-slide__title {
    font-family: var(--heading-font);
    font-size: 52px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
    .cb-slide__title { font-size: 40px; }
}
@media (max-width: 767.98px) {
    .cb-slide__title { font-size: 28px; }
}
.cb-slide__subtitle {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 36px;
}
@media (max-width: 767.98px) {
    .cb-slide__subtitle {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 24px;
    }
}
.cb-slide__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.cb-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: var(--white-color);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}
.cb-slider__arrow:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.cb-slider__arrow--prev { left: 24px; }
.cb-slider__arrow--next { right: 24px; }
@media (max-width: 575.98px) {
    .cb-slider__arrow { width: 38px; height: 38px; font-size: 14px; }
    .cb-slider__arrow--prev { left: 12px; }
    .cb-slider__arrow--next { right: 12px; }
}
.cb-slider__dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
}
.cb-slider__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.45);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s, transform 0.3s;
}
.cb-slider__dot--active,
.cb-slider__dot:hover {
    background-color: var(--white-color);
    transform: scale(1.3);
}

/* Услуги с табами */
.cb-services-tabs-section {
    background-color: var(--white-color);
}
.cb-services-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 0;
}
.cb-services-tabs__nav-item {
    list-style: none;
}
.cb-services-tabs__nav-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 28px;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    background: transparent;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-color);
    cursor: pointer;
    transition: color 0.3s, border-color 0.3s;
    border-radius: 6px 6px 0 0;
}
.cb-services-tabs__nav-btn:hover {
    color: var(--primary-color);
}
.cb-services-tabs__nav-btn--active {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
    background-color: rgba(79, 107, 214, 0.05);
}
.cb-services-tabs__pane {
    display: none;
}
.cb-services-tabs__pane--active {
    display: block;
    animation: cbTabFadeIn 0.35s ease;
}
@keyframes cbTabFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
.cb-service-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background-color: var(--white-color);
    transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s;
    height: 100%;
}
.cb-service-card:hover {
    box-shadow: 0 8px 30px rgba(79, 107, 214, 0.12);
    border-color: var(--primary-color);
    transform: translateY(-4px);
}
.cb-service-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(79, 107, 214, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 16px;
    flex-shrink: 0;
    transition: background-color 0.3s, color 0.3s;
}
.cb-service-card:hover .cb-service-card__icon {
    background-color: var(--primary-color);
    color: var(--white-color);
}
.cb-service-card__name {
    font-family: var(--heading-font);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--heading-color);
    margin: 0;
}
@media (max-width: 767.98px) {
    .cb-services-tabs__nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .cb-services-tabs__nav::-webkit-scrollbar { display: none; }
    .cb-services-tabs__nav-btn {
        white-space: nowrap;
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* Преимущества */
.cb-advantages-section {
    background-color: var(--white-color);
}
.cb-advantages-section .medolia-iconic-box {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 0 0 10px 10px;
}
.cb-advantages-section .medolia-iconic-box .content p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
    color: var(--text-color);
}
.cb-advantages-section .icon {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

/* Текст + фото */
.cb-text-media-section .medolia-image-box .medolia-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
.cb-text-media-section .medolia-content-box h2 {
    margin-bottom: 20px;
}
.cb-text-media-section .medolia-content-box p {
    font-size: 17px;
    line-height: 30px;
    color: var(--text-color);
}
@media (max-width: 991.98px) {
    .cb-text-media-section .row.flex-row-reverse {
        flex-direction: column-reverse !important;
    }
}

/* Текстовый блок */
.cb-rich-text-section {
    background-color: var(--white-color);
}
.cb-rich-text-section h2 { font-size: 36px; }
.cb-rich-text-section h3 { font-size: 30px; }
.cb-rich-text-section.gray-light-color {
    background-color: var(--gray-light-color);
}
.cb-rich-text__heading {
    font-family: var(--heading-font);
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 32px;
}
@media (max-width: 767.98px) {
    .cb-rich-text__heading { font-size: 26px; margin-bottom: 20px; }
}
.cb-rich-text__content {
    font-family: var(--body-font);
    font-size: 17px;
    line-height: 30px;
    color: var(--text-color);
}
.cb-rich-text__content h1,
.cb-rich-text__content h2,
.cb-rich-text__content h3,
.cb-rich-text__content h4,
.cb-rich-text__content h5,
.cb-rich-text__content h6 {
    font-family: var(--heading-font);
    color: var(--heading-color);
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 16px;
    line-height: 120%;
}
.cb-rich-text__content p { margin-bottom: 18px; }
.cb-rich-text__content ul,
.cb-rich-text__content ol {
    padding-left: 22px;
    margin-bottom: 18px;
    list-style: revert;
}
.cb-rich-text__content li { margin-bottom: 6px; line-height: 28px; }
.cb-rich-text__content a {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 3px;
}
.cb-rich-text__content a:hover { text-decoration: none; }
.cb-rich-text__content blockquote {
    border-left: 4px solid var(--primary-color);
    padding: 14px 24px;
    margin: 24px 0;
    background-color: rgba(79, 107, 214, 0.05);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}
.cb-rich-text__content img {
    max-width: 100%;
    border-radius: 10px;
    height: auto;
    margin: 16px 0;
}
.cb-rich-text__content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 24px;
    font-size: 15px;
}
.cb-rich-text__content table th,
.cb-rich-text__content table td {
    border: 1px solid var(--border-color);
    padding: 10px 14px;
    text-align: left;
}
.cb-rich-text__content table th {
    background-color: var(--gray-light-color);
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--heading-color);
}
.cb-rich-text__content table tr:nth-child(even) td {
    background-color: rgba(241, 252, 249, 0.6);
}

/* Общая адаптивность блоков */
@media (max-width: 991.98px) {
    .cb-services-tabs__nav-btn { padding: 10px 20px; font-size: 15px; }
    .cb-service-card { padding: 20px 16px; }
    .cb-rich-text__content { font-size: 16px; }
    .medolia-cta-phone-sec .row { text-align: center; }
    .medolia-cta-phone-sec .medolia-info-area { justify-content: center; }
}
@media (max-width: 767.98px) {
    .cb-slider__arrow { display: none; }
    .cb-service-card__icon { width: 46px; height: 46px; font-size: 18px; }
    .cb-service-card__name { font-size: 15px; }
    .cb-advantages-section .medolia-iconic-box { padding: 20px; }
    .cb-advantages-section .medolia-iconic-box .icon { width: 56px; height: 56px; font-size: 26px; }
    .cb-rich-text__content table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .medolia-service-list-link { font-size: 14px; padding: 12px 16px; }
}
@media (max-width: 575.98px) {
    .cb-slide__content { max-width: 100%; }
    .cb-slide__subtitle { display: none; }
}

/* Слайдер (hero) */
.medolia-hero-slider {
    overflow: hidden;
    line-height: 0;
}
.hero-slide-item { line-height: 1; }
.hero-slide-inner {
    position: relative;
    height: 420px;
    background-color: var(--primary-black-color);
    background-size: cover;
    background-position: center;
}
.hero-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(5, 27, 46, 0.75) 0%, rgba(5, 27, 46, 0.35) 60%, transparent 100%);
    z-index: 0;
}
.hero-slide-inner .container {
    position: relative;
    z-index: 1;
}
.hero-slide-content .hero-slide-title {
    color: var(--white-color);
    margin-bottom: 18px;
    font-size: 48px;
    line-height: 110%;
}
.hero-slide-content p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 120%;
}
.hero-slide-content .medolia-button-box .medolia-button {
    margin: 40px auto;
    font-size: 22px;
}

/* Slick arrows */
.medolia-hero-slider .slick-prev,
.medolia-hero-slider .slick-next,
.medolia-service-sec .slick-prev,
.medolia-service-sec .slick-next,
.medolia-team-sec .slick-prev,
.medolia-team-sec .slick-next,
.medolia-testimonial-sec .slick-prev,
.medolia-testimonial-sec .slick-next {
    z-index: 10;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    transition: background 0.3s;
    position: absolute;
}
.medolia-hero-slider .slick-prev:hover,
.medolia-hero-slider .slick-next:hover {
    background: var(--primary-color);
}
.medolia-hero-slider .slick-prev { left: 24px; top: calc(50% - 12px); }
.medolia-hero-slider .slick-next { right: 24px; top: calc(50% - 12px); }

.medolia-service-sec .slick-next,
.medolia-team-sec .slick-next,
.medolia-testimonial-sec .slick-next {
    right: 0;
    top: calc(50% - 12px);
}
.medolia-service-sec .slick-prev,
.medolia-team-sec .slick-prev,
.medolia-testimonial-sec .slick-prev {
    left: 0;
    top: calc(50% - 12px);
}

@media (max-width: 991.98px) { .hero-slide-inner { height: 480px; } }
@media (max-width: 767.98px) { .hero-slide-inner { height: 360px; } }

/* Список услуг */
.medolia-service-list-link {
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    text-decoration: none;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s, transform 0.3s;
}
.medolia-service-list-link i {
    color: var(--primary-color);
    transition: transform 0.3s;
}
.medolia-service-list-link:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: rgba(79, 107, 214, 0.04);
    transform: translateX(4px);
}
.medolia-service-list-link:hover i { transform: translateX(4px); }

/* CTA телефон */
.medolia-cta-phone-sec {
    background-color: var(--gray-light-color);
}
.medolia-cta-phone-inner {
    background-color: var(--white-color);
    border-radius: 12px;
    padding: 40px 50px;
    box-shadow: 0 6px 30px rgba(5, 27, 46, 0.07);
}
@media (max-width: 767.98px) {
    .medolia-cta-phone-inner { padding: 28px 20px; }
}

/* Заглушки */
.post-thumbnail-placeholder,
.member-image-placeholder,
.gallery-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    background-color: var(--gray-light-color);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #c0c0c0;
}
.member-image-placeholder { aspect-ratio: 1/1; }
.post-thumbnail-placeholder i,
.member-image-placeholder i,
.gallery-placeholder i { font-size: 40px; }
.gallery-placeholder p { font-size: 14px; margin: 0; }

/* Сетка фото */
.gallery-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.gallery-grid--cols-2 { grid-template-columns: repeat(2, 1fr); }
.gallery-grid--cols-3 { grid-template-columns: repeat(3, 1fr); }
.gallery-grid--cols-4 { grid-template-columns: repeat(4, 1fr); }

.gallery-item {
    display: block;
    padding: 0;
    border: none;
    background: transparent;
    cursor: zoom-in;
    border-radius: 10px;
    overflow: hidden;
}
.gallery-item__inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 4 / 3;
    margin-bottom: 0;
}
.gallery-item__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.gallery-item:hover .gallery-item__inner img { transform: scale(1.07); }
.gallery-item__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(5, 27, 46, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.gallery-item__overlay i { font-size: 28px; color: var(--white-color); }
.gallery-item:hover .gallery-item__overlay { opacity: 1; }

.medolia-gallery-sec__text {
    font-size: 17px;
    line-height: 30px;
    color: var(--text-color);
}

/* Лайтбокс */
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1070;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    outline: none;
}
.gallery-lightbox--open { visibility: visible; }
.gallery-lightbox__backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(5, 27, 46, 0.92);
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.gallery-lightbox--open .gallery-lightbox__backdrop { opacity: 1; }
body.gallery-scroll-lock { overflow: hidden; }
.gallery-lightbox__stage {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.gallery-lightbox--open .gallery-lightbox__stage {
    opacity: 1;
    transform: scale(1);
}
.gallery-lightbox__img {
    max-width: 90vw;
    max-height: 82vh;
    width: auto;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: contain;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
}
.gallery-lightbox__counter {
    font-family: var(--heading-font);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
}
.gallery-lightbox__close {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.2s;
}
.gallery-lightbox--open .gallery-lightbox__close { opacity: 1; }
.gallery-lightbox__close:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.gallery-lightbox__arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease, background-color 0.2s;
}
.gallery-lightbox--open .gallery-lightbox__arrow { opacity: 1; }
.gallery-lightbox__arrow:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.gallery-lightbox__arrow--prev { left: 20px; }
.gallery-lightbox__arrow--next { right: 20px; }
.gallery-lightbox__arrow--hidden { display: none; }

@media (max-width: 1199.98px) {
    .gallery-grid--cols-4 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991.98px) {
    .gallery-grid,
    .gallery-grid--cols-3,
    .gallery-grid--cols-4 { grid-template-columns: repeat(2, 1fr); }
    .gallery-lightbox__arrow--prev { left: 10px; }
    .gallery-lightbox__arrow--next { right: 10px; }
}
@media (max-width: 575.98px) {
    .gallery-grid,
    .gallery-grid--cols-2,
    .gallery-grid--cols-3,
    .gallery-grid--cols-4 { grid-template-columns: 1fr; gap: 14px; }
    .gallery-lightbox__arrow { width: 40px; height: 40px; font-size: 16px; }
    .gallery-lightbox__img { max-height: 75vh; }
}

/* Карточка клиники */
.clinic-card {
    border: 1px solid var(--border-color);
    border-radius: 14px;
    background-color: var(--white-color);
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(5, 27, 46, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.clinic-card:hover {
    box-shadow: 0 10px 40px rgba(5, 27, 46, 0.12);
    transform: translateY(-4px);
}
.clinic-card__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 28px;
    background-color: var(--primary-color);
    border-bottom: none;
}
.clinic-card__num {
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
    letter-spacing: -1px;
}
.clinic-card__title {
    font-family: var(--heading-font);
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
    line-height: 1.3;
    margin: 0;
}
.clinic-card__body {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Список реквизитов клиники */
.clinic-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.clinic-info-list__item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.clinic-info-list__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: rgba(79, 107, 214, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--primary-color);
    margin-top: 1px;
}
.clinic-info-list__content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
    min-width: 0;
}
.clinic-info-list__label {
    font-family: var(--heading-font);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #9ca3af;
    line-height: 1;
}
.clinic-info-list__value {
    font-family: var(--body-font);
    font-size: 15px;
    line-height: 1.5;
    color: var(--heading-color);
}
.clinic-info-list__value--accent {
    font-family: var(--heading-font);
    font-weight: 600;
    color: var(--primary-color);
}

/* Часы работы */
.clinic-hours {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
}
.clinic-hours__title {
    font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 700;
    color: var(--heading-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.clinic-hours__title i { color: var(--primary-color); font-size: 15px; }
.clinic-hours__grid { display: flex; flex-direction: column; gap: 8px; }
.clinic-hours__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 14px;
    border-radius: 8px;
    background-color: var(--gray-light-color);
}
.clinic-hours__days {
    font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
}
.clinic-hours__time {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}
.clinic-hours__time--closed { color: #dc3545; }

/* QR-код */
.clinic-qr {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.clinic-qr__img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    flex-shrink: 0;
    padding: 6px;
    background-color: var(--white-color);
}
.clinic-qr__label {
    font-family: var(--heading-font);
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color);
    line-height: 1.5;
}

/* Карта (высоты) */
.about-map { position: relative; width: 100%; }
.about-map iframe { display: block; width: 100%; border: none; }
.about-map--h300 { height: 300px; }
.about-map--h310 { height: 310px; }
.about-map--h320 { height: 320px; }
.about-map--h330 { height: 330px; }
.about-map--h340 { height: 340px; }
.about-map--h350 { height: 350px; }
.about-map--h360 { height: 360px; }
.about-map--h370 { height: 370px; }
.about-map--h380 { height: 380px; }
.about-map--h390 { height: 390px; }
.about-map--h400 { height: 400px; }
.about-map--h410 { height: 410px; }
.about-map--h420 { height: 420px; }
.about-map--h430 { height: 430px; }
.about-map--h440 { height: 440px; }
.about-map--h450 { height: 450px; }
.about-map--h460 { height: 460px; }
.about-map--h470 { height: 470px; }
.about-map--h480 { height: 480px; }
.about-map--h490 { height: 490px; }
.about-map--h500 { height: 500px; }
.about-map--h510 { height: 510px; }
.about-map--h520 { height: 520px; }
.about-map--h530 { height: 530px; }
.about-map--h540 { height: 540px; }
.about-map--h550 { height: 550px; }
.about-map--h560 { height: 560px; }
.about-map--h570 { height: 570px; }
.about-map--h580 { height: 580px; }
.about-map--h590 { height: 590px; }
.about-map--h600 { height: 600px; }
.about-map--h610 { height: 610px; }
.about-map--h620 { height: 620px; }
.about-map--h630 { height: 630px; }
.about-map--h640 { height: 640px; }
.about-map--h650 { height: 650px; }
.about-map--h660 { height: 660px; }
.about-map--h670 { height: 670px; }
.about-map--h680 { height: 680px; }
.about-map--h690 { height: 690px; }
.about-map--h700 { height: 700px; }

.about-us-intro {
    font-size: 17px;
    line-height: 30px;
    color: var(--text-color);
}

@media (max-width: 991.98px) {
    .clinic-card__header { padding: 18px 22px; }
    .clinic-card__body { padding: 22px; }
    .clinic-card__num { font-size: 28px; }
    .clinic-card__title { font-size: 18px; }
    .about-map--h480,
    .about-map--h500,
    .about-map--h520,
    .about-map--h550,
    .about-map--h600,
    .about-map--h650,
    .about-map--h700 { height: 380px; }
}
@media (max-width: 767.98px) {
    .clinic-card__body { padding: 18px; gap: 18px; }
    .clinic-hours__row { flex-direction: column; align-items: flex-start; gap: 4px; }
    .clinic-qr { flex-direction: column; align-items: flex-start; }
    .about-map { height: 300px !important; }
    .about-map[class*="about-map--h"] { height: 300px; }
}

/* =================================================================
   16. SERVICES-LIST.CSS (полностью)
   ================================================================= */
.medolia-service-card {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    height: 100%;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}
.medolia-service-card:hover {
    box-shadow: 0 12px 40px rgba(5, 27, 46, 0.12);
    transform: translateY(-6px);
}
.medolia-service-card__thumb {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.medolia-service-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.medolia-service-card:hover .medolia-service-card__thumb img {
    transform: scale(1.05);
}
.medolia-service-card__no-photo {
    width: 100%;
    height: 100%;
    background-color: var(--gray-light-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    color: var(--primary-color);
    opacity: 0.4;
}
.medolia-service-card__category {
    position: absolute;
    top: 16px;
    left: 16px;
}
.medolia-service-card__body {
    padding: 24px 26px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.medolia-service-card__title {
    font-family: var(--heading-font);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 12px;
}
.medolia-service-card__title a {
    color: var(--heading-color);
    transition: color 0.3s;
}
.medolia-service-card__title a:hover { color: var(--primary-color); }
.medolia-service-card__text {
    font-size: 15px;
    line-height: 26px;
    color: var(--text-color);
    margin-bottom: 20px;
    flex: 1;
}

.medolia-pagination .pagination {
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}
.medolia-pagination .page-item .page-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    border: 1px solid var(--border-color);
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.medolia-pagination .page-item .page-link:hover,
.medolia-pagination .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}
.medolia-pagination .page-item.disabled .page-link {
    opacity: 0.45;
    pointer-events: none;
}

.medolia-empty-state i {
    display: block;
    font-size: 56px;
    color: var(--primary-color);
    opacity: 0.35;
}
.medolia-empty-state h4 {
    font-family: var(--heading-font);
    color: var(--heading-color);
    margin-bottom: 10px;
}
.medolia-empty-state p {
    color: var(--text-color);
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .medolia-service-card__title { font-size: 18px; }
}
@media (max-width: 991.98px) {
    .medolia-service-card__body { padding: 20px 22px 24px; }
}
@media (max-width: 767.98px) {
    .medolia-service-card__title { font-size: 17px; }
    .medolia-service-card__text  { font-size: 14px; }
    .medolia-pagination .page-item .page-link { width: 38px; height: 38px; font-size: 13px; }
}

/* =================================================================
   17. APPOINTMENT-MODAL.CSS (полностью)
   ================================================================= */
.appt-modal {
    position: fixed;
    inset: 0;
    z-index: 1060;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    visibility: hidden;
    overflow-y: auto;
}
.appt-modal--open { visibility: visible; }
.appt-modal__backdrop {
    position: fixed;
    inset: 0;
    background-color: rgba(5, 27, 46, 0.65);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.appt-modal--open .appt-modal__backdrop { opacity: 1; }
body.appt-scroll-lock { overflow: hidden; }
.appt-modal__dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 680px;
    margin: auto;
    opacity: 0;
    transform: translateY(-24px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.appt-modal--open .appt-modal__dialog {
    opacity: 1;
    transform: translateY(0);
}
.appt-modal__content {
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}
.appt-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 32px;
    border-bottom: 1px solid var(--border-color);
}
.appt-modal__title {
    font-family: var(--heading-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.appt-modal__title-icon { color: var(--primary-color); }
.appt-modal__close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-color);
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
    flex-shrink: 0;
}
.appt-modal__close:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.appt-modal__content .booking-form { padding: 28px 32px 32px; }

.appt-field--error .form_control,
.appt-field--error .appt-select,
.appt-field--error .appt-textarea { border-color: #dc3545; }
.appt-error-msg {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
    color: #dc3545;
    bottom: -20px;
    position: absolute;
}

.appt-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}
.appt-select__parent { font-weight: 600; }
.appt-select__child  { color: #6b7280; }
.appt-textarea { resize: vertical; min-height: 90px; }

.appt-consent { margin-top: 4px; }
.appt-consent__label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}
.appt-consent__checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.appt-consent__box {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--border-color);
    border-radius: 4px;
    background-color: var(--white-color);
    margin-top: 1px;
    transition: border-color 0.2s, background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appt-consent__box::after {
    content: '';
    width: 5px;
    height: 9px;
    border: 2px solid transparent;
    border-top: none;
    border-left: none;
    transform: rotate(45deg) translateY(-1px);
    transition: border-color 0.15s;
}
.appt-consent__checkbox:checked ~ .appt-consent__box {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
.appt-consent__checkbox:checked ~ .appt-consent__box::after { border-color: #fff; }
.appt-consent__checkbox:focus-visible ~ .appt-consent__box {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}
.appt-consent__text {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-color);
}
.appt-consent__link {
    color: var(--primary-color);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.appt-field--error .appt-consent__box { border-color: #dc3545; }

.appt-submit {
    width: 100%;
    justify-content: center;
    gap: 8px;
}
.appt-submit--loading { opacity: 0.75; cursor: not-allowed; }
.appt-submit__icon { font-size: 15px; }

.appt-result {
    padding: 44px 32px 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.appt-result__icon { font-size: 56px; line-height: 1; }
.appt-result--success .appt-result__icon { color: #16a34a; }
.appt-result--error   .appt-result__icon { color: #dc3545; }
.appt-result__title {
    font-family: var(--heading-font);
    font-size: 22px;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
}
.appt-result__text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    max-width: 380px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .appt-modal { padding: 12px; align-items: flex-end; }
    .appt-modal__dialog { max-width: 100%; transform: translateY(40px); }
    .appt-modal--open .appt-modal__dialog { transform: translateY(0); }
    .appt-modal__header { padding: 18px 20px; }
    .appt-modal__content .booking-form { padding: 20px 20px 24px; }
    .appt-modal__title { font-size: 18px; }
    .appt-result { padding: 32px 20px; }
}

/* =================================================================
   18. CONTACT.CSS (полностью)
   ================================================================= */
.clinic-contact-card {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(5, 27, 46, 0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.clinic-contact-card__header {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-color);
}
.clinic-contact-card__header h4 {
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0;
}
.clinic-contact-card__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
}
.clinic-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.clinic-contact-item .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--gray-light-color);
    color: var(--primary-color);
    flex-shrink: 0;
}
.clinic-contact-item .icon i { font-size: 18px; }
.clinic-contact-item .content { flex-grow: 1; }
.clinic-contact-item .content > span:first-child {
    display: block;
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 4px;
}
.clinic-contact-item .contact-item {
    display: block;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 1.4;
}
.clinic-contact-item .contact-item a { color: var(--heading-color); text-decoration: none; transition: color 0.3s; }
.clinic-contact-item .contact-item a:hover { color: var(--primary-color); }

.contact-email-box { margin-top: 12px; }
.contact-email-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background-color: var(--gray-light-color);
    border-radius: 8px;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    text-decoration: none;
    transition: all 0.3s;
}
.contact-email-link:hover { background-color: var(--primary-color); color: #ffffff; }
.contact-email-link i { font-size: 18px; }

.contact-social-inner {
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 36px 44px;
    box-shadow: 0 4px 24px rgba(5, 27, 46, 0.06);
}
.contact-social-box__title,
.contact-schedule-box__title {
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 18px;
}
.contact-social-links { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-social-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 8px;
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s, transform 0.3s;
}
.contact-social-btn:hover { opacity: 0.85; transform: translateY(-2px); }
.contact-social-btn i { font-size: 20px; }
.contact-social-btn--vk  { background-color: #0077ff; color: #ffffff; }
.contact-social-btn--max { background-color: var(--primary-color); color: #ffffff; }
.contact-social-btn--tg  { background-color: #0088cc; color: #ffffff; }

.contact-schedule-list { display: flex; flex-direction: column; gap: 10px; }
.contact-schedule-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
    background-color: var(--gray-light-color);
    border-radius: 8px;
    border-left: 3px solid var(--primary-color);
}
.contact-schedule-row__day {
    font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
}
.contact-schedule-row__time {
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}
.contact-schedule-row__time--closed { color: #dc3545; }

.contact-textarea { resize: vertical; min-height: 140px; width: 100%; }
.contact-field-error {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #dc3545;
    position: absolute;
    bottom: -25px;
}
.contact-email-field { height: 0; width: 0; opacity: 0; overflow: hidden; }
.has-error .form_control { border-color: #dc3545; }

.contact-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 20px;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.5;
}
.contact-alert--success { background-color: #d1f4e0; color: #166534; border: 1px solid #86efac; }
.contact-alert--error   { background-color: #fee2e2; color: #991b1b; border: 1px solid #fca5a5; }
.contact-alert i { font-size: 18px; flex-shrink: 0; margin-top: 2px; }

.contact-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.medolia-map-sec .map-box iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: none;
    filter: grayscale(15%);
    transition: filter 0.3s;
}
.medolia-map-sec .map-box iframe:hover { filter: grayscale(0%); }

.contact-item { display: block; font-weight: 600; }
.medolia-info-area { display: flex; gap: 10px; }

@media (max-width: 1199.98px) {
    .contact-social-inner { padding: 28px 32px; }
}
@media (max-width: 991.98px) {
    .contact-social-inner { padding: 24px; }
    .contact-social-links { gap: 10px; }
    .contact-schedule-row { flex-direction: column; align-items: flex-start; gap: 4px; }
}
@media (max-width: 767.98px) {
    .medolia-map-sec .map-box iframe { height: 340px; }
    .contact-social-btn { padding: 10px 18px; font-size: 14px; }
    .contact-social-btn i { font-size: 18px; }
}
@media (max-width: 575.98px) {
    .contact-social-links { flex-direction: column; }
    .contact-social-btn { justify-content: center; }
    .medolia-map-sec .map-box iframe { height: 280px; }
}
