@font-face{font-family:VTB Group UI;src:url(/fonts/VTBGroupUI-Light.ttf) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:VTB Group UI;src:url(/fonts/VTBGroupUI-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:VTB Group UI;src:url(/fonts/VTBGroupUI-Medium.ttf) format("truetype");font-weight:500;font-display:swap}@font-face{font-family:VTB Group UI;src:url(/fonts/VTBGroupUI-DemiBold.ttf) format("truetype");font-weight:600;font-display:swap}@font-face{font-family:VTB Group UI;src:url(/fonts/VTBGroupUI-Bold.ttf) format("truetype");font-weight:700;font-display:swap}:root{--vtb-blue: #1F4BDB;--vtb-blue-dark: #0A2896;--vtb-text: #0A1F44;--vtb-text-secondary: #4B5468;--vtb-text-muted: #8A92A6;--vtb-bg-page: #F5F7FA;--vtb-bg-card: #FFFFFF;--vtb-border: #E5E9F0;--vtb-lavender: #C8C8E8;--vtb-lavender-bg: #F4F0FC;--gold: #C9A961;--gold-light: #E5C97A;--gold-bg: #FAF6EB;--gold-border: #E8D9B0;--r-card: 20px;--r-pill: 100px;--shadow-card: 0 2px 8px rgba(15, 30, 60, .04);--shadow-card-hover: 0 12px 32px rgba(15, 30, 60, .08)}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:VTB Group UI,-apple-system,system-ui,sans-serif;font-size:16px;line-height:1.5;color:var(--vtb-text);background:var(--vtb-bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}img{display:block;max-width:100%}ul,ol{list-style:none}.gp-container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px}.gp-header{background:#fff;border-bottom:1px solid var(--vtb-border);padding:16px 0;position:sticky;top:0;z-index:100}.gp-header__inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.gp-header__logo{display:flex;align-items:center;gap:12px}.gp-header__logo img{height:32px;width:auto}.gp-header__title{font-size:14px;color:var(--vtb-text-secondary);border-left:1px solid var(--vtb-border);padding-left:16px}.gp-header__nav{display:flex;gap:24px;font-size:14px;flex:1;margin-left:32px}.gp-header__nav a{color:var(--vtb-text-secondary);transition:color .2s;font-weight:400}.gp-header__nav a:hover,.gp-header__nav a.is-active{color:var(--vtb-text);font-weight:500}.gp-header__cta{padding:10px 20px;background:var(--vtb-blue);color:#fff!important;border-radius:var(--r-pill);font-size:13px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;transition:background .2s}.gp-header__cta:hover{background:var(--vtb-blue-dark)}.gp-breadcrumbs{background:#fff;padding:12px 0;font-size:13px;color:var(--vtb-text-muted);border-bottom:1px solid var(--vtb-border)}.gp-breadcrumbs a{color:var(--vtb-text-muted);transition:color .2s}.gp-breadcrumbs a:hover{color:var(--vtb-blue)}.gp-breadcrumbs__sep{margin:0 8px}.gp-hero{background:linear-gradient(135deg,#eef1f9,#f2edfa);padding:64px 0 80px;position:relative;overflow:hidden}.gp-hero__inner{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}.gp-hero__title{font-size:56px;font-weight:700;line-height:1.08;letter-spacing:-1.5px;color:var(--vtb-text);margin-bottom:20px}.gp-hero__title .gold{background:linear-gradient(135deg,var(--gold-light),var(--gold));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.gp-hero__subtitle{font-size:20px;line-height:1.45;color:var(--vtb-text-secondary);max-width:540px}.gp-hero__visual{position:relative;aspect-ratio:1 / 1;max-width:480px;margin-left:auto}.gp-hero__sphere{position:absolute;border-radius:50%;filter:blur(.5px)}.gp-hero__sphere--gold{width:280px;height:280px;top:10%;left:10%;background:radial-gradient(circle at 30% 30%,#FFE7A8 0%,var(--gold) 50%,#8B6B2E 100%);box-shadow:0 30px 80px #c9a96166}.gp-hero__sphere--blue{width:180px;height:180px;bottom:5%;right:5%;background:radial-gradient(circle at 30% 30%,#8FA9F5 0%,var(--vtb-blue) 60%,#082170 100%);box-shadow:0 20px 60px #1f4bdb66}.gp-hero__platform{position:absolute;bottom:5%;left:10%;right:10%;height:24px;background:radial-gradient(ellipse at center,rgba(31,75,219,.15) 0%,transparent 70%);border-radius:50%}.gp-section{padding:80px 0}.gp-section--white{background:#fff}.gp-eyebrow{font-size:32px;font-weight:700;line-height:1.15;letter-spacing:-.5px;color:var(--vtb-lavender);margin-bottom:32px}.gp-section__title{font-size:32px;font-weight:700;line-height:1.15;letter-spacing:-.5px;color:var(--vtb-text);margin-bottom:32px}.gp-card{background:#fff;border-radius:var(--r-card);padding:32px;box-shadow:var(--shadow-card);border:1px solid transparent;transition:all .25s ease;display:flex;flex-direction:column}.gp-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.gp-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.gp-card__title{font-size:22px;font-weight:600;letter-spacing:-.3px;color:var(--vtb-text);line-height:1.2}.gp-card__logo{flex-shrink:0;max-width:110px;max-height:48px;object-fit:contain;object-position:right top}.gp-card__highlight{font-size:17px;font-weight:600;color:var(--vtb-blue);margin-bottom:16px;letter-spacing:-.2px}.gp-card__text{font-size:15px;line-height:1.55;color:var(--vtb-text-secondary);margin-bottom:16px}.gp-card__details{font-size:14px;line-height:1.55;color:var(--vtb-text-secondary);margin-top:auto;padding-top:16px;border-top:1px solid var(--vtb-border);display:flex;flex-direction:column;gap:8px}.gp-card__detail-label{font-weight:500;color:var(--vtb-text)}.gp-card__phone{display:inline-flex;align-items:center;gap:6px;font-size:18px;font-weight:600;color:var(--vtb-blue);margin-bottom:4px}.gp-card__phone:hover{color:var(--vtb-blue-dark)}.gp-card__phone-label{font-size:13px;color:var(--vtb-text-muted);display:block;margin-top:8px;margin-bottom:2px}.gp-card__disclaimer{font-size:12px;line-height:1.5;color:var(--vtb-text-muted);margin-top:16px;font-style:normal}.gp-grid-1-2{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:24px}.gp-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.gp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gp-grid-1{display:grid;grid-template-columns:1fr;gap:24px}.gp-card--wide{flex-direction:row;align-items:stretch;gap:32px;padding:40px}.gp-card--wide .gp-card__body{flex:1;min-width:0;display:flex;flex-direction:column}.gp-card--wide .gp-card__visual{flex-shrink:0;width:220px;display:flex;align-items:center;justify-content:center}.gp-card--wide .gp-card__logo{max-width:200px;max-height:100px}.gp-projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:16px 0}.gp-project-tile{display:block;padding:16px 20px;background:var(--vtb-bg-page);border-radius:12px;border:1px solid transparent;transition:all .2s}.gp-project-tile:hover{border-color:var(--gold);background:var(--gold-bg)}.gp-project-tile__type{font-size:12px;color:var(--vtb-text-muted);margin-bottom:2px}.gp-project-tile__name{font-size:16px;font-weight:600;color:var(--vtb-text);margin-bottom:4px}.gp-project-tile__discount{font-size:14px;color:var(--vtb-blue);font-weight:600}.gp-managers{margin-top:12px;display:flex;flex-direction:column;gap:12px}.gp-manager{display:flex;align-items:baseline;gap:4px 12px;flex-wrap:wrap;font-size:14px;line-height:1.4}.gp-manager__name{font-weight:600;color:var(--vtb-text)}.gp-manager__role{color:var(--vtb-text-muted);font-size:13px}.gp-manager__email{color:var(--vtb-blue);font-weight:500}.gp-manager__email:hover{text-decoration:underline}.gp-card--sub{background:#fff}.gp-group{background:var(--vtb-lavender-bg);border-radius:24px;padding:40px 32px;margin-top:24px}.gp-group__header{margin-bottom:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.gp-group__title{font-size:28px;font-weight:700;letter-spacing:-.5px;color:var(--vtb-text);margin-bottom:8px}.gp-group__subtitle{font-size:15px;line-height:1.55;color:var(--vtb-text-secondary);max-width:720px}.gp-group__logo{flex-shrink:0;max-width:120px;max-height:60px;object-fit:contain}.gp-group__body{display:flex;flex-direction:column;gap:24px}.gp-howto{background:var(--vtb-bg-page);padding:16px 20px;border-radius:12px;margin:16px 0}.gp-howto__title{font-size:13px;font-weight:600;color:var(--vtb-text);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.gp-howto__steps{counter-reset:step;font-size:14px;line-height:1.6;color:var(--vtb-text-secondary);padding-left:0}.gp-howto__steps li{position:relative;padding-left:32px;margin-bottom:8px;counter-increment:step}.gp-howto__steps li:last-child{margin-bottom:0}.gp-howto__steps li:before{content:counter(step);position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:var(--vtb-blue);color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center}.gp-howto__steps li a{color:var(--vtb-blue);text-decoration:underline}.gp-m2-services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0}.gp-m2-service{padding:16px;background:var(--vtb-bg-page);border-radius:12px}.gp-m2-service__title{font-size:16px;font-weight:600;color:var(--vtb-text);margin-bottom:6px}.gp-m2-service__text{font-size:13px;line-height:1.5;color:var(--vtb-text-secondary)}.gp-m2-pricing{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--gold-bg);border:1px solid var(--gold-border);border-radius:12px;margin:16px 0;font-size:15px;color:var(--vtb-text);line-height:1.5}.gp-m2-pricing strong{color:var(--vtb-blue-dark);font-weight:700}.gp-calc{background:#fff;border-radius:var(--r-card);padding:40px;box-shadow:var(--shadow-card);text-align:center}.gp-calc__title{font-size:28px;font-weight:700;letter-spacing:-.5px;color:var(--vtb-text);margin-bottom:12px}.gp-calc__subtitle{font-size:16px;color:var(--vtb-text-secondary);max-width:640px;margin:0 auto 24px}.gp-calc__image{width:100%;max-width:1000px;margin:0 auto 24px;border-radius:16px;border:1px solid var(--vtb-border);box-shadow:var(--shadow-card);display:block}.gp-calc__cta{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--vtb-blue);color:#fff!important;border-radius:var(--r-pill);font-size:15px;font-weight:500;transition:background .2s}.gp-calc__cta:hover{background:var(--vtb-blue-dark)}.gp-calc__cta:after{content:"→";font-size:18px}.gp-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--vtb-blue);color:#fff!important;border-radius:var(--r-pill);font-size:14px;font-weight:500;transition:background .2s;align-self:flex-start;margin-top:16px}.gp-button:hover{background:var(--vtb-blue-dark)}.gp-button:after{content:"→"}.gp-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gp-step{background:#fff;padding:32px;border-radius:var(--r-card);box-shadow:var(--shadow-card);position:relative}.gp-step__number{position:absolute;top:24px;right:24px;font-size:72px;font-weight:700;color:var(--vtb-lavender);line-height:1}.gp-step__title{font-size:18px;font-weight:600;color:var(--vtb-text);margin-bottom:12px;max-width:70%}.gp-step__text{font-size:14px;line-height:1.55;color:var(--vtb-text-secondary)}.gp-disclaimer{padding:48px 0;font-size:13px;line-height:1.6;color:var(--vtb-text-muted)}.gp-disclaimer p{max-width:1000px}.gp-disclaimer p+p{margin-top:8px}.gp-footer{background:#fff;border-top:1px solid var(--vtb-border);padding:48px 0 24px;font-size:14px;color:var(--vtb-text-secondary)}.gp-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;margin-bottom:32px}.gp-footer__brand img{height:40px;margin-bottom:16px}.gp-footer__brand p{font-size:13px;line-height:1.5;color:var(--vtb-text-muted);max-width:320px}.gp-footer__col h4{font-size:14px;font-weight:600;color:var(--vtb-text);margin-bottom:12px}.gp-footer__col a{display:block;font-size:14px;color:var(--vtb-text-secondary);padding:4px 0}.gp-footer__col a:hover{color:var(--vtb-blue)}.gp-footer__phone{font-size:18px;font-weight:600;color:var(--vtb-text);margin-bottom:4px}.gp-footer__phone-hint{font-size:12px;color:var(--vtb-text-muted);margin-bottom:12px}.gp-footer__bottom{border-top:1px solid var(--vtb-border);padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:12px;color:var(--vtb-text-muted)}@media(max-width:1024px){.gp-hero__inner{grid-template-columns:1fr}.gp-hero__title{font-size:44px}.gp-grid-3{grid-template-columns:repeat(2,1fr)}.gp-m2-services{grid-template-columns:1fr}.gp-card--wide{flex-direction:column}.gp-card--wide .gp-card__visual{width:100%}.gp-steps,.gp-projects-grid{grid-template-columns:1fr}.gp-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.gp-container{padding:0 20px}.gp-hero{padding:32px 0 48px}.gp-hero__title{font-size:32px}.gp-section{padding:48px 0}.gp-section__title,.gp-eyebrow{font-size:24px}.gp-grid-3,.gp-grid-2,.gp-footer__grid{grid-template-columns:1fr}.gp-header__nav{display:none}.gp-card,.gp-card--wide{padding:24px}}
