.main_button{background-color:#0043ea;border-bottom:1px solid #0043ea;border-radius:5px;box-shadow:0 6px 13px -5px #0043ea;color:#fff;cursor:pointer;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:400;padding:1rem;transition:background-color .5s ease,transform .3s ease;width:10rem}@media(max-width:767px){.main_button{width:100%}}@media(max-width:991px){.main_button{width:75%}}.main_button:hover{transform:scale(1.05)}.main_button.transperent{background-color:#0000}.main_button.transperent:hover{background-color:#0043ea}.spinner{animation:rotate 2s linear infinite;height:50px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:50px;z-index:2}.spinner .path{stroke:#93bfec;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.modal{align-items:center;background-color:#55565b;border-radius:5px;display:flex;flex-direction:column;font-family:Xolonium;font-weight:400;justify-content:center;left:50%;margin:0 auto;opacity:0;position:fixed;top:50%;transform:translate(-50%,-50%) scale(.5);transition:transform 1s ease,opacity 1s ease;visibility:hidden;width:60%;z-index:10}@media(max-width:991px){.modal{width:75%}}.modal.modal__open{opacity:1;transform:translate(-50%,-50%) scale(1);transition:transform 1s ease,opacity 1s ease;visibility:visible}.modal:before{background-color:#00000080;content:"";height:1000%;position:absolute;width:1000%;z-index:3}.modal header{background-image:url(/static/media/main.43738cc2542ca7bd0169.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:5px;color:#fff;height:40dvh;position:relative;width:100%;z-index:4}@media(max-width:991px){.modal header{height:20dvh}.modal header h2{text-align:center}}.modal header:before{background-color:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.modal header h2{margin:0 auto;z-index:2}.modal header .modal__close{cursor:pointer;padding:.5rem;position:absolute;right:20px;top:10px;z-index:2}.modal__body{display:flex;padding:1rem 2rem;width:100%;z-index:4}.modal__body form{display:flex;flex-direction:column;flex-grow:1}.modal__body form input,.modal__body form textarea{border-radius:5px;font-size:1rem;padding-left:1rem}.modal__body form input:focus,.modal__body form textarea:focus{outline:none}.modal__body form label{color:#fff;margin-bottom:.5rem}.modal__body #task{margin-bottom:1rem;padding-bottom:1rem;resize:none}@media(max-width:991px){.modal__body #task{padding:1rem}}.modal__body span{display:flex;justify-content:space-between}.modal__body span button{width:30%}@media(max-width:991px){.modal__body span{flex-direction:column;gap:1rem}.modal__body span #number,.modal__body span button{width:100%}.modal__body span #number{padding:.5rem}}.modal__body .error-message{background-color:#a90202;border:1px solid #a90202;border-radius:5px;justify-content:center;margin-top:.5rem;padding:1rem;width:100%}.modal__body #number{width:50%}.modal footer{background-color:#0000;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;z-index:4}.modal footer .modal__item{display:flex;flex-direction:column;flex-grow:1}.modal footer .modal__item:first-child{margin-bottom:1rem}.modal footer .modal__item span{color:#0043ea;margin-bottom:.5rem}.modal footer .modal__item a{color:#fff}@media(max-width:991px){.modal footer{font-size:clamp(.75rem,2vw,1.75rem);gap:1rem}}.language_toggle select{background-color:#fff;border-radius:5px;color:#1a1313;font-family:Roboto;font-size:16px;font-weight:400;opacity:.3;padding:10px;transition:background-color .3s ease}.language_toggle select:hover{background-color:#fff;opacity:1}.language_toggle select:focus{outline:none}.nav-wrapper{align-items:center;display:flex;justify-content:space-between;position:relative}.nav-wrapper .burger__menu{display:none;height:2rem;width:2rem;z-index:1100}.nav-wrapper .burger__menu .burger-bar{background-color:#fff;height:2px;transition:transform .3s ease,opacity .3s ease;width:100%}@media(max-width:991px){.nav-wrapper .burger__menu{display:flex;flex-direction:column;gap:5px;justify-content:center}}.nav-wrapper .nav{align-items:center;display:flex}.nav-wrapper .nav .navigation_list{display:flex;gap:1rem}.nav-wrapper .nav .navigation_list li{color:#fff}.nav-wrapper .nav .navigation_list li:hover{cursor:pointer}@media(max-width:991px){.nav-wrapper .nav{align-items:center;background-color:#55565b;flex-direction:column;height:100vh;justify-content:center;left:-100%;position:fixed;top:0;transition:left .5s ease;width:65dvw;z-index:1000}.nav-wrapper .nav .navigation_list{flex-direction:column;gap:1.5rem}.nav-wrapper .nav.open{left:0}}.nav-wrapper .open .burger-bar:first-child{transform:translateY(7px) rotate(45deg)}.nav-wrapper .open .burger-bar:nth-child(2){opacity:0}.nav-wrapper .open .burger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}header{align-items:center;background-color:#1a1313;display:flex;flex-direction:row;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:5}header .header__contacts{align-items:center;display:flex;gap:1rem}.contacts_list{grid-gap:1rem;display:grid;font-family:Roboto;gap:1rem;grid-template-columns:1fr 1fr;position:relative}.contacts_list a,.contacts_list li{height:100%;width:100%}.contacts_list a{align-items:center;background-color:#0043ea;border:1px solid #0043ea;border-radius:5px;color:#fff;display:flex;gap:1rem;justify-content:center;padding:.5rem 1rem;transition:background-color .7s ease,border-color .7s ease}.contacts_list a svg{display:block}@media(min-width:991px){.contacts_list a svg{display:none}}@media(min-width:1366px){.contacts_list a svg{display:block}}.contacts_list a:hover{background-color:#39db34;border-color:#39db34}@media(max-width:991px){.contacts_list{align-items:center;background-color:#0043ea;bottom:0;gap:0;justify-content:center;left:0;min-width:100%;padding:0;position:fixed;z-index:1000}.contacts_list:before{background-color:#fff;color:#fff;content:"";height:100%;left:50%;position:absolute;top:0;width:1px}.contacts_list a{border-radius:0;justify-content:center;padding:1.5rem;text-align:center;width:100%}.contacts_list .contact-text{display:none}}.form{background-image:url(/static/media/main.43738cc2542ca7bd0169.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:Roboto,sans-serif;font-weight:400;padding:4rem 2rem;position:relative}.form:before{background-color:#1a1313;content:"";height:100%;left:0;opacity:.7;pointer-events:none;position:absolute;top:0;width:100%}.form__title{align-items:center;flex-direction:column;font-family:Xolonium,sans-serif;font-size:1.25rem;font-weight:700;gap:.5rem;text-align:center}.form form,.form__title{display:flex;justify-content:center;position:relative;z-index:1}.form form{flex-wrap:wrap;gap:1rem;margin:2rem auto}.form form input{border-radius:5px;font-family:inherit;font-size:1rem;padding:0 1.5rem;width:clamp(100px,30rem,500px)}@media(max-width:991px){.form form input{padding:1rem}}.form form input::placeholder{color:#0043ea}.form form input:focus{outline:none}.form form button{background-color:#0043ea;border-radius:5px;color:#fff;display:flex;font-family:inherit;gap:.5rem;padding:.5rem;transition:transform .3s ease}@media(max-width:991px){.form form button{justify-content:center;width:100%}}.form form button svg{stroke:#fff}.form form button:hover{transform:scale(1.05)}.form ul{display:flex;gap:2rem;justify-content:center;position:relative;z-index:1}@media(max-width:991px){.form ul .form__item{align-items:center;display:flex;flex-direction:column;text-align:center;width:33%}}.form svg{stroke:#0043ea}.form__status{align-items:center;background-color:#0043ea;color:#fff;display:flex;font-size:2rem;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.form__status span{font-size:1.5rem;padding:0 1rem;position:relative;text-align:center;z-index:15}.form__status:before{background-color:#1a1313;content:"";height:100%;left:0;opacity:.8;position:absolute;top:0;width:100%;z-index:11}.error-message{background-color:#a90202;border:1px solid #a90202;border-radius:5px;padding:1rem;text-align:center;width:60%}.services-list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding:5rem 0}@media(max-width:991px){.services-list{padding:2rem 0}}.services-list li{border:1px solid #0000;border-radius:5px;box-shadow:0 6px 13px -5px #0043ea;display:flex;max-width:352px;padding:1rem;transition:transform .3s ease,box-shadow .3s ease;width:100%}@media(max-width:991px){.services-list li{max-width:340px}}.services-list li:hover{box-shadow:0 20px 39px -5px #0043ea;transform:scale(1.05)}.services-list .services-link{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:100%}@media(max-width:768px){.services-list .services-link{align-items:center;flex-direction:row;gap:3rem;justify-content:flex-start}}.services-list svg{height:40px;width:40px}.services-list h3{font-size:clamp(12px,2vw,24px);margin-top:1rem}@media(max-width:768px){.services-list h3{margin-top:0}}footer{background:#000;display:flex;max-height:500px;padding:2rem}footer .navigation_list{flex-direction:column;gap:.5rem}footer .services-list{border:none;gap:0;justify-content:flex-start;padding:0}footer .services-list li{box-shadow:none;padding:0 1rem}footer .services-list li:hover{box-shadow:none}footer .services-list h3{color:#fff;font-family:Roboto;font-size:1rem;font-weight:400;margin-bottom:.5rem;margin-top:0}footer .services-list svg{position:absolute;visibility:hidden}@media(max-width:991px){footer .services-list{padding-bottom:3rem}}footer .navigation_list{display:flex}footer .nav-wrapper .burger__menu{display:none}.hero_section{align-items:center;background-image:url(/static/media/main.43738cc2542ca7bd0169.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100dvh;justify-content:center;overflow:hidden;padding-inline:2rem;position:relative}.hero_section:before{background-color:#1a1313;content:"";height:100%;left:0;opacity:.7;pointer-events:none;position:absolute;top:0;width:100%}.hero_section h1{color:#fff;font-family:Xolonium,sans-serif;font-size:2.5rem;font-weight:700;line-height:52px;margin-bottom:52px;position:relative;text-align:center;z-index:1}@media(max-width:991px){.hero_section h1{font-size:3rem;padding-top:3dvh}.hero_section h1 p{font-size:1.5rem;line-height:1.5}}.hero_section p{font-size:2rem}.hero_section .hero_btn_group{align-items:center;display:flex;gap:1rem;margin-bottom:1rem;position:relative;z-index:1}@media(max-width:991px){.hero_section .hero_btn_group{display:flex;flex-direction:column;width:100%}}.welcome{display:flex;justify-content:space-between;padding:4rem 2rem}.welcome_title{font-family:Xolonium,sans-serif;font-size:3.5rem;font-weight:400}@media(max-width:767px){.welcome_title{font-size:2.5rem}}.welcome_description{color:#55565b;font-family:Roboto;font-size:1rem;font-weight:400;max-width:75%}@media(max-width:991px){.welcome_description{max-width:100%}}.welcome_img{max-width:50vw;position:relative;width:100%}@media(max-width:991px){.welcome_img{height:30vh;max-width:100vw}}.welcome_img>button{display:flex;justify-content:center;margin:0 auto;width:50%}.welcome_img>iframe,.welcome_img>img{border-radius:5px;height:100%;object-fit:cover;width:100%}.welcome_info{display:flex;flex-direction:column;gap:2rem;max-width:50%;padding:1rem}.welcome_info .welcome-list__item{list-style:disc}.welcome_info .welcome-list__item:not(:last-child){margin-bottom:1rem}.welcome_info button{transform:scale(1);transition:transform .5s ease;width:75%}.welcome_info button:hover{transform:scale(1.05)}@media(max-width:991px){.welcome_info button{width:100%}.welcome_info{max-width:100%;padding:0 0 1.5rem;width:100%}.welcome{flex-direction:column}}.welcome__slogan{background-color:#1a1313;border-radius:5px;bottom:-15%;left:-15%;position:absolute}@media(max-width:991px){.welcome__slogan{bottom:-75px;left:0;width:100%}}.welcome__slogan--content{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Xolonium;gap:2rem;justify-content:center;padding:clamp(1rem,3vw,10rem)}.welcome__slogan--content span{display:flex;position:relative}.welcome__slogan--content span:before{background-color:#fff;bottom:2rem;color:#fff;content:"";height:1px;left:0;position:absolute;width:100%}@media(max-width:767px){.welcome__slogan--content span:before{bottom:140%}}@media(max-width:991px){.welcome__slogan--content span{font-size:clamp(.75rem,2vw,1.75rem)}}.services{font-family:Xolonium,sans-serif;font-weight:400;padding:4rem 2rem}.services .services__request{display:flex;flex-wrap:wrap;font-family:Roboto,sans-serif;font-weight:400;gap:1rem}.services .services__request p{padding:.5rem;text-align:center;width:clamp(350px,50rem,620px)}.services .services__request button{flex-grow:1}.page-header{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;display:flex;justify-content:center;min-height:100vh;position:relative}.page-header h2{font-family:Xolonium;font-size:clamp(1rem,3vw,1.5rem);font-weight:700;letter-spacing:.5rem;padding-inline:5rem;text-align:center;text-transform:uppercase;z-index:3}@media(max-width:990px){.page-header h2{padding-inline:.5rem}}@media(min-width:991px){.page-header h2{padding-inline:1rem}}.page-header:before{background-color:#1a1313;content:"";height:100%;left:0;opacity:.8;position:absolute;top:0;width:100%;z-index:1}.build{background-image:url(/static/media/building.f5ee67cff935cd588261.webp)}.family{background-image:url(/static/media/family.02b92beece40a0d8d706.webp)}.military{background-image:url(/static/media/military.b7fcc4d573fb07ae0b4c.webp)}.lawyer{background-image:url(/static/media/lawyerH.ab4834680b009ef3ab6f.webp)}.duty{background-image:url(/static/media/duty.b3c8606764ee14edbb31.webp)}.protection{background-image:url(/static/media/protection.a6d2b9fe76d08f18aaf7.webp)}.worker{background-image:url(/static/media/worker.99760d966d8fab83a3a5.webp)}.administrative-law{background-image:url(/static/media/administrative-law.0af09b2e2651f16ae5bc.webp)}.administrative-violation{background-image:url(/static/media/administrative-violation.8ceb615cca4c5ce46926.webp)}.cases{background-image:url(/static/media/cases.6f3705535063bcade2b8.webp)}.brak{background-image:url(/static/media/alimenti.2e74049f589e3f8697cd.webp);background-position:50%}.distribution{background-image:url(/static/media/distribution.3527363f679b23d9f11b.webp)}.podil{background-image:url(/static/media/podilHeader.e0a16bff2f624e3981dc.webp)}.dolg{background-image:url(/static/media/dolgHeader.fbe52903a4cafac5b425.webp)}.credit{background-image:url(/static/media/zahistPravHeader.3c8a5dbd59e86787aa4a.webp)}.cancel{background-image:url(/static/media/scasuvannyaHeader.3c099cfefb5eb3c3f4f1.webp)}.notarius{background-image:url(/static/media/oskarjennyaHeader.8076f3963af13948224a.webp)}.admin130{background-image:url(/static/media/130Header.e4707e42071360497bff.webp)}.admin124{background-image:url(/static/media/124Header.57f70641a643593efdff.webp)}.dev{background-image:url(/static/media/dev.8d29d5a6d65fe19e971f.webp)}.not-found{background-image:url(/static/media/notFound.2c6b2d18cc2bc2ff9ab1.webp)}.info-card{align-items:center;background-color:#55565b;border-radius:5px;color:#fff;display:flex;flex:1 1;flex-direction:column;font-family:Roboto;font-weight:400;gap:2rem;height:100%;max-width:25dvw;min-width:20dvw;overflow:hidden;padding:1rem;position:-webkit-sticky;position:sticky;text-align:center;top:7rem;width:100%}.info-card__img{aspect-ratio:1;border-radius:50%;height:7rem;min-height:7rem;min-width:7rem;overflow:hidden;width:7rem}.info-card__img img{border-radius:50%;height:100%;object-fit:cover;width:100%}.info-card__contacts{align-items:center;display:flex;flex-direction:column;gap:2rem;text-align:center}.info-card__contacts span{color:#fff}.info-card__contacts span:hover a{color:#0043ea}.info-card__contacts a{color:#fff}.info-card button{width:100%}@media(max-width:991px){.info-card{display:none}}.main-section h2:first-child{margin-top:0}@media(max-width:991px){.main-section h2{font-size:1.5rem}}.main-section p{margin-bottom:1rem}@media(max-width:991px){.main-section p{font-size:1rem}}.main-section .mb-0{margin-bottom:0}.main-section ul{margin:1rem auto}.main-section ul li{list-style:disc inside}.main-section ul li:hover{color:#0043ea}.main-section button{display:flex;justify-content:center;margin:0 auto 1rem;width:50dvh}@media(max-width:991px){.main-section button{width:75%}}@media(max-width:1024px){.main-section button{width:100%}}@media(max-width:991px){.main-section .protection-page__lower{text-align:center}}.main-section .protection-page__lower{padding-bottom:1rem;text-align:center}.page__title{margin-bottom:1.5rem}.description__item:not(:last-child){padding-bottom:1rem}.page-services{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(max-width:991px){.page-services{grid-template-columns:1fr}}.page-services li{align-items:center;border:1px solid #0000;border-radius:5px;box-shadow:0 6px 13px -5px #0043ea;display:flex;justify-content:center;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:100%}.page-services li:hover{box-shadow:0 20px 39px -5px #0043ea;transform:scale(1.05)}.page-services a{align-items:center;display:flex;height:100%;justify-content:center;padding:1rem;width:100%}.services__title{margin:1rem 0}@media(max-width:991px){.services__title{text-align:center}}.img__container{border-radius:10px;height:50dvh;margin:1.5rem 0;overflow:hidden;width:51dvw}@media(max-width:991px){.img__container{height:25dvh;width:100%}}@media(min-width:992px)and (max-width:1024px){.img__container{height:30dvh}}.img__container img{height:100%;object-fit:cover;width:100%}@media(max-width:991px){.img__container img{object-fit:fill}}.building__content .protection-page__lower{padding-bottom:1rem;text-align:center}.building__item:not(:last-child),.uslugi-advokata__title{padding-bottom:1rem}.protection__list{margin-bottom:2rem}.protection__list .protection__item{list-style:decimal;margin-bottom:1rem}.protection__list .protection__item:hover{color:#0043ea}.worker__description{padding-bottom:2rem}@media(max-width:991px){.worker__description{font-size:1rem}}.worker__more{padding-bottom:1.5rem}.worker__more--item{padding-bottom:1rem}.worker__lower{padding-top:1rem;text-align:center}.main-section .recomend__list{grid-gap:2rem;color:#fff;display:grid;gap:2rem}@media(min-width:767px){.main-section .recomend__list{grid-template-columns:1fr 1fr}}.main-section .recomend__item{align-items:center;background-color:#55565b;border-radius:5px;display:grid;grid-template-columns:1fr 4fr;justify-content:center;list-style:none;width:100%}.main-section .recomend__item:hover{color:inherit}.main-section .recomend__item--icon{align-items:center;background-color:#0043ea;border-radius:5px;display:flex;height:100%;justify-content:center;width:100%}.main-section .recomend__item svg{fill:#fff;height:60%;width:60%}.main-section .recomend__item--text{font-size:.75rem;padding:1.5rem}@media(min-width:991px){.main-section .recomend__item--text{font-size:1rem}}.recomend__description{margin-top:1.5rem}.admin-violation__title{padding-bottom:1.5rem}.admin-violation__title--second{padding-bottom:0}.admin-violation__item:not(:last-child){padding-bottom:1rem}.main-section .cases__list{grid-gap:1rem;display:grid;font-family:Xolonium;font-weight:400;gap:1rem}@media(min-width:767px){.main-section .cases__list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1366px){.main-section .cases__list{grid-template-columns:repeat(3,1fr)}}.main-section .cases__list .cases__item{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:5px;color:#fff;display:flex;height:30dvh;justify-content:center;list-style:none;position:relative;text-align:center;transition:transform .5s ease}.main-section .cases__list .cases__item a{color:#fff;height:100%;padding:5rem;padding-inline:clamp(1rem,4vw,5rem);position:relative;width:100%;z-index:4}.main-section .cases__list .cases__item:before{background-color:#1a1313;content:"";height:100%;left:0;opacity:.7;position:absolute;top:0;transition:background-color .3s ease,opacity .3s ease;width:100%;z-index:0}.main-section .cases__list .cases__item:hover{transform:scale(1.08)}.main-section .cases__list .cases__item:hover:before{background-color:#0043ea;opacity:.9}@media(min-width:991px){.main-section .cases__list .cases__item{height:100%}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper{max-width:50vw}.slide-content{position:relative;text-align:center}.slide-content img{border-radius:5px;height:30rem;object-fit:contain;width:100%}.slide-description{background-color:#000c;border-radius:5px;bottom:10px;color:#fff;left:50%;padding:10px;position:absolute;transform:translateX(-50%);width:80%}@media(max-width:991px){.slide-description{width:100%}}.slide-description h3{font-size:clamp(1rem,3vw,1.5rem);margin:0}.slide-description p{font-size:1rem;margin:0}.slide-description span{color:#0043ea;text-decoration:underline}.swiper-button-next,.swiper-button-prev{height:30px;width:30px}.swiper-button-prev{left:10px}.swiper-button-next{right:10px}.swiper-navigation{display:flex;justify-content:space-around;margin:1.5rem 0}.swiper-btn-next,.swiper-btn-prev{background-color:#0043ea;border-radius:50%;cursor:pointer;height:5rem;width:5rem}.swiper-btn-next>svg,.swiper-btn-prev>svg{position:relative}.swiper-btn-next>svg path,.swiper-btn-prev>svg path{stroke:#fff}.swiper-btn-prev svg{right:5px}.swiper-btn-next svg{left:5px}.main-section .brak-win{margin-bottom:2rem}.distribution__win,.lishenie__item:not(:last-child),.lishenie__prav--item:not(:last-child),.lishenie__title,.obshenie__title,.posledstviya__item:not(:last-child),.uchastie__item:not(:last-child){padding-bottom:1.5rem}.obshenie__title{padding-top:1rem}.credit p{font-weight:700}.credit__help-list li:not(:last-child){padding-bottom:1rem}.arest__content{padding-top:1rem}.arest__subtitle{padding-top:2rem;text-decoration:underline}.arrested-list__item{list-style:disc;padding-top:1rem}.how-cancel__list li{list-style:decimal}.arest__conclusion{padding:2rem 0}.podil__title{padding-bottom:1.5rem}.podil__item:not(:last-child){padding-bottom:.5rem}.razdel__description{margin-bottom:1rem}.podil__slider--title{padding-bottom:2.5rem}.podil__rezdel--title{margin-top:2.5rem}@font-face{font-family:Xolonium;font-style:normal;font-weight:400;src:url(/static/media/Xolonium.3e6fadd46195b7288ba0.ttf) format("ttf"),url(/static/media/Xolonium.a457aacf9c068ee89fb3.woff) format("woff")}@font-face{font-family:Xolonium;font-style:normal;font-weight:700;src:url(/static/media/Xolonium-Bold.dda51d8fab3804864228.ttf) format("ttf"),url(/static/media/Xolonium-Bold.7fe4fe022569f6842872.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/Roboto-Regular.27f62b53b93858475a7f.ttf) format("truetype")}.dosudebnoe__list--item:not(:last-child),.vozvrat__title{padding-bottom:1rem}.main-section .dosudebnyi__list{margin-bottom:1rem}.wining-list__vozvrat-dolga{margin:1.5rem 0}.notarius__subtitle{padding-bottom:1.5rem}.main-section .notarius__description:last-of-type{margin-bottom:0}.notarius__list--item:not(:last-child){padding-bottom:.5rem}.admin130__list-item,.admin130__subtitle--pb1{padding-bottom:1rem}.main-section .admin__list--m0{margin-bottom:0}.main-section .admin124__list{margin:0 auto}.admin124__subtitle{padding:1.5rem 0}.admin__list--item:not(:last-child){padding-bottom:1rem}*{border:none;box-sizing:border-box;list-style:none;margin:0;padding:0;text-decoration:none}body{font-family:Roboto}body,h1,h2,h3{font-weight:400}h1,h2,h3{font-family:Xolonium}.page-info{flex:3 1}.page-container{display:flex;gap:8rem;justify-content:space-around;margin:3rem 6rem}@media(max-width:991px){.page-container{margin:1rem 0;padding-inline:1.5rem}}@media(min-width:992px)and (max-width:1366px){.page-container{gap:3rem;margin:3rem}}.not-found__link{background-color:#0043ea;border-radius:5px;color:#fff;display:flex;justify-content:center;margin-top:2rem;padding:1rem;transition:transform .3s ease;width:100%}.not-found__link:hover{transform:scale(1.05)}
/*# sourceMappingURL=main.52c3dbcd.css.map*/