/* Плавающий видео-виджет (левый нижний угол, выше cookie-баннера) */
.service4-video-widget-wrap{position:fixed;left:18px;bottom:108px;z-index:2147483646;width:132px;max-width:calc(100vw - 36px);pointer-events:none;visibility:visible;opacity:1;transform:translateY(0) scale(1);transition:opacity .55s ease,transform .55s cubic-bezier(.22,1,.36,1),bottom .28s ease,left .28s ease}
.service4-video-widget-wrap.is-widget-hidden{bottom:calc(64px + 2vh);left:12px;width:48px;max-width:none;pointer-events:auto}
.service4-video-widget-wrap.is-pending{visibility:hidden;opacity:0;transform:translateY(18px) scale(.94);pointer-events:none!important}
.service4-video-widget-wrap:not(.is-pending){visibility:visible;opacity:1}
.service4-video-widget-wrap.is-visible{visibility:visible;opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.service4-video-widget-wrap.is-pending .service4-video-widget,
.service4-video-widget-wrap.is-pending .service4-video-widget__launcher{display:none!important}
.service4-video-widget[hidden],
.service4-video-widget__launcher[hidden]{display:none!important}
.service4-video-widget-wrap.is-widget-hidden .service4-video-widget{display:none!important}
.service4-video-widget-wrap.is-widget-hidden .service4-video-widget__launcher{display:inline-flex!important}
.service4-video-widget{position:relative;display:block;width:100%;pointer-events:auto;overflow:visible}
.service4-video-widget__hide{position:absolute;top:6px;right:6px;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0;padding:0;border:2px solid #fff;border-radius:50%;background:rgba(15,31,51,.92);color:#fff;cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-shadow:0 8px 18px rgba(0,0,0,.28);transition:background .2s ease,transform .2s ease}
.service4-video-widget__hide:hover{background:#e62d5b;transform:scale(1.05)}
.service4-video-widget__trigger{display:block;width:100%;margin:0;padding:0;border:0;background:transparent;cursor:pointer;pointer-events:auto;border-radius:18px;box-shadow:0 14px 34px rgba(9,43,150,.24),0 4px 14px rgba(0,0,0,.16);transition:transform .28s ease,box-shadow .28s ease}
.service4-video-widget.is-blinking .service4-video-widget__trigger{animation:service4VideoWidgetBlink .85s ease-in-out infinite}
.service4-video-widget__launcher.is-pulsing .service4-video-widget__launcher-diamond{animation:service4VideoWidgetPulse 2.6s ease-in-out infinite}
.service4-video-widget__trigger:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(9,43,150,.28),0 8px 18px rgba(0,0,0,.18)}
.service4-video-widget__frame{position:relative;display:block;overflow:hidden;border-radius:18px;border:3px solid #fff;background:#0f1f3f}
.service4-video-widget__poster{display:block;width:100%;height:auto;aspect-ratio:9/16;object-fit:cover}
.service4-video-widget__poster--placeholder{display:block;width:100%;aspect-ratio:9/16;background:linear-gradient(145deg,#0f1f3f,#1a3a7a)}
.service4-video-widget__badge{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;color:#fff;background:linear-gradient(145deg,#22c55e,#16a34a);box-shadow:0 8px 18px rgba(22,163,74,.42);pointer-events:none}
.service4-video-widget__badge svg{display:block;margin-left:2px}
.service4-video-widget__launcher{display:none;align-items:center;justify-content:center;width:48px;height:48px;margin:0;padding:0;border:0;background:transparent;cursor:pointer;pointer-events:auto}
.service4-video-widget__launcher-diamond{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#2380eb;color:#fff;box-shadow:0 6px 18px rgba(35,128,235,.32);transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease}
.service4-video-widget__launcher-diamond svg{display:block;width:15px;height:17px;margin-left:1px}
.service4-video-widget__launcher:hover .service4-video-widget__launcher-diamond{transform:scale(1.05);background:#1f74db;box-shadow:0 10px 26px rgba(35,128,235,.46)}
@keyframes service4VideoWidgetBlink{
    0%,100%{box-shadow:0 14px 34px rgba(9,43,150,.24),0 4px 14px rgba(0,0,0,.16),0 0 0 0 rgba(35,128,235,0)}
    50%{box-shadow:0 18px 40px rgba(9,43,150,.34),0 8px 18px rgba(0,0,0,.2),0 0 0 4px rgba(35,128,235,.55),0 0 26px rgba(35,128,235,.65)}
}
@keyframes service4VideoWidgetPulse{
    0%,100%{transform:scale(1);box-shadow:0 6px 18px rgba(35,128,235,.32)}
    50%{transform:scale(1.045);box-shadow:0 8px 22px rgba(35,128,235,.42),0 0 0 3px rgba(35,128,235,.14)}
}

.service4-video-popup{position:fixed;inset:0;z-index:2147483647;display:flex;align-items:center;justify-content:center;padding:24px 16px;pointer-events:auto}
.service4-video-popup[hidden]{display:none!important}
.service4-video-popup__overlay{position:absolute;inset:0;background:rgba(8,16,32,.72);backdrop-filter:blur(4px);pointer-events:auto;cursor:pointer}
.service4-video-popup__shell{position:relative;z-index:2;width:min(92vw,420px);max-height:calc(100vh - 48px)}
.service4-video-popup__dialog{position:relative;width:100%;border-radius:22px;overflow:hidden;background:#000;box-shadow:0 24px 64px rgba(0,0,0,.42)}
.service4-video-popup__close{position:absolute;top:-14px;right:-14px;z-index:20;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0;padding:0;border:2px solid #fff;border-radius:50%;color:#fff;background:rgba(15,31,51,.92);cursor:pointer;pointer-events:auto;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-shadow:0 10px 24px rgba(0,0,0,.32);transition:background .2s ease,transform .2s ease}
.service4-video-popup__close:hover{background:#e62d5b;transform:scale(1.04)}
.service4-video-popup__player{position:relative;width:100%;aspect-ratio:9/16;background:#000}
.service4-video-popup__player iframe,
.service4-video-popup__player video{display:block;width:100%;height:100%;border:0;object-fit:cover;background:#000}
body.service4-video-popup-open{overflow:hidden}

@media(max-width:767px){.service4-video-widget-wrap{left:12px;bottom:92px;width:108px}.service4-video-widget-wrap.is-widget-hidden{bottom:calc(54px + 2vh);left:10px;width:44px}.service4-video-widget__hide{top:4px;right:4px;width:36px;height:36px}.service4-video-widget__hide svg{width:14px;height:14px}.service4-video-widget__badge{width:36px;height:36px;right:6px;bottom:6px}.service4-video-widget__launcher,.service4-video-widget__launcher-diamond{width:44px;height:44px}.service4-video-widget__launcher-diamond svg{width:14px;height:16px}.service4-video-popup{padding:16px 10px}.service4-video-popup__shell{width:min(94vw,360px)}.service4-video-popup__dialog{border-radius:18px}.service4-video-popup__close{top:-10px;right:-6px;width:48px;height:48px}}
@media (prefers-reduced-motion:reduce){.service4-video-widget__trigger,.service4-video-widget__launcher-diamond,.service4-video-widget-wrap{transition:none}.service4-video-widget.is-blinking .service4-video-widget__trigger,.service4-video-widget__launcher.is-pulsing .service4-video-widget__launcher-diamond{animation:none}}

.service4-page .legalizacja-results--white{margin-top:0}

/* Преимущества — смена иконки без зума блока */
.service4-page .adv-wrap__list .item.service4-adv-item{transition:box-shadow .35s ease}
.service4-page .adv-wrap__list .item.service4-adv-item:hover{transform:none;box-shadow:0 10px 28px rgba(0,0,0,.14),0 22px 34px rgba(0,0,0,.04),0 3px 0 0 #e84855 inset}
.service4-page .adv-wrap__list .item-top__image.service4-adv-icon{position:relative}
.service4-page .adv-wrap__list .item-top__image.service4-adv-icon .service4-adv-icon__blue,
.service4-page .adv-wrap__list .item-top__image.service4-adv-icon .service4-adv-icon__acf{transition:opacity .32s ease}
.service4-page .adv-wrap__list .item-top__image.service4-adv-icon .service4-adv-icon__red{position:absolute;top:50%;left:50%;max-height:42px;max-width:42px;width:auto;height:auto;margin:0;opacity:0;transform:translate(-50%,-50%);transition:opacity .32s ease}
.service4-page .adv-wrap__list .item-top__image.service4-adv-icon .service4-adv-icon__acf{max-height:42px;max-width:42px;width:auto;height:auto}
.service4-page .adv-wrap__list .item.service4-adv-item:hover .service4-adv-icon__blue{opacity:0}
.service4-page .adv-wrap__list .item.service4-adv-item:hover .service4-adv-icon__red{opacity:1}
.service4-page .adv-wrap__title.ttl{font-size:40px;line-height:48px}
.service4-page .adv-wrap__list .item-top__title,
.service4-page .adv-wrap__list .item-top__title h3{font-size:22px;line-height:30px}
@media(max-width:640px){.service4-page .adv-wrap__title.ttl{font-size:24px;line-height:33px}.service4-page .adv-wrap__list .item-top__title,.service4-page .adv-wrap__list .item-top__title h3{font-size:16px;line-height:22px}}
.service4-page .service4-advantages__cta-wrap{margin-top:34px}
.service4-page .service4-advantages__cta{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 26px;border:1px solid rgba(35,128,235,.45);border-radius:18px;background:rgba(9,43,150,.38);box-shadow:0 18px 42px rgba(0,0,0,.18)}
.service4-page .service4-advantages__cta strong{display:block;margin-bottom:6px;color:#fff;font-size:20px;line-height:1.25}
.service4-page .service4-advantages__cta-desc{display:block;color:rgba(255,255,255,.82);font-size:15px;line-height:1.45}
.service4-page .service4-advantages__cta-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 24px;border-radius:12px;background:#2380eb;color:#fff!important;font-weight:700;text-decoration:none!important;transition:background .22s ease,color .22s ease,box-shadow .22s ease}
.service4-page .service4-advantages__cta-btn--out{display:none}
.service4-page .service4-advantages__cta:hover .service4-advantages__cta-btn--in{background:#fff;color:#092b96!important}
@media(max-width:640px){.service4-page .service4-advantages__cta{display:block;padding:22px}.service4-page .service4-advantages__cta-btn--in{display:none!important}.service4-page .service4-advantages__cta-btn--out{display:flex!important;width:100%;margin-top:14px;background:#fff;color:#092b96!important;box-shadow:0 10px 24px rgba(0,0,0,.16)}.service4-page .service4-advantages__cta-btn--out:hover{background:#f4f7ff;color:#092b96!important}}

/* Expert — Vyborna */
.service4-expert .expert-wrap__flex.service4-expert__flex{display:flex;align-items:stretch;gap:30px;margin-top:0}
/* Legacy service1/2: adv → expert → reviews без белой щели */
.service4-page:has(+ .service4-page--legacy) .adv{margin-bottom:0}
.service4-page + .service4-page--legacy{margin-top:0;padding-top:0}
.service4-page--legacy .service4-expert.expert{margin:0;background-color:#f8fafd;border-radius:0;overflow:visible}
.service4-page--legacy .service4-expert .expert-wrap{padding-top:60px;padding-bottom:0}
.service4-page--legacy+.clients{margin-top:0;border-radius:0 0 50px 50px}
@media(max-width:767px){.service4-page--legacy .service4-expert .expert-wrap{padding-top:40px}.service4-page--legacy+.clients{border-radius:0 0 30px 30px}}
/* template-reviews.php — меньше отступ снизу */
.clients .clients-wrap:has(.op-clients-reviews){padding-bottom:48px}
@media(max-width:767px){.clients .clients-wrap:has(.op-clients-reviews){padding-bottom:36px}}
.service4-expert__head{max-width:860px;margin:0 auto 34px;text-align:center}
.service4-expert__head .expert-wrap__title,.service4-expert__head .service4-expert__title{margin:0}
.service4-expert__kicker{display:inline-flex;margin:0 auto 14px}
.service4-expert__image{flex:0 0 413px;max-width:413px;width:413px;margin:0!important;display:flex;align-self:stretch;min-height:100%;overflow:hidden;border-radius:28px;box-shadow:0 14px 40px rgba(9,43,150,.12),0 4px 14px rgba(15,31,51,.06)}
.service4-expert__image img{display:block;width:100%;height:100%;min-height:100%;object-fit:cover;object-position:top center;border-radius:28px}
.service4-expert .expert-wrap__flex--content.service4-expert__card{position:relative;display:flex;flex-direction:column;flex:1 1 auto;width:100%;max-width:none;margin:0;padding:40px 40px 36px;border-radius:28px!important;border:1px solid rgba(35,128,235,.12);background:#fff url(../img/main-old/bg-expert.svg) no-repeat center center/cover;box-shadow:0 10px 36px rgba(9,43,150,.08)!important;overflow:hidden;transition:box-shadow .35s ease,border-color .35s ease}
.service4-expert .expert-wrap__flex--content.service4-expert__card::before{content:"";position:absolute;left:0;right:0;top:0;bottom:auto;height:3px;z-index:2;pointer-events:none;background:linear-gradient(90deg,#092b96 0%,#2380eb 22%,#7ec4ff 50%,#2380eb 78%,#092b96 100%);background-size:220% 100%;background-position:0% 50%;box-shadow:0 0 10px rgba(35,128,235,.22);transition:box-shadow .4s ease}
.service4-expert .expert-wrap__flex--content.service4-expert__card:hover{box-shadow:0 14px 40px rgba(9,43,150,.12),0 22px 34px rgba(0,0,0,.04)!important;border-color:rgba(35,128,235,.22)}
.service4-expert .expert-wrap__flex--content.service4-expert__card:hover::before{animation:service4ExpertLineFlow 2.4s linear infinite;box-shadow:0 0 16px rgba(35,128,235,.45),0 0 28px rgba(9,43,150,.18)}
@keyframes service4ExpertLineFlow{0%{background-position:0% 50%}100%{background-position:220% 50%}}
.service4-expert__card-inner{flex:1 1 auto}
.service4-expert__name{margin-bottom:8px}
.service4-expert__position-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0 0 18px}
.service4-expert__position-row .expert-wrap__flex--content-position.service4-expert__position{display:inline-flex;align-items:center;margin:0!important;line-height:1.35}
.service4-expert__position-row .service4-expert__badges-toggle{align-self:center;margin:0;flex-shrink:0}
.service4-expert__position{display:inline-flex;align-items:center;margin:0;padding:6px 14px;border-radius:999px;background:rgba(35,128,235,.1);color:#2380eb;font-size:16px;line-height:1.35;font-weight:700}
.service4-expert__badges-toggle{flex:0 0 auto;display:grid;place-items:center;width:32px;height:32px;margin:0;padding:0;border:1.5px solid rgba(35,128,235,.35);border-radius:50%;background:#fff;color:#2380eb;font:inherit;line-height:0;cursor:pointer;-webkit-appearance:none;appearance:none;box-shadow:0 2px 8px rgba(35,128,235,.12);transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}
.service4-expert__badges-toggle:hover,.service4-expert__badges-toggle:focus-visible{outline:none;background:#2380eb;border-color:#2380eb;color:#fff;transform:scale(1.04)}
.service4-expert__badges-toggle-icon{display:block;position:relative;width:12px;height:12px}
.service4-expert__badges-toggle-icon::before,.service4-expert__badges-toggle-icon::after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;border-radius:999px;background:currentColor;transform:translate(-50%,-50%);transition:transform .22s ease,opacity .22s ease}
.service4-expert__badges-toggle-icon::after{transform:translate(-50%,-50%) rotate(90deg)}
.service4-expert__badges-toggle[aria-expanded="true"] .service4-expert__badges-toggle-icon::after{transform:translate(-50%,-50%) rotate(90deg) scaleX(0);opacity:0}
.service4-expert__badges{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px;padding:0;list-style:none}
.service4-expert__badges[hidden],.service4-expert__badges.is-collapsed{display:none!important;margin:0!important;padding:0!important;overflow:hidden}
.service4-expert__badge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#f4f8ff;border:1px solid rgba(35,128,235,.14);color:#3a4d66;font-size:13px;line-height:1.25;font-weight:600}
.service4-expert__text p:last-child{margin-bottom:0}
.service4-expert__actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:32px!important;padding-top:24px;border-top:1px solid rgba(35,128,235,.1)}
.service4-expert__btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:14px 28px;border-radius:999px!important;font-size:17px;line-height:1.2;font-weight:700;text-decoration:none;transition:transform .28s ease,box-shadow .28s ease,background-color .28s ease,color .28s ease;border:0}
.service4-expert__btn::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.34) 48%,transparent 100%);transform:translateX(-130%);transition:transform .55s ease;pointer-events:none}
.service4-expert__btn:hover::after,.service4-expert__btn:focus-visible::after{transform:translateX(130%)}
.service4-expert__btn--linkedin{margin-right:0!important;background:linear-gradient(145deg,#0a8fd8 0%,#0077b5 55%,#005f93 100%);color:#fff;box-shadow:0 10px 24px rgba(0,119,181,.28),inset 0 1px 0 rgba(255,255,255,.22)}
.service4-expert__btn--linkedin:hover,.service4-expert__btn--linkedin:focus-visible{background:linear-gradient(145deg,#1299e4 0%,#0088c7 55%,#006aa3 100%);color:#fff;transform:translateY(-2px);box-shadow:0 16px 32px rgba(0,119,181,.34),0 0 0 4px rgba(35,128,235,.14)}
.service4-expert__btn--linkedin svg{margin-right:10px;flex-shrink:0}
.service4-expert__btn--about,
.service4-expert__btn.btn-primary.service4-expert__btn--about{background:linear-gradient(145deg,#2a8ef0 0%,#2380eb 45%,#092b96 100%)!important;color:#fff!important;border:0!important;box-shadow:0 10px 24px rgba(35,128,235,.28),inset 0 1px 0 rgba(255,255,255,.2)}
.service4-expert__btn--about:hover,.service4-expert__btn--about:focus-visible,
.service4-expert__btn.btn-primary.service4-expert__btn--about:hover,.service4-expert__btn.btn-primary.service4-expert__btn--about:focus-visible{background:linear-gradient(145deg,#3b9af5 0%,#2a8ef0 45%,#0a349f 100%)!important;color:#fff!important;border-color:transparent!important;transform:translateY(-2px);box-shadow:0 16px 34px rgba(35,128,235,.34),0 0 0 4px rgba(35,128,235,.16)}
@media(max-width:1100px){.service4-expert .expert-wrap__flex.service4-expert__flex{gap:24px}.service4-expert__image{flex-basis:340px;width:340px;max-width:340px;border-radius:22px}.service4-expert__image img{border-radius:22px}.service4-expert .expert-wrap__flex--content.service4-expert__card{border-radius:22px!important;padding:32px 28px 28px}}
@media(max-width:920px){.service4-expert .expert-wrap__flex.service4-expert__flex{flex-direction:column;align-items:stretch!important;gap:20px}.service4-expert .expert-wrap__flex--image.service4-expert__image,.service4-expert__image{flex:none;display:block;width:100%!important;max-width:100%!important;min-height:0;max-height:none;height:auto;aspect-ratio:4/5;align-self:stretch;margin:0!important;overflow:hidden;border-radius:22px}.service4-expert .expert-wrap__flex--image.service4-expert__image img,.service4-expert__image img{display:block;width:100%;height:100%;min-height:0!important;max-height:none!important;object-fit:cover;object-position:center top;border-radius:22px}}
@media(max-width:767px){.service4-expert .expert-wrap__flex--image.service4-expert__image,.service4-expert__image{aspect-ratio:3/4;min-height:clamp(420px,118vw,560px);border-radius:18px}.service4-expert .expert-wrap__flex--image.service4-expert__image img,.service4-expert__image img{border-radius:18px;object-fit:cover;object-position:center top}.service4-expert__actions{flex-direction:column;align-items:stretch;margin-top:28px!important;padding-top:20px}.service4-expert__btn{width:100%;margin-right:0!important}.service4-expert .expert-wrap__flex--content.service4-expert__card{padding:28px 18px 22px}}
@media (prefers-reduced-motion:reduce){.service4-expert__btn,.service4-expert__btn::after{transition:none}.service4-expert .expert-wrap__flex--content.service4-expert__card:hover::before{animation:none;background-position:50% 50%}}

/* Судебные решения / Legal Precedents */
.service4-page .service4-precedents{margin-top:0;padding-top:80px;overflow:visible}
.service4-page .service4-precedents__head{max-width:900px;margin:0 auto 30px;text-align:center}
.service4-page .service4-precedents__head .compensation-wrap__title{margin-bottom:0}
.service4-page .service4-precedents__kicker{display:inline-flex;margin:0 auto 14px}
.service4-page .service4-precedents.compensation{overflow:visible}
.service4-page .service4-precedents .compensation-wrap__slider--list.slick-initialized.slick-slider{padding-bottom:24px}
.service4-page .service4-precedents .compensation-wrap__slider--list .slick-slide{height:auto!important}
.service4-page .service4-precedents .compensation-wrap__slider--list .slick-slide>div{height:auto!important}
.service4-page .service4-precedents .compensation-wrap__slider--list .wrapper{padding:0 8px;max-width:100%;box-sizing:border-box;height:auto!important}
.service4-page .service4-precedents .compensation-wrap__slider--list .item.service4-precedents__slide{display:flex;flex-direction:column;width:80%;max-width:80%;margin:0 auto;height:auto!important;cursor:pointer}
.service4-page .service4-precedents .compensation-wrap__slider{position:relative}
@media(min-width:1501px){.service4-page .service4-precedents .compensation-wrap__slider--nav{display:block!important}.service4-page .service4-precedents .compensation-wrap__slider .slick-arrow{position:absolute;top:50%;z-index:2;display:flex!important;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:0;border-radius:50%;background:#f8fafd;cursor:pointer;transform:translateY(-50%)!important}.service4-page .service4-precedents .compensation-wrap__slider .slick-arrow svg{transform:none!important}.service4-page .service4-precedents .compensation-wrap__slider .slick-prev{left:-65px}.service4-page .service4-precedents .compensation-wrap__slider .slick-next{left:auto;right:-65px}.service4-page .service4-precedents .compensation-wrap__slider .slick-arrow:hover{background:#0a2f9a}.service4-page .service4-precedents .compensation-wrap__slider .slick-arrow:hover path{stroke:#fff}}
@media(max-width:1500px){.service4-page .service4-precedents .compensation-wrap__slider--nav{display:none!important}}
.service4-page .service4-precedents .service4-precedents__swipe-hint{display:none}
@media(max-width:1100px){.service4-page .service4-precedents .service4-precedents__swipe-hint.op-services-wrap__move{display:flex;width:41px;height:26px;margin-left:auto;margin-top:16px;margin-bottom:8px;justify-content:center;align-items:center;background-color:#f9f9f9;border-radius:5px}.service4-page .service4-precedents .service4-precedents__swipe-hint .op-move{animation:service4PrecedentsSwipeHint 1.5s ease-in-out infinite}}
@keyframes service4PrecedentsSwipeHint{0%,100%{transform:translateX(0)}50%{transform:translateX(8px)}}
@media (prefers-reduced-motion:reduce){.service4-page .service4-precedents .service4-precedents__swipe-hint .op-move{animation:none}}
.service4-page .service4-precedents .compensation-wrap__slider--list .item img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain;border-radius:16px;box-shadow:0 10px 28px rgba(9,43,150,.1)}
.service4-page .service4-precedents .service4-precedents__caption-plaque{position:relative;width:100%;margin:16px 0 0;padding:14px 16px 15px;border-radius:14px;background:linear-gradient(145deg,#fff 0%,#f4f8ff 100%);border:1px solid rgba(35,128,235,.16);box-shadow:0 8px 22px rgba(9,43,150,.08),inset 0 1px 0 rgba(255,255,255,.95);overflow:hidden;transition:border-color .45s cubic-bezier(.22,1,.36,1)}
.service4-page .service4-precedents .service4-precedents__caption-plaque::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background-color:#2380eb;border-radius:14px 14px 0 0;transition:background-color .45s cubic-bezier(.22,1,.36,1)}
@media (hover:hover) and (pointer:fine){.service4-page .service4-precedents .service4-precedents__slide:hover .service4-precedents__caption-plaque{border-color:rgba(230,45,91,.22)}.service4-page .service4-precedents .service4-precedents__slide:hover .service4-precedents__caption-plaque::before{background-color:#e62d5b}}
.service4-page .service4-precedents .compensation-wrap__slider--list .item-title,
.service4-page .service4-precedents .service4-precedents__caption{display:block!important;visibility:visible;opacity:1;width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box;text-align:center;font-size:15px;line-height:1.5;font-weight:600;color:#0f1f33}
.service4-page .service4-precedents__quote{opacity:0;transform:translate3d(0,14px,0);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}
.service4-page .service4-precedents__quote.is-visible{opacity:1;transform:translate3d(0,0,0);will-change:auto}
.service4-page .service4-precedents .compensation-wrap__text{max-width:100%;width:100%;margin-left:0;margin-right:0}
.service4-page .service4-precedents__notice{max-width:90%;width:90%;margin:80px auto 0}
.service4-page .service4-precedents__notice .service4-precedents__quote{margin:0;padding:30px 34px 30px 88px;position:relative;background-image:linear-gradient(135deg,#f2f8ff 0%,#fff 100%);background-color:#fff;border-left:4px solid #2380eb;border-radius:16px;box-shadow:0 18px 42px rgba(9,43,150,.08);color:#30485f;font-size:18px;line-height:1.68;max-width:100%;width:100%;box-sizing:border-box;transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1),border-left-color .45s cubic-bezier(.22,1,.36,1),background-color .45s cubic-bezier(.22,1,.36,1)}
@media (hover:hover) and (pointer:fine){.service4-page .service4-precedents__notice .service4-precedents__quote:hover{border-left-color:#e62d5b;background-color:#fff8fa}}
.service4-page .service4-precedents__notice .service4-precedents__quote::before{content:"";position:absolute;left:28px;top:26px;width:34px;height:34px;border-radius:4px;background-color:#2380eb;-webkit-mask:url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 7C9.2 8.8 6 12.8 6 18.1V27h10.4V16.8h-4.7c.3-2.6 1.9-4.6 4.8-6L14.5 7Zm13 0C22.2 8.8 19 12.8 19 18.1V27h10.4V16.8h-4.7c.3-2.6 1.9-4.6 4.8-6L27.5 7Z' fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 7C9.2 8.8 6 12.8 6 18.1V27h10.4V16.8h-4.7c.3-2.6 1.9-4.6 4.8-6L14.5 7Zm13 0C22.2 8.8 19 12.8 19 18.1V27h10.4V16.8h-4.7c.3-2.6 1.9-4.6 4.8-6L27.5 7Z' fill='%23000'/%3E%3C/svg%3E") center/contain no-repeat;transition:background-color .45s cubic-bezier(.22,1,.36,1)}
@media (hover:hover) and (pointer:fine){.service4-page .service4-precedents__notice .service4-precedents__quote:hover::before{background-color:#e62d5b}}
.service4-page .service4-precedents__notice .service4-precedents__quote::after{display:none!important}
.service4-page .service4-precedents__notice .service4-precedents__quote blockquote{margin:0;padding:0;background:none!important;border:0!important;border-radius:0;box-shadow:none!important}
.service4-page .service4-precedents__notice .service4-precedents__quote blockquote::before,
.service4-page .service4-precedents__notice .service4-precedents__quote blockquote::after{display:none!important;content:none!important}
.service4-page .service4-precedents__notice .service4-precedents__quote p{margin:0 0 16px}
.service4-page .service4-precedents__notice .service4-precedents__quote p:last-child{margin-bottom:0}
.service4-page .service4-precedents__notice .service4-precedents__label{color:#092b96}
.service4-page .service4-precedents__notice .service4-precedents__link{color:#2380eb!important;text-decoration:underline;text-underline-offset:3px}
.service4-page .service4-precedents__notice .service4-precedents__link:hover{color:#092b96!important}
@media(max-width:640px){.service4-page .service4-precedents__notice{margin-top:48px;max-width:100%;width:100%}.service4-page .service4-precedents__notice .service4-precedents__quote{padding:24px 20px 24px 72px;font-size:16px;line-height:1.55}.service4-page .service4-precedents__notice .service4-precedents__quote::before{left:20px;top:20px;width:28px;height:28px}}
@media(max-width:1100px){.service4-page .service4-precedents .compensation-wrap__slider--list .item img{max-width:min(100%,368px);margin:0 auto}.service4-page .service4-precedents .compensation-wrap__slider--list .item.service4-precedents__slide{width:100%;max-width:100%}}
@media(max-width:640px){.service4-page .service4-precedents{padding-top:48px}.service4-page .service4-precedents .compensation-wrap__slider--list.slick-initialized.slick-slider{padding-bottom:20px}.service4-page .service4-precedents .compensation-wrap__slider--list .wrapper{padding:0 4px}.service4-page .service4-precedents .compensation-wrap__slider--list .item img{max-width:100%;width:100%}.service4-page .service4-precedents .service4-precedents__caption-plaque{margin-top:12px;padding:12px 14px 13px}.service4-page .service4-precedents .compensation-wrap__slider--list .item-title,.service4-page .service4-precedents .service4-precedents__caption{font-size:14px;line-height:1.45}.check .check-wrap__head{justify-content:center;align-items:center;padding:0}.check .check-wrap__kicker,.check .legalizacja-results__kicker.check-wrap__kicker{margin-left:auto;margin-right:auto}}
@media (prefers-reduced-motion:reduce){.service4-page .service4-precedents__quote{opacity:1;transform:none;will-change:auto;transition:none!important}.service4-page .service4-precedents .service4-precedents__caption-plaque,.service4-page .service4-precedents .service4-precedents__caption-plaque::before,.service4-page .service4-precedents__notice .service4-precedents__quote,.service4-page .service4-precedents__notice .service4-precedents__quote::before{transition:none!important}}

/* Карта побыту — галочки, лёгкий hover-подъём блока и свечение под фото */
.service4-page .cart.service4-cart{position:relative}
.service4-page .cart.service4-cart .cart-wrap__flex.service4-cart__panel{position:relative;overflow:visible;transform:translateZ(0);transition:transform .38s cubic-bezier(.22,1,.36,1),box-shadow .38s ease}
.service4-page .cart.service4-cart .cart-wrap__flex--image{position:relative;flex-shrink:0}
.service4-page .cart.service4-cart .cart-wrap__flex--image::after{content:"";position:absolute;left:50%;bottom:6%;width:72%;height:22%;transform:translateX(-50%);background:radial-gradient(ellipse at center,rgba(35,128,235,.4) 0%,rgba(35,128,235,.14) 44%,transparent 72%);filter:blur(14px);opacity:.82;pointer-events:none;z-index:0;transition:opacity .38s ease,filter .38s ease}
.service4-page .cart.service4-cart .cart-wrap__flex--image img{position:relative;z-index:1;display:block;max-width:100%;height:auto;filter:drop-shadow(0 14px 24px rgba(35,128,235,.26)) drop-shadow(0 6px 14px rgba(0,0,0,.2));transition:transform .38s cubic-bezier(.22,1,.36,1),filter .38s ease}
@media (hover:hover) and (pointer:fine){.service4-page .cart.service4-cart .cart-wrap__flex.service4-cart__panel:hover{transform:scale(1.012) translateZ(0);box-shadow:0 8px 24px rgba(35,128,235,.16),0 22px 34px rgba(0,0,0,.08),0 100px 80px rgba(0,0,0,.04),0 3px 0 0 #e62d5b inset,0 0 0 1px rgba(35,128,235,.18)}.service4-page .cart.service4-cart .cart-wrap__flex.service4-cart__panel:hover .cart-wrap__flex--image::after{opacity:1;filter:blur(18px)}.service4-page .cart.service4-cart .cart-wrap__flex.service4-cart__panel:hover .cart-wrap__flex--image img{transform:translateY(-3px);filter:drop-shadow(0 20px 34px rgba(35,128,235,.42)) drop-shadow(0 10px 18px rgba(0,0,0,.26))}}
@media (prefers-reduced-motion:reduce){.service4-page .cart.service4-cart .cart-wrap__flex.service4-cart__panel,.service4-page .cart.service4-cart .cart-wrap__flex--image img,.service4-page .cart.service4-cart .cart-wrap__flex--image::after{transition:none!important}.service4-page .cart.service4-cart .cart-wrap__flex.service4-cart__panel:hover{transform:none}.service4-page .cart.service4-cart .cart-wrap__flex.service4-cart__panel:hover .cart-wrap__flex--image img{transform:none}}
.service4-page .cart.service4-cart .cart-wrap__flex--content-text.ttx ul.service4-cart__checklist{list-style:none;padding-left:0;margin-bottom:30px}
.service4-page .cart.service4-cart .cart-wrap__flex--content-text.ttx ul.service4-cart__checklist li{position:relative;padding-left:28px;margin-bottom:5px;list-style:none}
.service4-page .cart.service4-cart .cart-wrap__flex--content-text.ttx ul.service4-cart__checklist li:last-child{margin-bottom:0}
.service4-page .cart.service4-cart .cart-wrap__flex--content-text.ttx ul.service4-cart__checklist li::before{display:none!important;content:none!important}
.service4-page .cart.service4-cart .cart-wrap__flex--content ul.service4-cart__checklist li::after{content:"";display:block;width:19px;height:19px;position:absolute;left:0;top:.32em;border-radius:50%;background-color:transparent;background-image:var(--service4-check-icon,url("../img/main/li-white-blue.svg"));background-repeat:no-repeat;background-position:center center;background-size:cover;box-shadow:0 2px 8px rgba(0,0,0,.14);transform:none}
.service4-page .cart.service4-cart .cart-wrap__flex--content-meta.service4-cart__meta{display:flex;align-items:center;justify-content:space-between;max-width:500px;gap:12px;flex-wrap:wrap}
.service4-page .cart.service4-cart .service4-cart__price-badge{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:10px 18px 10px 12px;border-radius:14px;background:#fff;color:#092b96;font-size:16px;line-height:1.2;font-weight:700;white-space:nowrap;box-shadow:0 8px 20px rgba(9,43,150,.12);border:1px solid rgba(255,255,255,.85)}
.service4-page .cart.service4-cart .service4-cart__price-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;border-radius:50%;background:transparent;box-shadow:none;overflow:hidden}
.service4-page .cart.service4-cart .service4-cart__price-icon img{display:block;width:38px;height:38px;object-fit:contain}
.service4-page .cart.service4-cart .service4-cart__price-text{display:inline-block;line-height:1.2}
.service4-page .cart.service4-cart .service4-cart__price-badge.cart-wrap__flex--content-meta_price{font-size:16px;line-height:1.2;color:#092b96}
.service4-page .cart.service4-cart .service4-cart__price-badge.cart-wrap__flex--content-meta_price strong{font-weight:700;color:inherit}
.service4-page .cart.service4-cart .cart-wrap__flex--content-text.ttx ul{list-style:none;padding-left:0;margin-bottom:30px}
.service4-page .cart.service4-cart .cart-wrap__flex--content-text.ttx ul li{position:relative;padding-left:28px;margin-bottom:5px;list-style:none}
.service4-page .cart.service4-cart .cart-wrap__flex--content-text.ttx ul li:last-child{margin-bottom:0}
.service4-page .cart.service4-cart .cart-wrap__flex--content-text.ttx ul li::before{display:none!important;content:none!important}
.service4-page .cart.service4-cart .cart-wrap__flex--content-text.ttx ul li::after{content:"";display:block;width:19px;height:19px;position:absolute;left:0;top:.32em;border-radius:50%;background-color:transparent;background-image:var(--service4-check-icon,url("../img/main/li-white-blue.svg"));background-repeat:no-repeat;background-position:center center;background-size:cover;box-shadow:0 2px 8px rgba(0,0,0,.14);transform:none}

.service4-page .cart.service4-cart .service4-cart__btn,
.service.service3 .service-wrap__content--text .btn{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:14px 28px;border:0;border-radius:999px!important;background:linear-gradient(145deg,#2a8ef0 0%,#2380eb 45%,#092b96 100%);color:#fff!important;font-size:17px;line-height:1.2;font-weight:700;text-decoration:none!important;box-shadow:0 10px 28px rgba(35,128,235,.34),0 0 22px rgba(35,128,235,.28),inset 0 1px 0 rgba(255,255,255,.22);transition:transform .28s ease,box-shadow .28s ease,background .28s ease;margin-bottom:0}
.service4-page .cart.service4-cart .service4-cart__btn:hover,.service4-page .cart.service4-cart .service4-cart__btn:focus-visible,
.service.service3 .service-wrap__content--text .btn:hover,.service.service3 .service-wrap__content--text .btn:focus-visible{color:#fff!important;transform:translateY(-2px);background:linear-gradient(145deg,#3b9af5 0%,#2a8ef0 45%,#0a349f 100%);box-shadow:0 16px 36px rgba(35,128,235,.42),0 0 32px rgba(35,128,235,.38),0 0 0 4px rgba(35,128,235,.14),inset 0 1px 0 rgba(255,255,255,.24);border-color:transparent}
@media(min-width:921px){.service4-page .cart.service4-cart .service4-cart__btn{width:fit-content;max-width:100%}}
@media(max-width:920px){.service4-page .cart.service4-cart .cart-wrap__flex--content-meta.service4-cart__meta{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;gap:14px;text-align:center}.service4-page .cart.service4-cart .service4-cart__price-badge{display:inline-flex!important;visibility:visible!important;opacity:1!important;order:1;width:100%!important;max-width:100%!important;min-height:58px;margin:0;padding:12px 20px;font-size:18px;line-height:1.2;justify-content:center;gap:12px;white-space:normal;box-sizing:border-box}.service4-page .cart.service4-cart .service4-cart__price-icon,.service4-page .cart.service4-cart .service4-cart__price-icon img{width:42px;height:42px}.service4-page .cart.service4-cart .service4-cart__price-badge.cart-wrap__flex--content-meta_price{font-size:18px}.service4-page .cart.service4-cart .service4-cart__btn{display:flex!important;order:2;width:100%!important;max-width:100%!important;min-height:58px;padding:16px 24px;font-size:18px;justify-content:center;box-sizing:border-box;align-self:stretch}}
@media(max-width:640px){.service4-page .cart.service4-cart .cart-wrap__flex--content-meta.service4-cart__meta{gap:16px}.service4-page .cart.service4-cart .service4-cart__price-badge{min-height:60px;padding:13px 22px;font-size:19px}.service4-page .cart.service4-cart .service4-cart__price-icon,.service4-page .cart.service4-cart .service4-cart__price-icon img{width:44px;height:44px}.service4-page .cart.service4-cart .service4-cart__btn{min-height:60px;padding:17px 26px;font-size:18px}}

/* Service3 — блок консультации (check): плашка как у +1 довольный клиент */
.check .check-wrap__head{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:18px;text-align:center}
.check .check-wrap__kicker,
.check .legalizacja-results__kicker.check-wrap__kicker{display:inline-flex;margin:0 auto 0}
.check .check-wrap__flex--image .op-btn{display:flex;margin:40px auto 0;text-decoration:none!important;color:#fff!important}
.check .check-wrap__flex--image .op-btn:hover,.check .check-wrap__flex--image .op-btn:focus-visible{color:#fff!important;text-decoration:none!important}
@media(max-width:1250px){.check .check-wrap__flex--image .op-btn{margin-top:32px}}
@media(max-width:640px){
.check .check-wrap__flex--image{display:flex;flex-direction:column;align-items:center}
.check .check-wrap__flex--image .op-btn{display:inline-flex;width:fit-content;max-width:100%;margin:24px auto 0;font-size:14px;min-height:56px}
}

/* SEO-контент услуги: сворачивание на планшете и мобильных */
.service-article-content,.service-article-readmore__inner{overflow:visible!important;max-height:none!important;-webkit-mask-image:none!important;mask-image:none!important}
.service-article-readmore__fade,.service-article-readmore__actions{display:none!important}
.service-article-readmore__shell{position:relative}
.service-article-readmore__inner{overflow:hidden;transition:max-height .58s cubic-bezier(.4,0,.2,1),-webkit-mask-size .4s ease,mask-size .4s ease}
.service-article-readmore.is-collapsed .service-article-readmore__inner{max-height:var(--service-article-readmore-max,320px)!important;overflow:hidden!important;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 62%,rgba(0,0,0,.55) 82%,transparent 100%);mask-image:linear-gradient(180deg,#000 0,#000 62%,rgba(0,0,0,.55) 82%,transparent 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%}
.service-article-readmore.is-expanding .service-article-readmore__inner,.service-article-readmore.is-expanded .service-article-readmore__inner{max-height:none!important;-webkit-mask-image:none;mask-image:none}
.service-article-readmore__fade{display:none;position:absolute;left:0;right:0;bottom:0;height:132px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.78) 48%,#fff 100%);pointer-events:none;opacity:1;transition:opacity .35s ease}
.service-article-readmore.is-collapsed .service-article-readmore__fade,.service-article-readmore.is-expanding .service-article-readmore__fade{display:block}
.service-article-readmore__fade.is-hiding{opacity:0}
.service-article-readmore__actions{display:flex;justify-content:center;margin-top:4px}
.service-article-readmore__btn{display:none;align-items:center;justify-content:center;min-height:52px;margin:14px auto 0;padding:13px 30px;border:0;border-radius:999px;background:linear-gradient(145deg,#2a8ef0 0%,#2380eb 45%,#092b96 100%);color:#fff!important;font-size:16px;line-height:1.2;font-weight:700;text-align:center;cursor:pointer;box-shadow:0 10px 28px rgba(35,128,235,.28),inset 0 1px 0 rgba(255,255,255,.22);transition:transform .22s ease,box-shadow .22s ease,opacity .35s ease}
.service-article-readmore.is-collapsed .service-article-readmore__actions .service-article-readmore__btn{display:inline-flex}
.service-article-readmore__btn.is-hiding{opacity:0;pointer-events:none}
.service-article-readmore__btn:hover,.service-article-readmore__btn:focus-visible{transform:translateY(-2px);box-shadow:0 14px 32px rgba(35,128,235,.34),inset 0 1px 0 rgba(255,255,255,.24)}
@media (prefers-reduced-motion:reduce){.service-article-readmore__inner,.service-article-readmore__fade,.service-article-readmore__btn{transition:none}.service-article-readmore__btn{transition:none}}

/* Service2/3/4 — содержание: мобильная лента + sticky внутри блока статьи */
@media(min-width:1101px){
.service-article-toc__toggle{display:none!important}
.service-article-toc__head{display:block;flex-shrink:0;margin:0;padding:0}
.service-article-toc__head::after{display:none}
.service-article-toc__title,.service-article-toc .article-wrap__list--title{padding:0}
.service-article-toc.article-wrap__list{display:flex!important;flex-direction:column;align-self:flex-start;width:100%;max-width:275px;max-height:calc(100vh - 224px);overflow:hidden;box-sizing:border-box}
.service-article-toc__panel{flex:1 1 auto;min-height:0;min-width:0;margin:0;padding:0 2px 0 0;border:0;overflow-y:auto;overflow-x:clip;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(35,128,235,.4) transparent}
.service-article-toc__panel::-webkit-scrollbar{width:5px}
.service-article-toc__panel::-webkit-scrollbar-thumb{background:rgba(35,128,235,.38);border-radius:999px}
.service-article-toc__panel::-webkit-scrollbar-track{background:transparent}
.service-article-toc__track{display:block;overflow:visible;padding:0;width:100%;max-width:100%;box-sizing:border-box}
.service-article-toc__track .item:last-child{margin-bottom:0}
.service-article-toc__track .item{position:relative;overflow:hidden;box-sizing:border-box;width:100%;max-width:100%;margin-bottom:10px;padding:10px 12px 10px 10px;transition:background-color .32s ease,border-color .32s ease,box-shadow .32s ease}
.service-article-toc.article-wrap__list .service-article-toc__track .item-counter{position:relative;z-index:1;flex:0 0 32px;width:32px;min-width:32px;height:32px;transition:background .32s ease,color .32s ease}
.service-article-toc.article-wrap__list .service-article-toc__track .item-title{position:relative;z-index:1;flex:1 1 auto;min-width:0;width:auto!important;max-width:none!important;padding-left:10px;overflow-wrap:anywhere;word-break:break-word;transition:color .32s ease}
.service-article-toc__track .item.is-active{background:linear-gradient(135deg,#e8f2ff 0%,#f4f9ff 100%);box-shadow:inset 0 0 0 1px rgba(35,128,235,.42),0 6px 18px rgba(35,128,235,.14);transform:none}
.service-article-toc__track .item.is-active::before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;background:linear-gradient(120deg,rgba(35,128,235,.16) 0%,rgba(35,128,235,0) 60%);opacity:.3;pointer-events:none;will-change:opacity;animation:service4TocGlow 2.8s ease-in-out infinite}
.service-article-toc__track .item.is-active .item-counter{background:linear-gradient(145deg,#2a8ef0 0%,#2380eb 45%,#092b96 100%);color:#fff}
.service-article-toc__track .item.is-active .item-title{color:#092b96}
}
.op-services-catalog-article{padding:40px 0 24px;background:#fff}
.op-services-catalog-article .article-wrap__content--text.ttx h2{margin:0 0 18px;font-size:28px;line-height:1.25}
.op-services-catalog-article .article-wrap__content--text.ttx h3{margin:40px 0 14px;font-size:22px;line-height:1.3;font-weight:700;color:#131313}
.op-services-catalog-article .article-wrap__content--text.ttx h3:first-of-type{margin-top:0}
.op-services-catalog-article .article-wrap__content--text.ttx p{margin:0 0 14px}
.op-services-catalog-article .article-wrap__content--text.ttx h4.op-services-catalog-item{display:grid;grid-template-columns:19px minmax(0,1fr);column-gap:9px;align-items:start;margin:14px 0 0;padding:0;font-size:16px;line-height:1.45;font-weight:600;color:#131313}
.op-services-catalog-article .article-wrap__content--text.ttx h4.op-services-catalog-item:first-of-type{margin-top:16px}
.op-services-catalog-article .article-wrap__content--text.ttx h4.op-services-catalog-item+h4.op-services-catalog-item{margin-top:14px}
.op-services-catalog-article .article-wrap__content--text.ttx h4.op-services-catalog-item+p{margin-top:18px}
.op-services-catalog-article .article-wrap__content--text.ttx h3+h4.op-services-catalog-item{margin-top:16px}
.op-services-catalog-article .article-wrap__content--text.ttx p+h4.op-services-catalog-item{margin-top:12px}
.op-services-catalog-article .article-wrap__content--text.ttx h4.op-services-catalog-item::before{content:"";display:block;width:19px;height:19px;margin-top:calc((1.45em - 19px)/2);background:url("../img/main/li.svg") no-repeat center center/cover}
.op-services-catalog-article .article-wrap__content--text.ttx h4.op-services-catalog-item::after{display:none;content:none}
.op-services-page .op-form-wrap{margin-top:60px}
@media(max-width:1100px){.op-services-catalog-article{padding:24px 0 16px}.op-services-catalog-article .article-wrap__content--text.ttx h3{margin-top:32px;font-size:20px}.op-services-catalog-article .article-wrap__content--text.ttx h4.op-services-catalog-item{font-size:15px}.op-services-page .op-form-wrap{margin-top:40px}}
@media(max-width:1100px){
.has-service-article-toc .article-wrap{flex-direction:column;align-items:stretch}
.has-service-article-toc .service-article-toc{order:-1}
.service-article-toc.article-wrap__list{display:block!important;width:100%;max-width:100%;position:sticky;top:var(--op-sticky-header-offset,80px);z-index:99;margin:0 0 16px;padding:10px 0 0;background:#fff;border-bottom:0;box-shadow:0 10px 18px rgba(9,43,150,.06);overflow:visible;isolation:isolate}
.service-article-toc.article-wrap__list::before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:100vw;top:-20px;height:20px;background:#fff;pointer-events:none;z-index:-1}
.service-article-toc.is-collapsed{margin-bottom:12px}
.service-article-toc__head{display:flex!important;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:10px;position:relative;margin:0;padding:0 0 10px}
.service-article-toc__head::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#2380eb 0%,#2a8ef0 42%,#092b96 100%)}
.service-article-toc__title,.service-article-toc .article-wrap__list--title{display:block!important;margin:0!important;padding:0!important;font-size:22px!important;line-height:1.3!important;font-weight:700!important;color:#092b96!important;text-transform:uppercase;letter-spacing:.04em;flex:1 1 auto;min-width:0;align-self:center}
.service-article-toc__toggle{display:grid!important;place-items:center;align-self:center;flex:0 0 auto;width:27px;height:27px;margin:0;padding:0;border:1px solid #e53935;border-radius:50%;background:#fff3f3;color:#e53935;font:inherit;line-height:0;cursor:pointer;-webkit-appearance:none;appearance:none;box-shadow:0 0 0 2px rgba(229,57,53,.12)}
.service-article-toc__toggle:hover,.service-article-toc__toggle:focus-visible{outline:none;border-color:#d32f2f;background:#e53935;color:#fff}
.service-article-toc__icon{display:none!important;grid-area:1/1;align-items:center;justify-content:center;width:10px;height:10px;margin:0;padding:0;line-height:0}
.service-article-toc__icon svg{display:block;width:10px;height:10px;margin:0}
.service-article-toc:not(.is-collapsed) .service-article-toc__icon--close{display:flex!important}
.service-article-toc.is-collapsed .service-article-toc__toggle{border-color:#dce7f5;background:#fff;color:#2380eb;box-shadow:none}
.service-article-toc.is-collapsed .service-article-toc__icon--open{display:flex!important}
.service-article-toc.is-collapsed .service-article-toc__head{margin-bottom:0;padding-bottom:10px}
.service-article-toc__panel{display:block;margin:0 -15px;padding:8px 0 0;border-bottom:1px solid #dce7f5}
.service-article-toc.is-collapsed .service-article-toc__panel{display:none!important;height:0!important;padding:0!important;margin:0!important;border-bottom:0!important;overflow:hidden!important;visibility:hidden!important;pointer-events:none!important}
.service-article-toc__track{display:flex;flex-wrap:nowrap;align-items:stretch;gap:10px;overflow-x:auto;overflow-y:visible;padding:6px 15px 10px;scroll-behavior:smooth;scroll-padding-inline:15px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}
.service-article-toc__track::-webkit-scrollbar{display:none}
.service-article-toc__track .item{position:relative;overflow:hidden;flex:0 0 auto;display:inline-flex;align-items:center;width:auto;min-width:min(100%,240px);max-width:min(82vw,320px);margin:0;padding:10px 14px;border-radius:14px;background:#f8fafd;border:1px solid #dce7f5;color:#131313;text-decoration:none;box-shadow:none;transition:background-color .32s ease,border-color .32s ease,box-shadow .32s ease}
.service-article-toc__track .item-counter{position:relative;z-index:1;flex:0 0 30px;width:30px;height:30px;font-size:14px;line-height:1;background:#eaeff6;color:#092b96;transition:background .32s ease,color .32s ease}
.service-article-toc__track .item-title{position:relative;z-index:1;max-width:none;padding-left:10px;font-size:14px;line-height:1.35;font-weight:600;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .32s ease}
.service-article-toc__track .item.is-active{background:linear-gradient(135deg,#e8f2ff 0%,#f4f9ff 100%);border-color:#b8d6fb;box-shadow:0 6px 16px rgba(35,128,235,.14),inset 0 0 0 1px rgba(35,128,235,.16);transform:none;outline:none}
.service-article-toc__track .item.is-active::before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;background:linear-gradient(120deg,rgba(35,128,235,.16) 0%,rgba(35,128,235,0) 60%);opacity:.3;pointer-events:none;will-change:opacity;animation:service4TocGlow 2.8s ease-in-out infinite}
.service-article-toc__track .item.is-active .item-counter{background:linear-gradient(145deg,#2a8ef0 0%,#2380eb 45%,#092b96 100%);color:#fff}
.service-article-toc__track .item.is-active .item-title{color:#092b96}
.service-article-toc__track .item:hover,.service-article-toc__track .item:focus-visible{background:#f8fafd;border-color:#dce7f5;box-shadow:none;transform:none;outline:none}
.service-article-toc__track .item:hover .item-counter,.service-article-toc__track .item:focus-visible .item-counter{background:#eaeff6;color:#092b96}
.service-article-toc__track .item.is-active:hover .item-counter,.service-article-toc__track .item.is-active:focus-visible .item-counter{background:linear-gradient(145deg,#2a8ef0 0%,#2380eb 45%,#092b96 100%);color:#fff}
}
@keyframes service4TocGlow{0%,100%{opacity:.28}50%{opacity:.62}}
@media (prefers-reduced-motion:reduce){.service-article-toc__track .item.is-active::before{animation:none;opacity:.4}}
@media(max-width:640px){
.service-article-toc.article-wrap__list{top:var(--op-sticky-header-offset,76px);padding-top:8px}
.service-article-toc.article-wrap__list::before{top:-16px;height:16px}
.service-article-toc__title,.service-article-toc .article-wrap__list--title{font-size:20px!important}
.service-article-toc__head{padding-bottom:8px}
.service-article-toc__head::after{height:2px}
.service-article-toc__toggle{width:26px;height:26px}
.service-article-toc__icon svg{width:9px;height:9px}
.service-article-toc__panel{padding-top:6px}
.service-article-toc__track{gap:8px;padding:6px 15px 8px;scroll-padding-inline:15px}
.service-article-toc__track .item{min-width:min(100%,210px);max-width:min(88vw,280px);padding:9px 12px;border-radius:12px}
.service-article-toc__track .item-title{font-size:13px;line-height:1.3}
}
@media (prefers-reduced-motion:reduce){
.service-article-toc__track .item,.service-article-toc__track .item-counter,.service-article-toc__track .item-title{transition:none}
}

/* Service3/4 hero — двухстрочный H1 с JS-подгонкой (стартовый размер с сервера) */
.service-hero--split-title .service-wrap__content{container-type:inline-size}
.service-hero--split-title .service-hero__title{display:block;width:100%;max-width:614px;margin:74px 0 20px;font-weight:700;line-height:1.08;overflow-x:clip}
.service-hero--split-title .service-hero__title-line{display:block;width:100%;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:clip}
.service-hero--split-title .service-hero__title-line--accent{line-height:1.05;letter-spacing:-.02em;font-weight:700;color:#092b96;font-size:max(18px,min(var(--hero-accent-max,56px),calc(100cqi / var(--hero-accent-ch,12) * 1.58)))}
.service-hero--split-title .service-hero__title-line--rest{margin-top:10px;line-height:1.05;font-weight:700;color:#131313;max-width:100%;font-size:max(14px,min(var(--hero-rest-max,46px),calc(100cqi / var(--hero-rest-ch,12) * 1.58)))}
@media(max-width:1100px){
.service-hero--split-title .service-hero__title{margin-top:0;max-width:100%}
.service-hero--split-title .service-hero__title-line--rest{margin-top:8px}
}
@media(max-width:640px){
.service-hero--split-title .service-hero__title-line--accent{font-size:max(17px,min(var(--hero-accent-max,56px),calc(100cqi / var(--hero-accent-ch,12) * 1.52)))}
.service-hero--split-title .service-hero__title-line--rest{font-size:max(13px,min(var(--hero-rest-max,46px),calc(100cqi / var(--hero-rest-ch,12) * 1.52)));line-height:1.05}
}

@media(max-width:767px){.service.service3 .service-wrap__content--text .btn,.service.service3 .service-wrap__content--text.ttx .btn{display:inline-flex!important;width:fit-content;max-width:100%;justify-content:center;margin-top:8px;border:0!important;border-radius:999px!important;background:linear-gradient(145deg,#2a8ef0 0%,#2380eb 45%,#092b96 100%)!important;background-color:transparent!important;color:#fff!important;font-size:17px!important;line-height:1.2!important;font-weight:700!important;text-decoration:none!important;box-shadow:0 10px 28px rgba(35,128,235,.34),0 0 22px rgba(35,128,235,.28),inset 0 1px 0 rgba(255,255,255,.22)!important}.service.service3 .service-wrap__content--text .btn:hover,.service.service3 .service-wrap__content--text .btn:focus-visible,.service.service3 .service-wrap__content--text.ttx .btn:hover,.service.service3 .service-wrap__content--text.ttx .btn:focus-visible{color:#fff!important;transform:translateY(-2px);background:linear-gradient(145deg,#3b9af5 0%,#2a8ef0 45%,#0a349f 100%)!important;border-color:transparent!important;box-shadow:0 16px 36px rgba(35,128,235,.42),0 0 32px rgba(35,128,235,.38),0 0 0 4px rgba(35,128,235,.14),inset 0 1px 0 rgba(255,255,255,.24)!important}}
@media(max-width:640px){.service.service3 .service-wrap__content--text .btn,.service.service3 .service-wrap__content--text.ttx .btn{display:inline-flex!important;width:fit-content;max-width:100%;justify-content:center;margin-top:8px;border:0!important;border-radius:999px!important;background:linear-gradient(145deg,#2a8ef0 0%,#2380eb 45%,#092b96 100%)!important;background-color:transparent!important;color:#fff!important;font-size:17px!important;line-height:1.2!important;font-weight:700!important;text-decoration:none!important;box-shadow:0 10px 28px rgba(35,128,235,.34),0 0 22px rgba(35,128,235,.28),inset 0 1px 0 rgba(255,255,255,.22)!important}.service.service3 .service-wrap__content--text .btn:hover,.service.service3 .service-wrap__content--text .btn:focus-visible,.service.service3 .service-wrap__content--text.ttx .btn:hover,.service.service3 .service-wrap__content--text.ttx .btn:focus-visible{color:#fff!important;transform:translateY(-2px);background:linear-gradient(145deg,#3b9af5 0%,#2a8ef0 45%,#0a349f 100%)!important;border-color:transparent!important;box-shadow:0 16px 36px rgba(35,128,235,.42),0 0 32px rgba(35,128,235,.38),0 0 0 4px rgba(35,128,235,.14),inset 0 1px 0 rgba(255,255,255,.24)!important}}

/* Как мы работаем */
.service4-process{--s4-process-green:#1B8A5A;--s4-process-green-dark:#0F6B44;--s4-process-green-soft:#3BA875;--s4-process-blue-marker:linear-gradient(180deg,#2380eb,#092b96);--s4-process-blue-marker-shadow:0 0 0 8px rgba(35,128,235,.1),0 14px 28px rgba(9,43,150,.18);--s4-process-green-marker-shadow:0 0 0 8px rgba(27,138,90,.14),0 14px 28px rgba(15,107,68,.22);--s4-process-icon-blue:#2380eb;--s4-process-duration:12s;position:relative;padding:84px 0 45px;background:#fff;overflow:hidden}
.service4-process__head{max-width:860px;margin:0 auto 54px;text-align:center}
.service4-process__kicker{display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;padding:7px 16px;border-radius:999px;background:#eaf4ff;color:#0b4fa8;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.service4-process__title{margin:0 0 14px;color:#0f1f33;font-size:clamp(30px,4vw,48px);line-height:1.12;font-weight:700}
.service4-process__title-highlight{display:block;color:#092b96}
.service4-process__text{margin:0 auto;max-width:720px;color:#5d6f82;font-size:18px;line-height:1.62}
.service4-process__timeline{position:relative}
.service4-process__rail{position:absolute;top:34px;left:12.5%;right:12.5%;height:3px;pointer-events:none}
.service4-process__rail-line{position:absolute;inset:0;border-radius:999px;background:rgba(9,43,150,.08)}
.service4-process__rail-fill{position:absolute;top:0;left:0;height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,var(--s4-process-green),var(--s4-process-green-soft));box-shadow:0 0 14px rgba(27,138,90,.35);animation:service4ProcessFill var(--s4-process-duration) linear infinite}
.service4-process__rail-dot{position:absolute;top:50%;left:0;width:14px;height:14px;border-radius:50%;background:var(--s4-process-green);box-shadow:0 0 0 6px rgba(27,138,90,.18),0 0 18px rgba(27,138,90,.4);transform:translate(-50%,-50%);animation:service4ProcessDot var(--s4-process-duration) linear infinite}
.service4-process__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0;padding:0;list-style:none}
.service4-process__step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}
.service4-process__marker{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:68px;height:68px;margin-bottom:22px;border-radius:50%;background:var(--s4-process-blue-marker);box-shadow:var(--s4-process-blue-marker-shadow);animation-duration:var(--s4-process-duration);animation-timing-function:linear;animation-iteration-count:infinite}
.service4-process__step:nth-child(1) .service4-process__marker{animation-name:service4ProcessMarker1}
.service4-process__step:nth-child(2) .service4-process__marker{animation-name:service4ProcessMarker2}
.service4-process__step:nth-child(3) .service4-process__marker{animation-name:service4ProcessMarker3}
.service4-process__step:nth-child(4) .service4-process__marker{animation-name:service4ProcessMarker4}
.service4-process__number{color:#fff;font-size:24px;font-weight:700;line-height:1}
.service4-process__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:14px;color:var(--s4-process-icon-blue)}
.service4-process__svg{display:block}
.service4-process__step:nth-child(1) .service4-process__icon{animation:service4ProcessIcon1 var(--s4-process-duration) linear infinite}
.service4-process__step:nth-child(2) .service4-process__icon{animation:service4ProcessIcon2 var(--s4-process-duration) linear infinite}
.service4-process__step:nth-child(3) .service4-process__icon{animation:service4ProcessIcon3 var(--s4-process-duration) linear infinite}
.service4-process__step:nth-child(4) .service4-process__icon{animation:service4ProcessIcon4 var(--s4-process-duration) linear infinite}
.service4-process__step-title{margin:0 0 10px;color:#0f1f33;font-size:20px;line-height:1.25;font-weight:700}
.service4-process__step-text{margin:0;color:#5d6f82;font-size:15px;line-height:1.58}

/* Ползунок: 1→2, потом 2→3, потом 3→4. Зелёным только ОДИН пункт за раз. */
@keyframes service4ProcessDot{
  0%{left:0}
  24.9%{left:33.333%}
  25%{left:33.333%}
  49.9%{left:66.666%}
  50%{left:66.666%}
  74.9%{left:100%}
  75%,99.9%{left:100%}
  100%{left:0}
}
@keyframes service4ProcessFill{
  0%{left:0;width:0}
  24.9%{left:0;width:33.333%}
  25%{left:33.333%;width:0}
  49.9%{left:33.333%;width:33.333%}
  50%{left:66.666%;width:0}
  74.9%{left:66.666%;width:33.333%}
  75%,99.9%{left:66.666%;width:0}
  100%{left:0;width:0}
}
@keyframes service4ProcessMarker1{
  0%,24.9%{background:linear-gradient(180deg,var(--s4-process-green),var(--s4-process-green-dark));box-shadow:var(--s4-process-green-marker-shadow)}
  25%,100%{background:var(--s4-process-blue-marker);box-shadow:var(--s4-process-blue-marker-shadow)}
}
@keyframes service4ProcessMarker2{
  0%,24.9%{background:var(--s4-process-blue-marker);box-shadow:var(--s4-process-blue-marker-shadow)}
  25%,49.9%{background:linear-gradient(180deg,var(--s4-process-green),var(--s4-process-green-dark));box-shadow:var(--s4-process-green-marker-shadow)}
  50%,100%{background:var(--s4-process-blue-marker);box-shadow:var(--s4-process-blue-marker-shadow)}
}
@keyframes service4ProcessMarker3{
  0%,49.9%{background:var(--s4-process-blue-marker);box-shadow:var(--s4-process-blue-marker-shadow)}
  50%,74.9%{background:linear-gradient(180deg,var(--s4-process-green),var(--s4-process-green-dark));box-shadow:var(--s4-process-green-marker-shadow)}
  75%,100%{background:var(--s4-process-blue-marker);box-shadow:var(--s4-process-blue-marker-shadow)}
}
@keyframes service4ProcessMarker4{
  0%,74.9%{background:var(--s4-process-blue-marker);box-shadow:var(--s4-process-blue-marker-shadow)}
  75%,99.9%{background:linear-gradient(180deg,var(--s4-process-green),var(--s4-process-green-dark));box-shadow:var(--s4-process-green-marker-shadow)}
  100%{background:var(--s4-process-blue-marker);box-shadow:var(--s4-process-blue-marker-shadow)}
}
@keyframes service4ProcessIcon1{
  0%,24.9%{color:var(--s4-process-green)}
  25%,100%{color:var(--s4-process-icon-blue)}
}
@keyframes service4ProcessIcon2{
  0%,24.9%{color:var(--s4-process-icon-blue)}
  25%,49.9%{color:var(--s4-process-green)}
  50%,100%{color:var(--s4-process-icon-blue)}
}
@keyframes service4ProcessIcon3{
  0%,49.9%{color:var(--s4-process-icon-blue)}
  50%,74.9%{color:var(--s4-process-green)}
  75%,100%{color:var(--s4-process-icon-blue)}
}
@keyframes service4ProcessIcon4{
  0%,74.9%{color:var(--s4-process-icon-blue)}
  75%,99.9%{color:var(--s4-process-green)}
  100%{color:var(--s4-process-icon-blue)}
}
@media(max-width:1100px){.service4-process{padding:72px 0 39px}.service4-process__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px}.service4-process__rail{display:none}}
@media(max-width:640px){.service4-process{padding:58px 0 31px}.service4-process__text{font-size:16px}.service4-process__steps{grid-template-columns:1fr;gap:28px}.service4-process__rail{display:none}.service4-process__marker{width:60px;height:60px;margin-bottom:16px}.service4-process__number{font-size:22px}.service4-process__step-title{font-size:18px}.service4-process__step-text{font-size:14px}}
@media (prefers-reduced-motion:reduce){.service4-process__rail-dot,.service4-process__rail-fill,.service4-process__marker,.service4-process__icon{animation:none!important}.service4-process__step .service4-process__marker{background:var(--s4-process-blue-marker);box-shadow:var(--s4-process-blue-marker-shadow)}.service4-process__step .service4-process__number{color:#fff}.service4-process__step .service4-process__icon{color:var(--s4-process-icon-blue)}.service4-process__step:nth-child(1) .service4-process__marker{background:linear-gradient(180deg,var(--s4-process-green),var(--s4-process-green-dark));box-shadow:var(--s4-process-green-marker-shadow)}.service4-process__step:nth-child(1) .service4-process__icon{color:var(--s4-process-green)}.service4-process__rail{display:none}}

/* FAQ — service3/service4: same .faq markup as page-service2, handled by app-old.min.js */
.faq .faq-wrap__list .item::before{pointer-events:none}
