/* ============================================
   TISH — Faithful InSmile.ru Style Replica
   ============================================ */

/* ===== FONTS (replacing Alethia with Cormorant Garamond) ===== */
@font-face {
    font-family: "Alethia";
    src: local('Cormorant Garamond');
    font-weight: 400;
    font-style: normal;
}

/* ===== RESET & GLOBAL ===== */
*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #333;
    background: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; transition: all .3s; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; padding: 0; margin: 0; }

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal;
    font-family: "Cormorant Garamond", "Georgia", serif;
}

p {
    font-size: 18px;
    font-family: "Open Sans";
    line-height: 150%;
    color: #333;
}

p.title_p {
    color: #666;
    font-size: 14px;
}

/* ===== RESPONSIVE HELPERS ===== */
.mobile-only { display: none; }
.desctop-only { display: block; }

@media (min-width: 320px) and (max-width: 1023px) {
    .desctop-only { display: none; }
    .mobile-only { display: block; }
}

/* ===== SECTIONS ===== */
.section {
    position: relative;
    padding: 60px 0 60px 0;
    background: #fff;
    border-radius: 40px 40px 0 0;
}

.first-section {
    margin-top: 140px !important;
    margin-bottom: 0px !important;
}

.section_bg-gray { background-color: #fafafa; }

@media (max-width: 767px) {
    .section { padding: 40px 0 0px 0; }
    .first-section { margin-top: 40px !important; }
}

/* ===== HEADINGS (size by breakpoint like insmile) ===== */
@media (min-width: 1440px) {
    h2 { font-size: 42px; line-height: 130%; text-transform: uppercase; }
    h3 { font-size: 30px; line-height: 130%; }
    h4 { font-family: "Cormorant Garamond", serif; font-size: 30px !important; font-weight: 400; line-height: 130%; }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    h2 { font-size: 36px; line-height: 110%; text-transform: uppercase; }
    h3 { font-size: 24px; line-height: 110%; }
}
@media (min-width: 320px) and (max-width: 768px) {
    h2 { font-size: 24px; line-height: 130%; text-transform: uppercase; }
}

/* ===== BUTTONS ===== */
.blue-button {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    border-radius: 10px;
    background: #00bce4;
    padding: 10px 24px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #efeeee;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all .3s;
}
.blue-button:hover { background: #009cc4; color: #fff; }
.blue-button.small { padding: 8px 18px; font-size: 14px; }
.blue-button.p1 { padding: 10px 22px; font-size: 16px; }

.grey-button {
    display: block;
    text-align: center;
    background: #444;
    color: #fff;
    padding: 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}

.black-border-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #efeeee;
    padding: 10px 24px;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #efeeee;
    text-decoration: none;
    transition: all .3s;
}
.black-border-btn:hover { background: #efeeee; color: #333; }

/* Link-circle (arrow button like insmile) */
.link-circle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    text-decoration: none;
}
.link-circle.dark { color: #333; }
.link-circle.dark span { border-bottom: 1px solid #333; }
.link-circle.dark i {
    border: 1px solid #333;
    border-color: #333;
}
.link-circle.dark:hover span { color: #00bce4; border-color: #00bce4; }
.link-circle.dark:hover svg path { stroke: #fff; }
.link-circle.dark:hover i { background: #00bce4; border: 1px solid #00bce4; }

.link-circle i {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 20px;
    transition: all .3s;
}
@media (max-width: 767px) {
    .link-circle { font-size: 18px; }
    .link-circle i { width: 50px; height: 50px; }
}

/* ===== LOGO ===== */
.logo-icon {
    height: 36px;
    width: auto;
    margin-right: 8px;
    vertical-align: middle;
}
.logo-icon.small {
    height: 24px;
    margin-right: 6px;
}
.logo-icon.big {
    height: 48px;
    margin-right: 10px;
}
.logo-icon.white {
    filter: brightness(0) invert(1) opacity(0.93);
}
.logo-text {
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 8px;
    color: #333;
    text-transform: uppercase;
    vertical-align: middle;
}
.logo-text.small { font-size: 24px; letter-spacing: 4px; }
.logo-text.white { color: #efeeee; }
.logo-text.white.big { font-size: 48px; }

/* ===== HEADER (Desktop) ===== */
.header {
    position: fixed;
    width: 100%;
    top: 0;
    margin-top: 0;
    background-color: #fff;
    z-index: 9;
}
.header.collapsed {
    box-shadow: 1px 16px 8px -5px rgba(184,192,199,.2);
}

.header__top {
    padding: 10px 0;
    transition: max-height .4s ease, opacity .3s ease, padding .4s ease;
    max-height: 200px;
    overflow: hidden;
    opacity: 1;
}
.header__top.header-top--hidden {
    max-height: 0;
    opacity: 0;
    padding: 0;
    pointer-events: none;
}
.header .top-icons .icon-link { padding: 10px 0; }
.header .top-icons .icon-link a:not(:first-child):not(:last-child) { margin: 0 17px; }
.header .top-icons .icon-link a { font-size: 18px; color: #333; }
.header .top-icons .h-link { font-size: 13px; color: #333; opacity: .7; font-family: "Open Sans"; }

.header__top > .row:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 14px;
}

.header__logo { width: 20% !important; height: 45px; }
.header__logo a { display: flex; align-items: center; }

.header__address {
    max-width: 29%;
    font-family: "Cormorant Garamond", serif;
    color: #000;
    font-size: 20px;
}
.header__address .time {
    display: flex;
    font-size: 18px;
}
@media (max-width: 1230px) {
    .header__address { max-width: 25%; font-size: 14px; }
    .header__address .time { font-size: 14px; }
}

.header__phone { text-align: right; max-width: 21%; }
.header__phone a {
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    color: #000;
    text-decoration: none;
}
.header__phone .top_callback a {
    color: #000;
    font-size: 16px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: 150%;
    text-decoration-line: underline;
}
@media (max-width: 1230px) {
    .header__phone { max-width: 17%; }
    .header__phone a { font-size: 14px; }
}

.header__records {
    max-width: 28%;
    display: flex;
    justify-content: end;
}
.header__records a { max-width: 90%; }

/* Sticky menu (positioned outside header) */
.sticky-menu {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 12px 40px;
    border-bottom: 1px solid rgba(0,0,0,.06);
    transition: top .4s cubic-bezier(.4,0,.2,1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky-menu.visible { top: 0; }
.sticky-menu__logo { flex-shrink: 0; }
.sticky-menu__logo .logo-icon { height: 22px; margin-right: 5px; }
.sticky-menu__logo .logo-text { font-size: 22px; letter-spacing: 4px; }
.sticky-menu__btn { flex-shrink: 0; }

.nav-list, .main-nav ul {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
}
.main-nav { display: flex; flex: 1; justify-content: center; }
.nav-list li { margin: 0 16px; }
.nav-list li:last-child { margin-right: 0 !important; margin-left: 16px; }
.nav-list li:first-child { margin-right: 16px !important; margin-left: 16px; }

.nav-list li a,
.header .sticky-menu__items a {
    position: relative;
    font-size: 15px;
    font-family: "Cormorant Garamond", serif;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    padding: 6px 0px;
}
.nav-list li a:hover { color: #00bce4; }

/* Sticky menu responsive */
@media (min-width: 1440px) {
    .sticky-menu { padding: 14px 60px; }
    .nav-list li { margin: 0 22px; }
    .nav-list li a { font-size: 16px; }
}
@media (min-width: 1024px) and (max-width: 1439px) {
    .sticky-menu { padding: 12px 30px; }
    .nav-list li { margin: 0 12px; }
    .nav-list li:first-child { margin-left: 12px !important; margin-right: 12px !important; }
    .nav-list li:last-child { margin-left: 12px; }
    .nav-list li a { font-size: 14px; }
    .sticky-menu__logo .logo-text { font-size: 20px; letter-spacing: 3px; }
    .sticky-menu .blue-button.small { padding: 7px 14px; font-size: 13px; }
}

/* ===== MOBILE HEADER ===== */
.mobile-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}
.mobile-header .menu-blur {
    padding: 12px 16px;
    width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(0,0,0,.06);
}
.mobile-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 4px;
}
.mobile-header__right {
    display: flex;
    align-items: center;
    gap: 14px;
}
.mobile-header__phone-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #00bce4;
    color: #fff;
    font-size: 14px;
    transition: background .3s;
}
.mobile-header__phone-icon:hover { background: #009cc4; color: #fff; }
.mobile-header__top__logo .logo-icon {
    height: 26px;
    margin-right: 6px;
}
.mobile-header__top__logo .logo-text {
    font-size: 26px;
    letter-spacing: 6px;
}
.burger {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background .3s;
}
.burger:active { background: rgba(0,188,228,.1); }

/* Offcanvas menu */
.offcanvas {
    background: #333 !important;
    max-width: 300px;
    border: none !important;
}
.offcanvas-header {
    padding: 20px 20px 16px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.offcanvas-header .logo-icon { height: 26px; margin-right: 6px; filter: brightness(0) invert(1) opacity(0.93); }
.offcanvas-header .logo-text { font-size: 28px; letter-spacing: 6px; }
.offcanvas-body { padding: 28px 20px; }

.mobile-nav-list li { margin-bottom: 0; }
.mobile-nav-list li a {
    position: relative;
    font-size: 17px;
    font-family: "Cormorant Garamond", serif;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.07);
    transition: color .3s, padding-left .3s;
}
.mobile-nav-list li a:hover,
.mobile-nav-list li a:active {
    color: #00bce4;
    padding-left: 8px;
}
.mobile-nav-list li:last-child a { border-bottom: none; }

.mob-menu-social {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.1);
    display: flex;
    gap: 20px;
}
.mob-menu-social a {
    color: #fff;
    font-size: 24px;
    transition: color .3s;
}
.mob-menu-social a:hover { color: #00bce4; }

.offcanvas-footer {
    padding: 16px 20px 24px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.offcanvas-footer .offcanvas-phone {
    text-align: center;
    margin-bottom: 12px;
}
.offcanvas-phone a {
    color: #fff;
    font-size: 20px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    display: block;
    margin-bottom: 4px;
    letter-spacing: 1px;
}
.offcanvas-footer .grey-button {
    display: block;
    text-align: center;
    background: #00bce4;
    color: #fff;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 12px;
    transition: background .3s;
}
.offcanvas-footer .grey-button:hover { background: #009cc4; }

/* ===== HERO VIDEO ===== */
.video-background, .video-background-mob {
    position: relative;
    overflow: hidden;
}
.video-responsive { position: relative; width: 100%; }
.video-background .video-responsive { height: 100vh; min-height: 600px; }

.hero-video-desc, .hero-video-mob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.overlay, .video-responsive__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    z-index: 1;
}
.video-background-mob .video-responsive__overlay {
    background: rgba(0,0,0,.45);
}

.video-background__content {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: 2;
}
.video-background-mob__content {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 2;
}

.fc-80 { font-family: "Cormorant Garamond", serif; }
.fc-80 .white { color: #efeeee; display: block; }
.fc-80 .blue { color: #00bce4; font-style: italic; display: block; }
.first-scrin { font-size: clamp(28px, 5vw, 64px); }
.first-scrin .white { text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.first-scrin .blue { text-shadow: 0 2px 8px rgba(0,0,0,.4); }
.text-up { text-transform: uppercase; letter-spacing: 3px; font-weight: 300; }
.white-down-link { color: #fff; }

.video-background-mob .video-responsive {
    height: 85vh;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
.video-background-mob .fc-80 { font-size: clamp(22px, 7vw, 40px); }
.video-background-mob .fc-80 .white {
    font-size: clamp(16px, 4.5vw, 24px);
    letter-spacing: 2px;
    line-height: 150%;
    color: #fff;
    display: block;
    text-shadow: 0 2px 16px rgba(0,0,0,.8), 0 0 40px rgba(0,0,0,.4);
}
.video-background-mob .fc-80 .blue {
    font-size: clamp(26px, 9vw, 40px);
    color: #00bce4;
    font-style: italic;
    display: block;
    text-shadow: 0 2px 16px rgba(0,0,0,.7), 0 0 40px rgba(0,0,0,.3);
    margin-top: 8px;
}

@media (max-width: 1023px) {
    .video-background-mob { margin-top: 0; }
}

/* ===== SERVICES ===== */
.slider__info-left p {
    display: block;
    width: 73%;
    padding: 20px 0 20px 0;
}
@media (max-width: 767px) {
    .slider__info-left p { width: 100%; }
}

.slider__info-right a {
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    color: #000;
}
.slider__info-right a:hover span { color: #00bce4; border-color: #00bce4; }
.slider__info-right a:hover svg path { stroke: #fff; }
.slider__info-right a:hover i { background: #00bce4; border: 1px solid #efeeee; }
.slider__info-right a svg path { stroke: #1f1f1f; }
.slider__info-right a i {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid #000;
    margin-right: 20px;
}
.slider__info-right a span { border-bottom: 1px solid #333; }

/* Override for CTA blocks — only non-link-circle buttons */
.reviews__info-right a:not(.link-circle) {
    background-color: #00B5E2;
    color: white;
    border-radius: 10px;
    padding: 20px 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.reviews__info-right a:not(.link-circle) span { color: white; border-bottom: 0px solid #333; }
.reviews__info-right a:not(.link-circle):hover span { color: white !important; }
.reviews__info-right a:not(.link-circle) i { display: none; }

.reviews__info-left .title_p2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    width: 100%;
    font-family: "Cormorant Garamond", serif;
}
@media (max-width: 768px) {
    .reviews__info-left .title_p2 { font-size: 25px; text-align: center; }
}

.noslider-examples-grills__wrapper { max-width: 1230px; margin: 0 auto; }
.noslider-examples-grills__item { position: relative; height: 100%; }

.main-service-link a { text-decoration: none; }
.main-service-link .image {
    height: 473px;
    min-height: 373px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    padding: 20px;
    text-decoration: none;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: transform .4s;
}
.main-service-link:hover .image { transform: scale(1.01); }
.main-service-link .image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.6) 0%, rgba(0,0,0,.1) 50%, transparent 100%);
    border-radius: 20px;
    z-index: 0;
}
.main-service-link .image > * { position: relative; z-index: 1; }

.main-service-link .plashka_v_kruzhochke {
    position: absolute;
    color: white;
    padding: 5px 10px;
    border-radius: 100px;
    border: 1px solid white;
    width: 130px;
    text-align: center;
    top: 5px;
    right: 5px;
    font-size: 13px;
    z-index: 1;
}
.plashka_v_kruzhochke:empty { display: none; }

.main-service-link-title {
    font-size: 24px !important;
    line-height: 130%;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
}
.main-service-link-title h4 {
    color: #fff;
    font-family: "Cormorant Garamond", serif;
}
.main-service-link-descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    color: white !important;
}
.main-service-link-descr p { color: white; }

@media (max-width: 800px) {
    .main-service-link { margin-bottom: 20px; }
    .noslider-examples-grills__item { margin-bottom: 20px; }
}
@media (max-width: 767px) {
    .main-service-link .image { height: 300px; min-height: 254px; }
}

/* ===== DOCTORS (Slider) ===== */
.slider__wrapper {
    width: 100%;
    height: 520px;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    overflow: hidden;
}

.slider__wrapper__item {
    position: relative;
    height: inherit;
    width: 12%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    cursor: pointer;
    transition: width .4s;
}
.slider__wrapper__item.active {
    flex-grow: 1;
}
.slider__wrapper__item.active .slider__wrapper__item__info { position: relative; }
.slider__wrapper__item.active .slider__wrapper__item__bottom { display: none; }

.slider__wrapper__item:not(.active) { background-size: cover !important; background-repeat: no-repeat !important; }
.slider__wrapper__item:not(.active) .slider__wrapper__item__info { display: none !important; }
.slider__wrapper__item:not(.active) .slider__wrapper__item__bottom {
    position: absolute;
    bottom: 10px;
    left: 5px;
    display: block;
}
.slider__wrapper__item:not(.active) .slider__wrapper__item__bottom span {
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}

/* Doctor card info */
.slider__wrapper__item__info {
    position: relative;
    width: 100%;
    height: inherit;
    border-radius: 8px;
    overflow: hidden;
}
.slider__wrapper__item__info .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 85px;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    background: #fff;
    transition: all .3s;
}
.slider__wrapper__item__info .content h3 { font-size: 26px !important; }
.slider__wrapper__item__info .content p { margin: 13px 0; }
.slider__wrapper__item__info .content span {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #777;
}
.slider__wrapper__item__info .content .conts {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #00bce4;
    cursor: pointer;
}
.slider__wrapper__item__info .content .conts2 {
    margin: 6px 0;
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #00bce4;
    display: none;
    cursor: pointer;
}

.slider__wrapper__item__info .content__bottom {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider__wrapper__item__info .content__bottom a { margin-top: 30px; }
.slider__wrapper__item__info .content__bottom a span { color: #fff; }

/* Expanded state (JS uses .expanded class) */
.slider__wrapper__item__info .content.docs-height,
.slider__wrapper__item__info .content.expanded {
    height: 53%;
    transition: height .4s ease-in-out;
}
.slider__wrapper__item__info .content.docs-height .conts,
.slider__wrapper__item__info .content.expanded .conts { display: none; }
.slider__wrapper__item__info .content.docs-height .conts2,
.slider__wrapper__item__info .content.expanded .conts2 { display: block; }

/* Doctor BG image for active item */
.slider__wrapper__item.active {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .slider__wrapper { height: 480px; }
}
@media (max-width: 767px) {
    .doctors-slider-wrap {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
    .slider__wrapper__item { width: 85% !important; flex-shrink: 0; height: 450px; }
    .slider__wrapper__item.active { width: 85% !important; flex-grow: 0; }
    .slider__wrapper__item .slider__wrapper__item__info { display: flex !important; }
    .slider__wrapper__item__bottom { display: none !important; }
}

/* ===== CTA BLUE / WHITE SECTIONS ===== */
.new-block-cf-blue, .new-block-cf-white { padding: 0px 0px; }

.new-block-cf-blue .container {
    background-color: #00B5E2;
    border-radius: 20px;
    padding: 40px 40px;
}
.new-block-cf-blue .reviews__info-right a:not(.link-circle) {
    background-color: white;
    color: #00B5E2;
    border-radius: 10px;
    padding: 20px 24px;
}
.new-block-cf-blue .reviews__info-right a:not(.link-circle) span { color: #00B5E2; }
.new-block-cf-blue p { color: white; }
.new-block-cf-blue .reviews__info-right a:not(.link-circle):hover span { color: #00B5E2 !important; }

.new-block-cf-white .container { padding: 40px 40px; }
.new-block-cf-white .reviews__info-right a:hover span { color: white; }

@media (max-width: 768px) {
    .new-block-cf-blue .container, .new-block-cf-white .container { padding: 25px 20px; }
    .new-block-cf-blue .reviews__info-right a span { font-size: 20px; }
    .new-block-cf-blue .reviews__info-right,
    .new-block-cf-white .reviews__info-right { margin-top: 20px; }
}

/* ===== REVIEWS ===== */
.best-works__picture .image {
    width: 100%;
    height: 434px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    transition: transform .3s;
}
.best-works__picture:hover .image { transform: scale(1.02); }
@media (max-width: 767px) {
    .best-works__picture .image { height: 234px; }
}

.reviews-slider .col-12 { margin-bottom: 20px; }

/* Slick overrides for reviews */
.reviews-slider.slick-initialized .slick-slide { margin: 0 8px; }
.reviews-slider .slick-list { margin: 0 -8px; overflow: hidden; }

.reviews__footer { margin-top: 40px; }

/* ===== SLIDER CONTROLS ===== */
.slider__controls {
    position: relative;
    width: 20%;
    height: 30px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-end;
}
.slider__controls button,
.slider__controls input,
.slider__controls textarea {
    background: 0 0;
    border: 0;
    font-family: inherit;
    cursor: pointer;
}
.slider__controls button { width: 42px; }
.slider__controls button svg { width: 42px; }
.slider__controls .prev {
    transform: scale(-1, 1);
    margin-right: 14px;
    margin-left: 0px;
    margin-top: -3px;
}
.slider__controls .next {
    margin-left: 14px;
    margin-top: -3px;
}
.slider__controls .slick-disabled { opacity: .3; }

.slider__controls-bar {
    position: relative;
    flex-grow: 1;
    display: block;
    width: 100%;
    height: 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #00BCE4, #00BCE4);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

@media (max-width: 767px) {
    .slider__controls { width: 50%; }
}

/* ===== TECHNOLOGY ===== */
.technology__title p {
    max-width: 390px;
    margin: 30px 0 60px 0;
}
@media (max-width: 767px) {
    .technology__title p { margin: 25px 0 40px 0; }
}

.technology__item {
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: .5px solid #131313;
    padding: 29px 26px 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: transform .3s, box-shadow .3s;
}
.technology__item:hover { transform: translateY(-2px); box-shadow: 0 5px 20px rgba(0,0,0,.06); }

.technology__item .number { width: 100%; padding: 0 0 10px 0; border-bottom: 1px solid #000; }
.technology__item .number span {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    color: #333;
}
.technology__item h3 {
    max-width: 280px;
    padding: 15px 0 !important;
}
.technology__item p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}
.technology__item__content { flex-grow: 1; }

/* Technology CTA card */
.technology__item--cta {
    background: #00B5E2;
    border: none;
}
.technology__item--cta .title_p2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 39px;
    width: 100%;
    font-family: "Cormorant Garamond", serif;
    color: #fff;
}

.technology__item__footer { margin-top: 20px; }
.technology__item__footer a {
    background-color: #00B5E2;
    color: white;
    border-radius: 10px;
    padding: 20px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.technology__item__footer a:hover span { color: white; }
.technology__item__footer a span { border-bottom: 0px solid #333; margin: 0 auto; }
.technology__item__footer a i { display: none; }

.technology__item--cta .technology__item__footer a {
    background-color: #fff;
    color: #00B5E2;
}

@media (max-width: 768px) {
    .technology__item .title_p2 { font-size: 25px; text-align: center; }
    .technology__item { display: flex; flex-direction: column; gap: 20px; }
}

/* ===== EQUIPMENT ===== */
.equipment__title { max-width: 776px; margin-bottom: 40px; }
.equipment__item { position: relative; }
.equipment__item img { width: 100%; height: auto; }
.equipment__item h3 { padding: 20px 0 !important; color: #333; }
.equipment__item p { font-size: 16px; color: #333; line-height: 150%; }
.equipment button, .equipment input, .equipment textarea {
    background: 0 0;
    border: 0;
    font-family: inherit;
}

/* Equipment Slick overrides */
.equipment-slider.slick-initialized .slick-slide { margin: 0 10px; }
.equipment-slider .slick-list { margin: 0 -10px; }

/* ===== RATING ===== */
.raiting .rating-mini {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.raiting .rating-mini span {
    padding: 0;
    font-size: 20px;
    line-height: 1;
    color: #d3d3d3;
}
.raiting .rating-mini > span:before { content: "★"; }
.raiting .rating-mini > span.active { color: gold; }
.raiting .raiting-info {
    color: #000 !important;
    font-family: "Open Sans";
    font-size: 14px !important;
    font-weight: 400;
    line-height: 150%;
    padding-left: 12px;
}

/* ===== ABOUT CLINIC ===== */
.about-clinic__title p {
    max-width: 395px;
    margin: 30px 0 60px 0;
}
@media (max-width: 767px) {
    .about-clinic__title p { margin: 25px 0 40px 0; }
}

.about-clinic__circle_block {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.about-clinic__circle_block .item {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 192px;
    height: 192px;
    padding: 34px;
    flex-shrink: 0;
    border-radius: 100%;
    border: 1px solid #333;
    transition: background .3s, color .3s;
}
.about-clinic__circle_block .item:first-child { margin-right: 26px; }
.about-clinic__circle_block .item:hover { background: #00bce4; border-color: #00bce4; }
.about-clinic__circle_block .item:hover span { color: #fff; }
.about-clinic__circle_block .item span {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: "Cormorant Garamond", serif;
    line-height: 150%;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .about-clinic__circle_block .item { width: 155px; height: 155px; padding: 34px; font-size: 16px; }
    .about-clinic__circle_block .item:first-child { margin-right: 8px; }
}
@media (max-width: 767px) {
    .about-clinic__circle_block .item span { font-size: 14px; }
    .about-clinic .info { margin-top: 40px; }
    .about-clinic__circle_block { flex-wrap: wrap; justify-content: center; }
}

.about-clinic #clinic-slider img,
.clinic__item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.clinic-slider.slick-initialized .slick-slide { margin: 0 10px; }
.clinic-slider .slick-list { margin: 0 -10px; }

.info p {
    font-size: 18px;
    color: #333;
    line-height: 150%;
    margin-bottom: 16px;
}

/* ===== FOUNDER (About) ===== */
.about { width: 100%; overflow: hidden; }

.title-blue {
    color: #00bce4;
    font-size: clamp(24px, 4vw, 44px);
    font-style: italic;
    margin-bottom: 40px !important;
}

.row.equal-cols {
    display: flex;
    flex-wrap: wrap;
}
.row.equal-cols:before,
.row.equal-cols:after { display: block; }
.row.equal-cols > [class*=col-] {
    display: flex;
    flex-direction: column;
}
.row.equal-cols > [class*=col-] > * { flex: 1 1 auto; }

.about__left {
    height: 100%;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px 0 0 20px;
}

.about__right {
    height: 100%;
    background: #fafafa;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0 20px 20px 0;
}
.about__right h2 { font-size: 36px !important; margin-bottom: 8px !important; }
.about__right h3 {
    font-size: 22px !important;
    font-style: italic;
    color: #00bce4;
    margin: 20px 0 20px 0 !important;
}
.about__right p {
    font-size: 18px;
    color: #333;
    line-height: 150%;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .about__left { min-height: 350px; border-radius: 20px 20px 0 0; }
    .about__right { border-radius: 0 0 20px 20px; padding: 30px; }
}
@media (max-width: 767px) {
    .about__right h3 { font-size: 18px !important; line-height: 120% !important; margin: 20px 0 20px 0 !important; }
    .about__right p { font-size: 15px !important; }
}

/* ===== CONTACTS ===== */
.contacts { width: 100%; margin: 90px 0 90px 0; }
@media (max-width: 767px) {
    .contacts { margin: 0px 0 0px 0; }
}
.contacts__title { margin-bottom: 67px; }
@media (max-width: 767px) {
    .contacts__title { margin-bottom: 45px; }
}

.contacts__info-left span {
    display: block;
    color: #000;
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    line-height: 150%;
}
@media (max-width: 767px) {
    .contacts__info-left span { font-size: 20px; line-height: 39.5px; }
}

@media (min-width: 1024px) {
    .contacts__info-right { text-align: right; }
}
.contacts__info-right a {
    color: #000;
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    line-height: 150%;
    display: block;
}
@media (max-width: 767px) {
    .contacts__info-right a { font-size: 20px; line-height: 39.5px; }
    .contacts__info-right { margin-top: 20px; }
}

.contacts .map,
.map {
    width: 100%;
    height: 600px;
    margin-top: 60px;
    border-radius: 20px;
    overflow: hidden;
}
.map iframe { border-radius: 20px; }
@media (max-width: 767px) {
    .contacts .map { height: 350px; margin-top: 30px; }
}

/* ===== FOOTER ===== */
.footer {
    width: 100%;
    padding: 90px 0;
    margin: 60px 0 0px 0 !important;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #333;
}
@media (max-width: 767px) {
    .footer { padding: 50px 0; margin: 120px 0 0px 0; }
    .footer .footer__menu { margin-top: 25px; }
}

.footer__logo a { display: block; margin-bottom: 16px; }
.footer__logo .logo-icon { height: 42px; margin-right: 10px; }
.ftext p { font-size: 14px; color: rgba(255,255,255,.5); }

.footer__menu h4 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 130%;
    margin-bottom: 20px !important;
    text-transform: uppercase;
    color: #c0bfbf;
}
.footer__menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.footer__menu ul a {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #c0bfbf;
    text-decoration: none;
}
@media (max-width: 767px) {
    .footer__menu ul a { font-size: 14px; }
}
.footer__menu ul a:hover { color: #fff; }
.footer__menu ul li { padding: 6px 0px; }

.footer__info { height: 100%; width: 100%; }
.footer__info .footer__phone,
.footer__info .footer__email {
    text-align: right;
    margin: 8px 0;
}
.footer__info .footer__phone a,
.footer__info .footer__email a {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    color: #c0bfbf;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    justify-content: end;
}
@media (max-width: 767px) {
    .footer__info .footer__phone a,
    .footer__info .footer__email a {
        justify-content: flex-start;
        padding: 6px 0px;
    }
}
.footer__info .footer__phone a { font-size: 20px; line-height: 130%; }
.footer__info .footer__button { margin: 25px 0 0 0; }

.footer__social {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.footer__social a { font-size: 20px; color: #c0bfbf; }
.footer__social a:hover { color: #fff; }
@media (max-width: 767px) {
    .footer__social { justify-content: flex-start; }
}

.footer .offerta-top { margin-top: 100px; max-width: 450px; }
.footer .offerta-top p {
    color: #efeeee;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}
@media (max-width: 767px) {
    .footer .offerta-top { margin-top: 50px; }
}

.footer .footer_line {
    margin: 32px 0;
    height: 1px;
    width: 100%;
    background: #efeeee;
}
.footer .footer_copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .footer_copyright p,
.footer .footer_copyright .copy p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}
@media (max-width: 767px) {
    .footer .footer_copyright { flex-direction: column; }
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 4px 20px rgba(37,211,102,.4);
    transition: transform .3s, box-shadow .3s;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37,211,102,.5);
}

/* ===== ANIMATIONS (motion.dev classes) ===== */
.reveal-up { opacity: 0; transform: translateY(40px); }
.reveal-left { opacity: 0; transform: translateX(-40px); }
.reveal-right { opacity: 0; transform: translateX(40px); }
.reveal-scale { opacity: 0; transform: scale(0.92); }

/* ===== STARS (rating) ===== */
.stars { display: inline-block; }

/* ===== SLICK OVERRIDES ===== */
.slick-slide { margin: 0 15px; }
.slick-slide img { max-width: 100%; }

/* ===== EXTRA UI DETAILS ===== */

/* Doctor stage / experience */
.ds_stage {
    font-family: "Open Sans";
    font-size: 14px;
    color: #999;
    display: block;
    margin-top: 6px;
}

/* Arrow link (hero) */
.arrow-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: 30px;
    transition: all .3s;
}
.arrow-link:hover {
    background: #00bce4;
    border-color: #00bce4;
}
.arrow-link i {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Title blue .with-arrow decorative style */
.title-blue.with-arrow { position: relative; }

/* Container overrides */
@media (min-width: 1400px) {
    .container { max-width: 1170px; }
}

/* Ensure video fills */
video { display: block; }

/* Mobile responsive service margin */
@media (max-width: 767px) {
    .main-service-link .noslider-examples-grills__item {
        margin-bottom: 10px;
    }
    .slider__info-left h2,
    .about-clinic__title h2,
    .technology__title h2,
    .equipment__title h2,
    .contacts__title h2 {
        font-size: 24px;
    }
}

/* Collapse fix for header */
.header.collapsed .header__top { padding-bottom: 5px; }

/* Selection color */
::selection {
    background: #00bce4;
    color: #fff;
}

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: #00bce4; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #009cc4; }

/* CTA link-circle inside blue BG — override for white text */
.new-block-cf-blue .link-circle.dark span { color: #fff !important; border-bottom-color: #fff !important; }
.new-block-cf-blue .link-circle.dark i { border-color: #fff !important; }
.new-block-cf-blue .link-circle.dark svg path { stroke: #fff !important; }
.new-block-cf-blue .link-circle.dark:hover i { background: #fff; border-color: #fff !important; }
.new-block-cf-blue .link-circle.dark:hover svg path { stroke: #00bce4 !important; }
.new-block-cf-blue .link-circle.dark:hover span { color: #fff !important; border-color: #fff !important; }

/* Slick dots fallback */
.slick-dots { display: none !important; }

/* Active doctor item background display */
.slider__wrapper__item.active .slider__wrapper__item__info {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ================================================================
   COMPREHENSIVE MOBILE RESPONSIVE
   ================================================================ */

/* --- TABLET (768px–1023px) --- */
@media (max-width: 1023px) {
    /* Header top row items — stack better */
    .header__top > .row:last-child {
        flex-wrap: wrap;
        gap: 8px;
    }
    .header__logo { width: auto !important; }
    .header__address { max-width: 100%; font-size: 14px; }
    .header__phone { max-width: 100%; text-align: left; }
    .header__records { max-width: 100%; justify-content: flex-start; }

    /* Services cards */
    .main-service-link .image { height: 350px; min-height: 280px; }

    /* Technology items — 2 per row handled by Bootstrap, just fix padding */
    .technology__item { padding: 20px 16px 16px 14px; }

    /* CTA sections */
    .new-block-cf-blue .container,
    .new-block-cf-white .container { padding: 30px 24px; }

    /* About circles */
    .about-clinic__circle_block .item { width: 150px; height: 150px; padding: 28px; }
    .about-clinic__circle_block .item span { font-size: 15px; }

    /* Founder */
    .about__right { padding: 35px; }
    .about__right h2 { font-size: 28px !important; }
}

/* --- MOBILE (max 767px) --- */
@media (max-width: 767px) {
    /* Global spacing */
    .section { padding: 35px 0 20px 0; border-radius: 25px 25px 0 0; }
    .first-section { margin-top: 0px !important; border-radius: 0; }

    /* Mobile header fine-tuning */
    .mobile-header__top__logo .logo-text { font-size: 24px; letter-spacing: 5px; }
    .mobile-header .menu-blur { padding: 10px 14px; }
    .burger svg { width: 28px; height: 28px; }

    /* Hero video mobile */
    .video-background-mob .video-responsive {
        height: 75vh;
        border-radius: 0 0 20px 20px;
    }
    .video-background-mob__content { bottom: 30px; }
    .video-background-mob .fc-80 { font-size: 24px; }
    .first-scrin .white { font-size: 16px; }
    .first-scrin .blue { font-size: 22px; }

    /* Services */
    .slider__info-left h2 { font-size: 22px; margin-bottom: 10px !important; }
    .slider__info-left p { width: 100%; font-size: 13px; padding: 10px 0 !important; }
    .main-service-link { margin-bottom: 16px; }
    .main-service-link .image {
        height: 260px;
        min-height: 220px;
        border-radius: 14px;
        padding: 16px;
    }
    .main-service-link .image::before { border-radius: 14px; }
    .main-service-link-title { font-size: 18px !important; }
    .main-service-link-title h4 { font-size: 18px !important; }
    .main-service-link-descr { font-size: 14px; }
    .main-service-link-descr p { font-size: 14px; }
    .plashka_v_kruzhochke { font-size: 11px; width: 100px; padding: 3px 8px; }

    /* Doctors */
    .slider__wrapper {
        flex-direction: row;
        height: auto;
        gap: 12px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
    }
    .slider__wrapper__item {
        width: 80% !important;
        min-width: 280px;
        flex-shrink: 0;
        height: 420px;
        scroll-snap-align: start;
        border-radius: 12px;
    }
    .slider__wrapper__item.active {
        width: 80% !important;
        flex-grow: 0;
    }
    .slider__wrapper__item .slider__wrapper__item__info { display: flex !important; }
    .slider__wrapper__item__bottom { display: none !important; }
    .slider__wrapper__item__info .content { padding: 14px; height: 80px; }
    .slider__wrapper__item__info .content h3 { font-size: 20px !important; }
    .slider__wrapper__item__info .content p { font-size: 14px; margin: 8px 0; }
    .slider__wrapper__item__info .content span { font-size: 13px; }
    .slider__wrapper__item__info .content.expanded,
    .slider__wrapper__item__info .content.docs-height { height: 55%; }
    .slider__wrapper__item__info .content__bottom a { margin-top: 16px; }
    .blue-button.p1 { padding: 8px 16px; font-size: 14px; }

    /* CTA sections */
    .new-block-cf-blue, .new-block-cf-white { padding: 10px 0; }
    .new-block-cf-blue .container,
    .new-block-cf-white .container {
        padding: 24px 18px;
        border-radius: 16px;
    }
    .reviews__info-left .title_p2 {
        font-size: 20px;
        line-height: 130%;
        text-align: center;
    }
    .reviews__info-right {
        margin-top: 16px;
        justify-content: center !important;
    }
    .reviews__info-right a { padding: 14px 20px; font-size: 16px; }
    .link-circle { font-size: 16px; justify-content: center; }
    .link-circle i { width: 44px; height: 44px; margin-right: 12px; }

    /* Reviews */
    .best-works__picture .image { height: 220px; border-radius: 10px; margin-bottom: 12px; }

    /* Slider controls */
    .slider__controls { width: 60%; }
    .slider__controls button { width: 34px; }
    .slider__controls button svg { width: 34px; }

    /* Technology */
    .technology__title h2 { font-size: 22px; }
    .technology__title p { margin: 16px 0 30px 0; font-size: 13px; }
    .technology__item { padding: 18px 14px 14px 12px; border-radius: 10px; }
    .technology__item .number span { font-size: 24px; }
    .technology__item h3 { font-size: 18px !important; padding: 10px 0 !important; max-width: 100%; }
    .technology__item p { font-size: 14px; }
    .technology__item--cta .title_p2 { font-size: 20px; line-height: 130%; }
    .technology__item__footer a { padding: 14px 18px; font-size: 14px; }

    /* Equipment */
    .equipment__title h2 { font-size: 22px; }
    .equipment__item h3 { padding: 12px 0 !important; font-size: 18px !important; }
    .equipment__item p { font-size: 14px; }

    /* Rating */
    .raiting .rating-mini { justify-content: center; }
    .raiting img { width: 90px; margin: 0 auto; }

    /* About clinic */
    .about-clinic__title h2 { font-size: 22px; }
    .about-clinic__title p { margin: 16px 0 30px 0; font-size: 13px; }
    .about-clinic__circle_block {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
        margin-bottom: 24px;
    }
    .about-clinic__circle_block .item { width: 140px; height: 140px; padding: 24px; }
    .about-clinic__circle_block .item:first-child { margin-right: 0; }
    .about-clinic__circle_block .item span { font-size: 13px; }
    .info p { font-size: 15px; }
    .clinic__item img { border-radius: 10px; }

    /* Founder */
    .title-blue { font-size: 22px; margin-bottom: 24px !important; }
    .about__left { min-height: 280px; border-radius: 16px 16px 0 0; }
    .about__right {
        padding: 24px 18px;
        border-radius: 0 0 16px 16px;
    }
    .about__right h2 { font-size: 22px !important; }
    .about__right h3 { font-size: 16px !important; margin: 14px 0 14px 0 !important; }
    .about__right p { font-size: 14px !important; margin-bottom: 8px; }

    /* Contacts */
    .contacts { margin: 30px 0; }
    .contacts__title { margin-bottom: 25px; }
    .contacts__title h2 { font-size: 22px; }
    .contacts__info-left span { font-size: 18px; line-height: 150%; }
    .contacts__info-right { margin-top: 14px; }
    .contacts__info-right a { font-size: 18px; line-height: 150%; }
    .map { height: 300px; margin-top: 24px; border-radius: 14px; }
    .map iframe { border-radius: 14px !important; }

    /* Footer */
    .footer {
        padding: 40px 0 30px;
        margin: 40px 0 0 0 !important;
        border-radius: 25px 25px 0 0;
    }
    .footer__logo .logo-text { font-size: 32px; }
    .ftext p { font-size: 13px; }
    .footer__menu { margin-top: 20px; }
    .footer__menu h4 { font-size: 17px !important; margin-bottom: 12px !important; }
    .footer__menu ul a { font-size: 14px; }
    .footer__info .footer__phone a { font-size: 17px; justify-content: flex-start; }
    .footer__info .footer__email a { font-size: 14px; justify-content: flex-start; }
    .footer__info .footer__button { margin-top: 16px; }
    .black-border-btn { padding: 10px 18px; font-size: 15px; }
    .footer__social { justify-content: flex-start; margin-top: 12px; }
    .footer .offerta-top { margin-top: 30px; }
    .footer .footer_line { margin: 20px 0; }
    .footer .footer_copyright { flex-direction: column; align-items: flex-start; gap: 8px; }

    /* WhatsApp float */
    .whatsapp-float { width: 52px; height: 52px; bottom: 20px; right: 16px; }
    .whatsapp-float svg { width: 26px; height: 26px; }

    /* Blue button global */
    .blue-button { padding: 10px 18px; font-size: 15px; }
    .blue-button.small { padding: 8px 14px; font-size: 13px; }
}

/* --- SMALL PHONES (max 400px) --- */
@media (max-width: 400px) {
    .logo-text { font-size: 24px; letter-spacing: 4px; }
    .main-service-link .image { height: 220px; min-height: 200px; }
    .slider__wrapper__item { min-width: 250px; height: 380px; }
    .about-clinic__circle_block .item { width: 120px; height: 120px; padding: 18px; }
    .about-clinic__circle_block .item span { font-size: 12px; }
    .about__left { min-height: 240px; }
    .reviews__info-left .title_p2 { font-size: 18px; }
    .contacts__info-left span,
    .contacts__info-right a { font-size: 16px; }
}
