/* /nove-xiaomi */
.newXiaomi-page .f-36 {
  font-size: 36px;
}

.newXiaomi-page .lp__wizzard .step {
  padding: 0;
}

.newXiaomi-page .lp__wizzard .step--fourth .v-theme--light.v-btn.mbtn {
  padding: 29px 40px;
}

.newXiaomi-page .lp__wizzard .v-theme--light.v-btn.mbtn--samsung {
  padding: 17px 20px;
  margin: 0;
}

.newXiaomi-page .lp__wizzard .step--first .v-theme--light.v-text-field--outlined.v-autocomplete.v-input .v-input__control .v-select__slot input[type=text], .newXiaomi-page .lp__wizzard .step--second .v-theme--light.v-text-field--outlined.v-autocomplete.v-input .v-input__control .v-select__slot input[type=text] {
  padding-top: inherit;
  line-height: inherit;
}

.newXiaomi-page .lp__wizzard .step--first .v-theme--light.v-text-field--outlined .v-input__control .v-select__slot label, .newXiaomi-page .lp__wizzard .step--second .v-theme--light.v-text-field--outlined .v-input__control .v-select__slot label {
  padding-top: inherit;
}

.newXiaomi-page .lp__wizzard .step--first .v-list-item__content, .newXiaomi-page .lp__wizzard .step--second .v-list-item__content {
  padding-top: inherit;
}

.newXiaomi-page .lp__wizzard .step--second .price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 350px;
  margin: 0 auto 20px;
}

.newXiaomi-page .lp__wizzard .step--second .price > div:nth-of-type(odd) {
  text-align: left;
}

.newXiaomi-page .lp__wizzard .step--second .price > div:nth-of-type(even) {
  text-align: right;
}

.newXiaomi-page .lp__wizzard .step--fourth > .s21__subtitle {
  margin: 0 auto 60px;
}

.newXiaomi__header .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.newXiaomi__header .banner .desc {
  position: absolute;
  max-width: 450px;
  right: 19.5%;
  top: 60%;
}

@media (max-width: 850px) {
  .newXiaomi__header .banner .desc {
    right: 8%;
    top: 63%;
  }
}

.newXiaomi__header .banner .price {
  font-size: 43px;
}

@media (min-width: 851px) and (max-width: 1620px) {
  .newXiaomi__header .banner .price {
    font-size: 2.7vw;
  }
}

@media (max-width: 850px) {
  .newXiaomi__header .banner .price {
    font-size: 4.5vw;
  }
}

.newXiaomi__header .banner .price .bold {
  font-size: 63px;
}

@media (min-width: 851px) and (max-width: 1620px) {
  .newXiaomi__header .banner .price .bold {
    font-size: 3.9vw;
  }
}

@media (max-width: 850px) {
  .newXiaomi__header .banner .price .bold {
    font-size: 5.7vw;
  }
}

.newXiaomi__claim {
  padding: 10px 20px;
  font-size: 42px;
  background: linear-gradient(90deg, #ffcf00 15%, #fcff00 85%);
}

@media (max-width: 850px) {
  .newXiaomi__claim {
    font-size: 26px;
  }
}

.newXiaomi__subtitle {
  font-size: 40px;
  line-height: 1.2;
  padding: 60px 30px 30px;
}

@media (max-width: 1300px) {
  .newXiaomi__how br {
    display: none;
  }
}

.newXiaomi__how .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

@media (min-width: 1101px) and (max-width: 1350px) {
  .newXiaomi__how .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 601px) and (max-width: 1100px) {
  .newXiaomi__how .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .newXiaomi__how .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.newXiaomi__how .gridItem {
  display: flex;
  flex-direction: column;
}

@media (min-width: 601px) and (max-width: 1350px) {
  .newXiaomi__how .gridItem:last-of-type {
    grid-column: span 2;
  }
}

.newXiaomi__how .gridItem > div {
  flex: 1;
  padding: 30px;
  min-height: 220px;
  max-height: 50%;
  font-size: 21px;
}

@media (min-width: 601px) and (max-width: 1100px) {
  .newXiaomi__how .gridItem > div {
    min-height: 185px;
  }
}

@media (max-width: 600px) {
  .newXiaomi__how .gridItem > div {
    min-height: unset;
    max-height: unset;
  }
}

.newXiaomi__how .gridItem > div:nth-of-type(1) {
  min-height: 360px;
}

@media (max-width: 1350px) {
  .newXiaomi__how .gridItem > div:nth-of-type(1) {
    min-height: unset;
  }
}

.newXiaomi__how .gridItem > div:nth-of-type(2) {
  background: #000;
}

.newXiaomi__how .gridItem > div:nth-of-type(2):not(.flex-center) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newXiaomi__how .imgDesc {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.newXiaomi__how .imgDesc .wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 107px;
  margin-bottom: 30px;
}

@media (min-width: 601px) {
  .newXiaomi__how .imgDesc .desc {
    margin-bottom: 80px;
  }
}

.newXiaomi__how .imgDesc img {
  mix-blend-mode: darken;
}

.newXiaomi__how .imgDesc .exampleTitle {
  position: absolute;
  bottom: 20px;
}

@media (max-width: 1350px) {
  .newXiaomi__how .imgDesc .exampleTitle {
    display: none;
  }
}

.newXiaomi__how .example {
  font-size: 36px;
  line-height: 1;
}

.newXiaomi__how .priceWrapper, .newXiaomi__how .resultPrice {
  font-size: 25px;
  margin-top: 25px;
}

@media (min-width: 1101px) {
  .newXiaomi__how .priceWrapper {
    margin-bottom: 36px;
  }
}

.newXiaomi__how .resultPrice {
  max-width: 300px;
  margin: 0 auto;
  padding: 12px 20px 6px;
  border-radius: 6px;
  background: linear-gradient(90deg, #ffcf00 15%, #fcff00 85%);
}

@media (max-width: 600px) {
  .newXiaomi__how .resultPrice {
    margin-top: 20px;
  }
}

.newXiaomi__how .price {
  display: inline-block;
  position: relative;
}

@media (max-width: 1100px) {
  .newXiaomi__how .price {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}

.newXiaomi__how .price--infoText {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 1101px) {
  .newXiaomi__how .price--infoText {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 1100px) {
  .newXiaomi__how .price--infoText {
    display: inline-block;
  }
}

.newXiaomi__product {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1150px;
  width: 100%;
  margin: 30px auto;
}

@media (max-width: 1100px) {
  .newXiaomi__product {
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    max-width: 600px;
    margin: 80px auto;
  }
}

@media (max-width: 550px) {
  .newXiaomi__product {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0;
  }
}

.newXiaomi__product:last-of-type {
  padding-bottom: 80px;
  border-bottom: 1px solid #e2e2e2;
}

.newXiaomi__product .plus {
  font-size: 100px;
}

.newXiaomi__product .bonusItem {
  margin: 30px;
}

@media (max-width: 550px) {
  .newXiaomi__product .bonusItem {
    margin: 0 30px 30px;
  }
}

.newXiaomi__product .bonusItem img {
  display: flex;
  place-self: center;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .newXiaomi__product .bonusItem img {
    max-width: 140px;
  }
}

@media (max-width: 1100px) {
  .newXiaomi__product .bonusItem img {
    margin: 0 auto 20px;
  }
}

@media (min-width: 1101px) {
  .newXiaomi__product .productPrice {
    min-width: 360px;
  }
}

@media (max-width: 1100px) {
  .newXiaomi__product .productPrice {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 551px) and (max-width: 1100px) {
  .newXiaomi__product .productPrice {
    grid-column: span 3;
  }
}

.newXiaomi__product .productPrice .name {
  font-size: 49px;
}

@media (max-width: 550px) {
  .newXiaomi__product .productPrice .name {
    font-size: 40px;
  }
}

.newXiaomi__product .productPrice .installment {
  font-size: 24px;
}

@media (max-width: 550px) {
  .newXiaomi__product .productPrice .installment {
    font-size: 20px;
  }
}

.newXiaomi__product .productPrice .installment .text--large {
  font-size: 59px;
  line-height: 1.2;
}

@media (max-width: 550px) {
  .newXiaomi__product .productPrice .installment .text--large {
    font-size: 50px;
  }
}

.newXiaomi__product .productPrice .price {
  font-size: 32px;
}

@media (max-width: 550px) {
  .newXiaomi__product .productPrice .price {
    font-size: 28px;
  }
}

.newXiaomi__product .mbtn {
  max-width: 220px;
}

@media (max-width: 1100px) {
  .newXiaomi__product .mbtn {
    margin: 0 !important;
  }
}
