body{background-color:#272155;color:#272155}body::after{content:'';position:fixed;z-index:9001;top:0;left:0;height:0;width:0;opacity:0;background-color:rgb(14 22 34 / .5);-webkit-transition:opacity 0.4s ease-out 0s;transition:opacity 0.4s ease-out 0s}body.form-open{overflow:hidden}body.form-open::after{height:100%;width:100%;opacity:1}h1{font-size:100px!important}h2{font-size:48px!important}.wrapper{overflow:hidden}.row{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}.row2{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center}.section{position:relative;z-index:4;min-height:100vh;overflow:hidden}.section-text{opacity:1;transition:all 1s ease-in-out}.section-text.hide{opacity:0}.section-bg{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-width:100%;min-height:100%;object-fit:cover;z-index:-2;transition:all 1s ease-in-out}.section-bg.scale{-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1)}.header{-webkit-flex-shrink:0;flex-shrink:0;position:fixed;top:0;left:0;width:100%;z-index:13;background-color:#fff0;-webkit-transition:all 1.2s linear;-o-transition:all 1.2s linear;transition:all 1.2s linear}.header.add-bg{background-color:#f9e5c5}.header .container{height:85px;display:flex;justify-content:space-between;align-items:center}.header-logo{width:136px;height:81px;fill:#272255}.header-nav-link{margin-right:20px}.header-nav-link:last-child{margin:0}.header-telegram{margin-right:36px}.header-language{position:relative}.header-language-selected{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:32px;height:32px;border-radius:50%;border:2px solid #272155;font-size:16px;text-transform:uppercase}.header-language-popup{display:none;position:absolute;z-index:10;top:100%;left:0;width:32px;padding:5px 0 15px;text-align:center}.header-language-popup-item{text-transform:uppercase}.header-menu-open{display:none;margin-left:20px;fill:#272155}.section-container-wrapper{z-index:1;position:relative;opacity:0;-webkit-transition:all 0.5s linear;-o-transition:all 0.5s linear;transition:all 0.5s linear}.section-container-wrapper.active{opacity:1}.section-container-wrapper.now-layer{z-index:2}.word{display:inline-block}.section1,.section3{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;position:fixed;top:0;left:0;height:100%;width:100%;z-index:1}#section1-container-wrapper{min-height:100vh;position:relative;z-index:2;opacity:1}.section1-mask,.section3-mask,.section5-mask{display:block;width:100%;height:100%;z-index:999;background-color:#272155;position:fixed;top:0;left:0;opacity:0;z-index:3;-webkit-transition:all 1.2s linear;-o-transition:all 1.2s linear;transition:all 1.2s linear}.section1-mask.active,.section3-mask.active,.section5-mask.active{opacity:1}.section1-container{display:-webkit-flex;display:flex;-webkit-flex-grow:1;flex-grow:1;padding:16vh 0 11.85vh;transition:all 1.2s ease-in-out}.section1-container.scale{-webkit-transform:scale(.8);transform:scale(.8);opacity:0}.section1-container .container{-webkit-flex-grow:1;flex-grow:1;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between}.section1-container-bottom{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-end;align-items:flex-end;color:#F9E5C5}.section1-title{-webkit-transform:translateX(-8px);transform:translateX(-8px);max-width:638px;position:relative}.section1-title-lines{position:absolute;left:0;top:0;height:0;background:#272155}.section1-title-lines-1{left:0;top:0;height:1px;width:0}.section1-title-lines-1.animated{-webkit-animation:lineHorFirst 1.5s cubic-bezier(.5,0,.1,1);animation:lineHorFirst 1.5s cubic-bezier(.5,0,.1,1);animation-delay:1s}.section1-title-lines-2{left:-10px;top:10%;width:1px;height:0}.section1-title-lines-2.animated{-webkit-animation:lineHorSecond 1.5s cubic-bezier(.5,0,.1,1);animation:lineHorSecond 1.5s cubic-bezier(.5,0,.1,1);animation-delay:1s}.letter-animate .letter{position:relative;overflow:hidden;display:inline-flex;height:130px}.letter-animate .letter span{display:inline-block;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.letter-animate .letter.animated span{-webkit-animation:slideShow 1.3s cubic-bezier(.5,0,.1,1) forwards;animation:slideShow 1.3s cubic-bezier(.5,0,.1,1) forwards;animation-delay:1s}.section2 .letter-animate .letter.animated span{animation-delay:0s}.slide-animte{-webkit-transform:translateX(-20%);transform:translateX(-20%);opacity:0}.slide-animte.animated{-webkit-animation:slideAnimte 1.5s cubic-bezier(.5,0,.1,1) forwards;animation:slideAnimte 1.5s cubic-bezier(.5,0,.1,1) forwards;animation-delay:1.2s}@-webkit-keyframes slideAnimte{0%{-webkit-transform:translateX(-20%);transform:translateX(-20%);opacity:0}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideAnimte{0%{-webkit-transform:translateX(-20%);transform:translateX(-20%);opacity:0}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideShow{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes slideShow{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@-webkit-keyframes lineHorFirst{0%{width:0}to{width:40%}}@keyframes lineHorFirst{0%{left:0;width:0}to{left:20%;width:40%}}@-webkit-keyframes lineHorSecond{0%{top:0;height:0}to{top:30%;height:40%}}@keyframes lineHorSecond{0%{top:0;height:0}to{top:30%;height:40%}}.section1-description{max-width:550px;font-size:25px;line-height:1.2}.section1-contacts{max-width:570px;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.section1-contacts-item{margin-right:55px;line-height:28px}.section1-contacts-item:nth-child(1),.section1-contacts-item:nth-child(2),.section1-contacts-item:nth-child(3){margin-bottom:16px}.section1-contacts-item-tel{color:#F9E5C5;text-decoration:underline}.section1-results-item:first-child{margin-right:60px}.section1-results-item-value{font-size:96px;line-height:102px}.section1-results-item-label{padding-left:20px;-webkit-transform:translateY(-3px);transform:translateY(-3px);font-size:25px;line-height:26px}.section2{padding:100px 0 40px;color:#CFA984;background:none;position:relative;z-index:3;overflow:visible}.section2 .wrap{background:#fff;padding:34px 100px}.section2-title{margin-bottom:47px;font-weight:600;font-size:48px;line-height:1.5;color:#272155}.section2-wrap-items{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between}.section2-item{margin:0 0 60px 0;width:calc((100% - 60px) / 3);max-width:350px;text-align:center;position:relative;transition:.3s;background:#F9E5C5;cursor:pointer;box-shadow:4px 4px 9px rgb(0 0 0 / .25);padding:20px}.section2-items-inbox{min-height:100%;z-index:99}.section2-item:hover{opacity:.5}.section2-item-icon{margin-bottom:24px;height:105px;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.section2-item-icon img{max-height:100%;width:auto}.section2-item-title{margin-bottom:13px;font-size:25px;line-height:26px;color:#272155}.section2-item-description{color:rgb(39 33 85 / .48);line-height:20px}#section3-container-wrapper{min-height:100vh}.section3{padding:200px 0;z-index:2;position:relative}.section3-wrap-box.fixed{position:fixed;top:200px;width:100%}.section3-title{margin-bottom:40px;line-height:1.1;font-weight:600;color:#FFF}.section3-description{max-width:959px;font-size:25px;line-height:1.53;color:#FFF}.section3-wrap-box{transition:all 1.2s ease-in-out}.section3-wrap-box.scale{-webkit-transform:scale(.8);transform:scale(.8)}.section3 .section-bg{position:fixed}#section5-container-wrapper{min-height:100vh}.section5{padding:200px 0;z-index:2;position:relative;min-height:auto}.section5-wrap-box.fixed{position:fixed;top:200px;width:100%}.section5-wrap-box{transition:all 1.2s ease-in-out}.section5-wrap-box.scale{-webkit-transform:scale(.8);transform:scale(.8)}.section5 .section-bg{position:fixed}.section5-title{color:#fff}.section6{padding:100px 0 0 0;color:#F9E5C5;background:none;overflow:visible;position:relative}.section6 .wrap{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:flex-start;align-items:flex-start;padding:40px;background:#fff;color:#272155;margin-bottom:55px;flex-wrap:wrap}.section6-addresses{margin-right:10px;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;flex:1;background-repeat:no-repeat;background-image:url(/wp-content/themes/eternitylaw/img/logo.png);background-size:contain}.section6-addresses-item{margin:0 5px 60px 5px;flex:1;min-width:31%}#section5-container-wrapper{min-height:50vh}.section6-addresses-item:nth-child(3n){margin-right:0}.section6-addresses-item2{width:300px}.section6-addresses-item-city{margin-bottom:10px;font-size:40px;line-height:44px}.section6-addresses-item-container{line-height:28px}.section6-sidebar{-webkit-flex-shrink:0;flex-shrink:0;width:300px}.section6-sidebar-widget{margin-bottom:80px}.section6-sidebar-widget:last-child{margin:0}.section6-sidebar-title{margin-bottom:25px;font-size:40px;line-height:44px}.section6-nav li{margin-bottom:22px}.section6-nav li:last-child{margin:0}.section6-nav li a{font-size:22px;line-height:28px}.section6-social-media{margin-bottom:35px}.section6-social-media-item{margin-right:15px;align-items:center}.section6-social-media-item:last-child{margin:0}.section6-copyright{font-size:18px;line-height:24px}.mobile-menu{position:fixed;z-index:9002;top:0;right:-100%;width:100%;height:100vh;padding:0 20px;color:#F9E5C5;background-color:#272155;-webkit-transition:0.3s;transition:0.3s;overflow-x:auto}.mobile-menu.open{right:0}.mobile-menu-container{padding-bottom:30px}.mobile-menu-head{height:72px}.mobile-menu-close{fill:#F9E5C5}.mobile-menu-logo{width:70px;height:42px;fill:#F9E5C5}.mobile-menu-nav{padding-top:37px;text-align:center}.mobile-menu-nav-item{margin-bottom:16px}.mobile-menu-nav-item:last-child{margin:0}.mobile-menu-nav-link{color:#F9E5C5;line-height:20px}.mobile-menu-toolbar{margin-top:33px;-webkit-justify-content:center;justify-content:center}.mobile-menu-language{margin-right:21px;position:relative}.mobile-menu-language-selected{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;width:32px;height:32px;border-radius:50%;border:2px solid #F9E5C5;color:#F9E5C5;font-size:16px;text-transform:uppercase}.mobile-menu-language-popup{display:none;position:absolute;z-index:10;top:100%;left:0;width:32px;padding:5px 0 15px;text-align:center}.mobile-menu-language-popup-item{color:#F9E5C5;text-transform:uppercase}.section1-results{-webkit-flex-direction:row;flex-direction:row;display:flex}.mobile-menu-contacts{margin:33px auto 0;max-width:330px;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center}.mobile-menu-contacts-item{margin:0 55px 21px 0;width:calc((100% - 55px) / 2);font-size:16px;line-height:20px}.header-right{display:flex}.mobile-menu-contacts-item:nth-child(2n){margin-right:0}.mobile-menu-contacts-item-tel{color:#F9E5C5;text-decoration:underline}@media screen and (max-width:1440px){.section2 .wrap{padding:34px 50px}}@media screen and (max-width:1360px){.header-logo{width:100px;height:59px}.section6-addresses-item2{width:270px}.section6-addresses-item-city{font-size:36px;line-height:40px}.section6-addresses-item-container{font-size:20px;line-height:26px}.section6-sidebar{width:280px}.section6-sidebar-title{font-size:36px;line-height:40px}.section6-nav li a{font-size:20px;line-height:26px}.section6-copyright{font-size:16px;line-height:22px}}@media screen and (max-width:1280px){.header-nav-link{font-size:16px}.header-telegram{margin-right:20px}}@media screen and (max-width:1170px){.header .container{height:85px}.header-logo{width:70px;height:42px}.header-nav-link{font-size:14px}.section1-contacts{max-width:363px}.section1-contacts-item:nth-child(4){margin-bottom:16px}.section1-contacts-item:nth-child(3n){margin-right:55px}.section1-contacts-item:nth-child(2n){margin-right:0}.section6-addresses{margin-right:10px}.section6-addresses-item2{width:240px}.section6-addresses-item-city{font-size:32px;line-height:36px}.section6-addresses-item-container{font-size:18px;line-height:24px}.section6-sidebar{width:220px}.section6-sidebar-title{font-size:32px;line-height:36px}.section6-nav li a{font-size:18px;line-height:24px}}@media screen and (max-width:1024px){h1{font-size:80px!important}h2{font-size:40px!important}.letter-animate .letter{height:auto}.header-nav,.header-right{display:none}.header-menu-open{display:block}.section1-title{margin-bottom:24px;-webkit-transform:translateX(-5px);transform:translateX(-5px)}.section3-title{margin-bottom:24px}.section5-title{-webkit-transform:translateX(-5px);transform:translateX(-5px)}.section6 .container{-webkit-flex-direction:column;flex-direction:column}.section6-addresses{margin:0}.section6-sidebar{width:100%;display:-webkit-flex;display:flex}.section6-sidebar-widget{margin:0 100px 0 0;width:calc((100% - 100px) / 2)}.section1-contacts{display:none}.section2-item{width:100%}.section4-slide{grid-template-columns:1fr 1fr}.section4-partner{height:auto}.section4-partner:nth-child(6n-1){grid-column:auto}.section4-partner:nth-child(6n){grid-column:auto}}@media screen and (max-width:970px){.section2-item:nth-child(2n),.section2-item:last-child{margin-right:0}}@media screen and (max-width:750px){h1{font-size:68px!important}h2{font-size:32px!important}.section1-title{margin-bottom:16px}.section1-description{max-width:400px;font-size:20px;line-height:22px}.section1-results{-webkit-flex-direction:row;flex-direction:row;display:flex}.section1-results-item:first-child{margin:0 60px 0 0}.section1-results-item-value{-webkit-transform:translateX(-4px);transform:translateX(-4px);font-size:68px;line-height:72px}.section1-results-item-label{padding-left:10px;-webkit-transform:none;transform:none;font-size:20px;line-height:22px}.section2-item-icon{margin-bottom:20px;height:80px}.section2-item-title{margin-bottom:10px;font-size:20px;line-height:22px}.section2-item-description{font-size:16px;line-height:18px}.section2-item-description br{display:none}.section3-description{font-size:20px;line-height:1.3}.section6-addresses-item{margin:0 60px 40px 0;width:calc((100% - 60px) / 2);max-width:300px}.section6-addresses-item:nth-child(3n){margin-right:60px}.section6-addresses-item:nth-child(2n){margin-right:0}.section6-sidebar{-webkit-flex-direction:column;flex-direction:column}.section6-sidebar-widget{margin:0 0 60px;width:100%}.section6-copyright{max-width:230px}}@media screen and (max-width:480px){h1{font-size:45px!important}h2{font-size:28px!important}.header .container{height:72px}.section1-title{margin-bottom:8px;-webkit-transform:translateX(-2px);transform:translateX(-2px)}.section1-description{max-width:280px;font-size:18px;line-height:20px}.section1-results-item-value{-webkit-transform:translateX(-2px);transform:translateX(-2px);font-size:45px;line-height:48px}.section1-results-item-label{padding-left:4px;font-size:18px;line-height:20px}.section2{padding:57px 0 12px}.section2-title{margin-bottom:39px}.section2-item{margin-bottom:43px}.section2-item-icon{margin-bottom:14px;height:62px}.section2-item-title{margin-bottom:5px;font-size:16px;line-height:17px}.section3{padding:120px 0}.section3-wrap-box.fixed{position:fixed;top:120px;width:100%}.section3-title{margin-bottom:16px}.section3-description{font-size:16px;line-height:22px}.section4{padding:50px 0}.section4 .owl-dot{margin-right:8px;width:9px;height:9px}.section5{padding:120px 0}.section5-wrap-box.fixed{position:fixed;top:120px;width:100%}.section5-title{-webkit-transform:translateX(-5px);transform:translateX(-5px)}.section6-addresses{margin-bottom:25px}.section6-addresses-item{margin:0 40px 25px 0;width:calc((100% - 40px) / 2)}.section6-addresses-item:nth-child(3n){margin-right:40px}.section6-addresses-item:nth-child(2n){margin-right:0}.section6-addresses-item-city{font-size:20px;line-height:22px}.section6-addresses-item-container{font-size:16px;line-height:21px}.section6-sidebar-title{margin-bottom:21px;font-size:20px;line-height:22px}.section6-sidebar-widget{margin-bottom:40px}.section6-nav li{margin-bottom:18px}.section6-nav li a{font-size:16px;line-height:21px}}@media screen and (max-width:375px){.section1-results{width:100%;-webkit-justify-content:space-between;justify-content:space-between}.section1-results-item:first-child{margin-right:30px}.section2-wrap-items{-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center}.section2-item{margin-right:0;width:100%;max-width:260px}.mobile-menu-contacts{-webkit-flex-direction:column;flex-direction:column;text-align:center}.mobile-menu-contacts-item{margin-right:0;width:100%}}.owl-carousel{margin:0 auto;display:none;width:100%;-webkit-tap-highlight-color:#fff0;position:relative;z-index:1}.owl-carousel .owl-stage{height:100%;display:-webkit-flex;display:flex;position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper{margin:0 auto}.owl-carousel .owl-item{position:relative;min-height:1px;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:#fff0;-webkit-touch-callout:none}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}@media screen and (max-height:1200px) and (min-width:1025px){.section2-item-icon{height:8.38vh;margin-bottom:1.5vh}.section2-item-title{font-size:2.23vh;margin-bottom:.7vh}.section2-item-description{font-size:1.55vh}.section6-addresses-item-city{font-size:3vh}.section6-addresses-item-container,.section6-nav li a{font-size:2.2vh}.section6-addresses-item{margin:0 5px 30px 5px}.section6-sidebar-title{font-size:2.8vh}.section2-item{margin:0 0 3vh 0}}.overlay-blue{top:0;position:fixed;z-index:-1;width:100%;height:100%;background:linear-gradient(102.55deg,rgb(39 33 85 / .5) 5.87%,rgb(39 33 85 / .2) 95.47%)}.show-more{display:none;text-align:center;font-weight:600;font-size:24px;line-height:135.5%;text-decoration-line:underline;color:#F9E5C5;margin-top:40px;text-transform:uppercase}.letter-animate .letter.animated span{animation-delay:1.5s}body{color:#272155!important}.eli-bg-white.eli-bg-primary .lang__toggled{background-color:transparent!important}footer p{font-size:14px!important}footer h2{margin-top:16px!important;margin-bottom:16px!important;font-size:24px!important}footer .eli-content{font-size:14px!important;padding-bottom:24px!important;padding-top:24px!important}