/* Гибкий контейнер Zero Block */
.tn-atom { 
    display: flex;
    flex-direction: row; /* или column */
    align-items: center; 
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px; /* отступ между элементами */
}


  .logo_party, .H1-party {
    pointer-events: none;
  }

