:root{--ink:#050505;--page:#fafafa}*{box-sizing:border-box}html{background:#fff}body{margin:0;color:var(--ink);background:var(--page);font-family:Arial,Helvetica,sans-serif}.header{height:100px;padding:0 max(6.4vw,32px);display:flex;align-items:center;justify-content:space-between;background:#fff}.brand{display:inline-flex;align-items:center;text-decoration:none}.brand-logo{display:block;width:158px;height:auto}.phone{color:#1d1d1d;text-decoration:none;font-size:17px;font-weight:400;letter-spacing:.2px}main{min-height:calc(100vh - 100px);padding:99px 24px 127px}.services{width:min(1100px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:25px;row-gap:95px;align-items:start}.service{color:var(--ink);text-decoration:none;text-align:center;display:block;align-self:start}.service img{display:block;width:100%;aspect-ratio:1.37/1;object-fit:cover;border-radius:18px}.service h2{margin:27px 0 0;font-size:23px;line-height:1.12;font-weight:700;letter-spacing:-.5px;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:5px;text-decoration-thickness:2px;transition:text-decoration-color .15s ease}.service:hover h2,.service:focus-visible h2{text-decoration-color:currentColor}.service:hover img{filter:brightness(.96)}.messengers{position:fixed;z-index:2;right:22px;bottom:31px;display:grid;gap:9px}.telegram,.max{position:relative;display:grid;place-items:center;width:66px;height:66px;overflow:hidden;border-radius:50%;background:#fff;box-shadow:0 5px 16px #00000038;color:#fff;text-decoration:none}.telegram:before,.max:before{content:"";position:absolute;width:51px;height:51px;border-radius:50%}.telegram:before{background:#51b3e9}.telegram span{z-index:1;margin:0 1px 3px 0;font-size:31px;line-height:1;transform:rotate(-31deg)}.max:before{background:linear-gradient(145deg,#315ee8 5%,#8039df 78%)}.max span{position:relative;z-index:1;width:30px;height:30px;border:7px solid #fff;border-radius:50%;transform:rotate(-35deg)}.max span:before{content:"";position:absolute;left:-9px;bottom:-6px;width:15px;height:14px;border-radius:0 0 0 14px;background:#fff}.max span:after{content:"";position:absolute;right:-5px;bottom:-4px;width:13px;height:13px;border-radius:50%;background:#6c40dd}@media(max-width:760px){.header{height:76px;padding:0 20px}.brand-logo{width:133px}.phone{font-size:13px}main{padding:53px 18px 104px}.services{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 14px}.service img{border-radius:13px}.service h2{margin-top:14px;font-size:16px;letter-spacing:-.3px}.messengers{right:13px;bottom:14px;gap:8px}.telegram,.max{width:56px;height:56px}.telegram:before,.max:before{width:43px;height:43px}.telegram span{font-size:26px}.max span{width:26px;height:26px;border-width:6px}}@media(max-width:380px){.header{padding:0 15px}.phone{font-size:12px}.services{gap:38px 12px}.service h2{font-size:14px}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
