:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Clients_clientReviews__4A8xr{background-color:#161d27;padding:125px 0 140px}.Clients_clientReviewTitle__BtErH{display:flex;flex-direction:column;align-items:center}.Clients_clientReviewTitle__BtErH h2{color:#fff;font-size:45px;font-family:Cormorant Garamond,serif;align-items:center}.Clients_clientReviewTitle__BtErH img{width:95px}.Clients_reviewsExamples__xRKjz{padding:0 40px;max-width:1440px;margin:60px auto 0;gap:20px;display:flex}.Clients_reviewContent__yLllS{border-radius:1px 1px 1px 40px;background-color:#2e3947;padding:51px 51px 57px 45px}.Clients_reviewContent__yLllS>p{font-size:20px;margin:33px 0 0;color:#fff;line-height:45px;font-family:Outfit,serif;letter-spacing:.4px}.Clients_feedBackSender__VovGH{display:flex;margin:20px 0 0}.Clients_feedBackSender__VovGH p{font-family:Cormorant Garamond,serif;color:#fff;margin:0 0 0 22px;font-size:30px}.Clients_feedBackSender__VovGH p:last-child{font-size:20px}.Clients_feedBackSenderInTop__ICBK7{display:flex;margin:0 0 20px}.Clients_feedBackSenderInTop__ICBK7 p{font-family:Cormorant Garamond,serif;color:#fff;margin:0 0 0 22px;font-size:30px}.Clients_feedBackSenderInTop__ICBK7 p:last-child{font-size:20px}.Clients_reviewContentInBottom__nawBK{border-radius:40px 1px 1px 1px;background-color:#2e3947;padding:51px 51px 57px 45px}.Clients_reviewContentInBottom__nawBK>p{font-size:20px;margin:33px 0 0;color:#fff;line-height:45px;font-family:Outfit,serif;letter-spacing:.4px}@media screen and (max-width:1300px){.Clients_reviewReverse__ay1A1{display:flex;flex-direction:column-reverse}.Clients_reviewReverse__ay1A1 div{margin-bottom:10px}.Clients_reviewsExamples__xRKjz{padding:0;flex-direction:column}.Clients_reviewsExamples__xRKjz img{display:none}.Clients_clientReviews__4A8xr{padding:100px 20px}}.FormForContacts_formContants__dUlpy{position:relative;background-image:url(/_next/static/media/background_userInfo.b4ae6ddb.png);background-repeat:no-repeat;background-size:cover;height:945px;width:100%}.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd{box-sizing:border-box;display:flex;flex-direction:column;gap:46px;padding:89px 100px;max-width:1140px;width:100%;background-color:#1f2732;position:absolute;top:50%;height:auto;left:50%;transform:translate(-50%,-50%)}.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd>div{display:flex;justify-content:space-between}.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd button{padding:10px;background-color:#fff;margin:0 auto;font-size:25px;height:85px;border:none;transition:.2s linear}.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd button:hover{cursor:pointer;background-color:hsla(0,0%,100%,.2)}.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd input{outline:0;width:100%;border:none;border-bottom:1px solid #3b434e;color:#fff;height:87px;font-size:25px;background-color:transparent}.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd input::placeholder{color:#fff}.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd .FormForContacts_userMessage__aK_Wt{background-color:transparent;font-size:25px;border:none;border-bottom:1px solid #3b434e;color:#fff;outline:0;resize:none;margin:10px 0}.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd .FormForContacts_userMessage__aK_Wt::placeholder{padding:0;color:#fff}.FormForContacts_errorMessage__id9rB{color:red;position:absolute;z-index:1}@media screen and (max-width:800px){.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd{padding:10px 20px;gap:0}.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd button{height:40px;font-size:15px}.FormForContacts_formContants__dUlpy .FormForContacts_inputBlockInfo__5A7Rd>div{flex-direction:column}}.AttorneysterMain_mainContent__bYVur{display:flex;flex-direction:column;width:100%;height:100%;background-color:#161d27;padding:0 0 140px}.AttorneysterMain_historyBlock__68kjv{width:100%;height:100%;background-image:url(/_next/static/media/backgroundHistory.3b0f3888.png);object-fit:cover;background-repeat:no-repeat;background-size:100%}.Hader_headerSection__4vFCe{width:100%;background-image:url(/_next/static/media/headerBackground.13c217b4.jpg);background-size:auto}.Hader_headerSectionShadow__e0eYe{content:"";padding:40px 20px 0;width:100%;height:100%;background-color:rgba(31,39,50,.81);box-sizing:border-box}.Hader_headerUpperBlock__wFfn2{display:flex;max-width:1440px;margin:0 auto;justify-content:space-between;padding:0 20px 40px}.Hader_headerUpperBlock__wFfn2 img{max-width:400px;width:100%}.Hader_headerUpperBlock__wFfn2 button{padding:0 71px;font-size:22px;color:#fff;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);transition:.2s linear}.Hader_headerUpperBlock__wFfn2 button:hover{cursor:pointer;background-color:hsla(0,0%,100%,.2)}.Hader_navBarBlock__tg9C0{border-top:1px solid #4e555f;border-bottom:1px solid #4e555f;align-items:center;max-width:1440px;height:130px;margin:0 auto;display:flex;width:100%;justify-content:space-between}.Hader_navBarBlock__tg9C0>div{margin:0 auto}.Hader_linksHeader__FDK3A{padding:0 0 0 20px;font-size:22px;display:flex;width:50%;justify-content:space-between}.Hader_linksHeader__FDK3A h3{color:#fff;transition:.1s linear}.Hader_linksHeader__FDK3A h3:hover{cursor:pointer;color:#d1b06b}.Hader_headerContactInfo__2LEED{padding:0 20px 0 0;display:flex;justify-content:flex-end}.Hader_headerContactInfo__2LEED>div{display:flex;align-items:center}.Hader_headerContactInfo__2LEED h5{font-size:18px;margin:0;color:#d1b06b}.Hader_headerContactInfo__2LEED h6{font-size:22px;color:#fff}.Hader_headerContactInfo__2LEED img{margin:0 10px 0 50px}.Hader_connectInfo__EYP4_{margin:0 0 0 12px}.Hader_headerInfo__U3_Zp{display:flex;max-width:1440px;margin:0 auto;justify-content:space-between;padding:26px 20px 0;box-sizing:border-box}.Hader_headerDescription__CIC86{width:100%;display:flex;gap:16px;justify-content:center;justify-items:center;flex-direction:column}.Hader_headerDescription__CIC86 img{width:95px}.Hader_headerDescription__CIC86 h5{font-size:65px;margin:14px 0 21px;line-height:78px;color:#fff;letter-spacing:.4px;font-family:Cormorant Garamond,serif}.Hader_headerDescription__CIC86 h3{font-size:22px;margin:0 0 28px;color:#d1b06b;font-family:Outfit,sans-serif}.Hader_headerDescription__CIC86 button{background-color:#d1b06b;max-width:269px;width:100%;height:85px;border:none;font-size:22px;font-family:Outfit,sans-serif;transition:.2s linear}.Hader_headerDescription__CIC86 button:hover{cursor:pointer;background-color:hsla(41,53%,62%,.7)}.Hader_headerPerson__0rKmj{display:flex;justify-content:flex-end}@media screen and (max-width:1200px){.Hader_headerInfo__U3_Zp{padding:10px 0 0}.Hader_headerUpperBlock__wFfn2{align-items:center;flex-direction:column}.Hader_headerUpperBlock__wFfn2 button{height:80px;margin-top:30px}.Hader_linksHeader__FDK3A{display:none}.Hader_headerDescription__CIC86 h5{font-size:40px}.Hader_headerContactInfo__2LEED h5{font-size:10px}.Hader_headerContactInfo__2LEED h6{font-size:15px}.Hader_headerContactInfo__2LEED img{display:flex;margin:0 8px}.Hader_headerPerson__0rKmj{display:none}}@media screen and (max-width:500px){.Hader_headerContactInfo__2LEED{flex-direction:column}.Hader_headerContactInfo__2LEED>div{margin:5px 0}.Hader_headerContactInfo__2LEED>div img{max-width:40px}}.Footer_footerBlock__8dM1K{padding:140px 0 50px;background-color:#161d27}.Footer_footerBlock__8dM1K>img{width:100%;object-fit:cover;display:flex}.Footer_footerHeadBlock__ewkF_{padding:130px 40px 95px;width:100%;max-width:1440px;display:flex;margin:0 auto;justify-content:center;justify-items:center;align-items:center}.Footer_footerHeadBlock__ewkF_ img{width:100%;height:auto}.Footer_footerLinks__P51mf{font-size:30px;padding:0 40px 30px;display:flex;justify-content:space-between;color:#fff;max-width:1440px;margin:0 auto;gap:100px;font-family:Cormorant Garamond,serif}.Footer_footerLinks__P51mf span{width:100%;display:block;border-top:1px solid #3b434e;border-bottom:1px solid #3b434e;padding:21px 0}.Footer_linkColumnDuo__RZNnF>div{display:flex;margin:30px 0 0;justify-content:space-between;gap:75px}.Footer_linkColumnDuo__RZNnF p{font-size:20px;font-family:Outfit,sans-serif}.Footer_linkColumn__XmdE2>div{margin:30px 0 0}.Footer_linkColumn__XmdE2>div:last-child{margin-bottom:15px}.Footer_linkColumn__XmdE2 p{font-size:20px;font-family:Outfit,sans-serif}.Footer_contactColumn__ZVDPb{display:flex;flex-direction:column;justify-content:space-between;gap:30px}.Footer_footerCopyright__DietP{color:#d7d7d7;max-width:1440px;margin:0 auto;border-top:1px solid #4e555f;border-bottom:1px solid #4e555f;display:flex;padding:40px;justify-content:space-between;font-size:20px}.Footer_footerCopyright__DietP a{color:#d1b06b}.Footer_footerCopyright__DietP img{margin:0 5px}.Footer_footerCopyright__DietP img:hover{cursor:pointer}@media screen and (max-width:1000px){.Footer_footerHeadBlock__ewkF_{padding:20px 10px}.Footer_footerLinks__P51mf{padding:0 10px;flex-direction:column;gap:30px}.Footer_footerLinks__P51mf p{font-size:15px}.Footer_footerCopyright__DietP{flex-direction:column}.Footer_footerCopyright__DietP>div:last-child{margin-top:10px}}.Produce_sectionProduce__icEqY{display:flex;width:100%;max-width:1440px;grid-gap:30px;margin:0 auto;justify-content:space-between;padding:140px 40px 110px}.Produce_produceImageBlock__sFrnb img{margin:0 0 30px;display:flex;text-align:right}.Produce_produceDescription__LdIpr h3{margin:0 0 11px;line-height:60px;color:#fff;font-family:Cormorant Garamond,serif;font-size:45px;font-weight:400}.Produce_produceDescription__LdIpr>p{margin:40px 0 35px;max-width:825px;width:100%;font-family:Cormorant Garamond,serif;font-size:20px;word-wrap:break-word;font-weight:400;color:#fff}.Produce_person__42lvh{display:flex;align-items:center}.Produce_person__42lvh img{width:90px;object-fit:cover;margin:0 20px 45px 0;height:90px}.Produce_person__42lvh h2{color:#fff;font-family:Cormorant Garamond,serif;font-size:40px}.Produce_mainBlockButtons__nDbG8{display:flex}.Produce_successButton__z33e5{max-width:312px;width:100%;height:126px;background-color:#3b434e;display:flex;align-items:center;justify-content:space-around;margin:0 30px 0 0}.Produce_successButton__z33e5 img{width:58px;height:56px}.Produce_successButton__z33e5 p{font-size:22px;font-family:Outfit,sans-serif;margin:0;color:#fff}.Produce_successButton__z33e5 div{margin-left:5px}.Produce_experienceButton__ifcQl{width:100%;max-width:312px;height:126px;background-color:#d1b06b;display:flex;align-items:center;justify-content:space-around}.Produce_experienceButton__ifcQl p{font-size:22px;font-family:Outfit,sans-serif;margin:0;color:#000}.Produce_experienceButton__ifcQl div{margin-left:7px}@media screen and (max-width:1350px){.Produce_produceImageBlock__sFrnb{display:none}.Produce_mainBlockButtons__nDbG8{align-items:center;margin-bottom:20px;flex-direction:column}.Produce_successButton__z33e5{margin:10px 0;padding:0 25px}.Produce_experienceButton__ifcQl{padding:0}.Produce_produceDescription__LdIpr{margin:0 auto}.Produce_sectionProduce__icEqY{padding:0 10px}}.Description_mainDescription__7y9XI{display:flex;justify-content:space-between;max-width:1440px;padding:0 40px;margin:30px auto 0}.Description_mainDescription__7y9XI>p{color:#fff;max-width:660px;width:100%;display:flex;justify-content:flex-end;align-items:center;font-weight:400;font-family:Outfit,sans-serif;font-size:20px}.Description_descriptionTitle__qqenK>h2{font-size:45px;margin:0 0 11px;font-family:Cormorant Garamond,serif;color:#fff}.Description_descriptionText__Vogpl{margin:60px auto 0;display:flex;max-width:1440px;flex-wrap:wrap;align-items:center;gap:30px;padding:0 45px}.Description_descriptionText__Vogpl>div{max-width:430px;width:100%;height:350px;margin:0 auto;padding:55px 50px 70px;background-color:#1f2732}.Description_descriptionText__Vogpl h2{word-wrap:normal;font-family:Cormorant Garamond,serif;font-size:35px;color:#fff}.Description_descriptionText__Vogpl p{font-family:Outfit,sans-serif;font-size:20px;margin:0;color:#fff;padding:0 0 20px;border-bottom:1px solid #4e555f}.Description_descriptionText__Vogpl img{display:flex;height:56px;width:100%}.Description_blockButton__5rvOE{display:flex;justify-content:space-between;margin:38px 0 0}.Description_blockButton__5rvOE button{max-width:187px;width:100%;background-color:#161d27;color:#fff;border:none;font-family:Outfit,sans-serif;font-size:20px;font-weight:400;transition:.1s linear}.Description_blockButton__5rvOE button:hover{cursor:pointer;background-color:rgba(22,29,39,.8)}@media screen and (max-width:1200px){.Description_mainDescription__7y9XI{flex-direction:column;margin:0 auto;text-align:center}.Description_mainDescription__7y9XI>p{margin-top:10px}}@media screen and (max-width:450px){.Description_descriptionText__Vogpl>div{padding:10px 15px}.Description_descriptionText__Vogpl h2{font-size:30px;margin-bottom:10px}}.History_historyContent__ZBH_U{background-color:rgba(31,39,50,.85);width:100%;height:100%;max-width:1440px;margin:0 auto;display:flex;justify-content:space-between;padding:80px 60px 70px}.History_historyContent__ZBH_U h2{margin:0;font-size:45px;color:#fff;line-height:58px;font-family:Cormorant Garamond,serif}.History_historyDescription__fEDzO{max-width:418px;width:100%}.History_historyDescription__fEDzO img{margin:11px 0 50px}.History_historyDescription__fEDzO h5{font-family:Outfit,serif;color:#d1b06b;font-size:20px}.History_historyDescription__fEDzO h6{font-family:Outfit,serif;font-size:20px;font-weight:400;color:#fff;margin:13px 0 35px}.History_historyStats__t431c img{margin:11px 0 43px}.History_historyStatsContent__ZydTT{max-width:382px;width:100%}.History_historyStatsContent__ZydTT h5{font-family:Outfit,serif;font-size:20px;color:#fff;font-weight:400}.History_historyStatsContent__ZydTT button{max-width:302px;width:100%;color:#000;height:85px;background-color:#d1b06b;font-size:22px;transition:.1s linear;border:none}.History_historyStatsContent__ZydTT button:hover{cursor:pointer;background-color:hsla(41,53%,62%,.7)}.History_historyCases__F9xGm{font-family:Outfit,serif;position:relative;font-size:20px;color:#fff;margin:39px 0 50px}.History_historyCases__F9xGm div{display:flex;width:100%;height:auto;margin:0 0 30px;justify-content:space-between}.History_historyCases__F9xGm>div:after{content:"";position:absolute;margin:42px 0 0;max-width:383px;width:100%;display:flex;height:5px}.History_divorceCase__Pbcdg:after{background:linear-gradient(90deg,#d1b06b 75%,#fff 0)}.History_propertyCase__BsSBt:after{background:linear-gradient(90deg,#d1b06b 80%,#fff 0)}.History_bankingCases__EApqd:after{background:linear-gradient(90deg,#d1b06b 75%,#fff 0)}.History_accidentCases__sS50n:after{background:linear-gradient(90deg,#d1b06b 90%,#fff 0)}@media screen and (max-width:1300px){.History_historyContent__ZBH_U{padding:30px 20px;background-color:#0b0f10;margin:0 auto;align-items:center;flex-direction:column}.History_historyImage__swLFF{display:none}}.Workers_workersBlock__GNsSM{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 40px}.Workers_workersBlock__GNsSM h3{margin:124px 0 11px;font-family:Cormorant Garamond,serif;font-size:45px}.Workers_workersContent__Mbw9O{position:relative;display:flex;margin:70px auto 130px;gap:30px;max-width:1440px;justify-content:space-between;width:100%}.Workers_workersContent__Mbw9O h4{font-family:Cormorant Garamond,serif;font-size:30px;margin:20px 0 0}.Workers_workersContent__Mbw9O p{font-family:Outfit,serif;font-size:20px;color:#d1b06b}.Workers_workerWrapper__9qRaM{position:relative}.Workers_workerWrapper__9qRaM>img{max-width:100%;height:auto}.Workers_workerWrapper__9qRaM:after{content:"";width:108px;position:absolute;z-index:4;height:1px;display:flex;background-color:#d1b06b;left:50%;transform:translate(-50%)}.Workers_workersContactsWrapper__Mquf5{left:50%;transform:translate(-50%);z-index:1;height:66px;position:absolute;margin:0;align-items:center;display:flex;justify-content:space-around;max-width:217px;width:100%;bottom:0;background-color:#fff;border-radius:2px}.Workers_workersContactsWrapper__Mquf5 img{cursor:pointer}@media screen and (max-width:1300px){.Workers_workersContent__Mbw9O{flex-direction:column}}.RecentBlog_recentBlogs__54mZD{background-color:#161d27;padding:139px 40px 100px}.RecentBlog_recentBlogs__54mZD>img{width:95px;margin:0 0 70px}.RecentBlog_recentBlogHeader__YC05n{display:flex;align-items:center;flex-direction:column}.RecentBlog_recentBlogHeader__YC05n h2{font-size:45px;font-family:Cormorant Garamond,serif;color:#fff;margin:0 0 11px}.RecentBlog_recentBlogContent__xfBZj{max-width:1440px;display:flex;justify-content:space-between;margin:70px auto 0;border-bottom:2px #4e555f;grid-gap:50px}.RecentBlog_recentBlogContent__xfBZj img{width:100%;max-width:655px}.RecentBlog_recentBlockDescription__Q2FNW{font-size:20px;font-family:Outfit,serif;color:#d7d7d7;display:flex;flex-direction:column;justify-content:center}.RecentBlog_recentBlockDescription__Q2FNW h3{font-family:Cormorant Garamond,serif;font-size:45px;color:#fff;margin:26px 0 21px}.RecentBlog_recentBlockDescription__Q2FNW p{margin:20px 0 0;font-family:Outfit,serif;color:#d1b06b;font-size:22px;text-decoration:underline;width:110px}.RecentBlog_recentBlockDescription__Q2FNW p:hover{cursor:pointer}.RecentBlog_recentBlogTitle__Z91nb{padding:0 0 28px;border-bottom:1px solid #4e555f}.RecentBlog_recentBlogTitle__Z91nb span{color:#d1b06b;font-size:20px}.RecentBlog_dateSeparator__5YEXQ{margin:0 20px}@media screen and (max-width:950px){.RecentBlog_recentBlogContent__xfBZj img{display:none}.RecentBlog_recentBlockDescription__Q2FNW{align-items:center;margin:0 auto}}.News_corporationLawsBlock__Nq_tV{background-color:#161d27}.News_corporationLawsContent__b2YFI{max-width:1440px;display:flex;width:100%;margin:0 auto;border-top:1px solid #4e555f;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:20px 40px;gap:40px;justify-items:center}.News_corporationLawsContent__b2YFI>div{margin:0 auto}.News_corporationLawsContent__b2YFI img{width:100%;object-fit:cover}.News_headerCorporateLaw__Hmsmw{margin:24px 0 0;padding:0 0 22px;display:flex;justify-content:space-between;border-bottom:1px solid #4e555f}.News_headerCorporateLaw__Hmsmw span{font-size:20px;font-family:Outfit,sans-serif;color:#d1b06b}.News_headerCorporateLaw__Hmsmw span:first-child{border-right:1px solid #d1b06b;width:40%}.News_descriptionCorporateLaw__Eii5E>h3{width:100%;max-width:397px;font-size:30px;color:#fff;margin:26px 0 22px;font-weight:400;font-family:Cormorant Garamond,serif}.News_descriptionCorporateLaw__Eii5E span{font-family:Outfit,sans-serif;max-width:410px;width:100%;font-size:20px;display:flex;font-weight:400;color:#d7d7d7;padding:0 0 19px}.News_descriptionCorporateLaw__Eii5E a{font-size:22px;color:#d1b06b;text-decoration:underline}@media screen and (max-width:500px){.News_corporationLawsContent__b2YFI{padding:20px 10px}}.ContactsInformation_contactInformationWrapper___Hk5s{padding:100px 40px;background-color:#161d27}.ContactsInformation_contactInformationContent__ldH20{gap:102px;max-width:1440px;margin:0 auto;display:flex;word-wrap:break-word;box-sizing:border-box;justify-content:space-between}.ContactsInformation_contactInformationContent__ldH20 h2{font-family:Cormorant Garamond,serif;line-height:58px;font-size:45px;margin:0;color:#fff;letter-spacing:.4px}.ContactsInformation_contactInformationContent__ldH20 p{font-family:Outfit,serif;font-size:20px;margin:0;color:#d7d7d7}.ContactsInformation_contactInformationContent__ldH20 button:last-child{margin:37px 0 0;max-width:257px;width:100%;height:85px;font-family:Outfit,serif;color:#1f2732;background-color:#d1b06b;font-size:22px;transition:.1s linear;border:none}.ContactsInformation_contactInformationContent__ldH20 button:last-child:hover{cursor:pointer;background-color:hsla(41,53%,62%,.7)}.ContactsInformation_contactDescription__tbRTs{display:flex;justify-content:center;flex-direction:column}.ContactsInformation_contactDescription__tbRTs img{width:95px;margin:9px 0 53px}.ContactsInformation_consultationInfo__hac4H{background-color:#fff;padding:40px;outline:15px solid #d7d7d7;outline-offset:-40px}.ContactsInformation_consultationInfo__hac4H>div{padding:0 84px 0 55px}.ContactsInformation_consultationInfo__hac4H h3{padding:65px 0 0;text-align:center;font-family:Cormorant Garamond,serif;font-size:42px}.ContactsInformation_consultationInfo__hac4H p{font-family:Outfit,serif;font-size:20px;color:#909090}.ContactsInformation_callContacts__eWAQ4{margin:37px 0 75px;display:flex}.ContactsInformation_callContacts__eWAQ4 button{border:none;height:70px;width:70px;background-color:#d1b06b;transition:.1s linear}.ContactsInformation_callContacts__eWAQ4 button:hover{cursor:pointer;background-color:hsla(41,53%,62%,.7)}.ContactsInformation_callContacts__eWAQ4 p{margin:0 0 0 15px;color:#1f2732;font-family:Outfit,serif;font-size:18px}.ContactsInformation_callContacts__eWAQ4 span{font-size:30px}@media screen and (max-width:1300px){.ContactsInformation_contactInformationContent__ldH20{flex-direction:column;padding:102px 20px}.ContactsInformation_callContacts__eWAQ4{flex-direction:column;margin:20px 0}.ContactsInformation_callContacts__eWAQ4 p{margin:10px 0}.ContactsInformation_consultationInfo__hac4H{padding:0;outline:none}.ContactsInformation_consultationInfo__hac4H h3{text-align:left}.ContactsInformation_consultationInfo__hac4H>div{padding:0 20px}}