.container {
  width: 100%;
}


h2 {
  text-align: center;
  font-size: 46px;
  padding: 0 16px;
}
h2 a {
  color: #ffd500;
}
h3 {
  text-align: center;
  padding: 0 16px;
  font-size: 20px;
}
h3 a {
  text-align: center;
  padding: 0 16px;
  color: #ffd500;
  text-decoration: underline;
}

section {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #444;
}

.block {
  width: 75px;
  height: 75px;
  margin: 25px;
  border: 2px solid #333;
}

.active {
  background: orange;
}

.hide {
  display: none;
}

.img-12-min {
  width: 64px;
}

.img-12-max {
  width: 128px;
  border: 3px solid #fff;
}

.active-img {
  border: 3px solid black;
}

.t-4 .seven img {
  width: 280px;
}

.asks {
  background: #ffd500;
  margin: 10px 0;
  text-transform: none;
  color: black;
  max-width: 98%;
  height: auto;

  display: flex;
    white-space: normal; 
}
input {
  margin: 10px 0;
}
.container-link-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download-button {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(135deg, #3b82f6, #6366f1);
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(59, 130, 246, 0.4);
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}

.download-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-20deg);
  transition: 0.5s;
}

.download-button:hover::after {
  left: 125%;
}

.download-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.5);
}

.border-img {
  border: 1px solid white;
}
.cont-img-g {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
.cont-img-g img{
  width: 100%;
  max-width: 460px;
}

/* chat */
/* фон страницы */
body {
  background: #0f172a;
  color: #e2e8f0;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
}

/* контейнер */
.container {
  max-width: 700px;
  margin: 40px auto;
  background: #1e293b;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #334155;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}



/* заголовки */
h1 {
  line-height: 36px;
  text-align: center;
  padding: 0 16px;
  color: rgb(224, 224, 224);
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 15px;
  text-shadow:
        -0.5px -0.5px 0 #000000,
         0.5px -0.5px 0 #000000,
        -0.5px  0.5px 0 #000000,
         0.5px  0.5px 0 #000000;
}

h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #38bdf8;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #94a3b8;
}

/* текст */
p {
  margin-bottom: 10px;
  line-height: 1.5;
}

/* списки */
ul {
  margin: 10px 0 15px 20px;
}

li {
  margin-bottom: 8px;
}

/* формулы */
ul li b {
  color: #facc15;
}

/* примеры */
ul li {
  transition: transform 0.2s;
}

ul li:hover {
  transform: translateX(5px);
}

/* ссылки */
a {
  color: #3b82f6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* блок "важно" */
p b {
  color: #f87171;
}

/* адаптив */
@media (max-width: 600px) {
  .container {
    padding: 20px;
  }
  
  h1 {
    font-size: 18px;
  }
}
@media (max-width: 438px) {
  h2 a{
    font-size: 30px;
  }
  .container {
    padding: 10px;
  }

}


.link-pay {
  display: flex;
  justify-content: center;
  
}
a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}