.mj-about-hero{background:linear-gradient(127deg,#1a1a2e 0%,#2d3142 53%,#3a3d57 100%);position:relative;overflow:hidden}.mj-about-hero::before{content:'';position:absolute;top:-47px;right:-97px;width:387px;height:387px;background:radial-gradient(circle,rgba(217,112,40,.17)0%,rgba(217,112,40,0)67%);pointer-events:none}.mj-about-hero::after{content:'';position:absolute;bottom:-127px;left:-97px;width:337px;height:337px;background:radial-gradient(circle,rgba(217,112,40,.11)0%,rgba(217,112,40,0)67%);pointer-events:none}.mj-about-hero-overlay{position:relative;z-index:3}.mj-about-hero-txt{position:relative}.mj-crumb{display:inline-flex;align-items:center;gap:11px;padding:7px 19px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.19);font-size:12px;text-transform:uppercase;letter-spacing:.11em;color:#ffffff;font-weight:700}.mj-crumb a{color:#ffd9be;transition:color .3s ease}.mj-crumb a:hover{color:#ffffff}.mj-crumb-sep{color:rgba(255,255,255,.47);font-size:17px;line-height:1}.mj-crumb-curr{color:#ffffff}.mj-intro-zone{border-bottom:1px solid #e8e6df}.mj-intro-grid{align-items:start;display:grid;gap:67px;grid-template-columns:1fr 1.47fr}.mj-intro-left{position:sticky;top:137px}.mj-intro-h2{color:#2d3142;letter-spacing:-.025em;line-height:1.13}.mj-intro-right{padding-top:13px}.mj-intro-p{color:#3a3849;font-size:17px;line-height:1.73;margin-bottom:23px}.mj-intro-p:last-child{margin-bottom:0}.mj-intro-right .mj-intro-p:first-child::first-letter{font-size:57px;font-weight:700;color:#d97028;float:left;line-height:.87;margin-right:9px;margin-top:7px;font-family:Georgia,serif}.mj-values-zone{border-bottom:1px solid #e8e6df;position:relative}.mj-values-h2{color:#2d3142;letter-spacing:-.02em}.mj-value-card{background:#ffffff;border-left:1px solid #e8e6df;transition:all .3s ease;border-right:1px solid #e8e6df;position:relative;border-bottom:1px solid #e8e6df;padding:37px 33px 33px;border-top:3px solid #d97028}.mj-value-card:hover{transform:translateY(-7px);box-shadow:0 17px 43px rgba(45,49,66,.13);border-top-color:#c15e1c}.mj-value-num{font-size:47px;font-weight:700;color:#ecebe5;line-height:.87;margin-bottom:17px;letter-spacing:-.03em;font-family:Georgia,serif}.mj-value-h{color:#2d3142;font-size:21px;font-weight:700;margin-bottom:13px;letter-spacing:-.017em}.mj-value-p{color:#57546a;font-size:15px;line-height:1.67;margin:0}.mj-method-zone{border-bottom:1px solid #e8e6df}.mj-method-h2{color:#2d3142;letter-spacing:-.02em}.mj-steps-list{max-width:937px;margin:0 auto;display:flex;flex-direction:column;gap:27px;position:relative}.mj-steps-list::before{content:'';position:absolute;left:43px;top:43px;bottom:43px;width:2px;background:linear-gradient(180deg,#d97028 0%,#e8e6df 100%);pointer-events:none}.mj-step-row{display:grid;grid-template-columns:87px 1fr;gap:27px;align-items:flex-start;background:#f7f6f2;padding:27px 33px;border:1px solid #ecebe5;position:relative;z-index:2;transition:all .3s ease}.mj-step-row:hover{background:#ffffff;border-color:#d97028;transform:translateX(7px)}.mj-step-num-col{display:flex;align-items:center;justify-content:center}.mj-step-num{display:flex;align-items:center;justify-content:center;width:63px;height:63px;background:#d97028;color:#ffffff;font-size:29px;font-weight:700;border-radius:50%;box-shadow:0 7px 19px rgba(217,112,40,.37);letter-spacing:-.02em}.mj-step-body{padding-top:13px}.mj-step-h{margin-bottom:11px;letter-spacing:-.017em;color:#2d3142;font-weight:700;font-size:21px}.mj-step-p{line-height:1.67;color:#3a3849;margin:0;font-size:15px}.mj-numbers-zone{border-top:3px solid #d97028;border-bottom:3px solid #d97028}.mj-num-cell{padding:23px 17px;border-right:1px solid rgba(255,255,255,.09)}.mj-num-cell:last-child{border-right:none}.mj-num-big{display:block;font-size:67px;font-weight:700;color:#d97028;line-height:1;letter-spacing:-.03em;margin-bottom:13px;font-family:Georgia,serif}.mj-num-lbl{color:#ecebe5;font-size:14px;line-height:1.47;margin:0;text-transform:uppercase;letter-spacing:.07em}.mj-faq-zone{border-bottom:1px solid #e8e6df}.mj-faq-h2{color:#2d3142;letter-spacing:-.02em}.mj-faq-list{display:flex;flex-direction:column;gap:13px}.mj-faq-item{background:#f7f6f2;border:1px solid #e8e6df;border-left:4px solid #d97028;transition:all .3s ease}.mj-faq-item[open]{background:#ffffff;box-shadow:0 9px 27px rgba(45,49,66,.09)}.mj-faq-q{padding:23px 29px;font-size:17px;font-weight:700;color:#2d3142;cursor:pointer;list-style:none;position:relative;padding-right:67px;letter-spacing:-.01em;transition:color .3s ease}.mj-faq-q::-webkit-details-marker{display:none}.mj-faq-q::after{content:'+';position:absolute;right:29px;top:50%;transform:translateY(-50%);font-size:29px;color:#d97028;font-weight:300;line-height:1;transition:transform .3s ease;font-family:Georgia,serif}.mj-faq-item[open] .mj-faq-q::after{transform:translateY(-50%)rotate(45deg)}.mj-faq-q:hover{color:#d97028}.mj-faq-a{padding:0 29px 27px;animation:mjFaqSlide .4s ease}@keyframes mjFaqSlide{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}.mj-faq-a p{color:#3a3849;font-size:15px;line-height:1.73;margin:0}.mj-contact-h2{color:#2d3142;letter-spacing:-.02em}.mj-contact-p{color:#57546a}.mj-contact-box{background:#ffffff;padding:37px 33px;border:1px solid #e8e6df;border-top:3px solid #d97028;display:inline-block;text-align:left;min-width:287px}.mj-contact-addr{color:#2d3142;font-size:15px;line-height:1.73;margin-bottom:17px;padding-bottom:17px;border-bottom:1px solid #ecebe5}.mj-contact-phone{margin:0 0 7px;font-size:15px;font-weight:700}.mj-contact-phone a{color:#2d3142;transition:color .3s ease}.mj-contact-phone a:hover{color:#d97028}.mj-contact-email{margin:0;font-size:14px}.mj-contact-email a{color:#57546a;transition:color .3s ease}.mj-contact-email a:hover{color:#d97028}@media(max-width:992px){.mj-about-hero{height:407px !important}.mj-intro-grid{grid-template-columns:1fr;gap:37px}.mj-intro-left{position:static}.mj-intro-h2{font-size:33px}.mj-steps-list::before{left:33px}.mj-step-row{grid-template-columns:67px 1fr;gap:19px;padding:23px 27px}.mj-step-num{width:53px;height:53px;font-size:25px}.mj-num-cell{border-right:none;border-bottom:1px solid rgba(255,255,255,.09);padding-bottom:27px}.mj-num-cell:last-child{border-bottom:none}.mj-num-big{font-size:57px}}@media(max-width:772px){.mj-about-hero{height:367px !important}.mj-about-hero .mj-hero-ttl{font-size:27px !important}.mj-about-hero .mj-hero-sub{font-size:15px !important}.mj-crumb{font-size:11px;padding:6px 13px;gap:7px}.mj-intro-zone,.mj-values-zone,.mj-method-zone,.mj-faq-zone,.mj-contact-zone{padding-top:47px;padding-bottom:47px;padding-left:17px;padding-right:17px}.mj-intro-h2{font-size:27px}.mj-values-h2,.mj-method-h2,.mj-faq-h2,.mj-contact-h2{font-size:27px}.mj-value-card{padding:27px 23px 23px}.mj-value-num{font-size:37px}.mj-value-h{font-size:19px}.mj-steps-list::before{display:none}.mj-step-row{grid-template-columns:1fr;gap:13px;padding:21px 19px;text-align:left}.mj-step-num-col{justify-content:flex-start}.mj-step-num{width:47px;height:47px;font-size:21px}.mj-step-body{padding-top:0}.mj-step-h{font-size:18px}.mj-numbers-zone{padding:37px 17px}.mj-num-big{font-size:47px}.mj-num-lbl{font-size:12px}.mj-faq-q{padding:19px 53px 19px 23px;font-size:15px}.mj-faq-q::after{right:19px;font-size:25px}.mj-faq-a{padding:0 23px 23px}.mj-contact-box{padding:27px 23px;min-width:auto;display:block;width:100%}.mj-intro-right .mj-intro-p:first-child::first-letter{font-size:43px}}@media(max-width:480px){.mj-about-hero{height:337px !important}.mj-crumb{font-size:10px;letter-spacing:.07em}}