@import"https://fonts.bunny.net/css?family=manrope:400,500,600,700,800&display=swap";:root{--landing-ink: #141414;--landing-muted: #626773;--landing-paper: #ffffff;--landing-soft: #f4f5f7;--landing-line: #dfe2e7;--landing-yellow: #ffd426;--landing-yellow-deep: #e8b900;--landing-blue: #2558d9;--landing-dark: #151618;--landing-radius: 24px;--landing-shadow: 0 24px 70px rgba(18, 22, 33, .11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--landing-paper);color:var(--landing-ink);font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}a{color:inherit}img{display:block;max-width:100%}.landing-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.landing-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(20,20,20,.08);background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-header__inner{min-height:74px;display:flex;align-items:center;gap:30px}.landing-brand{display:inline-flex;align-items:center;gap:11px;flex:0 0 auto;text-decoration:none;font-size:18px;font-weight:800;letter-spacing:-.03em}.landing-brand__mark{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:11px;background:var(--landing-yellow);font-size:13px;letter-spacing:-.04em}.landing-nav{display:flex;align-items:center;justify-content:center;gap:24px;flex:1}.landing-nav a,.landing-login{text-decoration:none;font-size:14px;font-weight:700}.landing-nav a:hover,.landing-login:hover{color:var(--landing-blue)}.landing-header__actions,.landing-hero__actions{display:flex;align-items:center;gap:12px}.landing-button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:1px solid transparent;border-radius:14px;text-decoration:none;font-weight:800;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.landing-button:hover{transform:translateY(-2px)}.landing-button--primary{background:var(--landing-yellow);color:#111;box-shadow:0 10px 24px #e8b9002e}.landing-button--primary:hover{background:#ffdf55}.landing-button--secondary{border-color:var(--landing-line);background:#fff}.landing-button--small{min-height:42px;padding-inline:16px;border-radius:12px;font-size:14px}.landing-hero{position:relative;overflow:hidden;padding:92px 0 80px;background:radial-gradient(circle at 14% 8%,rgba(255,212,38,.29),transparent 27%),radial-gradient(circle at 88% 28%,rgba(37,88,217,.1),transparent 29%),#fbfbfc}.landing-hero:after{content:"";position:absolute;right:-140px;bottom:-200px;width:480px;height:480px;border:1px solid rgba(20,20,20,.07);border-radius:50%}.landing-hero__grid,.landing-media-split,.landing-story{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:center;gap:clamp(38px,5vw,72px)}.landing-hero__grid{align-items:start}.landing-story{grid-template-columns:minmax(0,1fr) minmax(360px,500px)}.landing-story--reverse{grid-template-columns:minmax(360px,500px) minmax(0,1fr)}.landing-hero__copy,.landing-story__copy,.landing-media-split>div{position:relative;z-index:1}.landing-kicker{display:inline-block;margin-bottom:16px;color:#735e00;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1,h2,h3{margin-top:0;line-height:1.12;letter-spacing:-.045em}h1{max-width:680px;margin-bottom:24px;font-size:clamp(2.65rem,4.35vw,4rem)}h2{margin-bottom:20px;font-size:clamp(2rem,3.6vw,3.35rem)}h3{margin-bottom:12px;font-size:clamp(1.15rem,1.7vw,1.45rem)}.landing-hero__lead,.landing-heading p,.landing-story__copy>p,.landing-media-split>div>p{color:var(--landing-muted);font-size:clamp(1.03rem,1.35vw,1.2rem)}.landing-hero__lead{max-width:710px;margin:0 0 30px}.landing-checks,.landing-list{margin:28px 0 0;padding:0;list-style:none}.landing-checks{display:flex;flex-wrap:wrap;gap:10px 18px}.landing-checks li,.landing-list li{position:relative;padding-left:25px}.landing-checks li{color:#454a54;font-size:14px;font-weight:700}.landing-checks li:before,.landing-list li:before{content:"✓";position:absolute;left:0;color:#18794e;font-weight:900}.landing-list{display:grid;gap:12px}.landing-list li{color:#343842;font-weight:600}.landing-visual,.landing-story__media{position:relative;z-index:1;width:min(100%,500px);margin:0;justify-self:center}.landing-visual--hero{width:min(100%,460px)}.landing-image{width:100%;height:clamp(290px,27vw,380px);border:1px dashed #adb3bd;border-radius:var(--landing-radius);background:linear-gradient(135deg,#ffd4262e,#2558d914),repeating-linear-gradient(-45deg,transparent 0 18px,rgba(20,20,20,.025) 18px 36px);object-fit:cover;box-shadow:var(--landing-shadow)}.landing-image:not([src]){color:transparent;font-size:0;text-indent:-9999px}.landing-image:not([src]):after{content:""}.landing-image--hero{height:clamp(320px,31vw,420px);border-style:solid;border-color:#1414141f;background:radial-gradient(circle at 25% 28%,rgba(255,212,38,.46),transparent 25%),linear-gradient(145deg,#f6f1d8,#e8eef9)}.landing-visual figcaption,.landing-story__media figcaption{margin-top:14px;color:var(--landing-muted);font-size:13px;text-align:center}.landing-proof{border-block:1px solid var(--landing-line);background:#fff}.landing-proof__grid{display:grid;grid-template-columns:repeat(3,1fr)}.landing-proof__grid>div{padding:28px 34px;border-right:1px solid var(--landing-line)}.landing-proof__grid>div:last-child{border-right:0}.landing-proof strong,.landing-proof span{display:block}.landing-proof strong{margin-bottom:3px;font-size:17px}.landing-proof span{color:var(--landing-muted);font-size:13px}.landing-section{padding:105px 0}.landing-section--tint{background:var(--landing-soft)}.landing-section--dark{background:var(--landing-dark);color:#fff}.landing-section--faq{background:#f8f8f9}.landing-heading{max-width:820px;margin-bottom:52px}.landing-heading--center{margin-inline:auto;text-align:center}.landing-heading--light p{color:#b7bcc6}.landing-section--story{padding-bottom:120px}.landing-story{padding:54px 0;border-top:1px solid var(--landing-line)}.landing-story--featured{border-top:0;padding-top:18px}.landing-story--reverse .landing-story__copy{order:2}.landing-story--reverse .landing-story__media{order:1}.landing-story__index{display:inline-flex;margin-bottom:17px;padding:7px 11px;border-radius:999px;background:#fff4be;color:#5f4b00;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.landing-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landing-feature{min-height:280px;padding:28px;border:1px solid var(--landing-line);border-radius:20px;background:#fff;box-shadow:0 12px 34px #1418220d}.landing-feature--accent{background:#fff9de;border-color:#efdb76}.landing-feature__icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:28px;border-radius:14px;background:var(--landing-ink);color:#fff;font-size:13px;font-weight:800}.landing-feature p,.landing-audience-grid p,.landing-publish-grid p{margin:0;color:var(--landing-muted)}.landing-media-split--reverse>:first-child{order:2}.landing-media-split--reverse>:last-child{order:1}.landing-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none}.landing-steps li{min-height:280px;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#ffffff0d}.landing-steps li>span{width:38px;height:38px;display:grid;place-items:center;margin-bottom:50px;border-radius:50%;background:var(--landing-yellow);color:#111;font-weight:900}.landing-steps h3{font-size:1.08rem}.landing-steps p{margin:0;color:#b7bcc6;font-size:14px}.landing-publish-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.landing-publish-grid article{position:relative;min-height:175px;padding:20px;border:1px solid var(--landing-line);border-radius:16px;background:#fff}.landing-publish-grid h3{font-size:1rem;letter-spacing:-.025em}.landing-publish-grid p{font-size:13px}.landing-badge{position:absolute;top:14px;right:14px;padding:4px 8px;border-radius:999px;background:#e8edff;color:#2558d9;font-size:10px;font-weight:800;text-transform:uppercase}.landing-audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.landing-audience-grid article{padding:30px;border-top:4px solid var(--landing-yellow);border-radius:0 0 18px 18px;background:#f7f7f8}.landing-faq{border-top:1px solid var(--landing-line)}.landing-faq details{border-bottom:1px solid var(--landing-line)}.landing-faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 0;cursor:pointer;list-style:none}.landing-faq summary::-webkit-details-marker{display:none}.landing-faq__question{font-size:1.18rem;font-weight:800;letter-spacing:-.025em;line-height:1.3}.landing-faq summary>span[aria-hidden]{width:34px;height:34px;display:grid;place-items:center;flex:0 0 34px;border-radius:50%;background:var(--landing-yellow);font-size:22px;transition:transform .2s ease}.landing-faq details[open] summary>span[aria-hidden]{transform:rotate(45deg)}.landing-faq details>p{max-width:820px;margin:-4px 0 26px;color:var(--landing-muted)}.landing-cta{padding:72px 0;background:var(--landing-yellow)}.landing-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:36px}.landing-cta h2{margin-bottom:8px}.landing-cta p{margin:0}.landing-cta .landing-kicker{color:#5a4800}.landing-cta .landing-button--primary{background:var(--landing-ink);color:#fff;box-shadow:none}.landing-footer{padding:36px 0;background:#111214;color:#fff}.landing-footer__grid{display:grid;grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(150px,.65fr));gap:52px}.landing-brand--footer{color:#fff}.landing-footer__brand p{max-width:360px;margin:20px 0 12px;color:#a7adb7;font-size:14px}.landing-footer__brand>a:last-child{color:#fff;font-size:14px;font-weight:700;text-decoration:none}.landing-footer__column{display:grid;align-content:start;gap:12px}.landing-footer__column strong{margin-bottom:6px;color:#fff;font-size:14px}.landing-footer__column a{color:#a7adb7;font-size:13px;text-decoration:none}.landing-footer__column a:hover,.landing-footer__brand>a:last-child:hover{color:var(--landing-yellow)}.landing-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:38px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}.landing-footer__bottom small,.landing-footer__bottom span{color:#777e89;font-size:12px}@media(max-width:1040px){.landing-nav{display:none}.landing-header__actions{margin-left:auto}.landing-hero__grid,.landing-media-split,.landing-story{gap:44px}.landing-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.landing-shell{width:min(100% - 28px,680px)}.landing-header__inner{min-height:64px}.landing-login{display:none}.landing-hero{padding:64px 0}.landing-hero__grid,.landing-media-split,.landing-story{grid-template-columns:1fr}.landing-story--reverse .landing-story__copy,.landing-story--reverse .landing-story__media,.landing-media-split--reverse>:first-child,.landing-media-split--reverse>:last-child{order:initial}.landing-image,.landing-image--hero{height:300px}.landing-proof__grid{grid-template-columns:1fr}.landing-proof__grid>div{border-right:0;border-bottom:1px solid var(--landing-line)}.landing-proof__grid>div:last-child{border-bottom:0}.landing-section{padding:76px 0}.landing-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-steps li{min-height:230px}.landing-steps li>span{margin-bottom:35px}.landing-audience-grid{grid-template-columns:1fr}.landing-cta__inner,.landing-footer__inner{display:flex;align-items:flex-start;flex-direction:column}}@media(max-width:560px){.landing-brand>span:last-child{display:none}.landing-header__actions .landing-button{min-height:40px;padding-inline:13px;font-size:12px}h1{font-size:2.55rem}h2{font-size:2rem}.landing-hero__actions,.landing-checks{align-items:stretch;flex-direction:column}.landing-hero__actions .landing-button{width:100%}.landing-feature-grid,.landing-steps,.landing-publish-grid{grid-template-columns:1fr}.landing-feature,.landing-steps li{min-height:0}.landing-steps li>span{margin-bottom:24px}.landing-image,.landing-image--hero{height:240px}.landing-story{padding-block:42px}.landing-footer__links{flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.landing-button,.landing-faq summary span{transition:none}}.landing-section--bonus{padding-block:72px;background:var(--landing-yellow)}.landing-bonus{display:grid;grid-template-columns:180px minmax(0,1fr) minmax(360px,.9fr);align-items:center;gap:40px}.landing-bonus__label{width:132px;height:132px;display:grid;place-items:center;padding:18px;border-radius:50%;background:#151618;color:#fff;font-size:13px;font-weight:800;line-height:1.25;text-align:center;text-transform:uppercase;transform:rotate(-7deg)}.landing-bonus__copy h2{margin-bottom:14px;font-size:clamp(2rem,3.2vw,3rem)}.landing-bonus__copy p{max-width:680px;margin:0;color:#4f4309}.landing-bonus__facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0;padding:0;list-style:none}.landing-bonus__facts li{min-height:120px;display:grid;align-content:center;padding:16px;border:1px solid rgba(20,20,20,.2);border-radius:18px;background:#ffffff6b}.landing-bonus__facts strong,.landing-bonus__facts span{display:block}.landing-bonus__facts strong{font-size:1.6rem;line-height:1}.landing-bonus__facts span{margin-top:9px;color:#5b4d0b;font-size:12px;font-weight:700}.landing-carousel{position:relative}.landing-carousel__viewport{overflow:hidden;border:1px solid var(--landing-line);border-radius:26px;background:#fff;box-shadow:var(--landing-shadow)}.landing-carousel__track{display:flex;transition:transform .45s cubic-bezier(.22,.8,.24,1);will-change:transform}.landing-carousel__slide{min-width:100%;display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);align-items:center;gap:54px;padding:clamp(28px,5vw,60px)}.landing-carousel__copy{min-width:0}.landing-carousel__copy h3{margin-top:18px;font-size:clamp(1.65rem,3vw,2.7rem)}.landing-carousel__copy>p{color:var(--landing-muted)}.landing-carousel__slide figure{width:100%;margin:0}.landing-image--carousel{height:clamp(280px,29vw,390px);box-shadow:none}.landing-badge{position:static;width:fit-content;display:inline-flex;padding:6px 10px;border-radius:999px;background:#e8edff;color:#2558d9;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.landing-badge--available{background:#e7f8ef;color:#147548}.landing-badge--request{background:#fff2b5;color:#6c5600}.landing-text-link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;color:var(--landing-blue);font-weight:800;text-decoration:none}.landing-carousel__controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:22px}.landing-carousel__controls>button{width:44px;height:44px;border:1px solid var(--landing-line);border-radius:50%;background:#fff;color:var(--landing-ink);cursor:pointer;font-size:19px}.landing-carousel__controls>button:hover{border-color:var(--landing-ink)}.landing-carousel__dots{display:flex;align-items:center;gap:8px}.landing-carousel__dots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:#b9bec7;cursor:pointer;transition:width .2s ease,background .2s ease}.landing-carousel__dots button.is-active{width:28px;background:var(--landing-ink)}@media(max-width:1040px){.landing-bonus{grid-template-columns:140px 1fr}.landing-bonus__facts{grid-column:1 / -1}.landing-footer__grid{grid-template-columns:1.3fr repeat(2,1fr)}.landing-footer__column:last-child{grid-column:2 / -1}}@media(max-width:800px){.landing-carousel__slide{grid-template-columns:1fr;gap:30px}.landing-image--carousel{height:300px}.landing-footer__grid{grid-template-columns:repeat(2,1fr)}.landing-footer__brand{grid-column:1 / -1}.landing-footer__column:last-child{grid-column:auto}}@media(max-width:560px){.landing-bonus{grid-template-columns:1fr;gap:24px}.landing-bonus__label{width:auto;height:auto;justify-self:start;padding:8px 12px;border-radius:999px;transform:none}.landing-bonus__facts{grid-template-columns:1fr}.landing-bonus__facts li{min-height:86px}.landing-carousel__slide{padding:24px}.landing-image--carousel{height:220px}.landing-footer__grid{grid-template-columns:1fr;gap:30px}.landing-footer__brand,.landing-footer__column:last-child{grid-column:auto}.landing-footer__bottom{align-items:flex-start;flex-direction:column}}.public-page{min-height:70vh;background:#fff}.public-page__hero{padding:82px 0 64px;border-bottom:1px solid var(--landing-line);background:radial-gradient(circle at 15% 10%,rgba(255,212,38,.24),transparent 28%),#f8f8f9}.public-page__hero h1{max-width:900px;margin-bottom:20px;font-size:clamp(2.5rem,5vw,4.5rem)}.public-page__hero p{max-width:820px;margin:0;color:var(--landing-muted);font-size:1.12rem}.public-page__content{max-width:980px;padding-block:70px 100px}.public-page__content section{padding:42px 0;border-bottom:1px solid var(--landing-line)}.public-page__content section:first-child{padding-top:0}.public-page__content section:last-child{border-bottom:0}.public-page__content h2{max-width:780px;font-size:clamp(1.65rem,3vw,2.4rem)}.public-page__content h3{margin-top:30px;letter-spacing:-.025em}.public-page__content p,.public-page__content li{color:#4d525c}.public-page__content p,.public-page__content ul,.public-page__content dl{max-width:820px}.public-page__content a{color:var(--landing-blue)}.public-page__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:none;margin-top:30px}.public-page__cards article{padding:24px;border:1px solid var(--landing-line);border-radius:18px;background:#f8f8f9}.public-page__cards article h3{margin-top:0}.public-page__cards article p{font-size:14px}.public-page__requisites{display:grid;border-top:1px solid var(--landing-line)}.public-page__requisites div{display:grid;grid-template-columns:minmax(130px,.35fr) 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--landing-line)}.public-page__requisites dt{color:var(--landing-muted)}.public-page__requisites dd{margin:0;font-weight:700}.public-page__notice{margin-bottom:34px;padding:18px 20px;border:1px solid #f0cf48;border-radius:14px;background:#fff8d7;color:#594800}@media(max-width:800px){.public-page__cards{grid-template-columns:1fr}}@media(max-width:560px){.public-page__hero{padding:58px 0 46px}.public-page__content{padding-block:52px 76px}.public-page__requisites div{grid-template-columns:1fr;gap:4px}}.landing-media-carousel{min-width:0}.landing-media-carousel .landing-carousel__viewport{border:0;border-radius:var(--landing-radius);background:transparent;box-shadow:none}.landing-media-carousel .landing-carousel__slide{min-width:100%;display:block;padding:0;margin:0}.landing-media-carousel .landing-image{display:block}.landing-media-carousel figcaption{min-height:2.6em;margin-top:14px;color:var(--landing-muted);font-size:13px;line-height:1.3;text-align:center}.landing-media-carousel .landing-carousel__controls{margin-top:14px}.landing-media-carousel .landing-carousel__controls>button{width:40px;height:40px}@media(max-width:560px){.landing-media-carousel figcaption{min-height:3.9em}}.landing-media-carousel{position:relative}.landing-media-carousel--hero .landing-image--hero{height:clamp(520px,50vw,680px)}.landing-media-carousel .landing-carousel__controls{min-height:40px}.landing-media-carousel .landing-carousel__controls>button{position:absolute;top:calc(50% - 27px);z-index:3;width:46px;height:46px;border-color:#14141424;background:#ffffffeb;box-shadow:0 8px 24px #14182229;transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-media-carousel [data-carousel-prev]{left:14px}.landing-media-carousel [data-carousel-next]{right:14px}.landing-media-carousel .landing-carousel__controls>button:hover{background:#fff;transform:translateY(-50%) scale(1.05)}.landing-media-carousel .landing-carousel__controls>button:focus-visible{outline:3px solid var(--landing-yellow);outline-offset:3px}@media(max-width:800px){.landing-media-carousel--hero .landing-image--hero{height:460px}}@media(max-width:560px){.landing-media-carousel--hero .landing-image--hero{height:360px}.landing-media-carousel .landing-carousel__controls>button{top:calc(50% - 34px);width:40px;height:40px}.landing-media-carousel [data-carousel-prev]{left:8px}.landing-media-carousel [data-carousel-next]{right:8px}}
