:root{
  --avis:#1e247a;--avis-dark:#171c61;--avis-soft:#eef0ff;--accent:#fbcbbc;
  --ink:#20222a;--text:#626671;--soft:#f4f6f8;--line:#e1e4e9;--white:#fff;
  --container:1600px;--radius:16px;--shadow:0 18px 54px rgba(23,28,97,.1)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:"Montserrat",sans-serif;-webkit-font-smoothing:antialiased}
body.site-menu-open{overflow:hidden}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
:focus-visible{outline:3px solid rgba(30,36,122,.28);outline-offset:3px}

.site-header{position:sticky;z-index:50;top:0;background:#fff;box-shadow:0 1px 0 rgba(32,34,42,.08);font-family:"Montserrat",sans-serif}
.header-container{width:100%;max-width:1600px;margin-inline:auto;padding-inline:10px}
.site-header__top{height:52px;border-bottom:1px solid #ececec;background:#fff;color:#777;font-size:12px}
.site-header__top-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:30px}
.header-socials,.header-contacts{display:flex;align-items:center;gap:48px;white-space:nowrap}
.header-social,.header-contact{position:relative;display:flex;align-items:center}
.header-social{width:26px;height:26px;justify-content:center;border-radius:50%;background:#eeeafb;color:#1e247a;font-size:10px;line-height:26px}
.header-social svg{width:15px;height:15px;fill:currentColor}.header-social:nth-child(2) svg{width:16px;height:16px}.header-social:nth-child(3) svg{width:17px;height:17px}.header-social img{display:block;width:17px;height:17px;object-fit:contain}.header-social--viber:hover img{filter:brightness(0) invert(1)}
.header-social+.header-social::before,.header-contact+.header-contact::before{position:absolute;top:50%;left:-24px;width:1px;height:18px;background:#d4d4d4;content:"";transform:translateY(-50%)}
.header-social:is(a):hover{background:#1e247a;color:#fff}
.header-contact{gap:10px;color:#777;transition:color .18s ease}
.header-contact:hover{color:#1e247a}
.header-contact__icon{display:grid;width:32px;min-width:32px;height:32px;place-items:center;border-radius:50%;background:#1e247a;color:#fff;line-height:32px}
.header-contact__icon svg{width:12px;max-height:12px;fill:currentColor}.header-contact:nth-child(2) .header-contact__icon svg{width:8px;height:10px}.header-contact:nth-child(3) .header-contact__icon svg{width:12px;height:8px}
.site-header__main-row{height:95px;border-bottom:1px solid #f0f0f0;background:#fff}
.site-header__main{height:95px;display:flex;align-items:center;justify-content:space-between;gap:clamp(24px,3.125vw,50px);max-width:unset}
.site-header__logo{display:flex;width:260px;min-width:210px;max-width:260px;height:90px;flex:0 1 260px;align-items:center;justify-content:center;align-self:center;overflow:hidden;padding:10px;background:#1e247a}
.site-header__logo img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;flex:0 1 auto;object-fit:contain}
.site-brand{display:flex;width:116px;flex:0 0 116px;flex-direction:column;color:var(--avis);line-height:1}
.site-brand span{font-size:32px;font-weight:800;letter-spacing:-4px;text-transform:lowercase}
.site-brand small{margin-top:2px;font-size:7.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.site-nav{min-width:0;flex:1 1 auto;align-self:stretch}
.site-nav__list{height:100%;display:flex;align-items:center;gap:clamp(18px,1.875vw,30px);margin:0;padding:0;list-style:none}
.site-nav__list>li{position:relative;height:100%;display:flex;align-items:center}
.site-nav>.site-nav__list>li::before{position:absolute;z-index:1;top:0;right:0;left:0;height:3px;background:#1e247a;content:"";transform:scaleX(0);transform-origin:center;transition:transform .18s ease}
.site-nav>.site-nav__list>li:hover::before,.site-nav>.site-nav__list>li:focus-within::before,.site-nav>.site-nav__list>li.is-active::before{transform:scaleX(1)}
.site-nav__list a{display:block;color:#1e247a;font-size:14px;font-weight:400;line-height:95px;white-space:nowrap}
.site-nav__list>li>a:hover{color:#1e247a}
.submenu-toggle{display:grid;width:16px;height:32px;flex:0 0 16px;place-items:center;margin-left:5px;padding:0;border:0;background:transparent;color:#1e247a;transition:transform .18s ease}
.submenu-toggle svg{width:6px;height:5px;fill:currentColor}
.site-nav__submenu{position:absolute;z-index:4;top:100%;left:-20px;display:none;width:max-content;min-width:250px;max-width:390px;height:auto;align-items:stretch;gap:0;padding:10px;border:1px solid #e8e8e8;border-radius:0;background:#fff;box-shadow:0 18px 44px rgba(23,28,97,.13)}
.site-nav__submenu li{height:auto;display:block}.site-nav__submenu a{padding:11px 13px;border-radius:3px;color:#454545;font-size:12px;line-height:1.45;white-space:normal}.site-nav__submenu a:hover,.site-nav__submenu li.is-active>a{background:#f3f2fb;color:#1e247a}
.site-nav__list>li:hover>.site-nav__submenu,.site-nav__list>li:focus-within>.site-nav__submenu{display:grid}
.site-header__callback{display:flex;min-width:222px;flex:0 0 auto;align-items:center;gap:10px}
.site-header__callback-icon{display:grid;width:55px;min-width:55px;height:55px;place-items:center;border:1px solid #e6dfff;border-radius:50%;background:#e6dfff;color:#1e247a}
.site-header__callback-icon svg{width:27px;height:27px;fill:currentColor}
.site-header__callback-copy{height:55px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;white-space:nowrap}
.site-header__callback-copy small{color:#777;font-family:"Montserrat",sans-serif;font-size:13px;font-weight:400;line-height:1}.site-header__callback-copy strong{color:#1e247a;font-size:20px;font-weight:500;line-height:1}
.site-header__search{display:grid;width:55px;min-width:55px;height:55px;place-items:center;padding:0;border:1px solid #ebebeb;border-radius:50%;background:transparent;color:#161616}
.site-header__search:hover{border-color:#1e247a;color:#1e247a}.site-header__search svg{width:18px;height:19px;fill:currentColor}
.site-header__cta{display:flex;height:90px;min-width:166px;flex:0 0 auto;align-items:center;justify-content:center;gap:16px;padding:0 24px;border:0;border-radius:0;background:#1e247a;color:#fff;font-family:"Montserrat",sans-serif;font-size:15px;font-weight:400;line-height:90px;white-space:nowrap}
.site-header__cta svg{width:17px;height:14px;fill:currentColor;transition:transform .18s ease}.site-header__cta:hover{background:#171c61}.site-header__cta:hover svg{transform:translateX(4px)}
.site-header__mobile-phone{display:none;width:55px;height:55px;place-items:center;border:1px solid #ebebeb;border-radius:50%;color:#1e247a}.site-header__mobile-phone svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.site-menu-toggle{display:none;width:55px;height:55px;place-content:center;gap:5px;padding:0;border:1px solid #ebebeb;border-radius:50%;background:#fff}.site-menu-toggle span{display:block;width:20px;height:2px;background:#1e247a;transition:.2s}

.home-hero{position:relative;overflow:hidden;background-color:#fff;background-image:url('/assets/images/home/avis-tyumen-bg.webp');background-position:center center;background-repeat:no-repeat;background-size:cover;font-family:"Montserrat",sans-serif}
.home-hero__inner{width:100%;max-width:1600px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(520px,.92fr);align-items:center;gap:clamp(46px,5vw,84px);margin-inline:auto;padding:60px 10px}
.home-hero__content{min-width:0;max-width:850px}
.home-hero h1{max-width:820px;margin:0 0 24px;color:#20222a;font-family:"Montserrat",sans-serif;font-size:55px;font-weight:500;line-height:54px;text-transform:none;letter-spacing:-1.35px}
.home-hero__lead{max-width:790px;margin:0;color:#4f535d;font-size:16px;font-weight:400;line-height:25.6px;letter-spacing:-.16px}
.home-hero__ratings{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:30px}
.home-rating{position:relative;display:grid;min-height:76px;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:11px;padding:10px 34px 10px 10px;border:1px solid rgba(30,36,122,.13);border-radius:12px;background:rgba(255,255,255,.84);box-shadow:0 10px 28px rgba(23,28,97,.055);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.home-rating:hover{border-color:rgba(30,36,122,.34);box-shadow:0 14px 32px rgba(23,28,97,.1);transform:translateY(-2px)}
.home-rating__brand{display:grid;width:58px;height:44px;place-items:center;padding:4px;border-radius:9px;background:#f5f6f9}
.home-rating__brand img{width:100%;height:100%;object-fit:contain}.home-rating__brand--2gis img{max-width:52px}.home-rating__brand--yandex img,.home-rating__brand--zoon img,.home-rating__brand--flamp img,.home-rating__brand--yell img{max-width:38px;max-height:38px}
.home-rating__copy{display:flex;min-width:0;flex-direction:column;align-items:flex-start}.home-rating__copy strong{color:#30333b;font-size:11px;font-weight:500;line-height:1.1}.home-rating__stars{margin:4px 0 3px;color:#f0ab26;font-size:9px;line-height:1;letter-spacing:1px}.home-rating__copy small{overflow:hidden;max-width:100%;color:#777;font-size:9px;font-weight:400;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
.home-rating__arrow{position:absolute;right:11px;width:12px;height:10px;fill:#1e247a;opacity:.45;transition:opacity .18s ease,transform .18s ease}.home-rating:hover .home-rating__arrow{opacity:1;transform:translateX(2px)}
.home-hero__actions{display:flex;align-items:center;gap:12px;margin-top:30px}
.home-hero__phone,.home-hero__question{min-height:58px;display:flex;align-items:center;justify-content:center;gap:14px;padding:0 22px;border:1px solid #1e247a;border-radius:8px;font-family:"Montserrat",sans-serif;font-size:14px;font-weight:500;line-height:1.2;transition:background-color .18s ease,color .18s ease,transform .18s ease}
.home-hero__phone{background:#1e247a;color:#fff}.home-hero__phone:hover{background:#171c61;transform:translateY(-1px)}
.home-hero__button-icon{display:grid;min-height:24px;place-items:center;padding-right:14px;border-right:1px solid rgba(255,255,255,.4)}.home-hero__button-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-hero__question{background:rgba(255,255,255,.86);color:#1e247a}.home-hero__question svg{width:17px;height:14px;fill:currentColor;transition:transform .18s ease}.home-hero__question:hover{background:#1e247a;color:#fff;transform:translateY(-1px)}.home-hero__question:hover svg{transform:translateX(3px)}
.home-hero__visual{position:relative;min-width:0;padding-right:56px}
.home-hero__image-wrap{overflow:hidden;border-radius:20px;background:#eef0f5;box-shadow:0 26px 70px rgba(30,36,122,.13)}.home-hero__image-wrap picture{display:block}
.home-hero__image-wrap img{width:100%;height:auto;aspect-ratio:800/705;object-fit:cover}
.home-hero__win-rate{position:absolute;z-index:2;top:10%;right:0;width:194px;padding:22px 18px 45px;border:1px solid #e7e7e;border-radius:14px;background:rgba(167,167,167,.64);color:#fff;text-align:center;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);box-shadow:0 20px 44px rgba(22,25,46,.18)}
.home-hero__win-rate strong{display:block;color:#fff;font-family:"Montserrat",sans-serif;font-size:64px;font-weight:400;line-height:80px;letter-spacing:-2px}.home-hero__win-rate span{position:relative;display:block;margin-top:5px;padding-top:25px;color:#fff;font-size:15px;font-weight:400;line-height:1.35;letter-spacing:-.16px}.home-hero__win-rate span::before{position:absolute;top:0;left:50%;width:109px;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 50%,rgba(255,255,255,0) 100%);content:"";transform:translateX(-50%)}

.home-services{width:calc(100% - 20px);margin:60px auto 0;padding:50px 0;border-radius:10px;background-color:#1e247a;background-image:url('/assets/images/home/avis-services-bg.webp');background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:"Montserrat",sans-serif}
.home-services__inner{width:min(1600px,100%);margin-inline:auto;padding-inline:10px}
.home-services__head{display:grid;grid-template-columns:minmax(220px,.58fr) minmax(420px,1.42fr) auto;align-items:center;gap:32px;margin-bottom:24px}.home-services__head h2{margin:0;color:#fff;font-size:38px;font-weight:500;line-height:1.08;letter-spacing:-.8px}.home-services__head p{max-width:720px;margin:0;color:rgba(255,255,255,.82);font-size:15.5px;font-weight:400;line-height:1.65}.home-services__head>a{min-height:48px;display:flex;align-items:center;justify-content:center;gap:13px;padding:0 19px;border:1px solid rgba(255,255,255,.44);border-radius:8px;background:#fff;color:#1e247a;font-size:14px;font-weight:500;white-space:nowrap;transition:background-color .18s ease,color .18s ease,transform .18s ease}.home-services__head>a svg{width:15px;height:12px;fill:currentColor}.home-services__head>a:hover{background:#e3dbff;transform:translateY(-1px)}
.home-services__directory{display:grid;grid-template-columns:minmax(360px,400px) minmax(0,1fr);align-items:stretch;gap:14px;color:#242733}
.home-services__nav,.home-services__panel{border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.97);box-shadow:0 18px 46px rgba(8,12,59,.2)}
.home-services__nav{overflow:hidden}.home-services__tabs{height:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}
.home-services__tab{width:100%;min-width:0;min-height:52px;display:grid;grid-template-columns:30px minmax(0,1fr) 12px;align-items:center;gap:8px;padding:8px 10px;border:0;border-right:1px solid rgba(30,36,122,.1);border-bottom:1px solid rgba(30,36,122,.1);background:#fff;color:#272a36;text-align:left;font-family:"Montserrat",sans-serif;font-size:13px;font-weight:500;line-height:1.25;transition:background-color .18s ease,color .18s ease}.home-services__tab:nth-child(2n){border-right:0}.home-services__tab:hover{background:#f4f3fb;color:#1e247a}.home-services__tab.is-active{background:#1e247a;color:#fff}.home-services__tab>svg{width:11px;height:9px;justify-self:end;fill:currentColor;opacity:.62}.home-services__tab-icon{display:grid;width:30px;height:30px;place-items:center;color:#1e247a}.home-services__tab.is-active .home-services__tab-icon{color:#fff}
.home-services__icon-svg{width:100%;height:100%;display:block}
.home-services__panels{min-width:0}.home-services__panel{min-height:100%;padding:24px}.home-services__panel[hidden]{display:none}.home-services__panel.is-active{animation:homeServicesIn .2s ease both}@keyframes homeServicesIn{from{opacity:.25;transform:translateY(4px)}to{opacity:1;transform:none}}
.home-services__panel-head{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:start;gap:17px;margin-bottom:19px}.home-services__panel-icon{display:grid;width:58px;height:58px;place-items:center;color:#1e247a}.home-services__panel-head h3{margin:0;color:#20222a;font-size:31px;font-weight:500;line-height:1.12;letter-spacing:-.65px}.home-services__panel-head p{max-width:760px;margin:8px 0 0;color:#646875;font-size:14.5px;line-height:1.55}
.home-services__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-services__card{min-height:82px;display:grid;grid-template-columns:42px minmax(0,1fr) 14px;align-items:center;gap:12px;padding:12px 13px;border:1px solid rgba(30,36,122,.12);border-radius:9px;background:#fff;box-shadow:0 6px 18px rgba(18,24,50,.05);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.home-services__card:hover{border-color:rgba(30,36,122,.34);box-shadow:0 10px 25px rgba(18,24,50,.1);transform:translateY(-2px)}.home-services__card-icon{display:grid;width:42px;height:42px;place-items:center;color:#1e247a}.home-services__card-copy{min-width:0}.home-services__card-copy strong{display:block;color:#242733;font-size:15.5px;font-weight:600;line-height:1.25}.home-services__card-copy small{display:block;margin-top:4px;color:#777b86;font-size:12.5px;line-height:1.35}.home-services__card>svg{width:12px;height:10px;justify-self:end;fill:#1e247a;opacity:.55;transition:transform .18s ease}.home-services__card:hover>svg{opacity:1;transform:translateX(2px)}
.home-services__quick{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px;padding-top:14px;border-top:1px solid rgba(30,36,122,.11)}.home-services__quick a{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 11px;border-radius:7px;background:#f4f3fb;color:#343744;font-size:12.5px;font-weight:500;line-height:1.25}.home-services__quick a:hover{background:#e3dbff;color:#1e247a}
.home-services__section-link{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:15px;padding:0 15px;border-radius:8px;background:#1e247a;color:#fff;font-size:13.5px;font-weight:500}.home-services__section-link svg{width:14px;height:11px;fill:currentColor;transition:transform .18s ease}.home-services__section-link:hover{background:#171c61}.home-services__section-link:hover svg{transform:translateX(3px)}

.home-steps{padding:60px 0;font-family:"Montserrat",sans-serif}.home-steps__inner{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.home-steps__inner>h2{margin:0 0 19px;color:#25272f;font-size:29px;font-weight:500;line-height:1.2;text-align:center;text-transform:none;letter-spacing:-.45px}
.home-steps__layout{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:15px;padding:15px;border-radius:10px;background:#f7f8f8}
.home-steps__intro{position:relative;min-height:720px;display:flex;align-items:flex-end;overflow:hidden;border-radius:10px;background-color:#1e247a;background-image:url('/assets/images/home/avis-steps-bg.webp');background-position:center center;background-repeat:no-repeat;background-size:cover;color:#fff}.home-steps__intro::before{position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,16,75,.04) 24%,rgba(10,15,55,.9) 100%);content:""}.home-steps__intro-content{position:relative;z-index:1;padding:15px}.home-steps__intro h3{margin:0;color:#fff;font-size:23px;font-weight:500;line-height:31px;text-transform:none}.home-steps__intro p{margin:15px 0 0;color:#fff;-webkit-text-stroke-color:#fff;font-size:18px;font-weight:400;line-height:1.2}.home-steps__intro button{min-height:50px;display:flex;align-items:center;justify-content:center;gap:16px;margin-top:22px;padding:0 18px;border:1px solid rgba(255,255,255,.7);border-radius:8px;background:#fff;color:#1e247a;font-family:"Montserrat",sans-serif;font-size:13px;font-weight:500}.home-steps__intro button svg{width:15px;height:12px;fill:currentColor;transition:transform .18s ease}.home-steps__intro button:hover{background:#e3dbff}.home-steps__intro button:hover svg{transform:translateX(3px)}
.home-steps__list{display:grid;gap:20px;margin:0;padding:0;list-style:none}.home-step{min-height:220px;display:flex;align-items:center;justify-content:space-between;column-gap:23px;overflow:hidden;padding:0 24px 0 0;border-radius:10px;background:#e3dbff}.home-step__number{width:190px;display:block;align-self:center;flex:0 0 190px;overflow:hidden;padding-left:52px;color:#1e247a;font-family:"Montserrat",sans-serif;font-size:185px;font-weight:400;line-height:1;letter-spacing:-.09em;transform:translate(-10px,7px)}.home-step h3{flex:0 0 180px;margin:0;color:#272934;font-size:20px;font-weight:500;line-height:30px}.home-step p{min-width:0;flex:1 1 auto;margin:0;color:#4f5260;font-size:15px;font-weight:400;line-height:19px}

.page-hero{overflow:hidden;padding:26px 0 64px;background:linear-gradient(135deg,#f8f9fb 0,#eef1f6 100%)}
.breadcrumbs{display:flex;align-items:center;gap:9px;min-height:42px;overflow:hidden;color:#858994;font-size:11px;white-space:nowrap}.breadcrumbs a:hover{color:var(--avis)}.breadcrumbs span:last-child{overflow:hidden;text-overflow:ellipsis}
.page-hero__grid{display:grid;grid-template-columns:minmax(0,1.36fr) minmax(340px,.84fr);align-items:stretch;gap:clamp(28px,5vw,72px)}
.page-hero--image_left .page-hero__grid{grid-template-columns:minmax(340px,.84fr) minmax(0,1.36fr)}.page-hero--image_left .page-hero__content{order:2}.page-hero--image_left .page-hero__media{order:1}
.page-hero__content{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:28px 0}
.page-hero h1{max-width:820px;margin:0;font-size:clamp(38px,4.1vw,62px);font-weight:700;line-height:1.04;letter-spacing:-1.8px}
.page-hero__lead{max-width:780px;margin:20px 0 0;color:var(--text);font-size:17px;line-height:1.62}
.page-hero__media{min-height:470px;margin:0;overflow:hidden;border-radius:22px;background:#dfe3ea;box-shadow:var(--shadow)}
.page-hero__media picture,.page-hero__media img{width:100%;height:100%}.page-hero__media img{object-fit:cover}
.hero-form{position:relative;margin-top:30px;padding:20px;border:1px solid rgba(30,36,122,.11);border-radius:12px;background:#fff;box-shadow:0 12px 34px rgba(23,28,97,.07)}
.hero-form h2{margin:0 0 13px;font-size:20px;font-weight:700;letter-spacing:-.2px}
.hero-form__row{display:grid;grid-template-columns:minmax(150px,.75fr) minmax(190px,1.2fr) auto;gap:9px;align-items:end}
.hero-form label>span,.lead-dialog label>span,.footer-form label>span{display:block;margin-bottom:5px;color:#6d717a;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.hero-form input,.lead-dialog input,.lead-dialog textarea,.footer-form input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #d5d9df;border-radius:7px;background:#fff;color:var(--ink);outline:0}
.hero-form input:focus,.lead-dialog input:focus,.lead-dialog textarea:focus,.footer-form input:focus{border-color:var(--avis);box-shadow:0 0 0 3px rgba(30,36,122,.09)}
.hero-form button,.lead-dialog form>button,.footer-form>button{min-height:44px;padding:0 16px;border:0;border-radius:7px;background:var(--avis);color:#fff;font-size:12px;font-weight:700;white-space:nowrap}
.page-hero__service-action{width:max-content;min-height:54px;display:inline-flex;align-items:center;justify-content:space-between;gap:32px;margin-top:30px;padding:0 25px;border:0;border-radius:7px;background:var(--avis);color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;cursor:pointer}.page-hero__service-action svg{width:17px;height:14px;fill:currentColor;transition:transform .18s ease}.page-hero__service-action:hover svg{transform:translateX(4px)}
.form-consent{display:flex!important;align-items:flex-start;gap:7px;margin-top:10px;color:#7a7d85!important;font-size:10px!important;line-height:1.4}.form-consent input{width:14px!important;min-height:0!important;margin:1px 0 0;accent-color:var(--avis)}.form-consent a{text-decoration:underline;text-underline-offset:2px}
.form-status{min-height:0;margin:8px 0 0;color:var(--text);font-size:12px}.form-status:empty{display:none}.form-status.is-success{color:#20704a}.form-status.is-error{color:#a33d3d}

.hero-ratings{display:flex;min-height:470px;flex-direction:column;justify-content:space-between;padding:34px;border-radius:22px;background:var(--avis);color:#fff;box-shadow:var(--shadow)}
.hero-ratings__summary strong{display:block;font-size:68px;line-height:1}.stars{display:block;margin:12px 0;color:var(--accent);font-size:20px;letter-spacing:3px}.hero-ratings__summary p{max-width:260px;margin:0;color:rgba(255,255,255,.72);line-height:1.5}
.hero-ratings__sources{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rating-source{display:grid;gap:4px;padding:15px;border:1px solid rgba(255,255,255,.18);border-radius:10px;background:rgba(255,255,255,.08)}.rating-source span{font-size:11px;font-weight:700}.rating-source strong{font-size:22px}.rating-source small{color:rgba(255,255,255,.64);font-size:10px}.rating-source:is(a):hover{background:rgba(255,255,255,.14)}

.article-cover{padding:64px 0 0}.article-cover__inner{max-width:1000px}.article-cover picture{display:block}.article-cover img{display:block;width:100%;height:auto;border-radius:20px}.content-section{padding:72px 0}.rich-text{max-width:900px;font-size:17px;line-height:1.75}.rich-text>*:first-child{margin-top:0}.rich-text h2{margin:52px 0 20px;font-size:38px;line-height:1.18}.rich-text h3{margin:38px 0 16px;font-size:28px}.rich-text p{margin:0 0 22px}.rich-text a,.text-link{color:var(--avis);text-decoration:underline;text-underline-offset:3px}.rich-text img{border-radius:12px}

.price-list{padding:76px 0;background:var(--soft)}.section-heading{max-width:780px;margin-bottom:30px}.section-heading h2{margin:0;font-size:clamp(30px,3vw,44px);font-weight:700}.section-heading p{margin:14px 0 0;color:var(--text);line-height:1.6}
.price-tabs{display:flex;gap:8px;margin-bottom:18px;overflow:auto;padding-bottom:4px;scrollbar-width:thin}.price-tabs button{min-height:42px;padding:0 18px;border:1px solid #d6dae0;border-radius:8px;background:#fff;color:var(--ink);font-size:12px;font-weight:700;white-space:nowrap}.price-tabs button.is-active{border-color:var(--avis);background:var(--avis);color:#fff}
.price-group.is-hidden{display:none}.price-group>h3{margin:0 0 14px;font-size:22px}.price-list--tabs .price-group>h3{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.price-table{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.price-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,.25fr) auto;align-items:center;gap:22px;padding:19px 20px;border-bottom:1px solid var(--line)}.price-row:last-child{border-bottom:0}.price-row.is-featured{box-shadow:inset 4px 0 0 var(--accent)}.price-row h4{margin:0;font-size:16px;font-weight:700}.price-row p{margin:6px 0 0;color:var(--text);font-size:13px;line-height:1.45}.price-row__value{display:flex;flex-direction:column}.price-row__value strong{color:var(--avis);font-size:18px}.price-row__value small{margin-top:3px;color:var(--text);font-size:10px}.price-row>button{min-height:40px;padding:0 15px;border:1px solid var(--avis);border-radius:7px;background:#fff;color:var(--avis);font-size:11px;font-weight:700}.price-row>button:hover{background:var(--avis);color:#fff}

.case-layout{display:grid;grid-template-columns:280px minmax(0,760px);gap:70px;align-items:start}.case-facts{position:sticky;top:130px;padding:24px;background:var(--soft);border-top:4px solid var(--avis)}.case-facts dl{margin:0}.case-facts dl>div+div{margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.case-facts dt{color:#777;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.case-facts dd{margin:6px 0 0;font-weight:700;line-height:1.4}.page-hero__amount{display:flex;min-height:220px;flex-direction:column;justify-content:center;padding:34px;border-radius:14px;background:rgba(30,36,122,.08);color:var(--avis)}.page-hero__amount small{color:#777}.page-hero__amount strong{margin-top:12px;font-size:36px}

/* Выигранные дела: главная, архив и детальная страница */
.home-cases{width:calc(100% - 20px);margin:0 auto 60px;padding:50px 0;border-radius:10px;background-color:#1e247a;background-image:linear-gradient(110deg,rgba(13,18,91,.94),rgba(30,36,122,.8)),url('/assets/images/home/avis-cases-bg.webp');background-position:center;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:"Montserrat",sans-serif;overflow:hidden}.home-cases__inner{width:min(1600px,100%);margin-inline:auto;padding-inline:10px}.home-cases__head{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(460px,1.2fr) auto;align-items:end;gap:28px 42px;margin-bottom:28px}.home-cases__heading h2{margin:18px 0 0;color:#fff;font-size:40px;font-weight:500;line-height:1.05;letter-spacing:-.8px}.home-cases__proof{display:flex;align-items:center;gap:17px}.home-cases__proof strong{font-size:29px;font-weight:500;line-height:1;white-space:nowrap}.home-cases__proof span{max-width:170px;padding-left:17px;border-left:1px solid rgba(255,255,255,.45);font-size:12px;font-weight:500;line-height:1.35}.home-cases__head>p{max-width:760px;margin:0;color:rgba(255,255,255,.84);font-size:16px;line-height:1.62}.home-cases__all{min-height:48px;display:flex;align-items:center;justify-content:center;gap:13px;padding:0 20px;border:1px solid rgba(255,255,255,.52);border-radius:8px;background:#fff;color:#1e247a;font-size:15px;font-weight:500;white-space:nowrap;transition:background .18s ease,transform .18s ease}.home-cases__all svg{width:15px;fill:currentColor}.home-cases__all:hover{background:#e3dbff;transform:translateY(-1px)}
.home-cases__slider{position:relative}.home-cases__viewport{overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.home-cases__viewport::-webkit-scrollbar{display:none}.home-cases__track{display:flex;align-items:stretch;gap:14px}.home-cases .case-card{min-width:0;flex:0 0 calc((100% - 42px)/4);scroll-snap-align:start}.home-cases__controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:17px}.home-cases__controls button{display:grid;width:43px;height:43px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.42);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;transition:background .18s ease,opacity .18s ease}.home-cases__controls button:hover{background:#fff;color:#1e247a}.home-cases__controls button:disabled{opacity:.32;cursor:default}.home-cases__controls svg{width:15px;fill:currentColor}.home-cases__controls>span{min-width:26px;color:rgba(255,255,255,.76);font-size:12px;text-align:center}
.case-card{min-height:390px;display:flex;min-width:0;flex-direction:column;padding:22px;border:1px solid rgba(30,36,122,.12);border-radius:10px;background:#fff;color:#242733;box-shadow:0 10px 28px rgba(12,17,71,.12);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.case-card:hover{border-color:rgba(30,36,122,.36);box-shadow:0 17px 38px rgba(12,17,71,.17);transform:translateY(-3px)}.case-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.case-card__icon{display:grid;width:50px;height:50px;flex:0 0 50px;place-items:center;color:#1e247a}.case-card__icon svg{width:100%;height:100%}.case-card__categories{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:5px}.case-card__categories span{padding:5px 7px;border-radius:999px;background:#f1f0f8;color:#565a68;font-size:9px;font-weight:600;line-height:1.2}.case-card h3{margin:22px 0 11px;color:#20222a;font-size:21px;font-weight:600;line-height:1.28;letter-spacing:-.35px}.case-card h3 a::after{position:absolute;inset:0;content:""}.case-card{position:relative}.case-card>p{display:-webkit-box;margin:0 0 21px;overflow:hidden;color:#686c78;font-size:13px;line-height:1.55;-webkit-line-clamp:3;-webkit-box-orient:vertical}.case-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:auto;padding-top:18px;border-top:1px solid #e6e7ec}.case-card__result{display:flex;min-width:0;flex-direction:column}.case-card__result small{color:#8a8d97;font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.case-card__result strong{margin-top:5px;color:#1e247a;font-size:14px;font-weight:600;line-height:1.2}.case-card__more{position:relative;z-index:2;display:flex;align-items:center;gap:8px;color:#1e247a;font-size:12px;font-weight:600}.case-card__more svg{width:12px;fill:currentColor;transition:transform .18s ease}.case-card:hover .case-card__more svg{transform:translateX(3px)}
.case-card--all{position:relative;min-height:390px;display:flex;align-items:flex-start;justify-content:flex-end;overflow:hidden;padding:28px;background:#e3dbff;color:#1e247a}.case-card--all:hover{background:#dcd2ff;color:#171c61}.case-card--all__icon{position:absolute;top:30px;right:27px;width:110px;height:110px;opacity:.16}.case-card--all__icon svg{width:100%;height:100%}.case-card--all>span:nth-child(2){display:flex;flex-direction:column}.case-card--all small{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.07em}.case-card--all strong{max-width:230px;margin-top:12px;font-size:30px;font-weight:500;line-height:1.12}.case-card--all__arrow{width:23px;margin-top:25px;fill:currentColor;transition:transform .18s ease}.case-card--all:hover .case-card--all__arrow{transform:translateX(5px)}
.cases-shell{width:min(1600px,calc(100% - 40px));margin-inline:auto}.case-breadcrumbs{display:flex;align-items:center;gap:8px;padding:21px 0;color:#737784;font-size:11px;line-height:1.4;overflow:hidden}.case-breadcrumbs a{color:#1e247a}.case-breadcrumbs>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cases-kicker{display:block;margin-bottom:12px;color:#1e247a;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.cases-archive-hero{background:#f1f0f8}.cases-archive-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:70px;align-items:end;padding:52px 0 58px}.cases-archive-hero h1{max-width:1000px;margin:0;color:#20222a;font-size:clamp(42px,5vw,72px);font-weight:500;line-height:1;letter-spacing:-1.8px}.cases-archive-hero__grid>div:first-child>p{max-width:760px;margin:21px 0 0;color:#646875;font-size:16px;line-height:1.65}.cases-archive-hero__proof{display:flex;flex-direction:column;padding:27px;border-radius:10px;background:#1e247a;color:#fff}.cases-archive-hero__proof strong{font-size:62px;font-weight:400;line-height:1}.cases-archive-hero__proof span{margin-top:11px;font-size:14px;line-height:1.5}.cases-archive-hero__proof small{margin-top:19px;padding-top:16px;border-top:1px solid rgba(255,255,255,.28);color:rgba(255,255,255,.7);font-size:10px;line-height:1.4}.cases-archive{padding:42px 0 70px;background:#f7f8f8}.cases-filters{display:flex;gap:7px;margin-bottom:28px;padding-bottom:7px;overflow-x:auto;scrollbar-width:thin}.cases-filters a{min-height:38px;display:flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid #dfe1e8;border-radius:8px;background:#fff;color:#525663;font-size:12px;font-weight:500;white-space:nowrap}.cases-filters a small{display:grid;min-width:21px;height:21px;place-items:center;border-radius:50%;background:#eeedf5;color:#1e247a;font-size:9px}.cases-filters a:hover,.cases-filters a.is-active{border-color:#1e247a;background:#1e247a;color:#fff}.cases-filters a.is-active small{background:rgba(255,255,255,.18);color:#fff}.cases-archive__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cases-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:32px}.cases-pagination a{display:grid;min-width:40px;height:40px;place-items:center;border:1px solid #dde0e7;border-radius:7px;background:#fff;color:#1e247a;font-size:12px;font-weight:600}.cases-pagination a.is-active,.cases-pagination a:hover{border-color:#1e247a;background:#1e247a;color:#fff}.cases-archive__empty{padding:48px;border:1px solid #e0e2e7;border-radius:10px;background:#fff;text-align:center}.cases-archive__empty h2{margin:0;font-size:28px}.cases-archive__empty p{max-width:650px;margin:13px auto 24px;color:#686c78;line-height:1.6}.cases-archive__empty a{display:inline-flex;padding:13px 18px;border-radius:7px;background:#1e247a;color:#fff}.cases-archive__cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:45px;padding:30px 34px;border-radius:10px;background:#e3dbff;color:#222632}.cases-archive__cta span{color:#1e247a;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.cases-archive__cta h2{margin:7px 0 4px;font-size:30px;font-weight:500}.cases-archive__cta p{margin:0;color:#626671;font-size:13px}.cases-archive__cta button{min-height:49px;display:flex;align-items:center;gap:12px;padding:0 19px;border:0;border-radius:7px;background:#1e247a;color:#fff;font-size:13px;font-weight:500}.cases-archive__cta button svg{width:14px;fill:currentColor}
.case-detail-hero{padding-bottom:60px;background:#f1f0f8}.case-detail-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,480px);gap:50px;align-items:stretch;padding-top:28px}.case-detail-hero__copy{padding:26px 0}.case-detail__categories{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}.case-detail__categories a{padding:6px 9px;border-radius:999px;background:#fff;color:#1e247a;font-size:10px;font-weight:600}.case-detail-hero h1{max-width:1000px;margin:0;color:#20222a;font-size:clamp(38px,4.4vw,66px);font-weight:500;line-height:1.04;letter-spacing:-1.4px}.case-detail-hero__copy>p{max-width:850px;margin:20px 0 0;color:#626671;font-size:16px;line-height:1.65}.case-detail-hero__facts{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.case-detail-hero__facts>div{min-width:170px;display:flex;flex-direction:column;padding:15px 17px;border-left:3px solid #1e247a;background:rgba(255,255,255,.65)}.case-detail-hero__facts small{color:#777b86;font-size:9px;text-transform:uppercase;letter-spacing:.06em}.case-detail-hero__facts strong{margin-top:6px;color:#1e247a;font-size:17px;font-weight:600;line-height:1.3}.case-detail-hero__media{min-height:430px;margin:0;overflow:hidden;border-radius:10px}.case-detail-hero__media img{width:100%;height:100%;object-fit:cover}.case-detail-hero__mark{min-height:430px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:10px;background:#1e247a;color:#fff;text-align:center}.case-detail-hero__mark>span{width:94px;height:94px;opacity:.75}.case-detail-hero__mark>span svg{width:100%;height:100%}.case-detail-hero__mark strong{margin-top:30px;font-size:76px;font-weight:400;line-height:1}.case-detail-hero__mark small{max-width:220px;margin-top:10px;color:rgba(255,255,255,.72);font-size:12px;line-height:1.5}
.case-detail{padding:55px 0 80px;background:#fff}.case-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:44px;align-items:start}.case-detail__story{min-width:0}.case-detail__summary{display:grid;grid-template-columns:70px minmax(0,1fr);gap:20px;align-items:center;margin-bottom:16px;padding:23px;border:1px solid #e1e3e9;border-radius:10px;background:#f7f8f8}.case-detail__summary-icon{width:66px;height:66px;color:#1e247a}.case-detail__summary-icon svg{width:100%;height:100%}.case-detail__summary small{display:block;color:#858995;font-size:9px;text-transform:uppercase;letter-spacing:.07em}.case-detail__summary strong{display:block;margin-top:4px;color:#20222a;font-size:20px;font-weight:600}.case-detail__summary p{margin:7px 0 0;color:#686c78;font-size:12px;line-height:1.45}.case-detail__story>section{display:grid;grid-template-columns:60px minmax(0,1fr);gap:22px;padding:33px 24px;border-bottom:1px solid #e5e6eb}.case-detail__step{color:#1e247a;font-size:13px;font-weight:600;letter-spacing:.05em}.case-detail__story h2{margin:0;color:#242733;font-size:29px;font-weight:500;line-height:1.2}.case-detail__story section p{margin:15px 0 0;color:#535764;font-size:16px;line-height:1.75}.case-detail__result{margin-top:12px;border:0!important;border-radius:10px;background:#e3dbff}.case-detail__amount{display:block;margin-top:20px;color:#1e247a;font-size:32px;font-weight:500}.case-detail__document{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px;padding:17px 20px;border:1px solid #1e247a;border-radius:8px;color:#1e247a;font-size:13px;font-weight:600}.case-detail__document svg{width:15px;fill:currentColor}.case-detail__document:hover{background:#1e247a;color:#fff}.case-detail__notice{margin-top:20px;padding:16px 18px;border-left:3px solid #c9cbd3;background:#f7f8f8;color:#7a7d86;font-size:11px;line-height:1.6}.case-detail__sidebar{position:sticky;top:118px;display:grid;gap:14px}.case-detail__sidebar>section{border-radius:10px}.case-sidebar-proof{padding:25px;background:#1e247a;color:#fff}.case-sidebar-proof>span{display:block;margin-bottom:18px;color:rgba(255,255,255,.68);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.case-sidebar-proof>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:15px 0;border-top:1px solid rgba(255,255,255,.2)}.case-sidebar-proof strong{font-size:31px;font-weight:500}.case-sidebar-proof small{max-width:125px;color:rgba(255,255,255,.68);font-size:10px;line-height:1.35;text-align:right}.case-sidebar-proof button{width:100%;min-height:47px;margin-top:15px;border:0;border-radius:7px;background:#fff;color:#1e247a;font-size:12px;font-weight:600}.case-sidebar-ratings,.case-sidebar-related{padding:22px;border:1px solid #e2e4e9;background:#fff}.case-sidebar-ratings h2,.case-sidebar-related h2{margin:0 0 13px;font-size:19px;font-weight:600}.case-sidebar-ratings>a,.case-sidebar-ratings>div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;padding:11px 0;border-top:1px solid #ececf0}.case-sidebar-ratings img{width:42px;height:42px;object-fit:contain}.case-sidebar-ratings span{display:flex;flex-direction:column}.case-sidebar-ratings strong{font-size:13px;font-weight:600}.case-sidebar-ratings i{color:#f4a72e;font-size:9px;font-style:normal;letter-spacing:-1px}.case-sidebar-ratings small{margin-top:3px;color:#7e818b;font-size:10px}.case-sidebar-related>a:not(.case-sidebar-related__all){display:grid;grid-template-columns:36px minmax(0,1fr) 12px;gap:10px;align-items:center;padding:12px 0;border-top:1px solid #ececf0}.case-sidebar-related>a>span{width:34px;height:34px;color:#1e247a}.case-sidebar-related>a>span svg{width:100%;height:100%}.case-sidebar-related>a>strong{font-size:11px;font-weight:600;line-height:1.4}.case-sidebar-related>a>svg{width:11px;fill:#1e247a}.case-sidebar-related__all{display:flex!important;justify-content:center;margin-top:12px;padding:12px!important;border:1px solid #1e247a!important;border-radius:7px;color:#1e247a;font-size:11px;font-weight:600}.case-sidebar-related__all:hover{background:#1e247a;color:#fff}

.site-footer{border-top:1px solid #ebebeb;background:#fff;color:#252525;font-family:"Montserrat",sans-serif}.site-footer__main{width:min(1600px,100%);margin-inline:auto;padding:100px 20px}.site-footer__grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr) minmax(0,2fr) minmax(280px,3fr);gap:60px}.site-footer__grid>*{min-width:0}.site-footer__grid h2{margin:0;color:#252525;font-family:"Montserrat",sans-serif;font-size:18px;font-weight:500;line-height:1.35;text-transform:none}.site-footer__about{display:flex;flex-direction:column;align-items:flex-start}.site-footer__logo{display:flex;width:min(300px,100%);min-height:62px;align-items:center}.site-footer__logo img{width:300px;max-width:100%;height:auto;object-fit:contain}.site-footer__description{max-width:470px;margin:30px 0 0;color:#252525;font-size:14px;font-weight:500;line-height:19px;text-transform:none}.site-footer__contacts{display:grid;gap:10px;margin:30px 0 0;padding:0;list-style:none}.site-footer__contacts li>a,.site-footer__contacts li>span{display:flex;align-items:center;gap:6px;color:#252525;font-size:16px;font-weight:400;line-height:1.45;letter-spacing:-.16px}.site-footer__contacts li>a{transition:color .18s ease}.site-footer__contacts li>a:hover{color:#1e247a}.site-footer__contact-icon{display:grid;width:28px;min-width:28px;height:28px;place-items:center;border-radius:50%;background:#eeeafb;color:#1e247a}.site-footer__contact-icon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-footer__contacts li:nth-child(2) .site-footer__contact-icon svg{fill:currentColor;stroke:none}.site-footer__socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.site-footer__socials>a{display:grid;width:48px;height:48px;place-items:center;border-radius:4px;background:#f3f4f3;color:#252525;transition:background-color .18s ease,color .18s ease,transform .18s ease}.site-footer__socials>a:hover{background:#1e247a;color:#fff;transform:translateY(-1px)}.site-footer__socials svg{width:20px;height:20px;fill:currentColor}.site-footer__socials .site-footer__social-viber img{width:20px;height:20px;object-fit:contain}.site-footer__socials .site-footer__social-viber:hover img{filter:brightness(0) invert(1)}.site-footer__max{width:min(300px,100%);height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:0 14px;border-radius:4px;background:#f3f4f3;color:#252525;font-size:13px;font-weight:500;line-height:1.2;transition:background-color .18s ease,color .18s ease,transform .18s ease}.site-footer__max>svg:first-child{width:21px;height:21px;flex:0 0 21px;fill:currentColor}.site-footer__max-arrow{width:15px;height:12px;flex:0 0 15px;fill:currentColor;transition:transform .18s ease}.site-footer__max:hover{background:#1e247a;color:#fff;transform:translateY(-1px)}.site-footer__max:hover .site-footer__max-arrow{transform:translateX(3px)}.site-footer__menu ul{display:grid;gap:13px;margin:30px 0 0;padding:0;list-style:none}.site-footer__menu a{display:inline-flex;color:#444;font-family:"Montserrat",sans-serif;font-size:16px;font-weight:400;line-height:1.35;letter-spacing:-.16px;transition:color .18s ease,transform .18s ease}.site-footer__menu a:hover{color:#1e247a;transform:translateX(3px)}.site-footer__consultation>p{max-width:390px;margin:30px 0 0;color:#444;font-size:16px;font-weight:400;line-height:25.6px;letter-spacing:-.16px}.footer-form{display:grid;gap:14px;margin-top:30px}.footer-form label>span{margin-bottom:7px;color:#64666d;font-size:11px;font-weight:600;letter-spacing:.04em}.footer-form input:not([type="checkbox"]),.footer-form textarea{width:100%;min-height:52px;padding:13px 15px;border:1px solid #d9dbe1;border-radius:8px;background:#fff;color:#252525;font-size:14px;line-height:1.45;outline:0;transition:border-color .18s ease,box-shadow .18s ease}.footer-form textarea{min-height:112px;resize:vertical}.footer-form input:not([type="checkbox"]):focus,.footer-form textarea:focus{border-color:#1e247a;box-shadow:0 0 0 3px rgba(30,36,122,.09)}.footer-form .form-consent{display:grid!important;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:8px;margin:0;color:#686b73!important;font-size:11px!important;line-height:1.5}.footer-form .form-consent>span{margin:0;color:inherit;font-size:inherit;font-weight:400;line-height:inherit;text-transform:none;letter-spacing:0}.footer-form .form-consent a{color:#1e247a}.footer-form>button{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;border:1px solid #1e247a;border-radius:8px;background:#1e247a;color:#fff;font-size:14px;font-weight:500;transition:background-color .18s ease,transform .18s ease}.footer-form>button svg{width:17px;height:14px;fill:currentColor;transition:transform .18s ease}.footer-form>button:hover{background:#171c61;transform:translateY(-1px)}.footer-form>button:hover svg{transform:translateX(3px)}.footer-form>button:disabled{opacity:.65;cursor:wait;transform:none}.footer-form .form-status{margin:0;color:#626671}.site-footer__bottom{border-top:1px solid #ebebeb;background:#fff}.site-footer__bottom-inner{width:min(1600px,100%);display:flex;align-items:center;justify-content:space-between;gap:40px;margin-inline:auto;padding:30px 20px}.site-footer__legal{display:flex;align-items:flex-start;gap:clamp(30px,4vw,70px);color:#55585f;font-size:14px;line-height:16px}.site-footer__legal p{margin:0}.site-footer__legal p:last-child{display:grid;grid-template-columns:auto auto;gap:5px 18px}.site-footer__legal strong{grid-column:1/-1;color:#252525;font-weight:500}.site-footer__privacy{flex:0 0 auto;color:#252525;font-family:"Montserrat",sans-serif;font-size:14px;font-weight:500;letter-spacing:-.16px;text-align:right}.site-footer__privacy:hover{color:#1e247a}

.search-dialog{width:min(900px,calc(100% - 32px));max-width:none;padding:0;border:0;background:transparent;color:#fff;overflow:visible;font-family:"Montserrat",sans-serif}
.search-dialog::backdrop{background:rgba(8,10,28,.9);backdrop-filter:blur(5px)}
.search-dialog__form{display:grid;gap:18px}.search-dialog__form>label{color:#fff;font-size:clamp(28px,4vw,48px);font-weight:500;line-height:1.1}.search-dialog__form>div{display:grid;grid-template-columns:minmax(0,1fr) 72px;border-bottom:2px solid rgba(255,255,255,.72)}
.search-dialog__form input{width:100%;height:72px;padding:0;border:0;background:transparent;color:#fff;font-size:clamp(18px,2vw,27px);outline:0}.search-dialog__form input::placeholder{color:rgba(255,255,255,.5)}.search-dialog__form input::-webkit-search-cancel-button{filter:invert(1)}
.search-dialog__form button{display:grid;height:72px;place-items:center;padding:0;border:0;background:transparent;color:#fff}.search-dialog__form button svg{width:24px;fill:currentColor;transition:transform .18s ease}.search-dialog__form button:hover svg{transform:translateX(5px)}
.search-dialog__close{position:fixed;top:28px;right:32px;width:48px;height:48px;padding:0;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:transparent;color:#fff;font-size:32px;font-weight:300;line-height:1}
.search-page{min-height:58vh;padding:70px 0 90px;background:#f7f8fa}.search-page__head{max-width:900px;margin-bottom:42px}.search-page__eyebrow{display:block;margin-bottom:12px;color:#1e247a;font-family:"Montserrat",sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.search-page h1{margin:0;font-size:clamp(34px,4vw,58px);line-height:1.08}.search-page__intro{margin:14px 0 0;color:#777}
.search-page__form{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:820px;margin-top:26px;background:#fff;border:1px solid #dedfe7}.search-page__form input{min-width:0;height:58px;padding:0 18px;border:0;background:transparent;outline:0}.search-page__form button{padding:0 25px;border:0;background:#1e247a;color:#fff;font-weight:600}
.search-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.search-result{display:flex;min-height:210px;flex-direction:column;padding:25px;border:1px solid #e2e3e9;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.search-result:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(23,28,97,.09)}.search-result small{color:#1e247a;font-family:"Montserrat",sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.07em}.search-result h2{margin:12px 0 10px;font-size:21px;line-height:1.3}.search-result p{margin:0 0 20px;color:#777;font-size:14px;line-height:1.6}.search-result span{margin-top:auto;color:#1e247a;font-size:13px;font-weight:600}.search-empty{padding:30px;border:1px solid #e2e3e9;background:#fff;color:#777}
.lead-dialog{width:min(570px,calc(100% - 28px));max-height:calc(100dvh - 28px);padding:0;overflow:auto;border:0;border-radius:18px;background:#fff;box-shadow:0 30px 100px rgba(0,0,0,.34);font-family:"Montserrat",sans-serif}.lead-dialog::backdrop{background:rgba(12,15,35,.76);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lead-dialog__body{padding:38px 40px 30px}.lead-dialog__eyebrow{display:block;margin-bottom:10px;color:#1e247a;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.lead-dialog__body h2{max-width:430px;margin:0;padding-right:34px;color:#20222a;font-size:31px;font-weight:500;line-height:1.15;letter-spacing:-.7px}.lead-dialog__body>p{max-width:480px;margin:13px 0 20px;color:#626671;font-size:14px;line-height:1.6}.lead-dialog__max{display:grid;min-height:58px;grid-template-columns:34px minmax(0,1fr) 17px;align-items:center;gap:12px;padding:9px 16px 9px 12px;border-radius:10px;background:#1e247a;color:#fff}.lead-dialog__max>span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#eeeafb;color:#1e247a}.lead-dialog__max>span svg{width:16px;height:16px;fill:currentColor}.lead-dialog__max strong{font-size:13px;font-weight:500}.lead-dialog__max-arrow{width:15px;height:12px;fill:currentColor;transition:transform .18s ease}.lead-dialog__max:hover{background:#171c61}.lead-dialog__max:hover .lead-dialog__max-arrow{transform:translateX(3px)}.lead-dialog__separator{position:relative;display:flex;align-items:center;justify-content:center;margin:18px 0;color:#9699a2;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.lead-dialog__separator::before{position:absolute;right:0;left:0;height:1px;background:#e5e6eb;content:""}.lead-dialog__separator span{position:relative;padding:0 11px;background:#fff}.lead-dialog form{display:grid;grid-template-columns:1fr;gap:13px}.lead-dialog textarea{min-height:112px;resize:vertical}.lead-dialog .form-consent,.lead-dialog form>button,.lead-dialog .form-status{grid-column:1}.lead-dialog form>button{min-height:50px;border-radius:8px;font-family:"Montserrat",sans-serif;font-size:13px;font-weight:500}.lead-dialog__hours{margin:16px 0 0!important;padding-top:15px;border-top:1px solid #ececf0;color:#777!important;font-size:11px!important;line-height:1.4!important;text-align:center}.lead-dialog__hours strong{color:#30333b;font-weight:500}.lead-dialog__close{position:absolute;z-index:2;top:12px;right:14px;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:#f3f4f7;color:#20222a;font-size:25px;font-weight:300;line-height:1}.lead-dialog__close:hover{background:#e9eaf0;color:#1e247a}

@media(max-width:1400px){
  .home-hero__inner{grid-template-columns:minmax(0,1fr) minmax(460px,.86fr);gap:38px}.home-hero h1{font-size:50px;line-height:50px}.home-hero__ratings{grid-template-columns:repeat(2,minmax(0,1fr))}.home-rating:last-child{grid-column:1/-1;max-width:calc(50% - 5px)}
  .home-services__directory{grid-template-columns:minmax(330px,370px) minmax(0,1fr)}.home-services__tab{font-size:12.2px}.home-step{padding-right:18px}.home-step h3{flex-basis:145px}
}
@media(max-width:1050px){
  .home-hero__inner{grid-template-columns:1fr;gap:42px;padding:50px 22px}.home-hero__content{max-width:none}.home-hero h1{max-width:850px}.home-hero__ratings{grid-template-columns:repeat(3,minmax(0,1fr))}.home-rating:last-child{grid-column:auto;max-width:none}.home-hero__visual{width:min(790px,100%);margin-inline:auto;padding-right:58px}
  .home-services__head{grid-template-columns:minmax(0,1fr) auto;gap:15px 24px}.home-services__head p{grid-column:1/-1;grid-row:2}.home-services__head>a{grid-column:2;grid-row:1}.home-services__directory{grid-template-columns:1fr}.home-services__tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.home-services__tab:nth-child(2n){border-right:1px solid rgba(30,36,122,.1)}.home-services__tab:nth-child(4n){border-right:0}.home-services__tab{font-size:13px}
  .home-steps__layout{grid-template-columns:minmax(270px,.64fr) minmax(0,1.36fr)}.home-step{column-gap:15px;min-height:205px}.home-step h3{flex-basis:130px;font-size:18px;line-height:25px}
}
@media(max-width:720px){
  .home-hero__inner{gap:34px;padding:42px 14px}.home-hero h1{margin-bottom:20px;font-size:clamp(36px,10vw,44px);line-height:1.04;letter-spacing:-1px}.home-hero__lead{font-size:15px;line-height:24px}.home-hero__ratings{display:flex;gap:9px;margin-top:25px;padding:2px 2px 8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin}.home-rating{min-width:min(255px,82vw);flex:0 0 min(255px,82vw);scroll-snap-align:start}.home-hero__actions{align-items:stretch;flex-direction:column;margin-top:24px}.home-hero__phone,.home-hero__question{width:100%;min-height:55px}.home-hero__visual{padding-right:34px}.home-hero__win-rate{top:8%;width:152px;padding:16px 11px 30px}.home-hero__win-rate strong{font-size:46px;line-height:58px;letter-spacing:-1.4px}.home-hero__win-rate span{padding-top:20px;font-size:12px}.home-hero__win-rate span::before{width:92px}
  .home-services{width:calc(100% - 20px);margin-top:46px;padding:36px 0}.home-services__head{grid-template-columns:1fr;gap:13px;margin-bottom:18px}.home-services__head h2{font-size:31px}.home-services__head p{grid-column:auto;grid-row:auto;font-size:14px;line-height:1.55}.home-services__head>a{width:100%;min-height:44px;grid-column:auto;grid-row:auto;font-size:14px}.home-services__nav{overflow:visible;background:transparent;box-shadow:none}.home-services__tabs{display:flex;gap:7px;padding:1px 1px 7px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin}.home-services__tab,.home-services__tab:nth-child(2n),.home-services__tab:nth-child(4n){min-width:158px;min-height:44px;grid-template-columns:25px minmax(0,1fr);gap:7px;padding:6px 9px;border:0;border-radius:8px;font-size:12px;scroll-snap-align:start}.home-services__tab>svg{display:none}.home-services__tab-icon{width:25px;height:25px}.home-services__panel{padding:16px 12px}.home-services__panel-head{grid-template-columns:44px minmax(0,1fr);gap:12px;margin-bottom:14px}.home-services__panel-icon{width:44px;height:44px}.home-services__panel-head h3{font-size:25px}.home-services__panel-head p{margin-top:6px;font-size:13px;line-height:1.48}.home-services__cards{grid-template-columns:1fr;gap:7px}.home-services__card{min-height:68px;grid-template-columns:35px minmax(0,1fr) 12px;gap:9px;padding:9px 10px}.home-services__card-icon{width:35px;height:35px}.home-services__card-copy strong{font-size:14px}.home-services__card-copy small{font-size:11.5px}.home-services__quick{gap:5px;margin-top:11px;padding-top:11px}.home-services__quick a{width:100%;min-height:31px;font-size:11.5px}.home-services__section-link{min-height:40px;margin-top:11px;font-size:12.5px}
  .home-steps{padding:46px 0}.home-steps__inner>h2{font-size:25px}.home-steps__layout{grid-template-columns:1fr;gap:10px;padding:10px}.home-steps__intro{min-height:450px}.home-steps__intro h3{font-size:20px;line-height:28px}.home-steps__intro p{font-size:18px;line-height:1.2}.home-steps__intro button{width:100%}.home-steps__list{gap:10px}.home-step{min-height:0;display:grid;grid-template-columns:64px minmax(0,1fr);align-items:start;justify-content:stretch;gap:4px 13px;padding:14px}.home-step__number{grid-row:1/3;width:64px;flex-basis:auto;padding-left:0;font-size:92px;line-height:.85;transform:translate(-4px,0)}.home-step h3{align-self:center;flex-basis:auto;font-size:16px;line-height:22px}.home-step p{grid-column:2;margin-top:4px;font-size:15px;line-height:19px}
  .lead-dialog__body{padding:34px 20px 24px}.lead-dialog__body h2{font-size:26px}.lead-dialog form{grid-template-columns:1fr}.lead-dialog form>label:nth-of-type(2){grid-row:auto}.lead-dialog textarea{min-height:90px}.lead-dialog .form-consent,.lead-dialog form>button,.lead-dialog .form-status{grid-column:auto}
}

@media(max-width:1600px){
  .site-header__main{gap:28px}.site-header__logo{width:220px;flex-basis:220px}.site-nav__list{gap:20px}.site-header__cta{min-width:158px;padding-inline:20px}.site-header__callback{min-width:214px}.site-header__callback-copy small{font-size:12px}.site-header__callback-copy strong{font-size:18px}
}
@media(max-width:1450px){
  .site-header__main{gap:18px}.site-header__logo{width:190px;min-width:190px;flex-basis:190px}.site-header__logo img{max-width:170px}.site-nav__list{gap:12px}.site-nav__list a{font-size:13px}.site-header__callback{min-width:205px}.site-header__callback-icon{width:50px;min-width:50px;height:50px}.site-header__callback-copy{gap:8px}.site-header__callback-copy small{font-size:11px}.site-header__callback-copy strong{font-size:17px}.site-header__cta{min-width:150px;padding-inline:17px}
}
@media(max-width:1360px){
  .site-header__main-row,.site-header__main{height:72px}.site-header__main{gap:12px;justify-content:flex-start}.site-header__logo{width:200px;height:72px;flex:0 0 200px;margin-right:auto}.site-header__logo img{max-width:178px;max-height:54px}
  .site-header__callback{display:none}.site-header__cta{height:72px;line-height:72px}.site-header__mobile-phone{display:grid}.site-menu-toggle{display:grid}
  .site-nav{position:fixed;z-index:49;top:124px;right:0;bottom:0;left:0;display:block;margin:0;padding:16px 24px 36px;overflow:auto;background:#fff;transform:translateX(100%);transition:transform .22s ease}.site-menu-open .site-nav{transform:none}
  .site-nav__list{height:auto;display:grid;align-items:stretch;gap:0}.site-nav__list>li{height:auto;display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--line)}.site-nav>.site-nav__list>li::before{display:none}.site-nav__list a{padding:16px 0;font-size:15px;line-height:1.35}.submenu-toggle{width:48px;height:52px;margin:0}.site-nav__submenu{position:static;grid-column:1/-1;display:none;width:auto;min-width:0;max-width:none;margin:0 0 11px;padding:3px 0 5px 16px;border:0;border-left:2px solid #e6dfff;box-shadow:none}.site-nav__submenu a{padding:10px 0}.has-children.is-open>.site-nav__submenu{display:grid}.has-children.is-open>.submenu-toggle{transform:rotate(180deg)}
  .site-menu-open .site-menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-menu-open .site-menu-toggle span:nth-child(2){opacity:0}.site-menu-open .site-menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
}
@media(max-width:1180px){.header-contact:last-child{display:none}}
@media(max-width:940px){
  .site-header__top{display:none}.site-nav{top:72px}.site-header__cta{display:none}.site-header__logo{margin-right:auto}
  .search-results{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:1120px){
  .page-hero__grid{grid-template-columns:minmax(0,1.2fr) minmax(310px,.8fr);gap:32px}.page-hero--image_left .page-hero__grid{grid-template-columns:minmax(310px,.8fr) minmax(0,1.2fr)}.page-hero__media,.hero-ratings{min-height:430px}
  .hero-form__row{grid-template-columns:1fr 1fr}.hero-form__row button{grid-column:1/-1}
  .site-footer__main{padding-top:76px;padding-bottom:76px}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:60px 40px}
}
@media(max-width:900px){
  .page-hero{padding-bottom:50px}.page-hero__grid,.page-hero--image_left .page-hero__grid{grid-template-columns:1fr}.page-hero--image_left .page-hero__content,.page-hero--image_left .page-hero__media{order:initial}.page-hero__content{padding:18px 0 0}.page-hero__media,.hero-ratings{min-height:340px}.hero-ratings{padding:28px}
  .case-layout{grid-template-columns:1fr;gap:28px}.case-facts{position:static}
  .site-footer__bottom-inner{align-items:flex-start}.site-footer__legal{flex-direction:column;gap:18px}
}
@media(max-width:640px){
  .container{width:min(var(--container),calc(100% - 28px))}.site-header__main.header-container{padding-left:0}.site-header__logo{width:156px;flex-basis:156px}.site-header__logo img{max-width:100%}.site-header__search,.site-header__mobile-phone,.site-menu-toggle{width:44px;min-width:44px;height:44px}.site-header__search svg{width:17px}.site-header__main{gap:7px}.site-nav{padding-inline:16px}
  .page-hero{padding:14px 0 38px}.breadcrumbs{min-height:36px}.page-hero h1{font-size:36px;letter-spacing:-.8px}.page-hero__lead{margin-top:15px;font-size:15px;line-height:1.55}
  .hero-form{margin-top:22px;padding:16px}.hero-form h2{font-size:18px}.hero-form__row{grid-template-columns:1fr}.hero-form__row button{grid-column:auto}.page-hero__media{min-height:300px}.hero-ratings{min-height:330px}.hero-ratings__summary strong{font-size:56px}
  .page-hero__service-action{width:100%;margin-top:22px}
  .article-cover{padding-top:40px}.article-cover img{border-radius:14px}.content-section,.price-list{padding:50px 0}.rich-text{font-size:16px}.rich-text h2{margin-top:38px;font-size:29px}.rich-text h3{font-size:24px}
  .price-row{grid-template-columns:1fr;gap:12px;padding:17px}.price-row__value{flex-direction:row;align-items:baseline;gap:7px}.price-row>button{width:100%}.price-group>h3{font-size:19px}
  .site-footer__main{padding:55px 14px}.site-footer__grid{grid-template-columns:1fr;gap:45px}.site-footer__description{margin-top:22px}.site-footer__contacts{margin-top:24px}.site-footer__contacts li>a,.site-footer__contacts li>span{font-size:15px}.site-footer__menu ul,.site-footer__consultation>p,.footer-form{margin-top:22px}.site-footer__max{width:100%}.site-footer__bottom-inner{align-items:flex-start;flex-direction:column;gap:25px;padding:26px 14px}.site-footer__legal{font-size:13px;line-height:17px}.site-footer__legal p:last-child{grid-template-columns:1fr;gap:5px}.site-footer__privacy{text-align:left}
  .search-dialog__close{top:15px;right:15px;width:42px;height:42px}.search-dialog__form>div{grid-template-columns:minmax(0,1fr) 52px}.search-dialog__form input,.search-dialog__form button{height:60px}.search-dialog__form input{font-size:17px}.search-page{padding:48px 0 64px}.search-results{grid-template-columns:1fr}.search-page__form{grid-template-columns:1fr}.search-page__form button{height:48px}
  .lead-dialog__body{padding:30px 20px 22px}.lead-dialog__body h2{padding-right:24px;font-size:24px}
}
@media(max-width:390px){.site-header__mobile-phone{display:none}}
@media(max-width:1400px){.home-cases .case-card{flex-basis:calc((100% - 28px)/3)}.cases-archive__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1050px){.home-cases__head{grid-template-columns:minmax(0,1fr) auto;gap:18px 28px}.home-cases__head>p{grid-column:1/-1;grid-row:2}.home-cases__all{grid-column:2;grid-row:1}.home-cases .case-card{flex-basis:calc((100% - 14px)/2)}.case-detail__layout{grid-template-columns:minmax(0,1fr) 320px;gap:25px}.cases-archive-hero__grid{gap:35px}}
@media(max-width:900px){.cases-archive-hero__grid,.case-detail-hero__grid,.case-detail__layout{grid-template-columns:1fr}.cases-archive-hero__proof{max-width:430px}.case-detail-hero__media,.case-detail-hero__mark{min-height:360px}.case-detail__sidebar{position:static;grid-template-columns:1fr 1fr}.case-sidebar-related{grid-column:1/-1}.cases-archive__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.home-cases{margin-bottom:46px;padding:36px 0}.home-cases__head{grid-template-columns:1fr;gap:15px;margin-bottom:20px}.home-cases__head>p,.home-cases__all{grid-column:auto;grid-row:auto}.home-cases__heading h2{margin-top:15px;font-size:32px}.home-cases__head>p{font-size:14px;line-height:1.55}.home-cases__all{width:100%;min-height:44px}.home-cases .case-card{flex-basis:min(86vw,330px)}.case-card{min-height:350px;padding:18px}.case-card h3{margin-top:18px;font-size:19px}.case-card--all{min-height:350px}.home-cases__controls{justify-content:center}.cases-shell{width:calc(100% - 28px)}.cases-archive-hero__grid{padding:33px 0 42px}.cases-archive-hero h1,.case-detail-hero h1{font-size:36px;letter-spacing:-.8px}.cases-archive-hero__grid>div:first-child>p,.case-detail-hero__copy>p{font-size:14px;line-height:1.55}.cases-archive-hero__proof{padding:22px}.cases-archive{padding:30px 0 50px}.cases-archive__grid{grid-template-columns:1fr}.cases-archive__cta{align-items:stretch;flex-direction:column;padding:24px 20px}.cases-archive__cta h2{font-size:25px}.cases-archive__cta button{justify-content:center}.case-detail-hero{padding-bottom:40px}.case-detail-hero__grid{gap:15px;padding-top:8px}.case-detail-hero__copy{padding:15px 0}.case-detail-hero__facts{display:grid;grid-template-columns:1fr}.case-detail-hero__facts>div{min-width:0}.case-detail-hero__media,.case-detail-hero__mark{min-height:300px}.case-detail{padding:35px 0 55px}.case-detail__story>section{grid-template-columns:1fr;gap:8px;padding:26px 14px}.case-detail__story h2{font-size:25px}.case-detail__story section p{font-size:15px;line-height:1.65}.case-detail__result{padding:24px 16px!important}.case-detail__sidebar{grid-template-columns:1fr}.case-sidebar-related{grid-column:auto}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.site-nav,.site-menu-toggle span,.site-header__cta svg,.search-result,.case-card,.home-cases__viewport{transition:none;scroll-behavior:auto}}

/* Mobile header, navigation and quick call */
.site-nav__contact,.site-nav__search,.site-header__mobile-max{display:none}
.site-nav__scroll{display:contents}
.avis-floating-social__phone{display:none!important}
@media(max-width:1360px){
  .site-header__mobile-max{width:55px;height:55px;display:grid;flex:0 0 auto;place-items:center;border:1px solid #e6dfff;border-radius:50%;background:#eeeafb;color:#1e247a}
  .site-header__mobile-max svg{width:24px;height:24px;fill:currentColor}
  .site-nav{display:flex;flex-direction:column;gap:0;visibility:hidden;overflow:hidden;padding:0 24px 18px;box-shadow:0 22px 45px rgba(13,18,55,.1)}
  .site-menu-open .site-nav{visibility:visible}
  .site-nav__contact{display:grid;gap:12px;flex:none;padding:22px 0;border-bottom:1px solid #e4e6ef;font-size:14px;line-height:1.45}
  .site-nav__contact a:first-child{color:#555d6d}.site-nav__contact a:last-child{color:#1e247a;font-size:19px;font-weight:600}
  .site-nav__scroll{display:block;flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}
  .site-nav__search{display:grid;gap:9px;flex:none;padding:16px 0 max(12px,env(safe-area-inset-bottom));border-top:1px solid #e4e6ef}
  .site-nav__search label{font-size:13px;color:#616879}.site-nav__search>div{display:grid;grid-template-columns:minmax(0,1fr) 52px;overflow:hidden;border:1px solid #dcdfee;border-radius:10px}
  .site-nav__search input{width:100%;min-width:0;height:50px;padding:0 15px;border:0;outline:0;font-size:15px}
  .site-nav__search button{border:0;background:#1e247a;color:#fff;font-size:24px}
  .site-menu-open .avis-floating-social,.site-menu-open .avis-cookie-notice{visibility:hidden}
}
@media(max-width:940px){
  .site-header__search{display:none}
  .avis-floating-social .avis-floating-social__phone{display:grid!important;background:#1e247a;color:#fff}
  .avis-floating-social__phone svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
}
@media(max-width:640px){
  .site-header__logo{min-width:0}
  .site-header__mobile-max{width:44px;height:44px;min-width:44px}
  .site-header__mobile-max svg{width:21px;height:21px}
  .site-nav{padding-right:18px;padding-left:18px}
}
@media(max-width:390px){
  .site-header__logo{width:144px;min-width:144px;flex-basis:144px}
  .site-header__main{gap:5px}
  .site-header__mobile-phone{display:grid}
}
