.about-us {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
  }

  .mission-requisites {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideIn 1s forwards;
    animation-delay: 0.2s;
  }

  .mission, .requisites {
    flex: 1;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }

  .requisites table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
  }

  .requisites td {
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  white-space: normal !important; 
  overflow-wrap: break-word;      
  word-break: break-word;
}

  .btn-download {
    padding: 10px 18px;
    background-color: #007bff;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .btn-download:hover {
    background-color: #0056b3;
  }

  .gallery-section {
    position: relative;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideIn 1s forwards;
    animation-delay: 0.5s;
  }

  .gallery-section h2 {
    margin-bottom: 15px;
  }

  .gallery-slider {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
  }

  .gallery-item {
    position: relative;
    flex: 0 0 250px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gallery-item img {
    width: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
    height: 160px;
  }

  .gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  }

  .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: rgba(255, 255, 255, 0.8);
    pointer-events: none;
    text-shadow: 0 0 8px rgba(0,0,0,0.7);
  }

  .extra-info {
    background: #eef2f5;
    padding: 25px;
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideIn 1s forwards;
    animation-delay: 0.8s;
    margin-bottom: 40px;
  }

  .cta-buttons {
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideIn 1s forwards;
    animation-delay: 1.1s;
  }

  .cta-buttons button {
    padding: 14px 28px;
    margin: 0 15px;
    font-weight: 600;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .btn-primary {
    background-color: #28a745;
    color: white;
  }

  .btn-primary:hover {
    background-color: #1e7e34;
  }

  .btn-secondary {
    background-color: transparent;
    color: #28a745;
    border: 2px solid #28a745;
  }

  .btn-secondary:hover {
    background-color: #28a745;
    color: white;
  }

  @keyframes fadeSlideIn {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .gallery-slider::-webkit-scrollbar {
    height: 8px;
  }

  .gallery-slider::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 4px;
  }

  @media (max-width: 767px) {
  .mission-requisites {
    flex-direction: column;
    gap: 20px; 
    margin-bottom: 30px;
  }

  .mission, .requisites {
    flex: none; 
    width: 100%; 
  }
  }
 @media (max-width: 767px) {
  .requisites table, 
  .requisites thead, 
  .requisites tbody, 
  .requisites th, 
  .requisites td, 
  .requisites tr {
    display: block;
    width: 100%;
    text-align: center; /* Центрируем текст в блоках */
  }

  .requisites tr {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }

  .requisites td {
    border: none;
    padding: 6px 0;
    position: relative;
    padding-left: 0; /* Убираем отступ слева, чтобы текст был ровно по центру */
  }

  .requisites td::before {
    content: attr(data-label);
    position: static; /* Убираем абсолютное позиционирование */
    display: block;
    width: 100%;
    padding-bottom: 6px;
    font-weight: 600;
    white-space: normal;
    color: #333;
    text-align: center; /* Центрируем текст заголовка */
  }
}
.LR8-map-block {
  padding: 20px 20px;
  background: #eef2f5; /* как в остальном дизайне */
  border-radius: 10px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
}

.LR8-container {
  max-width: 1100px;
  margin: 0 auto;
}

.LR8-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.LR8-map {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(3, 3, 3, 0.1);
}
#special-title {
  color: rgb(255, 255, 255);
}