/* Основные стили */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

body {
  background-color: #f5f5f5;
  color: #333;
  line-height: 1.6;
}

.wocuke {
  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;
}

.tyzy {
  clear: both;
}

/* Шапка сайта */
header {
  background-color: #1a1a2e;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.lazyfy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fyqeq img {
  max-height: 50px;
}

.zuke {
  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;
}

.zuke:hover {
  background-color: #d13652;
  color: white;
}

/* Заголовки */
.vinywi {
  font-size: 24px;
  margin: 30px 0 20px;
  color: #1a1a2e;
  text-align: center;
}

/* Блок промокода */
.teqyz {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.lywive {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1a1a2e;
}

.taxuro {
  display: flex;
  align-items: center;
  position: relative;
}

.hexez {
  width: 100%;
  padding: 12px;
  border: 2px dashed #e94560;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f8f8f8;
  text-align: center;
}

.rebu {
  position: absolute;
  right: 10px;
  background-color: #4caf50;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}

.rolek {
  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;
}

.rolek: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;
}

/* Секции контента */
.xijywyj {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nopyj {
  margin-bottom: 20px;
}

.nopyj p {
  margin-bottom: 15px;
}

/* Секция бонуса */
.mymo {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.wegaco {
  flex: 0 0 30%;
  margin-right: 20px;
}

.gaso {
  flex: 1;
}

.gaso span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1a1a2e;
}

.nihi p {
  margin-bottom: 15px;
}

/* Таблица информации */
.beduwe {
  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%;
}

/* Секция преимуществ и недостатков */
.poroqas {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

.qukerat {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.jiticoq {
  background-color: #e8f5e9;
  border-left: 5px solid #4caf50;
}

.remy {
  background-color: #ffebee;
  border-left: 5px solid #e94560;
}

.vafepi {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.jiticoq .vafepi:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4caf50;
  font-weight: bold;
}

.remy .vafepi: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;
}

.gawe {
  margin-bottom: 15px;
}

.gawe img {
  max-height: 40px;
}

.fivejag {
  font-size: 14px;
  opacity: 0.8;
}

/* Адаптивность */
@media (max-width: 768px) {
  .vinywi {
    font-size: 20px;
  }
  
  .mymo {
    flex-direction: column;
  }
  
  .wegaco {
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .poroqas {
    flex-direction: column;
  }
  
  .rolek {
    right: 0;
  }
}

@media (max-width: 480px) {
  .vinywi {
    font-size: 18px;
  }
  
  .lazyfy {
    flex-direction: column;
    gap: 15px;
  }
  
  .hexez {
    font-size: 14px;
  }
  
  .zuke {
    padding: 8px 15px;
    font-size: 14px;
  }
}
