body input[type=submit] {
  cursor: pointer;
}
body > div#header:has(> div.bottom) {
  box-shadow: none;
}
body > div#header > div.bottom {
  display: none;
}
@media screen and (max-width: 1600px) {
  body > div#header {
    position: sticky;
    top: -8px;
  }
}
@media screen and (max-width: 1200px) {
  body > div#header {
    position: sticky;
    top: -12px;
  }
}
@media screen and (max-width: 900px) {
  body > div#header {
    position: sticky;
    top: -18px;
  }
}
@media screen and (max-width: 600px) {
  body > div#header {
    position: sticky;
    top: 0;
  }
}
body > div#content {
  font-family: "Inter", sans-serif;
  margin-bottom: 280px;
}
body > div#content div.special-offer {
  display: inline-block;
  border-radius: 4px;
  padding: 11px 16px 11px 54px;
  background-color: #FFF2E5;
  color: #FF6636;
  background-image: url("img/heart_orange.svg");
  background-size: 30px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
body > div#content > div h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  color: #1D2026;
}
body > div#content > div h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  color: #1D2026;
}
body > div#content > div h3 {
  color: #1D2026;
}
body > div#content > div.main {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(226, 234, 255, 0.8) 100%);
}
body > div#content > div.main > div {
  padding: 120px 0 65px 140px;
  position: relative;
  overflow: hidden;
}
body > div#content > div.main > div:before {
  content: "";
  width: 836px;
  height: 663px;
  position: absolute;
  top: 30px;
  right: -20px;
  background-image: url("img/AboutBankrupt.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1760px) {
  body > div#content > div.main > div:before {
    width: 786px;
    height: 613px;
    top: 70px;
    right: -60px;
  }
}
body > div#content > div.main > div > p {
  color: #6E7485;
  margin-top: 18px;
}
body > div#content > div.main > div > p:first-of-type {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  max-width: 760px;
}
body > div#content > div.main > div > p:last-of-type {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  max-width: 900px;
}
body > div#content > div.main > div > div.special-offer {
  margin-top: 18px;
}
body > div#content > div.main > div > form {
  display: flex;
  width: 867px;
  padding: 10px 10px 10px 30px;
  margin-top: 60px;
  border-radius: 90px;
  box-shadow: 0 4px 85px 0 rgba(0, 0, 0, 0.08);
  background-color: #FFF;
}
body > div#content > div.main > div > form:focus-within {
  outline: 2px solid #A3AEF5;
  box-shadow: 0 4px 85px 0 rgba(163, 174, 245, 0.4);
}
body > div#content > div.main > div > form > label.toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1D2026;
  user-select: none;
}
body > div#content > div.main > div > form > label.toggle input {
  display: none;
}
body > div#content > div.main > div > form > label.toggle > span {
  display: block;
  padding: 4px 10px;
  border-radius: 12px;
}
body > div#content > div.main > div > form > label.toggle > span:first-of-type {
  background-color: #FF6636;
  color: #FFF;
}
body > div#content > div.main > div > form > label.toggle > span:last-of-type {
  background-color: transparent;
  color: #6E7485;
}
body > div#content > div.main > div > form > label.toggle input[type=checkbox]:checked ~ span:first-of-type {
  background-color: transparent;
  color: #6E7485;
}
body > div#content > div.main > div > form > label.toggle input[type=checkbox]:checked ~ span:last-of-type {
  background-color: #FF6636;
  color: #FFF;
}
body > div#content > div.main > div > form > label.value {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 24px;
  position: relative;
}
body > div#content > div.main > div > form > label.value > input[type=text] {
  display: block;
  width: stretch;
  height: stretch;
  padding: 0;
  flex-grow: 1;
  border: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  color: #222222;
}
body > div#content > div.main > div > form > input[type=submit] {
  width: 300px;
  font-size: 20px;
  line-height: 20px;
  padding: 22px 35px;
  border-radius: 50px;
  background-color: #FF6636;
  text-transform: uppercase;
}
body > div#content > div.main > div > form > input[type=submit]:hover {
  background-color: #F15A29;
}
body > div#content > div.main > div > form > input[type=submit].disabled {
  opacity: 0.5;
  pointer-events: none;
  transition: none;
  background-image: url("img/loader.svg");
  background-position: center right 45px;
}
body > div#content > div.main > div > div.consequences {
  margin-top: 114px;
  max-width: 1169px;
  display: flex;
  gap: 50px;
}
body > div#content > div.main > div > div.consequences > div {
  border-right: 1px solid #A1A5B3;
  padding-right: 50px;
}
body > div#content > div.main > div > div.consequences > div:first-of-type {
  max-width: 335px;
}
body > div#content > div.main > div > div.consequences > div:nth-of-type(2) {
  max-width: 320px;
}
body > div#content > div.main > div > div.consequences > div:last-of-type {
  max-width: 320px;
  border-right: 0;
}
body > div#content > div.main > div > div.consequences > div > p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #222222;
}
body > div#content > div.main > div > div.consequences > div > p:last-of-type {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #6E7485;
}
body > div#content > div.work {
  max-width: 1564px;
  margin: 144px auto 0 auto;
  padding: 0 30px;
}
body > div#content > div.work > ol {
  margin-top: 45px;
  padding: 130px 0;
  list-style: none;
  position: relative;
  display: flex;
  gap: 32px;
}
body > div#content > div.work > ol:after, body > div#content > div.work > ol:before {
  content: "";
  width: 410px;
  height: 130px;
  position: absolute;
  z-index: -1;
}
body > div#content > div.work > ol:after {
  background-image: url("img/halfArcUp.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: 20px;
  right: 16%;
}
body > div#content > div.work > ol:before {
  background-image: url("img/halfArcDown.svg");
  background-position: center;
  background-repeat: no-repeat;
  bottom: 20px;
  left: 16%;
  z-index: -1;
}
body > div#content > div.work > ol > li {
  background-color: #F5F7FA;
  border-radius: 16px;
  padding: 30px 73px 238px 37px;
  width: 500px;
  display: inline-block;
}
body > div#content > div.work > ol > li > h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 43px;
  color: #1D2026;
}
body > div#content > div.work > ol > li > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #6E7485;
  margin-top: 14px;
}
body > div#content > div.work > ol > li:first-of-type {
  background-image: url("img/howToWork1.png");
  background-size: auto;
  background-position: bottom -55px center;
  background-repeat: no-repeat;
}
body > div#content > div.work > ol > li:nth-of-type(2) {
  background-image: url("img/howToWork2.png");
  background-size: auto;
  background-position: bottom -65px center;
  background-repeat: no-repeat;
}
body > div#content > div.work > ol > li:last-of-type {
  background-image: url("img/howToWork3.png");
  background-size: auto;
  background-position: bottom -45px center;
  background-repeat: no-repeat;
}
body > div#content > div.consequences {
  margin: 200px 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: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #6E7485;
  width: 1000px;
  margin: 16px auto 0 auto;
  text-align: center;
}
body > div#content > div.consequences > div.content {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-top: 88px;
}
body > div#content > div.consequences > div.content > ol {
  list-style: none;
  width: 647px;
  padding: 20px;
  border-radius: 16px;
  background-color: #F5F7FA;
}
body > div#content > div.consequences > div.content > ol > li {
  padding: 18px 64px 18px 119px;
  border-radius: 12px;
  background-color: #FFF;
}
body > div#content > div.consequences > div.content > ol > li:first-of-type {
  background-image: url("img/calendar.png");
  background-size: 74px;
  background-position: left 25px top 18px;
  background-repeat: no-repeat;
}
body > div#content > div.consequences > div.content > ol > li:nth-of-type(2) {
  background-image: url("img/flags.png");
  background-size: 74px;
  background-position: left 25px top 18px;
  background-repeat: no-repeat;
}
body > div#content > div.consequences > div.content > ol > li:last-of-type {
  background-image: url("img/ban_card.png");
  background-size: 74px;
  background-position: left 25px top 18px;
  background-repeat: no-repeat;
}
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: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #1D2026;
}
body > div#content > div.consequences > div.content > ol > li > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6E7485;
  margin-top: 6px;
}
body > div#content > div.consequences > div.content > picture {
  background-color: #F5F7FA;
  border-radius: 16px;
  position: relative;
}
body > div#content > div.consequences > div.content > picture > img {
  position: relative;
  top: 42px;
}
body > div#content > div.functions {
  margin-top: 195px;
  background: linear-gradient(rgba(255, 255, 255, 0.8) 0%, rgba(226, 234, 255, 0.8) 100%);
}
body > div#content > div.functions > div.content {
  max-width: 1644px;
  margin: 0 auto;
  padding: 0 30px 73px 30px;
  background-image: url("img/pc.png");
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
}
body > div#content > div.functions > div.content > div.points {
  margin-top: 135px;
  width: 829px;
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  grid-gap: 89px;
}
body > div#content > div.functions > div.content > div.points > div > h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
}
body > div#content > div.functions > div.content > div.points > div > p {
  margin-top: 11px;
  width: 270px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #6E7485;
}
body > div#content > div.functions > div.content > div.statistics {
  margin-top: 72px;
  display: flex;
  gap: 24px;
  width: 540px;
}
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: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #6E7485;
}
body > div#content > div.functions > div.content > div.statistics > div > h3 > strong {
  display: block;
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  margin-bottom: 4px;
  color: #1D2026;
}
body > div#content > div.tariff {
  margin-top: 200px;
}
body > div#content > div.tariff > h2 {
  text-align: center;
}
body > div#content > div.tariff > div.content {
  margin: 60px auto 0 auto;
  max-width: 1835px;
  background-color: #FF6636;
  border-radius: 12px;
}
body > div#content > div.tariff > div.content > div {
  width: 1584px;
  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: 220px;
  height: 260px;
}
body > div#content > div.tariff > div.content > div:before {
  background-image: url("img/arrow-right.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
body > div#content > div.tariff > div.content > div:after {
  background-image: url("img/arrow-left.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -167px;
}
body > div#content > div.tariff > div.content > div > div {
  position: relative;
  top: 80px;
  box-shadow: 0 4px 85px 0 rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-areas: "so ln dp" "mp ln ." "a a a";
  grid-template-columns: 1fr 1px 300px;
  column-gap: 42px;
  max-width: 930px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 12px;
  padding: 40px;
}
body > div#content > div.tariff > div.content > div > div > div.special-offer {
  grid-area: so;
  justify-self: start;
  align-self: start;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
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;
}
body > div#content > div.tariff > div.content > div > div > div.month-price > h3 {
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
}
body > div#content > div.tariff > div.content > div > div > div.month-price > p {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #6E7485;
  margin-top: 12px;
  text-transform: uppercase;
}
body > div#content > div.tariff > div.content > div > div > div.day-price {
  grid-area: dp;
  width: 300px;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  color: #4E5566;
}
body > div#content > div.tariff > div.content > div > div > a.begin-tracking {
  grid-area: a;
  margin-top: 40px;
  padding: 15px;
  background-color: #FF6636;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}
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.css.map */
