div.service {
  margin: 40px auto 40px auto;
  padding-right: 60px;
  padding-left: 60px;
  width: initial;
  max-width: 650px;
  height: initial;
  background-image: none;
}
div.service > p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight: 700;
  height: initial;
}

div.aboutBankrupt {
  padding-top: 24px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
  border-radius: 24px;
  width: unset;
  margin-bottom: 64px;
}
div.aboutBankrupt > div {
  background-image: none;
  padding-left: 0;
  max-width: 585px;
}
div.aboutBankrupt > div > div.titled {
  background-image: url("img/AboutBankrupt600.png");
  background-position: left center;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 117px;
  min-height: 120px;
}
div.aboutBankrupt > div > div.titled > p:first-child {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
div.aboutBankrupt > div > div.titled > p:last-of-type {
  width: 300px;
  text-align: left;
  margin-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
div.aboutBankrupt > div > div.act {
  max-width: 516px;
  padding: 20px 16px 20px 52px;
  background-size: 20px;
  background-position: left 18px top 18px;
}
div.aboutBankrupt > div > div.act > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
}
div.aboutBankrupt > div > div.act > p:last-child {
  margin-top: 10px;
}

div.statistic {
  width: unset;
  max-width: 800px;
  margin-bottom: 64px;
}
div.statistic > div.procent {
  width: 400px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  display: flex;
  padding-left: 120px;
  min-height: 120px;
}
div.statistic > div.procent:after {
  left: 31px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.5px;
}
div.statistic > div.procent:nth-child(1) {
  background-size: 120px;
  margin: 0 auto;
}
div.statistic > div.procent:nth-child(1):after {
  content: "90%";
  color: #E13A3A;
}
div.statistic > div.procent:nth-child(2) {
  background-size: 120px;
  margin: 0 auto;
}
div.statistic > div.procent:nth-child(2):after {
  content: "40%";
  color: #FF7200;
}
div.statistic > div.hint {
  max-width: 800px;
  margin: 30px auto 0 auto;
  padding: 0 20px;
}

div.autoTracking {
  margin-bottom: 64px;
  width: auto;
  padding: 0 285px 0 32px;
  max-width: 630px;
  text-align: left;
  background-size: 250px;
  background-position: right 32px center;
}
div.autoTracking > p {
  vertical-align: middle;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
}

div.work {
  margin-bottom: 64px;
}
div.work > div.titled > p:first-child {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
div.work > div.titled > p:last-child {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
}
div.work > div.content {
  padding: 24px 28px 28px 28px;
  width: auto;
}
div.work > div.content > div {
  background-image: url("img/Work.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 235px;
  padding-left: 245px;
}
div.work > div.content > div > div.points > div {
  padding-left: 60px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: 500;
  background-color: rgba(21, 42, 183, 0.56);
}
div.work > div.content > div > div.points > div:not(:last-of-type) {
  margin-bottom: 8px;
}
div.work > div.content > div > div.points > div > span {
  left: 20px;
}

div.functions {
  margin-bottom: 64px;
}
div.functions > div.titled {
  text-align: center;
  margin-bottom: 32px;
}
div.functions > div.titled > p:first-child {
  color: #050B2E;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
div.functions > div.titled > p:last-child {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #102089;
}
div.functions > div.content {
  display: block;
  margin: 0 auto;
  padding: 0 32px;
}
div.functions > div.content > div {
  padding: 16px 24px 16px 128px;
  margin-bottom: 8px;
  background-size: 90px;
  background-repeat: no-repeat;
  background-position: left 12px top 8px;
  box-shadow: 0 1px 4px 1px rgba(118, 134, 239, 0.3);
  border-radius: 16px;
}
div.functions > div.content > div > h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #050B2E;
  margin-bottom: 16px;
  max-width: 500px;
}
div.functions > div.content > div > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #0A155C;
  padding-right: 100px;
}

div.tariff {
  width: auto;
  margin: 0 auto 64px auto;
  text-align: center;
}
div.tariff > p {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}
div.tariff > div.content {
  margin: 0 32px 48px 32px;
  padding: 32px 32px;
}
div.tariff > div.content > div.monthlyPlan {
  margin-bottom: 38px;
}
div.tariff > div.content > div.monthlyPlan > span {
  margin: 0 auto 65px auto;
  display: block;
  max-width: 500px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.5px;
}
div.tariff > div.content > div.monthlyPlan > div {
  max-width: 350px;
  display: block;
  margin: 0 auto;
}
div.tariff > div.content > p {
  text-align: center;
  margin-left: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

/*# sourceMappingURL=landing_600.css.map */
