/* Общий контейнер */
.splash {
    position: relative;
    display: flex;
    height: 80vh;
    align-items: flex-start;
    justify-content: center;
    background: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 80px 20px 100px;
    overflow: hidden;
  }

  /* Декоративные фигуры */
  .figure {
    position: absolute;
    opacity: 0.85;
    pointer-events: none;
    user-select: none;
  }
  
  /* Позиции и размеры фигур */
  .f1 { top: 13%; left: 10%; width: 50px; }
  .f2 { top: 38%; right: 83%; width: 15px; opacity: 0.9; }
  .f3 { bottom: 10%; left: 57%; width: 50px; }
  .f4 { bottom: 12%; left: 11%; width: 40px; }
  .f5 { top: 4%; left: 25%; width: 45px; opacity: 0.8; }
  .f6 { bottom: 20px; right: 10%; width: 55px; opacity: 0.75; }
  .f7 { top: 31%; right: 15%; width: 50px; }
  .f8 { bottom: 20%; left: 45%; width: 50px; }
  .f9 { top: 10%; right: 20%; width: 60px; }
  .f12{ display: none;}
  .f10 { bottom: 0%; left: 0%; width: 60%; display: none; }
  .f11 { bottom: 0%; right: 0%; width: 60%; display: none; }

  
  /* Контейнер с контентом */
  .splash-container {
    text-align: center;
  }

  .img2{
    display: none;
  }

  
  /* Заголовок */
  .splash-content h1 {
    font-size: 2.4rem;
    margin-bottom: 18px;
    color: #222;
    font-weight: 700;
    letter-spacing: 1.2px;
  }
  
  /* Параграф */
  .splash-content p {
    padding: 0 140px;
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  
  /* Изображение */
  .splash-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
  
  @media (max-width: 960px) {
    .splash {
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;

    }

    .f1 { top: 10%; left: 5%; width: 50px; }
    .f2 { top:8%; right: 82%; width: 20px; opacity: 0.9; }
    .f3 { bottom: 35%; left: 57%; width: 50px; }
    .f4 { bottom: 40%; left: 11%; width: 40px; }
    .f5 { top: 2%; left: 22%; width: 45px; opacity: 0.8; }
    .f6 { bottom: 37%; right: 10%; width: 55px; opacity: 0.75; }
    .f7 { top: 21%; right: 15%; width: 50px; }
    .f8 { bottom: 42%; left: 45%; width: 50px; }
    .f9 { top: 5%; right: 20%; width: 60px; }
    .f12{ display: none;}
    .f10 { bottom: 0%; left: 0%; width: 60%; display: none; }
    .f11 { bottom: 0%; right: 0%; width: 60%; display: none; }
  }

  /* Адаптив для экранов меньше 700px */
  @media (max-width: 768px) {
    .splash {
      flex-direction: column;
      align-items: center;
      padding: 40px 16px 60px;
    }
  
    .splash-container {
      max-width: 100%;
      padding: 20px 16px;
      border-radius: 12px;
    }
  
    .splash-content h1 {
      font-size: 1.6rem;
      margin-bottom: 12px;
    }
  
    .splash-content p {
      font-size: 0.9rem;
      margin-bottom: 20px;
      line-height: 1.4;
      padding: 0 25px;
    }
  
    .splash-content img {
      border-radius: 10px;
    }
  
    /* Уменьшенные и скорректированные фигуры */
    .f1 { top: 10%; left: 5%; width: 50px; }
    .f2 { top:8%; right: 82%; width: 20px; opacity: 0.9; }
    .f3 { bottom: 35%; left: 57%; width: 50px; }
    .f4 { bottom: 40%; left: 11%; width: 40px; }
    .f5 { top: 2%; left: 22%; width: 45px; opacity: 0.8; }
    .f6 { bottom: 37%; right: 10%; width: 55px; opacity: 0.75; }
    .f7 { top: 21%; right: 15%; width: 50px; }
    .f8 { bottom: 42%; left: 45%; width: 50px; }
    .f9 { top: 5%; right: 10%; width: 60px; }
    .f12{ display: none;}
    .f10 { bottom: 0%; left: 0%; width: 60%; display: none; }
    .f11 { bottom: 0%; right: 0%; width: 60%; display: none; }
    
  }

  @media (max-width: 520px) {
    .img1{
        display: none;
    }
    .img2{
        display: block;
    }
    
    .splash {
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
    .splash-container {
        max-width: 100%;
        padding: 20px 0px;
        border-radius: 12px;
      }

    .f1 { top: 5%; left: 5%; width: 30px; display: none; }
    .f2 { top: 21%; left: 84%; width: 12px; }
    .f3 { bottom: 50%; left: 25%; width: 30px; transform: translateX(-50%); }
    .f4 { bottom: 8%; left: 8%; width: 25px; display: none; }
    .f5 { top: 21%; left: 14%; width: 25px; }
    .f6 { bottom: 5px; right: 5%; width: 45px; }
    .f7 { top: 20%; right: 6%; width: 30px; display: none; }
    .f8 { bottom: 35%; left: 50%; width: 30px; }
    .f9 { top: 8%; right: 8%; width: 35px; display: none; }
    .f12 { bottom: 15%; right: 65%; width: 45px; display: block; }
    .f10 { bottom: 0%; left: 0%; width: 60%; display: block; }
    .f11 { bottom: 12%; right: 0%; width: 60%; display: block; }

  }
  