.text-h1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 105%;
}
.text-h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 110%;
}
.text-h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 120%;
}
.text-h4 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
}
.text-m {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 27px;
}
.text-s {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.text-subtitle {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}
.text-hl {
  color: #FFD79A;
}
.text-hl2 {
  color: #26dfaf;
}
.text-hl-cta {
  color: #F24A40;
}
.button-text-l {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 100%;
}
.old-price {
  font-size: 32px;
  color: #F24A40;
  text-decoration: line-through;
}
@media (max-width: 540px) {
  .text-h1 {
    font-size: 48px;
  }
  .text-h2 {
    font-size: 36px;
  }
  .text-subtitle {
    font-size: 17px;
  }
  .text-m {
    font-weight: 500;
  }
}
.layout {
  max-width: 1900px;
  margin: 0 auto;
}
.content {
  width: 1110px;
  margin: 0 auto;
  padding: 0 30px;
}
.content.columns {
  display: flex;
}
.content.columns > div {
  flex: 1;
}
.wide-content {
  width: 1440px;
  margin: 0 auto;
}
.section {
  position: relative;
  min-width: 1440px;
}
.section-1 {
  z-index: 1;
}
.section-2 {
  margin-top: -160px;
}
.section-3 {
  margin-top: -520px;
  z-index: 1;
}
.section-4 {
  margin-top: -295px;
  z-index: 2;
}
.section-5 {
  margin-top: 100px;
}
@media (max-width: 540px) {
  .content {
    width: 100%;
    padding: 0;
  }
  .content.columns {
    flex-direction: column;
  }
  .section {
    margin-top: 0;
    min-width: 370px;
  }
}
.button {
  text-decoration: none;
  background: url(/assets/images/button1.svg) no-repeat;
  width: 264px;
  height: 72px;
  position: relative;
  display: block;
  text-align: center;
}
.button .circle {
  background: url(/assets/images/circle.svg) no-repeat;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 12px;
  left: 13px;
}
.button .device {
  background: url(/assets/images/device-mini.png) no-repeat;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 10px;
  left: 6px;
}
.button .button-text {
  color: #fff;
  padding-top: 25px;
  padding-left: 40px;
  display: block;
}
@media (max-width: 540px) {
  .button {
    background: url(/assets/images/button2.svg) no-repeat;
    width: 296px;
  }
}
.section-1 {
  height: 962px;
}
.section-1 .logo {
  width: 43px;
  height: 56px;
  margin-left: 30px;
  margin-top: 30px;
  position: absolute;
}
.section-1 .bg {
  background: url(/assets/images/s1/bg.svg) no-repeat;
  background-size: 1965px 1240px;
  background-position: right -240px;
  position: absolute;
  width: 100%;
  height: 1240px;
  z-index: -1;
  margin: auto;
}
.section-1 .img-bg2 {
  position: absolute;
  top: 0;
  right: 0;
}
.section-1 .img-bg2-curves {
  position: absolute;
  top: 0;
  right: 0;
}
.section-1 .img-bg2-shape1 {
  position: absolute;
  top: 167px;
  right: 722px;
}
.section-1 .img-bg2-shape2 {
  position: absolute;
  top: 685px;
  right: 590px;
}
.section-1 .img-bg2-shape3 {
  position: absolute;
  top: 600px;
  right: 727px;
}
.section-1 .img-bg2-shape4 {
  position: absolute;
  display: none;
  top: 30px;
  right: 205px;
  width: 80px;
}
.section-1 .img-bg2-shape5-desktop {
  position: absolute;
  top: -8px;
  right: 440px;
  width: 120px;
}
.section-1 .img-bg2-shape5-mobile {
  position: absolute;
  display: none;
  right: 146px;
}
.section-1 .img-bulldog {
  position: absolute;
  width: 100px;
  top: 130px;
  right: 110px;
}
@media screen and (min-width: 767px) {
  .section-1 .img-bulldog {
    width: 208px;
    top: -30px;
    right: 595px;
  }
}
.section-1 .img-device-bg {
  position: absolute;
  width: 370px;
  top: 205px;
  right: 433px;
}
.section-1 .img-device {
  position: absolute;
  width: 510px;
  top: 192px;
  right: 360px;
}
.section-1 .img-dog {
  position: absolute;
  width: 600px;
  top: 0;
  right: 0;
}
.section-1 .left-column {
  margin-top: 200px;
}
.section-1 .left-column .title {
  color: #fff;
  width: 400px;
}
.section-1 .left-column .text {
  color: #fff;
  width: 380px;
  margin-top: 20px;
}
.section-1 .left-column .button {
  margin-top: 40px;
  margin-left: 20px;
}
.section-1 .left-column .more {
  margin-top: 120px;
  display: block;
}
.section-1 .left-column .more .ico {
  background: url(/assets/images/ico-arroy-down.svg) no-repeat;
  width: 14px;
  height: 16px;
  display: inline-block;
}
.section-1 .left-column .more .text {
  color: #fff;
  display: inline-block;
}
.section-1 .right-column .wrapper {
  height: 960px;
}
@media (max-width: 540px) {
  .section-1 {
    height: unset;
    background: #283636;
  }
  .section-1 .content {
    flex-direction: column-reverse;
    padding-bottom: 50px;
  }
  .section-1 .content .left-column {
    margin-top: 0;
  }
  .section-1 .content .left-column .title {
    width: 320px;
  }
  .section-1 .content .left-column .text {
    width: 280px;
    padding-right: 40px;
  }
  .section-1 .content .left-column .more {
    display: none;
  }
  .section-1 .content .left-column > div,
  .section-1 .content .left-column a {
    margin-left: auto;
    margin-right: auto;
  }
  .section-1 .content .right-column .wrapper {
    height: 360px;
  }
  .section-1 .content .right-column .img-bg2 {
    width: 230px;
  }
  .section-1 .content .right-column .img-dog {
    width: 140px;
  }
  .section-1 .content .right-column .img-cat-desktop,
  .section-1 .content .right-column .img-bg2-curves,
  .section-1 .content .right-column .img-bg2-shape1,
  .section-1 .content .right-column .img-bg2-shape2,
  .section-1 .content .right-column .img-bg2-shape3 {
    display: none;
  }
  .section-1 .content .right-column .img-cat-mobile {
    display: block;
  }
  .section-1 .content .right-column .img-bg2-shape4 {
    display: block;
  }
  .section-1 .content .right-column .img-bg2-shape5-desktop {
    display: none;
  }
  .section-1 .content .right-column .img-bg2-shape5-mobile {
    display: block;
  }
  .section-1 .content .right-column .img-device-bg {
    top: 100px;
    right: 225px;
    width: 145px;
  }
  .section-1 .content .right-column .img-device {
    top: 87px;
    right: 187px;
    width: 220px;
  }
  .section-1 > .bg {
    height: 100%;
  }
}
.section-2 {
  position: relative;
}
.section-2 .more-target {
  position: absolute;
  top: 200px;
}
.section-2 .left-column {
  min-height: 1300px;
  position: relative;
}
.section-2 .left-column .img-map {
  width: 900px;
  position: absolute;
  right: 0;
}
.section-2 .left-column .img-marks {
  display: block;
  width: 805px;
  position: absolute;
  top: 20px;
  right: -72px;
}
.section-2 .left-column .img-phone {
  display: block;
  width: 279px;
  position: absolute;
  top: 280px;
  right: 105px;
}
.section-2 .left-column .img-device {
  display: block;
  width: 431px;
  position: absolute;
  top: 575px;
  right: 28px;
}
.section-2 .right-column {
  margin-left: 100px;
  margin-top: 300px;
}
.section-2 .right-column .icons .ico {
  display: inline-block;
}
.section-2 .right-column .icons .ico-paw {
  background: url(/assets/images/ico-paw.svg) no-repeat;
  width: 56px;
  height: 56px;
}
.section-2 .right-column .icons .ico-waves {
  background: url(/assets/images/ico-waves.svg) no-repeat;
  width: 56px;
  height: 56px;
}
.section-2 .right-column .icons .ico-mark-map {
  background: url(/assets/images/ico-mark-map-w.svg) no-repeat;
  width: 56px;
  height: 56px;
}
.section-2 .right-column .title {
  color: #000;
  width: 470px;
  margin-top: 48px;
}
.section-2 .right-column .text {
  color: #000;
  margin-top: 20px;
  width: 360px;
}
@media (max-width: 540px) {
  .section-2 {
    height: unset;
  }
  .section-2 > .bg {
    height: 100%;
  }
  .section-2 .content {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 70px;
  }
  .section-2 .content .left-column {
    min-height: 265px;
  }
  .section-2 .content .left-column .img-map {
    position: unset;
    left: unset;
  }
  .section-2 .content .left-column .img-map {
    width: 100%;
    height: 570px;
  }
  .section-2 .content .left-column .img-marks {
    display: none;
  }
  .section-2 .content .left-column .img-phone {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 200px;
    top: 100px;
  }
  .section-2 .content .left-column .img-device {
    left: 0;
    right: 0;
    width: 310px;
    top: 310px;
    margin: 0 auto;
  }
  .section-2 .content .right-column {
    margin-left: 0;
    margin-top: 0;
  }
  .section-2 .content .right-column .title {
    width: 300px;
  }
  .section-2 .content .right-column .text {
    width: 285px;
    margin-top: 20px;
  }
  .section-2 .content .right-column .icons {
    display: none;
  }
  .section-2 .content .right-column > div {
    margin: 0 auto;
    text-align: center;
  }
}
.section-3 {
  height: 1531px;
}
.section-3 .content {
  padding-top: 405px;
}
.section-3 > .bg {
  background: url(/assets/images/s3/bg.svg) no-repeat;
  background-size: 1900px auto;
  background-position: center top;
  position: absolute;
  width: 100%;
  height: 1531px;
  z-index: -1;
}
.section-3 .left-column {
  padding-top: 200px;
}
.section-3 .left-column .icons .ico {
  display: inline-block;
}
.section-3 .left-column .icons .ico-alert {
  background: url(/assets/images/ico-alert.svg) no-repeat;
  width: 56px;
  height: 56px;
}
.section-3 .left-column .icons .ico-mark-map {
  background: url(/assets/images/ico-mark-map-y.svg) no-repeat;
  width: 56px;
  height: 56px;
}
.section-3 .left-column .title {
  color: #fff;
  width: 460px;
  margin-top: 48px;
}
.section-3 .left-column .text {
  color: #fff;
  margin-top: 20px;
  width: 370px;
}
.section-3 .left-column .button {
  margin-top: 30px;
}
.section-3 .right-column {
  position: relative;
}
.section-3 .right-column .wrapper {
  position: relative;
  width: 655px;
  height: 705px;
}
.section-3 .right-column .img-bg {
  position: absolute;
  top: 0;
  right: -140px;
}
.section-3 .right-column .img-device {
  position: absolute;
  width: 430px;
  top: 270px;
  left: 170px;
}
.section-3 .right-column .img-message {
  position: absolute;
  width: 345px;
  left: 220px;
  top: 285px;
}
@media (max-width: 540px) {
  .section-3 {
    height: unset;
  }
  .section-3 > .bg {
    background: #283636;
    height: 100%;
  }
  .section-3 .content {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 70px;
  }
  .section-3 .content .left-column {
    text-align: center;
    padding-top: 30px;
  }
  .section-3 .content .left-column .icons {
    display: none;
  }
  .section-3 .content .left-column .title,
  .section-3 .content .left-column .text {
    width: 290px;
  }
  .section-3 .content .left-column > div,
  .section-3 .content .left-column a {
    margin-left: auto;
    margin-right: auto;
  }
  .section-3 .content .right-column {
    text-align: center;
    margin: 0 auto;
  }
  .section-3 .content .right-column .wrapper {
    width: 370px;
    height: 350px;
  }
  .section-3 .content .right-column .img-bg {
    width: 370px;
    right: 0;
  }
  .section-3 .content .right-column .img-device {
    width: 200px;
    top: 125px;
    left: 82px;
  }
  .section-3 .content .right-column .img-message {
    width: 169px;
    left: 104px;
    top: 129px;
  }
}
.section-4 {
  height: 1276px;
}
.section-4 .bg {
  background: url(/assets/images/s4/bg.svg) no-repeat;
  background-size: 1900px auto;
  background-position: center top;
  position: absolute;
  width: 100%;
  height: 1340px;
  z-index: -1;
}
.section-4 .content {
  padding-top: 460px;
}
.section-4 .left-column {
  margin-top: 20px;
}
.section-4 .right-column .wrapper {
  width: 370px;
  margin: 0 auto;
}
.section-4 .right-column .icons .ico {
  display: inline-block;
}
.section-4 .right-column .icons .ico-sharing {
  background: url(/assets/images/ico-sharing.svg) no-repeat;
  width: 56px;
  height: 56px;
}
.section-4 .right-column .icons .ico-waves-share {
  background: url(/assets/images/ico-waves-share.svg) no-repeat;
  width: 56px;
  height: 56px;
}
.section-4 .right-column .icons .ico-phone {
  background: url(/assets/images/ico-phone.svg) no-repeat;
  width: 56px;
  height: 56px;
}
.section-4 .right-column .title {
  margin-top: 45px;
  color: #283636;
}
.section-4 .right-column .text {
  margin-top: 15px;
}
.section-4 .right-column .text.mobile {
  display: none;
}
@media (max-width: 540px) {
  .section-4 {
    height: unset;
  }
  .section-4 .bg {
    background: #FFD79A;
    height: 100%;
  }
  .section-4 .content {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .section-4 .content .left-column {
    text-align: center;
  }
  .section-4 .content .left-column .img-location {
    width: 370px;
  }
  .section-4 .content .right-column {
    text-align: center;
  }
  .section-4 .content .right-column .icons {
    display: none;
  }
  .section-4 .content .right-column .title {
    width: 330px;
    margin: 0 auto;
  }
  .section-4 .content .right-column .text {
    display: none;
  }
  .section-4 .content .right-column .text.mobile {
    display: block;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-5 .left-column .wrapper {
  width: 370px;
  margin-top: 50px;
}
.section-5 .left-column .title {
  color: #283636;
}
.section-5 .left-column .text {
  margin-top: 20px;
  margin-bottom: 48px;
}
.section-5 .left-column .spec-item {
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 16px;
}
.section-5 .left-column .spec-item .name {
  color: #202020;
  display: inline-block;
  vertical-align: top;
  margin-left: 18px;
}
.section-5 .left-column .spec-item .value {
  color: #939393;
  vertical-align: top;
  float: right;
}
.section-5 .left-column .spec-item .ico {
  display: inline-block;
}
.section-5 .left-column .spec-item .ico-battery {
  background: url(/assets/images/ico-battery-life.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.section-5 .left-column .spec-item .ico-size {
  background: url(/assets/images/ico-size.svg) no-repeat;
  width: 24px;
  height: 24px;
}
.section-5 .left-column .spec-item .ico-weight {
  background: url(/assets/images/ico-weight.svg) no-repeat;
  width: 24px;
  height: 26px;
}
.section-5 .right-column .wrapper {
  position: relative;
  width: 605px;
  height: 702px;
  margin-left: 130px;
}
.section-5 .right-column .img-bg {
  position: absolute;
  width: 605px;
}
.section-5 .right-column .img-device {
  position: absolute;
  width: 420px;
  top: 130px;
  left: 107px;
}
@media (max-width: 540px) {
  .section-5 .content {
    flex-direction: column-reverse;
    padding-top: 50px;
  }
  .section-5 .content .left-column .wrapper {
    margin: 20px auto 50px;
  }
  .section-5 .content .left-column .title {
    width: 295px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section-5 .content .left-column .text {
    width: 295px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .section-5 .content .right-column {
    margin: 0 auto;
  }
  .section-5 .content .right-column .wrapper {
    width: 370px;
    height: 400px;
    margin-left: 0;
  }
  .section-5 .content .right-column .img-bg {
    width: 370px;
    left: 0;
    right: 0;
  }
  .section-5 .content .right-column .img-device {
    width: 250px;
    top: 82px;
    left: 67px;
  }
}
.section-6 {
  height: 1216px;
}
.section-6 .bg {
  background: url(/assets/images/s6/bg.svg) no-repeat;
  background-size: 1900px 1216px;
  background-position: center top;
  position: absolute;
  width: 100%;
  height: 1216px;
  z-index: -1;
}
.section-6 .bg2 {
  background: url(/assets/images/s6/bg2.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  display: none;
  width: 100%;
  height: 115px;
  z-index: -1;
  bottom: 0;
}
.section-6 .content {
  position: relative;
  height: 1216px;
}
.section-6 .title {
  width: 400px;
  text-align: center;
  padding-top: 500px;
  display: block;
  margin: 0 auto;
  color: #fff;
}
.section-6 .text {
  color: #fff;
  width: 320px;
  text-align: center;
  margin: 30px auto;
}
.section-6 .text .text-hl {
  font-size: 22px;
  font-weight: bold;
}
.section-6 .button {
  margin: 0 auto;
}
.section-6 .text-copyright {
  color: #fff;
  opacity: 0.4;
  width: 208px;
  text-align: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 40px;
}
@media (max-width: 540px) {
  .section-6 {
    height: unset;
  }
  .section-6 .bg {
    background: #283636;
    height: 100%;
  }
  .section-6 .bg2 {
    display: block;
  }
  .section-6 .content {
    height: auto;
    padding-top: 200px;
    padding-bottom: 280px;
  }
  .section-6 .title {
    width: 260px;
    padding-top: 0;
    font-size: 36px;
  }
  .section-6 .text {
    width: 270px;
  }
  .section-6 .text-copyright {
    bottom: 30px;
  }
}
body {
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  overflow-x: hidden;
}
p {
  padding: 0;
  margin: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

