@font-face {
  font-family: 'HONORSans';
  src: url('../fonts/HONORSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HONORSans';
  src: url('../fonts/HONORSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HONORSans';
  src: url('../fonts/HONORSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HONORSans';
  src: url('../fonts/HONORSans-Demibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}


/* DEFAULT  */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;

  font-family: 'HONORSans';
  font-weight: 400;
  color: var(--black);

  transition: 0.2s;
}

/* DEFAULT  */


/* ROOT  */

:root {
  --white: #fff;
  --black: #000000;
  --orange: #FF7D00;
}

/* ROOT  */


/* ALL PAGES */

html {
  scroll-behavior: smooth;
}

html,
body {
  position: relative;
  min-height: 100%;

  overflow-x: hidden;
}

main {
  min-height: 100%;
  height: 100%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 70;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ffa34a;
  border-top-color: var(--white);
  border-radius: 50%;
  animation: spinPreloader 1s linear infinite;
}

@keyframes spinPreloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

a {
  text-decoration: none;
  color: inherit;
}

section {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  padding: 0 16px;
}

img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  pointer-events: none;
  user-select: none;
}

.button {
  display: flex;
  padding: 16px 40px;
  gap: 16px;
  border-radius: 500px;
  background: transparent;
  outline: none;
  border: 2px solid var(--black);
  transition: 0.2s;
  cursor: pointer;
}

.button:hover {
  opacity: 0.75;
  transform: scale(0.95);
}

.button__text {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.button__icon-wrapper {
  display: flex;
  height: 32px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  flex-grow: 0;
}

.button__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


sup {
  font-size: 0.4em;
  /* Размер шрифта для уменьшения */
  vertical-align: 1em;
  /* Выравнивание по верхней части строки */
  line-height: 0;
  /* Убирает влияние на высоту строки */
  color: inherit;
}


.header {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--orange);
}

.header__container {}

.header__logo {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  height: 40px;

  margin: 40px 0;
}

.header__logo:hover {
  opacity: 0.8;
}

.header__logo-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.intro {
  position: relative;
  background-image: linear-gradient(35deg,
      hsl(197deg 45% 57%) 0%,
      hsl(198deg 43% 75%) 7%,
      hsl(199deg 42% 92%) 39%,
      hsl(300deg 100% 100%) 65%,
      hsl(300deg 100% 100%) 84%,
      hsl(0deg 0% 100%) 100%);
}

.intro__container {
  flex-direction: row;
}

.intro__col {
  position: relative;
  display: flex;
  width: 45%;
}

.intro__col:last-child {
  width: 55%;
}

.intro__img-wrapper {
  position: absolute;
  top: 50%;
  left: 30%;

  transform: translate(-50%, -50%);

  display: flex;
  height: 110%;
  aspect-ratio: 1/1;
}

.intro__img {
  object-fit: contain;
}

.intro__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;

  padding: 350px 0;
}

.intro__title {
  /* Скрываем H1 т.к у нас эту роль выполняет SVG, но заголовок "HONOR Pad V9"все равно читается роботами и доступен для индексации структуры страницы. Фейканули, надули роботов, зато СЕО не страдает */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.intro__honor-img-wrapper {
  display: flex;
  width: 100%;

  margin-bottom: 32px;
}

.intro__honor-img {
  object-fit: contain;
}

.intro__subtitle {
  font-size: 40px;
  line-height: 48px;
  text-align: center;

  margin-bottom: 32px;
}

.intro__ai-img {
  display: inline-flex;
  height: 50%;
  aspect-ratio: 1/1;
  background: url('../img/intro__ai-img.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.intro__list {
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.intro__item {
  text-align: center;
}

.intro__item:nth-child(1) {
  padding: 0 16px 0 0;
  border-right: 1px solid var(--black);
}

.intro__item:nth-child(2) {
  padding: 0 16px;
  border-right: 1px solid var(--black);
}

.intro__item:nth-child(3) {
  padding: 0 0 0 16px;
  border-right: 0px;
}

.intro__extra {
  position: absolute;
  right: 32px;
  bottom: 32px;

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 39%;
}

.intro__magic-img-wrapper {
  display: flex;
  height: 32px;

  margin-bottom: 8px;
}

.intro__magic-img {
  object-fit: contain;
}

.intro__magic-text {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #858585;
}


.second {}

.second__container {
  align-items: center;
}

.second__button-scroll {
  margin-top: 120px;
  margin-bottom: 80px;
}

.second__img-wrapper {
  display: flex;
  width: 70%;
  aspect-ratio: 1/1;

  margin-bottom: 80px;
}

.second__img {
  object-fit: contain;
}

.second__extra {
  display: flex;
  width: 100%;
  gap: 48px;
  align-items: center;

  margin-bottom: 80px;
}

.second__extra-img-wrapper {
  display: flex;
  width: 180px;
}

.second__extra-img {
  object-fit: contain;
}

.second__text {
  max-width: 400px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.second__button-buy {
  margin-bottom: 40px;
}

.second__text-note {
  font-size: 24px;
  line-height: 32px;

  margin-bottom: 120px;
}


.reason {}

.reason__container {
  align-items: center;
}

.reason__title {
  max-width: 700px;

  font-size: 72px;
  line-height: 72px;
  font-weight: 600;

  text-align: center;

  margin-bottom: 80px;
}

.reason__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 300px 300px 350px;
  gap: 16px;
}

.reason__item {
  position: relative;
  display: flex;
  padding: 32px;
  background: var(--white);

  overflow: hidden;
}

.reason__item:nth-child(1) {
  grid-column: span 3;
  grid-row: span 2;
}

.reason__item:nth-child(2) {
  grid-column: span 3;
}

.reason__item:nth-child(3) {
  grid-column: span 3;
}

.reason__item:nth-child(4),
.reason__item:nth-child(5),
.reason__item:nth-child(6) {
  grid-column: span 2;
  grid-row: span 1;
}

.reason__name {
  position: relative;
  z-index: 2;

  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.reason__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.reason__item:hover .reason__img {
  transform: scale(1.050);
}

.reason__img {
  object-fit: cover;
}


.thin {
  background: url('../img/thin__bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.thin__container {
  align-items: center;
}

.thin__title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;

  margin: 300px 0 600px 0;
}

.thin__title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  color: #00386C;
  text-align: center;

  z-index: 2;
}

.thin__title-img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;

  display: flex;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);

  z-index: 1;
}

.thin__title-img {
  object-fit: contain;
}

.thin__img-wrapper {
  display: flex;
  width: 100%;

  margin-bottom: 80px;
}

.thin__img {
  object-fit: contain;
}

.thin__list {
  display: flex;
  width: 100%;
  gap: 200px;
  justify-content: center;

  margin-bottom: 120px;
}

.thin__item {
  display: flex;
  flex-direction: column;
}

.thin__up {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;

  margin-bottom: 8px;
}

.thin__down {
  font-size: 120px;
  line-height: 120px;
  font-weight: 500;
  color: #3299FF;
}


.colors {}

.colors__container {
  align-items: center;
}

.colors__title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;

  margin: 120px 0 80px 0;
}

.colors__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 300px 300px 300px 300px;
  gap: 16px;
}

.colors__item {
  position: relative;
  overflow: hidden;
}

.colors__item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.colors__item:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
}

.colors__item:nth-child(3) {
  grid-column: span 1;
  grid-row: span 2;
}

.colors__item:nth-child(4) {
  grid-column: span 2;
  grid-row: span 2;
}

.colors__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  width: 100%;
  height: 100%;

  z-index: 1;
}

.colors__img {
  object-fit: cover;
}

.colors__color-img-wrapper {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  width: 40%;

  z-index: 2;
}

.colors__color-img {
  width: 100%;
  height: 100%;
}


.allday {}

.allday__container {
  align-items: center;
}

.allday__title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 300px 0 200px 0;
}

.allday__title-wrapper--2 {
  margin: 200px 0 200px 0;
}

.allday__title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  color: #00386C;
  text-align: center;
  z-index: 2;
}

.allday__title-img-wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  display: flex;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.allday__title-img {
  object-fit: contain;
}

.allday__img-wrapper {}

.allday__img {}


.screen {
  background: url('../img/screen__bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.screen__container {
  align-items: center;
}

.screen__subtitle {
  max-width: 1000px;

  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
  margin: 120px 0 80px 0;
}

.screen__img-wrapper {
  display: flex;
  width: 80%;

  margin-bottom: 64px;
}

.screen__img {
  display: flex;
}

.screen__list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 16px;

  margin-bottom: 64px;
}

.screen__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

.screen__name {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;

  margin-bottom: 8px;
}

.screen__subname {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.screen__extra {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.screen__extra-item {
  display: flex;
  flex-direction: column;
}

.screen__extra-img-wrapper {
  display: flex;
  height: 32px;

  margin-bottom: 8px;
}

.screen__extra-img {
  object-fit: contain;
}

.screen__extra-text {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}


.tech {
  background: url('../img/tech__bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tech__container {
  align-items: center;
}

.tech__title {
  max-width: 1000px;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
  margin: 160px 0 48px 0;
}

.tech__img-wrapper {
  display: flex;
  width: 100%;

  margin-bottom: 16px;
}

.tech__img {
  object-fit: contain;
}

.tech__list {
  display: flex;
  width: 100%;
  gap: 16px;

  margin-bottom: 64px;
}

.tech__item {
  display: flex;
  width: calc(100% / 6);
  flex-direction: column;
  align-items: center;


  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
}

.tech__item:last-child {
  flex-direction: row;
  gap: 16px;
  width: 35%;
}

.tech__icon-wrapper {
  display: flex;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  flex-grow: 0;

  margin-bottom: 8px;
}

.tech__icon {
  object-fit: contain;
}

.tech__text {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}

.tech__item:last-child .tech__text {
  text-align: left;
}

.tech__text-extra {
  font-size: 9px;
  line-height: 9px;
  text-align: center;

  margin-top: 8px;
}


.ai {}

.ai__container {}

.ai__title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 300px 0 300px 0;
}

.ai__title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  color: #00386C;
  text-align: center;
  z-index: 2;
}

.ai__title-img-wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  display: flex;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.ai__title-img {
  object-fit: contain;
}

.ai__content-wrapper {
  display: flex;
  width: 100%;
  gap: 32px;

  margin-bottom: 300px;
}

.ai__left {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}

.ai__icon-wrapper {
  display: flex;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  flex-grow: 0;

  margin-bottom: 16px;
}

.ai__icon {
  object-fit: contain;
}

.ai__sectitle {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}

.ai__sectitle span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;

  color: #71A4FA;
}

.ai__right {
  position: relative;
  display: flex;
  width: 100%;
}

.ai__img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  width: 130%;
}

.ai__img {
  display: flex;
  object-fit: contain;
}

.ai__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 120px;

  margin-bottom: 200px;
}

.ai__item {
  display: flex;
  width: 100%;
  gap: 64px;
  align-items: center;
  justify-content: center;
}

.ai__item-img {
  display: flex;
  width: calc(60% - 32px);
  object-fit: contain;

  filter: drop-shadow(32px 32px 32px rgba(0, 0, 0, 0.3));
}

.ai__item-wrapper {
  display: flex;
  flex-direction: column;
  width: calc(40% - 32px);
}

.ai__item-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;

  margin-bottom: 16px;
}

.ai__item-subtitle {
  font-size: 18px;
  line-height: 26px;
  color: #858585;
}


.pen {}

.pen__container {
  flex-direction: column;
}

.pen__img {
  display: flex;
  width: 100%;
  object-fit: contain;
}

.pen__list {
  display: flex;
  width: 100%;
  gap: 64px;
  justify-content: center;
}

.pen__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.pen__icon {
  display: flex;
  width: 100px;
  aspect-ratio: 1/1;

  object-fit: contain;
}

.pen__text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}


.docs {}

.docs__title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;

  margin: 200px 0 80px 0;
}

.docs__title-img {
  display: flex;
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.docs__title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;

  margin-bottom: 16px;
}

.docs__title-wrapper .docs__title {
  margin-bottom: 0;
}

.docs__bg {
  margin-bottom: 120px;
}

.docs__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 120px;
  margin-bottom: 200px;
}

.docs__item {
  display: flex;
  width: 100%;
  gap: 64px;
  align-items: center;
  justify-content: center;
}

.docs__item:nth-child(1) .docs__img,
.docs__item:nth-child(2) .docs__img {
  filter: none;
}

.docs__img {
  display: flex;
  width: calc(60% - 32px);
  object-fit: contain;
  filter: drop-shadow(32px 32px 32px rgba(0, 0, 0, 0.3));
}

.docs__wrapper {
  display: flex;
  flex-direction: column;
  width: calc(40% - 32px);
}

.docs__subimg {
  display: flex;
  width: 60%;
  object-fit: contain;
}

.docs__text {
  font-size: 18px;
  line-height: 26px;
  color: #858585;
}


.magic {}

.magic__container {}

.magic__title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 300px 0 350px 0;
}

.magic__title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  color: #00386C;
  text-align: center;
  z-index: 2;
}

.magic__title-img-wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  display: flex;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.magic__title-img {
  object-fit: contain;
}

.magic__img-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.magic__img-extra {
  position: absolute;
  display: flex;
  width: 250px;
  height: auto;
  object-fit: contain;
}

.magic__img-extra--1 {
  top: 0;
  left: 0;
}

.magic__img-extra--2 {
  width: 150px;
  top: 50%;
  left: 0;
}

.magic__img-extra--3 {
  bottom: 0;
  left: 0;
}

.magic__img-extra--4 {
  top: 0;
  right: 0;
}

.magic__img-extra--5 {
  right: 0;
  bottom: 0;
}

.magic__img {
  width: 70%;
}


.power {}

.power__container {}

.power__title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 400px 0 300px 0;
}

.power__title {
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  color: #00386C;
  text-align: center;
  z-index: 2;
}

.power__title-img-wrapper {
  position: absolute;
  top: 35%;
  left: 50%;
  display: flex;
  width: 80%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.power__title-img {
  object-fit: contain;
}

.power__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 120px;
  margin-bottom: 200px;
}

.power__item {
  display: flex;
  width: 100%;
  gap: 64px;
  align-items: center;
  justify-content: center;
}

.power__content {
  display: flex;
  flex-direction: column;
  width: calc(50% - 32px);
}

.power__sectitle {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 16px;
}

.power__text {
  font-size: 18px;
  line-height: 26px;
  color: #858585;

  margin-bottom: 16px;
}

.power__content-img {
  display: flex;
  width: 60%;
  object-fit: contain;
}

.power__img {
  display: flex;
  width: calc(50% - 32px);
  object-fit: contain;
  border-radius: 32px;
}


.os {
  position: relative;
}

.os__bg {}

.os__container {
  align-items: center;
  justify-content: center;
}

.os__img {
  position: absolute;
  bottom: 15%;
  left: 50%;

  width: 25%;
  height: auto;

  transform: translate(-50%, 0);
}


.last-list {}

.last-list__container {}

.last-list__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 120px;
  margin: 200px 0 200px 0;
}

.last-list__item {
  display: flex;
  width: 100%;
  gap: 64px;
  align-items: center;
  justify-content: center;
}

.last-list__content {
  display: flex;
  flex-direction: column;
  width: calc(50% - 32px);
}

.last-list__title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 16px;
}

.last-list__text {
  font-size: 18px;
  line-height: 26px;
  color: #858585;
  margin-bottom: 16px;
}

.last-list__content-img {
  display: flex;
  width: 50%;
  object-fit: contain;
}

.last-list__img {
  display: flex;
  width: calc(50% - 32px);
  object-fit: contain;

  filter: drop-shadow(32px 32px 32px rgba(0, 0, 0, 0.3));
}


.pre-footer {}

.pre-footer__container {}

.pre-footer__numbers-text {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 300;

  padding: 50px 0;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);

}

.pre-footer__copyright {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 300;
  text-transform: uppercase;

  padding: 6.25rem 0;
  border-top: 0.125rem solid var(--black);
}

.pre-footer__copyright-link {
  font-weight: inherit;
  text-decoration: underline;
}


.footer {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--orange);
}

.footer__container {}

.footer__logo {
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
  height: 32px;

  margin: 40px 0;
}

.footer__logo:hover {
  opacity: 0.8;
}

.footer__logo-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}







@media (min-width: 768px) and (max-width: 1300px) {
  .container {
    max-width: 900px;
  }

  .intro__container {
    flex-direction: column;
  }

  .intro__col {
    width: 100% !important;
  }

  .intro__col:first-child {
    aspect-ratio: 1/1;
    order: 2;
  }

  .intro__img-wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: flex;
    height: 100%;
    aspect-ratio: 1 / 1;
  }

  .intro__content {
    padding: 64px 0;
  }

  .intro__subtitle {
    margin-bottom: 48px;
  }

  .intro__ai-img {
    width: 32px;
  }

  .intro__extra {
    max-width: 80%;
  }

  .second__extra {
    flex-direction: column;
    align-items: center;
  }

  .second__text {
    text-align: center;
  }

  .reason__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .reason__item {
    width: 100%;
    aspect-ratio: 1/0.5;
  }

  .reason__item:first-child {
    aspect-ratio: 1/0.75;
  }

  .thin__title-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 300px 0 300px 0;
  }

  .colors__list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .colors__item {
    width: calc(50% - 16px);
    aspect-ratio: 1/1.5;
  }

  .screen__subtitle {
    margin: 0 0 80px 0;
  }

  .screen__img-wrapper {
    width: 100%;
  }

  .tech__list {
    flex-wrap: wrap;
    gap: 32px;
  }

  .tech__item:last-child {
    flex-direction: column;
    gap: 16px;
    width: calc(100% / 3 - 22px);
  }

  .tech__item {
    width: calc(100% / 3 - 22px) !important;
  }

  .tech__item:last-child .tech__text {
    text-align: center;
    order: 2;
  }

  .ai__title-wrapper {
    margin: 200px 0 80px 0;
  }

  .ai__content-wrapper {
    flex-direction: column;
  }

  .ai__content-wrapper {
    margin-bottom: 32px;
  }

  .ai__left {
    width: 100%;
    align-items: center;
  }

  .ai__right {
    display: none;
  }

  .ai__sectitle {
    text-align: center;

    margin-bottom: 80px;
  }

  .ai__img-wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: flex;
    width: 100%;
  }

  .ai__item {
    flex-direction: column;
  }

  .ai__item-wrapper {
    width: 100%;
    align-items: center;
  }

  .ai__item-wrapper * {
    text-align: center;
  }

  .ai__item-img {
    width: 80%;
    order: 1;
  }

  .ai__item-wrapper {
    order: 2;
  }

  .docs__list {
    margin-bottom: 64px;
  }

  .docs__item {
    flex-direction: column;
    align-items: center;
  }

  .docs__img {
    width: 80%;
    order: 1;
  }

  .docs__wrapper {
    width: 100%;
    order: 2;
    align-items: center;
  }

  .docs__item * {
    text-align: center;
  }

  .docs__subimg {
    margin-top: 32px;
  }

  .magic__title-wrapper {
    margin: 200px 0 200px 0;
  }

  .power__title-wrapper {
    margin: 300px 0 200px 0;
  }

  .power__list {
    margin-bottom: 80px;
  }

  .power__item {
    flex-direction: column;
    align-items: center;
  }

  .power__content {
    align-items: center;
  }

  .power__img {
    width: 80%;
    order: 1;
  }

  .power__content {
    width: 100%;
    order: 2;
  }

  .power__item * {
    text-align: center;
  }

  .power__content-img {
    margin-top: 32px;
  }

  .os__img {
    width: 30%;
  }

  .last-list__item {
    flex-direction: column;
  }

  .last-list__img {
    width: 80%;
    order: 1;
  }

  .last-list__content {
    width: 100%;
    order: 2;

    align-items: center;
  }

  .last-list__item * {
    text-align: center;
  }
}























@media (min-width: 320px) and (max-width: 767px) {
  /* 
  html,
  body {
    font-size: calc(100vw / 375 * 8);
    overflow-x: hidden;
  } */

  .container {
    max-width: 414px;
  }

  .header__logo,
  .footer__logo {
    margin: 16px 0;
    height: 24px;
  }

  .intro__container {
    flex-direction: column;
  }

  .intro__col {
    width: 100% !important;
  }

  .intro__col:first-child {
    aspect-ratio: 1/1;
    order: 2;
  }

  .intro__img-wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: flex;
    height: 100%;
    aspect-ratio: 1 / 1;
  }

  .intro__content {
    padding: 64px 0 32px 0;
  }

  .intro__subtitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 48px;
  }

  .intro__ai-img {
    width: 32px;
  }

  .intro__list {
    flex-direction: column;
    gap: 16px;
  }

  .intro__item {
    width: 100%;
    border: none !important;
    padding: 0 !important;
  }

  .intro__extra {
    position: relative;
    max-width: 100%;
    right: auto;
    bottom: auto;
    padding: 0 16px 16px 16px;
    align-items: center;
  }

  .intro__magic-text {
    text-align: center;
  }

  .second__extra {
    flex-direction: column;
    align-items: center;
  }

  .second__text {
    text-align: center;
  }

  .reason__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .reason__item {
    width: 100%;
    aspect-ratio: 1/0.5;
  }

  .reason__item:first-child {
    aspect-ratio: 1/0.75;
  }

  .thin__title-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 300px 0 300px 0;
  }

  .colors__list {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }

  .colors__item {
    width: calc(50% - 16px);
    aspect-ratio: 1/1.5;
  }

  .screen__subtitle {
    margin: 0 0 80px 0;
  }

  .screen__img-wrapper {
    width: 100%;
  }

  .tech__list {
    flex-wrap: wrap;
    gap: 32px;
  }

  .tech__item:last-child {
    flex-direction: column;
    gap: 16px;
    width: calc(100% / 3 - 22px);
  }

  .tech__item {
    width: calc(100% / 3 - 22px) !important;
  }

  .tech__item:last-child .tech__text {
    text-align: center;
    order: 2;
  }

  .ai__title-wrapper {
    margin: 200px 0 80px 0;
  }

  .ai__content-wrapper {
    flex-direction: column;
  }

  .ai__content-wrapper {
    margin-bottom: 32px;
  }

  .ai__left {
    width: 100%;
    align-items: center;
  }

  .ai__right {
    display: none;
  }

  .ai__sectitle {
    text-align: center;

    margin-bottom: 80px;
  }

  .ai__img-wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: flex;
    width: 100%;
  }

  .ai__item {
    flex-direction: column;
  }

  .ai__item-wrapper {
    width: 100%;
    align-items: center;
  }

  .ai__item-wrapper * {
    text-align: center;
  }

  .ai__item-img {
    width: 80%;
    order: 1;
  }

  .ai__item-wrapper {
    order: 2;
  }

  .docs__list {
    margin-bottom: 64px;
  }

  .docs__item {
    flex-direction: column;
    align-items: center;
  }

  .docs__img {
    width: 80%;
    order: 1;
  }

  .docs__wrapper {
    width: 100%;
    order: 2;
    align-items: center;
  }

  .docs__item * {
    text-align: center;
  }

  .docs__subimg {
    margin-top: 32px;
  }

  .magic__title-wrapper {
    margin: 200px 0 200px 0;
  }

  .power__title-wrapper {
    margin: 300px 0 200px 0;
  }

  .power__list {
    margin-bottom: 80px;
  }

  .power__item {
    flex-direction: column;
    align-items: center;
  }

  .power__content {
    align-items: center;
  }

  .power__img {
    width: 80%;
    order: 1;
  }

  .power__content {
    width: 100%;
    order: 2;
  }

  .power__item * {
    text-align: center;
  }

  .power__content-img {
    margin-top: 32px;
  }

  .os__img {
    width: 30%;
  }

  .last-list__item {
    flex-direction: column;
  }

  .last-list__img {
    width: 80%;
    order: 1;
  }

  .last-list__content {
    width: 100%;
    order: 2;

    align-items: center;
  }

  .last-list__item * {
    text-align: center;
  }

  .second__button-scroll {
    margin-top: 80px;
    margin-bottom: 80px;
    align-items: center;
  }

  .button__text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }

  .button__icon-wrapper {
    display: flex;
    height: 24px;
    aspect-ratio: 1 / 1;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .second__img-wrapper {
    display: flex;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 80px;
  }

  .second__text-note {
    text-align: center;
  }

  .reason__title {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .reason__list {
    gap: 64px;
  }

  .reason__item:first-child {
    aspect-ratio: 1 / 1;
  }

  .reason__item {
    width: 100%;
    aspect-ratio: auto !important;
    height: auto !important;
    padding: 0;

    flex-direction: column;
  }

  .reason__name {
    margin-bottom: 0;
    order: 2;
  }

  .reason__img-wrapper {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    aspect-ratio: 1/0.75;
    border-radius: 32px;
    overflow: hidden;

    order: 1;

    margin-bottom: 16px;
  }

  .reason__name {
    text-align: center;
  }

  .thin {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8)), url(../img/thin__bg.webp);
  }

  .thin__title-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 150px 0 150px 0;
  }

  .thin__title {
    font-size: 40px;
    line-height: 48px;
  }

  .thin__list {
    flex-direction: column;
    gap: 32px;
    align-items: center;
    margin-bottom: 120px;
  }

  .thin__up {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 8px;
  }

  .thin__down {
    font-size: 48px;
    line-height: 48px;
    color: #3299FF;
  }

  .colors__title {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
  }

  .colors__list {
    gap: 16px;
  }

  .colors__item {
    width: 100%;
  }

  .colors__item:nth-child(1),
  .colors__item:nth-child(4) {
    display: none;
  }

  .allday__title-wrapper {
    margin: 150px 0 80px 0;
  }

  .allday__title {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .screen__subtitle {
    max-width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .screen__list,
  .screen__extra {
    flex-direction: column;
    gap: 32px;
  }

  .tech__title {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .tech__list {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
  }

  .tech__item {
    width: 100% !important;
  }

  .ai__title-wrapper {
    margin: 100px 0 80px 0;
  }

  .ai__title {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .ai__sectitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }

  .ai__list {
    gap: 48px;
  }

  .ai__item {
    gap: 32px;
  }

  .ai__item-img {
    width: 100%;
  }

  .ai__item-title {
    font-size: 24px;
    line-height: 32px;
  }

  .pen__img {
    margin-bottom: 32px;
  }

  .pen__list {
    flex-direction: column;
  }

  .pen__item {
    flex-direction: column;
  }

  .pen__text {
    text-align: center;
  }

  .docs__title-wrapper {
    flex-direction: column;
    align-items: center;
    margin: 200px 0 32px 0;
    gap: 16px;
  }

  .docs__title-wrapper .docs__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .docs__list {
    gap: 48px;
  }

  .docs__item {
    gap: 32px;
  }

  .docs__img {
    width: 100%;
  }

  .docs__title {
    font-size: 24px;
    line-height: 32px;
  }

  .docs__subimg {
    margin-top: 16px;
  }

  .magic__title-wrapper {
    margin: 100px 0 100px 0;
  }

  .magic__title {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .magic__img-extra {
    display: none;
  }

  .magic__img {
    width: 100%;
  }

  .power__title-wrapper {
    margin: 100px 0 100px 0;
  }

  .power__title {
    max-width: 100%;
    font-size: 32px;
    line-height: 40px;
  }

  .power__list {
    gap: 48px;
  }

  .power__item {
    gap: 32px;
  }

  .power__sectitle {
    font-size: 24px;
    line-height: 32px;
  }

  .power__img {
    width: 100%;
  }

  .power__content-img {
    margin-top: 16px;
  }

  .last-list__list {
    gap: 48px;
    margin: 100px 0 100px 0;
  }

  .last-list__item {
    gap: 32px;
  }

  .last-list__title {
    font-size: 24px;
    line-height: 32px;
  }

  .last-list__img {
    width: 100%;
  }

  .pre-footer__numbers-text,
  .pre-footer__copyright {
    font-size: 14px;
  }

  .pre-footer__copyright {
    border-top: 1px solid var(--black);
  }

}