:root{
  --gbt-navy:#0c2a47;
  --gbt-accent:#faa818;
  --gbt-text:#333222;
  --gbt-text-dark:#333333;
  --gbt-muted:rgba(34,34,34,.8);
  --gbt-line:#e8edf4;
  --gbt-bg:#fafbfc;
  --gbt-white:#ffffff;
  --gbt-container:1400px;
  --gbt-shadow:0 18px 52px rgba(13,31,48,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',Arial,Helvetica,sans-serif;background:var(--gbt-bg);color:var(--gbt-text);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
body.gbt-menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
.gbt-container{width:min(var(--gbt-container),calc(100% - 48px));margin:0 auto}

/* Header */
.gbt-site-header{height:76px;background:#fff;border-bottom:1px solid #eef1f5;position:relative;z-index:100}
.gbt-header-inner{height:100%;display:grid;grid-template-columns:minmax(170px,260px) 1fr minmax(360px,430px);align-items:center;gap:24px}
.gbt-brand{display:inline-flex;align-items:center;width:173px;max-width:173px;min-width:173px}
.gbt-brand-logo{display:block;width:173px;height:78px;line-height:0;overflow:hidden}
.gbt-brand-logo img,.gbt-brand-logo .custom-logo{width:173px;height:auto;max-height:78px;object-fit:contain}
.gbt-brand-text{display:none}
.gbt-header-menu{display:flex;justify-content:center;min-width:0}
.gbt-menu,.gbt-footer-menu{list-style:none;margin:0;padding:0}
.gbt-menu--header{display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:28px;flex-wrap:nowrap;margin:0;padding:0;list-style:none}
.gbt-menu--header li{display:block;margin:0;padding:0;line-height:1}
.gbt-menu--header a{display:block;font-size:14px;font-weight:500;line-height:1.35;color:#12172d;white-space:nowrap;transition:color .18s ease}
.gbt-menu--header a:hover{color:var(--gbt-accent)}
.gbt-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;white-space:nowrap}
.gbt-phone{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:800;color:#081133;line-height:1}
.gbt-header-icon--phone{width:34px;height:34px;border-radius:50%;background:#f4f6fb;display:grid;place-items:center;flex:0 0 34px}
.gbt-header-icon--phone img{width:18px;height:18px;object-fit:contain}
.gbt-social{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;flex:0 0 31px;overflow:hidden;transition:transform .18s ease,opacity .18s ease}
.gbt-social:hover{transform:translateY(-1px);opacity:.9}
.gbt-social img{width:31px;height:31px;object-fit:contain}
.gbt-burger{display:none;width:44px;height:44px;border:1px solid var(--gbt-line);border-radius:14px;background:#fff;padding:10px;cursor:pointer}
.gbt-burger span{display:block;height:2px;background:#333;border-radius:99px;margin:5px 0}

/* Mobile drawer */
.gbt-mobile-backdrop{position:fixed;inset:0;background:rgba(5,11,47,.42);z-index:190;opacity:0;transition:opacity .28s ease}
.gbt-mobile-backdrop.is-active{opacity:1}
.gbt-mobile-drawer{position:fixed;top:0;right:0;width:min(84vw,360px);height:100dvh;background:#fff;z-index:200;transform:translateX(100%);transition:transform .32s cubic-bezier(.22,.75,.22,1);box-shadow:-22px 0 58px rgba(6,12,35,.18);display:flex;flex-direction:column;overflow:hidden}
.gbt-mobile-drawer.is-active{transform:translateX(0)}
.gbt-mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 14px;border-bottom:1px solid #eef1f5}
.gbt-mobile-logo img{width:134px;height:auto}
.gbt-drawer-close{width:42px;height:42px;border:0;border-radius:50%;background:#f3f6fb;color:#333;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer}
.gbt-mobile-drawer-body{padding:18px 22px 26px;overflow:auto}
.gbt-menu--mobile{display:grid;gap:0;list-style:none;margin:0;padding:0}
.gbt-menu--mobile li{border-bottom:1px solid #eef1f5}
.gbt-menu--mobile a{display:block;padding:17px 0;font-size:19px;line-height:1.25;font-weight:800;color:#333}
.gbt-drawer-contacts{margin-top:26px;padding-top:18px;border-top:1px solid #eef1f5}
.gbt-drawer-contacts p{margin:0 0 14px;font-size:16px;font-weight:800;color:#333}
.gbt-drawer-phone{display:block;margin-bottom:16px;padding:14px 16px;border-radius:14px;background:#f3f6fb;color:#333;font-size:17px;font-weight:800;text-align:center}
.gbt-drawer-socials{display:flex;align-items:center;gap:12px}

/* Hero */
.gbt-hero{background:#fafbfc;padding:68px 0 78px;overflow:hidden}
.gbt-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 681px;align-items:center;gap:66px}
.gbt-hero-content{max-width:663px;padding-top:4px}
.gbt-hero-badge{display:inline-flex;align-items:center;justify-content:center;gap:11px;height:42px;padding:0 18px;border:2px solid var(--gbt-accent);border-radius:14px;margin:0 0 27px;color:rgba(34,34,34,.8);font-size:15px;font-weight:500;line-height:1.6;white-space:nowrap}
.gbt-hero-badge img{width:21px;height:21px;object-fit:contain}
.gbt-hero h1{margin:0 0 20px;max-width:663px;color:#333;font-size:67px;font-weight:600;line-height:1.1;letter-spacing:-.045em}
.gbt-hero-text{margin:0 0 30px;max-width:569px;color:rgba(34,34,34,.8);font-size:20px;font-weight:400;line-height:1.6}
.gbt-hero-triggers{display:grid;gap:20px;margin:0 0 36px;padding:0;list-style:none;max-width:585px}
.gbt-hero-triggers li{display:flex;align-items:center;gap:23px;color:rgba(34,34,34,.8);font-size:19px;font-weight:500;line-height:1.6}
.gbt-hero-triggers span{width:30px;height:30px;border:2px solid var(--gbt-accent);border-radius:5px;display:grid;place-items:center;flex:0 0 30px}
.gbt-hero-triggers img{width:12px;height:9px;object-fit:contain}
.gbt-hero-button{width:350px;height:85px;border-radius:15px;background:var(--gbt-navy);display:inline-flex;align-items:center;justify-content:center;gap:34px;color:#fff;font-family:'Inter',Arial,sans-serif;font-size:18px;font-weight:700;line-height:23px;letter-spacing:1.8px;transition:transform .18s ease,background .18s ease}
.gbt-hero-button:hover{transform:translateY(-1px);background:#09233d}
.gbt-hero-button img{width:24px;height:auto}
.gbt-hero-media{position:relative;line-height:0}
.gbt-hero-media--desktop>img{width:681px;height:auto;max-width:none}
.gbt-hero-media--mobile{display:none}
.gbt-hero-note{position:absolute;right:20px;bottom:20px;width:300px;height:86px;border-radius:14px;background:#fff;display:flex;align-items:center;gap:16px;padding:0 27px;box-shadow:0 18px 44px rgba(0,0,0,.12)}
.gbt-hero-note img{width:55px;height:55px;flex:0 0 55px}
.gbt-hero-note span{color:rgba(34,34,34,.8);font-size:18px;font-weight:500;line-height:1.6}

.gbt-main{min-height:50vh}.gbt-content{padding:54px 0}.gbt-post-card,.gbt-single{background:#fff;border:1px solid var(--gbt-line);border-radius:16px;padding:28px;margin-bottom:18px;box-shadow:0 10px 24px rgba(17,24,39,.06)}.gbt-post-title,.gbt-single-title{margin:0 0 14px;color:#333;letter-spacing:-.03em}.gbt-post-title a:hover{color:#0a5cff}.gbt-page>.elementor{width:100%}

/* Footer */
.gbt-site-footer{background:#050b2f;color:#fff;padding:58px 0 28px}.gbt-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:34px}.gbt-footer-brand h2{margin:0 0 14px;font-size:26px;line-height:1.15}.gbt-footer-brand p{margin:0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.65}.gbt-footer-col h3{margin:0 0 16px;font-size:16px;color:#fff}.gbt-footer-menu{display:grid;gap:10px}.gbt-footer-menu a,.gbt-footer-menu span{display:block;color:rgba(255,255,255,.72);font-size:14px;line-height:1.35}.gbt-footer-menu a:hover{color:#fff}.gbt-footer-bottom{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.55);font-size:13px}.gbt-footer-docs .gbt-footer-menu,.gbt-footer-menu--docs{display:flex;gap:16px;flex-wrap:wrap}.gbt-footer-docs a{color:rgba(255,255,255,.55)}.gbt-footer-docs a:hover{color:#fff}

@media(max-width:1280px){
  .gbt-header-inner{grid-template-columns:180px 1fr 365px;gap:18px}.gbt-menu--header{gap:18px}.gbt-hero-inner{grid-template-columns:minmax(0,1fr) 560px;gap:42px}.gbt-hero-media--desktop>img{width:560px}.gbt-hero h1{font-size:56px}.gbt-hero-text{font-size:18px}.gbt-hero-note{right:10px;bottom:12px;transform:scale(.86);transform-origin:right bottom}
}
@media(max-width:1100px){
  .gbt-header-menu{display:none}.gbt-header-inner{display:flex;justify-content:space-between}.gbt-header-actions{margin-left:auto}.gbt-burger{display:block}.gbt-brand{width:150px;min-width:150px}.gbt-brand-logo,.gbt-brand-logo img,.gbt-brand-logo .custom-logo{width:150px;height:auto}.gbt-hero-inner{grid-template-columns:1fr}.gbt-hero-content{max-width:720px}.gbt-hero-media--desktop{display:none}.gbt-hero-media--mobile{display:block;order:-1;max-width:681px;margin:0 auto 28px}.gbt-hero-media--mobile img{width:100%;border-radius:20px}
}
@media(max-width:900px){
  .gbt-container{width:100%;padding:0 16px}.gbt-site-header{height:68px}.gbt-brand{width:126px;min-width:126px}.gbt-brand-logo,.gbt-brand-logo img,.gbt-brand-logo .custom-logo{width:126px;max-height:58px}.gbt-header-actions{gap:9px}.gbt-phone b{display:none}.gbt-header-icon--phone{width:31px;height:31px;flex-basis:31px}.gbt-header-icon--phone img{width:17px;height:17px}.gbt-social{width:31px;height:31px;flex-basis:31px}.gbt-social img{width:31px;height:31px}.gbt-burger{width:40px;height:40px;border-radius:12px;padding:8px;margin-left:2px}
  .gbt-hero{padding:26px 0 46px}.gbt-hero-inner{gap:0}.gbt-hero-media--mobile{margin:0 0 26px;max-width:none}.gbt-hero-media--mobile img{border-radius:18px}.gbt-hero-content{padding:0;max-width:none}.gbt-hero-badge{height:36px;padding:0 14px;border-radius:12px;margin-bottom:18px;font-size:13px;gap:8px}.gbt-hero-badge img{width:17px;height:17px}.gbt-hero h1{font-size:39px;line-height:1.08;letter-spacing:-.045em;margin-bottom:22px}.gbt-hero-text{display:none}.gbt-hero-button{width:100%;height:62px;border-radius:13px;font-size:15px;letter-spacing:1.1px;gap:22px;margin-bottom:24px}.gbt-hero-button img{width:22px}.gbt-hero-triggers{gap:14px;margin:0}.gbt-hero-triggers li{font-size:15px;line-height:1.45;gap:13px}.gbt-hero-triggers span{width:25px;height:25px;flex-basis:25px}.gbt-hero-triggers img{width:11px;height:8px}.gbt-footer-grid{grid-template-columns:1fr}.gbt-site-footer{padding-bottom:40px}.gbt-footer-bottom{display:block}.gbt-footer-docs .gbt-footer-menu,.gbt-footer-menu--docs{display:grid;gap:8px;margin-top:14px}.gbt-content{padding:34px 0}
}
@media(max-width:420px){
  .gbt-container{padding:0 12px}.gbt-brand{width:116px;min-width:116px}.gbt-brand-logo,.gbt-brand-logo img,.gbt-brand-logo .custom-logo{width:116px}.gbt-header-actions{gap:6px}.gbt-social,.gbt-social img,.gbt-header-icon--phone{width:29px;height:29px;flex-basis:29px}.gbt-burger{width:38px;height:38px}.gbt-hero h1{font-size:34px}.gbt-mobile-drawer{width:min(88vw,360px)}
}

/* Benefits block */
.gbt-preim{
  position:relative;
  overflow:hidden;
  min-height:520px;
  padding:74px 0 92px;
  background:#f7f9fc url('../img/bg-3.png') center/cover no-repeat;
  border-radius:0;
}
.gbt-preim-inner{position:relative;z-index:1}
.gbt-preim-head{text-align:center;max-width:780px;margin:0 auto 46px}
.gbt-preim-badge{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:42px;min-width:214px;padding:0 18px;border:2px solid var(--gbt-accent);border-radius:12px;background:rgba(255,255,255,.78);color:rgba(34,34,34,.78);font-size:15px;font-weight:500;line-height:1.6;white-space:nowrap}
.gbt-preim-badge img{width:20px;height:20px;object-fit:contain}
.gbt-preim h2{margin:30px auto 18px;max-width:760px;color:#333;font-size:56px;font-weight:600;line-height:1.14;letter-spacing:-.045em}
.gbt-preim-head p{margin:0;color:rgba(34,34,34,.72);font-size:19px;font-weight:400;line-height:1.6}
.gbt-preim-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;max-width:1400px;margin:0 auto}
.gbt-preim-card{position:relative;min-height:410px;padding:50px 38px 42px;border-radius:12px;background:#fff;border:1px solid rgba(12,42,71,.04);box-shadow:0 18px 40px rgba(12,42,71,.07);display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:flex-start}
.gbt-preim-card.is-featured{background:#fff9ed;border:2px solid var(--gbt-accent);box-shadow:0 20px 46px rgba(250,168,24,.12)}
.gbt-preim-card-star{position:absolute;right:20px;top:-10px;width:58px;height:62px;display:grid;place-items:center;line-height:0}
.gbt-preim-card-star img{width:58px;height:62px;object-fit:contain}
.gbt-preim-icon{width:126px;height:126px;border-radius:50%;background:#eef5ff;display:grid;place-items:center;margin:0 0 24px;line-height:0}
.gbt-preim-card.is-featured .gbt-preim-icon{background:#fff0d2}
.gbt-preim-icon img{width:66px;height:66px;object-fit:contain}
.gbt-preim-card h3{margin:0 0 18px;color:#202020;font-size:23px;font-weight:800;line-height:1.38;letter-spacing:-.02em}
.gbt-preim-card p{margin:0;color:rgba(34,34,34,.78);font-size:18px;font-weight:400;line-height:1.55}

@media(max-width:1280px){
  .gbt-preim{padding:66px 0 82px}.gbt-preim h2{font-size:48px}.gbt-preim-grid{gap:22px}.gbt-preim-card{min-height:370px;padding:42px 28px 34px}.gbt-preim-icon{width:110px;height:110px}.gbt-preim-icon img{width:58px;height:58px}.gbt-preim-card h3{font-size:21px}.gbt-preim-card p{font-size:16px}
}
@media(max-width:900px){
  .gbt-preim{min-height:auto;padding:48px 0 58px;background-position:center top}.gbt-preim-head{margin-bottom:28px}.gbt-preim-badge{height:36px;min-width:0;padding:0 14px;border-radius:10px;font-size:13px}.gbt-preim-badge img{width:17px;height:17px}.gbt-preim h2{margin:20px auto 12px;font-size:32px;line-height:1.16;max-width:340px}.gbt-preim-head p{font-size:15px;line-height:1.5;max-width:330px;margin:0 auto}.gbt-preim-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gbt-preim-card{min-height:220px;padding:22px 12px 20px;border-radius:12px}.gbt-preim-card-star{right:12px;top:-9px;width:38px;height:42px}.gbt-preim-card-star img{width:38px;height:42px}.gbt-preim-icon{width:62px;height:62px;margin-bottom:14px}.gbt-preim-icon img{width:34px;height:34px}.gbt-preim-card h3{font-size:15px;line-height:1.28;margin-bottom:9px}.gbt-preim-card p{font-size:12.5px;line-height:1.42}.gbt-preim-card:nth-child(2) h3,.gbt-preim-card:nth-child(4) h3{font-size:14px}
}
@media(max-width:380px){
  .gbt-preim-grid{gap:10px}.gbt-preim-card{padding:20px 10px 18px}.gbt-preim-card h3{font-size:14px}.gbt-preim-card p{font-size:11.5px}
}


/* v1.6.0 corrections: use prepared SVGs without extra wrappers */
.gbt-hero-triggers span{border:0!important;border-radius:0!important;background:transparent!important;width:30px!important;height:30px!important;flex:0 0 30px!important;display:block!important;line-height:0!important}
.gbt-hero-triggers span img{display:block!important;width:30px!important;height:30px!important;object-fit:contain!important}
.gbt-preim-icon{display:block!important;width:126px!important;height:126px!important;margin:0 0 24px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;line-height:0!important}
.gbt-preim-icon img{display:block!important;width:126px!important;height:126px!important;object-fit:contain!important}
.gbt-preim-card.is-featured .gbt-preim-icon{background:transparent!important}
@media(max-width:900px){
  .gbt-hero{padding-bottom:60px!important}
  .gbt-hero-content{display:flex!important;flex-direction:column!important}
  .gbt-hero-badge{order:1!important}
  .gbt-hero h1{order:2!important;margin-bottom:20px!important}
  .gbt-hero-button{order:3!important;margin:0 0 20px!important}
  .gbt-hero-triggers{order:4!important;gap:20px!important;margin:0!important}
  .gbt-hero-triggers span{width:25px!important;height:25px!important;flex:0 0 25px!important}
  .gbt-hero-triggers span img{width:25px!important;height:25px!important}
  .gbt-preim-icon{width:62px!important;height:62px!important;margin-bottom:14px!important}
  .gbt-preim-icon img{width:62px!important;height:62px!important}
  .gb-card-rating{margin-bottom:20px!important}
  .gb-mobile-nav{background:#0a5cff!important;border-top:0!important;padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;box-shadow:0 -10px 30px rgba(7,16,44,.18)!important;align-items:center!important}
  .gb-mobile-nav button{background:#fff!important;border-radius:12px!important;min-height:50px!important;height:auto!important;align-items:center!important;justify-content:flex-start!important;padding:8px 10px!important;box-sizing:border-box!important}
  .gb-mobile-nav button>*{align-self:center!important}
  .gb-mobile-nav img{align-self:center!important;flex:0 0 auto!important}
  .gb-mobile-nav span,.gb-mobile-nav b,.gb-mobile-nav small{line-height:1.15!important;text-align:left!important}
}


/* v1.7.0 content width corrections */
:root{--gbt-container:1400px;}
.gbt-container{width:min(1400px,calc(100% - 48px))!important;}
.gbt-preim-grid{max-width:1400px!important;}
@media(max-width:900px){.gbt-container{width:100%!important;padding-left:16px!important;padding-right:16px!important;}}

/* v1.8 fixes */
@media(max-width:900px){.gbt-hero{padding-bottom:28px!important}.gbt-hero-button,.gbt-hero-triggers{display:none!important}.gbt-hero h1{margin-bottom:0!important}.gbt-hero-media--mobile{margin-bottom:20px!important}}

/* What is included block */
.gbt-what{
  background:#fff;
  padding:80px 0 86px;
  overflow:hidden;
}
.gbt-what-inner{position:relative}
.gbt-what-head{text-align:center;margin:0 auto 44px;max-width:760px}
.gbt-what-head h2{margin:0;color:#333;font-size:38px;font-weight:800;line-height:1.16;letter-spacing:-.035em}
.gbt-what-head p{margin:11px 0 0;color:rgba(34,34,34,.66);font-size:16px;font-weight:400;line-height:1.55}
.gbt-what-layout{display:grid;grid-template-columns:620px 1fr;gap:44px;align-items:center;max-width:1400px;margin:0 auto}
.gbt-what-image{line-height:0;border-radius:4px;overflow:hidden;align-self:stretch;display:flex;align-items:stretch}
.gbt-what-image img{width:100%;height:100%;min-height:500px;object-fit:cover;border-radius:4px}
.gbt-what-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.gbt-what-card{min-height:144px;border:1px solid #dfe4ec;background:#fff;border-radius:4px;padding:22px 22px;display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}
.gbt-what-card:hover{border-color:rgba(250,168,24,.65);box-shadow:0 16px 36px rgba(12,42,71,.08);transform:translateY(-1px)}
.gbt-what-icon{width:58px;height:58px;display:block;line-height:0;flex:0 0 58px}
.gbt-what-icon img{width:58px;height:58px;object-fit:contain}
.gbt-what-card h3{margin:0 0 7px;color:#333;font-size:18px;font-weight:800;line-height:1.22;letter-spacing:-.015em}
.gbt-what-card p{margin:0;color:rgba(34,34,34,.66);font-size:14px;font-weight:400;line-height:1.45}

@media(max-width:1280px){
  .gbt-what{padding:66px 0 74px}
  .gbt-what-layout{grid-template-columns:520px 1fr;gap:30px}
  .gbt-what-image img{min-height:440px}
  .gbt-what-card{padding:18px;gap:14px;min-height:132px}
  .gbt-what-card h3{font-size:16px}
  .gbt-what-card p{font-size:13px}
}
@media(max-width:900px){
  .gbt-what{padding:48px 0 56px}
  .gbt-what-head{margin-bottom:26px;max-width:340px}
  .gbt-what-head h2{font-size:28px;line-height:1.18}
  .gbt-what-head p{font-size:14px;line-height:1.45}
  .gbt-what-layout{display:block}
  .gbt-what-image{display:none}
  .gbt-what-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .gbt-what-card{min-height:142px;padding:15px 10px 14px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;border-radius:6px}
  .gbt-what-icon{width:44px;height:44px}
  .gbt-what-icon img{width:44px;height:44px}
  .gbt-what-card h3{font-size:13.5px;line-height:1.18;margin-bottom:5px}
  .gbt-what-card p{font-size:11.5px;line-height:1.32}
}
@media(max-width:380px){
  .gbt-what-grid{gap:8px}
  .gbt-what-card{padding:13px 8px;min-height:136px}
  .gbt-what-card h3{font-size:12.5px}
  .gbt-what-card p{font-size:11px}
}


/* v1.10 typography fixes */
.gbt-what-head h2{font-size:56px!important;font-weight:500!important;}
.gbt-preim-head p{font-size:20px!important;}
.gbt-what-head p{font-size:20px!important;}
@media(max-width:900px){
  .gbt-what-head h2{font-size:30px!important;font-weight:500!important;}
  .gbt-preim-head p,.gbt-what-head p{font-size:15px!important;}
}


/* v2.0.0 mobile side padding and steps block */
@media(max-width:900px){
  .gbt-container{padding-left:20px!important;padding-right:20px!important;}
}
.gbt-steps{
  position:relative;
  overflow:hidden;
  background:#fff;
  padding:86px 0 94px;
}
.gbt-steps-inner{position:relative;z-index:1;}
.gbt-steps h2{margin:0 0 60px;text-align:center;color:#333;font-size:56px;font-weight:800;line-height:1.12;letter-spacing:-.045em;}
.gbt-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:92px;align-items:stretch;max-width:1180px;margin:0 auto;}
.gbt-step-card{position:relative;background:#fff;border-radius:12px;min-height:512px;padding:68px 52px 55px;box-shadow:0 28px 70px rgba(0,0,0,.18);display:flex;flex-direction:column;align-items:center;text-align:center;}
.gbt-step-num{position:absolute;left:50%;top:-38px;transform:translateX(-50%);width:80px;height:80px;border-radius:50%;background:#faa818;color:#fff;border:8px solid #fff;box-shadow:0 8px 20px rgba(0,0,0,.18);display:grid;place-items:center;font-size:34px;font-weight:800;line-height:1;}
.gbt-step-photo{width:126px;height:126px;border-radius:50%;overflow:hidden;margin:0 0 32px;background:#f4f6fb;}
.gbt-step-photo img{width:100%;height:100%;object-fit:cover;}
.gbt-step-card h3{margin:0 0 36px;color:#333;font-size:30px;font-weight:800;line-height:1.18;letter-spacing:-.03em;}
.gbt-step-list{display:grid;gap:16px;width:100%;}
.gbt-step-item{min-height:92px;border-radius:10px;background:#fff9ef;display:grid;grid-template-columns:64px 1fr;align-items:center;gap:18px;padding:18px 24px;text-align:left;}
.gbt-step-item span{display:grid;place-items:center;width:52px;height:52px;line-height:0;}
.gbt-step-item img{width:44px;height:44px;object-fit:contain;}
.gbt-step-item p{margin:0;color:#555;font-size:22px;font-weight:500;line-height:1.25;}
.gbt-step-arrow{position:absolute;right:-72px;top:50%;transform:translateY(-50%);width:46px;height:auto;z-index:2;}
@media(max-width:1280px){
  .gbt-steps h2{font-size:48px;margin-bottom:54px}.gbt-steps-grid{gap:52px;max-width:1050px}.gbt-step-card{min-height:460px;padding:60px 34px 42px}.gbt-step-card h3{font-size:26px}.gbt-step-item p{font-size:18px}.gbt-step-arrow{right:-48px;width:38px}
}
@media(max-width:900px){
  .gbt-steps{padding:52px 0 58px}.gbt-steps h2{font-size:32px;margin-bottom:38px}.gbt-steps-grid{grid-template-columns:1fr;gap:34px;max-width:430px}.gbt-step-card{min-height:auto;padding:50px 18px 22px;border-radius:14px;box-shadow:0 18px 42px rgba(0,0,0,.12)}.gbt-step-num{width:58px;height:58px;border-width:6px;top:-29px;font-size:24px}.gbt-step-photo{width:88px;height:88px;margin-bottom:20px}.gbt-step-card h3{font-size:22px;margin-bottom:18px}.gbt-step-list{grid-template-columns:1fr 1fr;gap:10px}.gbt-step-item{min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:12px 8px}.gbt-step-item span{width:34px;height:34px}.gbt-step-item img{width:30px;height:30px}.gbt-step-item p{font-size:13px;line-height:1.2}.gbt-step-arrow{display:none}
}
@media(max-width:380px){
  .gbt-steps-grid{gap:30px}.gbt-step-item p{font-size:12px}.gbt-step-card{padding-left:14px;padding-right:14px}
}


/* v1.11.0 - content width and steps tuning */
:root{--gbt-container:1320px!important;}
.gbt-container{width:min(1320px,calc(100% - 48px))!important;}
.gbt-preim-grid,.gbt-what-layout,.gbt-steps-grid{max-width:1320px!important;}
.gbt-step-card{padding:68px 30px 55px!important;}
@media(max-width:900px){
  .gbt-container{width:100%!important;padding-left:20px!important;padding-right:20px!important;}
  .gbt-steps-grid{max-width:430px!important;}
  .gbt-step-card{padding:50px 18px 22px!important;}
}

/* v2.1.0 - footer redesign */
.gbt-site-footer{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 50% -35%, rgba(24,58,92,.55), transparent 38%),
    radial-gradient(circle at 10% 20%, rgba(20,55,85,.32), transparent 30%),
    linear-gradient(180deg,#071321 0%,#06101c 100%)!important;
  color:#fff!important;
  padding:42px 0 34px!important;
  border:0!important;
}
.gbt-site-footer:before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.28) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 140px);
  opacity:.9;
}
.gbt-footer-container{position:relative;z-index:1;}
.gbt-footer-main{
  display:grid!important;
  grid-template-columns:1.08fr 1fr 1.25fr!important;
  gap:56px!important;
  align-items:start!important;
  max-width:1100px!important;
  margin:0 auto!important;
}
.gbt-footer-brand{
  padding-right:54px!important;
  min-height:260px!important;
}
.gbt-footer-col{
  min-height:260px!important;
  padding-left:58px!important;
  border-left:1px solid rgba(255,255,255,.25)!important;
}
.gbt-footer-logo{
  display:block!important;
  width:260px!important;
  max-width:100%!important;
  margin:0 0 42px!important;
  line-height:0!important;
}
.gbt-footer-logo img{width:100%!important;height:auto!important;display:block!important;}
.gbt-footer-brand p,
.gbt-footer-note{
  margin:0!important;
  color:rgba(255,255,255,.64)!important;
  font-size:20px!important;
  line-height:1.45!important;
  font-weight:400!important;
  max-width:310px!important;
}
.gbt-footer-col h3{
  margin:4px 0 20px!important;
  color:#fff!important;
  font-size:24px!important;
  line-height:1.2!important;
  font-weight:800!important;
  letter-spacing:-.02em!important;
}
.gbt-footer-menu{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  gap:17px!important;
}
.gbt-footer-menu li{margin:0!important;padding:0!important;line-height:1.2!important;}
.gbt-footer-menu a,
.gbt-footer-menu span{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:16px!important;
  color:rgba(255,255,255,.78)!important;
  font-size:22px!important;
  line-height:1.18!important;
  font-weight:400!important;
  text-decoration:underline!important;
  text-underline-offset:5px!important;
  text-decoration-color:rgba(255,255,255,.32)!important;
  transition:color .18s ease,text-decoration-color .18s ease!important;
}
.gbt-footer-menu a:before,
.gbt-footer-menu span:before{
  content:'';
  display:block;
  width:12px;
  height:12px;
  flex:0 0 12px;
  background:url('../icons/footer-right.svg') center/contain no-repeat;
}
.gbt-footer-menu a:hover{color:#fff!important;text-decoration-color:#faa818!important;}
.gbt-footer-phone{
  display:inline-flex!important;
  align-items:center!important;
  gap:18px!important;
  margin:28px 0 22px!important;
  color:#fff!important;
  font-size:20px!important;
  font-weight:800!important;
  line-height:1.2!important;
}
.gbt-footer-phone img{width:22px!important;height:22px!important;opacity:.78!important;}
.gbt-footer-socials{display:flex!important;align-items:center!important;gap:13px!important;margin:0 0 26px!important;}
.gbt-footer-socials a{display:block!important;width:40px!important;height:40px!important;line-height:0!important;transition:transform .18s ease,filter .18s ease!important;}
.gbt-footer-socials a:hover{transform:translateY(-2px)!important;filter:brightness(1.08)!important;}
.gbt-footer-socials img{width:40px!important;height:40px!important;object-fit:contain!important;}
.gbt-footer-note{font-size:20px!important;max-width:350px!important;}
.gbt-footer-bottom{
  display:block!important;
  max-width:none!important;
  margin:42px auto 0!important;
  padding:28px 0 0!important;
  border-top:1px solid rgba(250,168,24,.22)!important;
  text-align:center!important;
  color:rgba(255,255,255,.42)!important;
  font-size:20px!important;
  line-height:1.4!important;
}
.gbt-footer-bottom span{display:block!important;margin:0!important;color:rgba(255,255,255,.42)!important;}

@media(max-width:1180px){
  .gbt-footer-main{max-width:960px!important;gap:36px!important;grid-template-columns:1fr 1fr 1.1fr!important;}
  .gbt-footer-col{padding-left:36px!important;}
  .gbt-footer-logo{width:220px!important;}
  .gbt-footer-brand p,.gbt-footer-note{font-size:17px!important;}
  .gbt-footer-menu a,.gbt-footer-menu span{font-size:18px!important;}
  .gbt-footer-col h3{font-size:22px!important;}
}
@media(max-width:900px){
  .gbt-site-footer{padding:34px 0 28px!important;}
  .gbt-footer-main{grid-template-columns:1fr!important;gap:28px!important;max-width:520px!important;}
  .gbt-footer-brand{min-height:0!important;padding-right:0!important;text-align:left!important;}
  .gbt-footer-logo{width:210px!important;margin:0 0 24px!important;}
  .gbt-footer-col{min-height:0!important;padding-left:0!important;border-left:0!important;border-top:1px solid rgba(255,255,255,.18)!important;padding-top:26px!important;}
  .gbt-footer-brand p,.gbt-footer-note{font-size:16px!important;max-width:100%!important;}
  .gbt-footer-col h3{font-size:22px!important;margin-bottom:18px!important;}
  .gbt-footer-menu{gap:13px!important;}
  .gbt-footer-menu a,.gbt-footer-menu span{font-size:17px!important;}
  .gbt-footer-phone{font-size:18px!important;margin:24px 0 18px!important;}
  .gbt-footer-bottom{margin-top:30px!important;padding-top:20px!important;font-size:15px!important;text-align:left!important;}
}


/* v2.2.0 typography and layout fixes */
.gbt-footer-main{max-width:1400px!important;}
:root{--gbt-text:#333333;}
.gbt-hero h1,.gbt-preim-head h2,.gbt-what-head h2,.gbt-steps h2{color:#333!important;font-weight:500!important;}
.gbt-preim-card h3,.gbt-what-card h3,.gbt-step-card h3,.gbt-footer-col h3,.gbt-post-title,.gbt-single-title{color:#333!important;font-weight:600!important;}
.gbt-phone,.gbt-menu--mobile a,.gbt-drawer-contacts p,.gbt-drawer-phone{font-weight:600!important;}
.gbt-hero-triggers li,.gbt-hero-badge span,.gbt-preim-badge span,.gbt-what-card p,.gbt-preim-card p{color:#333!important;}
@media(max-width:900px){
  .gbt-hero{padding-bottom:40px!important;}
  .gbt-hero-media--mobile img{content:url('../img/img-hero-mobile.jpg')!important;}
}


/* v2.3.0 - header and hero remake from Figma */
:root{--gbt-text:#333!important;--gbt-text-dark:#333!important;--gbt-container:1400px!important;}
body{color:#333!important;}
.gbt-container{width:min(1400px,calc(100% - 48px))!important;}
.gbt-site-header{height:95px!important;background:#fff!important;border-bottom:1px solid #eef1f5!important;}
.gbt-header-inner{height:95px!important;display:grid!important;grid-template-columns:210px 1fr 430px!important;gap:28px!important;align-items:center!important;}
.gbt-brand{width:176px!important;min-width:176px!important;max-width:176px!important;}
.gbt-brand-logo{width:176px!important;height:76px!important;overflow:visible!important;}
.gbt-brand-logo img,.gbt-brand-logo .custom-logo{width:176px!important;height:auto!important;max-height:76px!important;object-fit:contain!important;}
.gbt-header-menu{display:flex!important;justify-content:center!important;align-items:center!important;min-width:0!important;}
.gbt-menu--header{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:33px!important;flex-wrap:nowrap!important;width:auto!important;}
.gbt-menu--header li{display:block!important;margin:0!important;padding:0!important;line-height:1!important;}
.gbt-menu--header a{font-size:16px!important;font-weight:500!important;line-height:1.2!important;color:#333!important;white-space:nowrap!important;}
.gbt-menu--header a:hover{color:#faa818!important;}
.gbt-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;}
.gbt-phone{gap:12px!important;font-size:18px!important;font-weight:700!important;color:#333!important;line-height:1!important;}
.gbt-header-icon--phone{width:32px!important;height:32px!important;flex:0 0 32px!important;background:transparent!important;border-radius:0!important;}
.gbt-header-icon--phone img{width:22px!important;height:22px!important;object-fit:contain!important;}
.gbt-social,.gbt-social img{width:40px!important;height:40px!important;flex-basis:40px!important;}
.gbt-burger span{background:#333!important;}
.gbt-drawer-close,.gbt-menu--mobile a,.gbt-drawer-contacts p,.gbt-drawer-phone{color:#333!important;}

.gbt-hero{background:#fafbfc!important;padding:88px 0 80px!important;overflow:hidden!important;}
.gbt-hero-inner{display:grid!important;grid-template-columns:640px 681px!important;gap:79px!important;align-items:center!important;}
.gbt-hero-content{max-width:640px!important;padding-top:0!important;}
.gbt-hero-badge{height:42px!important;min-width:243px!important;padding:0 18px!important;margin:0 0 33px!important;border:2px solid #faa818!important;border-radius:14px!important;background:transparent!important;color:rgba(51,51,51,.8)!important;font-size:15px!important;font-weight:500!important;line-height:1.6!important;}
.gbt-hero-badge img{width:21px!important;height:21px!important;}
.gbt-hero h1{margin:0 0 38px!important;max-width:640px!important;color:#333!important;font-size:67px!important;font-weight:500!important;line-height:1.1!important;letter-spacing:-.045em!important;}
.gbt-hero-text{display:none!important;}
.gbt-hero-triggers{display:grid!important;gap:20px!important;margin:0 0 38px!important;max-width:585px!important;}
.gbt-hero-triggers li{display:flex!important;align-items:center!important;gap:23px!important;color:rgba(51,51,51,.8)!important;font-size:19px!important;font-weight:500!important;line-height:1.6!important;}
.gbt-hero-triggers span{display:block!important;width:30px!important;height:30px!important;flex:0 0 30px!important;border:0!important;background:transparent!important;border-radius:0!important;line-height:0!important;}
.gbt-hero-triggers span img{display:block!important;width:30px!important;height:30px!important;object-fit:contain!important;}
.gbt-hero-button{width:350px!important;height:85px!important;border-radius:15px!important;background:#0c2a47!important;color:#fff!important;font-size:18px!important;font-weight:700!important;line-height:23px!important;letter-spacing:1.8px!important;gap:34px!important;}
.gbt-hero-button:hover{background:#09233d!important;}
.gbt-hero-button img{width:24px!important;}
.gbt-hero-media--desktop>img{width:681px!important;height:auto!important;max-width:none!important;}
.gbt-hero-note{right:20px!important;bottom:20px!important;width:300px!important;height:86px!important;border-radius:14px!important;padding:0 27px!important;gap:16px!important;}
.gbt-hero-note img{width:55px!important;height:55px!important;flex:0 0 55px!important;}
.gbt-hero-note span{font-size:18px!important;font-weight:500!important;color:rgba(51,51,51,.8)!important;line-height:1.6!important;}

.gbt-post-title,.gbt-single-title,.gbt-preim h2,.gbt-what-head h2,.gbt-steps h2,.gbt-preim-card h3,.gbt-what-card h3,.gbt-step-card h3{color:#333!important;}

@media(max-width:1280px){
  .gbt-header-inner{grid-template-columns:180px 1fr 365px!important;gap:20px!important;}
  .gbt-menu--header{gap:22px!important;}
  .gbt-menu--header a{font-size:15px!important;}
  .gbt-phone{font-size:16px!important;}
  .gbt-hero-inner{grid-template-columns:minmax(0,1fr) 560px!important;gap:42px!important;}
  .gbt-hero-media--desktop>img{width:560px!important;}
  .gbt-hero h1{font-size:56px!important;}
}
@media(max-width:1100px){
  .gbt-site-header{height:68px!important;}
  .gbt-header-inner{height:68px!important;display:flex!important;justify-content:space-between!important;}
  .gbt-header-menu{display:none!important;}
  .gbt-brand{width:150px!important;min-width:150px!important;}
  .gbt-brand-logo,.gbt-brand-logo img,.gbt-brand-logo .custom-logo{width:150px!important;height:auto!important;max-height:58px!important;}
  .gbt-header-actions{margin-left:auto!important;gap:9px!important;}
  .gbt-burger{display:block!important;}
  .gbt-phone b{display:none!important;}
  .gbt-header-icon--phone,.gbt-social,.gbt-social img{width:31px!important;height:31px!important;flex-basis:31px!important;}
  .gbt-header-icon--phone img{width:18px!important;height:18px!important;}
  .gbt-hero{padding:26px 0 40px!important;}
  .gbt-hero-inner{display:grid!important;grid-template-columns:1fr!important;gap:0!important;}
  .gbt-hero-media--desktop{display:none!important;}
  .gbt-hero-media--mobile{display:block!important;order:-1!important;margin:0 0 20px!important;max-width:none!important;}
  .gbt-hero-media--mobile img{width:100%!important;border-radius:18px!important;}
  .gbt-hero-content{max-width:none!important;padding:0!important;}
  .gbt-hero-badge{height:36px!important;min-width:0!important;padding:0 14px!important;border-radius:12px!important;margin-bottom:18px!important;font-size:13px!important;gap:8px!important;}
  .gbt-hero-badge img{width:17px!important;height:17px!important;}
  .gbt-hero h1{font-size:39px!important;line-height:1.08!important;margin-bottom:0!important;}
  .gbt-hero-text,.gbt-hero-button,.gbt-hero-triggers{display:none!important;}
}
@media(max-width:420px){
  .gbt-container{width:100%!important;padding-left:20px!important;padding-right:20px!important;}
  .gbt-brand{width:126px!important;min-width:126px!important;}
  .gbt-brand-logo,.gbt-brand-logo img,.gbt-brand-logo .custom-logo{width:126px!important;}
}


/* v2.4.0 requested mobile/footer overrides */
@media (max-width: 900px) {
  .gbt-steps {
    padding: 0 0 58px !important;
  }
}
@media (max-width: 1100px) {
  .gbt-hero {
    padding: 26px 0 23px !important;
  }
  .gbt-hero h1 {
    font-size: 26px !important;
  }
}
.gbt-site-footer,
.gbt-site-footer h1,
.gbt-site-footer h2,
.gbt-site-footer h3,
.gbt-site-footer h4,
.gbt-site-footer .gbt-footer-title,
.gbt-site-footer .gbt-footer-heading,
.gbt-site-footer .gbt-footer-main-title,
.gbt-site-footer strong {
  color: #fff !important;
}
.gbt-site-footer a,
.gbt-site-footer .gbt-footer-menu a,
.gbt-site-footer .gbt-footer-menu span {
  color: rgba(255,255,255,.88) !important;
}
.gbt-site-footer p,
.gbt-site-footer li,
.gbt-site-footer span {
  color: rgba(255,255,255,.72);
}
.gbt-site-footer a:hover {
  color: #fff !important;
}
