* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #ffffff;
}

._d {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: url('bg.png') no-repeat #3DA3DF;
  background-size: cover;
  overflow: hidden;
}

@font-face {
  font-family: 'Menco';
  src: url('./Menco-normal-400-100.ttf') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TT Trailers';
  src: url('./TT\ Trailers\ Black-normal-400-100.ttf') format('woff2');
  font-weight: 800;
  font-style: normal;
}

._4 {
  margin-top: 50px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}

._4 img {
  width: 120px;
  height: 100px;
}
._7 {
  font-family: 'Menco', sans-serif;
}

.btn, .claim-btn {
  font-family: 'TT Trailers', sans-serif;
  font-weight: 800;
}
._i {
  text-align: center;
  padding: 40px 20px 20px;
}

._e img {
  max-width: 90%;
  height: auto;
}

._7 {
  color: white;
  font-family: 'Menco', sans-serif;
  font-weight: bold;
  font-size: 26px;
  margin: 20px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

._0 {
  background-color: #80abff;
  color: white;
  font-family: 'TT Trailers';
  font-weight: bold;
  font-size: 44px;
  padding: 12px 24px;
  border-radius: 10px;
  border: 3px solid black;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  transition: 0.3s;
}

._0:hover {
  background-color: #92a2ff;
}

._v {
  width: 100%;
  margin-bottom: -4px;
}

._v img {
  width: 100%;
  height: auto;
  display: block;
  justify-content: center;
}

@media (max-width: 772px) {
  ._e img {
    max-width: 90%;
    height: auto;
  }

  ._7 {
    font-size: 20px;
    padding: 0 10px;
  }

  ._0 {
    font-size: 24px;
    padding: 10px 18px;
  }

  ._v {
    margin-bottom: -4px;
  }

  ._d {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}

._j {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 4px solid #000;
  font-family: 'Menco', sans-serif;
}

._1 {
  padding: 40px;
  box-sizing: border-box;
  flex: 1 1 50%;
  border: 3px solid #000;
  position: relative;
}

._1 h2 {
  font-size: 175px;
  font-weight: 800;
  font-family: 'TT Trailers', sans-serif;
  line-height: 1;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  text-shadow: 3px 3px 0 #000; /* ← добавлена белая тень */
  text-align: left;
  margin: 0;
}

._1 p {
  font-size: 26px;
  margin: 20px 0;
  color: #000;
  max-width: 500px;
  text-align: left;
}



._1 ._0 {
  font-size: 44px;
  padding: 10px 22px;
  margin-top: 10px;
  text-align: left;
}

.intro {
  background-color: #ff8b8b;
  flex: 1 1 100%;
}

.intro-content {
  max-width: 500px;
  margin-left: auto;
}

.intro h2 {
  text-align: left;
  margin-bottom: 20px;
}

.intro .penguins {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

._2 {
  background-color: #fde2b0;
}

._8 {
  background-color: #facccc;
}

.block-img {
  max-width: 120px;
  margin-top: 30px;
}

._f {
  width: 100vw;
  padding: 3rem 2rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
  border-bottom: 3px solid #000;
  background-color: #80ABFF;
  box-sizing: border-box;
  flex-wrap: wrap;
}

._x {
  flex: -1 1 400px;
  max-width: 600px;
  background-color: #FBF7EB;
  border: #000 2px solid;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

._x:hover {
  transform: translateY(-5px);
}

.card-image {
  width: 100%;
  height: auto;
  display: block;
}

._g {
  padding: 24px;
}

._n {
  font-size: 44px;
  margin: 0px 0 12px;
  color: #333;
  font-weight: 800;
}

._c {
  font-size: 26px;
  margin: 134px 0 16px;
  color: #777;
} 

.card-text {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

@font-face {
  font-family: 'TT Trailers';
  src: url('/TT Trailers Black-normal-400-100.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'TT Trailers';
  src: url('/TT Trailers Black-normal-800-100.ttf') format('truetype');
  font-weight: 800;
}

._x, ._n, ._c, .card-text, ._u {
  font-family: 'TT Trailers', sans-serif;
}

._z {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  background-color: #80ABFF;
  border-radius: 16px;
  font-family: 'TT Trailers', sans-serif;
  flex-wrap: wrap;
}

._6 {
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.left-card-text {
  max-width: 500px;
  color: #333;
}

.left-card-text h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.left-card-text p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

._f {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 2rem;
}

._q {
  width: 100%;
  border-bottom: 3px solid #000;
  box-sizing: border-box;
  padding: 2rem 1rem;
}


@media (max-width: 768px) {
  ._f {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  ._z,
  ._x {
    max-width: 100%;
  }
}


/* 📱 Адаптивность */
@media (max-width: 768px) {
  ._z {
    flex-direction: column;
    text-align: center;
  }

  .left-card-text {
    max-width: 100%;
  }
}
._g {
  padding: 16px;
}


@media (max-width: 600px) {
  ._x {
    margin: 10px;
    border-radius: 12px;
  }

  ._n {
    font-size: 40px;
  }

  ._c {
    font-size: 24px;
  }

  .card-text {
    font-size: 0.95rem;
  }
}


/* Adaptive */
@media (max-width: 768px) {
  ._1 {
    flex: 1 1 100%;
    text-align: center;
  }

  ._1 h2 {
    font-size: 64px;
    text-align: center;
  }

  ._1 p {
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
  }

  .intro-content {
    margin: 0 auto;
  }

  .intro .penguins {
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .block-img {
    margin: 20px auto;
  }
}

._u {
  display: block;
  width: 100%;
  padding: 16px;
  margin-top: 16px;
  border: #000 2px solid;
  background-color: #80ABFF; 
  color: #FFF;
  font-weight: 800;
  font-size: 26PX;
  border-radius: 12px;
  cursor: pointer;
  font-family: 'TT Trailers', sans-serif;
  transition: background-color 0.3s, transform 0.2s;
}

._u:hover {
  background-color: #80ABFF;
  transform: translateY(-2px);
}

._p {
  width: 100%;
  background-color: #001537;
  color: #fff;
  font-family: 'TT Trailers', sans-serif;
  padding: 2rem 4vw;
  box-sizing: border-box;
}

._h {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #4A5AFF;
  padding-bottom: 1.5rem;
}

._3,
._w {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-logo {
  width: 48px;
  height: auto;
}

._w {
  gap: 3rem;
}

._w p {
  margin: 1.5rem 0;
  font-weight: 800;
  color: #80ABFF;
  font-size: 3.5rem;
}

._r {
  text-align: right;
  min-width: 200px;
}

._y {
  font-weight: 800;
  font-size: 38px;
  margin-bottom: 1rem;
}

._k {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
}

body{user-select:none;-webkit-user-select:none;}html{}._b{display:contents}

._k img {
  width: 200px;
  height: auto;
  border-radius: 10px;
}

._t {
  margin-top: 1rem;
  text-align: center;
  font-size: 20px;
  color: #80ABFF;
}

.footer-bottom-links {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: #80ABFF;
  text-decoration: none;
  font-weight: 400;
  font-family: 'TT Trailers', sans-serif;
}

@media (max-width: 768px) {
  ._h {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  ._3 {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  ._r {
    text-align: center;
    margin-top: 2rem;
  }

  ._k {
    justify-content: center;
  }

  ._w {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  ._w p {
    font-size: 2.2rem;
  }

  ._y {
    font-size: 28px;
  }

  ._k img {
    width: 150px;
  }
}

@media (max-width: 1564px) {
  ._h {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  ._3 {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  ._r {
    text-align: center;
    margin-top: 2rem;
  }

  ._k {
    justify-content: center;
  }

  ._w {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  ._w p {
    font-size: 2.8rem; 
  }

  ._y {
    font-size: 30px;
  }

  ._k img {
    width: 150px;
  }
}
