:root {
--forest: #1C3830;
--forest-md: #274F42;
--forest-lt: #3A6B58;
--forest-xs: #EAF0EE;
--gold: #C8A46A;
--gold-lt: #E8D4AB;
--gold-xs: #FAF4E8;
--cream: #F7F3ED;
--stone: #EDE7DD;
--warm-white: #FFFCF8;
--text: #1A1916;
--text-md: #4A4742;
--text-lt: #8C8880;
--white: #FFFFFF;
--font-display: 'Cormorant Garamond', Georgia, serif;
--font-body: 'Jost', sans-serif;
--r-sm: 6px;
--r-md: 14px;
--r-lg: 24px;
--r-xl: 36px;
--r-pill: 100px;
--shadow-sm: 0 2px 12px rgba(28,56,48,.06);
--shadow-md: 0 4px 28px rgba(28,56,48,.10);
--shadow-lg: 0 12px 48px rgba(28,56,48,.16);
--ease: cubic-bezier(.25,.46,.45,.94);
--t-fast: .2s;
--t-base: .35s;
--t-slow: .6s;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
scroll-behavior: smooth;
font-size: 16px;
scroll-padding-top: 96px;
}
body {
font-family: var(--font-body);
background: var(--cream);
color: var(--text);
-webkit-font-smoothing: antialiased;
line-height: 1.6;
overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--font-body); cursor: pointer; border: none; }
.display { font-family: var(--font-display); font-weight: 300; line-height: 1.08; letter-spacing: -.01em; }
.h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); }
.h2 { font-size: clamp(1.9rem, 3.2vw, 2.9rem); }
.h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
.h4 { font-size: 1.1rem; font-family: var(--font-display); font-weight: 500; }
.eyebrow {
font-size: .72rem;
font-weight: 600;
letter-spacing: .16em;
text-transform: uppercase;
color: var(--gold);
}
.body-lg { font-size: 1.05rem; line-height: 1.75; font-weight: 300; color: var(--text-md); }
.body-sm { font-size: .875rem; line-height: 1.65; font-weight: 300; color: var(--text-md); }
.container { max-width: 1260px; margin: 0 auto; padding: 0 48px; }
.section { padding: 100px 0; }
.section-sm { padding: 64px 0; }
@media (max-width: 1024px) { .container { padding: 0 32px; } }
@media (max-width: 768px) { .container { padding: 0 20px; } .section { padding: 72px 0; } }
.btn {
display: inline-flex; align-items: center; gap: 10px;
font-family: var(--font-body); font-size: .8rem; font-weight: 600;
letter-spacing: .1em; text-transform: uppercase;
transition: all var(--t-base) var(--ease);
white-space: nowrap; position: relative; overflow: hidden;
}
.btn-primary {
background: var(--forest); color: var(--white);
padding: 16px 38px; border-radius: var(--r-pill);
box-shadow: 0 4px 20px rgba(28,56,48,.25);
}
.btn-primary:hover {
background: var(--forest-md);
box-shadow: 0 8px 36px rgba(28,56,48,.35);
transform: translateY(-2px);
}
.btn-gold {
background: var(--gold); color: var(--white);
padding: 16px 38px; border-radius: var(--r-pill);
box-shadow: 0 4px 20px rgba(200,164,106,.3);
}
.btn-gold:hover {
background: #B8944A;
box-shadow: 0 8px 36px rgba(200,164,106,.4);
transform: translateY(-2px);
}
.btn-outline {
background: transparent; color: var(--forest);
padding: 14px 34px; border-radius: var(--r-pill);
border: 1.5px solid var(--forest);
}
.btn-outline:hover { background: var(--forest); color: var(--white); transform: translateY(-2px); }
.btn-ghost {
background: transparent; color: var(--gold);
padding: 8px 0; border-bottom: 1px solid currentColor;
font-size: .78rem;
}
.btn-ghost:hover { letter-spacing: .14em; }
.btn svg, .btn-arrow::after { transition: transform var(--t-fast) var(--ease); }
.btn-arrow::after {
content: '';
display: inline-block;
width: 0.45em;
height: 0.45em;
margin-top: 1px;
border-right: 1.5px solid currentColor;
border-top: 1.5px solid currentColor;
transform: rotate(45deg);
flex-shrink: 0;
}
.btn-arrow:hover::after { transform: rotate(45deg) translate(3px, -3px); }
.nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 200;
padding: 22px 0;
transition: all var(--t-base) var(--ease);
}
.nav.scrolled {
background: rgba(247,243,237,.96);
backdrop-filter: blur(16px);
padding: 14px 0;
box-shadow: 0 1px 0 rgba(28,56,48,.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.nav-logo {
display: inline-flex;
flex-direction: column;
gap: 1px;
flex-shrink: 0;
width: max-content;
align-items: center;
}
.nav-logo-mark {
display: inline-flex;
align-items: center;
gap: 10px;
font-family: var(--font-display);
font-size: 1.45rem; font-weight: 500;
color: var(--forest); line-height: 1;
letter-spacing: .02em;
}
.nav-logo-mark img {
width: 28px;
height: 28px;
object-fit: contain;
flex-shrink: 0;
filter: brightness(0) saturate(100%) invert(38%) sepia(22%) saturate(816%) hue-rotate(108deg) brightness(95%) contrast(90%);
}
.nav-logo-sub {
display: block;
width: 100%;
text-align: center;
font-size: .6rem; letter-spacing: .2em;
text-transform: uppercase; color: var(--text-lt);
}
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a {
font-size: .78rem; font-weight: 400; letter-spacing: .08em;
text-transform: uppercase; color: var(--text-md);
transition: color var(--t-fast); position: relative; padding-bottom: 2px;
}
.nav-links a::after {
content: ''; position: absolute; bottom: 0; left: 0;
width: 0; height: 1px; background: var(--gold);
transition: width var(--t-base) var(--ease);
}
.nav-links a:hover { color: var(--forest); }
.nav-links a:hover::after { width: 100%; }
.nav-dropdown { position: relative; }
.nav-dropdown::after {
content: '';
position: absolute;
left: 50%;
transform: translateX(-50%);
width: max(240px, 100%);
top: 100%;
height: 20px;
z-index: 199;
}
.nav-dropdown-menu {
position: absolute; top: calc(100% + 16px); left: 50%;
transform: translateX(-50%) translateY(8px);
background: var(--warm-white); border-radius: var(--r-md);
box-shadow: var(--shadow-lg); padding: 12px 0; min-width: 220px;
opacity: 0; pointer-events: none;
transition: all var(--t-base) var(--ease);
border: 1px solid rgba(28,56,48,.06);
list-style: none;
z-index: 200;
}
.nav-dropdown:hover .nav-dropdown-menu {
opacity: 1; pointer-events: all; transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu li a {
display: block; padding: 10px 22px;
font-size: .8rem; letter-spacing: .04em;
color: var(--text-md); text-transform: none;
transition: all var(--t-fast);
}
.nav-dropdown-menu li a:hover { color: var(--forest); background: var(--forest-xs); padding-left: 28px; }
.nav-dropdown-menu li a::after { display: none; }
.nav-burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; }
.nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--forest); transition: all var(--t-base) var(--ease); transform-origin: center; }
.nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu {
display: none; position: fixed; inset: 0; z-index: 199;
background: var(--cream); flex-direction: column;
align-items: center; justify-content: center; gap: 32px;
opacity: 0; pointer-events: none; transition: opacity var(--t-base) var(--ease);
}
.mobile-menu.open { opacity: 1; pointer-events: all; display: flex; }
.mobile-menu a {
font-family: var(--font-display); font-size: 2.2rem;
font-weight: 300; color: var(--forest); transition: color var(--t-fast);
}
.mobile-menu a:hover { color: var(--gold); }
.mobile-menu .btn {
font-family: var(--font-body);
font-size: .8rem;
font-weight: 600;
}
.mobile-menu .btn-primary {
color: var(--white);
}
.mobile-menu .btn-primary:hover {
color: var(--white);
}
@media (max-width: 960px) { .nav-links { display: none; } .nav-burger { display: flex; } }
@media (max-width: 500px) {
.nav-inner { gap: 12px; }
.nav-inner > .btn { display: none; }
.nav-logo-mark { font-size: 1.15rem; }
.nav-logo-mark img { width: 22px; height: 22px; }
.nav-logo-sub { font-size: .5rem; letter-spacing: .14em; }
}
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-left { opacity: 0; transform: translateX(-32px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal-left.in { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(32px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal-right.in { opacity: 1; transform: translateX(0); }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; }
.d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }
.d5 { transition-delay: .5s; } .d6 { transition-delay: .6s; }
footer {
background: var(--text); color: rgba(255,255,255,.55);
padding: 80px 0 36px;
}
.footer-grid {
display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr;
gap: 64px; margin-bottom: 64px;
}
.footer-brand {
display: inline-flex;
flex-direction: column;
width: max-content;
align-items: center;
}
.footer-logo-mark {
display: inline-flex;
align-items: center;
gap: 10px;
font-family: var(--font-display);
font-size: 1.5rem;
font-weight: 500;
color: var(--white);
}
.footer-logo-mark img {
width: 28px;
height: 28px;
object-fit: contain;
flex-shrink: 0;
filter: brightness(0) saturate(100%) invert(73%) sepia(33%) saturate(558%) hue-rotate(355deg) brightness(93%) contrast(88%);
}
.footer-tagline {
display: block;
width: 100%;
text-align: center;
font-size: .62rem;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--gold);
margin: 4px 0 20px;
}
.footer-desc { font-size: .83rem; line-height: 1.7; font-weight: 300; margin-bottom: 28px; }
.footer-socials { display: flex; gap: 10px; }
.footer-social-btn {
width: 36px; height: 36px; border-radius: var(--r-sm);
background: rgba(255,255,255,.07); display: flex; align-items: center;
justify-content: center; font-size: .72rem; font-weight: 600;
color: rgba(255,255,255,.45); transition: all var(--t-fast); cursor: pointer;
}
.footer-social-btn:hover { background: var(--gold); color: var(--white); }
.footer-col h4 { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--white); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: .83rem; font-weight: 300; color: rgba(255,255,255,.5); transition: color var(--t-fast); }
.footer-links a:hover { color: var(--gold); }
.footer-contact-row { margin-bottom: 14px; }
.footer-contact-row strong { display: block; font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 3px; font-weight: 500; }
.footer-contact-row span, .footer-contact-row a { font-size: .83rem; font-weight: 300; color: rgba(255,255,255,.55); transition: color var(--t-fast); }
.footer-contact-row a:hover { color: var(--gold); }
.footer-bottom {
border-top: 1px solid rgba(255,255,255,.07); padding-top: 28px;
display: flex; justify-content: space-between; align-items: center;
flex-wrap: wrap; gap: 12px; font-size: .75rem;
}
.footer-bottom a { color: rgba(255,255,255,.35); transition: color var(--t-fast); }
.footer-bottom a:hover { color: var(--gold); }
.footer-disclaimer { font-size: .7rem; color: rgba(255,255,255,.25); }
.footer-offer-disclaimer {
margin-top: 28px;
padding-top: 24px;
border-top: 1px solid rgba(255,255,255,.06);
}
.footer-offer-disclaimer p {
font-size: .72rem;
line-height: 1.65;
font-weight: 300;
color: rgba(255,255,255,.38);
max-width: 960px;
margin: 0 auto;
text-align: center;
}
@media (max-width: 960px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
@media (max-width: 600px) { .footer-grid { grid-template-columns: 1fr; gap: 36px; } .footer-bottom { flex-direction: column; text-align: center; } }
.popup-overlay {
position: fixed; inset: 0; background: rgba(26,25,22,.7);
backdrop-filter: blur(6px); z-index: 500;
display: flex; align-items: center; justify-content: center;
opacity: 0; pointer-events: none; transition: opacity var(--t-base) var(--ease);
padding: 20px;
}
.popup-overlay[hidden] {
display: none !important;
}
#pdf-popup.popup-overlay { z-index: 520; }
.booking-popup-overlay { z-index: 510; }
.bp-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
@media (max-width: 520px) { .bp-grid-2 { grid-template-columns: 1fr; } }
.popup-overlay.open { opacity: 1; pointer-events: all; }
.popup-box {
background: var(--warm-white); border-radius: var(--r-lg);
max-width: 600px; width: 100%; padding: 48px;
position: relative; transform: translateY(16px);
transition: transform var(--t-base) var(--ease);
max-height: 80vh; overflow-y: auto;
}
.popup-overlay.open .popup-box { transform: translateY(0); }
.popup-close {
position: absolute; top: 20px; right: 20px;
width: 36px; height: 36px; border-radius: 50%;
background: var(--stone); border: none; cursor: pointer;
font-size: 1.1rem; color: var(--text-md);
display: flex; align-items: center; justify-content: center;
transition: background var(--t-fast);
}
.popup-close:hover { background: var(--gold); color: var(--white); }
.popup-title { font-family: var(--font-display); font-size: 1.6rem; font-weight: 500; color: var(--forest); margin-bottom: 20px; }
.popup-body { font-size: .875rem; line-height: 1.75; color: var(--text-md); font-weight: 300; }
.popup-body p { margin-bottom: 12px; }
.popup-body strong { color: var(--text); font-weight: 500; }
.popup-box--pdf {
max-width: min(960px, 96vw);
width: 100%;
padding: 20px 20px 24px;
max-height: 92vh;
display: flex;
flex-direction: column;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.popup-box--pdf .popup-title {
margin-bottom: 14px;
padding-right: 44px;
flex-shrink: 0;
}
@media (max-width: 520px) {
.popup-box--pdf .popup-title {
font-size: 1.15rem;
line-height: 1.15;
margin-bottom: 10px;
padding-right: 0;
word-break: break-word;
}
}
.pdf-popup-frame-wrap {
flex: 1;
min-height: 280px;
border-radius: var(--r-md);
overflow: auto;
-webkit-overflow-scrolling: touch;
background: var(--stone);
border: 1px solid rgba(28, 56, 48, .08);
}
.pdf-popup-frame {
width: 100%;
height: 86vh;
border: 0;
display: block;
touch-action: pan-y;
}
.svc-hero-right > .svc-photo-bg {
width: 100%;
min-height: 460px;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.svc-hero-photo--kapelnitsy {
background-image: linear-gradient(135deg, rgba(28,56,48,.7), rgba(58,107,88,.65)), url(../img/IMG_5015.webp);
}
.svc-hero-photo--terapiya {
background-image: linear-gradient(135deg, rgba(42,62,85,.7), rgba(74,110,143,.65)), url(../img/IMG_5016.webp);
}
.svc-hero-photo--telesnaya {
background-image: linear-gradient(135deg, rgba(62,42,42,.7), rgba(122,74,74,.65)), url(../img/IMG_5017.webp);
}
.svc-hero-photo--psihologiya {
background-image: linear-gradient(135deg, rgba(46,42,62,.7), rgba(90,74,122,.65)), url(../img/IMG_5018.webp);
}
.svc-hero-photo--fizioterapiya {
background-image: linear-gradient(135deg, rgba(28,56,48,.7), rgba(74,122,98,.65)), url(../img/IMG_5019.webp);
}
.svc-hero-photo--kosmetologiya {
background-image: linear-gradient(135deg, rgba(62,46,26,.7), rgba(138,106,58,.65)), url(../img/IMG_5020.webp);
}
.svc-hero-photo--fdt {
background-image: linear-gradient(135deg, rgba(13,32,32,.7), rgba(28,72,56,.65)), url(../img/IMG_5021.webp);
}
.scroll-top {
position: fixed;
right: 20px;
bottom: 24px;
z-index: 400;
width: 46px;
height: 46px;
border: none;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
background: rgba(28, 56, 48, 0.42);
color: rgba(255, 255, 255, 0.92);
box-shadow: var(--shadow-md);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity var(--t-base) var(--ease), visibility var(--t-base), background var(--t-fast), transform var(--t-fast);
}
.scroll-top.visible {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.scroll-top:hover {
background: rgba(28, 56, 48, 0.68);
transform: translateY(-2px);
}
.scroll-top svg {
display: block;
width: 22px;
height: 22px;
}
@media (max-width: 500px) {
.scroll-top { right: 14px; bottom: 18px; width: 42px; height: 42px; }
}
.grecaptcha-badge {
left: 14px !important;
right: auto !important;
bottom: 24px !important; 
z-index: 1 !important; 
opacity: 0.45 !important;
width: 62px !important;
height: 62px !important;
overflow: hidden !important;
}
.grecaptcha-badge iframe {
width: 100% !important;
height: 100% !important;
}
.grecaptcha-badge .rc-anchor-content,
.rc-anchor-content {
opacity: 0 !important;
visibility: hidden !important;
width: 0 !important;
height: 0 !important;
overflow: hidden !important;
pointer-events: none !important;
}
.scroll-top {
z-index: 2147483647 !important;
}
@media (max-width: 500px) {
.grecaptcha-badge {
left: 14px !important;
bottom: 18px !important;
width: 56px !important;
height: 56px !important;
}
}
.hero {
min-height: 100vh;
display: grid;
grid-template-columns: 55% 45%;
position: relative;
overflow: hidden;
}
.hero-left {
background: var(--cream);
display: flex;
flex-direction: column;
justify-content: center;
padding: 140px 64px 100px max(48px, calc((100vw - 1260px)/2 + 48px));
position: relative;
z-index: 2;
}
.hero-right {
background: var(--forest);
position: relative;
overflow: hidden;
}
.hero-right-inner {
position: absolute; inset: 0;
display: flex; align-items: flex-end; justify-content: center;
overflow: hidden;
}
.hero-blob {
position: absolute;
width: 130%; height: 110%;
top: -10%; left: -15%;
background: radial-gradient(ellipse 70% 80% at 60% 45%, #274F42 0%, #1C3830 60%, #111F1A 100%);
}
.hero-photo {
position: relative; z-index: 2;
width: 75%; max-width: 360px;
aspect-ratio: 3/4;
border-radius: 180px 180px 0 0;
overflow: hidden;
display: block;
}
.hero-photo img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.hero-photo-placeholder {
position: relative; z-index: 2;
width: 75%; max-width: 360px;
aspect-ratio: 3/4;
border-radius: 180px 180px 0 0;
background-color: #274F42;
background-image: url("../img/IMG_5014.JPG");
background-image: image-set(
url("../img/IMG_5014.webp") type("image/webp"),
url("../img/IMG_5014.JPG") type("image/jpeg")
);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex; align-items: center; justify-content: center;
overflow: hidden;
flex-shrink: 0;
}
.hero-photo-label {
position: absolute; bottom: 32px; left: 32px;
font-size: .65rem; color: rgba(255,255,255,.3);
letter-spacing: .1em; text-transform: uppercase;
writing-mode: vertical-rl;
transform: rotate(180deg);
}
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 760px; }
.faq-item {
background: var(--warm-white);
border: 1px solid rgba(28,56,48,.08);
border-radius: var(--r-md);
padding: 0;
}
.faq-item summary {
cursor: pointer;
list-style: none;
padding: 18px 22px;
font-size: .95rem;
font-weight: 500;
color: var(--forest);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { border-bottom: 1px solid rgba(28,56,48,.06); }
.faq-item p {
margin: 0;
padding: 0 22px 18px;
font-size: .88rem;
line-height: 1.7;
color: var(--text-md);
font-weight: 300;
}
.hero-badge {
position: absolute;
bottom: 60px; left: -28px; z-index: 5;
background: var(--warm-white);
border-radius: var(--r-lg);
padding: 20px 28px;
box-shadow: var(--shadow-lg);
display: flex; align-items: center; gap: 18px;
animation: badgeFade 1s 1s both;
}
@keyframes badgeFade { from { opacity:0; transform: translateX(-16px); } to { opacity:1; transform:none; } }
.hero-badge-icon {
width: 48px; height: 48px; border-radius: 50%;
background: linear-gradient(135deg, var(--forest), var(--forest-lt));
display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hero-badge-num {
font-family: var(--font-display);
font-size: 1.7rem; font-weight: 300; color: var(--forest); line-height: 1;
}
.hero-badge-text { font-size: .72rem; color: var(--text-lt); }
.hero-dots {
position: absolute; top: 40px; right: 40px; z-index: 3;
display: grid; grid-template-columns: repeat(5, 8px); gap: 10px;
opacity: .25;
}
.hero-dots span { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); display: block; }
.hero-line {
display: flex; align-items: center; gap: 16px; margin-bottom: 24px;
}
.hero-line::before { content: ''; width: 36px; height: 1px; background: var(--gold); }
.hero-watermark {
position: absolute; bottom: 80px; right: -10px;
font-family: var(--font-display); font-size: 11rem; font-weight: 600;
color: rgba(28,56,48,.05); line-height: 1; user-select: none; pointer-events: none;
letter-spacing: -.04em;
}
.hero-left > * { animation: heroFade .8s both; }
.hero-left > *:nth-child(1) { animation-delay: .05s; }
.hero-left > *:nth-child(2) { animation-delay: .2s; }
.hero-left > *:nth-child(3) { animation-delay: .35s; }
.hero-left > *:nth-child(4) { animation-delay: .5s; }
.hero-left > *:nth-child(5) { animation-delay: .65s; }
@keyframes heroFade { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:none; } }
.hero-cta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 40px; }
.hero-trust {
display: flex; align-items: center; gap: 12px;
margin-top: 32px; padding-top: 28px;
border-top: 1px solid rgba(28,56,48,.08);
}
.hero-trust-avatars { display: flex; }
.hero-trust-avatar {
width: 30px; height: 30px; border-radius: 50%;
border: 2px solid var(--cream); background: var(--forest-lt);
display: flex; align-items: center; justify-content: center;
font-size: .6rem; font-weight: 600; color: white;
}
.hero-trust-avatar:nth-child(2) { margin-left: -8px; background: var(--gold); }
.hero-trust-avatar:nth-child(3) { margin-left: -8px; background: var(--forest); }
.hero-trust-text { font-size: .78rem; color: var(--text-lt); }
.hero-trust-text strong { color: var(--text); }
@media (max-width: 960px) {
.hero { grid-template-columns: 1fr; min-height: auto; }
.hero-left { padding: 120px 32px 64px; }
.hero-right { height: 420px; }
.hero-badge { left: 16px; }
.hero-watermark { display: none; }
}
@media (max-width: 600px) {
.hero-right { height: 340px; }
}
.statsbar {
background: var(--forest);
padding: 0;
overflow: hidden;
}
.statsbar-inner {
display: grid; grid-template-columns: repeat(4, 1fr);
}
.stat-cell {
padding: 48px 40px;
border-right: 1px solid rgba(255,255,255,.07);
text-align: center; position: relative;
transition: background var(--t-base);
cursor: default;
}
.stat-cell:last-child { border-right: none; }
.stat-cell:hover { background: rgba(255,255,255,.04); }
.stat-cell::after {
content: ''; position: absolute; bottom: 0; left: 50%;
transform: translateX(-50%); width: 0; height: 2px;
background: var(--gold); transition: width var(--t-base);
}
.stat-cell:hover::after { width: 60%; }
.stat-num { font-family: var(--font-display); font-size: clamp(2.2rem,3.5vw,3.4rem); font-weight: 300; color: var(--white); line-height: 1; }
.stat-num em { font-style: normal; color: var(--gold); }
.stat-desc { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-top: 8px; }
@media (max-width: 760px) { .statsbar-inner { grid-template-columns: repeat(2,1fr); } }
.services-header {
display: flex; align-items: flex-end; justify-content: space-between;
margin-bottom: 60px; gap: 24px;
}
.services-header-left { max-width: 500px; }
.services-header-left .eyebrow { margin-bottom: 12px; }
.services-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: auto auto;
gap: 20px;
}
.service-card {
background: var(--warm-white);
border-radius: var(--r-lg);
overflow: hidden;
border: 1px solid rgba(28,56,48,.06);
box-shadow: var(--shadow-sm);
transition: all var(--t-base) var(--ease);
cursor: pointer;
position: relative;
display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.service-card-wide { grid-column: span 2; }
.service-thumb {
height: 200px;
position: relative;
overflow: hidden;
flex-shrink: 0;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
a.service-thumb {
display: block;
text-decoration: none;
color: inherit;
outline: none;
}
a.service-thumb:focus-visible {
box-shadow: inset 0 0 0 2px var(--gold);
border-radius: var(--r-lg) var(--r-lg) 0 0;
}
.service-card-wide .service-thumb { height: 240px; }
.s-kapelnitsy .service-thumb { background-image: linear-gradient(135deg, rgba(28,56,48,.7), rgba(58,107,88,.65)), url(../img/IMG_5015.JPG); }
.s-terapiya .service-thumb { background-image: linear-gradient(135deg, rgba(42,62,85,.7), rgba(74,110,143,.65)), url(../img/IMG_5016.JPG); }
.s-telesnaya .service-thumb { background-image: linear-gradient(135deg, rgba(62,42,42,.7), rgba(122,74,74,.65)), url(../img/IMG_5017.JPG); }
.s-psihologiya .service-thumb { background-image: linear-gradient(135deg, rgba(46,42,62,.7), rgba(90,74,122,.65)), url(../img/IMG_5018.JPG); }
.s-fizioterapiya .service-thumb { background-image: linear-gradient(135deg, rgba(28,56,48,.7), rgba(74,122,98,.65)), url(../img/IMG_5019.JPG); }
.s-kosmetologiya .service-thumb { background-image: linear-gradient(135deg, rgba(62,46,26,.7), rgba(138,106,58,.65)), url(../img/IMG_5020.JPG); }
.s-fdt .service-thumb { background-image: linear-gradient(135deg, rgba(13,32,32,.7), rgba(28,72,56,.65)), url(../img/IMG_5021.JPG); }
.service-thumb-icon {
position: absolute; inset: 0;
display: flex; align-items: center; justify-content: center;
}
.service-thumb-icon svg { opacity: .35; }
.service-num {
position: absolute; top: 16px; left: 20px;
font-family: var(--font-display); font-size: 2.8rem; font-weight: 300;
color: rgba(255,255,255,.15); line-height: 1;
}
.service-tag-pill {
position: absolute; top: 16px; right: 16px;
background: rgba(255,255,255,.12); backdrop-filter: blur(4px);
border-radius: var(--r-pill); padding: 4px 14px;
font-size: .65rem; font-weight: 600; letter-spacing: .1em;
text-transform: uppercase; color: rgba(255,255,255,.8);
}
.service-body {
padding: 24px 28px 28px; flex: 1; display: flex; flex-direction: column;
text-decoration: none; color: inherit;
outline: none;
min-height: 0;
}
a.service-body:focus-visible {
box-shadow: inset 0 0 0 2px var(--gold);
border-radius: 0 0 var(--r-lg) var(--r-lg);
}
.service-name { font-family: var(--font-display); font-size: 1.3rem; font-weight: 500; color: var(--forest); margin-bottom: 10px; }
.service-card-wide .service-name { font-size: 1.5rem; }
.service-desc { font-size: .85rem; line-height: 1.65; color: var(--text-md); font-weight: 300; flex: 1; }
.service-link {
display: inline-flex; align-items: center; align-self: flex-start;
gap: 8px;
margin-top: 18px; font-size: .72rem; font-weight: 600;
letter-spacing: .1em; text-transform: uppercase; color: var(--gold);
transition: gap var(--t-fast);
}
.service-card:hover .service-link { gap: 14px; }
@media (max-width: 900px) { .services-grid { grid-template-columns: 1fr 1fr; } .service-card-wide { grid-column: span 2; } }
@media (max-width: 600px) { .services-grid { grid-template-columns: 1fr; } .service-card-wide { grid-column: span 1; } }
@media (max-width: 500px) {
.services-header {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.services-header-left {
max-width: 100%;
min-width: 0;
}
.services-header .btn-ghost {
align-self: flex-start;
}
}
.philosophy { background: var(--forest); padding: 100px 0; overflow: hidden; position: relative; }
.philosophy::before {
content: ''; position: absolute; inset: 0;
background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.philosophy-inner {
position: relative; z-index: 1;
display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center;
}
.philosophy-left .eyebrow { margin-bottom: 16px; }
.philosophy-title { font-family: var(--font-display); font-size: clamp(2rem,3.2vw,2.8rem); font-weight: 300; color: var(--white); line-height: 1.2; margin-bottom: 28px; }
.philosophy-title em { font-style: italic; color: var(--gold); }
.philosophy-body { font-size: .9rem; line-height: 1.8; color: rgba(255,255,255,.6); font-weight: 300; margin-bottom: 36px; }
.philosophy-pillars { display: flex; flex-direction: column; gap: 0; }
.pillar {
display: flex; align-items: flex-start; gap: 20px;
padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.08);
transition: background var(--t-fast);
}
.pillar:last-child { border-bottom: none; }
.pillar-letter {
font-family: var(--font-display); font-size: 3rem; font-weight: 300;
color: var(--gold); line-height: 1; width: 48px; flex-shrink: 0; opacity: .7;
}
.pillar-content h4 { font-size: 1rem; font-weight: 500; color: var(--white); margin-bottom: 4px; }
.pillar-content p { font-size: .82rem; color: rgba(255,255,255,.5); font-weight: 300; line-height: 1.6; }
.philosophy-right { position: relative; }
.philosophy-visual {
border-radius: var(--r-xl); overflow: hidden;
aspect-ratio: 4/5;
background: linear-gradient(160deg, #274F42, #1C3830);
position: relative;
}
.philosophy-visual-overlay {
position: absolute; inset: 0;
background: linear-gradient(0deg, rgba(28,56,48,.6) 0%, transparent 50%);
}
.philosophy-visual-quote {
position: absolute; bottom: 32px; left: 32px; right: 32px; z-index: 2;
font-family: var(--font-display); font-size: 1.1rem; font-style: italic;
color: rgba(255,255,255,.8); line-height: 1.5;
}
.philosophy-grid-label {
position: absolute; top: 24px; right: -12px;
background: var(--gold); color: var(--white);
border-radius: var(--r-md); padding: 14px 20px;
text-align: center; box-shadow: var(--shadow-md);
}
.philosophy-grid-label strong { display: block; font-family: var(--font-display); font-size: 2rem; font-weight: 300; line-height: 1; }
.philosophy-grid-label span { font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; opacity: .85; }
.philosophy-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }
@media (max-width: 900px) {
.philosophy-inner { grid-template-columns: 1fr; gap: 56px; }
.philosophy-right { order: -1; }
.philosophy-visual { aspect-ratio: 16/9; }
}
.doctors-intro { max-width: 480px; }
.doctors-intro .eyebrow { margin-bottom: 12px; }
.doctors-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; gap: 24px; }
.doctors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.doctor-card {
background: var(--warm-white); border-radius: var(--r-lg); overflow: hidden;
border: 1px solid rgba(28,56,48,.06); box-shadow: var(--shadow-sm);
transition: all var(--t-base) var(--ease);
}
.doctor-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.doctor-photo {
height: 280px; position: relative; overflow: hidden;
}
.dc1 .doctor-photo { background: linear-gradient(175deg, #DEDAD2, #B8B0A4); }
.dc2 .doctor-photo { background: linear-gradient(175deg, #D0D8DC, #A4B0B8); }
.dc3 .doctor-photo { background: linear-gradient(175deg, #D4D8D0, #A8B4A8); }
.doctor-photo-figure {
position: absolute; bottom: 0; left: 50%;
transform: translateX(-50%);
width: 140px; height: 220px;
border-radius: 70px 70px 0 0;
}
.dc1 .doctor-photo-figure { background: linear-gradient(180deg, #C4A882, #8C6A42); }
.dc2 .doctor-photo-figure { background: linear-gradient(180deg, #9AAABB, #5A7A8A); }
.dc3 .doctor-photo-figure { background: linear-gradient(180deg, #9ABBAB, #5A7A6A); }
.doctor-photo-figure::before {
content: ''; position: absolute; top: -35px; left: 50%;
transform: translateX(-50%); width: 68px; height: 68px;
border-radius: 50%;
}
.dc1 .doctor-photo-figure::before { background: #C8A882; }
.dc2 .doctor-photo-figure::before { background: #9EB8C8; }
.dc3 .doctor-photo-figure::before { background: #9EC8AE; }
.doctor-spec-pill {
position: absolute; top: 16px; right: 16px;
background: rgba(255,255,255,.85); backdrop-filter: blur(4px);
border-radius: var(--r-pill); padding: 5px 14px;
font-size: .67rem; font-weight: 600; letter-spacing: .06em;
text-transform: uppercase; color: var(--forest);
}
.doctor-info { padding: 24px 28px 28px; }
.doctor-name { font-family: var(--font-display); font-size: 1.25rem; font-weight: 500; color: var(--forest); margin-bottom: 4px; }
.doctor-role { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.doctor-bio { font-size: .83rem; color: var(--text-md); font-weight: 300; line-height: 1.6; margin-bottom: 16px; }
.doctor-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.dtag { font-size: .68rem; background: var(--forest-xs); color: var(--forest-lt); border-radius: var(--r-pill); padding: 4px 12px; font-weight: 400; }
@media (max-width: 900px) { .doctors-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .doctors-grid { grid-template-columns: 1fr; } .doctors-header { flex-direction: column; align-items: flex-start; } }
.reviews-section { background: var(--stone); }
.reviews-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; gap: 24px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card {
background: var(--warm-white); border-radius: var(--r-lg); padding: 32px;
border: 1px solid rgba(28,56,48,.06); box-shadow: var(--shadow-sm);
position: relative; overflow: hidden;
transition: all var(--t-base) var(--ease);
}
.review-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.review-card::before {
content: '\201C'; position: absolute; top: -24px; right: 24px;
font-family: var(--font-display); font-size: 7rem;
color: rgba(200,164,106,.12); line-height: 1; pointer-events: none;
}
.review-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.star { color: var(--gold); font-size: .9rem; }
.review-quote { font-family: var(--font-display); font-size: 1rem; font-style: italic; color: var(--text); line-height: 1.65; margin-bottom: 24px; font-weight: 400; }
.review-footer { display: flex; align-items: center; gap: 14px; }
.review-avatar {
width: 40px; height: 40px; border-radius: 50%;
display: flex; align-items: center; justify-content: center;
font-family: var(--font-display); font-size: 1rem; color: var(--white); font-weight: 500;
flex-shrink: 0;
}
.review-author-name { font-size: .83rem; font-weight: 500; color: var(--text); }
.review-author-meta { font-size: .72rem; color: var(--text-lt); margin-top: 2px; }
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .reviews-grid { grid-template-columns: 1fr; } }
.cert-section { background: var(--cream); }
.cert-inner {
background: var(--forest); border-radius: var(--r-xl); padding: 80px;
display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
position: relative; overflow: hidden;
}
.cert-inner::after {
content: '✦'; position: absolute; right: 64px; bottom: -20px;
font-size: 14rem; color: rgba(255,255,255,.03); line-height: 1;
}
.cert-title { font-family: var(--font-display); font-size: clamp(1.8rem,2.8vw,2.4rem); font-weight: 300; color: var(--white); margin: 12px 0 20px; }
.cert-body { font-size: .9rem; color: rgba(255,255,255,.6); line-height: 1.75; font-weight: 300; margin-bottom: 32px; }
.cert-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.cert-card {
background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
border-radius: var(--r-md); padding: 24px;
text-align: center; cursor: pointer;
transition: all var(--t-base) var(--ease);
}
.cert-card:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }
.cert-card-icon { font-size: 1.8rem; margin-bottom: 10px; }
.cert-card-name { font-size: .83rem; font-weight: 500; color: var(--white); margin-bottom: 4px; }
.cert-card-sub { font-size: .72rem; color: rgba(255,255,255,.4); }
@media (max-width: 860px) { .cert-inner { grid-template-columns: 1fr; gap: 40px; padding: 48px 36px; } }
@media (max-width: 600px) { .cert-cards { grid-template-columns: 1fr; } }
.text-forest { color: var(--forest); }
.mt-10 { margin-top: 10px; }
.mt-14 { margin-top: 14px; }
.mt-8 { margin-top: 8px; }
.mb-12 { margin-bottom: 12px; }
.mb-20 { margin-bottom: 20px; }
.hero-lead {
font-size: 1.05rem;
line-height: 1.8;
color: var(--text-md);
font-weight: 300;
max-width: 420px;
margin-bottom: 0;
}
.review-avatar-gold { background: var(--gold); }
.review-avatar-forest-lt { background: var(--forest-lt); }
.review-avatar-forest { background: var(--forest); }
.eyebrow-cert { color: rgba(200,164,106,.7); margin-bottom: 12px; }
