body > div#header > div.bottom {
  display: none;
}

div.service {
  margin: 70px auto 100px auto;
  padding-right: 390px;
  width: 880px;
  height: 360px;
  background-image: url("img/SourceBankrupt.png");
  background-position: right center;
  background-repeat: no-repeat;
}
div.service > p {
  display: inline-block;
  height: 160px;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #0A155C;
}
div.service > p.mobile {
  display: none;
}
div.service > p.mobile > span {
  color: #FF7200;
}

div.aboutBankrupt {
  padding: 72px 147px 48px 59px;
  width: 1369px;
  margin: 0 auto 64px auto;
  border-radius: 64px;
  text-align: right;
  background: linear-gradient(240deg, #FFF9ED 22%, #F6EFFF 38%, #A8B1E9 55%, #3047E2 74%, #102089 85%, #0B173B 97%);
}
div.aboutBankrupt > div {
  margin: 0 auto;
  padding-left: 350px;
  background-image: url("img/AboutBankrupt.png");
  background-size: auto;
  background-position: left center;
  background-repeat: no-repeat;
}
div.aboutBankrupt > div > div.titled {
  color: #0A155C;
  margin-bottom: 70px;
}
div.aboutBankrupt > div > div.titled > p:first-child {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.5px;
  text-align: left;
  margin-bottom: 16px;
}
div.aboutBankrupt > div > div.titled > p:first-child > span:last-child {
  background-color: #102089;
  color: #fff;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 8px;
}
div.aboutBankrupt > div > div.titled > p:last-of-type {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.5px;
  text-align: right;
  display: inline-block;
  margin-right: 45px;
}
div.aboutBankrupt > div > div.act {
  max-width: 611px;
  padding: 16px 64px 16px 80px;
  display: inline-block;
  background-color: white;
  border-radius: 16px;
  box-shadow: inset 2px 4px 8px rgba(35, 68, 236, 0.1);
  background-image: url("img/warning.svg");
  background-size: 30px;
  background-position: left 32px top 16px;
  background-repeat: no-repeat;
}
div.aboutBankrupt > div > div.act > p {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #050B2E;
}
div.aboutBankrupt > div > div.act > p + p {
  margin-top: 32px;
}
div.aboutBankrupt > div > div.act > p > span {
  font-weight: 500;
  color: #102089;
}

div.statistic {
  width: 1400px;
  margin: 0 auto 128px auto;
}
div.statistic > div.procent {
  padding-left: 150px;
  min-height: 150px;
  max-width: 500px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
div.statistic > div.procent:after {
  position: absolute;
  left: 39px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.5px;
}
div.statistic > div.procent:nth-child(1) {
  background-image: url("img/circle90.svg");
  background-size: 150px;
  margin-right: 90px;
}
div.statistic > div.procent:nth-child(1):after {
  content: "90%";
  color: #E13A3A;
}
div.statistic > div.procent:nth-child(2) {
  background-image: url("img/circle40.svg");
  background-size: 150px;
}
div.statistic > div.procent:nth-child(2):after {
  content: "40%";
  color: #FF7200;
}
div.statistic > div.procent span {
  color: #102089;
}
div.statistic > div.hint {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
}
div.statistic > div.hint > span {
  color: #102089;
}

div.autoTracking {
  padding-right: 390px;
  width: 880px;
  min-height: 360px;
  margin: 0 auto 64px auto;
  line-height: 360px;
  text-align: center;
  background-image: url("img/SourceBankrupt.png");
  background-position: right center;
  background-repeat: no-repeat;
}
div.autoTracking > p {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.5px;
  display: inline-block;
}
div.autoTracking > p span {
  color: #102089;
}

div.work {
  margin-bottom: 128px;
}
div.work > div.titled {
  text-align: center;
  margin-bottom: 48px;
}
div.work > div.titled > p:first-child {
  color: #0A155C;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-bottom: 48px;
}
div.work > div.titled > p:first-child > span {
  color: #FF7200;
}
div.work > div.titled > p:last-child {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.5px;
  border-radius: 8px;
  display: inline-block;
  background-color: #FF7200;
  padding: 4px 48px;
  color: white;
}
div.work > div.content {
  padding: 88px 130px 88px 130px;
  width: 1315px;
  background: linear-gradient(243deg, #102089 23%, #3047E2 49%, #A8B1E9 68%, #F6EFFF 80%, #FFF9ED 95%);
  margin: 0 auto 64px auto;
  border-radius: 48px;
  text-align: right;
}
div.work > div.content > div {
  background-image: url("img/Work.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 540px;
  height: 100%;
  padding-left: 700px;
}
div.work > div.content > div > div.points {
  color: white;
}
div.work > div.content > div > div.points > div {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight: 500;
  background-color: rgba(21, 42, 183, 0.56);
  text-align: left;
  border-radius: 24px;
  padding: 24px 24px 24px 80px;
  position: relative;
}
div.work > div.content > div > div.points > div:not(:last-of-type) {
  margin-bottom: 16px;
}
div.work > div.content > div > div.points > div > span {
  position: absolute;
  top: 20px;
  left: 24px;
  background-color: #F5F7FF;
  color: #102089;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 12px;
}

div.functions {
  margin-bottom: 128px;
}
div.functions > div.titled {
  text-align: center;
  margin-bottom: 85px;
}
div.functions > div.titled > p:first-child {
  color: #050B2E;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}
div.functions > div.titled > p:last-child {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: #102089;
}
div.functions > div.content {
  display: grid;
  margin: 0 auto;
  justify-content: center;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(2, 584px);
  grid-gap: 32px 32px;
  grid-template-areas: "pos-1 pos-2" "pos-3 pos-4" "pos-5 pos-6";
}
div.functions > div.content > div {
  padding: 170px 48px 48px 48px;
  background-size: 104px;
  background-repeat: no-repeat;
  background-position: left 48px top 32px;
  box-shadow: 0 0 16px 1px rgba(118, 134, 239, 0.3);
  border-radius: 16px;
}
div.functions > div.content > div > h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: #050B2E;
  margin-bottom: 24px;
}
div.functions > div.content > div > p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #0A155C;
}
div.functions > div.content > div.reg {
  grid-area: pos-1;
  background-image: url("img/reg.png");
}
div.functions > div.content > div.groups {
  grid-area: pos-3;
  background-image: url("img/groups.png");
}
div.functions > div.content > div.command {
  grid-area: pos-5;
  background-image: url("img/command.png");
}
div.functions > div.content > div.adding-subjects {
  grid-area: pos-2;
  background-image: url("img/adding-subjects.png");
}
div.functions > div.content > div.tracks {
  grid-area: pos-4;
  background-image: url("img/tracks.png");
}
div.functions > div.content > div.history {
  grid-area: pos-6;
  background-image: url("img/history.png");
}

div.tariff {
  width: 920px;
  margin: 0 auto 128px auto;
  text-align: center;
}
div.tariff > p {
  margin-bottom: 64px;
  color: #050B2E;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.5px;
}
div.tariff > div.content {
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 4px 32px rgba(118, 134, 239, 0.32);
  margin-bottom: 48px;
}
div.tariff > div.content > div.monthlyPlan {
  text-align: center;
  margin-bottom: 48px;
}
div.tariff > div.content > div.monthlyPlan > span {
  position: relative;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #0A155C;
  margin-right: 30px;
}
div.tariff > div.content > div.monthlyPlan > span:after {
  content: "";
  height: 12px;
  width: 100%;
  background-image: url("img/pattern-circle.svg");
  background-repeat: repeat-x;
  background-size: 30px;
  position: absolute;
  left: 0;
  top: 55px;
}
div.tariff > div.content > div.monthlyPlan > div {
  padding: 24px 32px;
  border-radius: 12px;
  background-color: #F5F7FF;
  color: #050B2E;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0.5px;
  display: inline-block;
  box-shadow: inset 2px 4px 8px rgba(43, 67, 227, 0.08);
}
div.tariff > div.content > div.monthlyPlan > div > span {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-right: 16px;
}
div.tariff > div.content > p {
  font-size: 24px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.5px;
  margin-left: 16px;
  color: #0A155C;
  text-align: left;
}
div.tariff > a {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 84px 14px 48px;
  color: white;
  background-color: #2B43E3;
  border-radius: 12px;
  background-image: url("img/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 48px center;
}

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