:root{--text-color:#2b4162;--section-max-width:1920px;--gap:3rem;--section-padding-xxl:90px 0;--section-layout-padding:20px;--section-padding-top:20px;--section-padding-right:20px;--section-padding-bottom:20px;--section-padding-left:20px;--font-size:26px;--font-size-weight:36px;--font-size-sm:26px;--font-size-weight-sm:36px}@media (min-width:768px){:root{--section-layout-padding:40px;--section-padding-top:40px;--section-padding-right:40px;--section-padding-bottom:40px;--section-padding-left:40px}}@media (min-width:992px){:root{--section-max-width:910px}}@media (min-width:1280px){:root{--section-layout-padding:40px;--section-padding-top:40px;--section-padding-right:40px;--section-padding-bottom:40px;--section-padding-left:40px;--section-max-width:1180px}}@media (min-width:1920px){:root{--section-max-width:1920px}}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(/fonts/roboto-v29-latin-regular.woff2)format("woff2"),url(/fonts/roboto-v29-latin-regular.woff)format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(/fonts/roboto-v29-latin-700.woff2)format("woff2"),url(/fonts/roboto-v29-latin-700.woff)format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(""),url(/fonts/roboto-v29-latin-900.woff2)format("woff2"),url(/fonts/roboto-v29-latin-900.woff)format("woff")}.visually-hidden{white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(100%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-header{z-index:1;border-bottom:2px solid #b0b0b0;width:100%}.page-header__layout{max-width:var(--section-max-width);padding:20px var(--section-padding-right)20px var(--section-padding-left);box-sizing:border-box;margin:0 auto;display:grid}@media (min-width:1280px){.page-header__layout{padding:20px 94px}}.page-header__contacts-link{color:#629460;padding:20px 0;font-size:12px;font-weight:700;line-height:14px;text-decoration:none;display:block}@media (min-width:1280px){.page-header__contacts-link{font-size:24px;line-height:28px}}@media (min-width:1920px){.page-header__contacts-link{font-size:36px;line-height:42px}}.main-nav{box-sizing:border-box;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"hamburger-button-container main-nav__logo.";grid-auto-flow:column;place-content:start;place-items:center start;display:grid}@media (min-width:1280px){.main-nav{grid-template-areas:"main-nav__logo.list-container";grid-auto-flow:row}}.main-nav--is-open{background:#fff;width:100%;height:100%;padding:20px;position:fixed;top:0;left:0}@media (min-width:1280px){.main-nav--is-open{left:initial;top:initial;width:initial;height:initial;padding:20px;position:static}}.main-nav__list{flex-direction:column;justify-content:end;justify-items:end;gap:20px;width:100%;margin:0;padding:0;list-style:none;display:flex}@media (min-width:1280px){.main-nav__list{flex-direction:row;align-items:end;gap:60px}}.main-nav--is-open .main-nav__list{justify-content:start;place-items:start left;padding:20px}@media (min-width:1280px){.main-nav--is-open .main-nav__list{padding:initial;justify-content:space-between}}.main-nav__list-container{text-align:right;background-color:#fff;grid-area:list-container;width:100%;display:none}@media (min-width:1280px){.main-nav__list-container{display:flex}}.main-nav--is-open .main-nav__list-container{height:calc(100% - 108px);display:flex;position:fixed;top:108px;left:0}@media (min-width:1280px){.main-nav--is-open .main-nav__list-container{height:initial;position:static}}.main-nav__link{padding:20px 0;text-decoration:none;display:block}.main-nav__link-caption{color:#2b4162;font-size:18px;font-weight:700;line-height:28px;text-decoration:none}@media (min-width:1400px){.main-nav__link-caption{font-size:24px;line-height:28px}}.main-nav__link-caption--highlight{text-decoration:underline}.main-nav__hamburger-button{cursor:pointer;background-color:#0000;border:none;justify-self:flex-end;width:50px;height:50px;padding:0;display:flex}.main-nav__hamburger-button-icon{width:50px;height:50px}.main-nav__contacts-list{justify-content:flex-end;justify-self:flex-start;justify-items:right;margin:0 0 0 20px;padding:0;list-style:none;display:flex}@media (min-width:1280px){.main-nav__contacts-list{justify-self:flex-end;margin:0}}.main-nav__contacts-item~.main-nav__contacts-item{margin:0 0 0 30px}@media (min-width:1280px){.main-nav__contacts-item~.main-nav__contacts-item{margin:0 0 0 100px}}@media (min-width:1920px){.main-nav__contacts-item~.main-nav__contacts-item{margin:0 0 0 180px}}.line{fill:none;stroke:#2b4162;stroke-width:6px;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line1{stroke-dasharray:60 207;stroke-width:6px}.line2{stroke-dasharray:60 60;stroke-width:6px}.line3{stroke-dasharray:60 207;stroke-width:6px}.main-nav__hamburger-button-container{grid-area:hamburger-button-container;justify-self:start;display:flex}@media (min-width:1280px){.main-nav__hamburger-button-container{display:none}}.main-nav__contacts-list-container{grid-area:contacts-list-container;justify-self:flex-start}@media (min-width:1280px){.main-nav__contacts-list-container{justify-self:flex-end}}.main-nav__hamburger-button-icon{transition:transform .5s cubic-bezier(.4,0,.2,1)}.main-nav__hamburger-button-icon--active{transform:rotate(90deg)}.main-nav__hamburger-button-icon path{transition:transform .5s cubic-bezier(.4,0,.2,1),stroke-dasharray .5s cubic-bezier(.4,0,.2,1),stroke-dashoffset .5s cubic-bezier(.4,0,.2,1)}.main-nav__hamburger-button-icon path:first-child{transform-origin:36% 40%}.main-nav__hamburger-button-icon path:nth-child(2){stroke-dasharray:29 299}.main-nav__hamburger-button-icon path:nth-child(3){transform-origin:35% 63%}.main-nav__hamburger-button-icon path:nth-child(4){stroke-dasharray:29 299}.main-nav__hamburger-button-icon path:nth-child(5){transform-origin:61% 52%}.main-nav__hamburger-button-icon path:nth-child(6){transform-origin:62% 52%}.main-nav__hamburger-button--active path:first-child{transform:translate(9px)translateY(1px)rotate(45deg)}.main-nav__hamburger-button--active path:nth-child(2){stroke-dasharray:225 299;stroke-dashoffset:-72px}.main-nav__hamburger-button--active path:nth-child(3){transform:translate(9px)translateY(1px)rotate(-45deg)}.main-nav__hamburger-button--active path:nth-child(4){stroke-dasharray:225 299;stroke-dashoffset:-72px}.main-nav__hamburger-button--active path:nth-child(5){transform:translate(9px)translateY(1px)rotate(-45deg)}.main-nav__hamburger-button--active path:nth-child(6){transform:translate(9px)translateY(1px)rotate(45deg)}.main-nav-logo__image{max-width:158px;max-height:34px}@media (min-width:1280px){.main-nav-logo__image{max-width:158px;max-height:30px}}@media (min-width:1920px){.main-nav-logo__image{max-width:284px;max-height:54px}}.main-nav__logo{grid-area:main-nav__logo;align-items:center;display:flex}.main-nav-logo__link{margin:0}@media (min-width:1280px){.main-nav-logo__link{margin:0 120px 0 0}}*{box-sizing:border-box}html,body{grid-template-rows:-webkit-min-content 1fr -webkit-min-content;grid-template-rows:min-content 1fr min-content;width:100%;min-height:100%;margin:0 auto;display:grid}html{font-family:Roboto,sans-serif;overflow-y:scroll}.main{margin-bottom:80px}.page-body--modal-is-showed{overflow:hidden}@media (min-width:1280px){.page-body--modal-is-showed{overflow:initial}}.install-app{background:#222831;width:100%;position:fixed;bottom:0}.install-app__content-layout{max-width:var(--section-max-width);justify-content:center;align-items:center;gap:20px;margin:0 auto;padding:10px 20px;display:flex}@media (min-width:1280px){.install-app__content-layout{gap:60px;padding:20px}}@media (min-width:1920px){.install-app__content-layout{gap:60px;padding:20px}}.install-app__link-button-caption{color:#fff;text-transform:uppercase;font-size:18px;font-weight:600;line-height:25px}.install-app__text{color:#fff;text-align:center;font-size:20px;font-weight:700;display:inline-block}@media (min-width:1280px){.install-app__text{font-size:28px}}@media (min-width:1920px){.install-app__text{font-size:32px}}.install-app__link-button{background:linear-gradient(#00e13f 0%,#009b2b 100%);border-radius:10px;justify-content:center;align-items:center;width:180px;height:44px;text-decoration:none;display:flex}@media (min-width:1280px){.install-app__link-button{width:280px;height:60px}}@media (min-width:1920px){.install-app__link-button{width:280px;height:60px}}.hero__content-layout{max-width:var(--section-max-width);margin:0 auto}.hero__header-container{background:#fff;border-bottom-right-radius:30px;border-bottom-left-radius:30px;display:flex;position:relative;box-shadow:0 4px 4px #00000040}.hero__heading-container{padding:28px 24px}@media (min-width:1920px){.hero__heading-container{max-width:1620px;padding:64px 24px}}.hero__heading{color:#222831;margin:0;font-size:32px;font-weight:700}@media (min-width:1280px){.hero__heading{max-width:1315px;margin-left:178px;font-size:72px}}.hero__icon-container{display:none}@media (min-width:1920px){.hero__icon-container{display:block}}.hero__image-container{margin-top:-20px}.hero__image{width:100%;max-width:100%}@media (min-width:1920px){.alerts__layout{background-color:#ececfc;background-image:url(/img/pages/home/alerts/bg-0000-1920-0000-1x.svg);background-repeat:no-repeat;background-size:contain}}.alerts__content-layout{max-width:var(--section-max-width);margin:0 auto;display:grid}@media (min-width:1920px){.alerts__content-layout{grid-template-columns:auto max-content max-content max-content auto;max-width:1620px;padding:120px 20px 0}.page__alerts{margin:180px 0 0}}.alerts__text{color:#648aaf;margin:0;padding:20px;font-size:24px;font-weight:600}@media (min-width:1920px){.alerts__text{color:#000;max-width:562px;font-size:32px}}.alerts__text--receive-alerts{margin:0 0 20px}@media (min-width:1920px){.alerts__text--receive-alerts{grid-column:2/3;grid-row-start:2;margin:0 0 20px}}.alerts__text--press-or-touch{grid-row-start:2;grid-column-start:1}@media (min-width:1920px){.alerts__text--press-or-touch{grid-area:3/2/4/3}}.alerts__image-container{text-align:center;background-image:url(/img/pages/home/alerts/bg-0000-0000-0000-1x.svg);background-size:contain;grid-area:3/1/4/alerts__image-container;margin:46px 0 0}@media (min-width:1920px){.alerts__image-container{background-image:none;grid-area:2/3/5/5;margin:0}}.alerts__image{object-fit:contain;max-width:100%;height:auto}.alerts__image-picture{display:flex}@media (min-width:1920px){.alerts__image-picture{justify-content:end}}.alerts__heading{display:none}@media (min-width:1920px){.alerts__heading{text-align:center;grid-area:1/2/1/5;margin:0 0 120px;font-size:72px;font-weight:800;display:block}}.features__content-layout{max-width:var(--section-max-width);margin:0 auto;padding:20px;display:grid}@media (min-width:1920px){.features__content-layout{max-width:1620px;padding:100px 20px}}.features__list{flex-wrap:nowrap;gap:40px;padding:0;list-style:none;display:grid}.feature{background-color:#648aaf;border-radius:50px;flex-direction:column;grid-template-areas:"feature__heading""feature__description""feature__image-container";align-items:center;width:100%;max-width:100%;padding:50px 36px 0;display:grid;box-shadow:0 10px 40px #3156672e}@media (min-width:1280px){.feature{flex-direction:row;grid-template-columns:1fr max-content;padding:90px 40px 0;font-size:20px}}@media (min-width:1920px){.feature{grid-template-rows:170px max-content;grid-template-areas:".feature__image-container""feature__heading feature__image-container""feature__description feature__image-container"".feature__image-container";padding:170px 130px 0 170px}.feature--reverse-content{grid-template-areas:"feature__image-container.""feature__image-container feature__heading""feature__image-container feature__description""feature__image-container."}}.feature__image-picture{justify-content:center;place-items:center;display:flex}.feature__image-container{text-align:center;flex:1;grid-area:feature__image-container;justify-content:center;align-items:center;display:flex}.feature__image{object-fit:fill;max-width:100%;height:auto}.feature__description{color:#222831;flex:1;grid-area:feature__description;margin-top:0;display:none}@media (min-width:1920px){.feature__description{max-width:680px;margin:60px 0 0;display:block}}.feature--other-useful-information .feature__description{display:block}.feature__heading{grid-area:feature__heading}@media (min-width:1920px){.feature__heading{align-self:center;max-width:680px}}.feature__heading-text{color:#fff;text-align:center;margin:0 0 30px;font-size:28px;font-weight:700}@media (min-width:1280px){.feature__heading-text{font-size:20px}}@media (min-width:1920px){.feature__heading-text{text-align:initial;margin:0;font-size:72px}.feature--reverse-content .feature__heading-text{text-align:right}}.feature__description-text{color:#fff;font-weight:400}@media (min-width:1920px){.feature__description-text{font-size:32px}.feature--reverse-content .feature__description-text{text-align:right}}.feature__description-heading{color:#648aaf;text-align:center;margin-bottom:30px;font-size:28px;font-weight:900}@media (min-width:1280px){.feature__description-heading{margin-bottom:30px;font-size:32px}}@media (min-width:1920px){.feature__description-heading{margin-bottom:50px;font-size:52px}}.feature__description-list{counter-reset:num;flex-direction:column;gap:26px;margin:0 0 30px;padding:0;list-style:none;display:flex}@media (min-width:1280px){.feature__description-list{gap:40px}}@media (min-width:1920px){.feature__description-list{gap:40px}}.feature__description-item{color:#fff;align-items:center;font-size:16px;font-weight:700;display:flex}@media (min-width:1920px){.feature__description-item{font-size:32px}}.feature__description-item:before{content:counter(num);color:#fff;counter-increment:num;background:#648aaf;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin:0 14px 0 0;font-size:15px;display:inline-flex}@media (min-width:1280px){.feature__description-item:before{width:70px;height:70px;margin:0 30px 0 0}}@media (min-width:1920px){.feature__description-item:before{width:70px;height:70px;font-size:48px}}.feature__list-container{margin:20px 0 0}@media (min-width:1920px){.feature__list-container{margin:20px 0 0}}.why-created-strspy__content-layout{max-width:var(--section-max-width);margin:0 auto;padding:20px}@media (min-width:1920px){.why-created-strspy__content-layout{max-width:1620px;padding:100px 20px 0 0}}.why-created-strspy__reason-list{flex-direction:column;justify-content:space-between;gap:60px;margin:0;padding:0;list-style:none;display:flex}@media (min-width:1920px){.why-created-strspy__reason-list{flex-direction:row;justify-content:center;gap:180px;padding:0}}.why-created-strspy-reason{flex-flow:column;align-items:center;display:flex}@media (min-width:1920px){.why-created-strspy-reason{flex-flow:column}}.why-created-strspy-reason__description-container{text-align:center;margin:30px 0 0}@media (min-width:1920px){.why-created-strspy-reason__description-container{margin:74px 0 0}}.why-created-strspy-reason__description{color:#648aaf;font-size:24px;font-weight:700}@media (min-width:1920px){.why-created-strspy-reason__description{font-size:32px;font-weight:400}.why-created-strspy-reason__description--less-money{max-width:450px}.why-created-strspy-reason__description--monitoring{max-width:340px}}.why-created-strspy__heading-container{margin:100px 0 0}@media (min-width:1920px){.why-created-strspy__heading-container{margin:210px 0 0;display:none}}.why-created-strspy__heading{color:#222831;font-size:32px;font-weight:700}@media (min-width:1920px){.why-created-strspy__heading{font-size:72px}}.why-created-strspy-reason__icon-container{border-radius:30px;padding:30px;box-shadow:0 4px 10px #00000040}@media (min-width:1920px){.why-created-strspy-reason__icon-container{padding:54px}}