body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  color: #fff;
  /*padding: 1em 0;*/
  text-align: center;
  background-image: url('images/fon.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: bold;
}

nav a {
  color: white;
  padding: 14px 20px;
  text-decoration: none;
  text-align: center;
}

nav a:hover {
  background-color: #ddd;
  color: black;
}

.container {
  flex: 1 1 auto;
  min-height: 100%;
}

.blog-post {
  background: #fff;
  margin-bottom: 2em;
  padding: 1em;
  border-radius: 8px;
  flex: 1 1 auto;
  min-height: 100%;
}

.blog-post h2 {
  color: #333;
}

.blog-post p {
  color: #666;
}

footer {
  text-align: center;
  padding: 1em 0;
  background: #333;
  color: white;
}

.brand-table-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.brand-table {
  border-collapse: collapse;
  width: 60%;
}

.brand-table td {
  border: 3px solid #ddd;
  padding: 3px;
  padding: 0.5rem;
  text-align: center;
}

.brand-logo {
  max-width: 100px; /* Вы можете изменить размер логотипа */
}

.brand-info {
  text-align: center;
}

.brand-button {
  background-color: rgb(255, 0, 0);
  color: white;
  font-weight: bolder;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.brand-button:hover {
  background-color: #f00;
}
.brand-button1 {
  background-color: rgb(30, 254, 0);
  color: rgb(0, 0, 0);
  font-weight: bolder;
  padding: 8px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  margin: 2px;
}
.date {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin: 10px 0;
}
.date img {
  max-width: 30px;
}
.date .updated {
  display: flex;
  flex-direction: column;
}
.date time {
  font-weight: 600;
}
@media (max-width: 768px) {
  .brand-table {
    width: 90%;
  }
}
img {
  max-width: 100%;
}

.promocode__input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promocode input {
  border: 1px solid #333;
  border-right: none;
  border-radius: 10px 0 0 10px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 7px 20px 6px;
  outline: none;
  width: auto;
}
.promocode .promocode__button {
  border: none;
  cursor: pointer;
}
.promocode .promocode__link {
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.promocode .promocode__button,
.promocode__link {
  background-color: rgb(221, 48, 84);
  height: 36px;
  width: 20%;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0 10px 10px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .promocode__input {
    flex-direction: column;
  }
  .promocode input {
    font-size: 13px;
    border-right: 1px solid;
    border-radius: 10px 10px 0 0;
    width: 100%;
    padding: 0.3rem 0;
    text-align: center;
  }
  .promocode .promocode__button,
  .promocode__link {
    background-color: rgb(221, 48, 84);
    width: 100%;
    height: 31px;
    border-radius: 0 0 10px 10px;
    padding: 0.3rem 0.2rem;
    font-size: 13px;
  }
}
