.header{box-sizing:border-box;position:sticky;top:0;z-index:1000;height:60px;background:#f2e9e0;border-bottom:2px solid #53150A}.header__inner{box-sizing:border-box;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;height:100%;width:min(calc(100% - 2 * var(--layout-pad-x)),var(--layout-max-width));margin-inline:auto;padding-left:0;padding-right:0;font-family:var(--font-body);font-weight:400}.header__logo{display:flex;align-items:center;line-height:0;text-decoration:none;color:#53150a}.header__logo-img{display:block;height:auto;max-height:36px;width:auto}.header__nav{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:20px;overflow-x:auto;scrollbar-width:none}.header__nav::-webkit-scrollbar{display:none}.header__cta{font-size:16px;font-family:var(--font-body);font-weight:600;text-decoration:none;color:#53150a}.header__burger,.header__menu{display:none}.header__link{flex-shrink:0;font-size:14px;font-family:var(--font-body);font-weight:400;text-decoration:none;color:#53150a}.header__link:hover{color:#53150a}@media (max-width: 430px){.header{height:52px}.header__inner{display:flex;justify-content:space-between;gap:10px;width:100%;padding-left:16px;padding-right:16px}.header__logo-img{width:80px;height:auto;max-height:none}.header__nav,.header__cta{display:none}.header__burger{box-sizing:border-box;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:36px;height:36px;padding:0;background:transparent;border:none;cursor:pointer}.header__burger-line{display:block;width:22px;height:2px;border-radius:2px;background:#53150a;transition:transform .2s ease,opacity .2s ease}.header__burger:focus-visible{outline:2px solid #53150A;outline-offset:2px}.header__menu{box-sizing:border-box;position:fixed;top:52px;right:0;bottom:0;left:0;z-index:900;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px;overflow:hidden;background:#f2e9e0}.header__burger--open .header__burger-line:nth-child(1){transform:translateY(6px) rotate(45deg)}.header__burger--open .header__burger-line:nth-child(2){opacity:0}.header__burger--open .header__burger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header__menu .header__link{font-size:26px;font-weight:500}.header__socials{position:static;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}.header__social{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:48px;height:48px;text-decoration:none}.header__social-icon{display:block;width:48px;height:48px;border-radius:6px;object-fit:contain}.header__menu-contact{margin-top:40px;max-width:320px;text-align:center}.header__menu-hours-main,.header__menu-hours-note{margin:0;color:#53150a;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.35}.header__menu-hours-note{margin-top:10px}.header__menu-phone{display:inline-block;margin-top:20px;color:#53150a;font-family:var(--font-body);font-size:18px;font-weight:500;line-height:1.2;text-decoration:none}}.home__first-placeholder{box-sizing:border-box;display:block;width:100%;height:auto;padding:80px 0 120px;background-color:#f2e9e0}.home__first-placeholder-inner{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;width:min(calc(100% - 2 * var(--layout-pad-x)),var(--layout-max-width));margin-inline:auto}.home__first-placeholder-title{margin:0;font-family:var(--font-heading);font-size:32px;font-weight:400;line-height:1.25;color:#720d0d}.home__first-placeholder-content{display:grid;grid-template-columns:clamp(320px,40vw,524px) minmax(0,1fr);align-items:stretch;column-gap:clamp(24px,4vw,80px);row-gap:24px;margin-top:20px}.home__first-placeholder-right{min-width:0;display:flex;flex-direction:column}.home__first-placeholder-info{min-width:0}.home__first-placeholder-photo{box-sizing:border-box;width:100%;max-width:100%;height:auto;aspect-ratio:1 / 1;overflow:hidden;border-radius:24px}.home__first-placeholder-photo-image{width:100%;height:100%;display:block;object-fit:cover}.home__first-placeholder-name{margin:0;font-family:var(--font-heading);font-size:64px;font-weight:400;line-height:1.1;color:#720d0d}.home__first-placeholder-subname{display:block;margin-top:0;font-size:32px;font-weight:300;line-height:1}.home__first-placeholder-about{margin-top:20px;max-width:calc(100% - 50px)}.home__first-placeholder-about-text{margin:0;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.35;color:#000}.home__first-placeholder-about-text+.home__first-placeholder-about-text{margin-top:24px}.home__first-placeholder-advantages{display:flex;flex-direction:row;align-items:stretch;gap:10px;flex-wrap:nowrap;margin-top:auto;padding-top:36px}.home__first-placeholder-advantage{flex:0 0 270px;width:270px;min-height:130px;margin-top:0;padding:20px 14px;background:#53150a;border-radius:20px}@media (max-width: 1600px) and (min-width: 431px){.home__first-placeholder{padding:72px 0 100px}.home__first-placeholder-title{font-size:30px}.home__first-placeholder-content{grid-template-columns:clamp(300px,38vw,500px) minmax(0,1fr);column-gap:40px}.home__first-placeholder-name{font-size:56px}.home__first-placeholder-subname{font-size:28px}.home__first-placeholder-about{max-width:calc(100% - 30px)}.home__first-placeholder-advantages{padding-top:28px}.home__first-placeholder-advantage{flex-basis:240px;width:240px}}@media (max-width: 1366px) and (min-width: 431px){.home__first-placeholder{padding:64px 0 88px}.home__first-placeholder-content{grid-template-columns:clamp(270px,36vw,440px) minmax(0,1fr);column-gap:28px;margin-top:16px}.home__first-placeholder-name{font-size:46px}.home__first-placeholder-subname{font-size:22px}.home__first-placeholder-about{margin-top:16px;max-width:100%}.home__first-placeholder-about-text{font-size:15px}.home__first-placeholder-advantages{gap:8px;padding-top:20px}.home__first-placeholder-advantage{flex-basis:200px;width:200px;padding:16px 12px}}@media (max-width: 1100px) and (min-width: 431px){.home__first-placeholder-content{display:flex;flex-direction:column;gap:16px}.home__first-placeholder-photo{max-width:620px}.home__first-placeholder-right{width:100%}.home__first-placeholder-advantages{margin-top:20px;padding-top:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.home__first-placeholder-advantages::-webkit-scrollbar{display:none}}.home__first-placeholder-advantage-title{margin:0 0 6px;font-family:Gros Ventre,Georgia,Times New Roman,serif;font-size:16px;font-weight:400;line-height:1.15;color:#f2e9e0}.home__first-placeholder-advantage-text{margin:0;font-family:var(--font-body);font-size:12px;font-weight:400;line-height:1.35;color:#f2e9e0}@media (max-width: 430px){.home__first-placeholder{padding:40px 0}.home__first-placeholder-inner{width:100%;padding:0 16px}.home__first-placeholder-title{display:none}.home__first-placeholder-content{display:flex;flex-direction:column;align-items:stretch;margin-top:0;gap:10px;width:100%}.home__first-placeholder-right{display:contents}.home__first-placeholder-info{display:contents;max-width:100%}.home__first-placeholder-photo{width:100%;max-width:none;height:auto;aspect-ratio:666 / 524;border-radius:20px}.home__first-placeholder-photo-text{font-size:14px}.home__first-placeholder-name{display:block;order:-1;margin:0;font-size:28px;line-height:1.1}.home__first-placeholder-subname{font-family:var(--font-body);font-size:14px;font-weight:400;line-height:1.3}.home__first-placeholder-about{width:100%;max-width:100%;margin-top:16px;padding:0}.home__first-placeholder-about-text{font-family:var(--font-body);font-size:14px;line-height:1.4;text-align:left;text-align-last:auto;-webkit-hyphens:none;hyphens:none;word-break:normal;overflow-wrap:normal}.home__first-placeholder-about-text+.home__first-placeholder-about-text{margin-top:16px}.home__first-placeholder-advantages{flex-wrap:nowrap;width:calc(100% + 32px);max-width:none;margin:20px -16px 40px;padding-right:16px;padding-left:16px;padding-top:0;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-padding-inline:16px;scrollbar-width:none;-ms-overflow-style:none}.home__first-placeholder-advantages::-webkit-scrollbar{display:none}.home__first-placeholder-advantage{margin-top:0;padding:16px;border-radius:24px}.home__first-placeholder-advantage-title{margin-bottom:10px}}.home__next-block{position:relative;background-color:#f3eee8;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:min(calc(100% - 2 * var(--layout-pad-x)),var(--layout-max-width));min-height:100px;max-height:400px;margin:100px auto 0;border:2px solid #53150a;border-radius:40px;overflow:hidden}.home__next-block-left{min-width:0}.home__next-block-right{display:flex;align-items:center;justify-content:center;height:100%}.home__next-block-photo{display:block;width:100%;max-width:calc(100% - 200px);height:auto;max-height:100%;object-fit:contain}.home__next-block-text{margin:40px 0 0 40px;font-family:var(--font-heading);font-size:32px;font-weight:400;line-height:1.25;color:#53150a}.home__next-block-text-mobile{display:none}.home__next-block-input{box-sizing:border-box;display:block;width:100%;height:46px;margin:0;padding:0 16px;font-family:var(--font-body);font-size:16px;color:#53150a;background:#f2e9e0;border:2px solid #53150a;border-radius:10px}.home__next-block-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:44px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%2353150A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:14px 9px}.home__next-block-inputs{display:flex;gap:14px;margin:10px 40px 20px}.home__next-block-column{display:flex;flex:1 1 0;flex-direction:column;gap:14px}.home__next-block-consent{display:flex;align-items:center;gap:12px;margin:0 40px 20px}.home__next-block-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;display:inline-block;flex:0 0 32px;width:32px;min-width:32px;max-width:32px;height:32px;min-height:32px;max-height:32px;margin:0;background-color:#f2e9e0;border:2px solid #53150a;cursor:pointer}.home__next-block-checkbox:checked{background-color:#53150a}.home__next-block-consent-text{font-family:var(--font-body);font-size:14px;font-weight:400;line-height:1.3;color:#53150a}.home__next-block-consent-link{color:inherit;text-decoration:underline;text-underline-offset:2px}.home__next-block-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.home__next-block-submit{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;width:calc(100% - 80px);height:46px;margin:0 40px 40px;padding:0 60px;border:0;border-radius:30px;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1;color:#f2e9e0;text-decoration:none;background:#53150a;cursor:pointer}.home__next-block-submit:disabled{opacity:.75;cursor:default}.home__next-block-submit-message{margin:8px 40px 0;font-family:var(--font-body);font-size:14px;line-height:1.3;color:#53150a}.home__next-block-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;background:#53150a59}.home__next-block-success-card{position:relative;width:min(420px,100%);padding:28px 24px;border-radius:22px;border:2px solid #53150a;background:#f2e9e0;text-align:center;box-shadow:0 10px 40px #0003}.home__next-block-success-check{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;border-radius:999px;margin-bottom:16px;font-size:36px;font-weight:700;color:#fff;background:#169c42}.home__next-block-success-title{margin:0 0 8px;font-family:var(--font-heading);font-size:34px;line-height:1.2;color:#53150a}.home__next-block-success-text{margin:0;font-family:var(--font-body);font-size:18px;line-height:1.35;color:#53150a}.home__next-block-success-close-icon{position:absolute;top:10px;right:10px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid #53150a;border-radius:999px;font-family:var(--font-body);font-size:24px;line-height:1;color:#53150a;background:#f2e9e0;cursor:pointer}@media (max-width: 1600px) and (min-width: 431px){.home__next-block{max-height:380px;margin-top:80px;border-radius:32px}.home__next-block-photo{max-width:calc(100% - 140px)}.home__next-block-text{margin:30px 0 0 30px;font-size:28px}.home__next-block-inputs{gap:12px;margin:10px 30px 16px}.home__next-block-column{gap:12px}.home__next-block-consent{margin:0 30px 16px}.home__next-block-submit{width:calc(100% - 60px);height:46px;margin:0 30px 28px;padding:0 60px;font-size:16px}.home__next-block-submit-message{margin:6px 30px 0;font-size:13px}}@media (max-width: 1366px) and (min-width: 431px){.home__next-block{max-height:350px;margin-top:64px;border-radius:26px}.home__next-block-photo{max-width:calc(100% - 90px)}.home__next-block-text{margin:24px 0 0 24px;font-size:24px}.home__next-block-input{height:42px;font-size:14px}.home__next-block-inputs{gap:10px;margin:10px 24px 14px}.home__next-block-column{gap:10px}.home__next-block-consent{gap:10px;margin:0 24px 14px}.home__next-block-checkbox{flex-basis:26px;width:26px;min-width:26px;max-width:26px;height:26px;min-height:26px;max-height:26px}.home__next-block-consent-text{font-size:12px}.home__next-block-submit{width:calc(100% - 48px);height:46px;margin:0 24px 24px;padding:0 60px;font-size:16px}.home__next-block-submit-message{margin:6px 24px 0;font-size:12px}}@media (max-width: 1100px) and (min-width: 431px){.home__next-block{grid-template-columns:1.2fr .8fr;max-height:320px;margin-top:48px}.home__next-block-text{font-size:20px;line-height:1.2}.home__next-block-inputs{margin-top:8px;margin-bottom:12px}.home__next-block-consent{margin-bottom:12px}.home__next-block-submit{margin-bottom:16px}}@media (max-width: 430px){.home__next-block{display:block;width:auto;max-height:none;margin:60px 16px 0;border-radius:20px}.home__next-block-text{margin:0;padding:20px 20px 0;font-size:24px}.home__next-block-text-desktop{display:none}.home__next-block-text-mobile{display:inline;font-size:22px}.home__next-block-inputs{flex-direction:column;margin:20px}.home__next-block-column{gap:12px}.home__next-block-consent{margin:0 20px 20px;align-items:flex-start}.home__next-block-submit{width:calc(100% - 40px);margin:0 20px 20px}.home__next-block-submit-message{margin:6px 20px 0;font-size:12px}.home__next-block-success-card{padding:24px 18px;border-radius:18px}.home__next-block-success-check{width:58px;height:58px;margin-bottom:14px;font-size:30px}.home__next-block-success-title{font-size:28px}.home__next-block-success-text{font-size:16px}.home__next-block-right{display:none}}.home__faq{box-sizing:border-box;width:100%;padding:80px 0 120px;background-color:#f2e9e0}.home__faq-inner{box-sizing:border-box;width:min(calc(100% - 2 * var(--layout-pad-x)),var(--layout-max-width));margin-inline:auto}.home__faq-title{margin:0;font-family:var(--font-heading);font-size:32px;font-weight:400;line-height:1.25;color:#720d0d}.home__faq-item-heading{margin:0}.home__faq-item{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;height:58px;margin-top:0;padding:0 24px;border:0;border-radius:40px;background:#53150a}.home__faq-item-text{font-family:var(--font-body);font-size:20px;font-weight:400;line-height:1.2;color:#f2e9e0}.home__faq-item-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;min-width:24px;height:24px;margin-left:12px;font-family:var(--font-body);font-size:28px;font-weight:400;line-height:1;color:#f2e9e0}.home__faq-answer{box-sizing:border-box;width:100%;margin-top:10px;padding:20px 24px;border:2px solid #720d0d;border-radius:40px;background:#f2e9e0}.home__faq-answer-text{margin:0;font-family:var(--font-body);font-size:18px;font-weight:400;line-height:1.4;color:#53150a}.home__faq-inner>div:first-of-type{margin-top:40px}.home__faq-inner>div+div{margin-top:20px}@media (max-width: 430px){.home__faq{padding:40px 0 0}.home__faq-inner{width:100%;padding:0 16px}.home__faq-title{margin:0;font-size:24px}.home__faq-inner>div:first-of-type{margin-top:20px}.home__faq-inner>div+div{margin-top:10px}.home__faq-item{min-height:58px;height:auto;padding:12px 16px;border-radius:24px}.home__faq-item-text{font-size:14px;line-height:1.35;text-align:left}.home__faq-item-icon{width:20px;min-width:20px;height:20px;margin-left:10px;font-size:24px}.home__faq-answer{margin-top:8px;padding:14px 16px;border-radius:24px}.home__faq-answer-text{font-size:14px;line-height:1.4}}.home__footer{box-sizing:border-box;width:100%;margin-top:60px;padding:40px 0 20px;background:#53150a;border-radius:40px 40px 0 0;overflow:hidden}.home__footer-inner{box-sizing:border-box;width:min(calc(100% - 2 * var(--layout-pad-x)),var(--layout-max-width));margin-inline:auto}.home__footer-layout{display:flex;align-items:stretch;justify-content:space-between;gap:160px}.home__footer-content{display:flex;flex-direction:column;align-items:flex-start;flex:0 1 auto;width:fit-content;max-width:620px}.home__footer-title{margin:0;font-family:var(--font-heading);font-size:32px;font-weight:400;line-height:1.25;color:#f2e9e0}.home__footer-subtitle{margin:0;font-family:var(--font-heading);font-size:24px;font-weight:400;line-height:1.25;color:#f2e9e0}.home__footer-booking{margin-top:20px}.home__footer-phone{display:inline-block;margin-top:10px;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.3;color:#f2e9e0;text-decoration:none}.home__footer-socials{display:flex;align-items:center;gap:8px;margin-top:20px}.home__footer-social{display:flex;align-items:center;justify-content:center;width:46px;height:46px;text-decoration:none}.home__footer-social-icon{display:block;width:46px;height:46px;border-radius:20px;object-fit:contain}.home__footer-hours,.home__footer-address{margin-top:20px}.home__footer-text{margin:10px 0 0;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.35;color:#f2e9e0}.home__footer-hours .home__footer-text:first-of-type{margin-top:20px}.home__footer-text+.home__footer-text{margin-top:2px}.home__footer-credit{margin:40px 0 0;text-align:right;font-family:var(--font-body);font-size:14px;font-weight:400;line-height:1.3;color:#f2e9e0}.home__footer-credit-link{color:#f2e9e0;text-decoration:underline;text-underline-offset:2px}.home__footer-map{flex:1 1 0;border-radius:32px;overflow:hidden;background:#3d0f08}.home__footer-map-embed{width:100%;height:100%}.home__footer-map-embed>*{width:100%!important;height:100%!important}@media (max-width: 1800px){.home__footer-layout{gap:120px}}@media (max-width: 1600px){.home__footer-layout{gap:80px}.home__footer-content{max-width:560px}}@media (max-width: 1366px){.home__footer{padding:28px 0 20px}.home__footer-layout{gap:36px}.home__footer-content{max-width:460px}.home__footer-title{font-size:28px}.home__footer-subtitle{font-size:20px}.home__footer-booking,.home__footer-socials,.home__footer-hours,.home__footer-address{margin-top:16px}.home__footer-text{font-size:14px}.home__footer-hours .home__footer-text:first-of-type{margin-top:12px}.home__footer-credit{margin-top:28px}}@media (max-width: 1100px){.home__footer-layout{gap:28px}.home__footer-content{max-width:430px}.home__footer-map{border-radius:28px}}@media (max-width: 430px){.home__footer{margin-top:40px;padding:28px 0 20px;border-radius:24px 24px 0 0}.home__footer-layout{flex-direction:column;gap:20px}.home__footer-content{width:100%;max-width:100%}.home__footer-title{font-size:24px}.home__footer-subtitle{font-size:20px}.home__footer-map{flex:none;min-height:220px;border-radius:24px}.home__footer-map-embed,.home__footer-map-embed>*{width:100%!important;height:220px!important}.home__footer-credit{margin-top:20px;text-align:left}}.home__hero{box-sizing:border-box;width:100%;height:calc(100vh - 80px);height:calc(100dvh - 80px);display:flex;align-items:center;justify-content:center;padding:10px 0;text-align:center;background:#53150a;border-radius:0 0 40px 40px;overflow:hidden}.home__hero-inner{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:min(calc(100% - 2 * var(--layout-pad-x)),var(--layout-max-width));height:calc(100% - 80px);margin-inline:auto;background:#f2e9e0;border-radius:40px;overflow:hidden}.home__hero-text{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;z-index:2;flex:0 0 36%;max-width:none;height:100%;margin-right:-16%;padding:2rem 1rem 2rem 60px}.home__hero-address{align-self:flex-start;margin:0 0 10px;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.25;color:#53150a}.home__hero-media{display:flex;align-items:center;justify-content:center;flex:0 0 80%;height:100%;transform:translate(190px)}.home__hero-media picture{display:block;width:100%;height:100%}.home__hero-image{width:100%;height:100%;object-fit:contain;object-position:center center;display:block}.home__hero-title{margin:0;max-width:none;font-family:var(--font-heading);font-size:40px;font-weight:400;line-height:1.25;text-transform:uppercase;color:#53150a;text-align:left}.home__hero-title-main,.home__hero-title-sub{font-family:var(--font-heading);font-weight:600}.home__hero-title-city{font-family:"Literature Decor",var(--font-heading);font-size:48px;line-height:1.1}.home__hero-actions{display:flex;flex-direction:row;align-items:center;gap:12px;margin-top:60px}.home__hero-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-width:170px;height:52px;padding:0 60px;border-radius:30px;font-family:var(--font-body);font-size:20px;font-weight:400;line-height:1;text-decoration:none}.home__hero-btn--primary{color:#f2e9e0;background:#53150a}.home__hero-btn--secondary{color:#53150a;border:2px solid #53150a;background:#f2e9e0}@media (max-width: 1600px) and (min-width: 431px){.home__hero{height:calc(100vh - 80px);height:calc(100dvh - 80px)}.home__hero-text{flex-basis:40%;margin-right:-12%;padding-left:40px}.home__hero-media{flex-basis:76%;transform:translate(130px)}.home__hero-title{font-size:34px}.home__hero-title-city{font-size:40px}.home__hero-actions{margin-top:40px}}@media (max-width: 1366px) and (min-width: 431px){.home__hero{height:calc(100vh - 80px);height:calc(100dvh - 80px)}.home__hero-inner{height:calc(100% - 40px)}.home__hero-text{flex-basis:44%;margin-right:-8%;padding:1.5rem 1rem 1.5rem 28px}.home__hero-address{font-size:14px}.home__hero-title{font-size:30px;line-height:1.2}.home__hero-title-city{font-size:34px}.home__hero-media{flex-basis:72%;transform:translate(90px)}.home__hero-actions{gap:10px;margin-top:28px}.home__hero-btn{min-width:150px;height:46px;padding:0 42px;font-size:18px}}@media (max-width: 1100px) and (min-width: 431px){.home__hero-text{flex-basis:48%;margin-right:-4%;padding-left:20px}.home__hero-title{font-size:26px}.home__hero-title-city{font-size:30px}.home__hero-media{flex-basis:68%;transform:translate(50px)}.home__hero-btn{min-width:132px;padding:0 30px;font-size:16px}}@media (max-width: 430px){.home__hero{width:100%;height:calc(100vh - 52px);height:calc(100dvh - 52px);padding:20px 16px;border-radius:0 0 20px 20px}.home__hero-inner{position:relative;display:flex;flex-direction:column;justify-content:flex-start;width:100%;height:100%;border-radius:20px}.home__hero-text{position:static;z-index:2;width:100%;height:auto;margin-right:0;padding:60px 10px 0;justify-content:flex-start;align-items:flex-start}.home__hero-title{order:2;margin:0;width:min(calc(100dvw - 20px),100%);max-width:min(calc(100dvw - 20px),100%);font-size:clamp(19px,6.4vw,24px);line-height:1.18}.home__hero-address{order:1;margin:0 0 10px;font-size:14px}.home__hero-title-city{font-size:clamp(20px,6.8vw,24px);line-height:1.16}.home__hero-actions{position:absolute;left:50%;bottom:20px;transform:translate(-50%);width:min(calc(100dvw - 20px),100%);padding:0 10px;margin-top:0;gap:8px}.home__hero-media{position:absolute;top:0;right:-16px;bottom:0;left:-16px;z-index:1;margin-top:190px;align-items:flex-start;justify-content:center;transform:none;padding:0}.home__hero-image{position:static;width:calc(100% - 150px);max-width:100%;height:100%;object-fit:contain;object-position:center top;transform:translate(60px) scale(2);transform-origin:center top}.home__hero-btn{height:46px;min-width:0;flex:1 1 0;width:100%;padding:0 12px;font-size:clamp(14px,3.8vw,16px)}.home__hero-btn--primary{min-width:0;padding-right:12px;padding-left:12px}}.home__reviews{--home-reviews-pad-x: var(--layout-pad-x);--reviews-shape-height: 350px;box-sizing:border-box;width:100%;padding:40px 0;background-color:#53150a;border-radius:40px 0 0 40px;overflow:hidden}.home__reviews-inner{box-sizing:border-box;width:min(calc(100% - 2 * var(--layout-pad-x)),var(--layout-max-width));margin-inline:auto}.home__reviews-title{margin:0 0 20px;font-family:var(--font-heading);font-size:32px;font-weight:400;line-height:1.25;color:#f2e9e0}.home__reviews-content{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:20px}.home__reviews-carousel{box-sizing:border-box;position:relative;display:flex;flex-direction:column;flex:1 1 0;align-self:stretch;min-width:0;margin-right:calc(-1 * var(--home-reviews-pad-x));padding-bottom:72px}.home__reviews-viewport{box-sizing:border-box;flex:1 1 auto;height:100%;min-width:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-inline-end:24px;scrollbar-width:none;-ms-overflow-style:none}.home__reviews-arrows{position:absolute;right:var(--home-reviews-pad-x);bottom:10px;z-index:2;display:flex;flex-direction:row;align-items:center;gap:10px}.home__reviews-viewport::-webkit-scrollbar{display:none}.home__reviews-track{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;height:100%;gap:20px;width:max-content;padding-right:max(48px,var(--home-reviews-pad-x));padding-bottom:4px}.home__reviews-arrow{box-sizing:border-box;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:#53150a;background-color:#f2e9e0;border:none;border-radius:50%;cursor:pointer;transition:background-color .15s ease,color .15s ease,opacity .15s ease}.home__reviews-arrow:hover:not(:disabled){background-color:#e8ddd2}.home__reviews-arrow:disabled{cursor:default;opacity:.35}.home__reviews-arrow:focus-visible{outline:2px solid #f2e9e0;outline-offset:3px}.home__reviews-arrow-svg{display:block}@media (max-width: 900px){.home__reviews-content{flex-wrap:wrap}.home__reviews-carousel{flex:1 1 100%;margin-right:0}}.home__reviews-panel{box-sizing:border-box;flex-shrink:0;width:390px;max-width:100%;height:var(--reviews-shape-height);padding:30px 40px 24px 24px;border-radius:40px;background-color:#f2e9e0}.home__reviews-panel-title{margin:0;font-family:var(--font-heading);font-size:24px;font-weight:400;line-height:1.25;color:#53150a}.home__reviews-panel-rating{margin:50px 0 0;font-family:var(--font-heading);font-size:32px;font-weight:400;line-height:1;color:#53150a}.home__reviews-panel-stars{display:block;margin-top:4px;max-width:100%;height:auto}.home__reviews-panel-profiles-row{display:flex;flex-direction:row;align-items:center;gap:20px;margin-top:50px}.home__reviews-panel-profiles{display:block;flex-shrink:0;max-width:100%;height:auto}.home__reviews-panel-extra{font-family:var(--font-heading);font-size:24px;font-weight:400;line-height:1;color:#53150a}.home__review-card{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;flex:0 0 auto;height:var(--reviews-shape-height);width:360px;max-width:none;scroll-snap-align:start;scroll-snap-stop:always;min-height:var(--reviews-shape-height);padding:30px 20px 24px;border-radius:40px;background-color:#f2e9e0}.home__review-card-head{display:flex;flex-direction:row;align-items:center;gap:16px}.home__review-card-avatar{display:block;flex-shrink:0;max-width:100%;height:auto}.home__review-card-meta{display:flex;flex-direction:column;gap:0px;min-width:0}.home__review-card-name{margin:0;font-family:var(--font-heading);font-size:24px;font-weight:400;line-height:1.2;color:#000}.home__review-card-date{margin:0;font-family:var(--font-heading);font-size:14px;font-weight:400;line-height:1.2;color:#000}.home__review-card-text{margin:0;font-family:var(--font-body);font-size:14px;font-style:normal;font-weight:400;font-synthesis:none;line-height:1.32;color:#333;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}.home__review-card-more{align-self:flex-start;margin:auto 0 0;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.2;color:#53150a;text-decoration:underline;text-underline-offset:2px}.home__review-card-more:hover{color:#3d0f07}.home__review-card-more:focus-visible{outline:2px solid #53150a;outline-offset:2px}@media (max-width: 1600px) and (min-width: 431px){.home__reviews{--reviews-shape-height: 320px;padding-top:34px;padding-bottom:34px;border-radius:32px 0 0 32px}.home__reviews-title{margin-bottom:16px;font-size:30px}.home__reviews-content,.home__reviews-track{gap:10px}.home__reviews-panel{width:340px;border-radius:32px}.home__reviews-panel-title{font-size:22px}.home__reviews-panel-rating{margin-top:38px;font-size:30px}.home__reviews-panel-profiles-row{margin-top:40px}.home__review-card{width:320px;min-height:320px;padding:24px 16px 20px;border-radius:40px}.home__review-card-name{font-size:22px}}@media (max-width: 1366px) and (min-width: 431px){.home__reviews{--reviews-shape-height: 290px;padding-top:28px;padding-bottom:28px;border-radius:28px 0 0 28px}.home__reviews-title{margin-bottom:14px;font-size:28px}.home__reviews-content,.home__reviews-track{gap:10px}.home__reviews-panel{width:300px;padding:22px 24px 18px 18px;border-radius:26px}.home__reviews-panel-title{font-size:20px}.home__reviews-panel-rating{margin-top:32px;font-size:28px}.home__reviews-panel-profiles-row{gap:14px;margin-top:32px}.home__review-card{width:290px;min-height:290px;padding:20px 14px 18px;border-radius:40px}.home__review-card-head{gap:12px}.home__review-card-avatar{width:52px;height:52px}.home__review-card-name{font-size:20px}.home__review-card-date{font-size:12px}.home__review-card-text{font-size:13px;-webkit-line-clamp:6}.home__review-card-more{font-size:14px}}@media (max-width: 1100px) and (min-width: 431px){.home__reviews-content{flex-wrap:nowrap;align-items:stretch;gap:10px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.home__reviews-content::-webkit-scrollbar{display:none}.home__reviews-carousel{flex:0 0 auto;min-width:auto;margin-right:0;padding-bottom:0}.home__reviews-viewport{overflow:visible;min-width:auto}.home__reviews-track{padding-right:0}.home__reviews-arrows{display:none}}@media (max-width: 430px){.home__reviews{--home-reviews-pad-x: 16px;border-radius:20px 0 0 20px}.home__reviews-inner{width:100%;padding-right:16px;padding-left:16px}.home__reviews-title{font-size:24px}.home__reviews-panel,.home__review-card{border-radius:20px}.home__reviews-content{flex-wrap:nowrap;align-items:flex-start;gap:10px;width:calc(100% + 32px);margin-right:-16px;margin-left:-16px;padding-right:16px;padding-left:16px;scroll-padding-inline:16px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.home__reviews-content::-webkit-scrollbar{display:none}.home__reviews-panel-title{font-size:20px;font-weight:500}.home__reviews-panel{width:214px;height:310px;padding-left:20px;scroll-snap-align:start;scroll-snap-stop:always}.home__reviews-carousel{flex:0 0 auto;min-width:auto;margin-right:0;padding-bottom:0}.home__reviews-viewport{overflow:visible;min-width:auto}.home__reviews-track{padding-right:0}.home__reviews-panel-rating{margin-top:40px}.home__reviews-panel-profiles-row{width:110px;margin-top:50px}.home__review-card-avatar{width:52px;height:52px}.home__review-card-name{font-size:20px}.home__review-card-date{font-size:12px}.home__review-card-text{font-size:14px}.home__review-card-more{margin-top:-10px}.home__reviews-arrows{display:none}.home__review-card{min-height:310px;height:310px}}.home__services{box-sizing:border-box;position:relative;z-index:2;width:100%;margin-top:-40px;padding-top:40px;background-color:#f2e9e0;border-radius:40px 40px 0 0;overflow:hidden;isolation:isolate}.home__services-inner{box-sizing:border-box;width:min(calc(100% - 2 * var(--layout-pad-x)),var(--layout-max-width));margin-inline:auto;padding:0 0 80px}.home__services-title{margin:0 0 20px;font-family:var(--font-heading);font-size:32px;font-weight:400;line-height:1.25;color:#720d0d}.home__services-subtitle{margin:0;font-family:var(--font-heading);font-size:20px;font-weight:400;line-height:1.3;color:#720d0d}.home__services-subtitle+.home__service-cards{margin-top:10px}.home__service-cards{margin-top:20px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:20px}.home__service-cards:not(.home__service-cards--classic)+.home__services-subtitle{margin-top:40px}.home__service-cards--classic .home__service-card{padding:30px 20px 20px}.home__service-cards--classic .home__service-card-actions{margin-top:20px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}.home__service-cards--classic .home__service-card-price{margin:0;font-family:"Roboto",var(--font-body),sans-serif;font-size:20px;font-weight:400;line-height:1;color:#000}.home__service-cards--classic .home__service-card-actions .home__service-card-cta{margin-top:0;margin-left:0}.home__service-card{box-sizing:border-box;position:relative;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-start;width:400px;max-width:100%;height:auto;margin-top:0;padding:20px;border:2px solid #720d0d;border-radius:40px;background-color:transparent}.home__service-card-label{margin:0;font-family:var(--font-heading);font-size:10px;font-weight:400;line-height:1.2;color:#838383}.home__service-card-name{margin:0;font-family:var(--font-heading);font-size:20px;font-weight:400;line-height:1.25;color:#000}.home__service-card-desc{margin:10px 0 0;max-width:100%;font-family:var(--font-body);font-size:16px;font-style:normal;font-weight:400;font-synthesis:none;line-height:1.45;color:#333}.home__service-card-cta{position:static;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:46px;margin-top:20px;margin-left:auto;padding:0 40px;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1;color:#f2e9e0;text-decoration:none;border:none;border-radius:23px;background-color:#720d0d;cursor:pointer}.home__service-card-cta:hover{filter:brightness(1.06)}.home__service-card-cta:focus-visible{outline:2px solid #f2e9e0;outline-offset:2px}@media (max-width: 1600px) and (min-width: 431px){.home__services{margin-top:-32px;border-radius:32px 32px 0 0}.home__services-inner{padding-top:0;padding-bottom:72px}.home__services-title{margin-bottom:32px;font-size:30px}.home__services-subtitle{font-size:18px}.home__service-cards{gap:16px}.home__service-cards:not(.home__service-cards--classic) .home__service-card{flex:1 1 0;width:auto;max-width:none;min-width:0}.home__service-card{border-radius:32px}.home__service-card-desc{font-size:15px}}@media (max-width: 1366px) and (min-width: 431px){.home__services{margin-top:-24px;border-radius:28px 28px 0 0}.home__services-inner{padding-top:0;padding-bottom:64px}.home__services-title{margin-bottom:24px;font-size:28px}.home__services-subtitle{font-size:16px}.home__service-cards{gap:12px}.home__service-cards:not(.home__service-cards--classic){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;gap:12px}.home__service-cards:not(.home__service-cards--classic)+.home__services-subtitle{margin-top:28px}.home__service-cards:not(.home__service-cards--classic) .home__service-card{width:100%;height:100%;max-width:none;min-width:0}.home__service-card{height:100%;padding:16px 16px 20px;border-radius:26px}.home__service-cards--classic .home__service-card{padding:20px 16px 16px}.home__service-cards--classic{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;gap:12px}.home__service-cards--classic .home__service-card{width:100%;height:100%;min-width:0;max-width:none}.home__service-card-name{font-size:18px}.home__service-card-desc{font-size:14px}.home__service-card-cta{height:40px;margin-top:auto;padding:0 28px;font-size:14px}.home__service-cards--classic .home__service-card-actions{margin-top:auto;padding-top:14px}.home__service-cards--classic .home__service-card-price{font-size:18px}}@media (max-width: 1100px) and (min-width: 431px){.home__services-inner{padding-top:0;padding-bottom:56px}.home__services-title{font-size:24px}.home__service-cards:not(.home__service-cards--classic){align-items:stretch;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.home__service-cards:not(.home__service-cards--classic)::-webkit-scrollbar{display:none}.home__service-cards--classic{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:1fr;gap:12px}.home__service-cards--classic .home__service-card{width:100%;min-width:0}}@media (max-width: 430px){.home__services{border-radius:20px 20px 0 0}.home__services-inner{width:100%;padding:0 16px 40px}.home__services-title{margin-bottom:20px;font-size:24px}.home__services-subtitle{font-size:14px}.home__service-cards:not(.home__service-cards--classic)+.home__services-subtitle{margin-top:20px}.home__services-subtitle+.home__service-cards:not(.home__service-cards--classic){flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:12px;width:calc(100% + 32px);margin-right:-16px;margin-left:-16px;padding-right:16px;padding-left:16px;scroll-padding-inline:16px;scrollbar-width:none;-ms-overflow-style:none}.home__services-subtitle+.home__service-cards:not(.home__service-cards--classic)::-webkit-scrollbar{display:none}.home__services-subtitle+.home__service-cards:not(.home__service-cards--classic) .home__service-card{flex:0 0 auto;display:flex;flex-direction:column;width:295px;max-width:none;height:227px;padding:20px;border-radius:20px}.home__services-subtitle+.home__service-cards:not(.home__service-cards--classic) .home__service-card-name{font-size:16px}.home__services-subtitle+.home__service-cards:not(.home__service-cards--classic) .home__service-card-desc{font-size:12px}.home__services-subtitle+.home__service-cards:not(.home__service-cards--classic) .home__service-card-cta{position:static;margin-top:20px;margin-left:auto;flex-shrink:0;width:124px;height:32px;padding:0;font-size:12px;line-height:1;border-radius:16px}.home__services-subtitle+.home__service-cards.home__service-cards--classic{margin-top:10px}.home__service-cards--classic{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;gap:10px}.home__service-cards--classic .home__service-card{min-width:0;display:flex;flex-direction:column;width:100%;max-width:none;height:100%;min-height:0;padding:20px 6px 20px 8px;border-radius:20px}.home__service-cards--classic .home__service-card-name{font-size:16px}.home__service-cards--classic .home__service-card-desc{margin-top:10px;font-size:10px}.home__service-cards--classic .home__service-card-cta{position:static;margin-top:0;margin-left:0;width:136px;height:36px;padding:0;font-size:12px;line-height:1;border-radius:16px}.home__service-cards--classic .home__service-card-actions{margin-top:auto;padding-top:14px;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px}.home__service-cards--classic .home__service-card-price{font-size:16px;text-align:center}}.home__works{box-sizing:border-box;position:relative;z-index:1;width:100%;margin-top:-40px;padding-top:40px;background:#53150a;border-top-left-radius:40px;border-top-right-radius:40px;overflow:hidden}.home__works-inner{box-sizing:border-box;width:min(calc(100% - 2 * var(--layout-pad-x)),var(--layout-max-width));margin-inline:auto;padding:0 0 100px}.home__works-title{margin:0 0 24px;font-family:var(--font-heading);font-size:32px;font-weight:400;line-height:1.25;color:#fffffff2}.home__works-columns{display:flex;flex-direction:row;align-items:flex-start;gap:20px}.home__works-column{display:flex;flex:1 1 0;flex-direction:column;gap:20px;min-width:0}.home__works-column .home__works-cell{width:100%}.home__works-cell{position:relative;border-radius:40px;overflow:hidden;border:1px solid rgba(255,255,255,.22);box-shadow:0 4px 16px #0003;transition:border-color .2s ease,box-shadow .2s ease}.home__works-cell:hover{border-color:#ffffff73;box-shadow:0 8px 24px #00000047}.home__works-num{position:absolute;top:10px;left:10px;z-index:1;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-family:var(--font-body);font-size:13px;font-weight:500;color:#fffffff2;background:#0006;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.home__works-photo{width:100%;object-fit:cover;display:block}.home__works-cell--1 .home__works-photo,.home__works-cell--1 .home__works-placeholder{height:304px}.home__works-cell--2 .home__works-photo,.home__works-cell--2 .home__works-placeholder{height:222px}.home__works-cell--3 .home__works-photo,.home__works-cell--3 .home__works-placeholder{height:398px}.home__works-cell--4 .home__works-photo,.home__works-cell--4 .home__works-placeholder{height:256px}.home__works-cell--5 .home__works-photo,.home__works-cell--5 .home__works-placeholder{height:302px}.home__works-cell--r2-1 .home__works-photo,.home__works-cell--r2-1 .home__works-placeholder{height:334px}.home__works-cell--r2-2 .home__works-photo,.home__works-cell--r2-2 .home__works-placeholder{height:416px}.home__works-cell--r2-3 .home__works-photo,.home__works-cell--r2-3 .home__works-placeholder{height:240px}.home__works-cell--r2-4 .home__works-photo,.home__works-cell--r2-4 .home__works-placeholder{height:382px}.home__works-cell--r2-5 .home__works-photo,.home__works-cell--r2-5 .home__works-placeholder{height:336px}.home__works-placeholder{box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:1rem;text-align:center;background:#ffffff0f;border:1px dashed rgba(255,255,255,.28)}.home__works-placeholder-text{font-family:var(--font-body);font-size:12px;line-height:1.35;color:#ffffffb8}.home__works-maps{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:390px;max-width:100%;height:52px;margin:40px auto 0;padding:0 10px;font-family:var(--font-body);font-size:20px;font-weight:400;line-height:1.2;color:#53150a;text-align:center;text-decoration:none;background:#f2e9e0;border-radius:40px;cursor:pointer}.home__works-maps:hover{filter:brightness(.97)}.home__works-maps:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:3px}@media (max-width: 1600px) and (min-width: 431px){.home__works-inner{padding-top:0;padding-bottom:84px}.home__works-columns,.home__works-column{gap:16px}.home__works-cell{border-radius:32px}.home__works-cell--1 .home__works-photo,.home__works-cell--1 .home__works-placeholder{height:274px}.home__works-cell--2 .home__works-photo,.home__works-cell--2 .home__works-placeholder{height:200px}.home__works-cell--3 .home__works-photo,.home__works-cell--3 .home__works-placeholder{height:358px}.home__works-cell--4 .home__works-photo,.home__works-cell--4 .home__works-placeholder{height:230px}.home__works-cell--5 .home__works-photo,.home__works-cell--5 .home__works-placeholder{height:272px}.home__works-cell--r2-1 .home__works-photo,.home__works-cell--r2-1 .home__works-placeholder{height:300px}.home__works-cell--r2-2 .home__works-photo,.home__works-cell--r2-2 .home__works-placeholder{height:374px}.home__works-cell--r2-3 .home__works-photo,.home__works-cell--r2-3 .home__works-placeholder{height:216px}.home__works-cell--r2-4 .home__works-photo,.home__works-cell--r2-4 .home__works-placeholder{height:344px}.home__works-cell--r2-5 .home__works-photo,.home__works-cell--r2-5 .home__works-placeholder{height:302px}}@media (max-width: 1366px) and (min-width: 431px){.home__works{border-top-left-radius:32px;border-top-right-radius:32px}.home__works-inner{padding-top:0;padding-bottom:72px}.home__works-title{margin-bottom:20px;font-size:28px}.home__works-columns,.home__works-column{gap:12px}.home__works-cell{border-radius:26px}.home__works-cell--1 .home__works-photo,.home__works-cell--1 .home__works-placeholder{height:238px}.home__works-cell--2 .home__works-photo,.home__works-cell--2 .home__works-placeholder{height:174px}.home__works-cell--3 .home__works-photo,.home__works-cell--3 .home__works-placeholder{height:312px}.home__works-cell--4 .home__works-photo,.home__works-cell--4 .home__works-placeholder{height:202px}.home__works-cell--5 .home__works-photo,.home__works-cell--5 .home__works-placeholder{height:236px}.home__works-cell--r2-1 .home__works-photo,.home__works-cell--r2-1 .home__works-placeholder{height:264px}.home__works-cell--r2-2 .home__works-photo,.home__works-cell--r2-2 .home__works-placeholder{height:328px}.home__works-cell--r2-3 .home__works-photo,.home__works-cell--r2-3 .home__works-placeholder{height:190px}.home__works-cell--r2-4 .home__works-photo,.home__works-cell--r2-4 .home__works-placeholder{height:300px}.home__works-cell--r2-5 .home__works-photo,.home__works-cell--r2-5 .home__works-placeholder{height:264px}.home__works-maps{width:340px;height:46px;margin-top:28px;font-size:18px}}@media (max-width: 1100px) and (min-width: 431px){.home__works-inner{padding-top:0;padding-bottom:64px}.home__works-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.home__works-column{gap:12px}.home__works-cell--3 .home__works-photo,.home__works-cell--3 .home__works-placeholder,.home__works-cell--r2-2 .home__works-photo,.home__works-cell--r2-2 .home__works-placeholder{height:240px}.home__works-cell--r2-4,.home__works-cell--r2-5{display:none}}@media (max-width: 430px){.home__works{border-top-left-radius:20px;border-top-right-radius:20px}.home__works-inner{width:100%;padding-right:16px;padding-bottom:80px;padding-left:16px}.home__works-title{margin-bottom:20px;font-size:24px}.home__works-columns{display:block;column-count:2;column-gap:10px}.home__works-column{display:contents}.home__works-cell{display:inline-block;width:100%;margin-bottom:10px;break-inside:avoid;border-radius:20px}.home__works-cell--1 .home__works-photo,.home__works-cell--1 .home__works-placeholder{height:244px}.home__works-cell--3 .home__works-photo,.home__works-cell--3 .home__works-placeholder{height:210px}.home__works-cell--5 .home__works-photo,.home__works-cell--5 .home__works-placeholder{height:272px}.home__works-cell--2 .home__works-photo,.home__works-cell--2 .home__works-placeholder{height:160px}.home__works-cell--4 .home__works-photo,.home__works-cell--4 .home__works-placeholder{height:226px}.home__works-cell--r2-1 .home__works-photo,.home__works-cell--r2-1 .home__works-placeholder{height:304px}.home__works-cell--r2-2,.home__works-cell--r2-3,.home__works-cell--r2-4,.home__works-cell--r2-5{display:none}.home__works-maps{width:280px;height:42px;margin-top:20px;font-size:16px}}.home{min-height:100vh;color:#111;background:#f2e9e0}@font-face{font-family:Gros Ventre;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/GrosVentre-Regular.woff2) format("woff2"),url(/fonts/GrosVentre-Regular.woff) format("woff")}@font-face{font-family:Literature Decor;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/LiteratureDecor.ttf) format("truetype")}:root{--font-heading: "Gros Ventre", Georgia, "Times New Roman", serif;--font-body: "Roboto", system-ui, sans-serif;--color-page-bg: #f2e9e0;--layout-pad-x: clamp(20px, calc(-177.47px + 14.47vw) , 100px);--layout-max-width: 1720px}*{box-sizing:border-box}html{background:var(--color-page-bg);scroll-behavior:smooth}section[id],footer[id]{scroll-margin-top:96px}@media (max-width: 430px){section[id],footer[id]{scroll-margin-top:56px}}body{margin:0;min-height:100vh;font-family:var(--font-body);font-weight:400;background:var(--color-page-bg)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400}
