* {
  padding: 0px;
  margin: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

td {
  padding: 5px;
  outline: 1px solid black;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}

video {
  display: block;
  max-width: 100%;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  color: #333;
  font-size: 14px;
  background: #fff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1280px;
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.advantages {
  width: auto;
}

.m-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.09091;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .m-title {
    font-size: 28px;
    line-height: 1.28571;
  }
}

section._mb,
div._mb,
li._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
li._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
li._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
li._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 40px;
  }
}

._op0 {
  opacity: 0;
}

._lc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
}
._lc--1 {
  -webkit-line-clamp: 1;
}
._lc--2 {
  -webkit-line-clamp: 2;
}
._lc--3 {
  -webkit-line-clamp: 3;
}
._lc--4 {
  -webkit-line-clamp: 4;
}

.wrapper a.btn,
.wrapper button.btn {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (min-width: 992px) {
  .wrapper a.btn:hover,
  .wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .wrapper a.btn:focus,
  .wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.wrapper a.btn._fw,
.wrapper button.btn._fw {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.reasons-honor__title {
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .reasons-honor__title {
    margin-bottom: 40px;
  }
}
.style-mob__desc {
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #000;
  margin: 32px 0 96px;
}
@media (max-width: 767.98px) {
  .style-mob__desc {
    margin: 20px 0 40px;
  }
}
.style-mob__body {
  position: relative;
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .style-mob__body {
    margin-bottom: 40px;
  }
}
.style-mob__first-img-desk {
  position: absolute;
  top: 55%;
  right: 5%;
  transform: translate(0%, -50%);
  font-size: 44px;
  line-height: 1.09091;
  color: #fff;
}
@media (max-width: 1280px) {
  .style-mob__first-img-desk {
    font-size: calc(15px + 29 * ((100vw - 320px) / 960));
  }
}
@media (max-width: 767.98px) {
  .style-mob__first-img-desk {
    top: 50%;
    right: 3%;
  }
}
.style-mob__items {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .style-mob__items {
    flex-direction: column;
    gap: 40px;
  }
}
.style-mob__desk {
  font-size: 32px;
  margin-bottom: 3px;
}
@media (max-width: 1280px) {
  .style-mob__desk {
    font-size: calc(16px + 16 * ((100vw - 320px) / 960));
  }
}
.style-mob__desk--white {
  color: #90949c;
}
.style-mob__desk--black {
  color: #282828;
}

.flex {
  margin-top: 96px;
}
@media (max-width: 767.98px) {
  .flex {
    margin-top: 40px;
  }
}
.flex__item {
  display: flex;
}
@media (max-width: 767.98px) {
  .flex__item {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
@media (min-width: 767.98px) {
  .flex__img {
    flex: 0 1 811px;
  }
}
.flex__content {
  max-width: 367px;
}
@media (min-width: 767.98px) {
  .flex__content {
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  .flex__content {
    margin-bottom: 20px;
  }
}
.flex__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .flex__title {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.flex__desk {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767.98px) {
  .flex__desk {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.quality-camera__items {
  display: flex;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .quality-camera__items {
    flex-direction: column;
    gap: 40px;
  }
}
.quality-camera__img img {
  border-radius: 16px;
}
.quality-camera__card-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
  margin: 20px 0 18px;
}
@media (max-width: 767.98px) {
  .quality-camera__card-title {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.quality-camera__desc {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767.98px) {
  .quality-camera__desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.quality-camera__last-block {
  margin-top: 96px;
}
@media (max-width: 767.98px) {
  .quality-camera__last-block {
    margin-top: 40px;
  }
}
.quality-camera__title {
  margin: 48px 0 32px;
}
@media (max-width: 767.98px) {
  .quality-camera__title {
    margin: 20px 0;
  }
}
.quality-camera__desk--size {
  max-width: 470px;
  margin-inline: auto;
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .quality-camera__desk--size {
    font-size: 18px;
    line-height: 1.22222;
    text-align: center;
    color: #000;
  }
}

.selfie-cam__box {
  position: relative;
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .selfie-cam__box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 40px;
  }
}
.selfie-cam__info {
  font-size: 65px;
  font-size: 65px;
  color: #41d6d2;
  line-height: 1.3;
}
@media (max-width: 1280px) {
  .selfie-cam__info {
    font-size: calc(35px + 30 * ((100vw - 320px) / 960));
  }
}
@media (min-width: 767.98px) {
  .selfie-cam__info {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 767.98px) {
  .selfie-cam__info {
    margin-inline: auto;
  }
}
.selfie-cam__items {
  display: flex;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .selfie-cam__items {
    flex-direction: column;
    gap: 40px;
  }
}
.selfie-cam__card-img img {
  border-radius: 16px;
}
.selfie-cam__title-card {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .selfie-cam__title-card {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.selfie-cam__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767.98px) {
  .selfie-cam__desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.selfie-cam__desor {
  display: inline-flex;
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2025/February/honor-x8c/img/selfie-cam-item-decor.jpg") 24px 0px/15px no-repeat;
  width: 40px;
}
@media (max-width: 767.98px) {
  .selfie-cam__desor {
    background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2025/February/honor-x8c/img/selfie-cam-item-decor.jpg") 20px 0px/15px no-repeat;
    width: 35px;
  }
}

.good-photos__title {
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .good-photos__title {
    margin-bottom: 40px;
  }
}
.good-photos__item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .good-photos__item {
    flex-direction: column-reverse;
  }
}
.good-photos__content {
  position: relative;
}
.good-photos__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  filter: blur(15px);
  background-color: #ebfff7;
  opacity: 0.8;
  width: 200%;
  height: 300%;
  z-index: -10;
}
@media (max-width: 991.98px) {
  .good-photos__content::before {
    width: 200%;
    height: 200%;
  }
}
@media (max-width: 767.98px) {
  .good-photos__content::before {
    display: none;
  }
}
.good-photos__subtitle {
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
}
@media (max-width: 767.98px) {
  .good-photos__subtitle {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.good-photos__subtitle span {
  display: inline-flex;
  background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2025/February/honor-x8c/img/selfie-cam-item-decor.jpg") 25px 0/15px no-repeat;
  width: 40px;
}
@media (max-width: 767.98px) {
  .good-photos__subtitle span {
    background: url("//static.mvideo.ru/media/Promotions/Promo_Page/2025/February/honor-x8c/img/selfie-cam-item-decor.jpg") 20px 0px/15px no-repeat;
    width: 35px;
  }
}
.good-photos__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 20px 0;
}

.strength__title {
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .strength__title {
    margin-bottom: 40px;
  }
}
.strength__item {
  max-width: 1020px;
  margin-inline: auto;
  background-color: #f3fffa;
  border-radius: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .strength__item {
    gap: 20px;
    flex-direction: column;
  }
}
.strength__img {
  max-width: 520px;
}
@media (max-width: 767.98px) {
  .strength__img {
    max-width: 100%;
  }
}
.strength__img img {
  border-radius: 16px;
}
.strength__content {
  max-width: 400px;
  margin-inline: auto;
  padding-inline: 20px;
}
.strength__title-card {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
}
@media (max-width: 767.98px) {
  .strength__title-card {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.strength__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .strength__desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}

.m-item {
  margin-top: 96px;
  flex-direction: row-reverse;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .m-item {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
}
.m-item__img img {
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .m-item__img img {
    border-radius: 8px;
  }
}
.m-item__title-card {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
}
@media (max-width: 767.98px) {
  .m-item__title-card {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.m-item__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .m-item__desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.m-item__img-decor {
  max-width: 159px;
  margin-bottom: 32px;
}
.m-item__info-box {
  display: flex;
  gap: 20px;
  padding-right: 50px;
}
@media (max-width: 1280px) {
  .m-item__info-box {
    padding-right: 30px;
  }
}

.info-box {
  margin-bottom: 32px;
}
@media (max-width: 991.98px) {
  .info-box {
    margin-bottom: 10px;
  }
}
.desc {
  width: 209px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 1280px) {
  .desc {
    max-width: 140px;
  }
}
@media (max-width: 767.98px) {
  .desc {
    width: 100%;
    font-size: 14px;
    line-height: 1.42857;
  }
}

.color-desc {
  font-size: 32px;
  line-height: 1.25;
  color: #03b3b1;
}
@media (max-width: 1280px) {
  .color-desc {
    font-size: calc(22px + 10 * ((100vw - 320px) / 960));
  }
}
@media (max-width: 767.98px) {
  .color-desc {
    line-height: 1.27273;
  }
}

.amoled-display__items {
  max-width: 812px;
  margin: 32px auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .amoled-display__items {
    flex-direction: column;
    gap: 30px;
  }
}
.amoled-display__item {
  text-align: center;
}
.amoled-display__color-desc {
  text-align: center;
}
.amoled-display__desc {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .amoled-display__desc {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.amoled-display__img img {
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .amoled-display__img img {
    border-radius: 8px;
  }
}
.amoled-display__desc-img {
  margin: 96px 0 32px;
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .amoled-display__desc-img {
    margin: 40px 0 32px;
    font-size: 18px;
    line-height: 1.22222;
  }
}

.comfort__desc {
  margin: 32px 0;
  font-size: 22px;
  line-height: 1.27273;
  text-align: center;
  color: #000;
}
@media (max-width: 767.98px) {
  .comfort__desc {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.comfort__img {
  margin-bottom: 96px;
}
@media (max-width: 767.98px) {
  .comfort__img {
    margin-bottom: 40px;
  }
}
.comfort__item {
  position: relative;
}
.comfort__title-content {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
}
@media (max-width: 767.98px) {
  .comfort__title-content {
    font-size: 14px;
    line-height: 1.42857;
    text-align: center;
  }
}
.comfort__desc-content {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 767.98px) {
  .comfort__desc-content {
    font-size: 14px;
    line-height: 1.42857;
    text-align: center;
  }
}
.comfort__item--reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 767.98px) {
  .comfort__item--reverse {
    flex-direction: column-reverse;
  }
}
.comfort__info {
  margin-top: 32px;
  max-width: 450px;
  display: flex;
  gap: 50px;
}
@media (max-width: 767.98px) {
  .comfort__info {
    justify-content: space-between;
    max-width: 300px;
    margin: 32px auto;
  }
}
.comfort__img-reverse {
  max-width: 712px;
}
.comfort__info-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}
@media (max-width: 767.98px) {
  .comfort__info-desc {
    font-size: 14px;
    line-height: 1.6;
  }
}

.content {
  position: absolute;
  top: 20%;
  left: 50%;
}
@media (max-width: 767.98px) {
  .content {
    min-width: 300px;
    top: 0%;
    transform: translateX(-50%);
  }
}
@media (max-width: 479.98px) {
  .content {
    transform: translate(-50%, -10%);
  }
}

.game-play__subtitle {
  margin: 32px 0;
  text-align: center;
}
.game-play__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 20px;
}
.game-play__card-img img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.game-play__text-info {
  max-width: 200px;
}
.game-play__title-card {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #000;
  margin-bottom: 18px;
}
.game-play__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.info-text__list li {
  font-size: 14px;
  line-height: 1.42857;
  color: #000;
}
.info-text__list li:not(:last-child) {
  margin-bottom: 10px;
}

.page {
  flex: 1 1 auto;
  z-index: 2;
}
