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 10px center;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
body > div#content > div h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  max-width: 400px;
}
body > div#content > div h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}
body > div#content > div.main > div {
  display: flex;
  flex-direction: column;
  padding: 48px 0 0 0;
  max-width: initial;
  margin: 0;
}
body > div#content > div.main > div:before {
  order: 0;
  margin: 0 auto;
  width: 478px;
  height: 418px;
  padding: 0 12px;
  content: "";
  display: inline-block;
  background-image: url("img/AboutBankrupt1280.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: static;
}
@media screen and (max-width: 550px) {
  body > div#content > div.main > div:before {
    width: 328px;
    height: 328px;
  }
}
body > div#content > div.main > div > h1 {
  order: -1;
  margin: 0 auto;
  padding: 0 12px;
}
body > div#content > div.main > div > p {
  padding: 0 12px;
}
body > div#content > div.main > div > p:first-of-type {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  max-width: 400px;
  margin: 0 auto;
}
body > div#content > div.main > div > p:last-of-type {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  max-width: 400px;
  margin: 26px auto 0;
}
body > div#content > div.main > div > div.special-offer {
  max-width: 400px;
  padding: 4px 12px 4px 38px;
  margin: 38px auto 0;
}
body > div#content > div.main > div > form {
  display: inline-block;
  width: auto;
  max-width: 400px;
  padding: 0 12px;
  margin: 12px auto 0;
  box-shadow: none;
  background-color: transparent;
  position: relative;
}
body > div#content > div.main > div > form:focus-within {
  outline: none;
  box-shadow: none;
}
body > div#content > div.main > div > form > label.toggle {
  position: absolute;
  top: 6px;
  left: 25px;
  z-index: 1;
}
body > div#content > div.main > div > form > label.toggle > span {
  padding: 0 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
body > div#content > div.main > div > form > label.value {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 17px 12px 17px 65px;
  width: stretch;
  border-radius: 50px;
  display: inline-block;
  background-color: #FFF;
}
body > div#content > div.main > div > form > label.value > input[type=text] {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 0;
  padding: 0 8px 0 0;
}
body > div#content > div.main > div > form > label.value > p {
  margin: 0;
  top: 17px;
}
body > div#content > div.main > div > form > input[type=submit] {
  display: inline-block;
  width: stretch;
  padding: 17px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin-top: 12px;
}
body > div#content > div.main > div > form > input[type=submit].disabled {
  background-image: none;
}
body > div#content > div.main > div > div.consequences {
  display: flex;
  flex-direction: column;
  margin-top: 68px;
  max-width: inherit;
  padding: 31px 34px;
  gap: 20px;
  background-color: #FFEEE8;
}
body > div#content > div.main > div > div.consequences > div {
  border-right: 0;
  padding-right: 0;
  flex: 1;
  text-align: left;
}
body > div#content > div.main > div > div.consequences > div:nth-of-type(n) {
  max-width: 450px;
  width: auto;
  margin: 0 auto;
}
body > div#content > div.main > div > div.consequences > div > p:first-of-type {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
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: inherit;
  margin: 40px auto 0 auto;
  padding: 0;
}
body > div#content > div.work > h2 {
  margin-left: 22px;
}
body > div#content > div.work > ol {
  margin: 20px 20px 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
body > div#content > div.work > ol:after, body > div#content > div.work > ol:before {
  content: none;
}
body > div#content > div.work > ol > li {
  width: auto;
  display: inline-block;
  padding: 16px 14px 78px 16px;
}
body > div#content > div.work > ol > li > h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
body > div#content > div.work > ol > li > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 8px;
}
body > div#content > div.work > ol > li:nth-of-type(n) {
  background-size: 120px;
  flex: 1;
}
@media screen and (max-width: 600px) {
  body > div#content > div.work > ol {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
  }
  body > div#content > div.work > ol > li {
    max-width: inherit;
    border-radius: 0;
  }
  body > div#content > div.work > ol > li:nth-of-type(n) {
    background-position: center right 22px;
  }
  body > div#content > div.work > ol > li:first-of-type {
    background-size: 105px;
    background-position: center right 22px;
    padding: 16px 140px 60px 16px;
  }
  body > div#content > div.work > ol > li:nth-of-type(2) {
    background-size: 105px;
    background-position: center right 22px;
    padding: 16px 140px 60px 16px;
  }
  body > div#content > div.work > ol > li:last-of-type {
    background-size: 120px;
    background-position: center right 22px;
    padding: 16px 155px 48px 16px;
  }
  body > div#content > div.work > ol > li > p {
    max-width: 380px;
  }
}
body > div#content > div.consequences {
  margin: 65px auto 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  body > div#content > div.consequences {
    margin: 40px auto 0;
  }
}
body > div#content > div.consequences > p, body > div#content > div.consequences h2 {
  padding: 0 30px;
}
body > div#content > div.consequences > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 8px auto 0 auto;
  max-width: 600px;
  width: auto;
}
body > div#content > div.consequences > div.content {
  display: flex;
  flex-direction: column-reverse;
  gap: 22px;
  max-width: 650px;
  margin: 20px auto 0;
}
body > div#content > div.consequences > div.content > ol {
  list-style: none;
  max-width: 800px;
  width: auto;
  padding: 8px;
  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 40px 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: 14px;
  font-weight: 600;
  line-height: 18px;
}
body > div#content > div.consequences > div.content > ol > li > p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 6px;
}
body > div#content > div.consequences > div.content > picture {
  display: none;
}
body > div#content > div.functions {
  margin-top: 40px;
  background: transparent;
}
body > div#content > div.functions > div.content {
  max-width: inherit;
  margin: 0 auto;
  padding: 0;
  background-image: none;
}
body > div#content > div.functions > div.content > h2 {
  padding: 0 20px;
}
body > div#content > div.functions > div.content > div.points {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  grid-gap: 30px;
  width: auto;
  margin-top: 20px;
  padding: 0 20px 40px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(226, 234, 255, 0.8) 100%);
}
body > div#content > div.functions > div.content > div.points:after {
  content: "";
  display: block;
  width: 274px;
  height: 274px;
  grid-column: 1/span 2;
  margin: 14px auto 0;
  background-image: url("img/pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
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: 40px auto 0;
  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;
}
@media screen and (max-width: 500px) {
  body > div#content > div.functions > div.content > h2 {
    padding: 0 20px;
  }
  body > div#content > div.functions > div.content > div.points {
    display: block;
    width: auto;
    margin-top: 20px;
    padding: 0 20px 40px;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(226, 234, 255, 0.8) 100%);
  }
  body > div#content > div.functions > div.content > div.points:after {
    content: "";
    display: block;
    width: 274px;
    height: 274px;
    margin: 14px auto 0;
    background-image: url("img/pc.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  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.points > div + div {
    margin-top: 50px;
  }
  body > div#content > div.functions > div.content > div.statistics {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: auto;
  }
  body > div#content > div.functions > div.content > div.statistics > div {
    display: inline-block;
    width: 230px;
    text-align: center;
    border: none;
  }
  body > div#content > div.functions > div.content > div.statistics > div > h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }
  body > div#content > div.functions > div.content > div.statistics > div > h3 > strong {
    display: block;
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 4px;
  }
}
body > div#content > div.tariff {
  margin-top: 40px;
}
body > div#content > div.tariff > div.content {
  margin: 20px 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: 260px;
  margin: 0 auto;
  position: relative;
}
body > div#content > div.tariff > div.content > div:after, body > div#content > div.tariff > div.content > div:before {
  content: none;
}
body > div#content > div.tariff > div.content > div > div {
  margin: 0 auto;
  max-width: 500px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  top: 40px;
}
body > div#content > div.tariff > div.content > div > div > div.special-offer {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  padding: 6px 8px 6px 36px;
}
body > div#content > div.tariff > div.content > div > div > hr {
  width: auto;
  height: 1px;
}
body > div#content > div.tariff > div.content > div > div > div.month-price {
  margin-top: 0;
}
body > div#content > div.tariff > div.content > div > div > div.month-price > h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
}
body > div#content > div.tariff > div.content > div > div > div.month-price > p {
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  margin-top: 12px;
}
body > div#content > div.tariff > div.content > div > div > div.day-price {
  width: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
body > div#content > div.tariff > div.content > div > div > a.begin-tracking {
  margin-top: 16px;
  padding: 12px;
  background-color: #FF6636;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #FFF;
}
body > div#content > div.tariff > div.content > div > div > a.begin-tracking:before {
  content: none;
}

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