/* Стили для слайдера галереи */
.image-slider {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  padding: 30px 0;
}

/* ===== UI overrides: hide all prices in format/event blocks ===== */
/* Общие классы цен в разных секциях сайта */
.event-price-info,
.price-value,
.format-price,
.event-mini-price,
.events-modal .event-price,
.pricing-price,
.price,
.price-badge {
  display: none !important;
}

/* Скрыть заголовок "Стоимость:" перед .format-price (поддерживается современными браузерами) */
h5:has(+ .format-price) {
  display: none !important;
}

.slide-track {
  display: flex;
  width: calc(250px * 20);
  animation: scroll 40s linear infinite;
}

.slide {
  width: 250px; /* Было 200px, увеличиваем на 25% */
  height: 200px; /* Было 160px, увеличиваем на 25% */
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.slide img:hover {
  transform: scale(1.05);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}

.gallery-button-container {
  margin-top: 30px;
  text-align: center;
}

.gallery-button-container .btn {
  padding: 10px 30px;
  font-size: 18px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 490px) {
  .gallery-button-container .btn {
    width: 90%;
    height: auto;
    font-size: 14px;
  }
}

/* Дополнительные отступы между секциями */
section {
  margin-bottom: 60px;
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 490px) {
  .section-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* Улучшенные стили для абонементов */
.membership-card {
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  padding-bottom: 80px; /* Увеличиваем отступ снизу для кнопки */
  position: relative; /* Для абсолютного позиционирования кнопки */
}

.social-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
  color: white;
  font-size: 16px;
}

.telegram-icon {
  background: linear-gradient(45deg, #0088cc, #33aadd);
}

.whatsapp-icon {
  background: linear-gradient(45deg, #25d366, #4aec80);
}

.instagram-icon {
  background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcaf45);
}

.vk-icon {
  background: linear-gradient(45deg, #4c75a3, #5e93cd);
}

/* Стили для фиксированного меню */
.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.navbar.scrolled {
  padding-top: 5px;
  padding-bottom: 5px;
}

.logo-img {
  height: 50px;
  transition: all 0.3s ease;
}

.navbar.scrolled .logo-img {
  height: 40px;
}

.logo-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

@media (max-width: 350px) {
  .logo-title {
    display: none;
  }
}

.desktop-menu {
  display: flex;
  align-items: center;
}

.nav-link {
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  color: #333 !important;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #f06292 !important;
}

.social-links-nav {
  display: flex;
  gap: 15px;
}

.social-link-nav {
  font-size: 2rem; /* Увеличено с 1.2rem до 2rem */
  transition: transform 0.3s ease;
}

.social-link-nav:hover {
  transform: scale(1.2);
}

.mobile-social-links {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.social-link-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f8f9fa;
  transition: transform 0.3s ease;
}

.social-link-mobile:hover {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: white;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .nav-link {
    padding: 0.8rem 0 !important;
    border-bottom: 1px solid #f5f5f5;
  }

  .nav-item:last-child .nav-link {
    border-bottom: none;
  }
}
/* Дополнительные стили для навигации */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #f06292;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  color: #f06292;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.social-icons a:hover {
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .navbar-collapse {
    background-color: white;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  .social-icons {
    margin-top: 1rem;
    justify-content: center;
  }

  .navbar-nav {
    margin-bottom: 1rem;
  }

  .navbar-nav .nav-link {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    padding: 0.7rem 0;
  }

  .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }
}
/* Дополнительные стили для слайдера */
.image-slider {
  margin: 50px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .image-slider {
    height: auto;
    padding: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 490px) {
  .image-slider {
    margin: 20px 0;
    margin-bottom: 40px;
    padding: initial;
  }
}

.slide-track {
  display: flex;
  animation: scroll 40s linear infinite;
  width: calc(250px * 8);
}

.slide {
  width: 250px;
  padding: 0 10px;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.slide img:hover {
  transform: scale(1.05);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 4));
  }
}

.gallery-button-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.btn-pink {
  background-color: #f06292;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-outline-pink {
  background-color: transparent;
  color: #f06292;
  border: 2px solid #f06292;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-pink:hover {
  background-color: #e91e63;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.btn-outline-pink:hover {
  background-color: #f06292;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.image-slider-title {
  text-align: center;
  margin-bottom: 30px;
}

.image-slider-title h2 {
  font-size: 42px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}

.image-slider-title p {
  color: #666;
  font-size: 18px;
}

.privacy-header {
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.section-title {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}
.privacy-footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}

@media (max-width: 490px) {
  .about-section,
  .quotes-section,
  .team-section,
  .features-section,
  .partners-section {
    margin-bottom: 0;
  }
}

@media (max-width: 490px) {
  .payment-methods {
    justify-content: center;
  }
}

@media (max-width: 490px) {
  .team-members .col-md-4:last-child {
    margin-bottom: 0 !important;
  }
}
