*{box-sizing:border-box}
html{font-size:100%}
body{margin:0;min-height:100svh;overflow-x:hidden;-webkit-text-size-adjust:100%;font-family:'Raleway',sans-serif;background:#fff;color:#1a1624;line-height:1.5;font-size:16px}
.topline-accent{height:4px;background:linear-gradient(90deg,#3764EE 0%,#12658B 50%,#652E0D 100%);width:100%}
.hdr-shell{background:#f4f6fb;border-bottom:1px solid #3764ee1f;box-shadow:0 4px 20px 0 #3764ee14}
.hdr-utility{max-width:1100px;margin:0 auto;padding:12px 24px;display:flex;justify-content:space-between;align-items:center;gap:24px}
.brand-lock{display:flex;align-items:center;gap:12px}
.logo-frame{width:48px;height:48px;background:#fff;border:1px solid #3764ee33;border-radius:7px;padding:6px;box-shadow:0 3px 2px 0 #12658b14;display:flex;align-items:center;justify-content:center}
.logo-frame img{width:100%;height:100%;object-fit:contain}
.brand-name{font-size:24px;font-weight:700;color:#12658B;letter-spacing:.02em}
.utility-contact{display:flex;align-items:center;gap:24px}
.contact-chip{display:flex;align-items:center;gap:6px;font-size:14px;color:#2d3748;background:#fff;padding:6px 12px;border-radius:22px;border:1px solid #652e0d26}
.contact-chip svg{width:16px;height:16px;fill:#652E0D}
.phone-icon,.mail-icon{display:inline-block}
.hdr-nav-zone{background:#fff;border-top:1px solid #12658b14}
.primary-nav{max-width:1100px;margin:0 auto;padding:0 24px;display:flex;justify-content:flex-end;align-items:center;gap:6px}
.nav-link{padding:24px;font-size:16px;font-weight:400;color:#2d3748;text-decoration:none;position:relative;display:inline-block}
.nav-link::after{content:'';position:absolute;bottom:18px;left:24px;right:24px;height:2px;background:#3764EE;transform:scaleX(0);transform-origin:right;transition:transform .38s cubic-bezier(0.34,1.2,0.64,1)}
.nav-link:hover{color:#3764EE}
.nav-link:hover::after{transform:scaleX(1);transform-origin:left}
.nav-link:focus{outline:2px solid #3764EE;outline-offset:4px;border-radius:4px}
@media (max-width: 768px) {
.hdr-utility{flex-direction:column;align-items:flex-start;gap:12px}
.utility-contact{flex-direction:column;align-items:flex-start;gap:6px;width:100%}
.contact-chip{width:100%;justify-content:flex-start}
.primary-nav{flex-direction:column;align-items:stretch;gap:0}
.nav-link{padding:12px 24px;border-bottom:1px solid #3764ee14}
.nav-link::after{display:none}
}
@media (max-width: 480px) {
.brand-lock{flex-direction:column;align-items:flex-start;gap:6px}
.brand-name{font-size:19px}
}
.ftr-mount{background:linear-gradient(135deg,#f4f6fb 0%,#fff 100%);border-top:3px solid #3764EE;padding:80px 24px 40px}
.ftr-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.ftr-brand-column{display:flex;flex-direction:column;gap:24px}
.ftr-logo-stack{display:flex;flex-direction:column;align-items:flex-start;gap:12px}
.ftr-logo-box{width:56px;height:56px;background:#fff;border:2px solid #3764EE;border-radius:13px;padding:6px;box-shadow:0 4px 20px 0 #3764ee14;display:flex;align-items:center;justify-content:center}
.ftr-logo-box img{width:100%;height:100%;object-fit:contain}
.ftr-company-name{font-size:24px;font-weight:700;color:#12658B}
.ftr-description{font-size:16px;line-height:1.75;color:#4a5568;max-width:420px;padding:24px;background:#fff;border-left:4px solid #652E0D;border-radius:7px;box-shadow:0 3px 2px 0 #12658b14}
.ftr-nav-column{display:flex;flex-direction:column;gap:40px}
.ftr-nav-group{display:flex;flex-direction:column;gap:12px}
.ftr-nav-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#3764EE;margin-bottom:6px}
.ftr-nav-link{font-size:16px;color:#4a5568;text-decoration:none;padding:6px 12px;border-radius:4px;display:inline-block;width:fit-content;transition:background .35s cubic-bezier(0.34,1.2,0.64,1),color .35s cubic-bezier(0.34,1.2,0.64,1)}
.ftr-nav-link:hover{background:#3764ee14;color:#3764EE}
.ftr-nav-link:focus{outline:2px solid #12658B;outline-offset:2px}
.ftr-contact-info{display:flex;flex-direction:column;gap:12px;padding:24px;background:#fff;border:1px solid #3764ee26;border-radius:13px;box-shadow:0 3px 2px 0 #3764ee14}
.ftr-contact-row{display:flex;align-items:center;gap:12px;font-size:14px;color:#2d3748}
.ftr-contact-row svg{width:18px;height:18px;fill:#12658B;flex-shrink:0}
.ftr-contact-link{color:#2d3748;text-decoration:none;transition:color .32s ease-in-out}
.ftr-contact-link:hover{color:#3764EE}
.ftr-contact-link:focus{outline:2px solid #3764EE;outline-offset:2px;border-radius:4px}
.ftr-bottom{max-width:1100px;margin:80px auto 0;padding-top:40px;border-top:1px solid #3764ee1f;display:flex;justify-content:space-between;align-items:center;gap:24px}
.ftr-copyright{font-size:14px;color:#718096}
.ftr-legal-links{display:flex;gap:24px}
.ftr-legal-link{font-size:14px;color:#718096;text-decoration:none;transition:color .3s ease-in-out}
.ftr-legal-link:hover{color:#3764EE}
.ftr-legal-link:focus{outline:2px solid #652E0D;outline-offset:2px;border-radius:4px}
@media (max-width: 1024px) {
.ftr-grid{grid-template-columns:1fr;gap:40px}
.ftr-description{max-width:100%}
.ftr-bottom{flex-direction:column;align-items:flex-start;gap:12px}
.ftr-legal-links{flex-direction:column;gap:6px}
}
@media (max-width: 480px) {
.ftr-mount{padding:40px 12px 24px}
.ftr-nav-column{gap:24px}
.ftr-contact-info{padding:12px}
}
.consent-bar{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:3px solid #3764EE;box-shadow:0 9px 60px 0 #3764ee1c;padding:24px;z-index:1500;display:none;transform:translateY(-100%);transition:transform .22s ease-in-out}
.consent-bar.visible{transform:translateY(0)}
.consent-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}
.consent-text{font-size:14px;line-height:1.5;color:#2d3748;flex:1}
.consent-actions{display:flex;gap:24px;flex-shrink:0}
.consent-btn{font-family:'Raleway',sans-serif;font-size:14px;font-weight:400;color:#3764EE;background:transparent;border:none;cursor:pointer;text-decoration:underline;padding:6px 12px;transition:color .35s cubic-bezier(0.34,1.2,0.64,1)}
.consent-btn:hover{color:#12658B}
.consent-btn:focus{outline:2px solid #3764EE;outline-offset:2px;border-radius:4px}
.consent-policy-link{font-size:12px;color:#718096;text-decoration:none;margin-top:6px;display:inline-block}
.consent-policy-link:hover{color:#3764EE}
.consent-policy-link:focus{outline:2px solid #652E0D;outline-offset:2px;border-radius:4px}
@media (max-width: 768px) {
.consent-inner{flex-direction:column;align-items:stretch;gap:24px}
.consent-actions{justify-content:space-between;width:100%}
}
.policy-hnh-body{max-width:1100px;margin:0 auto;padding:80px 24px;background:#fff}
@media (max-width: 768px) {
.policy-hnh-body{padding:40px 12px}
}
.policy-hnh-body h1{font-size:46px;line-height:1.2;color:#1a202c;margin:0 0 40px;font-weight:700}
.policy-hnh-body h2{font-size:33px;line-height:1.2;color:#2d3748;margin:80px 0 24px;font-weight:600}
.policy-hnh-body h3{font-size:24px;line-height:1.5;color:#2d3748;margin:40px 0 24px;font-weight:600}
.policy-hnh-body h4{font-size:19px;line-height:1.5;color:#2d3748;margin:40px 0 12px;font-weight:600}
.policy-hnh-body h5{font-size:16px;line-height:1.5;color:#2d3748;margin:24px 0 12px;font-weight:600}
.policy-hnh-body h6{font-size:16px;line-height:1.5;color:#4a5568;margin:24px 0 12px;font-weight:600}
@media (max-width: 768px) {
.policy-hnh-body h1{font-size:33px;margin-bottom:24px}
.policy-hnh-body h2{font-size:24px;margin-top:40px}
.policy-hnh-body h3{font-size:19px;margin-top:24px}
}
.policy-hnh-body h2:first-child,.policy-hnh-body h3:first-child,.policy-hnh-body h4:first-child{margin-top:0}
.policy-hnh-body p{font-size:16px;line-height:1.75;color:#2d3748;margin:0 0 24px}
.policy-hnh-body ul,.policy-hnh-body ol{font-size:16px;line-height:1.75;color:#2d3748;margin:0 0 24px;padding-left:40px}
@media (max-width: 768px) {
.policy-hnh-body ul,.policy-hnh-body ol{padding-left:24px}
}
.policy-hnh-body ul{list-style-type:disc}
.policy-hnh-body ol{list-style-type:decimal}
.policy-hnh-body li{margin-bottom:12px}
.policy-hnh-body li:last-child{margin-bottom:0}
.policy-hnh-body ul ul,.policy-hnh-body ol ol,.policy-hnh-body ul ol,.policy-hnh-body ol ul{margin-top:12px;margin-bottom:12px}
.policy-hnh-body a{color:#3764EE;text-decoration:underline;font-weight:500}
.policy-hnh-body a:hover{color:#12658B}
.policy-hnh-body table{width:100%;border-collapse:collapse;margin:0 0 40px;font-size:16px;line-height:1.5;background:#fff;border-radius:7px;overflow:hidden;box-shadow:0 3px 2px 0 #3764ee14}
@media (max-width: 768px) {
.policy-hnh-body table{font-size:14px;margin-bottom:24px}
}
.policy-hnh-body thead{background:#f7fafc}
.policy-hnh-body th{padding:24px;text-align:left;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0}
@media (max-width: 768px) {
.policy-hnh-body th{padding:12px}
}
.policy-hnh-body td{padding:24px;color:#2d3748;border-bottom:1px solid #e2e8f0}
@media (max-width: 768px) {
.policy-hnh-body td{padding:12px}
}
.policy-hnh-body tr:last-child td{border-bottom:none}
.policy-hnh-body tbody tr:hover{background:#f7fafc}
.policy-hnh-body div{margin:0 0 24px}
.policy-hnh-body strong{font-weight:600;color:#1a202c}
.policy-hnh-body em{font-style:italic}
.policy-hnh-body code{font-family:monospace;font-size:14px;background:#f7fafc;padding:6px;border-radius:4px;color:#652E0D}
.policy-hnh-body blockquote{margin:0 0 24px;padding:24px;background:#f7fafc;border-left:4px solid #3764EE;border-radius:7px;font-size:16px;line-height:1.75;color:#2d3748}
@media (max-width: 768px) {
.policy-hnh-body blockquote{padding:12px}
}
.policy-hnh-body hr{border:none;border-top:1px solid #e2e8f0;margin:40px 0}
@media (max-width: 768px) {
.policy-hnh-body hr{margin:24px 0}
}
.abt{background:#fff;color:#1a1a1a}
.abt__ttl{display:flex;flex-direction:row;align-items:stretch;max-width:1100px;margin:0 auto;padding-top:80px;padding-bottom:120px;gap:40px}
.abt__ttl-lft{flex:1;display:flex;flex-direction:column;justify-content:center;padding-left:40px;padding-right:24px;position:relative}
.abt__ttl-dots{position:absolute;top:24px;left:12px;display:flex;flex-direction:column;gap:12px;opacity:.4}
.abt__ttl-dot{width:6px;height:6px;background:#3764EE;border-radius:50%}
.abt__ttl h1{font-size:46px;line-height:1.2;margin:0 0 24px;color:#12658B}
.abt__ttl-desc{font-size:16px;line-height:1.75;color:#333;margin:0}
.abt__ttl-rgt{flex:1;position:relative;border-radius:22px;overflow:hidden}
.abt__ttl-img{width:100%;height:100%;object-fit:cover;display:block}
.abt__ttl-ovr{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#3764ee4d 0%,#12658b1a 100%);pointer-events:none}
.abt__vals{background:linear-gradient(180deg,#3764ee0a 0%,#ffff 100%);padding-top:80px;padding-bottom:80px}
.abt__vals-ctn{max-width:1100px;margin:0 auto;padding-left:40px;padding-right:40px}
.abt__vals-hd{font-size:33px;line-height:1.2;color:#652E0D;margin:0 0 40px;text-align:center}
.abt__vals-grd{display:grid;grid-template-columns:100px 1fr 100px 1fr;gap:40px 24px;align-items:start}
.abt__vals-icn{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:13px;background:#fff;box-shadow:0 3px 2px 0 #3764ee14 0 4px 20px 0 #3764ee14;position:relative}
.abt__vals-icn svg{width:40px;height:40px;fill:none;stroke:#3764EE;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.abt__vals-blk{display:flex;flex-direction:column;gap:6px}
.abt__vals-lbl{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#12658B;margin:0}
.abt__vals-txt{font-size:16px;line-height:1.5;color:#333;margin:0}
.abt__vals-sep{grid-column:1 / -1;height:1px;background:repeating-linear-gradient(90deg,transparent,transparent 6px,#3764EE 6px,#3764EE 12px,transparent 12px,transparent 18px,#3764EE 18px,#3764EE 19px,transparent 19px,transparent 25px);opacity:.2;margin:24px 0}
@media (max-width: 1024px) {
.abt__ttl{padding-top:40px;padding-bottom:80px}
.abt__vals-grd{grid-template-columns:80px 1fr;gap:24px}
.abt__vals-sep{grid-column:1 / -1}
}
@media (max-width: 768px) {
.abt__ttl{flex-direction:column;padding-top:24px;padding-bottom:40px;gap:24px}
.abt__ttl-lft{padding-left:24px;padding-right:24px}
.abt__ttl-dots{display:none}
.abt__ttl h1{font-size:33px;margin-bottom:12px}
.abt__ttl-desc{font-size:14px;line-height:1.5}
.abt__ttl-rgt{height:280px;margin-left:24px;margin-right:24px}
.abt__vals{padding-top:40px;padding-bottom:40px}
.abt__vals-ctn{padding-left:24px;padding-right:24px}
.abt__vals-hd{font-size:24px;margin-bottom:24px}
.abt__vals-grd{grid-template-columns:1fr;gap:24px}
.abt__vals-icn{width:60px;height:60px;margin-bottom:12px}
.abt__vals-icn svg{width:30px;height:30px}
.abt__vals-sep{margin:12px 0}
}
@media (min-width: 769px) {
.abt__vals-icn{transition:transform .35s cubic-bezier(0.34,1.2,0.64,1),box-shadow .4s ease-in-out}
.abt__vals-icn:hover{transform:translateY(-6px);box-shadow:0 9px 60px 0 #3764ee1c}
}
::selection{background:#3764ee26;color:#1a1a1a}
.opening{background:#fff;color:#1a1a2e;line-height:1.5}
.opening *{box-sizing:border-box}
.opening__hero{position:relative;padding:80px 24px 200px;background:radial-gradient(ellipse at top right,#3764ee1f,#fff0 65%);overflow:hidden}
.opening__hero-limiter{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:40px}
.opening__hero-content{max-width:700px}
.opening__hero-title{font-size:62px;line-height:1.2;margin:0 0 24px;font-weight:700;color:#1a1a2e}
.opening__hero-quote{font-size:24px;line-height:1.5;margin:0;color:#4a4a5e;font-style:italic}
.opening__hero-visual{position:relative;max-width:500px;align-self:flex-end}
.opening__hero-img{width:100%;height:auto;display:block;filter:grayscale(100%);border-radius:22px}
.opening__hero-deco{position:absolute;top:-12px;right:-12px;width:120px;height:120px;background:#3764ee26;border-radius:50%;z-index:-1}
@media (min-width: 768px) {
.opening__hero{padding:120px 40px 240px}
.opening__hero-limiter{flex-direction:row;align-items:center;justify-content:space-between}
.opening__hero-content{max-width:550px}
.opening__hero-visual{max-width:450px}
}
@media (min-width: 1024px) {
.opening__hero-title{font-size:62px}
.opening__hero-quote{font-size:24px}
}
.opening__adapt{padding:80px 24px;background:linear-gradient(135deg,#f8f9fb 0%,#fff 100%);position:relative}
.opening__adapt::before{content:'';position:absolute;top:0;left:0;right:0;height:80px;background:#fff;clip-path:ellipse(60% 100% at 50% 0%)}
.opening__adapt-limiter{max-width:1100px;margin:0 auto}
.opening__adapt-label{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#12658B;margin:0 0 12px}
.opening__adapt-heading{font-size:46px;line-height:1.2;margin:0 0 40px;font-weight:700;color:#1a1a2e}
.opening__adapt-grid{display:grid;grid-template-columns:1fr;gap:24px}
.opening__adapt-card{background:#fff;padding:40px;border-radius:22px;box-shadow:0 3px 2px 0 #3764ee14 0 4px 20px 0 #3764ee14;position:relative}
.opening__adapt-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#3764EE,#12658B);border-radius:4px 0 0 4px}
.opening__adapt-card-title{font-size:24px;line-height:1.2;margin:0 0 12px;font-weight:700;color:#1a1a2e;display:flex;align-items:center;gap:12px}
.opening__adapt-card-icon{width:8px;height:8px;background:#3764EE;border-radius:50%;flex-shrink:0}
.opening__adapt-card-text{font-size:16px;line-height:1.75;margin:0;color:#4a4a5e}
@media (min-width: 768px) {
.opening__adapt{padding:120px 40px}
.opening__adapt-grid{grid-template-columns:repeat(2,1fr);gap:40px}
}
@media (min-width: 1024px) {
.opening__adapt-grid{grid-template-columns:repeat(3,1fr)}
}
.opening__scale{padding:80px 24px;background:#fff}
.opening__scale-limiter{max-width:1100px;margin:0 auto}
.opening__scale-header{text-align:center;margin:0 0 80px}
.opening__scale-heading{font-size:46px;line-height:1.2;margin:0 0 24px;font-weight:700;color:#1a1a2e}
.opening__scale-heading-accent{font-size:62px;color:#3764EE}
.opening__scale-subtext{font-size:19px;line-height:1.5;margin:0;color:#4a4a5e;max-width:650px;margin:0 auto}
.opening__scale-metrics{display:grid;grid-template-columns:1fr;gap:24px}
.opening__scale-metric{background:linear-gradient(135deg,#f8f9fb 0%,#fff 100%);padding:40px;border-radius:13px;border:2px dashed #3764EE;position:relative;overflow:hidden}
.opening__scale-metric::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#3764ee0d 0%,#12658b0d 100%);animation:opening-bg-shift 4s cubic-bezier(0.34,1.2,0.64,1) infinite alternate;z-index:0}
@keyframes opening-bg-shift {
0%{opacity:.3}
100%{opacity:1}
}
.opening__scale-metric-inner{position:relative;z-index:1}
.opening__scale-metric-value{font-size:46px;line-height:1.2;font-weight:700;color:#3764EE;margin:0 0 6px}
.opening__scale-metric-label{font-size:16px;line-height:1.5;margin:0;color:#4a4a5e;font-weight:600}
@media (min-width: 768px) {
.opening__scale{padding:120px 40px}
.opening__scale-metrics{grid-template-columns:repeat(2,1fr);gap:40px}
}
@media (min-width: 1024px) {
.opening__scale-metrics{grid-template-columns:repeat(4,1fr)}
.opening__scale-metric:last-child{background:#652E0D;border-color:#652E0D}
.opening__scale-metric:last-child::before{background:linear-gradient(90deg,#652e0d4d 0%,#652e0d1a 100%)}
.opening__scale-metric:last-child .opening__scale-metric-value{color:#fff}
.opening__scale-metric:last-child .opening__scale-metric-label{color:#ffffffe6}
}
.opening__case{padding:80px 24px;background:#12658B;color:#fff;position:relative}
.opening__case::before{content:'';position:absolute;top:0;left:0;right:0;height:60px;background:#fff;clip-path:ellipse(55% 100% at 50% 100%)}
.opening__case-limiter{max-width:1100px;margin:0 auto}
.opening__case-layout{display:grid;grid-template-columns:1fr;gap:40px;align-items:center}
.opening__case-content{order:2}
.opening__case-tag{display:inline-block;background:#ffffff26;color:#fff;font-size:14px;font-weight:700;padding:6px 12px;border-radius:36px;margin:0 0 24px;text-transform:uppercase;letter-spacing:1px}
.opening__case-heading{font-size:33px;line-height:1.2;margin:0 0 24px;font-weight:700}
.opening__case-text{font-size:16px;line-height:1.75;margin:0 0 24px;color:#ffffffe6}
.opening__case-details{display:flex;flex-direction:column;gap:12px}
.opening__case-detail{display:flex;align-items:flex-start;gap:12px}
.opening__case-detail-marker{width:6px;height:6px;background:#fff;border-radius:50%;margin-top:8px;flex-shrink:0}
.opening__case-detail-text{font-size:16px;line-height:1.5;margin:0;color:#fffffff2}
.opening__case-visuals{order:1;display:grid;grid-template-columns:1fr;gap:24px}
.opening__case-img-wrap{border-radius:13px;overflow:hidden;box-shadow:0 9px 60px 0 #12658b1c}
.opening__case-img{width:100%;height:280px;object-fit:cover;display:block}
@media (min-width: 768px) {
.opening__case{padding:120px 40px}
.opening__case-layout{grid-template-columns:1fr 1fr;gap:80px}
.opening__case-content{order:1}
.opening__case-visuals{order:2;grid-template-columns:1fr 1fr}
.opening__case-img{height:220px}
}
@media (min-width: 1024px) {
.opening__case-heading{font-size:46px}
.opening__case-img{height:240px}
}
@media (min-width: 1440px) {
.opening__case-visuals{gap:24px}
}
.kontakt{background:#fff;color:#1a1a1a}
.kontakt__intro{max-width:1100px;margin:0 auto;padding:80px 24px 120px;position:relative;overflow:hidden}
.kontakt__intro-layout{display:flex;flex-direction:row;align-items:center;gap:80px}
.kontakt__intro-visual{flex:0 0 420px;position:relative}
.kontakt__intro-shape{width:420px;height:480px;clip-path:polygon(0 0,100% 0,85% 100%,0% 100%);overflow:hidden;position:relative;background:linear-gradient(135deg,#3764ee0d 0%,#12658b0d 100%)}
.kontakt__intro-img{width:100%;height:100%;object-fit:cover;opacity:.35;transform:scale(1);transition:transform .42s cubic-bezier(0.34,1.2,0.64,1),opacity .42s cubic-bezier(0.34,1.2,0.64,1)}
.kontakt__intro-shape:hover .kontakt__intro-img{transform:scale(1.08);opacity:.5}
.kontakt__intro-textzone{flex:1;position:relative;z-index:2}
.kontakt__intro-deco{position:absolute;top:-40px;left:-60px;width:280px;height:280px;border:3px solid #3764EE;border-radius:36px;z-index:-1;opacity:.15}
.kontakt__intro-deco::after{content:'';position:absolute;inset:12px;border:3px solid #12658B;border-radius:22px}
.kontakt__intro-head{font-size:46px;line-height:1.2;margin:0 0 24px;font-weight:700}
.kontakt__intro-head-accent{position:relative;display:inline-block}
.kontakt__intro-head-accent::after{content:'';position:absolute;bottom:4px;left:0;right:0;height:12px;background:linear-gradient(90deg,#3764ee40 0%,#12658b40 100%);z-index:-1}
.kontakt__intro-text{font-size:19px;line-height:1.75;margin:0;color:#333}
.kontakt__form-wrapper{background:linear-gradient(135deg,#3764ee08 0%,#12658b08 100%);position:relative;padding:100px 24px 140px}
.kontakt__form-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#3764EE 50%,transparent 100%);opacity:.2}
.kontakt__form-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:80px;align-items:start}
.kontakt__info-column{display:flex;flex-direction:column;gap:40px}
.kontakt__info-head{font-size:33px;line-height:1.2;margin:0 0 12px;font-weight:700;color:#1a1a1a}
.kontakt__info-subtext{font-size:16px;line-height:1.5;margin:0;color:#555}
.kontakt__info-details{display:flex;flex-direction:column;gap:24px}
.kontakt__info-item{display:flex;flex-direction:column;gap:6px}
.kontakt__info-label{font-size:14px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#3764EE;margin:0}
.kontakt__info-value{font-size:16px;line-height:1.5;margin:0;color:#1a1a1a}
.kontakt__info-link{color:#1a1a1a;text-decoration:none;transition:color .35s ease-in-out}
.kontakt__info-link:hover{color:#3764EE}
.kontakt__stat-box{background:#fff;padding:24px;border-radius:13px;box-shadow:0 3px 2px 0 #3764ee14 0 4px 20px 0 #3764ee14;border:2px solid transparent;transition:border-color .38s cubic-bezier(0.34,1.2,0.64,1),transform .38s cubic-bezier(0.34,1.2,0.64,1)}
.kontakt__stat-box:hover{border-color:#3764EE;transform:translateY(-4px)}
.kontakt__stat-number{font-size:46px;line-height:1.2;font-weight:700;margin:0 0 6px;background:linear-gradient(135deg,#3764EE 0%,#12658B 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.kontakt__stat-desc{font-size:14px;line-height:1.5;margin:0;color:#555}
.kontakt__form-column{background:#fff;padding:40px;border-radius:22px;box-shadow:0 4px 20px 0 #12658b14 0 9px 60px 0 #12658b1c;position:relative}
.kontakt__form-column::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3764EE 0%,#12658B 100%);border-radius:22px 22px 0 0;animation:kontakt-pulse 6s ease-in-out infinite}
@keyframes kontakt-pulse {
0%,100%{opacity:1}
50%{opacity:.4}
}
.kontakt__form-title{font-size:24px;line-height:1.2;margin:0 0 24px;font-weight:700;color:#1a1a1a}
.kontakt__form{display:flex;flex-direction:column;gap:24px}
.kontakt__form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.kontakt__field-group{display:flex;flex-direction:column;gap:6px}
.kontakt__field-label{font-size:14px;line-height:1.2;font-weight:700;color:#1a1a1a;margin:0}
.kontakt__field-input{padding:12px;font-size:16px;line-height:1.5;border:2px solid #e8e8e8;border-radius:7px;background:#fafbfc;color:#1a1a1a;transition:border-color .35s ease-in-out,background-color .35s ease-in-out,box-shadow .35s ease-in-out;box-shadow:inset 0 2px 3px 0 #3764ee08}
.kontakt__field-input::placeholder{color:#999;font-weight:300}
.kontakt__field-input:focus{outline:none;border-color:#3764EE;background:#fff;box-shadow:inset 0 2px 3px 0 #3764ee14 0 0 0 3px #3764ee1a}
.kontakt__field-select-wrapper{position:relative}
.kontakt__field-select{width:100%;padding:12px 40px 12px 12px;font-size:16px;line-height:1.5;border:2px solid #e8e8e8;border-radius:7px;background:#fafbfc;color:#1a1a1a;appearance:none;cursor:pointer;transition:border-color .35s ease-in-out,background-color .35s ease-in-out,box-shadow .35s ease-in-out;box-shadow:inset 0 2px 3px 0 #3764ee08}
.kontakt__field-select:focus{outline:none;border-color:#3764EE;background:#fff;box-shadow:inset 0 2px 3px 0 #3764ee14 0 0 0 3px #3764ee1a}
.kontakt__field-select-wrapper::after{content:'';position:absolute;right:16px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #3764EE;pointer-events:none;transition:transform .3s cubic-bezier(0.34,1.2,0.64,1)}
.kontakt__field-select:focus + .kontakt__field-select-wrapper::after{transform:translateY(-50%) rotate(180deg)}
.kontakt__field-textarea{padding:12px;font-size:16px;line-height:1.5;border:2px solid #e8e8e8;border-radius:7px;background:#fafbfc;color:#1a1a1a;resize:vertical;min-height:140px;font-family:inherit;transition:border-color .35s ease-in-out,background-color .35s ease-in-out,box-shadow .35s ease-in-out;box-shadow:inset 0 2px 3px 0 #3764ee08}
.kontakt__field-textarea::placeholder{color:#999;font-weight:300}
.kontakt__field-textarea:focus{outline:none;border-color:#3764EE;background:#fff;box-shadow:inset 0 2px 3px 0 #3764ee14 0 0 0 3px #3764ee1a}
.kontakt__privacy-wrap{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.kontakt__privacy-checkbox{flex-shrink:0;width:20px;height:20px;margin:2px 0 0;cursor:pointer;accent-color:#3764EE}
.kontakt__privacy-text{font-size:14px;line-height:1.5;margin:0;color:#555}
.kontakt__privacy-link{color:#3764EE;text-decoration:none;transition:color .35s ease-in-out}
.kontakt__privacy-link:hover{color:#12658B;text-decoration:underline}
.kontakt__submit-btn{padding:16px 40px;font-size:16px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border:none;border-radius:7px;background:linear-gradient(135deg,#3764EE 0%,#12658B 100%);color:#fff;cursor:pointer;position:relative;overflow:hidden;transition:transform .38s cubic-bezier(0.34,1.2,0.64,1),box-shadow .38s cubic-bezier(0.34,1.2,0.64,1);box-shadow:0 3px 2px 0 #3764ee14 0 4px 20px 0 #3764ee14}
.kontakt__submit-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#fff3 0%,#fff0 100%);transition:left .45s cubic-bezier(0.34,1.2,0.64,1)}
.kontakt__submit-btn:hover{transform:translateY(-2px);box-shadow:0 9px 60px 0 #3764ee1c}
.kontakt__submit-btn:hover::before{left:100%}
.kontakt__submit-btn:active{transform:translateY(0)}
@media (max-width: 1024px) {
.kontakt__intro-layout{gap:40px}
.kontakt__intro-visual{flex:0 0 340px}
.kontakt__intro-shape{width:340px;height:400px}
.kontakt__form-container{grid-template-columns:320px 1fr;gap:40px}
}
@media (max-width: 768px) {
.kontakt__intro{padding:40px 24px 80px}
.kontakt__intro-layout{flex-direction:column;gap:40px}
.kontakt__intro-visual{flex:0 0 auto;width:100%}
.kontakt__intro-shape{width:100%;height:360px;clip-path:polygon(0 0,100% 0,100% 85%,0% 100%)}
.kontakt__intro-deco{width:200px;height:200px;top:-20px;left:-30px}
.kontakt__intro-head{font-size:33px}
.kontakt__intro-text{font-size:16px}
.kontakt__form-wrapper{padding:40px 24px 80px}
.kontakt__form-container{grid-template-columns:1fr;gap:40px}
.kontakt__info-column{gap:24px}
.kontakt__info-head{font-size:24px}
.kontakt__form-column{padding:24px}
.kontakt__form-row{grid-template-columns:1fr;gap:24px}
.kontakt__submit-btn{width:100%}
}
@media (max-width: 480px) {
.kontakt__intro{padding:24px 12px 40px}
.kontakt__intro-head{font-size:24px}
.kontakt__intro-text{font-size:14px}
.kontakt__form-wrapper{padding:24px 12px 40px}
.kontakt__form-column{padding:24px 12px}
.kontakt__stat-number{font-size:33px}
}
.wrk{max-width:1100px;margin:0 auto;padding:0;background:#fff}
.wrk__title-wrapper{position:relative;background:linear-gradient(135deg,#3764EE 0%,#12658B 100%);padding:80px 24px;overflow:visible}
.wrk__title-wrapper::before{content:'';position:absolute;top:20%;left:10%;width:300px;height:300px;border:3px solid #ffffff26;border-radius:50%;transform:rotate(-15deg)}
.wrk__title-wrapper::after{content:'';position:absolute;bottom:15%;right:8%;width:180px;height:180px;border:2px solid #ffffff1f;border-radius:22px;transform:rotate(25deg)}
.wrk__title-inner{position:relative;z-index:2;max-width:800px;margin:0 auto}
.wrk__title-h1{font-size:46px;line-height:1.2;color:#fff;margin:0 0 24px;font-weight:700}
.wrk__title-quote{font-size:19px;line-height:1.5;color:#ffffffeb;margin:0;font-style:italic}
@media (min-width: 768px) {
.wrk__title-wrapper{padding:120px 40px}
.wrk__title-h1{font-size:62px}
.wrk__title-wrapper::before{width:420px;height:420px}
}
.wrk__intro-section{padding:80px 24px;background:#fff;position:relative}
.wrk__intro-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-circle at 20px 20px,#3764ee0f 2px,transparent 0),radial-circle at 20px 20px,#3764ee0f 2px,transparent 0);background-size:40px 40px;background-position:0 0,20px 20px;opacity:.4;pointer-events:none}
.wrk__intro-content{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:40px;align-items:start}
.wrk__intro-left{display:flex;flex-direction:column;gap:24px}
.wrk__intro-label{display:inline-flex;align-items:center;gap:12px;font-size:14px;text-transform:uppercase;letter-spacing:.08em;color:#3764EE;font-weight:600}
.wrk__intro-dot{width:10px;height:10px;background:#3764EE;border-radius:50%;flex-shrink:0}
.wrk__intro-h2{font-size:33px;line-height:1.2;color:#1a1a1a;margin:0;font-weight:700}
.wrk__intro-text{font-size:16px;line-height:1.75;color:#2d2d2d;margin:0}
.wrk__intro-right{display:flex;flex-direction:column;gap:24px}
.wrk__intro-img-wrapper{position:relative;width:100%;height:320px;border-radius:13px;overflow:hidden;box-shadow:0 4px 20px 0 #3764ee14}
.wrk__intro-img{width:100%;height:100%;object-fit:cover;display:block}
.wrk__intro-img-wrapper::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 40%,#00000059 100%);pointer-events:none}
@media (min-width: 768px) {
.wrk__intro-section{padding:120px 40px}
.wrk__intro-content{grid-template-columns:60fr 40fr;gap:80px}
.wrk__intro-h2{font-size:46px}
.wrk__intro-img-wrapper{height:420px}
}
.wrk__divider-asym{height:2px;background:linear-gradient(to right,transparent 0%,transparent 30%,#3764EE 30%,#3764EE 100%);margin:0}
.wrk__webinar-grid-section{padding:80px 24px;background:#652E0D;position:relative;overflow:hidden}
.wrk__webinar-grid-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 100% 0%,#ffffff14 0%,transparent 50%),radial-gradient(circle at 0% 100%,#ffffff0f 0%,transparent 50%);pointer-events:none}
.wrk__webinar-grid-section::after{content:'';position:absolute;top:-10%;right:-5%;width:400px;height:400px;background:#ffffff08;border-radius:50%;pointer-events:none}
.wrk__webinar-grid-inner{position:relative;z-index:1}
.wrk__webinar-grid-header{margin-bottom:40px;text-align:center}
.wrk__webinar-grid-h2{font-size:33px;line-height:1.2;color:#fff;margin:0 0 12px;font-weight:700}
.wrk__webinar-grid-subtitle{font-size:16px;line-height:1.5;color:#ffffffd9;margin:0}
.wrk__webinar-cards{display:grid;grid-template-columns:1fr;gap:24px}
.wrk__webinar-card{background:#fffffff2;border-radius:13px;padding:40px 24px;box-shadow:0 4px 20px 0 #12658b14;display:flex;flex-direction:column;gap:24px;position:relative;animation:wrk-zoom-settle .42s cubic-bezier(0.34,1.2,0.64,1) backwards}
.wrk__webinar-card:nth-child(1){animation-delay:.1s}
.wrk__webinar-card:nth-child(2){animation-delay:.2s}
.wrk__webinar-card:nth-child(3){animation-delay:.3s}
@keyframes wrk-zoom-settle {
0%{transform:scale(1.15);opacity:0}
100%{transform:scale(1);opacity:1}
}
.wrk__webinar-card-top{display:flex;flex-direction:column;gap:12px}
.wrk__webinar-card-label{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:6px 12px;background:#3764ee1a;border-radius:4px;font-size:14px;color:#3764EE;font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.wrk__webinar-card-h3{font-size:24px;line-height:1.2;color:#1a1a1a;margin:0;font-weight:700}
.wrk__webinar-card-text{font-size:16px;line-height:1.75;color:#2d2d2d;margin:0}
.wrk__webinar-card-meta{display:flex;flex-direction:column;gap:12px;padding-top:24px;border-top:1px solid #3764ee26}
.wrk__webinar-card-meta-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#4a4a4a}
.wrk__webinar-card-icon{width:20px;height:20px;flex-shrink:0}
.wrk__webinar-card-icon svg{width:100%;height:100%;fill:#12658B}
@media (min-width: 768px) {
.wrk__webinar-grid-section{padding:120px 40px}
.wrk__webinar-grid-h2{font-size:46px}
.wrk__webinar-cards{grid-template-columns:repeat(3,1fr)}
.wrk__webinar-card:nth-child(1){align-self:start}
.wrk__webinar-card:nth-child(2){align-self:center;margin-top:40px}
.wrk__webinar-card:nth-child(3){align-self:end;margin-top:80px}
}
@media (min-width: 1024px) {
.wrk__webinar-card{padding:40px}
}
.wrk__approach-section{padding:80px 24px;background:#f7f9fc;position:relative}
.wrk__approach-section::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at 0 0,transparent 20px,#f7f9fc 20px),radial-gradient(circle at 40px 40px,transparent 20px,#f7f9fc 20px);background-size:80px 80px;background-position:0 0,0 0;opacity:1;pointer-events:none;background-color:#3764ee05}
.wrk__approach-inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:40px}
.wrk__approach-header{max-width:700px}
.wrk__approach-h2{font-size:33px;line-height:1.2;color:#1a1a1a;margin:0 0 24px;font-weight:700}
.wrk__approach-lead{font-size:16px;line-height:1.75;color:#2d2d2d;margin:0}
.wrk__approach-content{display:grid;grid-template-columns:1fr;gap:40px}
.wrk__approach-visual{display:flex;flex-direction:column;gap:24px}
.wrk__approach-img-wrapper{position:relative;width:100%;height:280px;border-radius:22px;overflow:hidden;box-shadow:0 9px 60px 0 #12658b1c}
.wrk__approach-img{width:100%;height:100%;object-fit:cover;display:block}
.wrk__approach-img-wrapper::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 30%,#0006 100%);pointer-events:none}
.wrk__approach-img-wrapper-second{position:relative;width:100%;height:240px;border-radius:7px;overflow:hidden;box-shadow:0 3px 2px 0 #3764ee14}
.wrk__approach-img-second{width:100%;height:100%;object-fit:cover;display:block}
.wrk__approach-img-wrapper-second::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at center,transparent 35%,#00000061 100%);pointer-events:none}
.wrk__approach-text-blocks{display:flex;flex-direction:column;gap:40px}
.wrk__approach-block{display:flex;flex-direction:column;gap:12px}
.wrk__approach-block-label{font-size:14px;font-weight:700;color:#12658B;text-transform:uppercase;letter-spacing:.06em;margin:0}
.wrk__approach-block-text{font-size:16px;line-height:1.75;color:#2d2d2d;margin:0}
.wrk__approach-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.wrk__approach-list-item{font-size:16px;line-height:1.5;color:#2d2d2d;padding-left:24px;position:relative}
.wrk__approach-list-item::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:#3764EE;border-radius:50%}
@media (min-width: 768px) {
.wrk__approach-section{padding:120px 40px}
.wrk__approach-h2{font-size:46px}
.wrk__approach-content{grid-template-columns:45fr 55fr;gap:80px}
.wrk__approach-img-wrapper{height:360px}
.wrk__approach-img-wrapper-second{height:300px}
}
.wrk__stats-section{padding:80px 24px;background:linear-gradient(ellipse at 50% 50%,#3764ee14 0%,#12658b0a 100%);position:relative}
.wrk__stats-inner{position:relative;z-index:1}
.wrk__stats-header{text-align:center;margin-bottom:40px}
.wrk__stats-h2{font-size:33px;line-height:1.2;color:#1a1a1a;margin:0;font-weight:700}
.wrk__stats-grid{display:grid;grid-template-columns:1fr;gap:24px}
.wrk__stats-card{background:#fff;border-radius:13px;padding:40px 24px;box-shadow:0 4px 20px 0 #3764ee14;text-align:center;position:relative;overflow:hidden}
.wrk__stats-card::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,transparent 0%,#3764ee0f 50%,transparent 100%);transition-property:left;transition-duration:.38s;transition-timing-function:cubic-bezier(0.34,1.2,0.64,1)}
.wrk__stats-card:hover::before{left:100%}
.wrk__stats-number{font-size:46px;line-height:1.2;color:#3764EE!important;font-weight:700;margin:0 0 12px}
.wrk__stats-label{font-size:16px;line-height:1.5;color:#2d2d2d;margin:0}
@media (min-width: 768px) {
.wrk__stats-section{padding:120px 40px}
.wrk__stats-h2{font-size:46px}
.wrk__stats-grid{grid-template-columns:repeat(3,1fr);gap:40px}
.wrk__stats-card{padding:60px 40px}
}
@media (max-width: 767px) {
.wrk__stats-card::before{transition-duration:0s}
.wrk__webinar-card{animation:none}
}
.wrk ::selection{background:#3764ee33;color:inherit}
.success-page{background:linear-gradient(180deg,#fff 0%,#f4f6fc 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 24px}
.success-page .confirm-wrapper{max-width:620px;width:100%;background:#fff;border-radius:22px;box-shadow:0 4px 20px 0 #3764ee14;padding:80px 40px;text-align:center}
.success-page .icon-holder{width:92px;height:92px;margin:0 auto 40px;position:relative}
.success-page .icon-holder svg{width:100%;height:100%}
.success-page .icon-holder circle{fill:none;stroke:#3764EE;stroke-width:3;stroke-linecap:round;stroke-dasharray:200;stroke-dashoffset:200;animation:drawCircle .42s cubic-bezier(0.34,1.2,0.64,1) forwards}
.success-page .icon-holder polyline{fill:none;stroke:#3764EE;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60;animation:drawCheck .38s cubic-bezier(0.34,1.2,0.64,1) .42s forwards}
@keyframes drawCircle {
to{stroke-dashoffset:0}
}
@keyframes drawCheck {
to{stroke-dashoffset:0}
}
.success-page .confirm-label{display:inline-block;background:linear-gradient(135deg,#3764ee1f 0%,#12658b1f 100%);color:#12658B;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:6px 24px;border-radius:36px;margin-bottom:24px}
.success-page .confirm-title{font-size:46px;line-height:1.2;color:#1a1d29;margin:0 0 24px;font-weight:700}
.success-page .confirm-text{font-size:19px;line-height:1.5;color:#4a5568;margin:0 0 40px}
.success-page .confirm-detail{background:#f8f9fd;border-radius:13px;padding:24px;margin-bottom:40px;text-align:left}
.success-page .detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #3764ee1a}
.success-page .detail-row:last-child{border-bottom:none;padding-bottom:0}
.success-page .detail-row:first-child{padding-top:0}
.success-page .detail-key{font-size:14px;color:#6b7280;font-weight:500}
.success-page .detail-value{font-size:16px;color:#1a1d29;font-weight:600}
.success-page .action-group{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.success-page .btn-primary{background:#3764EE;color:#fff;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:16px 40px;border:none;border-radius:7px;cursor:pointer;text-decoration:none;display:inline-block;position:relative;overflow:hidden;transition:transform .35s cubic-bezier(0.34,1.2,0.64,1)}
.success-page .btn-primary::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#fff3 0%,#fff0 100%);transition:left .4s ease-in-out}
.success-page .btn-primary:hover::before{left:100%}
.success-page .btn-primary:hover{transform:translateY(-2px);box-shadow:0 9px 60px 0 #3764ee1c}
.success-page .btn-secondary{background:transparent;color:#12658B;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:16px 40px;border:2px solid #12658B;border-radius:7px;cursor:pointer;text-decoration:none;display:inline-block;transition:background .38s cubic-bezier(0.34,1.2,0.64,1),color .38s cubic-bezier(0.34,1.2,0.64,1)}
.success-page .btn-secondary:hover{background:#12658B;color:#fff}
.success-page .support-note{margin-top:40px;padding-top:40px;border-top:1px solid #3764ee26}
.success-page .support-note p{font-size:14px;line-height:1.5;color:#6b7280;margin:0}
.success-page .support-note a{color:#3764EE;text-decoration:none;font-weight:600;transition:color .35s ease-in-out}
.success-page .support-note a:hover{color:#12658B}
@media (max-width: 768px) {
.success-page .confirm-wrapper{padding:40px 24px}
.success-page .confirm-title{font-size:33px}
.success-page .confirm-text{font-size:16px}
.success-page .action-group{flex-direction:column}
.success-page .btn-primary,.success-page .btn-secondary{width:100%}
.success-page .detail-row{flex-direction:column;align-items:flex-start;gap:6px}
}
@media (max-width: 480px) {
.success-page{padding:24px 12px}
.success-page .icon-holder{width:72px;height:72px;margin-bottom:24px}
.success-page .confirm-title{font-size:24px}
}