<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("");
?>    .swiper {
      height: 60vh;
max-height: 35em;
    }




    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;

    }

   .swiper-slide video {
      width: 100%;
      height: 100%;
      object-fit: cover;
filter: brightness(0.7);
transition: all 0.3s;
    }
   .slide-media img {

filter: brightness(0.7);

    }




    .slide-content {
    max-width: 140rem;
    width: 95%;
    position: absolute;
    top: 40%;
    height: 100%;
    display: flex
;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    line-height: normal;
    flex-direction: column;
    justify-content: center;
    }

    .slide-title {
      font-size: 2em;
      font-weight: bold;
    }

    .slide-subtitle {
    font-size: 1.5em;
    margin-top: 1em;
}

    .slide-btn {
      display: inline-block;
      margin-top: 20px;
      padding: 10px 20px;
      background: #007bff;
      color: #fff;
      text-decoration: none;
      font-size: 1rem;
      border-radius: 5px;
      transition: background 0.3s;
    }

    .slide-btn:hover {
      background: #0056b3;
    }
/* Стиль для стрелок */
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  transition: background-color 0.3s, transform 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

/* Позиционирование кнопок */
.swiper-button-next {
  right: 20px;
}

.swiper-button-prev {
  left: 20px;
}

/* Стиль для пагинации */
.swiper-pagination {
bottom: 20px;
 
    right: 20px;
    left: auto;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
width: 1em;
height: 1em;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.3s;
}

.swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.2);
}

/* Стиль для кнопки */
.slide-btn {
      display: inline-flex
;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50px;
    transition: background 0.3s, border-color 0.3s, transform 0.2s;
    text-shadow: none;
}

.slide-btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border-color: #fff;
  transform: translateY(-2px);
}

/* Иконка внутри кнопки */
.slide-btn::after {
  content: "→";
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.slide-btn:hover::after {
  transform: translateX(5px);
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 0;
    bottom: 2em;
    width: 20%;
left: auto;
}

@media screen and (max-width: 768px) {
    .slide-title {
        font-size: 1.5em; 
    }
    .slide-subtitle {
        font-size: 1em;
    }
}

	  .btn._bordered._contrast.forswipe{width: fit-content !important;}

	  .swiper-slide {display: flex !important;}

.swiper {
background-color: #333C57;
background-image: url(/images/footerbg.webp);
}

<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>