/* /xiaomi13 */
.x13-page .newSamsung, .x13-page .samsungSharpSans, .x13-page .s22 .s22__subtitle {
  font-family: 'Graphik Compact', sans-serif;
}

.x13-page .lp__wizzard .v-label, .x13-page .lp__wizzard .v-list-item__content {
  padding-top: 0 !important;
}

.x13__header {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: auto auto 1fr 1fr;
  gap: 30px;
  margin: 0 0 60px;
}

@media (min-width: 1501px) {
  .x13__header {
    padding: 0 70px;
  }
}

@media (max-width: 1200px) {
  .x13__header {
    grid-template-columns: 1fr 1fr;
    margin: -100px -100px -50px;
    transform: scale(0.7);
  }
}

@media (max-width: 500px) {
  .x13__header {
    margin: -120px -100px -70px;
    transform: scale(0.6);
  }
}

@media (min-width: 1201px) {
  .x13__header:before {
    content: "";
    position: absolute;
    top: 85%;
    left: calc(50% + 200px);
    transform: translateX(-50%);
    width: 1385px;
    height: 161px;
    background: url("https://www.mp.cz/media/photos/2023/02/23/142395-shadow-xiaomi-13-mp-cz.png") no-repeat;
    opacity: 0.6;
    z-index: -1;
  }
}

@media (max-width: 1200px) {
  .x13__header .series {
    justify-self: flex-end;
  }
}

.x13__header .drops {
  display: grid;
  grid-template-columns: auto;
  align-items: center;
  align-self: center;
  z-index: 1;
}

@media (max-width: 1200px) {
  .x13__header .drops {
    grid-template-columns: auto auto;
    max-width: max-content;
  }
}

.x13__header .drop {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  font-size: 20px;
  border: 3px solid #fff;
}

.x13__header .drop--green {
  margin: -30px 0px 0 40px;
  border-radius: 50% 0 50% 50%;
  z-index: -1;
}

@media (max-width: 1200px) {
  .x13__header .drop--green {
    margin: 0;
  }
}

.x13__header .drop--violet {
  margin: 0;
  border-radius: 0 50% 50% 50%;
}

@media (max-width: 1200px) {
  .x13__header .drop--violet {
    margin: 0 -20px 0 20px;
  }
}

.x13__header .drop--violet .icon {
  width: 40px;
  height: 40px;
  margin: 0 0 8px;
}

.x13__header .phones {
  mix-blend-mode: multiply;
}

.x13__header .desc {
  padding: 50px 0 20px;
}

@media (max-width: 1200px) {
  .x13__header .desc {
    order: -1;
  }
}

.x13__header .desc .headline {
  margin: 0 0 25px;
  font-size: 54px;
  color: #d02e26;
}

@media (max-width: 500px) {
  .x13__header .desc .headline {
    font-size: 40px;
  }
}

.x13__header .desc .subtitle {
  font-size: 30px;
}

@media (max-width: 500px) {
  .x13__header .desc .subtitle {
    font-size: 26px;
  }
}

.x13__header .desc a {
  display: block;
  font-size: 22px;
  padding: 30px;
}

@media (max-width: 500px) {
  .x13__header .desc a {
    padding: 10px;
  }
}

.x13__header .phones {
  margin: 0 0 -80px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .x13__header .phones {
    justify-self: flex-end;
    order: -2;
  }
}

.x13__header .logo {
  position: absolute;
  top: 0;
  right: 25px;
}

@media (max-width: 1500px) {
  .x13__header .logo {
    top: -25px;
    right: 0;
    transform: scale(0.8);
  }
}
