/* /prejdi-na-novy-apple */
.newApple-page .lp__wizzard .step {
  padding: 0;
  background: linear-gradient(134deg, #f75a9a 0%, #4a306b 100%);
}

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

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

.newApple-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], .newApple-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;
}

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

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

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

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

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

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

.newApple img {
  min-width: unset;
}

.newApple__subtitle {
  font-size: 54px;
  line-height: 1.2;
  margin: 50px 0;
}

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

.newApple__how .grid {
  display: grid;
  grid-template-columns: 230px 1fr 1fr 1fr 1fr 100px;
}

@media (min-width: 1001px) and (max-width: 1620px) {
  .newApple__how .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

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

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

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

@media (max-width: 1620px) {
  .newApple__how .gridItem:nth-of-type(1), .newApple__how .gridItem:nth-of-type(6) {
    display: none;
  }
}

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

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

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

.newApple__how .gridItem > div:nth-of-type(1) {
  min-height: unset;
}

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

.newApple__how .gridItem > div:nth-of-type(2):not(.flex-center) .desc {
  font-size: 24px;
}

.newApple__how .imgDesc {
  display: flex;
  position: relative;
}

.newApple__how .imgDesc:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 25px;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  background: #fff;
}

.newApple__how .imgDesc .step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0 20px 0 -15px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  background: linear-gradient(134deg, #f75a9a 0%, #4a306b 100%);
}

.newApple__how .imgDesc .desc {
  font-size: 21px;
  line-height: 1.2;
}

.newApple__how .example, .newApple__how .resultTitle {
  font-size: 36px;
  line-height: 1;
}

@media (max-width: 1150px) {
  .newApple__how .resultTitle {
    font-size: 24px;
  }
}

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

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

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

.newApple__how .price--infoText {
  position: absolute;
  right: 0;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .newApple__how .price--infoText {
    display: none;
  }
}

.newApple__how .bg--gradientFirst {
  background: linear-gradient(90deg, rgba(74, 48, 107, 1) 0%, rgba(96, 53, 113, 1) 100%);
}

.newApple__how .bg--gradientSecond {
  background: linear-gradient(90deg, rgba(96, 53, 113, 1) 0%, rgba(122, 59, 120, 1) 100%);
}

.newApple__how .bg--gradientThird {
  background: linear-gradient(90deg, rgba(122, 59, 120, 1) 0%, rgba(143, 64, 126, 1) 100%);
}

.newApple__how .bg--gradientFourth {
  background: linear-gradient(90deg, rgba(143, 64, 126, 1) 0%, rgba(161, 69, 131, 1) 100%);
}

.newApple__how .bg--gradientFifth {
  background: linear-gradient(90deg, rgba(161, 69, 131, 1) 0%, rgba(172, 72, 134, 1) 100%);
}

.newApple__how .bg--gradientSixth {
  background: linear-gradient(90deg, rgba(172, 72, 134, 1) 0%, rgba(185, 75, 137, 1) 100%);
}

@media (max-width: 550px) {
  .newApple__buy {
    flex-direction: column;
  }

  .newApple__buy .col {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.newApple__summary {
  font-size: 38px;
}

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