div#rec1156584856{
    border-top:1px solid #d4d4d4;
}

:is(#rec2289992791, #rec2290693591, #rec2290777681, #rec2291836441, #rec1429520081) .t-video-lazyload {
   height: 420px !important;
}
/* РАСКРЫВАЮЩИЙСЯ БЛОК ОПИСАНИЯ СОТРУДНИКОВ */
  .tilda-edu-wrapper {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    font-family: 'Manrope';
    color: #222222;
  }

  .tilda-edu-container {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
  }

  .tilda-edu-left {
    flex: 1 1 60%;
  }

  .tilda-edu-right {
    flex: 1 1 40%;
    position: sticky;
    top: 20px;
  }

  .tilda-edu-right img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    object-fit: cover;
  }

  .tilda-edu-content-wrapper {
    position: relative;
  }

  .tilda-edu-content {
    max-height: 380px; /* Высота блока в свернутом состоянии */
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }

  .tilda-edu-content.expanded {
    max-height: 5000px; /* Высота в раскрытом состоянии */
    transition: max-height 1s ease-in-out;
  }

  .tilda-edu-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f6f6fe 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
  }

  .tilda-edu-content.expanded ~ .tilda-edu-fade {
    opacity: 0;
  }

  .tilda-edu-item {
    margin-bottom: 24px;
  }

  .tilda-edu-year {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 8px;
  }

  .tilda-edu-subtitle {
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 6px;
    color: #111111;
  }

  .tilda-edu-content p {
    margin: 0 0 8px 0;
    line-height: 1.55;
    font-size: 15px;
    color: #333333;
  }

  .tilda-edu-btn {
    margin-top: 20px;
    padding: 12px 28px;
    background-color: transparent;
    color: #111111;
    border: 1px solid #111111;
    border-radius: 6px;
    font-family: 'Manrope', inherit, sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
  }

  .tilda-edu-btn:hover {
    background-color: #111111;
    color: #ffffff;
  }

  /* Адаптив под мобильные устройства */
  @media (max-width: 768px) {
    .tilda-edu-container {
      flex-direction: column-reverse;
      gap: 30px;
    }
    
    .tilda-edu-left, .tilda-edu-right {
      flex: 1 1 100%;
      width: 100%;
    }

    .tilda-edu-right {
      position: static;
    }
  }
/* END РАСКРЫВАЮЩИЙСЯ БЛОК ОПИСАНИЯ СОТРУДНИКОВ */
