/* Основные стили */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

body {
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

.veweqa {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #0066cc;
  transition: color 0.3s;
}

a:hover {
  color: #004080;
}

.heva {
  clear: both;
}

/* Шапка сайта */
header {
  background-color: #1a1a2e;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.xawuxur {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ralypog img {
  max-height: 50px;
}

.pubegi {
  display: inline-block;
  background-color: #e94560;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.pubegi:hover {
  background-color: #d13652;
  color: white;
}

/* Заголовки */
.jypy {
  font-size: 24px;
  margin: 30px 0 20px;
  color: #1a1a2e;
  text-align: center;
}

/* Блок промокода */
.bupepul {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.cojas {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1a1a2e;
}

.cimal {
  display: flex;
  align-items: center;
  position: relative;
}

.bynixi {
  width: 100%;
  padding: 12px;
  border: 2px dashed #e94560;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f8f8f8;
  text-align: center;
}

.rosar {
  position: absolute;
  right: 10px;
  background-color: #4caf50;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}

.qajy {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #e94560;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.qajy:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm3 4H8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h11c1.1 0 2-.9 2-2V7c0-1.1-.9-2-2-2zm0 16H8V7h11v14z"/></svg>');
  background-size: contain;
}

/* Секции контента */
.wixun {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gele {
  margin-bottom: 20px;
}

.gele p {
  margin-bottom: 15px;
}

/* Секция бонуса */
.cyso {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.fyhixi {
  flex: 0 0 30%;
  margin-right: 20px;
}

.facu {
  flex: 1;
}

.facu span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1a1a2e;
}

.wofy p {
  margin-bottom: 15px;
}

/* Таблица информации */
.quqizo {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

table tr:last-child td {
  border-bottom: none;
}

table td:first-child {
  font-weight: bold;
  width: 40%;
}

/* Секция преимуществ и недостатков */
.piru {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.curirat {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.bazijy {
  background-color: #e8f5e9;
  border-left: 5px solid #4caf50;
}

.mujo {
  background-color: #ffebee;
  border-left: 5px solid #e94560;
}

.povodev {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.bazijy .povodev:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
}

.mujo .povodev:before {
  content: "✗";
  position: absolute;
  left: 0;
  color: #e94560;
  font-weight: bold;
}

/* Футер */
footer {
  background-color: #1a1a2e;
  color: white;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
}

.fuqaror {
  margin-bottom: 15px;
}

.fuqaror img {
  max-height: 40px;
}

.gelehex {
  font-size: 14px;
  opacity: 0.8;
}

/* Адаптивность */
@media (max-width: 768px) {
  .jypy {
    font-size: 20px;
  }
  
  .cyso {
    flex-direction: column;
  }
  
  .fyhixi {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .piru {
    flex-direction: column;
  }
  
  .qajy {
    right: 0;
  }
}

@media (max-width: 480px) {
  .jypy {
    font-size: 18px;
  }
  
  .xawuxur {
    flex-direction: column;
    gap: 15px;
  }
  
  .bynixi {
    font-size: 14px;
  }
  
  .pubegi {
    padding: 8px 15px;
    font-size: 14px;
  }
}
