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

.body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wave {
  z-index: 10;
  width: 100%;
  height: 200px; /* или нужная тебе высота */
  background-image: url("./images/wave.png");
  background-repeat: no-repeat;
  background-size: cover; /* или 'contain' если нужно видеть всю волну */
  background-position: center; /* можно заменить на 'left' или 'right' при необходимости */
  overflow: hidden; /* на всякий случай */
  position: absolute;
}

.rotate180 {
  /* transform: rotateX("180"); */
  transform: rotateX(180deg);
}

.header {
  z-index: 10;
  height: 250px;
}

.waveImage {
  z-index: 10;
  overflow: hidden;
  position: absolute;
}

.logoName {
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  position: relative;
  z-index: 10;
}

.logo {
  z-index: 10;
  width: 60px;
  height: 60px;
}

.app-name {
  z-index: 10;
  margin-left: 20px;
  font-size: 40px;
  color: white;
}

p {
  z-index: 10;
  font-family: "Jost", sans-serif;
}

li {
  z-index: 10;
  font-family: "Jost", sans-serif;
}

.p40 {
  z-index: 10;
  font-weight: 600;
  font-size: 40px;
}

.p32 {
  z-index: 10;
  font-weight: 600;
  font-size: 32px;
}

.p24 {
  z-index: 10;
  font-weight: 500;
  font-size: 24px;
}

.p16 {
  z-index: 10;
  font-size: 16;
  font-weight: 400;
}

.mw480 {
  z-index: 10;
  max-width: 480px;
}
.mb85 {
  z-index: 10;
  margin-bottom: 85px;
}

.p20 {
  z-index: 10;
  font-size: 20;
  font-weight: 500;
}

.p14 {
  z-index: 10;
  font-size: 14;
  font-weight: 400;
}

.row {
  z-index: 10;
  display: flex;
  flex-direction: row;
}

.ml50 {
  z-index: 10;
  margin-left: 50px;
}

.mb40 {
  z-index: 10;
  margin-bottom: 40px;
}

.flex {
  z-index: 10;
  display: flex;
}

.container {
  z-index: 10;
  width: 1250px;
  align-items: center;
  justify-content: center;
}

.column {
  z-index: 10;
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  flex: 1;
}
.sb {
  z-index: 10;
  justify-content: space-between;
}
.sa {
  z-index: 10;
  justify-content: space-around;
}
.mb200 {
  z-index: 10;
  margin-bottom: 200px;
}

.mb4 {
  z-index: 10;
  margin-bottom: 4px;
}
.mb8 {
  z-index: 10;
  margin-bottom: 8px;
}

.bText {
  z-index: 10;
  color: #3c3c3c;
}

.wText {
  z-index: 10;
  color: white;
}

.bDiv {
  z-index: 10;
  background-color: #3c3c3c;
}

.donwloadBtn {
  z-index: 10;
  background-color: white;
  border-radius: 8px;
  padding: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.donwloadBtnB {
  z-index: 10;
  background-color: white;
  border-radius: 8px;
  padding: 8px;
  padding-right: 10px;
  padding-left: 10px;
}

.appleImage {
  z-index: 10;
  width: 40px;
  height: 40px;
}

.androidImage {
  z-index: 10;
  width: 35px;
  height: 38px;
}

.center {
  z-index: 10;
  justify-items: center;
  align-items: center;
}

.ml20 {
  z-index: 10;
  margin-left: 20px;
}

.mb20 {
  z-index: 10;
  margin-bottom: 20px;
}

.pointer {
  z-index: 10;
  cursor: pointer;
}

.include {
  z-index: 10;
  width: 450px;
  padding: 20px;
  background-color: #ffd754;
  border-radius: 22px;
  border: 4px solid #242424;
  margin-top: 10px;
  margin-bottom: 10px;
}

.include .p24 {
  z-index: 10;
  margin-bottom: 10px;
}

.phoneReview {
  z-index: 10;
  width: 393px;
  height: 795px;
}

.phoneReviewImg {
  z-index: 10;
  width: 393px;
  height: 795px;
  position: absolute;
}

.test {
  z-index: 10;
  background-color: red;
}

.choose {
  z-index: 10;
  width: 300px;
  background-color: #3c3c3c;
  border-radius: 34px;
  padding: 30px;
}

.mb30 {
  z-index: 10;
  margin-bottom: 30px;
}

.chooseBlock {
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 60px;
}

.phoneBlock {
  z-index: 10;
  padding-bottom: 60px;
}

.bottom {
  z-index: 10;
  align-self: center;
  padding: 60px;
}

.chooseContainer {
  z-index: 10;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.show {
  opacity: 1;
  transition: opacity 300ms;
}
.hide {
  opacity: 0;
  transition: opacity 300ms;
}

@media (max-width: 1024px) {
  .container {
    z-index: 10;
    width: 95%;
    max-width: 900px;
  }

  .include {
    z-index: 10;
    width: 370px;
    padding: 16px;
  }
  .chooseContainer {
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .choose {
    z-index: 10;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .phoneBlock .p40 {
    z-index: 10;
    font-size: 40px;
  }
  .hContent {
    z-index: 10;
    display: flex;
    flex-direction: column;
  }
  .column {
    z-index: 10;
    width: 100%;
  }
  .phoneBlock .mb200 {
    z-index: 10;
    margin-bottom: 40px;
  }
  .phoneBlock p {
    z-index: 10;
    text-align: center;
  }
  .phoneimgh {
    z-index: 10;
    margin-top: 30px;
    width: 250px;
  }
  .donwloadBtn {
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-left: 0px;
    width: 200px;
    margin-bottom: 10px;
    /* height: 50px; */
    /* width: 200px; */
  }
  .phoneReviewContainer {
    z-index: 10;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .include {
    z-index: 10;
    width: 250px;
  }
  .phoneReview {
    z-index: 10;
    width: 250px;
    height: 550px;
  }
  .phoneReviewImg {
    z-index: 10;
    width: 250px;
    height: auto;
  }
  .p40 {
    z-index: 10;
    font-size: 20px;
  }
  .p24 {
    z-index: 10;
    font-size: 18px;
  }
  .p20 {
    z-index: 10;
    font-size: 16px;
  }
  .donwloadRow {
    z-index: 10;
    flex-direction: column;
  }
  .bottom {
    z-index: 10;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .header {
    z-index: 10;
    height: 200px;
  }
  .header .logoName {
    z-index: 10;
    padding: 20px;
  }
  .logoName {
    z-index: 10;
    padding: 0;
    margin-bottom: 20px;
  }
  .bottom p {
    z-index: 10;
    text-align: left;
  }
  .bottomBlock {
    z-index: 10;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bottomLogo {
    z-index: 10;
    display: flex;
    flex-direction: column;
  }
  .donwloadBtnB {
    z-index: 10;
    width: 200px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

#emoji-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
  pointer-events: none;
  user-select: none;
}

.emoji {
  position: absolute;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.5s ease-in-out;
}

.emoji.show {
  opacity: 1;
  transform: scale(1);
}

/* Убираем подчеркивание и устанавливаем базовый цвет для всех ссылок */
a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Ссылки наследуют цвет текста родительского элемента */
  cursor: pointer; /* Сохраняем курсор-указатель, чтобы было понятно, что это ссылка */
}

/* Убираем эффекты при наведении курсора (hover) */
a:hover {
  text-decoration: none; /* Убирает подчеркивание при наведении (если оно вдруг появилось) */
  color: inherit; /* Сохраняет тот же цвет при наведении */
  opacity: 0.8; /* Добавляем небольшую прозрачность для визуального фидбека (опционально) */
}

/* Убираем эффекты для посещенных ссылок */
a:visited {
  text-decoration: none; /* Убирает подчеркивание для посещенных ссылок */
  color: inherit; /* Сохраняет тот же цвет, что и у обычных ссылок */
}

/* Убираем эффекты для активных (нажатых) ссылок */
a:active {
  text-decoration: none; /* Убирает подчеркивание для активных ссылок */
  color: inherit; /* Сохраняет тот же цвет */
  opacity: 0.6; /* Добавляем еще большую прозрачность при нажатии (опционально) */
}
