:root{--ink:#000;--paper:#fff;--night:#1e272e}*{box-sizing:border-box}html{background:var(--paper);min-height:100%;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Roboto,Arial,Helvetica,sans-serif}body{background:var(--paper);min-height:100%;margin:0}a{color:inherit;text-decoration:none}.landing{background:var(--paper);overflow:hidden}.hero{background:var(--night);min-height:800px;color:var(--paper);grid-template-columns:472px 351px;justify-content:start;align-items:start;column-gap:142px;padding:140px 0 0 max(24px,50vw - 500px);display:grid}.hero__phone{width:472px;height:494px;position:relative}.hero__phone-mobile{align-self:end;display:none}.hero__content{padding-top:14px}.hero__logo{width:160px;height:auto}.hero h1{letter-spacing:.4px;width:351px;margin:36px 0 42px;font-size:28px;font-weight:400;line-height:34px}.qr{border-radius:10px;width:160px;height:160px;position:relative;overflow:hidden}.qr>img:first-child{object-fit:cover;width:160px;height:160px}.qr__icon{border-radius:8.5px;width:40px;height:40px;position:absolute;top:60px;left:60px}.hero__city{letter-spacing:.4px;margin:79px 0 0;font-size:28px;line-height:34px}.feature{padding:92px 0}.feature--dark{background:var(--night);color:var(--paper)}.feature--light{background:var(--paper);color:var(--ink)}.feature__inner{justify-content:center;align-items:start;gap:140px;display:flex}.feature__copy{width:400px;padding-top:172px}.feature--image-first .feature__inner{flex-direction:row-reverse}.feature h2{letter-spacing:0;white-space:nowrap;margin:0 0 60px;font-size:56px;font-weight:700;line-height:56px}.feature p{letter-spacing:.4px;max-width:419px;margin:0;font-size:28px;font-weight:400;line-height:40px}.feature--dark p{max-width:360px}.phone-shot{justify-content:center;width:350px;display:flex;position:relative}.phone-shot__img{align-self:center;max-width:320px;height:auto}.phone-shot__img--wider{max-width:390px}.footer{color:var(--paper);background:#212121;border-top:1px solid #605f5f;flex-direction:column;justify-content:center;align-items:center;padding:100px 0;display:flex}.footer__container>div,.footer__container>nav{flex:1}.footer__container{gap:48px;width:100%;max-width:1024px;padding:0 64px;display:flex}.footer__logo{width:87px;height:auto}.footer__brand p{margin:18px 0 27px;font-size:18px;line-height:25px}.store-badge{width:122px;margin-left:-4px;display:flex}.footer__company{width:114px;height:auto;margin-left:-2px}.footer h2{color:#fff;margin:0 0 14px;font-size:13px;font-weight:700;line-height:18px}.footer__links,.footer__contacts{padding-top:0}.footer__links a,.footer__contacts a{letter-spacing:.29px;margin:0 0 14px;font-size:18px;font-weight:400;line-height:25px;display:block}.footer__links a{white-space:nowrap}.footer__contacts{padding-top:16px}.footer__qr{flex-direction:column;align-items:flex-end;gap:146px;width:160px;display:flex}.footer__qr img{border-radius:10px;width:160px;min-width:160px;height:160px}.footer__qr span{border-radius:2px;flex-direction:column;width:24px;height:16px;display:flex;overflow:hidden}.footer__qr i,.footer__qr b{width:24px;height:8px;display:block}.footer__qr i{background:#0057b7}.footer__qr b{background:gold}.terms-page{background:var(--paper);color:#1b1b1b;min-height:100vh}.terms-document{width:min(100%,960px);margin:0 auto;padding:88px 32px 104px}.terms-document__header{margin-bottom:36px}.terms-document__back{color:#007aff;align-items:center;gap:8px;margin:0 0 36px;font-size:16px;line-height:24px;display:inline-flex}.terms-document__back img{width:16px;height:16px}.terms-document h1{margin:0;font-size:48px;font-weight:700;line-height:56px}.terms-document__content{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:17px;font-weight:400;line-height:22px}.terms-document__content p,.terms-document__content li{font-size:17px;font-weight:400;line-height:22px}.terms-document__content p{margin:0 0 18px}.terms-document__content strong{font-weight:700}.terms-document__content ol{counter-reset:terms-item;margin:0 0 18px;padding-left:0;list-style:none}.terms-document__content li{counter-increment:terms-item;grid-template-columns:64px minmax(0,1fr);column-gap:8px;margin:0;padding-left:0;display:grid}.terms-document__content>ol>li{grid-template-columns:24px minmax(0,1fr)}.terms-document__content>ol>li>ol>li,.terms-document__content>ol>li>ol>li>ol>li{grid-template-columns:48px minmax(0,1fr)}.terms-document__content li:before{content:counters(terms-item, ".") ". ";text-align:left;grid-area:1/1}.terms-document__content>ol>li:before{font-weight:700}.terms-document__content li>p{grid-area:1/2;margin-bottom:10px}.terms-document__content li>ol{grid-column:2;margin-top:8px;margin-bottom:10px;padding-left:0}@media (max-width:900px){.hero{grid-template-columns:minmax(0,1fr);padding:54px 0 64px}.hero__phone{display:none}.hero__phone-mobile{display:flex}.hero__content{flex-direction:column;order:1;align-items:start;padding-top:24px;display:flex}.hero__content .qr{display:none}.hero__logo{width:auto;height:32px;margin-bottom:24px;margin-left:24px}.hero h1{width:min(351px,100%);margin:28px 24px 0;font-size:17px;font-weight:700;line-height:25px}.hero__city{margin:-96px 0 0 24px;font-size:17px;font-weight:700}.feature{min-height:auto;padding:70px 24px}.feature__inner,.feature--image-first .feature__inner{flex-direction:column;align-items:center;gap:48px}.feature__copy{text-align:center;width:min(400px,100%);padding-top:0}.feature h2{white-space:normal;margin-bottom:24px}.feature p,.feature--dark p{max-width:100%}.footer__container{flex-direction:column;align-items:center;padding:0 64px}.footer__container>div,.footer__container>nav{text-align:center;flex-direction:column;align-items:center;display:flex}.footer__container-copyright{gap:36px}.terms-document{padding:64px 24px 76px}.terms-document h1{font-size:36px;line-height:42px}}@media (max-width:480px){.hero__phone{height:360px}.feature h2{font-size:36px;line-height:40px}.feature p{font-size:17px;line-height:25px}.phone-shot{width:300px;height:678px}.terms-document__content{font-size:15px;line-height:24px}.terms-document__content p,.terms-document__content li{font-size:17px;line-height:22px}.terms-document__content li>ol{grid-column:1/-1}}
