.carousel-inner {
  height: 30vh !important; /* 70% высоты окна */
}

.carousel .carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  max-width: unset;
}

.carousel .carousel-item figure {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.carousel-indicators {
  bottom: 15px; /* отступ от низа */
}

.carousel-indicators li {
  background-color: rgba(255,255,255,0.6);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.carousel-indicators .active {
  background-color: #00a6ff; /* цвет активной точки */
}

.carousel .carousel-indicators {
    display: block;
}

.carousel .carousel-item figure {
  position: relative; /* чтобы текст можно было позиционировать относительно картинки */
}

.carousel .carousel-item .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  display: flex;
  align-items: center;        /* вертикальное центрирование */
  justify-content: center;    /* горизонтальное центрирование container */
  pointer-events: none;
}


.carousel-item .caption .container {
  max-width: 1400px;      /* ограничение ширины */
  width: 100%;
  padding: 0 20px;
  text-align: left;       /* текст слева внутри контейнера */
  pointer-events: auto;
  display: block;         /* чтобы flex caption не переписывал контейнер */
}
/*.caption-description{
  background-color: red;
}*/

/* Фон для шапки */
header#header, .header-container {
    background-image: url('/img/cms/mini-main-bg.png');
    background-position: center;
}

/* Фон для подвала */
footer#footer, .footer-container {
    background-image: url('/img/cms/mini-main-bg.png');
    background-position: center;
}

#footer .bg_before:before {
  background: none;
}


.fullscreen{
  width: 100%;
}

.page-title-wrapper {
  background: none !important;
  margin-bottom: 0px;
  text-align: unset;
}

.page-title-wrapper .page-header {
    display: none !important;
}

.page-title-wrapper.p_tilte_small {
    padding: 0 0;
}

.cms-layout {
  display: flex;
  /*gap: 20px;*/
}
.cms-sidebar {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 6px;
}
.cms-categories li.active a {
  font-weight: bold;
  color: #0ac6b4!important;
}


.brands-wrap {
  width: 80%;
}

.brand-logo{
  max-width: 200px;
  height: auto;
}

.ul-brands {
  list-style: none;
  text-align: center;
  height: auto;
}

ul.ul-brands li {
  transition: all 300ms ease;
  display: inline-block;
  width: 13%;
  height: 101px;
  margin: 15px;
  border-radius: 5px;
  position: relative;
  color: inherit;
  font-size: 1em;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px;
  border: 2px solid transparent;
  
}

.brands-wrap .ul-brands li img {
  max-width: 100%;
  max-height: 100px;
}


.card-block {
  padding: 0rem; }




@media (min-width: 1920px) {
  .container {
    width: 1800px;  /* или 1720/1800 по дизайну */
    max-width: 100%;
  }
}
