body input[type=submit] {
  cursor: pointer;
}
body > div#header > div.bottom {
  display: none;
}
body > div#content {
  margin-bottom: 100px;
}
body > div#content div.special-offer {
  padding: 5px 12px 5px 38px;
  background-image: url("img/heart_orange.svg");
  background-size: 20px;
  background-position: left 14px center;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
body > div#content > div h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
}
body > div#content > div h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}
body > div#content > div.main > div {
  padding: 47px 0 47px 30px;
  max-width: 975px;
}
body > div#content > div.main > div:before {
  content: "";
  width: 478px;
  height: 418px;
  background-image: url("img/AboutBankrupt1280.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: -80px;
}
@media screen and (max-width: 980px) {
  body > div#content > div.main > div:before {
    right: -160px;
  }
}
@media screen and (max-width: 900px) {
  body > div#content > div.main > div:before {
    right: -160px;
  }
}
@media screen and (max-width: 860px) {
  body > div#content > div.main > div:before {
    width: 428px;
    height: 368px;
    right: -150px;
  }
}
@media screen and (max-width: 800px) {
  body > div#content > div.main > div:before {
    width: 387px;
    height: 347px;
    top: 10px;
    right: -150px;
  }
}
body > div#content > div.main > div > p:first-of-type {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  max-width: 500px;
  margin-top: 8px;
}
body > div#content > div.main > div > p:last-of-type {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  max-width: 630px;
  margin-top: 26px;
}
body > div#content > div.main > div > div.special-offer {
  margin-top: 38px;
}
body > div#content > div.main > div > form {
  width: 524px;
  padding: 8px 8px 8px 18px;
  margin-top: 12px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.08);
}
body > div#content > div.main > div > form > label.toggle > span {
  padding: 0 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
body > div#content > div.main > div > form > label.value {
  padding: 0 16px;
}
body > div#content > div.main > div > form > label.value > input[type=text] {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
body > div#content > div.main > div > form > input[type=submit] {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 10px 20px;
}
body > div#content > div.main > div > div.consequences {
  margin-top: 68px;
  max-width: 800px;
  gap: 30px;
  padding: 0 30px 0 0;
}
body > div#content > div.main > div > div.consequences > div {
  border-right: 0;
  padding-right: 0;
  text-align: justify;
  flex: 1;
}
body > div#content > div.main > div > div.consequences > div:first-of-type {
  max-width: initial;
}
body > div#content > div.main > div > div.consequences > div:nth-of-type(2) {
  max-width: initial;
}
body > div#content > div.main > div > div.consequences > div:last-of-type {
  max-width: initial;
}
body > div#content > div.main > div > div.consequences > div > p:first-of-type {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}
body > div#content > div.main > div > div.consequences > div > p:last-of-type {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
}
body > div#content > div.work {
  max-width: 1564px;
  margin: 80px auto 0 auto;
  padding: 0 30px;
}
body > div#content > div.work > ol {
  margin-top: 60px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body > div#content > div.work > ol:after, body > div#content > div.work > ol:before {
  width: 236px;
  height: 60px;
}
body > div#content > div.work > ol:after {
  background-image: url("img/halfArcUp1280.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 30px;
  right: 20%;
  z-index: -1;
}
body > div#content > div.work > ol:before {
  background-image: url("img/halfArcDown1280.svg");
  background-position: center;
  background-repeat: no-repeat;
  bottom: 30px;
  left: 20%;
  z-index: -1;
}
body > div#content > div.work > ol > li {
  width: auto;
  display: inline-block;
  padding: 22px 0 68px 22px;
}
body > div#content > div.work > ol > li > h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  max-width: 240px;
}
body > div#content > div.work > ol > li > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
  max-width: 270px;
}
body > div#content > div.work > ol > li:nth-of-type(n) {
  background-size: 181px;
  background-position: top 54px right 37px;
}
body > div#content > div.consequences {
  margin: 65px auto 0;
  max-width: 1585px;
  padding: 0 30px;
}
body > div#content > div.consequences > h2 {
  text-align: center;
}
body > div#content > div.consequences > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 600px;
  margin: 12px auto 0 auto;
}
body > div#content > div.consequences > div.content {
  display: flex;
  flex-direction: column-reverse;
  gap: 22px;
  margin-top: 32px;
}
body > div#content > div.consequences > div.content > ol {
  list-style: none;
  max-width: 800px;
  padding: 16px 14px;
  border-radius: 16px;
  margin: 0 auto;
  background-color: #F5F7FA;
}
body > div#content > div.consequences > div.content > ol > li {
  border-radius: 12px;
  background-color: #FFF;
}
body > div#content > div.consequences > div.content > ol > li:nth-of-type(n) {
  padding: 14px 50px 16px 90px;
  background-size: 52px;
  background-position: left 22px top 14px;
}
body > div#content > div.consequences > div.content > ol > li + li {
  margin-top: 12px;
}
body > div#content > div.consequences > div.content > ol > li > h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
body > div#content > div.consequences > div.content > ol > li > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 8px;
}
body > div#content > div.consequences > div.content > picture {
  background-color: #F5F7FA;
  border-radius: 16px;
  position: relative;
  max-height: 460px;
  margin: 0 auto;
}
body > div#content > div.consequences > div.content > picture > img {
  position: relative;
  top: 20px;
}
body > div#content > div.functions {
  margin-top: 125px;
}
body > div#content > div.functions > div.content {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px 43px 30px;
  background-image: url("img/pc.png");
  background-size: 520px;
  background-position: right -110px top -10px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 940px) {
  body > div#content > div.functions > div.content {
    background-size: 480px;
    background-position: right -140px top 10px;
  }
}
@media screen and (max-width: 860px) {
  body > div#content > div.functions > div.content {
    background-size: 440px;
    background-position: right -170px top 39px;
  }
}
body > div#content > div.functions > div.content > div.points {
  margin-top: 60px;
  width: 510px;
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  grid-column-gap: 38px;
  grid-row-gap: 58px;
}
body > div#content > div.functions > div.content > div.points > div > h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
body > div#content > div.functions > div.content > div.points > div > p {
  margin-top: 4px;
  width: 200px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
body > div#content > div.functions > div.content > div.statistics {
  margin-top: 55px;
  display: flex;
  gap: 18px;
  width: 406px;
}
body > div#content > div.functions > div.content > div.statistics > div {
  display: inline-block;
  padding: 26px 26px 9px 26px;
  flex: 1;
  background-color: #FFF;
  border-radius: 9px;
  border: 1px solid #CED1D9;
}
body > div#content > div.functions > div.content > div.statistics > div > h3 {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
body > div#content > div.functions > div.content > div.statistics > div > h3 > strong {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 4px;
}
body > div#content > div.tariff {
  margin-top: 100px;
}
body > div#content > div.tariff > h2 {
  text-align: center;
}
body > div#content > div.tariff > div.content {
  margin: 60px auto 0 auto;
  max-width: inherit;
  background-color: #FF6636;
  border-radius: 12px;
}
body > div#content > div.tariff > div.content > div {
  width: auto;
  max-width: 810px;
  height: 286px;
  margin: 0 auto;
  position: relative;
}
body > div#content > div.tariff > div.content > div:after, body > div#content > div.tariff > div.content > div:before {
  content: "";
  width: 88px;
  height: 116px;
}
body > div#content > div.tariff > div.content > div:before {
  position: absolute;
  left: 0;
  top: 130px;
}
body > div#content > div.tariff > div.content > div:after {
  position: absolute;
  right: 0;
  bottom: -38px;
}
body > div#content > div.tariff > div.content > div > div {
  margin: 0 auto;
  max-width: 530px;
  padding: 24px;
  position: relative;
  top: 60px;
  box-shadow: 0 4px 85px 0 rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-areas: "so ln dp" "mp ln dp" "a a a";
  grid-template-columns: 1fr 1px 180px;
  column-gap: 42px;
  background-color: #FFF;
  border-radius: 12px;
}
body > div#content > div.tariff > div.content > div > div > div.special-offer {
  grid-area: so;
  justify-self: start;
  align-self: start;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 8px 16px 8px 54px;
}
body > div#content > div.tariff > div.content > div > div > hr {
  grid-area: ln;
  width: 1px;
  background-color: #B7BAC7;
}
body > div#content > div.tariff > div.content > div > div > div.month-price {
  grid-area: mp;
  margin-top: 8px;
}
body > div#content > div.tariff > div.content > div > div > div.month-price > h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}
body > div#content > div.tariff > div.content > div > div > div.month-price > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 12px;
}
body > div#content > div.tariff > div.content > div > div > div.day-price {
  grid-area: dp;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
body > div#content > div.tariff > div.content > div > div > a.begin-tracking {
  grid-area: a;
  margin-top: 42px;
  padding: 16px;
  background-color: #FF6636;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #FFF;
}
body > div#content > div.tariff > div.content > div > div > a.begin-tracking:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("img/arrow-right-curcle.svg");
  background-position: center;
  background-repeat: no-repeat;
}

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