body > div#header > div.bottom {
  display: none;
}
body > div#content {
  padding-top: 60px;
}
body > div#content > div {
  margin: 0 auto 128px auto;
}
body > div#content > div.about-desk {
  display: grid;
  grid-template-rows: 150px 60px;
  grid-template-columns: 310px 1fr;
  align-content: center;
  align-items: center;
  column-gap: 12px;
  grid-template-areas: "desk desk" "btn text";
  width: 900px;
  height: 300px;
  padding-right: 250px;
  margin: 0 auto 40px auto;
  background-image: url("img/SourceBankrupt.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 300px;
}
body > div#content > div.about-desk > h1 {
  grid-area: desk;
  display: block;
  height: max-content;
  width: 900px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.5px;
  text-align: left;
  color: #0A155C;
}
body > div#content > div.about-desk > button {
  grid-area: btn;
  max-width: 310px;
  min-height: 60px;
  justify-self: center;
  border-radius: 36px;
  font-size: 20px;
  background-color: #FF7200;
}
body > div#content > div.about-desk > span {
  grid-area: text;
  font-size: 20px;
}
body > div#content > div.main {
  position: relative;
  padding: 68px 147px 68px 59px;
  width: 1300px;
  border-radius: 64px;
  margin-bottom: 64px;
  background: radial-gradient(#3047E2 40%, #102089 100%);
}
body > div#content > div.main:after {
  content: "";
  background-image: url("img/AboutBankrupt.png");
  background-size: 490px;
  background-position: left center;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 70px;
}
body > div#content > div.main > div {
  margin: 0 auto;
  padding-left: 530px;
}
body > div#content > div.main > div > h2 {
  color: #FFF;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.5px;
  text-align: center;
}
body > div#content > div.main > div > div.act {
  max-width: 615px;
  padding: 24px 64px 24px 80px;
  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 24px;
  background-repeat: no-repeat;
  margin: 0 auto;
}
body > div#content > div.main > div > div.act > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #050B2E;
}
body > div#content > div.main > div > div.act > p:last-of-type {
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  font-weight: 600;
}
body > div#content > div.main > div > div.act > p > b {
  color: #102089;
}
body > div#content > div.whom {
  margin: 0 auto 100px auto;
}
body > div#content > div.whom > h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
  color: #050B2E;
  text-align: center;
}
body > div#content > div.whom > ul {
  width: 1400px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 14px;
  margin: 0 auto;
}
body > div#content > div.whom > ul > li {
  position: relative;
  list-style-type: none;
  border-radius: 12px;
  width: 500px;
  padding: 20px 50px 20px 30px;
  box-shadow: 0 0 10px 1px rgba(118, 134, 239, 0.3);
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  color: #050B2E;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: top 10px right 14px;
}
body > div#content > div.whom > ul > li:first-child {
  background-image: url("img/pin_blue.svg");
}
body > div#content > div.whom > ul > li:nth-child(2) {
  background-image: url("img/pin_orange.svg");
}
body > div#content > div.whom > ul > li:last-child {
  background-image: url("img/pin_red.svg");
}
body > div#content > div.work > div.content {
  padding: 70px 130px 80px 130px;
  width: 1246px;
  position: relative;
  background: radial-gradient(#3047E2 40%, #102089 100%);
  margin: 0 auto 64px auto;
  border-radius: 48px;
  text-align: right;
}
body > div#content > div.work > div.content:after {
  content: "";
  background-image: url("img/Work.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 480px;
  height: 500px;
  width: 500px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 80px;
}
body > div#content > div.work > div.content > div {
  height: 100%;
  padding: 0 0 0 500px;
}
body > div#content > div.work > div.content > div > h2 {
  margin-bottom: 36px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.5px;
  text-align: center;
  letter-spacing: 0.5px;
}
body > div#content > div.work > div.content > div > ol {
  list-style: none;
  counter-reset: n 0;
}
body > div#content > div.work > div.content > div > ol > li {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: white;
  font-weight: 500;
  counter-increment: n 1;
  background-color: #102089;
  text-align: left;
  border-radius: 24px;
  padding: 24px 24px 24px 80px;
  position: relative;
}
body > div#content > div.work > div.content > div > ol > li:not(:last-of-type) {
  margin-bottom: 16px;
}
body > div#content > div.work > div.content > div > ol > li:after {
  content: counter(n);
  position: absolute;
  top: 20px;
  left: 24px;
  background-color: #F5F7FF;
  color: #102089;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 12px;
}
body > div#content > div.functions > h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
  color: #050B2E;
  text-align: center;
}
body > div#content > div.functions > ul {
  display: grid;
  margin: 0 auto;
  justify-content: center;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 400px);
  grid-gap: 18px;
  grid-template-areas: "pos-1 pos-2 pos-3" "pos-4 pos-5 pos-6";
}
body > div#content > div.functions > ul > li {
  display: flex;
  align-items: center;
  padding: 22px 28px 22px 118px;
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  box-shadow: 0 0 10px 1px rgba(118, 134, 239, 0.3);
  border-radius: 16px;
  list-style-type: none;
}
body > div#content > div.functions > ul > li.reg {
  grid-area: pos-1;
  background-image: url("img/reg.png");
}
body > div#content > div.functions > ul > li.groups {
  grid-area: pos-3;
  background-image: url("img/groups.png");
}
body > div#content > div.functions > ul > li.command {
  grid-area: pos-5;
  background-image: url("img/command.png");
}
body > div#content > div.functions > ul > li.adding-subjects {
  grid-area: pos-2;
  background-image: url("img/adding-subjects.png");
}
body > div#content > div.functions > ul > li.tracks {
  grid-area: pos-4;
  background-image: url("img/tracks.png");
}
body > div#content > div.functions > ul > li.history {
  grid-area: pos-6;
  background-image: url("img/history.png");
}
body > div#content > div.functions > ul > li > h4 {
  font-size: 21px;
  font-weight: 400;
  line-height: 26px;
  color: #050B2E;
}
body > div#content > div.tariff {
  width: 920px;
  text-align: center;
}
body > div#content > div.tariff > h2 {
  margin-bottom: 50px;
  color: #050B2E;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.5px;
}
body > div#content > div.tariff > div.content {
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 4px 14px rgba(118, 134, 239, 0.32);
  margin-bottom: 56px;
}
body > div#content > div.tariff > div.content > div.monthlyPlan {
  text-align: center;
  margin-bottom: 48px;
}
body > div#content > div.tariff > div.content > div.monthlyPlan > span {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #0A155C;
  margin-right: 30px;
}
body > div#content > 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;
}
body > div#content > div.tariff > div.content > div.monthlyPlan > div {
  padding: 24px 32px;
  border-radius: 12px;
  background-color: #F5F7FF;
  color: #050B2E;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.5px;
  display: inline-block;
  box-shadow: inset 2px 4px 8px rgba(43, 67, 227, 0.08);
}
body > div#content > div.tariff > div.content > div.monthlyPlan > div > span {
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: 0.5px;
  margin-right: 16px;
}
body > div#content > div.tariff > div.content > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.5px;
  margin-left: 16px;
  color: #0A155C;
  text-align: left;
}
body > div#content > div.tariff > div.content > p:nth-of-type(2) {
  margin-top: 16px;
}
body > div#content > div.tariff > div.content > p:nth-of-type(2) > span {
  color: #FF7200;
}
body > div#content > div.tariff > a {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 48px 14px 48px;
  color: #fff;
  background-color: #2B43E3;
  border-radius: 36px;
  transition: 0.3s;
}
body > div#content > div.tariff > a:hover {
  background-color: #7686EF;
}

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