.ga-glxavor-v13{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  --ga-height:380px;
}

.ga-glxavor-v13 .swiper{
  width:100%;
}

.ga-glxavor-v13 .ga-slide{
  position:relative;
  height:var(--ga-height);
  border-radius:12px;
  overflow:hidden;
  background:#000;
}

.ga-glxavor-v13 .ga-slide img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}

/* overlay отключен */
.ga-glxavor-v13 .ga-overlay{
  display:none !important;
}

/* ====== НИЖНИЙ БЛОК ====== */
.ga-glxavor-v13 .ga-bottom{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:3;
  color:#fff;
  padding:16px 18px 18px;
  background:none !important;
}

/* Градиент фона под текстом */
.ga-glxavor-v13 .ga-bottom::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:-56px;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.70),
    rgba(0,0,0,.45) 55%,
    rgba(0,0,0,0)
  );
  pointer-events:none;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
}

.ga-glxavor-v13 .ga-bottom > *{
  position:relative;
  z-index:1;
}

/* ====== Метадата ====== */
.ga-glxavor-v13 .ga-meta{
  font-size:14px;
  font-weight:600;
  opacity:.95;
  margin:0 0 6px;
  text-shadow:0 1px 3px rgba(0,0,0,.6);
}

/* ====== Заголовок ====== */
.ga-glxavor-v13 .ga-title{
  margin:0 0 8px;
  font-size:16px;       /* ← по вашему запросу */
  font-weight:800;
  line-height:1.25;
}

.ga-glxavor-v13 .ga-title a{
  color:#fff;
  text-decoration:none;
  text-shadow:0 2px 4px rgba(0,0,0,.7);
}

/* ====== Эксерпт — ЧЁТКО 2 строки ====== */
.ga-glxavor-v13 .ga-excerpt{
  font-size:14px;
  color:#f0f0f0;
  opacity:.95;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-shadow:0 1px 3px rgba(0,0,0,.6);

  line-height:1.4;   /* ← фиксируем строку */
  max-height:2.8em;  /* ← ровно две строки */
}

/* ====== Общий шрифт ====== */
.ga-glxavor-v13 .ga-meta,
.ga-glxavor-v13 .ga-title,
.ga-glxavor-v13 .ga-title a,
.ga-glxavor-v13 .ga-excerpt{
  font-family:sans-serif;
}

/* ====== Стрелки ====== */
.ga-glxavor-v13 .swiper-button-next,
.ga-glxavor-v13 .swiper-button-prev{
  color:#fff;
  z-index:4;
}

.ga-glxavor-v13 .swiper-button-next:hover,
.ga-glxavor-v13 .swiper-button-prev:hover{
  color:#dcdcdc;
}

/* ====== Адаптив ====== */
@media (max-width:768px){
  .ga-glxavor-v13 .ga-slide{
    height:260px;
  }
  .ga-glxavor-v13 .ga-title{
    font-size:16px;
  }
  .ga-glxavor-v13 .ga-excerpt{
    display:none;
  }
  .ga-glxavor-v13 .ga-bottom::before{
    top:-72px;
  }
}
.slider-container .slide-description {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 3.2em !important; /* 2 строки */
    line-height: 1.6em !important;
}
/* Заголовок внутри слайдера (16px) */
.slider-container .slide-title {
    font-size: 16px !important;
    line-height: 1.3em !important;
    font-weight: 600;
}

/* Контент/описание внутри слайдера (14px, 2 строки) */
.slider-container .slide-description {
    font-size: 14px !important;
    line-height: 1.6em !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: 3.2em !important;
}
