*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #000433;
  overflow-x: hidden;
}

#stage {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

#page {
  width: 393px;
  height: auto;
  transform-origin: top center;
  background: #000433; 
  overflow: hidden;
  min-height: 852px;
  position: relative;
}

.start {
    width: 393px;
    height: 412px;
    margin: 0 auto;
    position: relative;
}

.start-bg {
    position: absolute;
    width: 393px;
    height: 524px;
    background: linear-gradient(180deg, #000214 0%, #000433 100%); 
    transform: translate(0px, -112px);
    pointer-events: none;
}

.start-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    mix-blend-mode: lighten;
}

.start-img {
    width: 333px;
    height: 365px;
    position: absolute;
    transform: translate(0px, 0px);
}

.logo {
    position: absolute;
    width: 231px;
    height: 121px;
    transform: translate(122px, 88px);
    filter: drop-shadow(0 0 35px rgb(207, 222, 255)) drop-shadow(0 0 100px rgba(0, 5, 67))
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

.start-txt {
    position: absolute;
    left: 40px;
    top: 288px;
    font-family: "Playfair Display", Times, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-style: normal; 
    color: white;
}

.start-txt .font-pd-i {
    font-style: italic;
}

.intro {
    width: 393px;
    height: 364px;
    position: relative;
    top: 12px;
}

.intro-shadow {
    width: 393px;
    height: 548px;
    position: absolute;
    top: -84px;
    mix-blend-mode: multiply;
}

.intro-orbit {
    width: 138px;
    height: 227px;
    position: absolute;
    left: 59px;
    top: 20px;
}

.star-1 {
    width: 52px;
    height: 52px;
    position: absolute;
    left: 143px;
    top: 2px;
    mix-blend-mode: luminosity;
}

.star-2 {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 60px;
    top: 81px;
    mix-blend-mode: luminosity;
}

.star-3 {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 40px;
    top: 194px;
    mix-blend-mode: luminosity;
}

.intro-texts {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0px;
    justify-content: start;
    align-items: end;
    width: 313px;
    position: absolute;
    top: 8px;
    left: 40px;
}

.intro-text-block-1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px;
    width: 148px;
    justify-content: start;
    align-items: start;
}

.intro-text-block-2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px;
    width: 231px;
    justify-content: start;
    align-items: start;
}

.intro-text-block-3 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px;
    width: 313px;
    justify-content: start;
    align-items: start;
}

.intro-heading {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 0px;
    height: 32px;
    justify-content: start;
    align-items: end;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.font-pd-m-36 {
    font-family: "Playfair Display", Times, serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-style: normal; 
    color: #AFC5FF;
}

.font-pd-m-24 {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-style: normal; 
    color: #AFC5FF;
}

.font-pd-mi-24 {
    font-family: "Playfair Display";
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-style: italic; 
    color: #AFC5FF;
}

.font-lato {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-style: normal; 
    color: white;
}

.history {
    width: 393px;
    height: 742px;
    position: relative;
}

.hist-sky {
    width: 393px;
    height: 494px;
    position: absolute;
    top: 0px;
    left: 0px;
    mix-blend-mode: lighten;
}

.hist-ph {
    width: 393px;
    height: 287px;
    position: absolute;
    top: 40px;
    left: 0px;
}

.hist-planets {
    width: 318px;
    height: 601px;
    position: absolute;
    left: 0px;
    top: 259px;
}

.font-pd-m-32 {
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    color: white;  
}

.font-pd-mi-32 {
    font-family: "Playfair Display";
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-style: italic;
    color: white;  
}

.hist-heading {
    position: absolute;
    left: 40px;
    top: 268px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.hist-texts {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0px;
    width: 231px;
    justify-content: start;
    align-items: end;
    position: absolute;
    left: 122px;
    top: 343px;
}

.hist-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0px;
    justify-content: start;
    align-items: start;
}

.font-pd-mi-28 {
    font-family: "Playfair Display";
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-style: italic;
    color: #AFC5FF;     
}

.font-lato-14 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    color: white;   
}

.hist-text-2 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0px;
    justify-content: start;
    align-items: start;
    width: 196px;
}

.projects {
    position: relative;
    width: 393px;
    height: 2627px;
}

.prj-sky {
    position: absolute;
    width: 393px;
    height: 494px;
    left: 0px;
    top: -32px;
    mix-blend-mode: lighten;
}

.prj-heading {
    position: absolute;
    left: 121px;
    top: 68px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.concerts {
    position: absolute;
    width: 393px;
    height: 880px;
    top: 125px;
}

.concerts-year {
    width: 68px;
    height: 43px;
    position: absolute;
    left: 25px;
    top: 0px;
}

.concerts-heading {
    position: absolute;
    width: 313px;
    left: 40px;
    top: 10px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.concerts-ph {
    position: absolute;
    width: 393px;
    height: 221px;
    left: 0px;
    top: 213px;
}

.concerts-txt {
    position: absolute;
    left: 40px;
    top: 78px;
    padding: 12px 16px;
    background-color: rgba(175, 197, 255, 0.1);
    display: block;
    align-items: center;
    border-radius: 20px;
    border: solid 0.5px;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(0.5px);
}

.font-lato-prj {
    font-family: "Lato";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    color: white;  
}

.concerts-shadow {
    position: absolute;
    width: 393px;
    height: 612px;
    left: 0px;
    top: 344px;
}

.concerts-sky {
    position: absolute;
    width: 496px;
    height: 256px;
    left: -51px;
    top: 624px;
    mix-blend-mode: lighten;
}

.concerts-desc {
    position: absolute;
    flex-direction: column;
    left: 40px;
    top: 434px;
    width: 313px;
    display: flex;
    gap: 16px;
    justify-content: start;
    align-items: start;
}

.desc-heading {
    width: 100%;
    text-shadow: 0 0 35px rgb(255, 236, 207);
}

.font-pd-m-16 {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    color: white; 
}

.font-pd-mi-16 {
    font-family: "Playfair Display";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    padding: 0;
    text-indent: 0;
    color: white;  
    font-style: italic;
}

.concerts-desc-texts {
    width: 279px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: start;
    align-items: start;
}

.concerts-desc-txt {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 4px;
}

.planet-concerts {
    position: absolute;
    left: 0px;
    top: 638px;
    width: 87px;
    height: 173px;
}

.slogan {
    position: absolute;
    left: 68px;
    top: 704px;
    width: 258px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.font-pd-m-20 {
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 500;
    color: white;
    line-height: 1.2;
    text-align: center;
    margin: 0;
    padding: 0;
}

.font-pd-mi-20 {
    font-family: "Playfair Display";
    font-size: 20px;
    font-weight: 500;
    color: white;
    line-height: 1.2;
    text-align: center;
    font-style: italic;
    margin: 0;
    padding: 0;
}

.physmus {
    position: absolute;
    top: 1005px;
    width: 393px;
    height: 637px;
}

.physmus-sky {
    position: absolute;
    top: 213px;
    left: 0px;
    width: 393px;
    height: 494px;
    mix-blend-mode: lighten;
}

.physmus-shadow {
    position: absolute;
    top: 188px;
    left: 0px;
    width: 393px;
    height: 551px;
    mix-blend-mode: multiply;
}

.physmus-orbit {
    position: absolute;
    top: 314px;
    left: 0px;
    width: 393px;
    height: 321px;
}

.physmus-planets-r {
    position: absolute;
    width: 113px;
    height: 261px;
    left: 280px;
    top: 25px;
}

.physmus-planet-l {
    position: absolute;
    width: 151px;
    height: 172px;
    left: 0px;
    top: 272px;
}

.physmus-txt {
    position: absolute;
    left: 40px;
    top: 44px;
    padding: 12px 16px;
    background-color: rgba(175, 197, 255, 0.1);
    display: block;
    align-items: center;
    border-radius: 20px;
    border: solid 0.5px;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(0.5px);
}

.physmus-heading {
    position: absolute;
    width: 313px;
    left: 40px;
    top: 2px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.physmus-year {
    width: 40px;
    height: 43px;
    position: absolute;
    left: 289px;
    top: 143px;
}

.physmus-text {
    position: absolute;
    left: 40px;
    top: 173px;
    width: 231px;
}

.font-pd-mi-14 {
    font-family: "Playfair Display";
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    padding: 0px;
    margin: 0px;
    font-style: italic;
    color: #AFC5FF;
    text-align: left;
    text-shadow: 0 0 35px rgb(255, 236, 207);
}

.physmus-star-1 {
    position: absolute;
    width: 52px;
    height: 52px;
    left: 308px;
    top: 496.2px;
    mix-blend-mode: luminosity;
}

.physmus-star-2 {
    position: absolute;
    width: 36px;
    height: 36px;
    left: 253px;
    top: 546.2px;
    mix-blend-mode: luminosity;
    opacity: 0.8;
}

.physmus-star-3 {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 217px;
    top: 568.2px;
    mix-blend-mode: luminosity;
    opacity: 0.5;
}

.physmus-years {
    position: absolute;
    width: 313px;
    height: 156px;
    left: 40px;
    top: 452px;
    text-shadow: 0 0 35px rgb(255, 236, 207);
}

.font-lato-10 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 10px;
    color: white;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
}

.font-lato-12 {
    font-family: "Lato";
    font-weight: 400;
    font-size: 12px;
    color: white;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
}

.cultcode {
    position: absolute;
    width: 393px;
    height: 540px;
    left: 0px;
    top: 1658px;
}

.cultcode-sky {
    position: absolute;
    width: 393px;
    height: 525px;
    left: 0px;
    top: 0px;
    mix-blend-mode: lighten;
}

.cultcode-shadow {
    position: absolute;
    width: 393px;
    height: 487px;
    top: 26px;
    left: 0px;
}

.cultcode-ph {
    position: absolute;
    width: 393px;
    height: 286px;
    left: 0px;
    top: 117px;
}

.cultcode-year {
    position: absolute;
    width: 55px;
    height: 32px;
    left: 292px;
    top: 7px;
}

.cultcode-heading {
    position: absolute;
    width: 313px;
    left: 40px;
    top: 48px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.cultcode-txt {
    position: absolute;
    left: 122px;
    top: 140px;
    padding: 12px 16px;
    background-color: rgba(175, 197, 255, 0.1);
    display: block;
    align-items: center;
    border-radius: 20px;
    border: solid 0.5px;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(0.5px);
}

.cultcode-desc {
    position: absolute;
    left: 122px;
    top: 286px;
}

.cultcode-texts {
    position: absolute;
    width: 231px;
    left: 122px;
    top: 334px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px;
    margin: 0px;
}

.cultcode-text {
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 0px;
    margin: 0px;
}

.cultcode-star {
    width: 36px;
    height: 36px;
    mix-blend-mode: luminosity;
}

.cultcode-planet {
    position: absolute;
    width: 126px;
    height: 173px;
    left: 0px;
    top: 390px;
}

.universe {
    position: absolute;
    width: 393px;
    height: 444px;
    top: 2183px;
}

.universe-sky {
    position: absolute;
    width: 393px;
    height: 508px;
    top: -63px;
    mix-blend-mode: lighten;
}

.universe-shadow {
    position: absolute;
    width: 393px;
    height: 551px;
    top: -98px;
    mix-blend-mode: multiply;
}

.universe-orbit {
    position: absolute;
    width: 393px;
    height: 321px;
    top: 3px;
}

.universe-glow {
    position: absolute;
    width: 243px;
    height: 259px;
    top: 222px;
    left: 150px;
}

.universe-year {
    position: absolute;
    width: 52px;
    height: 22px;
    top: 51px;
    left: 282px;
}

.universe-heading {
    position: absolute;
    width: 313px;
    left: 40px;
    top: 108px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.universe-txt {
    position: absolute;
    left: 40px;
    top: 176px;
    padding: 12px 16px;
    background-color: rgba(175, 197, 255, 0.1);
    display: block;
    align-items: center;
    border-radius: 20px;
    border: solid 0.5px;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(0.5px);
}

.universe-texts {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: 313px;
    justify-content: start;
    align-items: start;
    position: absolute;
    left: 40px;
    top: 288px;
}

.link {
    color: #AFC5FF;
}

.font-pd-mi-12 {
    font-family: "Playfair Display";
    font-size: 12px;
    line-height: 1.2;
    padding: 0px;
    margin: 0px;
    font-style: italic;
    color: #AFC5FF;
}

.contacts {
    position: relative;
    width: 393px;
    height: 517px;
}

.contacts-shadow {
    position: absolute;
    width: 393px;
    height: 412px;
    top: 105px;
}

.contacts-heading {
    position: absolute;
    left: 63px;
    top: 9px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.Aleksey {
    position: absolute;
    width: 216px;
    height: 216px;
    top: 50px;
    left: 89px;
}

.director {
    position: absolute;
    width: 159px;
    left: 117px;
    top: 252px;
    text-shadow: 0 0 35px rgb(255, 236, 207);
}

.director-contacts {
    position: absolute;
    left: 110px;
    top: 307px;
}

.contacts-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 140px;
    top: 379px;
}

.link-tg-vk {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding: 12px 0px;
}

.cont-link {
    text-decoration: none;
    color: white;
}

.burger {
    position: fixed;
    left: 270px;
    top: 0px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.burger-img {
    width: 100%;
    height: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 4, 51, 0.5);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.7s ease, visibility 0.7s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.side-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: auto;
    height: 100vh;
    background: rgba(0, 4, 51, 0.7);
    padding: 40px;
    transition: right 0.7s ease;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.side-menu.open {
    right: 0;
}

.menu-logo {
    margin-bottom: 24px;
}

.menu-logo img {
    width: 140px;
    height: auto;
    display: block;
}

.side-menu a {
    display: block;
    color: white;
    text-decoration: none;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 0;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.side-menu a.active {
    color: #AFC5FF;
}

.menu-links {
    display: flex;
    padding: 0;
    margin: 0;
    flex-direction: column;
}

.members-start {
    display: block;
    height: 68px;
    position: relative;
    overflow: visible;
    margin-bottom: 36px;
}

.members-shadow {
    position: absolute;
    height: 551px;
    top: 65px;
    mix-blend-mode: multiply;
}

.members-sky {
    height: 513px;
    mix-blend-mode: lighten;
}

.members-orbit {
    height: 321px;
    position: absolute;
    top: 194px;
    left: 0;
}

.page-logo {
    height: 35px;
    position: absolute;
    left: 40px;
    top: 32px;
    filter: drop-shadow(0 0 35px rgb(255, 236, 207)) drop-shadow(0 0 100px rgba(0, 0, 0, 0.75));
}

.members-star-1 {
    width: 28px;
    position: absolute;
    left: 38px;
    top: 499px;
    mix-blend-mode: luminosity;
}

.members-star-2 {
    width: 36px;
    position: absolute;
    left: 91px;
    top: 485.2px;
    mix-blend-mode: luminosity;
}

.members-star-3 {
    width: 52px;
    position: absolute;
    left: 142px;
    top: 461px;
    mix-blend-mode: luminosity;
}

.head {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

.members-heading {
    display: block;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.members-director {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.director-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 4px 0;
}

.director-photo {
    width: 132px;
    height: 132px;
    display: block;
    position: relative;
}

.director-photo img {
    width: 182px;
    height: 182px;
    position: absolute;
    left: -22.5px;
    top: -28px;
}

.director-name {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
}

.font-lato-16 {
    font-family: "Lato";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: white;
    opacity: 0.6;
    padding: 0;
    margin: 0;
    text-shadow: none;
}

.musicians {
    position: relative;
    margin-top: 76px;
    display: block;
}

.musicians-sky {
    height: 450px;
    position: absolute;
    bottom: 0;
    mix-blend-mode: lighten;
}

.musicians-heading {
    position: absolute;
    left: 214px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 42px;
    align-items: center;
}

.member {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 313px;
    justify-content: start;
    align-items: center;
}

.member-photo {
    position: relative;
    width: 90px;
    height: 90px;
}

.member-photo img {
    position: absolute;
    width: 124px;
    height: 124px;
    left: -19px;
    top: -18px;
}

.name {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 211px;
}

.name .font-pd-m-20 {
    line-height: 1.3;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.musicians-photo {
    position: relative;
    height: 296px;
    margin-top: 18px;
}

.organizators {
    position: relative;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    justify-content: start;
    padding: 0 40px 0 40px;
}

.organizators .font-pd-mi-24 {
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.organizators .group {
    padding-top: 0;
}

.bottom {
    position: relative;
    height: 442px;
    overflow: visible;
}

.bottom-shadow {
    height: 412px;
    position: absolute;
    bottom: 0;
}

.bottom-sky-1 {
    height: 444px;
    position: absolute;
    top: -127px;
    mix-blend-mode: lighten;
}

.bottom-sky-2 {
    height: 347px;
    position: absolute;
    top: 95px;
    mix-blend-mode: lighten;
}

.ph-2 {
    height: 296px;
    position: absolute;
    top: 30px;
}

.join {
    position: absolute;
    left: 40px;
    top: 301px;
    padding: 12px 16px;
    background-color: rgba(175, 197, 255, 0.2);
    display: block;
    align-items: center;
    border-radius: 20px;
    border: solid 0.5px;
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    width: 313px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.join:hover {
    background-color: rgba(175, 197, 255, 0.3);
    border-color: rgba(175, 197, 255, 0.6);
    box-shadow: 
        0 0 30px rgba(175, 197, 255, 0.2),
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.3);
    transform: scale(1.02);
}

.join:active {
    transform: scale(0.97);
    transition-duration: 0.1s;
}

.join-link {
    text-decoration: none;
    display: inline-block;
}

.join-start {
    display: block;
    height: 175px;
    position: relative;
    overflow: visible;
    margin-bottom: 28px;
}

.shading {
    height: 412px;
}

.join-sky {
    height: 513px;
    mix-blend-mode: lighten;
    position: absolute;
    top: 0;
    left: 0;
}

.join-heading {
    width: 313px;
    position: absolute;
    left: 40px;
    top: 88px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.join-heading .font-pd-m-24 {
    line-height: 1.2;
    color: white;
    text-align: center;
}

.join-heading .font-pd-mi-24 {
    line-height: 1.2;
    color: white;
    text-align: center;
}

.form-container {
    position: relative;
    padding: 0 40px 0 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.field {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.field-name {
    position: relative;
    padding: 0 12px;
    display: none;
}

.hint {
    position: relative;
    padding: 0 12px;
    display: none;
    margin-top: 4px;
}

.select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    height: 36px;
    padding: 8px 12px;
    background-color: rgba(175, 197, 255, 0.2);
    border-radius: 15px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    width: 100%;
    box-sizing: border-box;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    padding: 0;
    width: 100%;
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    border-radius: 15px;
    margin: 0;
}

.select-wrapper select:invalid {
    opacity: 0.6;
}

.select-wrapper select:valid {
    opacity: 1;
}

.select-wrapper select option {
    background-color: rgba(0, 4, 51, 1);
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 15px;
}

.select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.select-arrow.rotated {
    transform: translateY(-50%) rotate(180deg);
    filter: brightness(1);
}

.label {
    position: relative;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 36px;
    padding: 8px 12px;
    background-color: rgba(175, 197, 255, 0.2);
    border-radius: 15px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.label:focus-within {
    border-color: #AFC5FF;
    box-shadow: 0 0 20px rgba(175, 197, 255, 0.1);
}

.field-input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    resize: vertical;
    min-height: 20px;
}

.field-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
}

.field-input:focus::placeholder,
.field-input:not(:placeholder-shown)::placeholder {
    opacity: 0;
}

.field-name {
    display: none;
    margin-bottom: 4px;
}

.field:focus-within .field-name,
.field:has(.field-input:not(:placeholder-shown)) .field-name {
    display: block;
}

textarea.field-input {
    min-height: 36px;
    max-height: 200px;
    resize: none;
    padding: 0;
    overflow-y: auto;
}

.musician-fields,
.volunteer-fields {
    transition: all 0.3s ease;
}

.field.error .label {
    border-color: #FF6B6B;
    box-shadow: 0 0 20px rgba(255, 107, 107, 0.15);
}

.field.error .field-name p {
    color: #FF6B6B !important;
}

.field.error .field-input::placeholder {
    color: rgba(255, 107, 107, 0.4);
}

.submit-btn {
    height: 36px;
    width: 100%;
    padding: 8px 12px;
    background-color: rgba(175, 197, 255, 0.7);
    border-radius: 15px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 24px;
}

.submit-btn:hover {
    background-color: rgba(175, 197, 255, 0.6);
    border-color: rgba(175, 197, 255, 0.5);
    box-shadow: 0 0 30px rgba(175, 197, 255, 0.15);
}

.submit-btn:active {
    transform: scale(0.97);
}

.submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.submit-hint {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin: 0 0 52px 0;
    padding: 0;
}

.success-start {
    position: relative;
    height: 146px;
    overflow: visible;
}

.message {
    position: relative;
    margin: 32px 40px 0 40px;
}

.success-orbit {
    position: absolute;
    width: 393px;
    top: 168px;
    left: -40px;
}

.message .font-pd-mi-16 {
    text-align: center;
    color: #AFC5FF;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.message .font-lato-12 {
    text-align: center;
    padding: 28px 0  0 0;
}

.buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 64px 41px 0 41px;
}

.refill-btn {
    height: 36px;
    width: 100%;
    padding: 8px 12px;
    background-color: rgba(175, 197, 255, 0);
    border-radius: 15px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.refill-btn:hover {
    background-color: rgba(175, 197, 255, 0.3);
    border-color: rgba(175, 197, 255, 0.5);
    box-shadow: 0 0 30px rgba(175, 197, 255, 0.15);
}

.share-btn {
    height: 36px;
    width: 100%;
    padding: 8px 12px;
    background-color: rgba(175, 197, 255, 0.5);
    border-radius: 15px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background-color: rgba(175, 197, 255, 0.8);
    border-color: rgba(175, 197, 255, 0.5);
    box-shadow: 0 0 30px rgba(175, 197, 255, 0.15);
}

.success-star-1 {
    position: absolute;
    left: -2px;
    top: 473px;
    width: 28px;
    mix-blend-mode: luminosity;
}

.success-star-2 {
    position: absolute;
    left: 51px;
    top: 459.2px;
    width: 36px;
    mix-blend-mode: luminosity;
}

.success-star-3 {
    position: absolute;
    left: 102px;
    top: 435px;
    width: 52px;
    mix-blend-mode: luminosity;
}

.home-btn {
    height: 36px;
    width: 231px;
    padding: 8px 12px;
    margin: 356px 81px 0 81px;
    background-color: rgba(175, 197, 255, 0);
    border-radius: 15px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-btn:hover {
    background-color: rgba(175, 197, 255, 0.3);
    border-color: rgba(175, 197, 255, 0.5);
    box-shadow: 0 0 30px rgba(175, 197, 255, 0.15);
}

.afisha-start {
    display: block;
    height: 68px;
    position: relative;
    overflow: visible;
    margin-bottom: 36px;
}

.afisha-heading .font-pd-mi-32 {
    text-align: center;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.afisha-sky {
    height: 512px;
    position: absolute;
    left: 0;
    top: 262px;
    mix-blend-mode: lighten;
}

.actual {
    display: block;
    position: relative;
    margin: 36px 0 60px 0;
    width: 393px;
    padding: 0 40px 0 40px;
    height: 631px;
}

.actual-pic {
    height: 443px;
}

.desc {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 12px 16px;
    position: absolute;
    bottom: 0;
    width: 313px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
}

.info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.name {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.name .font-pd-m-24 {
    line-height: 1.2;
    color: white;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.datetime {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.data {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: end;
}

.data .font-pd-mi-28 {
    font-style: normal;
    line-height: 1.0;
}

.data .font-pd-mi-16 {
    color: #AFC5FF;
}

.datetime .font-pd-mi-28 {
    font-style: normal;
    line-height: 1.0;
}

.place {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.register-btn {
    height: 36px;
    width: 100%;
    padding: 8px 12px;
    background-color: rgba(175, 197, 255, 0.5);
    border-radius: 15px;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(1px);
    color: white;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
}

.past {
    display: block;
    position: relative;
    padding: 0 40px 0 40px;
}

.past .font-pd-m-24 {
    color: white;
    margin-bottom: 28px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.past .font-pd-mi-24 {
    color: white;
    margin-bottom: 28px;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.show-more-btn {
    display: block;
    width: auto;
    background-color: transparent;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
    border: none;
}

.show-more-btn p {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    opacity: 0.6;
    color: white;
    margin: 20px 0 0 0;
}

.show-more-btn:hover {
    cursor: pointer;
    text-shadow: 
        0 0 35px rgb(255, 236, 207),
        0 0 100px rgba(0, 0, 0, 0.75);
}

.past-list {
    display: grid;
    grid-template-columns: repeat(2, 148px); 
    gap: 17px; 
    justify-content: start;
}

.past-card img {
    width: 148px;
    height: 209px;
}

.past-card-hidden {
    display: none;
}

.footer {
    display: block;
    position: relative;
    height: 182px;
    margin-top: 24px;
    overflow: visible;
}

.afisha-contacts {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 44px 140px 52px 140px;
}

.afisha-shading {
    width: 393px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.empty {
    display: block;
    position: relative;
    margin: 36px 40px 68px 40px;
}

.empty .font-lato-12 {
    text-align: center;
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 4, 51, 0.7);
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
    padding: 40px 20px;
}

.modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.modal-overlay.open {
    opacity: 1;
    visibility: visible;
}

.modal {
    position: relative;
    width: 313px;
    padding: 0;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 4, 51, 0.85);
    box-shadow: 
        inset -3px 3px 20px rgba(0, 2, 20, 0.5),
        inset 3px -3px 20px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    transform: scale(0.95);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.modal-overlay.open .modal {
    transform: scale(1);
}

.modal-close {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 2;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.modal-close:hover {
    opacity: 1;
}

.modal-pic {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}

.modal-desc {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 12px 16px 16px 16px;
}

.modal-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-links .register-btn {
    font-family: "Lato";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 36px;
    padding: 8px 12px;
}

.modal .datetime {
    gap: 8px;
}

.modal .name {
    width: auto;
}