html{
  font-family: "TT Norms Pro", "Arial", sans-serif;
  line-height: 1.5;
}
.all{
  margin: 15%;
  margin-top: 2%;
  padding: 1%;
}

.menu{
  background-color: #f1c421;
  width: 100%; 
  font-family: "TT Norms Pro", "Arial", sans-serif;
  margin-top: -5px;
}
.menu ul li{
    padding: 10px;
  }
  .menu ul > li:hover{
    background-color: #ffc935;
  }
  .menu ul ul > li:hover{
    background-color: #f1c41f
  }
  .menu ul li, .menu ul{
    display: inline-block;
  }
  .menu ul{
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f1c421
  }
  .menu ul ul{
    display: none;
    position: absolute;
    background-color: #ffc935;
    margin-top: 10px;
    margin-left: 0;
  }
  .menu ul a{
    color: #fff;
    text-decoration: none;
  }
  .menu ul ul a{
    color: #fff;
    text-decoration: none;
  }
  .menu li:hover ul{
    display: block;
  }
  
  .menu li:hover li{
    display: block;
  }
header{
   width: 100%; /* Шапка займёт всю ширину окна браузера */
  background-color:#f1c421;
    padding: 0;
    margin: 0;
    color:#fff;
}
.intro>a{
  color:white;
}
a{
  text-decoration: none;
}
.intro{
  margin: 20px;
  margin-top: -5px;
}

* {
  box-sizing: border-box;
}

/* Расположите контейнер изображения (необходимо расположить стрелки влево и вправо) */
.container {
  position: relative;
}

/* Скрыть изображения по умолчанию */
.mySlides {
  display: none;
}

/* Добавить указатель при наведении на миниатюры изображений */
.cursor {
  cursor: pointer;
}

/* Далее и предыдущие кнопки */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 20%;
  width: auto;
  padding: 10px;
  margin-top: -10px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Позиция "next кнопка" на право */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* При наведении курсора добавьте черный цвет фона с небольшим количеством прозрачного */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Номера текст (1/3 и т.д.) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  margin: auto;
  position: absolute;
  top: 0;
}

/* Контейнер для текста изображения */
.caption-container {
  text-align: center;
  background-color: #f1c421;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Шесть колонн бок о бок */
.column {
  float: left;
  width: 16.66%;
}

/* Добавить эффект прозрачности для миниатюрных изображений */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.container,
.caption-container{
  margin-top: 0;
}
.caption-container{
  margin-top: 0;
}



.footer {
  background-color: #333;
  color: #fff;
  padding: 15px 0; /* Еще уменьшаем padding */
  font-size: 12px; /* Еще уменьшаем размер шрифта */

width: 100%;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-section {
  width: 30%;
  margin-bottom: 5px; /* Еще уменьшаем margin */
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .footer-section {
    width: 100%;
  }
}

.footer-section h3 {
  margin-bottom: 8px; /* Еще уменьшаем margin */
  font-size: 14px; /* Еще уменьшаем размер шрифта */
}

.contact-list { /* Переименован класс ul чтобы не задеть другие списки */
  list-style: none;
  padding: 0;
}

.contact-list li { /* Переименован класс ul чтобы не задеть другие списки */
  display: grid;
  grid-template-columns: 20px auto; /* Два столбца: иконка и текст */
  align-items: start; /* Выравнивание по верхнему краю */
  margin-bottom: 2px; /* Еще уменьшаем margin */
  gap: 5px; /* Отступ между колонками */
}

.contact-list li i { /* Переименован класс ul чтобы не задеть другие списки */
  text-align: center;
  margin-top: 3px; /* Дополнительный отступ для иконки сверху */
}

.contact-list li .contact-text { /* Переименован класс ul чтобы не задеть другие списки */
  word-break: break-word; /* Перенос длинных слов */
}

.social-links a {
  display: inline-block;
  margin-right: 5px; /* Еще уменьшаем margin */
  font-size: 18px; /* Уменьшаем размер иконок соц сетей */
  color: #fff;
}

.social-links a:hover {
  color: #ddd;
}

.footer-bottom {
  text-align: center;
  margin-top: 5px; /* Еще уменьшаем margin */
  padding-top: 5px; /* Еще уменьшаем padding */
  border-top: 1px solid #444;
}

/* Стилизация иконок Font Awesome */
.fas {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900; /* Важно для правильного отображения иконок */
}

.fab {
  font-family: "Font Awesome 5 Brands", sans-serif;
}

.products-row {
  display: flex;
  gap: 20px; /* расстояние между карточками */
  justify-content: center; /* выравнивание по центру */
  flex-wrap: wrap; /* чтобы карточки переносились на следующую строку, если не помещаются */
}

.product-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 250px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.product-info {
  margin-top: 12px;
  width: 100%;
  text-align: center;
}

.product-description {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #333;
}

.product-weight {
  font-size: 12px;
  color: #777;
  margin-bottom: 12px;
}

.product-price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.price-from {
  font-size: 14px;
  font-weight: normal;
  margin-right: 4px;
  color: #555;
}

.price-currency {
  font-size: 14px;
}