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

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

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

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

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

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

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

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

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

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

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

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

.hwu__header {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  align-items: center;
  margin: 0 0 50px;
  padding: 0 20px 0 70px;
}

@media (min-width: 1301px) {
  .hwu__header {
    height: 400px;
  }
}

@media (max-width: 1500px) {
  .hwu__header {
    padding: 0 20px;
  }
}

@media (max-width: 1300px) {
  .hwu__header {
    grid-template-columns: auto auto auto;
    justify-content: center;
  }
}

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

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

@media (max-width: 575px) {
  .hwu__header .drops .drop {
    width: 100px;
    height: 100px;
    font-size: 13px;
  }
}

.hwu__header .drops .drop .icon {
  width: 30px;
  height: 30px;
  margin: 0 0 8px;
}

@media (max-width: 575px) {
  .hwu__header .drops .drop .icon {
    width: 24px;
    height: 24px;
    margin: 0 0 5px;
  }
}

.hwu__header .drops .drop--green {
  margin: 0 0 -12px 30px;
  border-radius: 50% 0 50% 50%;
}

.hwu__header .drops .drop--orange {
  margin: -12px 0 0 0;
  border-radius: 50% 50% 0 50%;
}

.hwu__header .drops .drop--violet {
  border-radius: 0 50% 50% 50%;
}

.hwu__header > .drops {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .hwu__header > .drops {
    justify-content: center;
  }
}

@media (max-width: 800px) {
  .hwu__header > .drops {
    position: relative;
    right: -10px;
  }
}

@media (max-width: 575px) {
  .hwu__header > .drops .drop--green, .hwu__header > .drops .drop--orange {
    transform: scale(0.75);
  }
}

@media (max-width: 800px) {
  .hwu__header > .drops .drop--green {
    margin: 0 0 0 65px;
    z-index: 1;
  }
}

@media (max-width: 800px) {
  .hwu__header > .drops .drop--orange {
    margin: -40px 0 0 30px;
  }
}

@media (min-width: 801px) {
  .hwu__header > .drops .drop--violet {
    display: none;
  }
}

@media (max-width: 800px) {
  .hwu__header > .drops .drop--violet {
    position: absolute;
    z-index: 2;
  }
}

@media (min-width: 576px) and (max-width: 800px) {
  .hwu__header > .drops .drop--violet {
    margin: 0 0 0 -55px;
  }
}

@media (max-width: 575px) {
  .hwu__header > .drops .drop--violet {
    transform: scale(0.75);
  }
}

.hwu__header .watches {
  margin: 0 -100px -116px;
}

@media (max-width: 1500px) {
  .hwu__header .watches {
    margin: 0 -80px -116px;
  }
}

@media (max-width: 800px) {
  .hwu__header .watches {
    grid-column: span 2;
    max-width: 500px;
    margin: 0 auto -80px;
    order: -2;
  }
}

@media (max-width: 500px) {
  .hwu__header .watches {
    margin: 0 -50px -60px;
  }
}

.hwu__header .gift {
  display: flex;
  margin: 60px 0 0;
}

@media (min-width: 576px) {
  .hwu__header .gift {
    height: 250px;
  }
}

@media (max-width: 800px) {
  .hwu__header .gift {
    order: -1;
  }
}

@media (max-width: 575px) {
  .hwu__header .gift {
    margin: 0;
  }
}

.hwu__header .gift img {
  align-self: flex-end;
}

@media (max-width: 800px) {
  .hwu__header .gift img {
    align-self: center;
    margin: 0 auto;
  }
}

.hwu__header .gift .drop {
  margin: 0 0 0 -45px;
}

@media (max-width: 800px) {
  .hwu__header .gift .drop {
    display: none;
  }
}

.hwu__header .desc {
  padding: 0 0 0 80px;
  font-size: 21px;
  line-height: 1.5;
}

@media (max-width: 1300px) {
  .hwu__header .desc {
    padding: 0 0 50px;
    grid-column: span 3;
    text-align: center;
    order: -3;
  }
}

@media (max-width: 800px) {
  .hwu__header .desc {
    grid-column: span 2;
  }
}

.hwu__header .desc img {
  margin: 0 0 30px;
}

@media (min-width: 1301px) {
  .hwu__header .desc img {
    min-width: 427px;
  }
}

@media (max-width: 1300px) {
  .hwu__header .desc img {
    margin: 80px auto 30px;
  }
}

.hwu__header .logo {
  position: absolute;
  top: 0;
  right: 30px;
}

@media (max-width: 1300px) {
  .hwu__header .logo {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
