.service-modal{grid-template-rows:auto minmax(0,1fr);align-content:center}
.service-modal-switcher{position:relative;z-index:2;display:flex;gap:4px;justify-self:center;margin-bottom:6px;padding:3px;border-radius:999px;background:#f5f5f7}
.service-modal-switcher button{padding:12px 22px;border:0;border-radius:999px;background:transparent;color:#1d1d1f;font-size:13px;font-weight:650;cursor:pointer}
.service-modal-switcher button.active{background:#1d1d1f;color:#fff}
.service-modal-window{grid-row:2}
.service-modal-body{grid-template-columns:.95fr 1.05fr;gap:52px;padding:44px 54px 42px}
.service-modal-visual{min-height:520px;padding:28px;background:#fff;color:#1d1d1f;align-items:center;justify-content:center}
.service-modal-visual img{width:100%;max-height:330px;object-fit:contain}
.service-modal-visual small{margin-top:22px;font-size:12px;color:#86868b}
.service-modal-dots{display:flex;gap:12px;margin-top:26px}
.service-modal-dots i{width:8px;height:8px;border-radius:50%;background:#a1a1a6}
.service-modal-dots i:first-child{background:#1d1d1f}
.service-modal-content{align-self:start;padding-top:6px}
.service-modal-title-row{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:start}
.service-modal-title-row h2{margin:0;font-size:clamp(38px,4vw,55px);line-height:.96;letter-spacing:-.055em}
.service-modal-title-row p{margin:14px 0 0;color:#6e6e73;font-size:15px;line-height:1.45}
.service-modal-title-row>button{margin-top:9px;padding:12px 17px;border:0;border-radius:999px;background:#0071e3;color:#fff;font-weight:650;white-space:nowrap;cursor:pointer}
.service-modal-features{margin-top:24px}
.service-modal-features div{grid-template-columns:34px 1fr;align-items:center;padding:17px 0}
.service-modal-features span{width:30px;height:30px;border-radius:9px}
.service-modal-features strong{font-size:16px}
.service-modal-explore{margin-top:21px;padding:0;border:0;background:transparent;color:#0071e3;font-size:15px;cursor:pointer}
.service-modal-actions{display:none}
.service-modal-footer div{padding:21px 28px}
@media(max-width:760px){.service-modal{display:block;overflow:auto}.service-modal[hidden]{display:none}.service-modal-switcher{width:max-content;margin:0 auto 5px}.service-modal-switcher button{padding:10px 14px}.service-modal-body{grid-template-columns:1fr;padding:28px 22px}.service-modal-visual{display:flex;min-height:260px}.service-modal-visual img{max-height:180px}.service-modal-title-row{grid-template-columns:1fr}.service-modal-title-row>button{justify-self:start}.service-modal-footer{grid-template-columns:1fr}}
