body {
  background-color: #F5F5DC;
}

.navbar,
.container,
.container-fluid {
  background-color: transparent !important;
}

.carousel-indicators button {
  background-color: rgba(0, 0, 0, 0.5);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  margin: 4px;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: rgba(255, 255, 255, 0.9);
}

.carousel-control-prev,
.carousel-control-next {
  background-color: rgba(0, 0, 0, 0.5); /* полупрозрачный черный фон */
  width: 50px; /* квадратная форма */
  height: 50px;
  top: 50%; /* вертикальное центрирование */
  transform: translateY(-50%);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

body {
  color: #8B4513; /* чтобы текст был читаемым */
}




.container-box {
  position: relative;
  width: 300px;
  height: 200px;
  background-color: #f0f0f0;
}

.corner-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #228B22;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 4px;
  cursor: pointer;
}



.owl-custom-nav {
  display: flex;
  justify-content: flex-end; /* по центру */
  gap: 2px; /* расстояние между кнопками */
  margin-top: 20px;
}

.btn-prev, .btn-next {
  background-color: #228B22;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 24px;
  border-radius: 5px;
  cursor: pointer;
}




.tp-brand-5__item-box {
  display: inline-block;
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ccc;
   border-top: 1px solid #ccc;     /* горизонтальная линия сверху */
}

.tp-brand-5__item-box:last-child {
  border-right: none;
}

.tp-brand-5__item img {
  max-height: 80px;
  margin: auto;
  display: block;
}

.tp-brand-5__active {
  margin: 0 auto;
  max-width: 1200px;
  white-space: nowrap;
  overflow-x: hidden;
}



