@charset "UTF-8";.icn-burger{--menu-icon-offset:6px;--menu-icon-height:2px;--menu-icon-width:18px;--menu-icon-width-secondary:24px;width:var(--menu-icon-width);height:var(--menu-icon-height);color:#fff;background-color:currentColor;transition-duration:.3s;display:block;border-radius:2px;position:relative}.icn-burger:after,.icn-burger:before{content:'';position:absolute;left:0;background-color:currentColor;height:var(--menu-icon-height);border-radius:inherit;width:var(--menu-icon-width-secondary);transition:all 150ms ease-out}.icn-burger:before{top:calc((var(--menu-icon-offset) + var(--menu-icon-height)) * -1)}.icn-burger:after{bottom:calc((var(--menu-icon-offset) + var(--menu-icon-height)) * -1)}.btn-menu{width:var(--top-nav-height);height:var(--top-nav-height);padding-top:24px;padding-left:16px;z-index:11;background:linear-gradient(130deg,#286600 0,#4c941d 100%);display:none}.btn-menu.opened .icn-burger{width:0}.btn-menu.opened .icn-burger:after{-ms-transform:rotate(45deg);transform:rotate(45deg);bottom:0}.btn-menu.opened .icn-burger:before{-ms-transform:rotate(-45deg);transform:rotate(-45deg);top:0}.mobile-nav{position:fixed;left:0;top:0;width:100%;z-index:10;display:none;height:55px;line-height:55px}.mobile-nav.fixed{background-color:#373737}.mobile-nav-left{position:absolute;left:15px;top:0}.mobile-nav-right{position:absolute;right:15px;top:0}.mobile-menu{position:fixed;left:-100%;top:0;height:100vh;width:100%;z-index:9;background-color:#000;color:#fff;overflow:auto;transition:transform .3s linear;background-image:url(../img/bg/menu-bg.png);background-size:cover;background-position:50% 50%;height:calc(var(--vh) * 100);display:none}.mobile-menu.opened{-ms-transform:translateX(100%);transform:translateX(100%)}.mobile-menu-wrap{position:relative;padding-top:0;padding-bottom:0;min-height:calc(var(--vh) * 100);text-align:center;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;padding:60px var(--container-padding) 0}.mobile-menu-list{width:100%}.mobile-menu-list li{border-bottom:#3c3c3c solid 2px}.mobile-menu-list li:last-of-type{border:none}.mobile-menu-list li.current_page_item{color:#48a60b;font-weight:600;pointer-events:none}.mobile-menu-list a{display:block;padding:10px 0;letter-spacing:.04em;padding:14px 0;transition:color .3s linear}.mobile-menu-list a:active{color:#286600}.mobile-menu-bottom{position:absolute;left:0;bottom:0;width:100%}.top-nav{position:absolute;left:0;top:0;width:100%;z-index:10;background-color:#000;overflow-x:clip}.top-nav.pre-fixed{position:fixed;top:-100px;transition:transform .3s linear;box-shadow:0 3px 10px rgba(0,0,0,.25)}.top-nav.pre-fixed .top-nav-block-center{top:0}.top-nav.fixed{-ms-transform:translateY(100px);transform:translateY(100px)}.top-nav-block{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:var(--top-nav-height);position:relative}.top-nav-block-left:after{content:'';position:absolute;width:2px;border-radius:2px;top:11px;bottom:11px;right:0;background-color:#fff;opacity:0}.top-nav-block-left .logo{--logo-height:16px}.top-nav-block-center{position:absolute;top:100%;width:100%;left:0;transition:top .3s linear}.top-nav-block-right{transition:transform .3s linear,opacity .3s linear}.pages-list{color:#fff;letter-spacing:.04em;text-transform:uppercase}.pages-list ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:65px}.pages-list li.current_page_item{pointer-events:none}.pages-list li.current_page_item a{color:#48a60b}.pages-list li.current_page_item a:before{opacity:1}.pages-list a{display:block;padding:25px 0;transition:color .3s linear;position:relative}.pages-list a:hover{color:#48a60b}.pages-list a:before{content:'';position:absolute;left:0;width:100%;bottom:20px;height:2px;background-color:#48a60b;transition:transform .3s linear,opacity .3s linear;opacity:0}.header{position:relative;z-index:1;color:#fff;overflow:hidden}.header-block{position:relative;z-index:2}.header-bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.header-bg .img{position:absolute;left:0;top:0;width:100%;height:100%}.header-bg .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}.header-main{overflow:visible;--header-main-gap:59px;margin-bottom:var(--header-main-gap)}.header-main.visible .header-main-bg .img img{filter:blur(0)}.header-main.visible .header-block-content-text .button,.header-main.visible .header-block-content-text .h1,.header-main.visible .header-block-content-text .h4,.header-main.visible .header-block-content-text p{opacity:1;-ms-transform:scale(1);transform:scale(1)}.header-main.visible .header-block-content-img{opacity:1;-ms-transform:scale(1);transform:scale(1)}.header-main.visible .header-block-bottom{opacity:1;-ms-transform:scale(1);transform:scale(1)}.header-main-bg{background:linear-gradient(241.65deg,#181a19 23.76%,#262626 77.99%)}.header-main-bg .img img{object-position:50% 100%;opacity:.16;-webkit-mask-image:radial-gradient(55% 56% at 21% 83%,#262626 0,rgba(24,26,25,0) 100%);mask-image:radial-gradient(55% 56% at 21% 83%,#262626 0,rgba(24,26,25,0) 100%);filter:blur(50px);transition:filter 2s ease-out}.header-main .header-block{height:calc(100svh - var(--header-main-gap));min-height:560px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.header-main .header-block-content-text{width:590px;max-width:100%}.header-main .header-block-content-text .h1{margin-bottom:17px;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:translateX(-50%);transform:translateX(-50%)}.header-main .header-block-content-text .h4{margin-bottom:24px;letter-spacing:0;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:.2s;-ms-transform:translateX(-50%);transform:translateX(-50%)}.header-main .header-block-content-text p{margin-bottom:30px;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:.4s;-ms-transform:translateX(-50%);transform:translateX(-50%)}.header-main .header-block-content-text .button{opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:.6s;display:inline-block;-ms-transform:scale(0);transform:scale(0)}.header-main .header-block-content-img{position:absolute;z-index:1;width:394px;right:10px;bottom:58px;opacity:0;transition:transform 1s ease-out,opacity 1s ease-out;transition-delay:.5s;-ms-transform:translateY(20%);transform:translateY(20%)}.header-main .header-block-content-img .el{width:77px}.header-main .header-block-content-img .el img{width:100%;height:auto}.header-main .header-block-content-img .el1{bottom:-23px;right:-21px}.header-main .header-block-content-img .el2{right:-125px;bottom:10px}.header-main .header-block-bottom{position:absolute;--header-bottom-offset:-50px;bottom:calc(var(--header-main-gap) * -1);margin:auto;left:var(--header-bottom-offset);right:var(--header-bottom-offset);background-color:#101010;border-radius:20px;z-index:2;height:118px;overflow:hidden;padding:34px 105px;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:0;transition:transform .6s ease-out,opacity .6s ease-out;transition-delay:.2s;-ms-transform:translateY(100%);transform:translateY(100%)}.header-main .header-block-bottom .swiper-slide{width:auto;transition:opacity .5s ease-out;opacity:0}.header-main .header-block-bottom .swiper-slide-visible{opacity:1}.header-main .header-block-bottom .swiper-slide-visible .img{-ms-transform:scale(1);transform:scale(1)}.header-main .header-block-bottom .img{display:inline-block;transition:transform .5s ease-out;-ms-transform:scale(.5);transform:scale(.5)}.header-main .header-block-bottom .img img{pointer-events:none;max-width:none;width:auto;height:50px;transition:transform .3s linear}.header-page{background-color:#191e19}.header-page .header-bg{opacity:0;transition:opacity 1s linear}.header-page .header-block{padding:160px 0 100px;text-align:center}.header-page .header-block .h2{font-size:2.875rem;line-height:1.2;letter-spacing:-.01em;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:translateY(50px);transform:translateY(50px)}.header-page .header-block p{margin-top:25px;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:.2s;-ms-transform:translateY(40px);transform:translateY(40px);color:#ededed}.header-page.visible .header-bg{opacity:1}.header-page.visible .header-block .h2,.header-page.visible .header-block p{opacity:1;-ms-transform:scale(1);transform:scale(1)}.icn-close{--close-icon-size:20px;--close-icon-color:#fff;width:var(--close-icon-size);height:var(--close-icon-size);color:var(--close-icon-color);transition:color .3s linear;cursor:pointer;position:relative}.icn-close:after,.icn-close:before{content:'';position:absolute;width:133%;height:2px;top:50%;left:-15%;transition:transform .3s linear;background-color:currentColor;border-radius:2px}.icn-close:before{-ms-transform:rotate(45deg);transform:rotate(45deg)}.icn-close:after{-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.icn-close:hover:after{-ms-transform:rotate(-225deg);transform:rotate(-225deg)}.elements{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.elements .el{position:absolute}.copyright{color:#a6a6a6;font-size:.875rem}.blur-circle{--blur-size:372px;--blur-offset:200px;width:var(--blur-size);height:var(--blur-size);position:relative}.blur-circle img{position:absolute;display:block;width:auto;height:auto;max-width:none;position:absolute;left:0;top:0;width:100%;height:100%}.blur-circle-wrap{position:absolute;inset:calc(var(--blur-offset) * -1)}.bg-text{color:rgba(255,255,255,.04);font-weight:900;font-size:6.25rem;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;pointer-events:none}.bg-text span{display:inline-block}.logo{--logo-height:20px}.logo a img,.logo a svg{display:block;width:auto;height:var(--logo-height);overflow:visible}.logo .logo-letter{transition:fill .4s ease-out,transform .4s ease-out;-ms-transform-origin:0 50%;transform-origin:0 50%}.logo .logo-letter-e1{-ms-transform-origin:10% 50%;transform-origin:10% 50%}.logo .logo-letter-i{-ms-transform-origin:49% 0;transform-origin:49% 0}.logo .logo-letter-o{transition:transform .4s ease-out,stroke-width .4s ease-out,fill .4s ease-out;-ms-transform-origin:54% 50%;transform-origin:54% 50%;stroke-width:0;stroke:#48a60b}.noize-bg{pointer-events:none}.noize-bg:after{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../img/bg/noize-bg.jpg);background-size:cover;background-position:50% 50%;z-index:2;opacity:.16}.viewport-anim-t,.viewport-anim-t-0{opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:translateY(50px);transform:translateY(50px)}.viewport-anim-t-0.visible,.viewport-anim-t.visible{opacity:1;-ms-transform:scale(1);transform:scale(1)}.viewport-anim-s,.viewport-anim-s-0{opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:scale(0);transform:scale(0)}.viewport-anim-s-0.visible,.viewport-anim-s.visible{opacity:1;-ms-transform:scale(1);transform:scale(1)}.viewport-anim-l,.viewport-anim-l-0{opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:translateX(-50%);transform:translateX(-50%)}.viewport-anim-l-0.visible,.viewport-anim-l.visible{opacity:1;-ms-transform:scale(1);transform:scale(1)}.viewport-anim-r,.viewport-anim-r-0{opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:translateX(50%);transform:translateX(50%)}.viewport-anim-r-0.visible,.viewport-anim-r.visible{opacity:1;-ms-transform:scale(1);transform:scale(1)}.btn{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-weight:500;font-size:.875rem;padding:16px 42px;border-radius:50px;color:#fff;text-transform:uppercase;box-shadow:0 0 15px rgba(0,0,0,.15);background:linear-gradient(114.1deg,#4c941d 50%,#286600 93.45%);background:linear-gradient(98deg,#4c941d 0,#286600 100%);overflow:hidden;z-index:1;position:relative}.btn:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;background-color:#48a60b;opacity:0;transition:opacity .5s ease-out}.breadcrumbs ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.socials{color:#fff}.socials ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.socials a{display:block;line-height:1;width:18px;height:18px;font-size:1.125rem;transition:color .3s linear}.socials a:hover{color:#48a60b}.custom-list ul{border-top:2px solid #d1ddc9}.custom-list li{border-bottom:2px solid #d1ddc9;font-weight:500;line-height:1.6;padding:17px 0 17px 58px;min-height:70px;--checkbox-size:32px;position:relative;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;transition:color .3s linear,border-color .3s linear}.custom-list li:before{content:"\e908";font-family:svg;width:var(--checkbox-size);height:var(--checkbox-size);font-size:var(--checkbox-size);line-height:1;position:absolute;left:1px;top:calc(50% - var(--checkbox-size)/ 2);border-radius:7px;background-color:#e5f0dd;color:#48a60b;transition:background-color .3s linear,color .3s linear}.block-header{margin-bottom:40px;text-align:center}.block-header .h2{margin-bottom:25px}.block-header p{color:#585858}.slider{position:relative}.slider-buttons{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:2;--btn-offset:30px}.slider-buttons .btn-slider{pointer-events:auto;position:absolute;top:calc(50% - var(--btn-size)/ 2)}.slider-buttons .btn-slider-prev{left:calc(var(--btn-size) * -1 - var(--btn-offset))}.slider-buttons .btn-slider-next{right:calc(var(--btn-size) * -1 - var(--btn-offset))}.slider-main .swiper-slide-visible .swiper-slide-wrapper{opacity:1;-ms-transform:scale(1);transform:scale(1)}.slider-main .swiper-slide-wrapper{transition:transform .5s ease-out,opacity .5s ease-out;opacity:0;-ms-transform:scale(0);transform:scale(0)}.btn-slider{background-color:#e6ece2;--btn-size:58px;width:var(--btn-size);height:var(--btn-size);font-size:1.125rem;line-height:1;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;overflow:hidden;border-radius:50%;color:#fff;transition:background-color .3s linear,color .3s linear;z-index:1;position:relative}.btn-slider[disabled]{color:#93b17f;pointer-events:none}.btn-slider[disabled]:before{opacity:0}.btn-slider:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;pointer-events:none;background:linear-gradient(118deg,#48a60b 0,#286600 100%);transition:opacity .3s linear;opacity:1}.wrapper{overflow-x:clip}.sections{padding-bottom:110px}.benefit-block{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.benefit-block.visible .benefit-block-left,.benefit-block.visible .benefit-block-right .img{opacity:1;-ms-transform:scale(1);transform:scale(1)}.benefit-block-left{width:440px;max-width:100%;opacity:0;transition:transform .6s ease-out,opacity .6s ease-out;transition-delay:0s;-ms-transform:translateX(-50%);transform:translateX(-50%)}.benefit-block-left .h2{margin-bottom:28px}.benefit-block-left .custom-list{text-align:left}.benefit-block-left .btn{margin-top:25px;min-width:160px}.benefit-block-right{width:498px;max-width:100%}.benefit-block-right .img{border-radius:20px;overflow:hidden}.benefit-block-right .img img{border-radius:inherit;transition:transform .6s ease;object-fit:cover;width:100%}.request{padding-top:110px}.request-block{position:relative;overflow:hidden;border-radius:30px;background-color:#191e19;color:#fff;padding:70px 58px 77px 88px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;z-index:1}.request-block .noize-bg{z-index:-1}.request-block .noize-bg:after{opacity:.3}.request-block .el1{width:710px;bottom:-67px;left:-35px}.request-block .el1 img{width:100%;height:auto;display:block}.request-block-left{width:320px;max-width:100%}.request-block-left .h2{font-size:2.875rem;margin-bottom:45px}.request-block-left .h2 span:before{background-image:url(../img/elements/underline-request.svg);left:0;width:105%}.request-block-right{width:470px;max-width:100%}.request-form .input-wrap input,.request-form .input-wrap textarea{background-color:rgba(64,64,64,.8);border-color:rgba(64,64,64,.8);color:#fff}.request-form .input-wrap input:focus,.request-form .input-wrap textarea:focus{background-color:#404040}.request-form .input-wrap-submit{text-align:center}.request-form .input-wrap-submit .btn{padding-inline:56px}.reviews{padding-top:110px}.reviews-item{border-radius:25px;overflow:hidden;background-color:#f3f3f3;transition:background-color .3s linear,color .3s linear,box-shadow .3s linear;height:100%;padding:25px 25px 40px;min-height:259px;position:relative}.reviews-item:after{position:absolute;top:0;right:0;content:"\e910";font-family:svg;line-height:1;font-size:3.8125rem;color:#fff;top:25px;right:20px;transition:color .3s linear}.reviews-item-top{padding-bottom:20px;margin-bottom:20px;border-bottom:#dbdbdb solid 2px;transition:border-color .3s linear,color .3s linear}.reviews-item-top .name{margin-bottom:5px;line-height:1.6}.reviews-item-top .desc{font-size:.875rem;color:#989898;font-weight:500;transition:color .3s linear}.reviews-item-bottom .title{color:#286600;margin-bottom:10px;font-size:.875rem;font-weight:600;transition:color .3s linear}.reviews-item-bottom p{color:#585858;font-size:.875rem;transition:color .3s linear}.reviews-item-bottom p:before{content:'“'}.reviews-item-bottom p:after{content:'”'}.faq{padding-top:110px}.faq-block{position:relative;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.faq-block .el1{font-weight:900;letter-spacing:-.01em;font-size:10.125rem;bottom:0;left:0;line-height:1;color:#f3f3f3}.faq-block-left{width:352px;max-width:100%}.faq-block-left .h2{margin-bottom:30px}.faq-block-left .h2 span:before{background-image:url(../img/elements/underline-faq.svg);left:0;width:107%;height:12px;bottom:-8px}.faq-block-left p{color:#585858}.faq-block-right{width:586px;max-width:100%}.faq-list .faq-item{margin-bottom:15px}.faq-list .faq-item:last-of-type{margin-bottom:0}.faq-item{padding:0 30px;background-color:#f3f3f3;border-radius:15px}.faq-item-title{padding:20px 0;cursor:pointer;position:relative}.faq-item-title:after{content:"\e909";font-family:svg;position:absolute;right:3px;--faq-icon-size:26px;font-size:var(--faq-icon-size);top:calc(50% - var(--faq-icon-size)/ 2);line-height:1;color:#3e9308;transition:color .3s linear,transform .3s linear}.faq-item-title p{width:470px;max-width:100%;transition:color .3s linear;width:calc(100% - 50px);font-weight:500}.faq-item-desc{display:none;border-top:2px solid #dbdbdb;padding:20px 0 25px}.faq-item .desc p{font-size:.875rem;color:#6c6c6c}.faq-item.active .faq-item-title:after{-ms-transform:rotate(90deg);transform:rotate(90deg)}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes learn-stroke-anim{0%{stroke-dashoffset:3030}100%{stroke-dashoffset:0}}.input-row{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.input-row .input-wrap{width:calc(50% - 10px)}.input-wrap{margin-bottom:20px}.input-wrap input,.input-wrap textarea{border:1px solid;background-color:#fff;padding:15px 29px;font-size:.875rem;transition:background-color .3s linear,border-color .3s linear}.input-wrap input:focus,.input-wrap textarea:focus{border-color:#48a60b;border-width:2px;padding:14px 28px}.input-wrap input{border-radius:50px}.input-wrap textarea{border-radius:18px;height:111px}.input-wrap.input-error input,.input-wrap.input-error textarea{border-color:#ff4a4a;border-width:2px;padding:14px 28px}.input-wrap-check{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;--check-size:23px;--check-offset:15px;--check-icon-size:15px}.input-wrap-check .crossbrowser{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.input-wrap-check .crossbrowser:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:5px;background-color:#f8f8f8;transition:background-color .3s linear}.input-wrap-check .crossbrowser:after{content:"\e904";font-family:svg;position:absolute;width:var(--check-icon-size);height:var(--check-icon-size);font-size:var(--check-icon-size);color:#fff;-ms-transform:scale(0);transform:scale(0);transition:transform .3s linear,opacity .3s linear;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}.input-wrap-check .input{width:var(--check-size);height:var(--check-size);margin-right:var(--check-offset);position:relative}.input-wrap-check .input input{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer}.input-wrap-check .input input:checked~.crossbrowser:before{background-color:#48a60b}.input-wrap-check .input input:checked~.crossbrowser:after{-ms-transform:scale(1);transform:scale(1)}.input-wrap-select .mfs-container{position:relative;width:auto}.input-wrap-select .mfs-selected-option{line-height:30px}.input-wrap-select .mfs-selected-option span{display:none}.input-wrap-select .mfs-options{position:absolute;top:100%;left:0;width:100%;height:auto}.input-wrap-select .mfs-option a{display:block}.main-benefit{padding:110px 0}.learn{text-align:center;position:relative;z-index:1;background-color:#f3f3f3;padding:65px 0 70px}.learn .el1{z-index:-1;bottom:25px;margin:auto;left:-150px;right:-172px}.learn .el1 img,.learn .el1 svg{display:block;height:auto;overflow:visible;width:100%}.learn .el1 path{stroke-dasharray:3030}.learn.visible .el1 path{animation:learn-stroke-anim 5s 1 ease}.learn-block-header{margin-bottom:40px;opacity:0;transition:transform .7s ease-out,opacity .7s ease-out;transition-delay:0s;-ms-transform:translateY(50%);transform:translateY(50%)}.learn-block-header.visible{opacity:1;-ms-transform:scale(1);transform:scale(1)}.learn-block-header .h2{margin-bottom:35px}.learn-block-header p{color:#585858}.learn-block-items ul{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:30px;counter-reset:learn}.learn-block-items li{counter-increment:learn}.learn-block-items li:nth-of-type(2){transition-delay:.2s}.learn-block-items li:nth-of-type(3){transition-delay:.3s}.learn-block-items.visible li{opacity:1;-ms-transform:scale(1);transform:scale(1)}.learn-item{background-color:#fff;border-radius:20px;transition:box-shadow .3s linear;padding:57px 20px 35px;height:100%;position:relative;z-index:1}.learn-item:before{content:"0" counter(learn);line-height:1;font-size:7.5rem;font-weight:900;color:#f3f3f3;position:absolute;left:0;right:0;margin:auto;top:13px;z-index:-1;pointer-events:none}.learn-item .icon{width:58px;height:58px;font-size:3.625rem;margin:0 auto 20px;line-height:1;color:#286600;transition:color .3s linear}.learn-item .title{margin-bottom:10px;text-transform:uppercase;font-weight:700;line-height:1.4;font-size:1.0125rem}.learn-item p{font-size:.875rem;margin-bottom:20px;color:#6c6c6c;width:230px;max-width:100%;margin-left:auto;margin-right:auto;min-height:45px}.learn-item .btn{padding-inline:54px}.main-about{padding:110px 0}.main-about-block{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.main-about-block.visible .main-about-block-left,.main-about-block.visible .main-about-block-right{opacity:1;-ms-transform:scale(1);transform:scale(1)}.main-about-block-left{position:relative;width:440px;max-width:100%;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:translateX(-50%);transform:translateX(-50%)}.main-about-block-left .img{overflow:hidden;border-radius:20px}.main-about-block-left .img img{transition:transform .3s linear;border-radius:inherit;object-fit:cover;height:550px;width:100%}.main-about-block-left .btn-main-about{position:absolute;top:30px;left:-44px;width:102px;height:102px;background-color:#fbfbfb;border-radius:50%;box-shadow:0 0 18px rgba(0,0,0,.15);transition:background-color .3s linear,box-shadow .3s linear}.main-about-block-left .btn-main-about img,.main-about-block-left .btn-main-about svg{width:100%;height:100%}.main-about-block-left .btn-main-about path{transition:fill .3s linear}.main-about-block-left .btn-main-about .svg-words{-ms-transform-origin:50% 50%;transform-origin:50% 50%;animation:rotate 20s infinite linear}.main-about-block-right{width:500px;max-width:100%;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:translateX(50%);transform:translateX(50%)}.main-about-block-right .h2{margin-bottom:30px}.main-about-block-right p{margin-bottom:25px;font-weight:500}.main-about-block-right .desc{padding-bottom:5px;margin-bottom:30px;border-bottom:2px solid #d1ddc9}.main-about-block-right .desc p{color:#585858;font-weight:400}.main-about-block-right .stat ul{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:30px}.main-about-block-right .stat .dec{color:#d1ddc9;font-size:3.75rem;letter-spacing:-.01em;font-weight:800;line-height:1;margin-bottom:12px;transition:color .3s linear}.main-about-block-right .stat .title{line-height:1.4;font-weight:500;font-size:.875rem;letter-spacing:0;transition:color .3s linear}.main-about-block-right .btn{margin-top:30px;padding-inline:52px}.advantages-block-header{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;z-index:1;padding:30px 0;position:relative}.advantages-block-header:before{content:'';position:absolute;left:-5000px;width:10000px;height:100%;top:0;z-index:-1;background-color:#f3f3f3;pointer-events:none}.advantages-block-header.visible .advantages-block-header-left,.advantages-block-header.visible .advantages-block-header-right{opacity:1;-ms-transform:scale(1);transform:scale(1)}.advantages-block-header-left{width:440px;max-width:100%;padding:10px 0;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:translateX(-50%);transform:translateX(-50%);position:relative}.advantages-block-header-left:after{content:'';position:absolute;height:100%;width:6px;right:0;background-color:#48a60b;top:0;margin:auto;pointer-events:none}.advantages-block-header-left .h3{line-height:1.4;width:330px;max-width:100%}.advantages-block-header-right{width:500px;max-width:100%;opacity:0;transition:transform .7s ease-out,opacity .7s ease-out;transition-delay:0s;-ms-transform:translateX(50%);transform:translateX(50%)}.advantages-block-header-right p{color:#585858}.advantages-block-items{padding-top:40px}.advantages-block-items ul{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:30px}.advantages-block-items li:nth-of-type(2){transition-delay:.2s}.advantages-block-items li:nth-of-type(3){transition-delay:.3s}.advantages-block-items.visible li{opacity:1;-ms-transform:scale(1);transform:scale(1)}.advantages-item .icon{width:70px;height:70px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:2.375rem;background-color:#f3f3f3;border-radius:50%;color:#3e9308;z-index:1;overflow:hidden;transition:color .3s linear;margin-bottom:20px;position:relative}.advantages-item .icon:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;pointer-events:none;background:linear-gradient(52.68deg,#48a60b 0,#286600 100%);transition:opacity .3s linear;opacity:0}.advantages-item .icon i{line-height:1}.advantages-item .title{margin-bottom:10px;line-height:1.6;font-size:1rem;letter-spacing:0}.advantages-item p{font-size:.875rem;color:#6c6c6c;letter-spacing:0}.header-about{background-color:#2a2829}.header-about .el1{opacity:.11;left:-107px;bottom:-130px}.header-about .el2{opacity:.07;top:-38px;right:-105px}.header-about .el2 .blur-circle{--blur-size:308px}.header-about.visible .header-block-content-text .bg-text,.header-about.visible .header-block-content-text .desc,.header-about.visible .header-block-content-text .title{opacity:1;-ms-transform:scale(1);transform:scale(1)}.header-about.visible .header-about-imgs .img,.header-about.visible .header-about-imgs .img-bg{opacity:1;-ms-transform:scale(1);transform:scale(1)}.header-about .header-block{min-height:100vh;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.header-about .header-block-content-text{width:588px;max-width:100%;position:relative}.header-about .header-block-content-text .bg-text{position:absolute;left:0;top:-60px;opacity:0;transition:transform 1.5s ease-out,opacity 1.5s ease-out;transition-delay:.4s;-ms-transform:translateX(-50%);transform:translateX(-50%)}.header-about .header-block-content-text .title{margin-bottom:30px;opacity:0;transition:transform .7s ease-out,opacity .7s ease-out;transition-delay:0s;-ms-transform:translateX(-50%);transform:translateX(-50%)}.header-about .header-block-content-text .desc{opacity:0;transition:transform .9s ease-out,opacity .9s ease-out;transition-delay:.3s;-ms-transform:translateX(-50%);transform:translateX(-50%)}.header-about .header-block-content-text .desc p{color:#ededed;margin:20px 0;font-size:.875rem}.header-about .header-block-content-text .desc p:last-of-type{margin-bottom:0}.header-about .header-block-content-img{position:absolute;right:-82px;top:calc(50% - 200px)}.header-about-imgs{position:relative;width:435px;height:488px}.header-about-imgs .img,.header-about-imgs .img-bg{position:absolute;border-radius:50%;z-index:1}.header-about-imgs .img-bg-wrap,.header-about-imgs .img-wrap{position:relative;border-radius:inherit}.header-about-imgs .img-bg-wrap:before,.header-about-imgs .img-wrap:before{content:'';position:absolute;pointer-events:none;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit}.header-about-imgs .img img,.header-about-imgs .img-bg img{border-radius:50%;width:100%;height:100%;object-fit:cover;position:relative;z-index:1}.header-about-imgs .img-bg1-bg,.header-about-imgs .img1-bg{z-index:1}.header-about-imgs .img-bg1-bg .img-wrap:before,.header-about-imgs .img1-bg .img-wrap:before{background-color:#ededed;opacity:.04;z-index:-1;transition:background-color .3s linear,opacity .3s linear}.header-about-imgs .img-bg1,.header-about-imgs .img-bg1-bg,.header-about-imgs .img1,.header-about-imgs .img1-bg{top:0;right:0;opacity:0;transition:transform .6s ease-out,opacity .6s ease-out;transition-delay:.2s;-ms-transform:scale(0);transform:scale(0)}.header-about-imgs .img-bg1 .img-wrap,.header-about-imgs .img-bg1-bg .img-wrap,.header-about-imgs .img1 .img-wrap,.header-about-imgs .img1-bg .img-wrap{width:368px;height:368px;padding:24px}.header-about-imgs .img-bg1,.header-about-imgs .img1{z-index:3}.header-about-imgs .img-bg2-bg,.header-about-imgs .img2-bg{z-index:2}.header-about-imgs .img-bg2-bg .img-wrap:before,.header-about-imgs .img2-bg .img-wrap:before{z-index:-2;border:#515250 dashed 2px;opacity:.6;animation:rotate 60s infinite linear;transition:border-color .3s linear,opacity .3s linear}.header-about-imgs .img-bg2,.header-about-imgs .img2{z-index:4}.header-about-imgs .img-bg2,.header-about-imgs .img-bg2-bg,.header-about-imgs .img2,.header-about-imgs .img2-bg{left:0;bottom:0;opacity:0;transition:transform .6s ease-out,opacity .6s ease-out;transition-delay:.7s;-ms-transform:scale(0);transform:scale(0)}.header-about-imgs .img-bg2 .img-wrap,.header-about-imgs .img-bg2-bg .img-wrap,.header-about-imgs .img2 .img-wrap,.header-about-imgs .img2-bg .img-wrap{width:245px;height:245px;padding:18px}.mission{padding-top:90px}.mission-block-items ul{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);gap:30px}.mission-block-items li{opacity:0;transition:transform .7s ease-out,opacity .7s ease-out;transition-delay:0s}.mission-block-items li:nth-of-type(1){-ms-transform:translateX(-50%);transform:translateX(-50%)}.mission-block-items li:nth-of-type(1) .mission-item{color:#fff}.mission-block-items li:nth-of-type(1) .mission-item .icon{color:#3e9308}.mission-block-items li:nth-of-type(2){-ms-transform:translateX(50%);transform:translateX(50%)}.mission-block-items li:nth-of-type(2) .mission-item-bg .img{margin-left:-176px}.mission-block-items li:nth-of-type(2) .mission-item .icon{color:#3e9308}.mission-block-items li:nth-of-type(2) .mission-item p{color:#6c6c6c}.mission-block-items.visible li{opacity:1;-ms-transform:scale(1);transform:scale(1)}.mission-item{height:100%;padding:30px 58px 45px;position:relative;z-index:1;transition:color .3s linear}.mission-item-bg{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;pointer-events:none}.mission-item-bg .img{display:none}.mission-item-bg img,.mission-item-bg svg{width:auto;height:100%;overflow:visible;display:block}.mission-item-bg path{transition:fill .3s linear,stroke .3s linear;stroke-width:1px}.mission-item .icon{width:62px;height:62px;font-size:3.875rem;line-height:1;margin-bottom:25px;transition:color .3s linear}.mission-item .title{text-transform:uppercase;margin-bottom:20px;transition:color .3s linear;font-weight:700;font-size:1.13125rem}.mission-item p{font-size:.875rem;transition:color .3s linear}.process{padding-top:110px}.process-item{width:100%}.process-item .img{overflow:hidden;border-radius:20px;cursor:pointer;position:relative}.process-item .img:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(36,36,36,.65);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .2s linear;opacity:0}.process-item .img:after{content:"\e915";font-family:svg;font-size:1.375rem;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:58px;height:58px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.15);color:#fff;background-color:#191e19;transition:transform .2s linear;-ms-transform:scale(0);transform:scale(0)}.process-item img{object-fit:cover;width:100%;height:auto;aspect-ratio:1/1}.training{padding-top:110px}.training-block-items{margin-bottom:40px;counter-increment:training}.training-block-items ul{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:30px}.training-block-items li{-ms-transform:scale(0);transform:scale(0);opacity:0;transition:transform .6s ease-out,opacity .6s ease-out;transition-delay:0s}.training-block-items li:nth-of-type(1){transition-delay:.15s}.training-block-items li:nth-of-type(2){transition-delay:.3s}.training-block-items li:nth-of-type(3){transition-delay:.45s}.training-block-items li:nth-of-type(4){transition-delay:.6s}.training-block-items li:nth-of-type(5){transition-delay:.75s}.training-block-items li:nth-of-type(6){transition-delay:.9s}.training-block-items li:nth-of-type(7){transition-delay:1.05s}.training-block-items li:nth-of-type(8){transition-delay:1.2s}.training-block-items li:nth-of-type(9){transition-delay:1.35s}.training-block-items li:nth-of-type(n+3){counter-increment:training}.training-block-items.visible li{opacity:1;-ms-transform:scale(1);transform:scale(1)}.training-block-bottom{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background-color:#191e19;padding:19px 58px;border-radius:15px;gap:20px;color:#fff}.training-block-bottom p{font-weight:600;font-size:1.125rem;line-height:1.4;letter-spacing:-.01em}.training-block-bottom .btn{padding-inline:54px}.training-item{border-radius:15px;background-color:#f3f3f3;border:#f3f3f3 solid 2px;padding:18px 28px 33px;height:100%;position:relative;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;gap:25px;transition:border-color .3s linear,box-shadow .3s linear,background-color .3s linear}.training-item .icon{line-height:1;color:#48a60b;transition:color .3s linear}.training-item:not(.training-item-first):before{left:0;content:"0" counter(training) ".";font-weight:500;line-height:1.3;font-size:1.125rem;color:#bababa}.training-item:not(.training-item-first) .icon{width:40px;height:40px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;font-size:2rem;background-color:#fff;border-radius:50%;overflow:hidden;z-index:1;display:-ms-inline-flexbox;display:inline-flex;justify-self:flex-end;position:relative}.training-item:not(.training-item-first) .icon:before{content:'';position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;pointer-events:none;background:linear-gradient(52.68deg,#48a60b 0,#286600 100%);transition:opacity .3s linear;opacity:0}.training-item:not(.training-item-first) p{width:100%;font-size:.875rem;color:#585858}.training-item-first{border-color:#d1ddc9;background-color:#fbfbfb;padding:15px 33px 20px;display:block}.training-item-first:before{display:none}.training-item-first .icon{width:45px;height:45px;font-size:2.8125rem;margin-bottom:20px;transition:transform .5s ease-out}.training-item-first p{text-transform:uppercase;font-weight:700;color:#000;font-size:1.00625rem}.header-coaching{position:relative;color:#fff;background-color:#191e19}.header-coaching .header-bg{opacity:.5;transition:opacity 1.5s ease-out}.header-coaching.visible .header-bg{opacity:1}.header-coaching.visible .header-block-content-left,.header-coaching.visible .header-block-content-right{opacity:1;-ms-transform:scale(1);transform:scale(1)}.header-coaching .header-block{padding:131px 0 55px}.header-coaching .header-block-content{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.header-coaching .header-block-content p{color:#ededed}.header-coaching .header-block-content-left{width:528px;max-width:100%;opacity:0;transition:transform 1s ease-out,opacity 1s ease-out;transition-delay:0s;-ms-transform:translateX(-40%);transform:translateX(-40%)}.header-coaching .header-block-content-left .h2{font-size:2.875rem;margin-bottom:20px}.header-coaching .header-block-content-left .btn{margin-top:30px}.header-coaching .header-block-content-right{width:322px;max-width:100%;opacity:0;transition:transform 1s ease-out,opacity 1s ease-out;transition-delay:0s;-ms-transform:translateX(10%);transform:translateX(10%)}.header-coaching .header-block-content-right ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.header-coaching .header-block-content-right li{width:100%}.header-coaching .header-block-content-right .dec{color:#48a60b;font-size:3.5rem;font-weight:800;line-height:1.2;letter-spacing:-.01em}.header-coaching .header-block-content-right p{font-weight:500;line-height:1.4;font-size:.875rem}.coaching{padding:90px 0 110px}.coaching-block-items .coaching-item{border-bottom:#d1ddc9 solid 2px}.coaching-block-items .coaching-item-wrap:first-of-type .coaching-item{border-top:#d1ddc9 solid 2px}.coaching-item{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;padding:30px 0}.coaching-item-left{width:352px;max-width:100%}.coaching-item-left .img{position:sticky;top:101px}.coaching-item-left .img img{border-radius:15px;object-fit:cover;width:100%;height:269px}.coaching-item-right{width:616px;max-width:100%}.coaching-item-right .h5{color:#286600;text-transform:uppercase;font-weight:700;margin-bottom:15px;font-size:1.13125rem}.coaching-item-right p{font-size:.875rem;color:#6c6c6c;margin-bottom:15px}.coaching-item-right .details-content{display:none}.coaching-item-right .details-content .content{padding-top:15px}.coaching-item-right .details-content .content :first-child{margin-top:0}.coaching-item-right .details-content .content :last-child{margin-bottom:0}.coaching-item-right .details-content li,.coaching-item-right .details-content p{font-size:.875rem;margin:10px 0;color:#6c6c6c}.coaching-item-right .details-content ol,.coaching-item-right .details-content ul{margin:10px 0}.coaching-item-right .details-content ol li:first-of-type,.coaching-item-right .details-content ol li:last-of-type,.coaching-item-right .details-content ul li:first-of-type,.coaching-item-right .details-content ul li:last-of-type{margin:0}.coaching-item-right .details-content li{padding-left:21px}.coaching-item-right .details-content li:before{width:4px;height:4px;left:8px;top:9px}.coaching-item-right .btn{margin-top:25px;padding-inline:56px}.btn-coaching{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:25px;transition:color .3s linear;color:#000}.btn-coaching .icon{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:32px;height:32px;border-radius:7px;background-color:#e5f0dd;color:#48a60b;transition:background-color .3s linear,color .3s linear}.btn-coaching span{font-weight:500;font-size:1rem}.btn-coaching.active .icon-plus:after{-ms-transform:scale(1,0);transform:scale(1,0)}.icon-plus{--plus-size:10px;width:var(--plus-size);height:var(--plus-size);display:inline-block;position:relative}.icon-plus:after,.icon-plus:before{content:'';position:absolute;background-color:currentColor;border-radius:2px;transition:transform .3s linear,opacity .3s linear}.icon-plus:before{width:100%;left:0;height:2px;top:calc(50% - 1px)}.icon-plus:after{top:0;left:calc(50% - 1px);width:2px;height:100%}.steps{text-align:center;background-color:#f3f3f3;padding:90px 0}.steps-block-header{position:relative;z-index:1;margin-bottom:30px}.steps-block-header .bg-text{color:#fff;font-size:7.5rem;line-height:1;pointer-events:none;position:absolute;left:0;width:100%;text-align:center;z-index:-1;letter-spacing:0;top:-50px}.steps-block-header p{width:675px;max-width:100%;margin-left:auto;margin-right:auto}.steps-block-items ul{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:30px;counter-reset:steps}.steps-block-items li{counter-increment:steps;-ms-transform:scale(0);transform:scale(0);opacity:0;transition:transform .6s ease-out,opacity .6s ease-out;transition-delay:0s}.steps-block-items li:nth-of-type(1){transition-delay:.15s}.steps-block-items li:nth-of-type(2){transition-delay:.3s}.steps-block-items li:nth-of-type(3){transition-delay:.45s}.steps-block-items li:nth-of-type(4){transition-delay:.6s}.steps-block-items li:nth-of-type(5){transition-delay:.75s}.steps-block-items li:nth-of-type(6){transition-delay:.9s}.steps-block-items li:nth-of-type(7){transition-delay:1.05s}.steps-block-items li:nth-of-type(8){transition-delay:1.2s}.steps-block-items li:nth-of-type(9){transition-delay:1.35s}.steps-block-items.visible li{opacity:1;-ms-transform:scale(1);transform:scale(1)}.steps-item{--steps-icon-size:89px;--steps-icon-offset:57px;--steps-icon-padding:9px;background-color:#fff;position:relative;border-radius:20px;padding:52px 30px 35px;transition:background-color .3s linear,color .3s linear;margin-top:var(--steps-icon-offset)}.steps-item .icon{position:absolute;top:calc(var(--steps-icon-offset) * -1);left:0;right:0;width:var(--steps-icon-size);height:var(--steps-icon-size);margin:auto}.steps-item .icon:before{content:"\e917";font-family:svg;font-size:var(--steps-icon-size);color:#d1ddc9;line-height:1;display:block;transition:color .3s linear}.steps-item .icon:after{position:absolute;content:"0" counter(steps);inset:var(--steps-icon-padding);margin:auto;background-image:url(../img/svg/steps-icon.svg);background-size:contain;background-repeat:no-repeat;background-position:50% 50%;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;color:#fff;font-weight:600;transition:color .3s linear;font-size:1.5rem}.steps-item .title{margin-bottom:10px}.steps-item p{font-size:.875rem;color:#6c6c6c}.header-keynote .header-block P{width:950px;max-width:100%;margin-left:auto;margin-right:auto}.keynote-benefit{padding-top:90px}.header-podcast .header-block p{width:640px;max-width:100%;margin-left:auto;margin-right:auto}.podcast{padding-top:90px}.podcast-block-header .h2 span:before{background-image:url(../img/elements/underline-podcast.svg);left:2%;width:100%;height:11px;bottom:-5px}.podcast-block-header p{width:740px;max-width:100%;margin-left:auto;margin-right:auto}.podcast-block-items{margin-bottom:30px}.podcast-block-items ul{gap:30px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.podcast-block-items li{width:calc(50% - 15px);-ms-transform:scale(0);transform:scale(0);opacity:0;transition:transform .6s ease-out,opacity .6s ease-out;transition-delay:0s}.podcast-block-items li:nth-of-type(1){transition-delay:.15s}.podcast-block-items li:nth-of-type(2){transition-delay:.3s}.podcast-block-items li:nth-of-type(3){transition-delay:.45s}.podcast-block-items li:nth-of-type(4){transition-delay:.6s}.podcast-block-items li:nth-of-type(5){transition-delay:.75s}.podcast-block-items li:nth-of-type(6){transition-delay:.9s}.podcast-block-items li:nth-of-type(7){transition-delay:1.05s}.podcast-block-items li:nth-of-type(8){transition-delay:1.2s}.podcast-block-items li:nth-of-type(9){transition-delay:1.35s}.podcast-block-items li:nth-of-type(n+3){counter-increment:training}.podcast-block-items.visible li{opacity:1;-ms-transform:scale(1);transform:scale(1)}.podcast-block-bottom{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background-color:#191e19;padding:30px 58px;border-radius:20px;color:#fff}.podcast-block-bottom-left{width:470px;max-width:100%}.podcast-block-bottom-right{width:382px;max-width:100%;text-align:center}.podcast-block-bottom p{font-weight:600;font-size:1.125rem;letter-spacing:-.01em}.podcast-block-bottom .btn{padding-inline:54px}.podcast-item{border-radius:20px;background-color:#f3f3f3;overflow:hidden;z-index:1;height:100%;padding:25px 30px;z-index:1;transition:background-color .3s linear,color .3s linear;position:relative}.podcast-item:after,.podcast-item:before{content:'';position:absolute;position:absolute;z-index:-1;width:535px;height:207px;background-size:100% 100%;background-repeat:no-repeat;left:-24px;bottom:-46px;pointer-events:none;transition:opacity .3s linear}.podcast-item:after svg,.podcast-item:before svg{display:block;width:100%;height:100%}.podcast-item:before{opacity:1;background-image:url(../img/elements/podcast-el.svg)}.podcast-item:after{opacity:0;background-image:url(../img/elements/podcast-el-hover.svg)}.podcast-item .title{color:#286600;text-transform:uppercase;letter-spacing:.04em;font-weight:700;margin-bottom:17px;transition:color .3s linear}.podcast-item p{margin-bottom:20px;font-weight:600}.btn-podcast{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;gap:15px;color:#585858;transition:color .3s linear}.btn-podcast span{text-decoration:underline;font-size:.875rem;font-weight:500}.btn-podcast .icon{border-radius:50%;background-color:#d1ddc9;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:22px;height:22px;font-size:.625rem;color:#48a60b;transition:background-color .3s linear,color .3s linear,transform .3s linear}.header-contacts{background-color:#2a2829;text-align:center}.header-contacts .el1{left:-160px;bottom:65px;right:-112px}.header-contacts .el1 img,.header-contacts .el1 svg{width:100%;display:block;height:auto}.header-contacts .el1 path{stroke-dasharray:3030}.header-contacts .header-block{padding:170px 0 238px}.header-contacts .header-block .bg-text{position:absolute;left:0;right:0;margin:auto;top:115px}.header-contacts .header-block .h2{font-size:2.875rem;line-height:1.2;letter-spacing:-.01em;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:translateY(50px);transform:translateY(50px)}.header-contacts .header-block p{margin-top:25px;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:.2s;-ms-transform:translateY(40px);transform:translateY(40px);color:#ededed;width:910px;max-width:100%;margin-left:auto;margin-right:auto}.header-contacts.visible .el1 path{animation:learn-stroke-anim 5s 1 ease}.header-contacts.visible .header-bg{opacity:1}.header-contacts.visible .header-block .h2,.header-contacts.visible .header-block p{opacity:1;-ms-transform:scale(1);transform:scale(1)}.contacts{position:relative;z-index:1}.contacts-block{background-color:#f3f3f3;border-radius:30px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-166px;overflow:hidden}.contacts-block-left{padding:45px 58px;width:586px;max-width:100%}.contacts-block-left .h2{font-size:2.25rem;margin-bottom:10px}.contacts-block-left p{margin-bottom:25px;color:#585858;font-size:.875rem}.contacts-block-right{-ms-flex:1;flex:1;position:relative}.contacts-block-right .img{width:100%;height:100%}.contacts-block-right .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;object-position:50% 25%}.contacts-form .input-wrap input.placeholder,.contacts-form .input-wrap textarea.placeholder{color:#616161}.contacts-form .input-wrap input:-moz-placeholder,.contacts-form .input-wrap textarea:-moz-placeholder{color:#616161}.contacts-form .input-wrap input::-moz-placeholder,.contacts-form .input-wrap textarea::-moz-placeholder{color:#616161}.contacts-form .input-wrap input:-ms-input-placeholder,.contacts-form .input-wrap textarea:-ms-input-placeholder{color:#616161}.contacts-form .input-wrap input::-webkit-input-placeholder,.contacts-form .input-wrap textarea::-webkit-input-placeholder{color:#616161}.contacts-form .input-wrap input:not(:focus),.contacts-form .input-wrap textarea:not(:focus){border-color:#e3e3e3}.contacts-form .input-wrap textarea{height:97px}.contacts-form .input-wrap-submit .btn{width:225px}.header-p404{height:100svh;text-align:center}.header-p404 .header-bg{z-index:1}.header-p404 .el1{left:0;top:-25px}.header-p404 .el1 img,.header-p404 .el1 svg{width:100%;height:auto;display:block}.header-p404 .el2{opacity:.08;bottom:-100px;left:-86px}.header-p404 .el2 .blur-circle{--blur-size:325px;--blur-offset:140px}.header-p404 .el3{opacity:.08;top:-44px;right:-148px}.header-p404 .el3 .blur-circle{--blur-size:327px;--blur-offset:140px}.header-p404-top{position:relative;overflow:hidden;background-color:#2a2829}.header-p404-top-block{height:51svh;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1;padding-bottom:45px}.header-p404-top-block .img{width:432px;max-width:100%;margin-left:auto;margin-right:auto;transition:transform .3s linear}.header-p404-bottom{color:#000}.header-p404-bottom-block{height:49svh;padding-top:50px}.header-p404-bottom-block .h2{margin-bottom:20px}.header-p404-bottom-block p{color:#585858;margin-bottom:30px;width:740px;max-width:100%;margin-left:auto;margin-right:auto}.header-p404-bottom-block .btn{padding-inline:56px}.header-privacy{background-color:#2a2829;text-align:center}.header-privacy .header-block{padding:160px 0 90px}.header-privacy .header-block .h2{font-size:2.875rem}.privacy{padding-top:50px}.privacy-block{width:850px;max-width:100%;margin-left:auto;margin-right:auto}.footer{background-color:#000;color:#fff;--footer-col-width:176px;z-index:1;position:relative}.footer:before{content:'';position:absolute;z-index:-1;opacity:.8;position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../img/bg/footer-bg.jpg);background-size:cover;background-position:50% 100%;background-repeat:no-repeat}.footer-block-top{padding:50px 0 40px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}.footer-block-top-left{width:270px;max-width:100%}.footer-block-top-left .logo{margin-bottom:25px;--logo-height:27px}.footer-block-top-left p{font-size:.875rem}.footer-block-top-right{width:498px;max-width:100%}.footer-block-bottom{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;height:71px;--footer-line-offset:-80px;position:relative}.footer-block-bottom:before{content:'';position:absolute;left:var(--footer-line-offset);right:var(--footer-line-offset);top:0;height:2px;margin:auto;background-color:#2a5014}.footer-pages{text-transform:uppercase;letter-spacing:.04em;font-size:.875rem}.footer-pages ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:column;flex-direction:column;max-height:170px;gap:18px 146px}.footer-pages li{width:var(--footer-col-width)}.footer-pages a{display:block;transition:color .3s linear}.footer-pages a:hover{color:#48a60b}.popup-main{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(20,20,20,.75);z-index:99;overflow:auto;pointer-events:none;opacity:0;transition:opacity .3s linear;--popup-content-width:458px}.popup-main.opened{pointer-events:auto;opacity:1}.popup-main.opened .popup-content{-ms-transform:scale(1);transform:scale(1)}.popup-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column}.popup-close{position:absolute;top:0;right:0;display:-ms-inline-flexbox;display:inline-flex;--close-size:62px;width:var(--close-size);height:var(--close-size);background-color:#191e19;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;box-shadow:0 0 4px rgba(0,0,0,.25);border-radius:50%;transition:background-color .3s linear;top:calc(var(--close-size)/ -2);right:calc(var(--close-size)/ -2);padding-bottom:1px}.popup-close .icn-close{--close-icon-size:16px;color:#fff}.popup-content{position:relative;display:-ms-flexbox;display:flex;max-width:100%;min-height:0;transition:transform .3s linear;-ms-transform:scale(0);transform:scale(0);transition-delay:.2s;width:var(--popup-content-width)}.popup-content-inner{width:100%}.popup-content-main{background-color:#191e19;border-radius:20px;color:#fff;box-shadow:0 2px 25px rgba(0,0,0,.35);overflow:hidden}.popup-success.opened .el1{-ms-transform:scale(1);transform:scale(1)}.popup-success-block{text-align:center;padding:60px 50px;position:relative}.popup-success-block .el1{left:0;width:100%;bottom:0;transition-delay:.2s;-ms-transform:translateY(50%);transform:translateY(50%);transition:transform 1.5s ease-out}.popup-success-block .el1 img,.popup-success-block .el1 svg{width:100%;height:auto}.popup-success-block .title{margin-bottom:35px}.popup-success-block .title span:before{width:99%;bottom:-16px;left:0}.popup-success-block p{color:#ededed}.popup-success-block .btn{margin-top:30px;width:140px}.popup-gallery-video{--popup-content-width:910px}.popup-gallery-photo{--popup-content-width:auto}.popup-gallery-block .img img{max-height:calc(100vh - 70px)}.popup-gallery-block .video iframe{width:100%;height:auto;display:block;aspect-ratio:1.7777/1;max-height:calc(100vh - 70px)}.disable-hover{pointer-events:none}.lock-body{overflow:hidden}.typicals-section{padding:50px 0}.typicals-block{padding:30px 0;border-top:#48a60b solid 1px}.typicals-block h2{font-weight:600;text-transform:uppercase;text-decoration:underline;margin-bottom:30px}.h2 span:before{transition:clip-path .5s ease-out;clip-path:polygon(0 0,0 0,0 100%,0 100%);transition-delay:.3s}.h2 span.visible:before{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.asRange{position:relative}.asRange-bar{height:3px;width:100%;background-color:#626262}.asRange-pointer{cursor:pointer;outline:0;border-radius:50%;overflow:hidden;background-color:#fff;width:20px;height:20px;position:absolute;top:-9px;-ms-transform:translateX(-50%);transform:translateX(-50%);box-shadow:1px 1px 5px rgba(0,0,0,.15);z-index:2}.asRange-pointer:hover{background-color:#48a60b}.asRange-tip{display:none}.asRange-selected{position:absolute;background-color:#48a60b;height:3px;top:0}.asRange-scale{display:none}.mCSB_scrollTools{width:4px;opacity:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#48a60b!important}.mCSB_scrollTools .mCSB_draggerRail{background-color:#505050;width:4px}@media only screen and (min-width:992px){.top-nav.pre-fixed .top-nav-block-left{z-index:2;height:100%;position:relative;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.top-nav.pre-fixed .top-nav-block-left:after{opacity:1}.top-nav.pre-fixed .top-nav-block-right{opacity:0;-ms-transform:translateX(100%);transform:translateX(100%)}.top-nav-block-left .btn-menu{display:none}.header-main .header-block-bottom .img:hover img{-ms-transform:scale(1.1);transform:scale(1.1)}.logo:hover .logo-letter{fill:#48a60b}.logo:hover .logo-letter-e1{-ms-transform:scale(.5,1);transform:scale(.5,1)}.logo:hover .logo-letter-i{-ms-transform:scale(1.8);transform:scale(1.8)}.logo:hover .logo-letter-o{-ms-transform:scale(.9);transform:scale(.9);stroke-width:3}.btn:hover{color:#fff}.btn:hover:before{opacity:1}.custom-list li:hover{color:#48a60b;border-color:#48a60b}.custom-list li:hover:before{background-color:#48a60b;color:#fff}.btn-slider:hover{background-color:#48a60b}.btn-slider:hover:before{opacity:0}.benefit-block-right{position:relative}.benefit-block-right .img{position:absolute;width:100%;opacity:0;transition:transform .5s ease-out,opacity .5s ease-out;transition-delay:0s;-ms-transform:scale(0);transform:scale(0)}.benefit-block-right .img img{position:absolute;left:0;top:0;width:100%;height:100%}.benefit-block-right .img:hover img{-ms-transform:scale(1.05);transform:scale(1.05)}.benefit-block-right .imgs{position:absolute;left:0;top:0;width:100%;height:100%}.benefit-block-right .img1{top:0;transition-delay:.2s}.benefit-block-right .img2{bottom:0;transition-delay:.4s}.reviews-item:hover{background-color:#191e19;color:#fff;box-shadow:0 0 20px rgba(0,0,0,.15)}.reviews-item:hover:after{color:#363a36}.reviews-item:hover .reviews-item-top{border-color:#2a5014}.reviews-item:hover .desc{color:#a6a6a6}.reviews-item:hover .title{color:#48a60b}.reviews-item:hover p{color:#ededed}.faq-item-title:hover p,.faq-item-title:hover:after{color:#48a60b}.learn-block-items li{transition:transform .7s ease-out,opacity .7s ease-out;opacity:0;-ms-transform:scale(0);transform:scale(0)}.learn-item:hover{box-shadow:0 0 20px rgba(0,0,0,.15)}.learn-item:hover .icon{color:#48a60b}.main-about-block-left .img:hover img{-ms-transform:scale(1.05);transform:scale(1.05)}.main-about-block-left .btn-main-about:hover{background-color:#48a60b;box-shadow:0 0 20px rgba(0,0,0,.2)}.main-about-block-left .btn-main-about:hover path{fill:#fff}.main-about-block-right .stat li:hover .dec{color:#48a60b}.main-about-block-right .stat li:hover .title{color:#48a60b}.advantages-block-items li{transition:transform .7s ease-out,opacity .7s ease-out;opacity:0;-ms-transform:scale(0);transform:scale(0)}.advantages-item:hover .icon{color:#fff}.advantages-item:hover .icon:before{opacity:1}.process-item .img:hover:before{opacity:1}.process-item .img:hover:after{-ms-transform:scale(1);transform:scale(1)}.training-item:not(.training-item-first):hover{background-color:#191e19;border-color:#191e19;box-shadow:0 0 18px rgba(0,0,0,.15)}.training-item:not(.training-item-first):hover:before{color:#737373}.training-item:not(.training-item-first):hover .icon{color:#fff;background-color:transparent}.training-item:not(.training-item-first):hover .icon:before{opacity:1}.training-item:not(.training-item-first):hover p{color:#ededed}.training-item-first:hover{border-color:#48a60b}.training-item-first:hover .icon{-ms-transform:translateX(10%);transform:translateX(10%)}.btn-coaching:hover{color:#48a60b}.btn-coaching:hover .icon{background-color:#48a60b;color:#fff}.steps-item:hover{background-color:#191e19;color:#fff}.steps-item:hover p{color:#fff}.steps-item:hover p a{color:#48a60b}.steps-item:hover .icon:before{color:#191e19}.podcast-item:hover{background-color:#191e19;color:#fff}.podcast-item:hover:before{opacity:0}.podcast-item:hover:after{opacity:.75}.podcast-item:hover .title{color:#48a60b}.podcast-item:hover .btn-podcast{color:#ededed}.podcast-item:hover .btn-podcast .icon{background-color:#286600;color:#72d053}.btn-podcast:hover{color:#48a60b}.btn-podcast:hover .icon{-ms-transform:scale(1.2);transform:scale(1.2)}.contacts-form .input-wrap input:hover,.contacts-form .input-wrap textarea:hover{border-color:#48a60b}.footer-block-bottom-right .socials{width:var(--footer-col-width)}.popup-close:hover{background-color:#48a60b}.popup-close:hover .icn-close:after{-ms-transform:rotate(135deg);transform:rotate(135deg)}}@media only screen and (min-width:1800px){.top-nav.pre-fixed{--top-nav-height:84px}.top-nav.pre-fixed .top-nav-block-left{width:230px;margin-left:-230px}.top-nav.pre-fixed .top-nav-block-center .pages-list a{padding:30px 0}.top-nav-block-left:after{top:13px;bottom:13px}.top-nav-block-left .logo{--logo-height:20px}.pages-list ul{gap:70px}.pages-list a:before{bottom:30px}.pages-list a{padding:35px 0}.header-main{--header-main-gap:74px}.header-main .header-block{min-height:800px}.header-main .header-block-content-text{margin-top:35px}.header-main .header-block-content-text .h1{margin-bottom:34px}.header-main .header-block-content-text .h4{margin-bottom:30px}.header-main .header-block-content-text p{margin-bottom:40px}.header-main .header-block-content-img{width:621px;right:-114px;bottom:84px}.header-main .header-block-content-img .el{width:130px}.header-main .header-block-content-img .el1{bottom:-40px;right:-10px}.header-main .header-block-content-img .el2{right:-182px;bottom:20px}.header-main .header-block-bottom{padding:50px 152px;height:160px;--header-bottom-offset:-96px}.header-main .header-block-bottom .img img{height:60px}.header-page .header-block{padding:215px 0 150px}.header-page .header-block .h2{font-size:3.25rem}.header-page .header-block p{margin-top:30px}.copyright{font-size:1rem}.bg-text{font-size:7.5rem}.btn{font-size:1rem;padding:18px 48px}.socials ul{gap:20px}.socials a{width:22px;height:22px;font-size:1.375rem}.custom-list li{--checkbox-size:36px;min-height:82px;padding:21px 0 21px 68px}.custom-list li{font-size:1.125rem}.block-header{margin-bottom:50px}.block-header .h2{margin-bottom:30px}.btn-slider{--btn-size:68px;font-size:1.25rem}.sections{padding-bottom:140px}.benefit-block-left{width:490px}.benefit-block-left .h2{margin-bottom:40px;margin-right:-10px}.benefit-block-left .btn{margin-top:30px;min-width:175px}.benefit-block-right{width:558px}.benefit-block-right .img{height:calc(50% - 15px)}.request{padding-top:140px}.request-block{padding:80px 68px 78px 98px}.request-block .el1{width:792px;bottom:-74px;left:-38px}.request-block-left{width:362px}.request-block-left .h2{margin-bottom:50px;font-size:3.25rem}.request-block-left .h2 span:before{left:1.5%;width:101%;height:19px}.request-block-right{width:520px}.request-form .input-wrap-submit{margin-top:30px}.request-form .input-wrap-submit .btn{padding-inline:68px}.reviews{padding-top:140px}.reviews-item{padding:30px 30px 50px;min-height:299px}.reviews-item:after{font-size:4.25rem}.reviews-item-top .desc{font-size:1rem}.reviews-item-bottom .title{font-size:1rem}.reviews-item-bottom p{font-size:1rem}.faq{padding-top:140px}.faq-block .el1{font-size:11.25rem}.faq-block-left{padding-top:25px;width:392px}.faq-block-left .h2{margin-bottom:35px}.faq-block-left .h2 span:before{left:-1%;width:109%;height:13px;bottom:-6px}.faq-block-right{width:656px}.faq-item-title{padding:25px 0}.faq-item-title:after{--faq-icon-size:30px}.faq-item-title p{width:530px}.faq-item-desc{padding:25px 0 30px}.faq-item .desc p{font-size:1rem}.input-wrap input,.input-wrap textarea{padding:17px 29px;font-size:1rem}.input-wrap input:focus,.input-wrap textarea:focus{padding:16px 28px}.input-wrap textarea{height:125px;border-radius:20px}.input-wrap.input-error input,.input-wrap.input-error textarea{padding:16px 28px}.main-benefit{padding:140px 0}.learn{padding:80px 0 100px}.learn .el1{left:-8px;right:-30px;bottom:65px}.learn-block-header{margin-bottom:49px}.learn-block-header .h2{margin-bottom:46px}.learn-item{padding:64px 40px 34px}.learn-item:before{font-size:8.75rem}.learn-item .icon{width:68px;height:68px;font-size:4.25rem;margin-bottom:30px}.learn-item .title{font-size:1.125rem;font-size:1.13125rem;margin-bottom:15px}.learn-item p{font-size:1rem;margin-bottom:30px;width:240px;min-height:52px}.main-about{padding:140px 0}.main-about-block-left{width:490px}.main-about-block-left .img img{height:612px}.main-about-block-left .btn-main-about{width:112px;height:112px;top:35px;left:-45px}.main-about-block-right{width:558px}.main-about-block-right .desc{padding-bottom:10px}.main-about-block-right .stat .dec{font-size:4.25rem}.main-about-block-right .stat .title{font-size:1rem}.main-about-block-right .btn{margin-top:35px;padding-inline:57px}.advantages-block-header{padding:40px 0}.advantages-block-header-left{padding:12px 0}.advantages-block-header-left{width:490px}.advantages-block-header-left .h3{width:390px}.advantages-block-header-right{width:558px}.advantages-block-items{padding-top:50px}.advantages-item .icon{width:80px;height:80px;font-size:2.75rem;margin-bottom:25px}.advantages-item .title{font-size:1.125rem;margin-bottom:15px}.advantages-item p{font-size:1rem;min-height:52px}.header-about .el1{left:-193px;bottom:-222px}.header-about .el1 .blur-circle{--blur-size:544px}.header-about .el2{top:-70px;right:-224px}.header-about .el2 .blur-circle{--blur-size:482px}.header-about .header-block{padding:205px 0 120px}.header-about .header-block-content-text .bg-text{top:-75px}.header-about .header-block-content-text .title{margin-bottom:40px}.header-about .header-block-content-text .desc p{font-size:1rem}.header-about .header-block-content-img{right:-131px;top:calc(50% - 294px)}.header-about-imgs{width:615px;height:690px}.header-about-imgs .img-bg1 .img-wrap,.header-about-imgs .img-bg1-bg .img-wrap,.header-about-imgs .img1 .img-wrap,.header-about-imgs .img1-bg .img-wrap{width:526px;height:526px;padding:33px}.header-about-imgs .img-bg2 .img-wrap,.header-about-imgs .img-bg2-bg .img-wrap,.header-about-imgs .img2 .img-wrap,.header-about-imgs .img2-bg .img-wrap{width:342px;height:342px;padding:24px}.mission{padding-top:120px}.mission-block-items li:nth-of-type(2) .mission-item-bg .img{margin-left:-196px}.mission-item{padding:30px 68px 50px}.mission-item-bg .img-xl{display:block}.mission-item .icon{width:72px;height:72px;font-size:4.5rem}.mission-item .title{margin-bottom:23px;font-size:1.31875rem}.mission-item p{font-size:1rem}.process{padding-top:140px}.process-item .img:after{width:68px;height:68px;font-size:1.75rem}.training{padding-top:140px}.training-block-items{margin-bottom:50px}.training-block-bottom{border-radius:20px;padding:21px 68px}.training-block-bottom p{font-size:1.3125rem}.training-block-bottom .btn{padding-inline:51px}.training-item{border-radius:20px;padding-bottom:38px;gap:28px}.training-item:not(.training-item-first):before{font-size:1.3125rem}.training-item:not(.training-item-first) .icon{width:46px;height:46px;font-size:2.125rem}.training-item:not(.training-item-first) p{font-size:1rem}.training-item-first{padding:16px 38px 20px}.training-item-first .icon{width:52px;height:52px;font-size:3.25rem}.training-item-first p{font-size:1.13125rem}.header-coaching .header-block{padding:190px 0 60px}.header-coaching .header-block-content-left{width:586px;margin-top:-60px}.header-coaching .header-block-content-left .h2{font-size:3.25rem;margin-bottom:30px}.header-coaching .header-block-content-left .btn{margin-top:40px}.header-coaching .header-block-content-right{width:362px}.header-coaching .header-block-content-right ul{gap:30px}.header-coaching .header-block-content-right .dec{font-size:4.25rem;margin-bottom:5px}.header-coaching .header-block-content-right p{font-size:1rem}.coaching{padding:120px 0 140px}.coaching-item{padding:40px 0}.coaching-item-left{width:392px}.coaching-item-left .img{top:114px}.coaching-item-left .img img{border-radius:20px;height:300px}.coaching-item-right{width:686px}.coaching-item-right .h5{margin-bottom:20px;font-size:1.31875rem}.coaching-item-right p{font-size:1rem}.coaching-item-right p{margin-bottom:20px}.coaching-item-right .details-content .content{padding-top:22px}.coaching-item-right .details-content li,.coaching-item-right .details-content p{font-size:1rem}.coaching-item-right .details-content li{padding-left:25px}.coaching-item-right .details-content li:before{left:10px;top:11px}.coaching-item-right .btn{margin-top:30px}.btn-coaching{gap:30px}.btn-coaching .icon{width:36px;height:36px;border-radius:8px}.btn-coaching .icon-plus{--plus-size:12px}.btn-coaching span{font-size:1.125rem}.steps{padding:100px 0 110px}.steps-block-header{margin-bottom:40px}.steps-block-header .bg-text{font-size:8.75rem;top:-58px}.steps-block-header p{width:754px}.steps-item{border-radius:30px;padding:64px 35px 40px;--steps-icon-size:101px;--steps-icon-offset:62px;--steps-icon-padding:10px}.steps-item .icon:after{font-size:1.75rem}.steps-item .title{margin-bottom:15px}.steps-item p{font-size:1rem}.keynote-benefit{padding-top:120px}.header-podcast .header-block p{width:750px}.podcast{padding-top:120px}.podcast-block-header .h2 span:before{left:-3%;width:114%;height:13px;bottom:-7px}.podcast-block-header p{width:820px}.podcast-block-items{margin-bottom:40px}.podcast-block-bottom{padding:35px 68px}.podcast-block-bottom-left{width:520px}.podcast-block-bottom-right{width:420px}.podcast-block-bottom p{font-size:1.3125rem}.podcast-block-bottom .btn{padding-inline:60px}.podcast-item{padding:30px 40px 35px}.podcast-item:after,.podcast-item:before{width:582px;height:225px;bottom:-39px}.podcast-item .title{margin-bottom:21px}.podcast-item p{margin-bottom:25px}.btn-podcast span{font-size:1rem}.btn-podcast .icon{width:26px;height:26px;font-size:.75rem}.header-contacts .el1{left:-27px;right:-42px;bottom:90px}.header-contacts .header-block{padding:224px 0 287px}.header-contacts .header-block .bg-text{top:150px}.header-contacts .header-block .h2{font-size:3.25rem}.header-contacts .header-block p{margin-top:30px;width:950px}.contacts-block{margin-top:-197px}.contacts-block-left{padding:50px 68px 40px;width:656px}.contacts-block-left .h2{font-size:2.625rem}.contacts-block-left .h2{margin-bottom:16px}.contacts-block-left p{font-size:1rem;margin-bottom:30px}.contacts-form .input-wrap textarea{height:103px}.contacts-form .input-wrap-submit .btn{width:245px}.header-p404 .el1{top:-60px}.header-p404 .el2{left:-40px;bottom:-116px}.header-p404 .el2 .blur-circle{--blur-size:418px;--blur-offset:180px}.header-p404 .el3{top:-47px;right:-86px}.header-p404 .el3 .blur-circle{--blur-size:428px;--blur-offset:180px}.header-p404-top-block{padding-bottom:55px}.header-p404-top-block .img{width:550px}.header-p404-bottom-block{padding-top:70px}.header-p404-bottom-block .h2{margin-bottom:30px}.header-p404-bottom-block p{width:810px;margin-bottom:40px}.header-p404-bottom-block .btn{padding-inline:60px}.header-privacy .header-block{padding:215px 0 100px}.header-privacy .header-block .h2{font-size:3.25rem}.privacy{padding-top:60px}.privacy-block{width:950px}.footer{--footer-col-width:196px}.footer-block-top{padding:60px 0 50px}.footer-block-top-left{width:294px}.footer-block-top-left .logo{--logo-height:31px;margin-bottom:35px}.footer-block-top-left p{font-size:1rem}.footer-block-top-right{width:558px}.footer-block-bottom{height:79px;--footer-line-offset:-216px}.footer-pages{font-size:1rem}.footer-pages ul{gap:19px 166px}.popup-main{--popup-content-width:558px}.popup-close{--close-size:68px;padding-bottom:2px}.popup-close .icn-close{--close-icon-size:18px}.popup-success-block{padding:70px 68px}.popup-success-block .title{margin-bottom:40px}.popup-success-block .title span:before{bottom:-19px;height:19px}.popup-success-block .btn{margin-top:40px;width:160px}.popup-gallery-video{--popup-content-width:1146px}.popup-gallery-photo{--popup-content-width:auto}.typicals-section .container{width:1176px}}@media only screen and (max-width:991px){.btn-menu{display:block}.mobile-nav{display:block}.mobile-menu{display:block}.top-nav .container{max-width:100%}.top-nav-block-left{margin-left:calc(var(--container-padding) * -1);display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center}.top-nav-block-center{display:none}.header-main .header-block{width:100%;-ms-flex-pack:center;justify-content:center}.header-main .header-block-content-text{width:100%;text-align:center}.header-main .header-block-content-text .h1{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-main .header-block-content-text .h4{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-main .header-block-content-text p{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-main .header-block-content-text .button{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-main .header-block-content-img{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-main .header-block-bottom{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-page .header-block .h2{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-page .header-block p{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.bg-text{width:100%;text-align:center}.viewport-anim-t,.viewport-anim-t-0{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.viewport-anim-s,.viewport-anim-s-0{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.viewport-anim-l,.viewport-anim-l-0{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.viewport-anim-r,.viewport-anim-r-0{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.socials a{width:20px;height:20px;font-size:1.25rem}.btn-slider{--btn-size:50px}.benefit-block-left{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.benefit-block-left{width:100%;text-align:center}.benefit-block-right{width:100%}.request-block-left{width:100%;text-align:center}.request-block-right{width:100%}.faq-block .el1{display:none}.faq-block-left{width:100%;text-align:center}.faq-block-right{width:100%}.learn .el1{display:none}.learn-block-header{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.learn-block-items ul{gap:20px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.learn-item p{min-height:0}.main-about-block-left{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.main-about-block-left{width:100%}.main-about-block-right{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.main-about-block-right{width:100%;text-align:center}.advantages-block-header-left{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.advantages-block-header-right{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-about .el1{left:-122px;bottom:175px}.header-about .el1 .blur-circle{--blur-size:285px}.header-about .header-block-content{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;gap:30px}.header-about .header-block-content-text{width:100%;text-align:center}.header-about .header-block-content-text .bg-text{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-about .header-block-content-text .title{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-about .header-block-content-text .desc{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-about .header-block-content-img{position:relative;right:0;top:0}.header-about-imgs .img-bg1,.header-about-imgs .img-bg1-bg,.header-about-imgs .img1,.header-about-imgs .img1-bg{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-about-imgs .img-bg2,.header-about-imgs .img-bg2-bg,.header-about-imgs .img2,.header-about-imgs .img2-bg{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.mission-block-items ul{gap:20px}.mission-block-items li{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.training-block-items ul{gap:20px}.training-block-items li{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-coaching{text-align:center}.header-coaching .header-block-content-left{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-coaching .header-block-content-left{width:100%}.header-coaching .header-block-content-right{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-coaching .header-block-content-right{width:100%}.coaching-item-left{width:100%}.coaching-item-right{width:100%}.steps-block-items ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.steps-block-items li{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.podcast-block-items li{width:100%}.podcast-block-items li{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.podcast-block-bottom-left{width:100%;text-align:center}.podcast-block-bottom-right{width:100%}.header-contacts .el1{display:none}.header-contacts .header-block .h2{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.header-contacts .header-block p{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}.contacts-form .input-wrap-submit .btn{width:100%}.footer-block-top-left{width:100%}.footer-block-bottom{--footer-line-offset:0px}.popup-close{left:0;right:0;margin:auto}[data-parallaxify-range-x],[data-parallaxify-range]{-ms-transform:none!important;transform:none!important}}@media only screen and (max-width:767px){.icn-burger{--menu-icon-offset:4px;--menu-icon-width:14px;--menu-icon-width-secondary:19px}.top-nav.opened .top-nav-block-left .logo{-ms-transform:scale(0);transform:scale(0)}.top-nav.opened .top-nav-block-right{opacity:1;-ms-transform:translateX(0);transform:translateX(0)}.top-nav-block-left .logo{--logo-height:18px;position:absolute;position:absolute;left:0;top:0;width:100%;height:100%;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transition:transform .3s linear,opacity .3s linear}.top-nav-block-right{opacity:0;-ms-transform:translateX(100%);transform:translateX(100%)}.header-main{--header-main-gap:40px}.header-main .header-block-content-text{margin-top:-130px}.header-main .header-block-content-text .h1{margin-bottom:12px}.header-main .header-block-content-text .h4{margin-bottom:17px}.header-main .header-block-content-text p{font-size:.8125rem;margin-bottom:20px}.header-main .header-block-content-text .btn{font-size:.8125rem}.header-main .header-block-content-img{width:224px;left:12px;right:0;margin:auto;bottom:-2px}.header-main .header-block-content-img .el{width:42px}.header-main .header-block-content-img .el1{bottom:43px;right:-8px}.header-main .header-block-content-img .el2{right:-60px;bottom:58px}.header-main .header-block-bottom{padding:20px 39px;height:80px;--header-bottom-offset:0;border-radius:10px}.header-main .header-block-bottom .img img{height:40px;max-width:100%}.header-page .header-block{padding:100px 0 60px}.header-page .header-block .h2{font-size:1.75rem}.header-page .header-block p{margin-top:15px}.copyright{font-size:.8125rem}.bg-text{font-size:3.625rem}.btn{font-size:.8125rem;padding:14px 36px}.custom-list li{font-size:.875rem;min-height:48px;padding:9px 0 9px 48px;--checkbox-size:26px}.block-header{margin-bottom:30px}.block-header .h2{margin-bottom:20px}.slider-buttons{position:relative;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;--btn-offset:20px;gap:var(--btn-offset);margin-bottom:25px}.slider-buttons .btn-slider{position:relative;top:0;right:0;left:0}.btn-slider{padding-top:1px}.btn-slider-prev{padding-left:2px}.btn-slider-next{padding-right:2px}.sections{padding-bottom:70px}.benefit-block{gap:30px}.benefit-block-left .h2{margin-bottom:19px}.benefit-block-left .btn{width:100%;margin-top:30px;margin-bottom:5px}.benefit-block-right .img{border-radius:15px}.benefit-block-right .img1{margin-bottom:20px}.request{padding-top:70px}.request-block{padding:45px 30px;gap:30px;border-radius:20px}.request-block .el1{width:652px;left:-180px;bottom:0}.request-block-left .h2{font-size:1.625rem;margin-bottom:25px}.request-block-left .h2 span:before{left:2%;width:101.5%;height:10px}.request-form .input-wrap-submit .btn{width:100%}.reviews{padding-top:70px}.reviews-block-header{margin-bottom:25px}.reviews-item{min-height:0;padding:20px 30px 30px;border-radius:20px}.reviews-item:after{font-size:3.5625rem;top:15px}.reviews-item-top .desc{font-size:.8125rem}.faq{padding-top:70px}.faq-block{gap:30px}.faq-block-left .h2{margin-bottom:15px;width:295px;max-width:100%;margin-left:auto;margin-right:auto}.faq-block-left .h2 span:before{width:101%;height:8px;bottom:-4px}.faq-item{padding:0 20px}.faq-item-title{padding:15px 0}.faq-item-desc{padding:15px 0 20px}.faq-item .desc p{font-size:.8125rem}.input-row .input-wrap{width:100%}.input-wrap{margin-bottom:15px}.input-wrap input,.input-wrap textarea{font-size:.8125rem;padding:13px 24px}.input-wrap input:focus,.input-wrap textarea:focus{padding:12px 23px}.input-wrap textarea{height:102px}.input-wrap.input-error input,.input-wrap.input-error textarea{padding:12px 23px}.main-benefit{padding:70px 0}.learn{padding:50px 0}.learn-block-header{margin-bottom:30px}.learn-block-header .h2{margin-bottom:20px}.learn-block-items li{width:100%}.learn-item{padding:46px 25px 25px}.learn-item:before{top:9px;font-size:6.25rem}.learn-item .icon{width:48px;height:48px;font-size:3rem;margin-bottom:15px}.learn-item .title{font-size:.875rem;margin-bottom:5px}.learn-item p{font-size:.8125rem;margin-bottom:15px;width:100%}.learn-item .btn{padding-inline:46px}.main-about{padding:70px 0}.main-about-block{gap:30px}.main-about-block-left{padding:0 20px}.main-about-block-left .img{border-radius:15px}.main-about-block-left .img img{height:auto;aspect-ratio:1/1.28815}.main-about-block-left .btn-main-about{top:20px;left:0;width:80px;height:80px}.main-about-block-right .h2{margin-bottom:15px}.main-about-block-right p{margin-bottom:10px}.main-about-block-right .desc{padding-bottom:10px}.main-about-block-right .stat ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;gap:22px}.main-about-block-right .stat .dec{font-size:3.25rem;margin-bottom:7px}.main-about-block-right .stat .title{font-size:.8125rem}.main-about-block-right .btn{margin-top:25px;padding-inline:45px}.advantages-block-header{text-align:center}.advantages-block-header-left{width:100%;padding:0 0 20px;margin-bottom:20px}.advantages-block-header-left:after{width:135px;left:0;right:0;margin:auto;height:4px;bottom:0;top:auto}.advantages-block-header-left .h3{width:100%}.advantages-block-header-right{width:100%}.advantages-block-items{padding-top:30px}.advantages-block-items ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:25px}.advantages-block-items li{width:100%}.advantages-item{text-align:center}.advantages-item .icon{margin:0 auto 15px;width:62px;height:62px;font-size:2.125rem}.advantages-item .title{font-size:.875rem;margin-bottom:8px}.advantages-item p{font-size:.8125rem}.header-about .el2{display:none}.header-about .header-block{padding:95px 0 25px}.header-about .header-block-content-text .bg-text{top:-35px}.header-about .header-block-content-text .desc p{font-size:.8125rem;margin:15px 0}.header-about .header-block-content-img{width:100%}.header-about-imgs{width:100%;height:305px}.header-about-imgs .img-bg1 .img-wrap,.header-about-imgs .img-bg1-bg .img-wrap,.header-about-imgs .img1 .img-wrap,.header-about-imgs .img1-bg .img-wrap{width:260px;height:260px;padding:20px}.header-about-imgs .img-bg2 .img-wrap,.header-about-imgs .img-bg2-bg .img-wrap,.header-about-imgs .img2 .img-wrap,.header-about-imgs .img2-bg .img-wrap{width:178px;height:178px;padding:13px}.mission{padding-top:60px}.mission-block-items ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mission-block-items li:nth-of-type(1) .mission-item{background-color:#191e19;border-radius:25px;border:#4b4b4b solid 1px}.mission-block-items li:nth-of-type(2) .mission-item{background-color:#f3f3f3;border:#efefef solid 1px}.mission-item{border-radius:25px;text-align:center;padding:25px 30px 35px}.mission-item .icon{margin-inline:auto;width:52px;height:52px;font-size:3.25rem}.mission-item .title{font-size:1.00625rem;margin-bottom:18px}.mission-item p{font-size:.8125rem}.process{padding-top:70px}.training{padding-top:70px}.training-block-items{margin-bottom:30px}.training-block-items ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.training-block-items li{width:100%}.training-block-bottom{padding:30px;text-align:center}.training-block-bottom p{font-size:1rem}.training-block-bottom .btn{width:100%;padding-inline:15px}.training-item{padding:13px 23px 23px;gap:15px}.training-item:not(.training-item-first):before{font-size:1rem}.training-item:not(.training-item-first) .icon{width:36px;height:36px;font-size:1.875rem}.training-item:not(.training-item-first) p{font-size:.8125rem}.training-item-first{padding-top:6px}.training-item-first .icon{margin-bottom:12px}.training-item-first p{font-size:.88125rem}.header-coaching .header-block{padding:100px 0 75px}.header-coaching .header-block-content{gap:70px}.header-coaching .header-block-content-left .h2{font-size:1.75rem;margin-bottom:15px}.header-coaching .header-block-content-left .btn{margin-top:20px;padding-inline:40px}.header-coaching .header-block-content-right ul{width:275px;max-width:100%;margin-left:auto;margin-right:auto;gap:20px}.header-coaching .header-block-content-right .dec{font-size:2.625rem}.header-coaching .header-block-content-right p{font-size:.8125rem}.coaching{padding:70px 0}.coaching-block-header{margin-bottom:27px}.coaching-item{gap:30px;padding:20px 0}.coaching-item-left .img img{height:auto;aspect-ratio:1/.65675}.coaching-item-right .h5{font-size:1.00625rem}.coaching-item-right p{font-size:.8125rem}.coaching-item-right .details-content li,.coaching-item-right .details-content p{font-size:.8125rem}.coaching-item-right .details-content li:before{top:8px}.coaching-item-right .btn{width:100%;margin-top:20px;font-size:.875rem;padding:16px}.btn-coaching{gap:20px}.btn-coaching .icon{width:26px;height:26px;border-radius:5px}.btn-coaching span{font-size:.875rem}.steps{padding:50px 0 45px}.steps-block-header{margin-bottom:25px}.steps-block-header .h2{margin-bottom:15px}.steps-block-header .bg-text{font-size:4.25rem;top:-20px}.steps-block-items ul{gap:15px}.steps-item{padding:41px 30px 24px;--steps-icon-size:73px;--steps-icon-offset:49px;--steps-icon-padding:7px}.steps-item .icon:after{font-size:1.125rem}.steps-item p{font-size:.8125rem}.keynote-benefit{padding-top:60px}.podcast{padding-top:70px}.podcast-block-header .h2 span:before{left:-1%;width:103%;height:7px;bottom:-5px}.podcast-block-bottom{padding:25px;text-align:center;border-radius:15px;gap:15px}.podcast-block-bottom p{font-size:1rem}.podcast-block-bottom .btn{width:100%;padding-inline:15px}.podcast-item{padding:20px 25px;border-radius:15px}.podcast-item:after,.podcast-item:before{width:auto;right:0;left:-20px;height:auto;top:36px;bottom:-20px}.podcast-item .title{margin-bottom:15px}.podcast-item p{margin-bottom:18px}.btn-podcast span{font-size:.8125rem}.header-contacts .header-block{padding:100px 0 280px}.header-contacts .header-block .bg-text{display:none}.header-contacts .header-block .h2{font-size:1.75rem}.header-contacts .header-block p{margin-top:15px;width:310px}.contacts-block{margin-top:-220px;border-radius:20px}.contacts-block-left{width:100%;padding:35px 30px;text-align:center}.contacts-block-left .h2{font-size:1.5rem}.contacts-block-right{display:none}.contacts-form .input-wrap textarea{border-radius:15px}.header-p404 .el1{top:50px;left:-62px;right:-62px}.header-p404 .el2{bottom:-133px}.header-p404 .el2 .blur-circle{--blur-size:226px}.header-p404 .el3{top:-108px;right:-142px}.header-p404 .el3 .blur-circle{--blur-size:231px}.header-p404-top-block{height:45svh;padding-bottom:30px}.header-p404-top-block .img{width:64vw}.header-p404-bottom-block{height:55svh;padding-top:40px}.header-p404-bottom-block .h2{margin-bottom:15px}.header-p404-bottom-block p{margin-bottom:24px}.header-p404-bottom-block .btn{padding-inline:50px}.header-privacy .header-block{padding:100px 0 60px}.header-privacy .header-block .h2{font-size:1.75rem}.footer-block-top{padding:40px 0 37px;gap:40px}.footer-block-top-left{text-align:center}.footer-block-top-left .logo{--logo-height:25px}.footer-block-top-left .logo svg{margin:0 auto}.footer-block-top-right{width:100%}.footer-block-bottom{gap:30px;height:auto;-ms-flex-pack:center;justify-content:center}.footer-block-bottom:before{display:none}.footer-block-bottom-left{width:100%;padding:24px 0 20px;text-align:center;position:relative}.footer-block-bottom-left:before{content:'';position:absolute;left:var(--footer-line-offset);right:var(--footer-line-offset);top:0;height:2px;margin:auto;background-color:#2a5014}.footer-block-bottom-right{-ms-flex-order:-1;order:-1}.footer-block-bottom-right .socials ul{gap:25px}.footer-pages{font-size:.8125rem}.footer-pages ul{max-height:none;-ms-flex-direction:row;flex-direction:row;text-align:center;gap:15px}.footer-pages li{width:100%}.popup-main{--popup-content-width:335px}.popup-close{top:calc(var(--close-size) * -1 - 15px);--close-size:48px}.popup-close .icn-close{--close-icon-size:14px}.popup-content-main{border-radius:15px}.popup-success-block{padding:45px 30px}.popup-success-block .title{margin-bottom:25px;font-size:1.75rem}.popup-success-block .title span:before{left:0;bottom:-11px;width:101%}.popup-success-block .btn{margin-top:25px;width:130px}.popup-gallery-video{--popup-content-width:auto}.popup-gallery-photo{--popup-content-width:auto}.popup-gallery-block .img img{max-width:calc(100vw - 30px);max-height:calc(100vh - 240px)}.popup-gallery-block .video iframe{width:calc(100vw - 30px)}}@media only screen and (min-width:768px) and (max-width:991px){.btn-menu{padding-top:29px;padding-left:18px}.mobile-menu-list a{padding:30px 0;font-size:1.3125rem}.top-nav-block-left .logo{--logo-height:23px;margin-left:60px}.header-main{--header-main-gap:62px}.header-main-bg .img img{object-position:0 100%}.header-main .header-block{min-height:850px}.header-main .header-block-content-text{margin-top:-260px}.header-main .header-block-content-img{width:370px;left:25px;right:0;margin:auto}.header-main .header-block-content-img .el1{bottom:13px;right:-38px}.header-main .header-block-content-img .el2{right:-140px;bottom:43px}.header-main .header-block-bottom{--header-bottom-offset:-10px;padding-inline:58px;border-radius:15px}.header-main .header-block-bottom .img img{max-width:100%}.header-page .header-block{padding:140px 0 110px}.socials ul{gap:25px}.custom-list li{min-height:64px}.slider-buttons{--btn-offset:-25px}.sections{padding-bottom:100px}.benefit-block{gap:50px}.benefit-block-left .btn{margin-bottom:-15px}.benefit-block-right .img1{margin-bottom:25px}.request{padding-top:100px}.request-block{padding:60px 98px 65px;gap:40px}.request-block .el1{width:747px;bottom:-50px;left:-203px}.request-block-left .h2{margin-bottom:40px}.request-block-left .h2 span:before{left:1%;width:106%;bottom:-15px;height:17px}.reviews{padding-top:100px}.reviews-item{padding-inline:35px}.reviews-item:after{right:25px}.faq{padding-top:100px}.faq-block{gap:40px}.faq-block-left .h2{margin-bottom:25px}.faq-block-left .h2 span:before{left:-1%;width:104%;bottom:-5px;height:12px}.main-benefit{padding:100px 0}.learn{padding-bottom:65px}.learn-block-header p{width:610px;max-width:100%;margin-left:auto;margin-right:auto}.learn-block-items ul{-ms-flex-pack:center;justify-content:center;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.learn-block-items li{width:calc(50% - 10px)}.main-about{padding:100px 0}.main-about-block{gap:50px}.main-about-block-left .img img{height:762px;object-position:50% 35%}.main-about-block-left .btn-main-about{top:20px;left:-20px}.advantages-block-header-left{width:322px;padding:0}.advantages-block-header-left .h3{width:280px}.advantages-block-header-right{width:336px}.advantages-item .title{padding-right:10px}.header-about .el2{right:-165px;top:auto;bottom:0}.header-about .el2 .blur-circle{--blur-size:280px}.header-about .header-block{padding:135px 0 20px}.header-about-imgs{width:475px;height:433px}.mission{padding-top:80px}.mission-block-items li:nth-of-type(2) .mission-item-bg .img{margin-left:-118px}.mission-item{padding:30px 30px 40px}.mission-item-bg .img-tab{display:block}.process{padding-top:100px}.training{padding-top:100px}.training-block-items ul{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.training-block-bottom{padding:28px 30px}.training-block-bottom p{width:calc(50% - 10px)}.training-block-bottom .btn{width:calc(50% - 10px);padding-inline:30px}.training-item{padding-inline:33px}.training-item-first p{padding-right:20px}.header-coaching .header-block{padding:140px 0 45px}.header-coaching .header-block-content{gap:80px}.header-coaching .header-block-content-left p{width:640px;max-width:100%;margin-left:auto;margin-right:auto}.header-coaching .header-block-content-right ul{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:25px}.coaching{padding:80px 0 110px}.coaching-block-header{margin-bottom:15px}.coaching-item{gap:40px}.coaching-item-left .img img{height:342px}.steps-block-items ul{gap:20px}.steps-block-items li{width:calc(50% - 10px)}.keynote-benefit{padding-top:80px}.podcast{padding-top:80px}.podcast-block-header .h2 span:before{left:3%;bottom:-4px}.podcast-block-bottom{gap:25px}.podcast-block-bottom .btn{width:210px}.podcast-item:after,.podcast-item:before{width:714px;height:277px;bottom:-76px}.header-contacts .header-block{padding:140px 0 243px}.header-contacts .header-block .bg-text{top:110px;font-size:4.5rem}.contacts-block{margin-top:-172px}.contacts-block-left{width:355px;padding:40px 30px 40px 40px}.contacts-block-left p{margin-bottom:30px}.contacts-form .input-row .input-wrap{width:100%}.contacts-form .input-wrap textarea{height:95px}.header-p404 .el1{top:-15px;left:-280px;right:-280px}.header-p404 .el2{left:-75px;bottom:-195px}.header-p404 .el3{top:-64px;right:-187px}.header-p404-top-block{height:47svh;-ms-flex-align:center;align-items:center;padding-bottom:0;padding-top:50px}.header-p404-bottom-block{height:53svh}.header-p404-bottom-block p{width:620px}.header-privacy .header-block{padding:140px 0 100px}.footer-block-top{gap:50px}.footer-block-top-left .logo{margin-bottom:30px}.footer-block-top-right{width:560px}.popup-close{top:calc(var(--close-size) * -1 - 30px)}.popup-gallery-video{--popup-content-width:auto}.popup-gallery-photo{--popup-content-width:auto}.popup-gallery-block .img img{max-width:calc(100vw - 30px);max-height:calc(100vh - 240px)}.popup-gallery-block .video iframe{width:calc(100vw - 30px)}}@media only screen and (min-width:992px) and (max-width:1799px){.top-nav.pre-fixed{--top-nav-height:71px}.top-nav.pre-fixed .top-nav-block-left{width:147px;margin-left:-100px}.pages-list{font-size:.875rem}.header-main .header-block-content-text{margin-top:30px}.header-main .header-block-content-img{width:61.5vh;max-width:550px;min-width:410px}.benefit-block-right .img{height:calc(50% - 10px)}.faq-block-left{padding-top:20px}.header-about .header-block{padding:145px 0 40px}.mission-item-bg .img-desc{display:block}.header-coaching .header-block-content-left{margin-top:-30px}.footer-block-bottom-right .socials ul{gap:20px}}@media only screen and (min-width:992px) and (max-width:1339px){.top-nav.pre-fixed .top-nav-block-left{margin-left:0;width:114px}.top-nav.pre-fixed .top-nav-block-left:after{opacity:0}.top-nav.pre-fixed .top-nav-block-center{position:relative;width:auto}.top-nav.pre-fixed .top-nav-block-center .pages-list ul{gap:30px}.top-nav.pre-fixed .top-nav-block-right{display:none}}@media only screen and (min-width:992px) and (max-width:1199px){.header-main .header-block-bottom{--header-bottom-offset:0;padding-inline:58px}.slider-buttons{position:relative;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;--btn-offset:20px;gap:var(--btn-offset);margin-bottom:25px}.slider-buttons .btn-slider{position:relative;top:0;right:0;left:0}.benefit-block-right{width:480px}.request-block{padding-left:70px;padding-bottom:70px}.faq-block-right{width:550px}.main-about-block-left{width:420px}.main-about-block-left .btn-main-about{left:-20px;top:15px;width:100px;height:100px}.main-about-block-right{width:490px}.advantages-block-header-left{width:420px}.advantages-block-header-right{width:490px}.header-about .header-block-content-text{width:500px}.header-about .header-block-content-img{right:-20px}.coaching-item-right{width:568px}.podcast-block-bottom{padding:30px}.podcast-block-bottom-right{width:410px}.contacts-block-left{width:540px}}@media only screen and (min-width:992px) and (max-width:991px){.benefit-block-right .img{opacity:1!important;-ms-transform:scale(1)!important;transform:scale(1)!important}}