/* /iphone14 + /motorolarazr */
@media (max-width: 1200px) {
  .iphone14-page .mpHeader:before, .iphone14-page .mpFooter:before, .iphone14-page .mpHeader:after, .iphone14-page .mpFooter:after {
    content: normal;
  }
}

.iphone14-page .mpFooter {
  width: 100%;
}

.iphone14-page .lp__wizzard {
  font-family: 'Graphik Compact', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

.ip14 {
  display: flex;
  flex-direction: column;
}

.ip14 .iconWrapper {
  position: relative;
  top: -20px;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50% 50% 50% 0;
}

.ip14 .iconWrapper .desc--text {
  z-index: 1;
  font-weight: 600;
}

.ip14 .iconWrapper.iconWrapper-t-r {
  border-radius: 50% 0 50% 50%;
}

.ip14 .iconWrapper.iconWrapper-b-r {
  border-radius: 50% 50% 0 50%;
}

.ip14 .iconWrapper.iconWrapper-b-l {
  border-radius: 50% 50% 50% 0;
}

.ip14 .iconWrapper.iconWrapper-b-c {
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.ip14 .iconWrapper.iconWrapper-t-l {
  border-radius: 0 50% 50% 50%;
}

.ip14 .iconWrapper.iconWrapper-sm {
  width: 60px;
  height: 60px;
}

.ip14 .iconWrapper.iconWrapper-md {
  width: 100px;
  height: 100px;
}

.ip14 .iconWrapper.iconWrapper-xl {
  width: 150px;
  height: 150px;
}

.ip14 .iconWrapper.white--bordered {
  background: white;
  border: 5px solid black;
}

.ip14 .iconWrapper.gradient {
  background: linear-gradient(-114deg, rgba(252, 255, 0, 1) 0%, rgba(252, 255, 0, 1) 13%, rgba(255, 207, 0, 1) 84%, rgba(255, 207, 0, 1) 100%);
}

.ip14 .mbtn.mbtn-with-hr {
  position: relative;
  outline: 10px solid white;
  padding: var(--aRem-10) var(--aRem-20) var(--aRem-10) var(--aRem-60);
  max-width: var(--aRem-400);
  margin: 0 auto 50px;
  min-width: max-content;
}

@media (max-width: 850px) {
  .ip14 .mbtn.mbtn-with-hr {
    display: none;
  }
}

.ip14 .mbtn.mbtn-with-hr:before {
  content: "";
  width: var(--aRem-20);
  height: var(--aRem-20);
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid white;
  border-width: 0 3px 3px 0;
  top: var(--aRem-30);
  left: var(--aRem-30);
  transition: 0.3s all ease-in-out;
}

.ip14 .mbtn.mbtn-with-hr:hover:before {
  content: "";
  width: var(--aRem-20);
  height: var(--aRem-20);
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border: solid black;
  border-width: 0 3px 3px 0;
  top: var(--aRem-30);
  left: var(--aRem-30);
  transition: 0.3s all ease-in-out;
}

.ip14 .product--name {
  font-size: var(--aRem-40);
  font-weight: 500;
}

.ip14 .mbtn-hr {
  position: relative;
  height: 1px;
  width: 100%;
  background: black;
  top: calc(0px - var(--aRem-40));
  z-index: -1;
}

@media (max-width: 850px) {
  .ip14 .mbtn-hr {
    display: none;
  }
}

.ip14 .mbtn-with-hr[style*=" display"] + .mbtn-hr,
.ip14 .mbtn-with-hr[style*="display: none;"] + .mbtn-hr {
  display: none !important;
}

.ip14 .mbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--aRem-300);
  width: 100%;
  min-height: var(--aRem-80);
  margin: 0 0 50px 0;
  padding: var(--aRem-10) var(--aRem-10) var(--aRem-10) var(--aRem-10);
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 701px) and (max-width: 1000px) {
  .ip14 .installments__box:nth-of-type(3) {
    grid-column: span 1;
    max-width: unset;
  }

  .ip14 .installments__box:nth-of-type(5) {
    grid-column: span 2;
    max-width: unset;
  }
}

.ip14 .installments__box {
  border-radius: var(--aRem-30);
}

@media (max-width: 768px) {
  .ip14 .installments__box {
    max-width: unset;
  }
}

.ip14 .installments__box:last-child {
  min-width: var(--aRem-400);
}

@media (min-width: 1001px) and (max-width: 1366px) {
  .ip14 .installments__box:last-child {
    grid-row: 2 / span 3;
    grid-column: span 4;
    max-width: unset;
  }
}

.ip14 .installments__box .boxContent {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: calc(100% - var(--aRem-100));
}

@media (max-width: 1200px) {
  .ip14 .installments__box .boxContent {
    padding: 25px 24px 30px;
  }
}

.ip14 .lp__divider {
  max-width: 300px;
  height: 2px;
  margin: 0 auto;
}

.ip14 .benefitsGrid {
  display: grid;
  justify-content: center;
}

.ip14 .benefitsGrid__item {
  display: grid;
  grid-template-columns: 22px auto;
  gap: 10px;
  margin: 0 var(--aRem-10);
}

.ip14 .benefitsGrid__item .icon {
  width: 22px;
  height: 22px;
}

.ip14 .benefitsGrid__item .desc {
  margin-top: 3px;
  font-size: var(--aRem-18);
  text-align: left;
  justify-content: left;
}

.ip14 .benefitsGrid__item--hidden {
  visibility: hidden;
}

@media (max-width: 676px) {
  .ip14 .benefitsGrid__item--hidden {
    display: none;
  }
}

.ip14 .wrapper--benefits {
  min-height: var(--aRem-200);
}

.ip14 .bonus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: var(--aRem-10) 0;
}

.ip14 .bonus .icon {
  width: 50px;
  height: 50px;
}

.ip14 .summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 25px;
  margin-top: auto;
}

.ip14 .desc {
  font-size: var(--aRem-21);
  width: 100%;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ip14 .desc.bold, .ip14 .desc .noWrap {
  font-size: var(--aRem-25);
}

.ip14 .wrapper--pricing {
  height: 100%;
}

.ip14 .installments__box .boxContent {
  padding: 0;
}

.ip14 .summary__item--fullWidth {
  grid-column: span 2;
  background: #ebebeb;
  padding: var(--aRem-10) var(--aRem-40);
}

.ip14 .summary__item--fullWidth:last-of-type {
  display: grid;
  grid-template-rows: 1fr auto;
  justify-content: center;
  text-align: center;
  min-height: var(--aRem-80);
}

.ip14 .summary__item--gradient {
  position: relative;
  left: -40px;
  width: calc(100% + 80px);
  padding: var(--aRem-10) var(--aRem-40);
  background: linear-gradient(-114deg, rgba(252, 255, 0, 1) 0%, rgba(252, 255, 0, 1) 13%, rgba(255, 207, 0, 1) 84%, rgba(255, 207, 0, 1) 100%);
}

@media (max-width: 1200px) {
  .ip14 .summary__item--gradient {
    left: -24px;
    width: calc(100% + 48px);
    padding: var(--aRem-20) var(--aRem-40);
  }
}

.ip14 .installments__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 2fr;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .ip14 .installments__boxes {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 769px) and (max-width: 1001px) {
  .ip14 .installments__boxes {
    grid-template-columns: 1fr 1fr;
  }
}

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

.ip14 .installments__box .boxHeader {
  padding: var(--aRem-20);
  font-weight: 500;
  font-size: var(--aRem-25);
  border-radius: var(--aRem-30) var(--aRem-30) 0 0;
  min-height: var(--aRem-100);
}

.ip14 .boxHeader--k {
  background: #a5a5a5;
}

.ip14 .boxHeader--ks {
  background: #707070;
}

.ip14 .boxHeader--kp {
  background: #333;
}

.ip14 .boxHeader--kps {
  background: #000;
}

.ip14 .headline {
  font-size: var(--aRem-42);
  text-align: center;
  margin: var(--aRem-40) 0;
  font-weight: 500;
}

.ip14 .example {
  padding-left: var(--aRem-200);
  max-width: var(--aRem-800);
  display: flex;
  flex-wrap: wrap;
  gap: var(--aRem-10);
  font-weight: 500;
  margin-bottom: var(--aRem-50);
}

@media (max-width: 1000px) {
  .ip14 .example {
    max-width: unset;
    width: 100%;
    padding: 0 var(--aRem-50);
    margin-bottom: var(--aRem-50);
    font-size: var(--aRem-20);
  }
}

.ip14 .example .price {
  font-weight: bold;
}

.ip14 .example .step-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.ip14 .example hr {
  width: 100%;
  height: 4px;
  background: #ffcf00;
  background: linear-gradient(90deg, rgba(255, 207, 0, 1) 0%, rgba(254, 227, 0, 1) 30%, rgba(253, 243, 0, 1) 59%, rgba(252, 254, 0, 1) 100%);
  margin: var(--aRem-20) 0;
  position: relative;
  opacity: 1;
}

.ip14 .example hr:before {
  position: relative;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  top: 15px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fde800;
}

.ip14 .timeline-container {
  position: relative;
}

.ip14 .timeline-container .timeline {
  display: flex;
  position: relative;
  width: 100%;
  background: url("https://www.mp.cz/media/photos/2022/09/07/129710-timeline2.jpg") no-repeat center center;
  background-size: contain;
  min-height: 96px;
}

@media (max-width: 850px) {
  .ip14 .timeline-container .timeline {
    background: url("https://www.mp.cz/media/photos/2022/09/08/129722-timeline3.jpg") no-repeat center center;
    min-height: 140px;
    background-size: contain;
    justify-content: space-between;
  }
}

.ip14 .timeline-container .timeline .iconWrapper {
  position: absolute;
  left: 9%;
  width: 75px;
  height: 75px;
}

.ip14 .timeline-container .timeline .iconWrapper .desc--text {
  color: white;
  transform: rotate(45deg);
}

.ip14 .timeline-container .timeline .desc.payment {
  position: unset;
  width: 70%;
  padding-bottom: var(--aRem-20);
}

@media (max-width: 850px) {
  .ip14 .timeline-container .timeline .desc.payment {
    padding-bottom: 0;
    position: unset;
    width: 70%;
  }
}

@media (max-width: 550px) {
  .ip14 .timeline-container .timeline .desc.payment {
    font-size: 15px;
  }
}

.ip14 .timeline-container .timeline .desc.restPrice {
  position: unset;
  width: 30%;
  padding-bottom: var(--aRem-20);
  justify-content: flex-start;
  padding-left: var(--aRem-100);
}

@media (max-width: 850px) {
  .ip14 .timeline-container .timeline .desc.restPrice {
    padding-bottom: 0;
    position: unset;
    width: 30%;
    justify-content: center;
    padding-left: 0;
  }
}

@media (max-width: 550px) {
  .ip14 .timeline-container .timeline .desc.restPrice {
    font-size: 15px;
  }
}

.ip14 .timeline-container .headline {
  margin: 0;
  padding: 0 10%;
}

@media (max-width: 1000px) {
  .ip14 .timeline-container .headline {
    padding: 0 var(--aRem-50);
  }
}

@media (max-width: 850px) {
  .ip14 .timeline-container .headline {
    padding: 0 0;
  }
}

.ip14 .timeline-container .headline.small {
  width: 100%;
  max-width: 23%;
  position: absolute;
  padding: 0;
  margin-right: 10%;
  right: 0;
  top: var(--aRem-60);
  font-size: 20px;
}

@media (max-width: 850px) {
  .ip14 .timeline-container .headline.small {
    margin-right: 0%;
    max-width: 36%;
  }
}

.ip14 .timeline-container .headline.small span {
  font-size: 18px;
}

@media (max-width: 850px) {
  .ip14 .timeline-container .headline.small span {
    font-size: 15px;
    text-align: center;
    padding: 0;
  }
}

.ip14 .timeline-container .headline.small hr {
  top: calc(0px - var(--aRem-35));
}

.ip14 .timeline-container .headline span {
  font-size: 22px;
  padding: 0 var(--aRem-10);
  background: white;
  position: relative;
  z-index: 2;
}

.ip14 .timeline-container .headline hr {
  width: 100%;
  height: 4px;
  background: black;
  margin: var(--aRem-20) 0;
  position: relative;
  top: calc(0px - var(--aRem-40));
  opacity: 1;
  padding: 0;
}

.ip14 .timeline-container .headline hr:after, .ip14 .timeline-container .headline hr:before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  width: 15px;
  height: 15px;
  background: black;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  z-index: 1;
}

.ip14 .timeline-container .headline hr:after {
  left: unset;
  right: 0;
}

.ip14 .timeline-container .decision-wrapper {
  position: relative;
  margin: var(--aRem-30) 0;
  width: auto;
  float: right;
}

.ip14 .timeline-container .decision-wrapper .headline.small {
  position: relative;
  top: 0;
  padding: 0;
  text-align: left;
  max-width: unset;
  font-size: 22px;
}

.ip14 .timeline-container .decision-wrapper .steps-wrapper {
  display: flex;
  flex-direction: column;
  background: url("https://www.mp.cz/media/photos/2022/09/07/129711-decision.jpg") no-repeat top left;
  margin-right: var(--aRem-50);
  background-size: contain;
  padding: var(--aRem-20) 0;
  min-height: var(--aRem-250);
}

@media (max-width: 850px) {
  .ip14 .timeline-container .decision-wrapper .steps-wrapper {
    margin-right: 0;
  }
}

.ip14 .timeline-container .decision-wrapper .steps-wrapper .step-item {
  width: auto;
  max-width: 60%;
  height: var(--aRem-80);
}

.ip14 .timeline-container .decision-wrapper .steps-wrapper .step-item:last-child {
  height: var(--aRem-50);
  position: relative;
}

.ip14 .timeline-container .decision-wrapper .steps-wrapper .step-item:last-child:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #5838b4;
  position: absolute;
  border-radius: 50%;
  left: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .ip14 .timeline-container .decision-wrapper .steps-wrapper .step-item {
    max-width: 60%;
    font-size: 20px;
    height: var(--aRem-110);
  }
}

@media (max-width: 850px) {
  .ip14 .timeline-container .decision-wrapper .steps-wrapper .step-item {
    max-width: 85%;
    font-size: 20px;
    height: var(--aRem-120);
  }
}

@media (max-width: 550px) {
  .ip14 .timeline-container .decision-wrapper .steps-wrapper .step-item {
    max-width: 85%;
    font-size: 18px;
    height: var(--aRem-100);
  }
}

@media (max-width: 450px) {
  .ip14 .timeline-container .decision-wrapper .steps-wrapper .step-item {
    height: var(--aRem-80);
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 420px) {
  .ip14 .timeline-container .decision-wrapper .steps-wrapper .step-item {
    height: var(--aRem-60);
  }
}

.ip14__header {
  position: relative;
  font-size: 42px;
  background: #f7f7f7;
  min-height: var(--aRem-480);
  display: grid;
  align-items: center;
  justify-content: center;
}

@media (min-width: 501px) and (max-width: 1100px) {
  .ip14__header {
    font-size: 34px;
  }
}

@media (max-width: 500px) {
  .ip14__header {
    font-size: 25px;
  }
}

.ip14__header .slogan {
  font-size: var(--aRem-40);
  font-weight: 500;
}

.ip14__header .logo {
  left: 100px;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  mix-blend-mode: multiply;
}

@media (max-width: 1000px) {
  .ip14__header .logo {
    top: 40px;
  }
}

@media (min-width: 1001px) and (max-width: 1501px) {
  .ip14__header .logo {
    top: 10%;
  }
}

.ip14__header .dropsLogo {
  position: absolute;
  top: 40px;
  right: 40px;
}

@media (max-width: 1500px) {
  .ip14__header .dropsLogo {
    top: 5%;
    right: var(--aRem-40);
  }
}

@media (max-width: 1000px) {
  .ip14__header .dropsLogo {
    top: 0;
    right: 0;
    transform: scale(0.5);
  }
}

.ip14__header .grid {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  gap: 20px var(--aRem-200);
}

@media (max-width: 1500px) {
  .ip14__header .grid {
    grid-template-columns: auto auto;
    padding: 100px 60px;
  }
}

@media (min-width: 501px) and (max-width: 1000px) {
  .ip14__header .grid {
    padding: 60px;
  }
}

@media (max-width: 850px) {
  .ip14__header .grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  .ip14__header .grid {
    padding: 70px 25px 30px;
  }
}

.ip14__header .gridItem:nth-of-type(1) {
  display: flex;
  justify-content: center;
}

@media (max-width: 1500px) {
  .ip14__header .gridItem:nth-of-type(1) {
    align-self: flex-end;
    margin-top: 30px;
  }
}

@media (max-width: 850px) {
  .ip14__header .gridItem:nth-of-type(1) {
    flex-wrap: wrap;
    margin-top: 0;
  }
}

@media (min-width: 851px) and (max-width: 1500px) {
  .ip14__header .gridItem:nth-of-type(2) {
    grid-row: span 2;
  }
}

@media (max-width: 850px) {
  .ip14__header .gridItem:nth-of-type(2) {
    order: 1;
  }
}

@media (max-width: 1500px) {
  .ip14__header .gridItem:nth-of-type(3) {
    align-self: flex-start;
  }
}

@media (max-width: 850px) {
  .ip14__header .gridItem:nth-of-type(3) {
    margin-bottom: var(--aRem-30);
  }
}

@media (min-width: 851px) {
  .ip14__header .headline {
    margin-right: 10px;
  }
}

@media (max-width: 850px) {
  .ip14__header .headline {
    flex-basis: 100%;
  }
}

.ip14__header .divider {
  display: inline-block;
  width: 2px;
  height: 42px;
  margin: 0 10px;
  background: black;
}

@media (min-width: 501px) and (max-width: 1100px) {
  .ip14__header .divider {
    height: 36px;
  }
}

@media (max-width: 500px) {
  .ip14__header .divider {
    height: 26px;
  }
}

.ip14__header img {
  mix-blend-mode: darken;
}

@media (max-width: 850px) {
  .ip14__header img {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
}

.ip14__bonus {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}

@media (max-width: 850px) {
  .ip14__bonus {
    grid-template-columns: 1fr;
    grid-template-rows: auto 100px auto;
    gap: 0;
    padding: 40px 15px;
  }
}

.ip14__bonus .gridItem {
  justify-self: center;
}

.ip14__bonus .gridItem:last-of-type .info:first-of-type {
  margin-top: 15px;
}

.ip14__bonus .gridItem--plus {
  margin-top: 20px;
  font-size: var(--aRem-120);
}

@media (max-width: 850px) {
  .ip14__bonus .gridItem--plus {
    margin-top: 40px;
  }
}

.ip14__bonus .headline {
  font-size: var(--aRem-28);
}

.ip14__bonus .price {
  margin: 6px 0;
  font-size: var(--aRem-58);
  font-weight: 500;
}

.ip14__gradient {
  padding: 20px 40px 13px;
  font-size: 34px;
  text-align: center;
  background: radial-gradient(circle, rgba(252, 255, 0, 1) 0%, rgba(252, 255, 0, 1) 13%, rgba(255, 207, 0, 1) 84%, rgba(255, 207, 0, 1) 100%);
}

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

.ip14__products {
  max-width: 1500px;
  margin: 0 auto;
}

.ip14__products .lp__divider {
  margin: 50px auto;
  transform: scaleX(-1);
}

.ip14__product {
  display: grid;
  grid-template-columns: 1fr auto minmax(320px, 1fr);
  align-items: center;
  gap: 60px;
  position: relative;
}

@media (max-width: 1150px) {
  .ip14__product {
    gap: 30px;
  }
}

@media (min-width: 701px) and (max-width: 1000px) {
  .ip14__product {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .ip14__product {
    grid-template-columns: 1fr;
  }
}

.ip14__product .productImgWrapper {
  padding-left: var(--aRem-130);
  position: relative;
}

.ip14__product .productImgWrapper .iconWrapper {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1000px) {
  .ip14__product > img {
    max-width: 300px;
  }
}

@media (min-width: 701px) and (max-width: 1000px) {
  .ip14__product > img {
    margin-left: auto;
  }
}

@media (max-width: 700px) {
  .ip14__product > img {
    margin: 0 auto 100px;
  }
}

@media (max-width: 700px) {
  .ip14__product .bonusWrapper {
    position: absolute;
    right: unset;
    left: calc(0px - var(--aRem-60));
    top: var(--aRem-100);
    transform: scale(0.65);
    display: flex;
    align-items: center;
    gap: 60px;
  }
}

@media (max-width: 450px) {
  .ip14__product .bonusWrapper {
    position: absolute;
    right: unset;
    left: calc(0px - var(--aRem-60));
    top: var(--aRem-80);
    transform: scale(0.5);
    display: flex;
    align-items: center;
    gap: 60px;
  }
}

.ip14__product .bonusWrapper > img {
  margin: 40px auto 0;
}

@media (max-width: 1400px) {
  .ip14__product .bonusWrapper > img {
    max-width: 260px;
  }
}

@media (max-width: 700px) {
  .ip14__product .bonusWrapper > img {
    margin: 0 auto;
  }
}

.ip14__product .productBonus {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: var(--aRem-300);
}

@media (max-width: 700px) {
  .ip14__product .productBonus img {
    min-width: 213px !important;
  }
}

.ip14__product .descWrapper {
  position: relative;
  display: flex;
}

.ip14__product .descWrapper .desc--text {
  font-size: 24px;
}

.ip14__product .descWrapper .desc--price {
  font-size: 44px;
}

@media (max-width: 1000px) {
  .ip14__product .productInfo {
    margin: 0 auto;
    text-align: left;
  }
}

@media (min-width: 701px) and (max-width: 1000px) {
  .ip14__product .productInfo {
    grid-column: span 2;
  }
}

.ip14__product .headline {
  font-size: 33px;
}

@media (max-width: 700px) {
  .ip14__product .headline {
    font-size: 28px;
  }
}

.ip14__product .price--small {
  font-size: 24px;
  margin: var(--aRem-20) 0 var(--aRem-30) 0;
  font-weight: 500;
}

@media (max-width: 700px) {
  .ip14__product .price--small {
    font-size: 22px;
  }
}

.ip14__product .priceWrapper {
  margin-top: 10px;
  font-size: 58px;
  color: #5838b4;
  font-weight: 500;
}

@media (max-width: 700px) {
  .ip14__product .priceWrapper {
    font-size: 50px;
  }
}

.ip14__product .guarantee {
  position: relative;
  top: var(--aRem-20);
  left: calc(0px - var(--aRem-15));
}

.ip14__product .guarantee .desc--text {
  font-size: 25px;
  font-weight: 600;
}

.ip14__product .best-gift {
  position: relative;
  z-index: 1;
}

.ip14__product .best-gift .desc--text {
  color: white;
  font-size: 16px;
}

.installments__boxes.close .wrapper--benefits, .installments__boxes.close .wrapper--pricing .bonus {
  display: none;
}

.installments__boxes.close .summary__item--gradient, .installments__boxes.close .summary__item--fullWidth {
  background: transparent;
  min-height: unset;
  padding: var(--aRem-20) var(--aRem-40);
  margin-top: 0 !important;
}

.installments__boxes.close .summary__item--gradient .desc, .installments__boxes.close .summary__item--fullWidth .desc {
  display: none;
}

.installments__boxes.close .summary__item--gradient .desc.bold, .installments__boxes.close .summary__item--fullWidth .desc.bold {
  display: flex;
}
