:root{--green:#2a2a2e;--cream:#fff;--cream-warm:#f6f6f7;--cream-2:#fafafa;--purple:#7b5fa3;--purple-hover:#9370b8;--lavender:#9b8fd4;--lavender-soft:#c4b9e8;--text:#3a3a3c;--text-muted:#8e8e96;--text-subtle:#a8a8b0;--white:#fff;--grey-bg:#f7f7f8;--font-body:"Inter", system-ui, sans-serif;--font-display:"Cormorant Garamond", "Times New Roman", serif;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:28px;--radius-pill:999px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 4px 14px #0000000f;--shadow-md:0 12px 40px #00000014;--shadow-lg:0 20px 50px #0000001a;--shadow-glow-purple:0 8px 28px #7b5fa347}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-size:16px;line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4{font-family:var(--font-display);color:var(--green);margin:0;font-weight:400;line-height:1.1}#root{min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.btn{border-radius:var(--radius-pill);letter-spacing:.04em;cursor:pointer;min-height:50px;box-shadow:var(--shadow-sm);border:none;justify-content:center;align-items:center;gap:8px;padding:0 28px;font-size:15px;font-weight:500;transition:background .2s,color .2s,filter .2s,box-shadow .2s,transform .2s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--purple{background:var(--purple);color:var(--white)}.btn--purple:hover{background:var(--purple-hover)}.btn--lavender{background:var(--lavender);color:var(--white);border-radius:32px;min-height:44px;padding:0 24px;font-size:14px}.btn--lavender:hover{filter:brightness(1.08)}.btn--ghost{color:var(--purple);border:1px solid var(--purple);background:0 0;border-radius:32px}.btn--ghost:hover{background:var(--purple);color:var(--white)}.btn--ghost,.btn--ghost:active{box-shadow:none;transform:none}.section-title{font-family:var(--font-display);letter-spacing:.01em;text-align:center;color:var(--green);margin-bottom:20px;font-size:clamp(30px,5vw,54px);font-weight:400}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-muted{color:var(--text-muted);font-size:13px;line-height:1.5}.site-header{z-index:50;background:#fff;border-bottom:1px solid #0000000f;position:sticky;top:0;box-shadow:0 2px 16px #0000000a}.site-header__inner{justify-content:space-between;align-items:center;gap:16px;min-height:80px;display:flex}.site-header__logo{flex-shrink:0;align-items:center;display:inline-flex}.site-header__logo-img{width:auto;height:46px;display:block}@media (width<=480px){.site-header__logo-img{height:36px}}.site-header__nav{align-items:center;gap:40px;display:flex}.site-header__list{align-items:center;gap:32px;margin:0;padding:0;list-style:none;display:flex}.site-header__list a{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted,#8e8e96);font-size:12px;font-weight:500;transition:color .2s}.site-header__list a:hover{color:#2a2a2e}.site-header__cta{align-items:center;gap:20px;display:flex}.site-header__book{letter-spacing:.05em;background:var(--purple,#7b5fa3);color:#fff;border-radius:999px;min-height:42px;padding:0 24px;font-size:13px;font-weight:500;transition:background .2s,box-shadow .2s;box-shadow:0 4px 14px #7b5fa347}.site-header__book:hover{background:var(--purple-hover,#9370b8)}.site-header__phone{letter-spacing:.02em;color:var(--text-subtle,#a8a8b0);align-items:center;gap:8px;font-size:12px;font-weight:400;transition:color .2s;display:inline-flex}.site-header__phone-icon{opacity:.75;flex-shrink:0}.site-header__phone:hover{color:var(--text-muted,#8e8e96)}.site-header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:44px;height:44px;padding:10px;display:none}.site-header__burger span{background:#2a2a2e;border-radius:1px;height:1.5px;transition:all .25s;display:block}@media (width<=960px){.site-header__burger{display:flex}.site-header__nav{opacity:0;pointer-events:none;background:#fff;border-top:1px solid #0000000f;flex-direction:column;align-items:stretch;padding:36px 24px 48px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;position:fixed;inset:80px 0 0;overflow-y:auto;transform:translateY(-110%)}.site-header__nav--open{opacity:1;pointer-events:auto;transform:translateY(0)}.site-header__list{flex-direction:column;align-items:flex-start;gap:24px}.site-header__list a{letter-spacing:.06em;color:#3a3a3c;font-size:16px}.site-header__cta{flex-direction:column;align-items:stretch;gap:14px;margin-top:24px}.site-header__book{text-align:center;justify-content:center;align-items:center;width:100%;min-height:54px;font-size:16px;display:flex}.site-header__phone{text-align:center;color:var(--text-muted,#8e8e96);font-size:15px}}.site-footer{color:#f6eed8;background:#01392e;padding:26px 0;position:relative}.site-footer__grid{grid-template-columns:1fr auto 1fr;align-items:center;gap:16px 24px;min-height:28px;display:grid;position:relative}.site-footer__copy{color:#f6eed8;letter-spacing:.02em;margin:0;font-size:12px}.site-footer__links{flex-wrap:wrap;justify-content:center;gap:8px 24px;margin:0;padding:0;list-style:none;display:flex}.site-footer__links a,.site-footer__links button{text-transform:lowercase;color:#f6eed8;letter-spacing:.02em;background:0 0;border:none;padding:0;font-family:inherit;font-size:14px;font-weight:300;transition:opacity .2s;display:inline-block}.site-footer__links a:hover,.site-footer__links button:hover{opacity:.7}.site-footer__top{color:#f6eed8;text-transform:lowercase;background:0 0;border:none;justify-self:end;align-items:center;gap:8px;padding:0;font-family:inherit;font-size:14px;font-weight:300;transition:opacity .2s;display:inline-flex}.site-footer__top:hover{opacity:.7}@media (width<=900px){.site-footer__grid{text-align:center;grid-template-columns:1fr;justify-items:center}.site-footer__top{justify-self:center}}.site-popup{z-index:200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#01392e8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.site-popup__box{border-radius:var(--radius-lg);width:100%;max-width:720px;max-height:85vh;box-shadow:var(--shadow-lg);background:#fff;padding:40px 40px 36px;position:relative;overflow-y:auto}@media (width<=640px){.site-popup__box{padding:48px 22px 28px}}.site-popup__close{width:38px;height:38px;color:var(--text);background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:inline-flex;position:absolute;top:14px;right:14px}.site-popup__close:hover{background:#0000001a}.site-popup__title{font-family:var(--font-display);color:var(--green);margin:0 0 20px;font-size:32px;font-weight:400}.site-popup__body{color:var(--text-muted);font-size:14px;line-height:1.65}.site-popup__body h3{font-family:var(--font-body);color:var(--green);margin:0 0 12px;font-size:15px;font-weight:600}.site-popup__body p{margin:0 0 14px}.site-popup__body ul{margin:0 0 14px;padding-left:20px}.gallery__frame{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#f2f0f5;position:relative;overflow:hidden}.gallery__img{object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .45s;position:absolute;inset:0}.gallery__img.is-active{opacity:1}.gallery__arrow{width:42px;height:42px;color:var(--green);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#ffffffd1;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .25s,background .2s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #00000024}.gallery__frame:hover .gallery__arrow,.gallery__arrow:focus-visible{opacity:1}@media (hover:none){.gallery__arrow{opacity:1}}.gallery__arrow:hover{background:#fff}.gallery__arrow--prev{left:12px}.gallery__arrow--next{right:12px}.gallery__counter{color:#fff;letter-spacing:.06em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000006b;border-radius:999px;padding:4px 10px;font-size:11px;position:absolute;bottom:12px;right:12px}.gallery__dots{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px;display:flex}.gallery__dots button{background:#7b5fa340;border:none;border-radius:50%;width:7px;height:7px;padding:0;transition:background .2s,transform .2s}.gallery__dots button:hover{background:#7b5fa380}.gallery__dots button.is-active{background:var(--purple);transform:scale(1.25)}.ymap-shell{background:#f0f0f0;width:100%;height:100%;min-height:56vh;position:relative}.ymap-shell iframe{border:0;width:100%;height:100%;position:absolute;inset:0}@media (width>=960px){.ymap-shell{min-height:100vh}}.yreviews{justify-content:center;display:flex}.yreviews__frame{border-radius:var(--radius-lg);width:100%;max-width:620px;height:720px;box-shadow:var(--shadow-md);background:#fff;border:1px solid #00000012;overflow:hidden}@media (width<=560px){.yreviews__frame{height:620px}}.yreviews__iframe{border:0;width:100%;height:100%;display:block}.yreviews__link{gap:9px}.bnovo-wrap{width:100%;max-width:100%}.bnovo-host{border-radius:var(--radius-lg,22px);min-height:420px;box-shadow:var(--shadow-md,0 12px 40px #00000014);background:#fff;position:relative}.bnovo-host iframe{border-radius:var(--radius-lg,22px)}.bnovo-fallback{color:var(--text-muted,#8e8e96);text-align:center;margin:16px 0 0;font-size:14px;line-height:1.6}.bnovo-fallback a{color:var(--purple,#7b5fa3)}.bnovo-credit{opacity:.55;text-align:right;margin-top:8px;font-size:12px;line-height:1;position:relative}.bnovo-credit a{color:gray!important;background:#fff!important}.cfilters{flex-wrap:wrap;gap:10px;display:flex}.cfilters__chip{border-radius:var(--radius-pill);min-height:44px;color:var(--text);box-shadow:var(--shadow-xs);font-family:var(--font-body);letter-spacing:.01em;white-space:nowrap;background:#fff;border:1px solid #0000001a;align-items:center;gap:8px;padding:0 18px;font-size:14px;font-weight:500;transition:background .2s,color .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex}.cfilters__chip:hover{color:var(--purple);box-shadow:var(--shadow-sm);border-color:#7b5fa373}.cfilters__chip:active{transform:translateY(1px)}.cfilters__tick{flex-shrink:0;margin-left:-2px}.cfilters__count{border-radius:var(--radius-pill);min-width:20px;height:20px;color:var(--text-muted);background:#0000000d;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.cfilters__chip.is-active{background:var(--purple);border-color:var(--purple);color:#fff;box-shadow:var(--shadow-glow-purple)}.cfilters__chip.is-active:hover{background:var(--purple-hover);color:#fff}.cfilters__chip.is-active .cfilters__count{color:#fff;background:#ffffff38}@media (width<=520px){.cfilters{gap:8px}.cfilters__chip{min-height:40px;padding:0 14px;font-size:13px}}.section-deco{justify-content:center;margin-bottom:12px;display:flex}.section-rule{justify-content:center;align-items:center;display:flex}.section-rule__line{opacity:.9;border-radius:999px;width:52px;height:3px;display:block}.home{background:#fff radial-gradient(100% 60% at 50% -15%,#8c6da112,#0000 52%)}.home-hero{background:#fff;padding:0;position:relative}@media (width>=961px){.home-hero{padding:24px 40px 0}}.home-hero__frame{border-radius:0 0 26px 26px;align-items:flex-end;min-height:clamp(560px,86vh,880px);display:flex;position:relative;overflow:hidden;box-shadow:0 16px 48px #0000001f}@media (width>=961px){.home-hero__frame{border-radius:32px}}.home-hero__photo{object-fit:cover;object-position:center 76%;width:100%;height:100%;position:absolute;inset:0}.home-hero__scrim{background:linear-gradient(#0000 0%,#1014120f 22%,#10141257 48%,#101412ad 74%,#101412db 100%),linear-gradient(90deg,#10141273 0%,#0000 62%);position:absolute;inset:0}.home-hero__content{z-index:2;width:100%;max-width:940px;padding:0 clamp(22px,5vw,68px) clamp(44px,6vw,76px);position:relative}.home-hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#f6eed8d9;margin:0 0 18px;font-size:11px;font-weight:500}.home-hero__title{letter-spacing:.01em;color:#f6eed8;text-shadow:0 2px 24px #00000059;margin:0 0 22px;font-family:Cormorant Garamond,Times New Roman,serif;font-size:clamp(36px,7vw,76px);font-weight:300;line-height:1.05}.home-hero__lead{color:#ffffffe0;text-shadow:0 1px 14px #00000059;max-width:520px;margin:0 0 34px;font-size:clamp(14px,2vw,17px);font-weight:400;line-height:1.6}.home-hero__actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.home-hero__btn{background:var(--purple);color:#fff;letter-spacing:.03em;min-height:60px;box-shadow:var(--shadow-glow-purple);border-radius:999px;padding:0 34px;font-size:16px;font-weight:500;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s}.home-hero__btn:hover{background:var(--purple-hover);box-shadow:0 10px 32px #7b5fa366}.home-hero__btn--ghost{color:#f6eed8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:none;background:#ffffff24;border:1px solid #f6eed880}.home-hero__btn--ghost:hover{color:#fff;box-shadow:none;background:#ffffff3d;border-color:#f6eed8}@media (width<=560px){.home-hero__actions{flex-direction:column;align-items:stretch}.home-hero__btn{width:100%}.home-hero__phone{align-self:flex-start}}.home-hero__phone{color:#f6eed8eb;letter-spacing:.02em;align-items:center;gap:10px;margin-left:10px;font-size:14px;font-weight:400;transition:color .2s;display:inline-flex}@media (width<=560px){.home-hero__phone{margin-top:8px;margin-left:0}}.home-hero__phone-icon{opacity:.8;flex-shrink:0}.home-hero__phone:hover{color:#fff}.home-intro{background:#fff;padding:88px 0 80px}.home-intro__grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}@media (width<=900px){.home-intro__grid{grid-template-columns:1fr;gap:32px}}.home-intro__photo{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md)}.home-intro__h{color:var(--green);margin:12px 0 22px;font-family:Cormorant Garamond,Times New Roman,serif;font-size:clamp(22px,3.2vw,34px);font-weight:400;line-height:1.2}.home-intro__text p{color:#3a3a3c;margin:0 0 16px;font-size:17px;line-height:1.6}.home-intro__text p+p{color:var(--text-muted);font-size:14px}.home-cottages-head{background:#fff;padding:64px 0 40px;scroll-margin-top:96px}.home-cottages-head__title{margin:0}.home-cottages-head__frame{border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000f;padding:22px 40px;display:inline-block;position:relative}.home-cottages-head__filters{flex-direction:column;align-items:center;gap:14px;margin-top:36px;display:flex}.home-cottages-head__filters .cfilters{justify-content:center}.home-cottages-head__count{color:var(--text-subtle);margin:0;font-size:13px;font-style:italic}.home-cottage{background:#fff;padding:72px 0}.home-cottage--grey{background:#fafafa}.home-cottage__grid{grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:start;gap:48px;display:grid}@media (width<=900px){.home-cottage__grid{grid-template-columns:1fr;gap:28px}}.home-cottage__tags{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.home-cottage__tag{border-radius:var(--radius-pill);letter-spacing:.07em;text-transform:uppercase;height:26px;color:var(--text-muted);background:#0000000d;align-items:center;padding:0 12px;font-size:11px;font-weight:500;display:inline-flex}.home-cottage__tag--accent{color:var(--purple);background:#7b5fa31f}.home-cottage__name{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin:0 0 10px;font-size:12px;font-weight:600}.home-cottage__name a{transition:color .2s}.home-cottage__name a:hover{color:var(--purple)}.home-cottage__price{color:var(--green);margin:0 0 22px;font-family:Cormorant Garamond,serif;font-size:40px;font-weight:400;line-height:1}.home-cottage__rub{font-size:22px}.home-cottage__list{color:var(--text-muted);margin:0 0 28px;padding-left:20px;font-size:13px;line-height:1.7}.home-cottage__list li{margin-bottom:4px}.home-cottage__actions{flex-wrap:wrap;gap:12px;display:flex}.home-cottage__btn{background:var(--purple);color:#fff;letter-spacing:.05em;border-radius:999px;min-height:50px;padding:0 32px;font-size:14px;font-weight:500;transition:background .2s,box-shadow .2s;box-shadow:0 6px 20px #7b5fa347}.home-cottage__btn:hover{background:var(--purple-hover);box-shadow:0 8px 26px #7b5fa359}.home-cottage__more{letter-spacing:.03em;min-height:50px;padding:0 26px;font-size:14px}.home-cottage__more svg{transition:transform .2s}.home-cottage__more:hover svg{transform:translate(3px)}@media (width<=420px){.home-cottage__actions{flex-direction:column;align-items:stretch}}.home-features{background:#fff;position:relative;overflow:hidden}.home-features__inner{max-width:1200px;margin:0 auto;padding:56px 20px 80px}.home-features__title{color:var(--green);max-width:860px;margin-bottom:56px;margin-left:auto;margin-right:auto;font-size:clamp(22px,3.5vw,38px);font-weight:400;line-height:1.25}.home-features__grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}@media (width<=960px){.home-features__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.home-features__grid{grid-template-columns:1fr}}.home-features__card{text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #00000014;padding:32px 22px 28px;transition:background .25s,transform .25s,box-shadow .25s,border-color .25s}.home-features__card:hover{box-shadow:var(--shadow-md);border-color:#8c6da140;transform:translateY(-3px)}.home-features__icon-wrap{border-radius:var(--radius-md);color:#6b4d7a;background:linear-gradient(145deg,#8c6da124,#c4b9e833);justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 18px;display:flex;box-shadow:inset 0 1px #fffc}.home-features__icon-svg{display:block}.home-features__card h3{font-family:var(--font-body);color:var(--green);letter-spacing:.02em;margin:0 0 10px;font-size:15px;font-weight:600}.home-features__card p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.55}.home-gallery{background:#fff;padding:0 0 24px}.home-gallery__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=900px){.home-gallery__grid{grid-template-columns:repeat(2,1fr)}}.home-gallery__img{aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-sm);transition:transform .3s,box-shadow .3s}.home-gallery__img:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.home-art{background:#fff;padding:88px 0}.home-art__grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}@media (width<=900px){.home-art__grid{grid-template-columns:1fr;gap:32px}}.home-art__photo{aspect-ratio:3/4;object-fit:cover;border-radius:var(--radius-lg);width:100%;max-height:620px;box-shadow:var(--shadow-md)}.home-art__cap{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin:12px 0 0;font-size:11px}.home-art__title{text-align:left;margin:14px 0 0;font-size:clamp(24px,3.8vw,40px);font-weight:400}.home-art__text p{color:#3a3a3c;margin:16px 0 0;font-size:17px;line-height:1.6}.home-art__author{opacity:.7;font-size:15px;font-style:italic}.home-art__quote{color:var(--green);margin-top:8px;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:400}.home-act{background:#fff;padding:88px 0 72px}.home-act__grid{grid-template-columns:repeat(5,1fr);gap:28px 22px;margin-top:44px;display:grid}@media (width<=1200px){.home-act__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=720px){.home-act__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=420px){.home-act__grid{grid-template-columns:1fr}}.home-act__item{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000f;padding:20px 18px 22px;transition:box-shadow .25s,transform .25s}.home-act__item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.home-act__item h3{font-family:var(--font-body);color:var(--green);letter-spacing:.01em;margin:14px 0 8px;font-size:15px;font-weight:600}.home-act__item p{color:var(--text-muted);margin:0;font-size:12px;line-height:1.55}.home-act__photo{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-md);background:#f2f0f5;width:100%}.home-act__pre{white-space:pre-line}.home-act2{background:#fafafa;position:relative;overflow:hidden}.home-act2__inner{max-width:1200px;margin:0 auto;padding:56px 20px 80px}.home-act2__title{color:var(--green)}.home-act2__sub{text-align:center;color:var(--text-muted);margin:-4px 0 36px;font-size:14px;font-style:italic}.home-reviews{background:#fff;padding:88px 0 72px}.home-reviews__sub{text-align:center;color:var(--text-muted);margin:-4px 0 40px;font-size:14px;font-style:italic}.home-faq{background:#fff;padding:56px 0 88px}.home-faq__narrow{max-width:820px}.home-faq__list{flex-direction:column;gap:12px;margin-top:40px;display:flex}.home-faq__item{border-radius:var(--radius-md);box-shadow:var(--shadow-xs);background:#fff;border:1px solid #00000014;transition:box-shadow .2s;overflow:hidden}.home-faq__item:hover{box-shadow:var(--shadow-sm)}.home-faq__q{text-align:left;width:100%;color:var(--green);font-size:17px;font-weight:500;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;transition:color .2s;display:flex}.home-faq__q:hover{color:var(--purple)}.home-faq__toggle-icon{color:var(--purple);flex-shrink:0}.home-faq__a{color:var(--text-muted);padding:0 20px 22px;font-size:14px;line-height:1.65}.home-faq__a[hidden]{display:none}.home-faq__a ul{margin:0;padding-left:20px}.home-faq__a li{margin-bottom:6px}.home-faq__a p{margin:0}.home-booking{background:#fff;padding:80px 0 96px}.home-booking .section-title{margin-bottom:36px}.home-map__split{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}@media (width<=960px){.home-map__split{min-height:unset;grid-template-columns:1fr}}.home-map__panel{background:#fff;border-right:1px solid #0000000f;align-items:stretch;display:flex}@media (width<=960px){.home-map__panel{border-bottom:1px solid #0000000f;border-right:none}}.home-map__inner{max-width:520px;padding:56px 48px 72px}.home-map__title{color:var(--green);margin:0 0 32px;font-family:Cormorant Garamond,serif;font-size:48px;font-weight:400}.home-map__inner p{color:var(--text-muted);margin:0 0 18px;font-size:15px;line-height:1.55}.home-map__inner a{color:var(--purple);transition:color .2s}.home-map__inner a:hover{color:var(--purple-hover)}.home-map__mail{color:var(--purple)!important}.home-map__social{gap:12px;margin-top:32px;display:flex}.home-map__social a{width:44px;height:44px;color:var(--purple);background:#7b5fa31a;border-radius:50%;justify-content:center;align-items:center;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 10px #0000000f}.home-map__social a:hover{background:#7b5fa32e;transform:translateY(-2px);box-shadow:0 4px 14px #0000001a}.booking-page{background:#fff;min-height:100vh}.booking-page__head{background:#fff;border-bottom:1px solid #0000000f;box-shadow:0 4px 20px #0000000a}.booking-page__head-inner{flex-direction:column;align-items:flex-start;gap:16px;padding:24px 0 20px;display:flex}.booking-page__back{gap:10px;min-height:43px;padding:0 22px;font-size:14px;font-weight:600}.booking-page__head-inner h1{color:var(--text-muted,#8e8e96);margin:0;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:400}.booking-page__scope{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding-top:24px;padding-bottom:20px;display:flex}.booking-page__scope p{color:var(--text-muted,#8e8e96);margin:0;font-size:15px}.booking-page__scope strong{color:var(--green,#2a2a2e);font-weight:600}.booking-page__reset{min-height:42px;padding:0 20px;font-size:13px}.booking-page__widget{padding:0 0 48px}.cottage-page{background:#fff}.cottage-crumbs{letter-spacing:.06em;text-transform:uppercase;color:var(--text-subtle);flex-wrap:wrap;align-items:center;gap:8px;padding-top:28px;padding-bottom:4px;font-size:12px;display:flex}.cottage-crumbs a{color:var(--text-muted);transition:color .2s}.cottage-crumbs a:hover{color:var(--purple)}.cottage-crumbs svg{opacity:.5;flex-shrink:0}.cottage-top{grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:start;gap:44px;padding-top:24px;padding-bottom:8px;display:grid}@media (width<=960px){.cottage-top{grid-template-columns:1fr;gap:28px}}.cottage-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;border:1px solid #00000012;padding:30px 30px 26px;position:sticky;top:100px}@media (width<=960px){.cottage-card{padding:26px 22px 24px;position:static}}.cottage-card__tags{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.cottage-tag{border-radius:var(--radius-pill);letter-spacing:.07em;text-transform:uppercase;height:26px;color:var(--text-muted);background:#0000000d;align-items:center;padding:0 12px;font-size:11px;font-weight:500;display:inline-flex}.cottage-tag--accent{color:var(--purple);background:#7b5fa31f}.cottage-card__title{font-family:var(--font-body);letter-spacing:.06em;color:var(--green);margin:0 0 10px;font-size:15px;font-weight:600;line-height:1.4}.cottage-card__best{color:var(--text-muted);margin:0 0 22px;font-size:14px;line-height:1.55}.cottage-card__price{font-family:var(--font-display);color:var(--green);margin:0 0 24px;font-size:44px;font-weight:400;line-height:1}.cottage-card__rub{font-size:26px}.cottage-card__per{font-family:var(--font-body);color:var(--text-muted);letter-spacing:.02em;font-size:14px}.cottage-card__actions{flex-direction:column;gap:10px;display:flex}.cottage-card__book{background:var(--purple);color:#fff;width:100%;min-height:54px;box-shadow:var(--shadow-glow-purple);font-size:16px}.cottage-card__book:hover{background:var(--purple-hover);box-shadow:0 10px 32px #7b5fa366}.cottage-card__call{width:100%;min-height:50px;font-size:15px}.cottage-card__terms{flex-direction:column;gap:10px;margin:22px 0 0;padding:0;list-style:none;display:flex}.cottage-card__terms li{color:var(--text-muted);align-items:flex-start;gap:10px;font-size:13px;line-height:1.45;display:flex}.cottage-card__terms svg{color:var(--purple);opacity:.75;flex-shrink:0;margin-top:1px}.cottage-card__rating{color:var(--text-muted);border-top:1px solid #00000012;align-items:center;gap:8px;margin:20px 0 0;padding-top:18px;font-size:13px;display:flex}.cottage-card__rating svg{color:#e8b53c;flex-shrink:0}.cottage-specs{grid-template-columns:repeat(4,1fr);gap:16px;padding-top:44px;display:grid}@media (width<=900px){.cottage-specs{grid-template-columns:repeat(2,1fr)}}@media (width<=460px){.cottage-specs{grid-template-columns:1fr}}.cottage-specs__item{border-radius:var(--radius-md);box-shadow:var(--shadow-xs);background:#fff;border:1px solid #00000012;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;column-gap:14px;padding:20px 20px 18px;display:grid}.cottage-specs__icon{color:var(--purple);opacity:.8;grid-row:1/span 2}.cottage-specs__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-subtle);font-size:11px}.cottage-specs__value{color:var(--green);font-size:14px;font-weight:500;line-height:1.35}.cottage-section{padding-top:64px;padding-bottom:8px}.cottage-section--grey{background:#fafafa;margin-top:64px;padding-bottom:64px}.cottage-h2{font-family:var(--font-display);color:var(--green);margin:0 0 22px;font-size:clamp(26px,4vw,40px);font-weight:400}.cottage-h2--left{margin-top:0}.cottage-lead{max-width:720px;color:var(--text-muted);margin:-8px 0 28px;font-size:15px;line-height:1.6}.cottage-about{grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:start;gap:40px;display:grid}@media (width<=820px){.cottage-about{grid-template-columns:1fr;gap:24px}}.cottage-about__text{color:#3a3a3c;margin:0;font-size:17px;line-height:1.65}.cottage-about__list{border-radius:var(--radius-md);background:#fafafa;border:1px solid #0000000f;margin:0;padding:24px 26px;list-style:none}.cottage-about__list li{color:var(--text-muted);padding-left:20px;font-size:14px;line-height:1.7;position:relative}.cottage-about__list li:before{content:"";background:var(--lavender-soft);border-radius:50%;width:6px;height:6px;position:absolute;top:10px;left:0}.cottage-amenities{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px;display:grid}.cottage-amenities__group h3{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--purple);margin:0 0 14px;font-size:12px;font-weight:600}.cottage-amenities__group ul{margin:0;padding:0;list-style:none}.cottage-amenities__group li{color:var(--text-muted);margin-bottom:8px;padding-left:20px;font-size:14px;line-height:1.5;position:relative}.cottage-amenities__group li:before{content:"";background:var(--lavender-soft);border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:2px}.cottage-rules{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.cottage-rules__item{border-radius:var(--radius-md);box-shadow:var(--shadow-xs);background:#fff;border:1px solid #00000012;padding:24px 22px 22px;transition:box-shadow .25s,transform .25s}.cottage-rules__item:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.cottage-rules__item svg{color:var(--purple);opacity:.8}.cottage-rules__item h3{font-family:var(--font-body);color:var(--green);margin:12px 0 8px;font-size:15px;font-weight:600}.cottage-rules__item p{color:var(--text-muted);margin:0;font-size:13.5px;line-height:1.6}.cottage-territory{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px 28px;margin:0;padding:0;list-style:none;display:grid}.cottage-territory li{color:var(--text);padding-left:24px;font-size:15px;line-height:1.55;position:relative}.cottage-territory li:before{content:"";background:var(--purple);opacity:.5;border-radius:50%;width:7px;height:7px;position:absolute;top:9px;left:0}.cottage-map{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:center;gap:40px;display:grid}@media (width<=900px){.cottage-map{grid-template-columns:1fr;gap:24px}}.cottage-map__text p{color:var(--text-muted);margin:0 0 14px;font-size:15px;line-height:1.6}.cottage-map__coords{font-variant-numeric:tabular-nums}.cottage-map__route{margin-top:10px}.cottage-map__frame{border-radius:var(--radius-lg);height:380px;box-shadow:var(--shadow-md);overflow:hidden}.cottage-map__frame .ymap-shell{height:100%;min-height:0}.cottage-others{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;display:grid}.cottage-others__card{border-radius:var(--radius-md);box-shadow:var(--shadow-xs);background:#fff;border:1px solid #00000012;flex-direction:column;transition:box-shadow .25s,transform .25s,border-color .25s;display:flex;overflow:hidden}.cottage-others__card:hover{box-shadow:var(--shadow-md);border-color:#7b5fa340;transform:translateY(-3px)}.cottage-others__card img{aspect-ratio:4/3;object-fit:cover;width:100%}.cottage-others__body{flex-direction:column;flex:1;padding:18px 18px 20px;display:flex}.cottage-others__body h3{font-family:var(--font-body);letter-spacing:.07em;color:var(--green);margin:0 0 8px;font-size:12px;font-weight:600;line-height:1.45}.cottage-others__meta{color:var(--text-subtle);margin:0 0 12px;font-size:12.5px}.cottage-others__price{font-family:var(--font-display);color:var(--green);margin:0 0 16px;font-size:24px;line-height:1}.cottage-others__price span{font-family:var(--font-body);color:var(--text-muted);font-size:12px}.cottage-others__more{color:var(--purple);align-items:center;gap:6px;margin-top:auto;font-size:13px;font-weight:500;display:inline-flex}.cottage-others__card:hover .cottage-others__more svg{transform:translate(3px)}.cottage-others__more svg{transition:transform .2s}.cottage-others__all{width:fit-content;margin:32px auto 0;display:flex}.cottage-page>.cottage-section:last-child{padding-bottom:88px}main{min-height:40vh}
