:root{
  --orange:#ff5a0a;
  --orange-dark:#eb4d00;
  --text:#1e2228;
  --muted:#666f7a;
  --line:#dee2e7;
  --soft:#f5f6f8;
  --dark:#171c22;
  --dark-2:#22272e;
  --container:768px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--text);font-family:Manrope,Arial,sans-serif;font-size:11px;line-height:1.35;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin:0 auto}
.header{height:65px;background:#fff;display:flex;align-items:center}
.header__inner{height:65px;display:grid;grid-template-columns:158px 1fr 126px 99px;gap:20px;align-items:center}
.brand{display:flex;align-items:center;gap:9px;min-width:0}
.brand__mark{width:23px;height:23px;border-radius:5px;background:var(--orange);display:grid;place-items:center;box-shadow:0 7px 16px rgba(255,90,10,.22)}
.brand__mark svg{width:18px;height:18px;fill:none;stroke:#fff;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}
.brand strong{display:block;font-size:12px;font-weight:800;letter-spacing:-.025em;line-height:1.05}.brand em{display:block;font-style:normal;color:#69717b;font-size:8px;line-height:1.1;margin-top:1px}
.nav{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#232931;font-weight:600;font-size:8.5px}.nav a:hover{color:var(--orange)}
.header__phone{text-align:right;line-height:1.08}.header__phone a{display:block;font-size:11px;font-weight:800}.header__phone span{color:#7c838b;font-size:7px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 26px;border:1px solid var(--orange);border-radius:5px;background:var(--orange);color:#fff;font-weight:800;font-size:10px;cursor:pointer;box-shadow:0 12px 22px rgba(255,90,10,.18);transition:transform .18s ease,background .18s ease,border-color .18s ease}
.btn:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.btn:active{transform:translateY(1px) scale(.99)}.btn--small{min-height:31px;padding:0 18px;font-size:8.5px;border-radius:4px}.btn--ghost,.btn--outline{background:#fff;color:#20252b;border-color:#cfd5dc;box-shadow:none}.btn--ghost{min-height:30px;padding:0 19px}.btn--ghost span,.btn--outline span{margin-left:7px}.btn--outline:hover,.btn--ghost:hover{background:#fafafa;color:var(--orange);border-color:var(--orange)}
.hero{padding:0 0 20px;background:#fff}.hero__grid{display:grid;grid-template-columns:1fr 367px;gap:34px;align-items:start}.hero__copy{padding-top:17px}h1,h2,h3,p{margin:0}.hero h1{font-size:36px;line-height:1.06;letter-spacing:-.055em;font-weight:800;color:#20242a;margin:0 0 17px}.hero__copy>p{font-size:12px;line-height:1.28;color:#414850;width:330px;margin-bottom:30px}.benefits{display:grid;grid-template-columns:88px 94px 100px;gap:21px;margin-bottom:30px}.benefit{display:flex;align-items:center;gap:9px;color:#69717b;font-size:8px;line-height:1.2}.icon{width:19px;height:19px;display:inline-grid;place-items:center;position:relative;flex:0 0 auto}.icon:before,.icon:after{content:"";position:absolute}.icon--doc:before{width:13px;height:17px;border:1.6px solid #1f252b;border-radius:2px}.icon--doc:after{width:7px;height:7px;border-top:1.6px solid #1f252b;border-bottom:1.6px solid #1f252b;top:6px;left:6px}.icon--coin:before{width:18px;height:18px;border:1.6px solid #1f252b;border-radius:50%}.icon--coin:after{content:"$";font-weight:800;color:#1f252b;font-size:12px;top:1px;left:6px}.icon--shield:before{width:17px;height:17px;border:1.6px solid #1f252b;border-radius:50% 50% 45% 45%;transform:rotate(45deg)}
.hero__actions{display:flex;align-items:center;gap:18px}.hero__actions span{font-size:8.5px;color:#69717b;font-weight:700}
.calculator{height:284px;margin-top:0;background:radial-gradient(circle at 18% 0%,#2d333b,#171c22 58%,#12161b);border-radius:7px;color:#fff;padding:20px 19px 14px;box-shadow:0 14px 30px rgba(20,25,31,.23)}.calculator h2{font-size:17px;line-height:1;font-weight:800;letter-spacing:-.025em;margin-bottom:18px}.calc__row{display:grid;gap:20px}.calc__places{grid-template-columns:1fr 1fr;margin-bottom:13px}.calc__places label,.order-form label{display:grid;gap:5px;font-size:8px;font-weight:800}.calc__places input,.floor input{height:27px;border:1px solid #cbd1d8;border-radius:4px;background:#f6f7f8;color:#4d535a;padding:0 11px;font-size:8.5px;outline:none;box-shadow:inset 0 1px 1px rgba(0,0,0,.08)}.field__top{display:flex;align-items:center;justify-content:space-between;font-size:8px;font-weight:800}.field b{color:var(--orange);font-weight:800}.field--range input{width:100%;height:4px;margin:9px 0 4px;accent-color:var(--orange);appearance:none;background:linear-gradient(90deg,var(--orange) var(--pos,22%),#4c535b var(--pos,22%));border-radius:9px;display:block}.field--range input::-webkit-slider-thumb{appearance:none;width:10px;height:10px;border-radius:50%;background:var(--orange);border:1px solid #ffb184;box-shadow:0 0 0 1px rgba(0,0,0,.12)}.scale{display:flex;justify-content:space-between;color:#d6d9dc;font-size:7.5px}.calc__controls{grid-template-columns:1fr 137px;align-items:start;margin-top:9px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.11)}.floor>span{display:block;font-size:8px;font-weight:800;margin-bottom:9px}.floor__inputs{display:grid;grid-template-columns:1fr 9px 1fr;gap:6px;align-items:center}.floor i{font-style:normal;text-align:center;color:#fff;font-weight:800}.floor input{width:54px;text-align:left;color:#1f252b;font-weight:700}.calc__total{display:grid;grid-template-columns:1fr 130px;grid-template-rows:auto auto;align-items:end;gap:0 18px;padding-top:11px}.calc__total span{font-size:8px;font-weight:800;color:#e6e8ea}.calc__total strong{font-size:22px;letter-spacing:-.04em;line-height:1.15}.calc__total .btn{grid-column:2;grid-row:1 / span 2;align-self:center;min-height:35px;padding:0 25px;font-size:9px}
.quiz{background:#f7f8f9;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}.quiz__inner{height:168px;display:grid;grid-template-columns:145px 1fr;gap:22px;align-items:center}.quiz__intro h2{font-size:16px;line-height:1.1;font-weight:800;letter-spacing:-.035em;margin-bottom:12px}.quiz__intro p{color:#5e6570;font-size:8.5px;line-height:1.35;margin-bottom:13px;width:112px}.quiz__cards{display:grid;grid-template-columns:repeat(5,1fr);gap:11px}.quiz-card{height:129px;border:1px solid #d8dde3;border-radius:5px;background:#fff;color:#2a3036;padding:24px 8px 15px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;cursor:pointer}.quiz-card.is-active{border-color:var(--orange);box-shadow:0 8px 18px rgba(255,90,10,.08)}.quiz-card b{font-size:11px;line-height:1;margin-top:auto}.quiz-card span:last-child{font-size:8px;font-weight:600;color:#323840;text-align:center}.lineicon{display:inline-block;width:39px;height:39px;color:#323840;background:currentColor;flex:0 0 auto;mask:center/contain no-repeat}.lineicon.sofa{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 31h30a8 8 0 0 1 8 8v8H9v-8a8 8 0 0 1 8-8Z'/%3E%3Cpath d='M16 31v-7a8 8 0 0 1 8-8h16a8 8 0 0 1 8 8v7M14 47v5M50 47v5M9 39H5M59 39h-4'/%3E%3C/g%3E%3C/svg%3E")}.lineicon.fridge{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.5' stroke-linejoin='round'%3E%3Crect x='19' y='6' width='26' height='52' rx='2'/%3E%3Cpath d='M19 28h26M39 14v8M39 36v8' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E")}.lineicon.box{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 20 32 8l24 12-24 12L8 20Z'/%3E%3Cpath d='M8 20v28l24 12 24-12V20M32 32v28M20 14l24 12'/%3E%3C/g%3E%3C/svg%3E")}.lineicon.plant{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 57h18l4-25H19l4 25ZM32 32V12'/%3E%3Cpath d='M32 24c-8-1-14-7-16-16 10 1 16 7 16 16ZM32 24c8-1 14-7 16-16-10 1-16 7-16 16Z'/%3E%3C/g%3E%3C/svg%3E")}.lineicon.lamp{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 10h20l7 18H15l7-18ZM32 28v20M24 56h16M27 48h10'/%3E%3C/g%3E%3C/svg%3E")}.lineicon.drill{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h30v11H9zM39 21h8l5 5-5 5h-8M17 29v11h9l4 14h9l-4-14h8V29M15 18v-6h15v6'/%3E%3C/g%3E%3C/svg%3E")}.lineicon.shield{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M32 6 52 14v15c0 14-8 23-20 29C20 52 12 43 12 29V14L32 6Z'/%3E%3Cpath d='m23 31 6 6 13-15'/%3E%3C/g%3E%3C/svg%3E")}.lineicon.checklist{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='7' width='35' height='50' rx='3'/%3E%3Cpath d='M18 21h16M18 33h16M18 45h12M47 16l4 4 8-9M47 34l4 4 8-9'/%3E%3C/g%3E%3C/svg%3E")}.lineicon.calc{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='14' y='6' width='36' height='52' rx='3'/%3E%3Cpath d='M21 14h22v10H21zM22 34h4M32 34h4M42 34h4M22 44h4M32 44h4M42 44h4'/%3E%3C/g%3E%3C/svg%3E")}.lineicon.truck{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 20h34v24H6zM40 28h10l8 8v8H40z'/%3E%3Ccircle cx='19' cy='47' r='4'/%3E%3Ccircle cx='49' cy='47' r='4'/%3E%3Cpath d='M12 26h14'/%3E%3C/g%3E%3C/svg%3E")}.lineicon.card{mask-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='8' y='16' width='48' height='32' rx='3'/%3E%3Cpath d='M8 25h48M18 38h12'/%3E%3C/g%3E%3C/svg%3E")}
.services{padding:20px 0 27px}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.service-card{height:187px;border-radius:7px;background:#fff;box-shadow:0 12px 36px rgba(22,30,38,.06);border:1px solid rgba(224,228,233,.45);padding:18px 17px;display:grid;grid-template-columns:48px 1fr;gap:12px}.service-card__icon{width:42px;height:42px}.service-card h3{font-size:14px;line-height:1.15;font-weight:800;letter-spacing:-.025em;margin-bottom:10px}.service-card p{font-size:8.5px;color:#545c66;line-height:1.45;margin-bottom:16px}.service-card ul,.tariff ul{margin:0;padding:0;list-style:none}.service-card li{font-size:7.8px;color:#57606a;margin:0 0 6px;padding-left:18px;position:relative}.service-card li:before{content:"";position:absolute;left:0;top:1px;width:10px;height:10px;border:1.5px solid #6a727b;border-radius:3px}.service-card a{display:inline-flex;color:var(--orange);font-size:8.5px;font-weight:800;margin-top:4px}.service-card a span{margin-left:7px}.prices{padding:0 0 20px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.section-head h2,.faq h2,.steps h2,.order h2{font-size:17px;letter-spacing:-.035em;line-height:1;font-weight:800}.section-head a{font-size:8.5px;color:#4c535b;font-weight:600}.section-head a span{margin-left:8px}.tariffs{display:grid;grid-template-columns:1fr .74fr 1fr;gap:20px;align-items:stretch}.tariff{height:201px;border:1px solid #dce1e6;border-radius:5px;background:#fff;padding:18px 25px 16px;position:relative}.tariff--popular{height:229px;margin-top:-28px;border-color:var(--orange);padding:34px 18px 14px}.tariff .tag{position:absolute;top:11px;left:0;right:0;text-align:center;color:var(--orange);font-size:8px;font-weight:800}.tariff h3{font-size:14px;font-weight:800;line-height:1;margin-bottom:5px}.tariff p{font-size:8px;color:#67707a;margin-bottom:13px}.tariff strong{display:block;font-size:14px;line-height:1;letter-spacing:-.025em;margin-bottom:13px}.tariff li{font-size:7.8px;color:#2c3238;margin-bottom:5px;padding-left:13px;position:relative}.tariff li:before{content:"";position:absolute;width:3px;height:3px;border-radius:50%;background:#111820;left:0;top:5px}.tariff .btn{position:absolute;left:25px;right:25px;bottom:17px;min-height:29px;font-size:8px}.tariff--popular .btn{left:16px;right:16px;bottom:14px}
.steps{height:116px;background:linear-gradient(120deg,#171c22,#20262e 54%,#11161b);color:#fff;display:flex;align-items:center}.steps h2{font-size:18px;margin-bottom:21px;color:#fff}.steps__list{display:grid;grid-template-columns:1fr 18px 1.05fr 18px 1.15fr 18px 1.05fr;gap:12px;align-items:center}.steps__list article{display:grid;grid-template-columns:42px 1fr;gap:11px;align-items:center}.steps__list .lineicon{width:39px;height:39px;color:#fff}.steps__list b{display:block;font-size:8.5px;margin-bottom:6px}.steps__list p{font-size:7.8px;line-height:1.35;color:#d7dadd}.steps__list>i{font-style:normal;color:#fff;opacity:.85;text-align:center}
.reviews{padding:21px 0 29px}.reviews__wrap{position:relative}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:29px;padding:0 18px}.review{height:105px;border:1px solid #dce1e6;border-radius:4px;background:#fff;padding:13px 16px 12px;display:grid;grid-template-columns:1fr auto;gap:8px}.review b{display:block;font-size:8.5px}.review span{font-size:6.8px;color:#9aa2aa}.review strong{color:var(--orange);letter-spacing:2px;font-size:10px;line-height:1}.review p{grid-column:1 / -1;color:#30363d;font-size:8.5px;line-height:1.45;margin-top:5px}.slider{position:absolute;top:70px;width:29px;height:29px;border-radius:50%;border:0;background:#eef0f2;color:#3a4149;font-size:25px;line-height:1;display:grid;place-items:center;cursor:pointer}.slider--left{left:-47px}.slider--right{right:-47px}.order{height:91px;background:#f4f5f7;display:flex;align-items:center}.order__inner{display:grid;grid-template-columns:205px 1fr;gap:26px;align-items:center}.order h2{font-size:17px;margin-bottom:11px}.order p{font-size:8.3px;color:#4f5660;line-height:1.45;width:160px}.order-form{display:grid;grid-template-columns:104px 104px 104px 104px 94px;gap:8px;align-items:end}.order-form label{font-size:7px;color:#555e68;font-weight:700}.order-form input:not([type=checkbox]){height:24px;border:1px solid #d5dbe1;border-radius:3px;background:#fff;padding:0 10px;font-size:8px;outline:none}.order-form .btn{height:25px;min-height:25px;padding:0 13px;font-size:8px;border-radius:4px}.policy{grid-column:1 / -1!important;display:flex!important;align-items:center;gap:5px!important;margin-top:1px;font-weight:400!important;color:#606872!important}.policy input{width:9px;height:9px;margin:0}.policy a{text-decoration:underline;color:#404850}.faq{padding:14px 0 4px}.faq h2{font-size:17px;margin-bottom:13px}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 31px}.faq details{height:30px;border:1px solid #dce1e6;border-radius:4px;background:#fff;overflow:hidden}.faq details[open]{height:auto}.faq summary{height:30px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;font-size:8px;color:#333a42;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"⌄";font-size:13px;color:#20252b}.faq p{padding:0 14px 10px;font-size:8px;color:#66707a}.footer{height:132px;overflow:hidden;background:linear-gradient(120deg,#171c22,#20262e 55%,#12171d);color:#fff}.footer__grid{display:grid;grid-template-columns:205px 120px 110px 1fr;gap:18px;padding-top:17px}.brand--footer .brand__mark{width:22px;height:22px}.brand--footer strong{color:#fff}.brand--footer em{color:#b6bdc5}.footer p,.footer a{color:#c9ced3;font-size:8px;line-height:1.45}.footer__about p{margin:11px 0 10px;width:154px}.footer h3{font-size:8.5px;color:#fff;margin:0 0 10px}.footer__grid>div:not(.footer__about) a{display:block;margin-bottom:5px}.contact{margin-bottom:5px!important;font-weight:700;color:#fff!important}.footer__bottom{height:24px;margin-top:5px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;color:#747d86}.footer__bottom span,.footer__bottom a{font-size:7.5px;color:#727b84}

.quiz-card:focus-visible,.btn:focus-visible,.slider:focus-visible{outline:2px solid var(--orange);outline-offset:3px}
.quiz-card{transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.quiz-card:hover{border-color:var(--orange);transform:translateY(-1px)}
.btn:disabled{opacity:.72;cursor:default;transform:none}
.site-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,18px);z-index:20;max-width:calc(100% - 32px);padding:11px 16px;border-radius:999px;background:#171c22;color:#fff;font-size:11px;font-weight:800;box-shadow:0 18px 40px rgba(17,22,27,.25);opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.site-toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media (max-width:880px){.slider--left{left:-8px}.slider--right{right:-8px}}
@media (max-width:760px){:root{--container:100%}.container{width:calc(100% - 32px)}.header{height:auto}.header__inner{height:auto;min-height:68px;grid-template-columns:1fr auto}.nav,.header__phone{display:none}.hero{padding-bottom:24px}.hero__grid,.quiz__inner,.services__grid,.tariffs,.order__inner,.footer__grid{grid-template-columns:1fr}.hero__copy>p,.order p{width:auto}.benefits{grid-template-columns:repeat(3,1fr);gap:10px}.calculator{height:auto}.quiz__inner{height:auto;padding:24px 0}.quiz__cards{grid-template-columns:repeat(2,1fr)}.service-card{height:auto}.tariff,.tariff--popular{height:auto;margin-top:0}.tariff .btn{position:static;width:100%;margin-top:14px}.steps{height:auto;padding:24px 0}.steps__list{grid-template-columns:1fr}.steps__list>i{display:none}.review-grid,.faq-grid{grid-template-columns:1fr;padding:0}.order{height:auto;padding:22px 0}.order-form{grid-template-columns:1fr 1fr}.order-form .btn{height:32px}.footer{height:auto}.footer__bottom{margin-top:15px}.footer__grid{padding-bottom:12px}.footer__about p{width:auto}}

/* interaction polish */
.btn{position:relative;overflow:hidden}.btn::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.28),transparent);transform:translateX(-120%);transition:transform .55s cubic-bezier(.16,1,.3,1)}.btn:hover::after{transform:translateX(120%)}
.tariff{transition:border-color .28s cubic-bezier(.16,1,.3,1),box-shadow .28s cubic-bezier(.16,1,.3,1),transform .28s cubic-bezier(.16,1,.3,1)}.tariff:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(24,31,39,.08)}.tariff.is-selected{border-color:var(--orange);box-shadow:0 18px 42px rgba(255,90,10,.14);transform:translateY(-3px)}.tariff.is-selected::after{content:"Тариф выбран";position:absolute;right:16px;top:12px;color:var(--orange);font-size:7.5px;font-weight:800}.tariff.is-selected .btn{background:var(--orange);border-color:var(--orange);color:#fff}
.selected-offer{grid-column:1 / -1;max-height:0;opacity:0;overflow:hidden;transform:translateY(-5px);transition:max-height .34s cubic-bezier(.16,1,.3,1),opacity .22s ease,transform .22s ease;border:1px solid rgba(255,90,10,.22);background:#fff7f2;color:#20252b;border-radius:5px;padding:0 10px;font-size:8px;font-weight:800}.selected-offer.is-visible{max-height:28px;opacity:1;transform:translateY(0);padding-top:6px;padding-bottom:6px}.order:has(.selected-offer.is-visible){height:112px}.order:has(.selected-offer.is-visible) .order-form{align-items:center}
.review-grid{transition:opacity .22s ease,transform .22s ease}.review-grid.is-switching{opacity:.3;transform:translateY(6px)}.review-grid.is-expanded{grid-template-columns:repeat(3,1fr);row-gap:14px}.review{animation:panelIn .36s cubic-bezier(.16,1,.3,1) both;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s ease,border-color .22s ease}.review:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(22,30,38,.08);border-color:#cfd6dd}
.faq details{height:30px;transition:height .34s cubic-bezier(.16,1,.3,1),box-shadow .28s ease,border-color .28s ease}.faq details[open]{height:78px;border-color:#cfd6dd;box-shadow:0 12px 30px rgba(22,30,38,.06)}.faq summary::after{transition:transform .24s cubic-bezier(.16,1,.3,1)}.faq details[open] summary::after{transform:rotate(180deg)}.faq p{opacity:0;transform:translateY(-5px);transition:opacity .24s ease,transform .24s ease}.faq details[open] p{opacity:1;transform:translateY(0)}
.service-card,.quiz-card,.calculator{transition:transform .26s cubic-bezier(.16,1,.3,1),box-shadow .26s ease}.service-card:hover,.calculator:hover{transform:translateY(-2px)}
@keyframes panelIn{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media (max-width:760px){.order:has(.selected-offer.is-visible){height:auto}.selected-offer.is-visible{max-height:60px}.review-grid.is-expanded{grid-template-columns:1fr}.faq details[open]{height:86px}}
.tariff.is-selected::after{content:none}

/* responsive desktop/wide layout */
@media (min-width:1100px){
  :root{--container:clamp(1040px,74vw,1500px)}
  .container{width:min(var(--container),calc(100% - 96px))}
  body{font-size:14px}
  .header,.header__inner{height:84px}.header__inner{grid-template-columns:235px 1fr 184px 146px;gap:34px}.brand{gap:13px}.brand__mark{width:34px;height:34px;border-radius:8px}.brand__mark svg{width:25px;height:25px}.brand strong{font-size:17px}.brand em{font-size:11px}.nav{font-size:12px;gap:18px}.header__phone a{font-size:15px}.header__phone span{font-size:10px}.btn{min-height:48px;padding:0 36px;border-radius:8px;font-size:13px}.btn--small{min-height:44px;padding:0 26px;font-size:12px;border-radius:7px}
  .hero{padding:18px 0 40px}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(520px,620px);gap:86px;align-items:center}.hero__copy{padding-top:0}.hero h1{font-size:clamp(56px,4.1vw,76px);line-height:1.02;margin-bottom:28px}.hero__copy>p{width:min(560px,100%);font-size:18px;line-height:1.38;margin-bottom:43px}.benefits{grid-template-columns:repeat(3,minmax(120px,1fr));gap:30px;margin-bottom:44px;max-width:560px}.benefit{gap:14px;font-size:12px}.icon{width:28px;height:28px}.icon--doc:before{width:19px;height:25px}.icon--doc:after{width:10px;height:10px;top:9px;left:9px}.icon--coin:before{width:27px;height:27px}.icon--coin:after{font-size:17px;top:2px;left:9px}.icon--shield:before{width:25px;height:25px}.hero__actions{gap:28px}.hero__actions span{font-size:12px}
  .calculator{height:auto;min-height:430px;border-radius:12px;padding:34px 32px 26px;box-shadow:0 26px 60px rgba(20,25,31,.22)}.calculator h2{font-size:26px;margin-bottom:28px}.calc__row{gap:30px}.calc__places{margin-bottom:22px}.calc__places label,.order-form label{gap:8px;font-size:12px}.calc__places input,.floor input{height:44px;border-radius:7px;padding:0 16px;font-size:13px}.field__top,.floor>span{font-size:12px}.field--range input{height:6px;margin:14px 0 8px}.field--range input::-webkit-slider-thumb{width:16px;height:16px}.scale{font-size:11px}.calc__controls{grid-template-columns:1fr 210px;margin-top:17px;padding-bottom:26px}.floor>span{margin-bottom:14px}.floor__inputs{grid-template-columns:1fr 16px 1fr;gap:10px}.floor input{width:78px}.calc__total{grid-template-columns:1fr 190px;padding-top:20px}.calc__total span{font-size:12px}.calc__total strong{font-size:34px}.calc__total .btn{min-height:52px;padding:0 34px;font-size:13px}
  .quiz__inner{height:245px;grid-template-columns:240px 1fr;gap:36px}.quiz__intro h2{font-size:27px;margin-bottom:18px}.quiz__intro p{width:190px;font-size:13px;margin-bottom:20px}.quiz__cards{gap:18px}.quiz-card{height:176px;border-radius:9px;padding:32px 12px 22px}.quiz-card b{font-size:16px}.quiz-card span:last-child{font-size:12px}.lineicon{width:58px;height:58px}
  .services{padding:38px 0 44px}.services__grid{gap:30px}.service-card{height:270px;border-radius:12px;padding:30px 28px;grid-template-columns:72px 1fr;gap:20px}.service-card__icon{width:60px;height:60px}.service-card h3{font-size:23px;margin-bottom:16px}.service-card p{font-size:13px;margin-bottom:22px}.service-card li{font-size:12px;margin-bottom:9px;padding-left:26px}.service-card li:before{width:14px;height:14px}.service-card a{font-size:13px}
  .prices{padding:0 0 36px}.section-head{margin-bottom:24px}.section-head h2,.faq h2,.steps h2,.order h2{font-size:28px}.section-head a{font-size:12px}.tariffs{gap:32px;grid-template-columns:1fr .82fr 1fr}.tariff{height:300px;border-radius:9px;padding:32px 42px 24px}.tariff--popular{height:340px;margin-top:-40px;padding:52px 34px 24px}.tariff .tag{top:18px;font-size:12px}.tariff h3{font-size:22px;margin-bottom:9px}.tariff p{font-size:12px;margin-bottom:22px}.tariff strong{font-size:22px;margin-bottom:22px}.tariff li{font-size:12px;margin-bottom:9px;padding-left:18px}.tariff li:before{width:4px;height:4px;top:7px}.tariff .btn{left:42px;right:42px;bottom:26px;min-height:44px;font-size:12px}.tariff--popular .btn{left:34px;right:34px;bottom:24px}
  .steps{height:176px}.steps h2{font-size:28px;margin-bottom:30px}.steps__list{grid-template-columns:1fr 30px 1.05fr 30px 1.15fr 30px 1.05fr;gap:20px}.steps__list article{grid-template-columns:62px 1fr;gap:18px}.steps__list .lineicon{width:58px;height:58px}.steps__list b{font-size:13px;margin-bottom:9px}.steps__list p{font-size:12px}.steps__list>i{font-size:20px}
  .reviews{padding:36px 0 48px}.review-grid{gap:42px;padding:0 30px}.review{height:150px;border-radius:8px;padding:22px 26px}.review b{font-size:13px}.review span{font-size:10px}.review strong{font-size:14px}.review p{font-size:13px;margin-top:10px}.slider{top:105px;width:44px;height:44px;font-size:35px}.slider--left{left:-58px}.slider--right{right:-58px}
  .order{height:128px}.order__inner{grid-template-columns:300px 1fr;gap:46px}.order h2{font-size:27px;margin-bottom:14px}.order p{width:250px;font-size:13px}.order-form{grid-template-columns:repeat(4,minmax(130px,1fr)) 150px;gap:12px}.order-form label{font-size:11px}.order-form input:not([type=checkbox]){height:36px;border-radius:6px;padding:0 14px;font-size:12px}.order-form .btn{height:38px;min-height:38px;font-size:12px}.policy{font-size:11px}.policy input{width:14px;height:14px}.selected-offer{font-size:12px;border-radius:7px}.selected-offer.is-visible{max-height:36px;padding-top:9px;padding-bottom:9px}.order:has(.selected-offer.is-visible){height:160px}
  .faq{padding:28px 0 18px}.faq h2{font-size:27px;margin-bottom:22px}.faq-grid{gap:16px 48px}.faq details{height:46px;border-radius:7px}.faq details[open]{height:112px}.faq summary{height:46px;padding:0 20px;font-size:12px}.faq summary:after{font-size:19px}.faq p{padding:0 20px 16px;font-size:12px}
  .footer{height:210px}.footer__grid{grid-template-columns:330px 170px 160px 1fr;gap:36px;padding-top:30px}.brand--footer .brand__mark{width:34px;height:34px}.footer p,.footer a{font-size:12px}.footer__about p{width:260px;margin:18px 0 16px}.footer h3{font-size:13px;margin-bottom:16px}.footer__grid>div:not(.footer__about) a{margin-bottom:8px}.contact{margin-bottom:8px!important}.footer__bottom{height:38px;margin-top:8px}.footer__bottom span,.footer__bottom a{font-size:11px}
}
@media (min-width:1600px){
  :root{--container:clamp(1380px,70vw,1560px)}
  .hero__grid{grid-template-columns:minmax(0,1fr) 660px;gap:110px}.hero h1{font-size:80px}.calculator{min-height:454px}.quiz__inner{height:260px}.services__grid,.tariffs,.review-grid{gap:46px}.steps__list{gap:26px}
}
@media (min-width:2400px){
  :root{--container:1640px}
  .container{width:1640px}.hero__grid{grid-template-columns:minmax(0,760px) 700px;justify-content:space-between;gap:120px}.hero h1{font-size:86px}.hero__copy>p{font-size:20px;width:620px}.calculator{min-height:470px}.quiz__inner{height:275px}.footer__grid{grid-template-columns:380px 200px 190px 1fr}
}
@media (min-width:761px) and (max-width:1099px){
  :root{--container:calc(100vw - 72px)}
  .hero__grid{grid-template-columns:minmax(0,1fr) minmax(340px,42vw);gap:28px}.header__inner{grid-template-columns:150px 1fr 120px 96px;gap:16px}.nav{gap:8px}.calculator{height:auto}.tariffs,.services__grid{gap:16px}.order-form{grid-template-columns:repeat(4,1fr) 96px}.slider--left{left:-18px}.slider--right{right:-18px}
}
@media (min-width:761px) and (max-width:900px){
  :root{--container:100%}.container{width:calc(100% - 40px)}.header{height:auto}.header__inner{height:auto;min-height:72px;grid-template-columns:1fr auto;gap:16px}.nav,.header__phone{display:none}.hero{padding-bottom:28px}.hero__grid,.quiz__inner,.services__grid,.tariffs,.order__inner,.footer__grid{grid-template-columns:1fr}.hero__copy>p,.order p{width:auto}.benefits{grid-template-columns:repeat(3,1fr);gap:12px}.calculator{height:auto}.quiz__inner{height:auto;padding:28px 0}.quiz__intro p{width:auto}.quiz__cards{grid-template-columns:repeat(2,1fr);gap:14px}.service-card{height:auto}.tariff,.tariff--popular{height:auto;margin-top:0}.tariff .btn{position:static;width:100%;margin-top:16px}.steps{height:auto;padding:28px 0}.steps__list{grid-template-columns:1fr 1fr;gap:18px}.steps__list>i{display:none}.review-grid,.review-grid.is-expanded,.faq-grid{grid-template-columns:1fr 1fr;padding:0}.order{height:auto;padding:24px 0}.order-form{grid-template-columns:1fr 1fr}.order-form .btn{height:36px}.footer{height:auto}.footer__grid{padding-bottom:18px}.footer__bottom{margin-top:14px}.footer__about p{width:auto}.slider--left{left:-12px}.slider--right{right:-12px}
}
@media (min-width:1100px){
  .service-card{height:auto;min-height:320px}.tariff{height:360px}.tariff--popular{height:390px}
}
@media (min-width:1100px) and (max-width:1499px){
  .order{height:auto;padding:28px 0}.order:has(.selected-offer.is-visible){height:auto}.order__inner{grid-template-columns:260px 1fr;gap:32px}.order-form{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.order-form .btn{grid-column:4;min-width:0}.policy{grid-column:1 / 4!important}.selected-offer{grid-column:1 / -1}
  .hero__grid{gap:60px}.hero h1{font-size:52px}.calculator{min-height:400px}.service-card h3{font-size:20px}.service-card p,.service-card li{font-size:12px}
}
@media (min-width:1600px){.hero h1{font-size:72px}}
@media (min-width:2400px){.hero h1{font-size:78px}}

/* city search calculator */
.calculator{height:auto;min-height:318px}.city-field{position:relative}.calc__places input.is-invalid{border-color:#ff8b57;background:#fff5ef}.city-suggest{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:30;display:none;max-height:214px;overflow:auto;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#f8fafc;color:#1e2228;box-shadow:0 18px 38px rgba(7,12,18,.28);padding:5px}.city-suggest.is-visible{display:grid;gap:3px}.city-option{width:100%;border:0;border-radius:6px;background:transparent;color:#1f252b;text-align:left;padding:8px 9px;cursor:pointer;display:grid;gap:2px}.city-option:hover,.city-option:focus-visible{background:#fff1e8;outline:0}.city-option b{font-size:9px;line-height:1.1}.city-option span,.city-empty{font-size:7.5px;color:#66707a}.city-empty{display:block;padding:9px}.city-status{margin:-4px 0 10px;color:#dfe4e9;font-size:7.8px;font-weight:700;line-height:1.25}.calculator .field--range:first-of-type input{pointer-events:none;opacity:.9}
@media (min-width:1100px){.calculator{min-height:470px}.city-suggest{max-height:280px;border-radius:10px;padding:7px}.city-option{padding:11px 12px}.city-option b{font-size:13px}.city-option span,.city-empty{font-size:11px}.city-status{font-size:11px;margin:-8px 0 18px}.calculator .field--range:first-of-type input{cursor:default}}
@media (max-width:760px){.city-suggest{max-height:230px}.city-status{font-size:9px;margin:0 0 12px}.calc__places{position:relative;z-index:5}}
/* fix: distance is auto, volume remains draggable */
#distance{pointer-events:none;cursor:default}
#volume{pointer-events:auto;cursor:pointer;opacity:1}

/* final tariff/card alignment */
.prices .tariffs{grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:28px!important}
.prices .tariff,.prices .tariff--popular{height:auto!important;min-height:280px!important;margin-top:0!important;display:flex!important;flex-direction:column!important;padding:28px 34px 24px!important}
.prices .tariff--popular{padding-top:46px!important}
.prices .tariff .btn,.prices .tariff--popular .btn{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;margin-top:auto!important;min-height:38px!important}
.prices .tariff ul{margin-bottom:24px!important}.prices .tariff .tag{top:18px!important}
@media (min-width:1100px){.prices .tariffs{gap:32px!important}.prices .tariff,.prices .tariff--popular{min-height:360px!important;padding:38px 46px 30px!important}.prices .tariff--popular{padding-top:58px!important}.prices .tariff .btn,.prices .tariff--popular .btn{min-height:48px!important}.prices .tariff ul{margin-bottom:30px!important}}
@media (min-width:1600px){.prices .tariff,.prices .tariff--popular{min-height:390px!important}}
@media (max-width:900px){.prices .tariffs{grid-template-columns:1fr!important}.prices .tariff,.prices .tariff--popular{min-height:0!important}.prices .tariff .btn,.prices .tariff--popular .btn{margin-top:18px!important}}


/* personal data policy modal */
.footer-policy,.policy-link{appearance:none;border:0;background:transparent;color:#727b84;font:inherit;font-size:7.5px;padding:0;cursor:pointer;text-align:left;text-decoration:none}.footer-policy:hover,.policy a:hover{color:#fff}.policy a[data-policy-open]{color:#404850;text-decoration:underline}.policy-modal-open{overflow:hidden}.policy-modal[hidden]{display:none}.policy-modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:24px;opacity:0;pointer-events:none;transition:opacity .22s ease}.policy-modal.is-open{opacity:1;pointer-events:auto}.policy-modal__backdrop{position:absolute;inset:0;background:rgba(12,16,21,.62);backdrop-filter:blur(10px)}.policy-modal__panel{position:relative;z-index:1;width:min(720px,100%);max-height:min(90vh,860px);overflow:auto;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:#fff;color:#1e2228;padding:34px 38px 30px;box-shadow:0 28px 90px rgba(9,13,18,.34);transform:translateY(14px) scale(.985);opacity:.7;outline:none;transition:transform .24s cubic-bezier(.16,1,.3,1),opacity .2s ease}.policy-modal.is-open .policy-modal__panel{transform:translateY(0) scale(1);opacity:1}.policy-modal__close{position:absolute;right:18px;top:16px;width:34px;height:34px;border:1px solid #dce1e6;border-radius:50%;background:#fff;color:#1e2228;font-size:22px;line-height:1;cursor:pointer}.policy-modal__close:hover{border-color:var(--orange);color:var(--orange)}.policy-modal__eyebrow{color:var(--orange);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}.policy-modal h2{font-size:30px;line-height:1.06;letter-spacing:-.04em;margin-bottom:14px}.policy-modal__lead{font-size:15px;line-height:1.55;color:#4b535d;margin-bottom:20px}.policy-modal__content{display:grid;gap:13px}.policy-modal h3{font-size:14px;line-height:1.2;margin:4px 0 -5px}.policy-modal__content p{font-size:13px;line-height:1.55;color:#59616b}.policy-modal__action{width:100%;margin-top:24px}.footer__bottom .footer-policy{font-size:7.5px;color:#727b84}
@media (min-width:1100px){.footer__bottom .footer-policy{font-size:11px}.policy-modal__panel{padding:42px 48px 36px}.policy-modal h2{font-size:38px}.policy-modal__lead{font-size:17px}.policy-modal h3{font-size:16px}.policy-modal__content p{font-size:14px}}
@media (max-width:760px){.footer__bottom{gap:16px;align-items:flex-start}.policy-modal{padding:14px}.policy-modal__panel{max-height:88vh;border-radius:14px;padding:28px 22px 22px}.policy-modal h2{font-size:25px}.policy-modal__lead{font-size:13px}.policy-modal__content p{font-size:12px}.policy-modal__close{right:12px;top:12px}.footer-policy{text-align:right}}
