.schedule-screen {
  width: 2160px;
  height: 3840px;
  display: flex;
  background-color: #ffffff;
}

.schedule-screen .frame {
  display: flex;
  z-index: 1;
  margin-top: 140px;
  width: 1880px;
  height: 3082px;
  margin-left: 140px;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 160px;
}

.schedule-screen .schedule-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  align-self: stretch;
  width: 100%;
  z-index: 2;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.schedule-screen .schedule-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
}

.schedule-screen .schedule-cards-2 {
  width: 1880px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 60px;
  align-items: stretch;
}

.schedule-screen .schedule-cards-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px;
  position: relative;
  align-self: stretch;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 35px;
  box-shadow: var(--shadow-main);
}

.schedule-screen .schedule-cards-3 {
  display: flex;
  flex-direction: column;
  width: 750px;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.schedule-screen .schedule-cards-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--font-family-heading);
  font-weight: 500;
  color: var(--header-text);
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .schedule-cards-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.schedule-screen .schedule-cards-6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.schedule-screen .number {
  position: relative;
  width: 97px;
  height: 149px;
}

.schedule-screen .text-wrapper-3 {
  position: absolute;
  top: 0;
  font-family: var(--font-family-heading);
  font-weight: 400;
  color: var(--header-text);
  font-size: 120px;
  text-align: left;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .divider {
  position: relative;
  width: 4px;
  height: 236px;
}

.schedule-screen .schedule-cards-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.schedule-screen .schedule-cards-8 {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.schedule-screen .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--subheader-text);
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .img-wrapper {
  display: flex;
  width: 49px;
  align-items: center;
  position: relative;
  align-self: stretch;
}

.schedule-screen .teacher-icon {
  position: relative;
  align-self: stretch;
  aspect-ratio: 0.88;
}

.schedule-screen .location-icon {
  position: relative;
  align-self: stretch;
  aspect-ratio: 0.8;
}

.schedule-screen .text-wrapper-5 {
  left: calc(50% - 48px);
  position: absolute;
  top: 0;
  font-family: var(--font-family-heading);
  font-weight: 400;
  color: var(--header-text);
  font-size: 120px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .schedule-cards-9 {
  display: flex;
  width: 1880px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.schedule-screen .schedule-choose {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 0;
}

.schedule-screen .schedule-dropdowns {
  display: flex;
  height: 120px;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  z-index: 1;
}

.schedule-screen .course-dropdown {
  display: flex;
  width: 552px;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
  z-index: 2;
  border-radius: 60px;
  border: 2px solid;
  border-color: var(--dropdown-menu-border);
}

.schedule-screen .text-wrapper-6 {
  position: relative;
  flex: 1;
  z-index: 1;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .vector {
  position: relative;
  width: 31px;
  height: 17px;
  margin-right: -1.5px;
  margin-left: -1.5px;
  z-index: 0;
  aspect-ratio: 0.5;
}

.schedule-screen .groups-dropdown {
  display: flex;
  width: 656px;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
  z-index: 1;
  border-radius: 60px;
  border: 2px solid;
  border-color: #21212180;
}

.schedule-screen .week-dropdown {
  display: flex;
  width: 552px;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
  z-index: 0;
  border-radius: 60px;
  border: 2px solid;
  border-color: #21212180;
}

.schedule-screen .day-schedule {
  display: flex;
  width: 1896px;
  height: 120px;
  align-items: center;
  gap: 166px;
  padding: 0px 65px;
  position: relative;
  margin-right: -16px;
  z-index: 0;
  border-radius: 60px;
  border: 2px solid;
  border-color: var(--dropdown-menu-border);
}

.schedule-screen .day-item {
  position: relative;
  width: fit-content;
  z-index: 5;
  font-family: var(--font-family-primary);
  font-weight: 500;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .day-item-2 {
  z-index: 4;
  position: relative;
  width: fit-content;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .day-item-3 {
  z-index: 3;
  position: relative;
  width: fit-content;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .day-item-4 {
  z-index: 2;
  position: relative;
  width: fit-content;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .day-item-5 {
  z-index: 1;
  position: relative;
  width: fit-content;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .selector {
  position: absolute;
  left: 148px;
  width: 100px;
  height: 375px;
  z-index: 0;
  background-color: var(--primary);
  border-radius: 55px;
  transform: rotate(90deg);
}

.schedule-screen .schedule-tg-qr {
  display: flex;
  width: 1880px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
}

.schedule-screen .content-container {
  display: flex;
  flex-direction: column;
  width: 1039px;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
}

.schedule-screen .content-header {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--font-family-heading);
  font-weight: 700;
  color: var(--primary);
  font-size: 100px;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .content-subheader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 0px 150px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.schedule-screen .subheader-right {
  position: relative;
  width: 101px;
  height: 103px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  margin-left: -1.5px;
}

.schedule-screen .p {
  position: relative;
  flex: 1;
  font-family: var(--font-family-primary);
  font-weight: 500;
  font-style: italic;
  color: var(--subheader-text);
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .qr-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.schedule-screen .schedule-site-qr {
  display: flex;
  width: 1880px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
  z-index: 0;
}

.schedule-screen .qr-container-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.schedule-screen .content-container-2 {
  display: flex;
  flex-direction: column;
  width: 1039px;
  align-items: flex-end;
  gap: 24px;
  position: relative;
}

.schedule-screen .content-header-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--font-family-heading);
  font-weight: 700;
  color: var(--primary);
  font-size: 100px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .content-subheader-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 0px 0px 0px 150px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.schedule-screen .content-subheader-3 {
  position: relative;
  flex: 1;
  font-family: var(--font-family-primary);
  font-weight: 500;
  font-style: italic;
  color: var(--subheader-text);
  font-size: 40px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .subheader-left-arrow {
  position: relative;
  width: 101px;
  height: 103px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  margin-right: -1.5px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.course-dropdown select,
.groups-dropdown select,
.week-dropdown select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  width: 100%;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0;
}

.course-dropdown,
.groups-dropdown,
.week-dropdown {
  position: relative;
}

.day-item,
.day-item-2,
.day-item-3,
.day-item-4,
.day-item-5 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  transition: color 0.3s ease;
}

.footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.schedule-screen {
  width: 2160px;
  height: 3840px;
  display: flex;
  background-color: #ffffff;
}

.schedule-screen .frame {
  display: flex;
  z-index: 1;
  margin-top: 140px;
  width: 1880px;
  height: 3082px;
  margin-left: 140px;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 160px;
}

.schedule-screen .schedule-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
  align-self: stretch;
  width: 100%;
  z-index: 2;
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.schedule-screen .schedule-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
}

.schedule-screen .schedule-cards-3 {
  display: flex;
  flex-direction: column;
  width: 750px;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
}

.schedule-screen .schedule-cards-4 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--font-family-heading);
  font-weight: 500;
  color: var(--header-text);
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .schedule-cards-5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.schedule-screen .schedule-cards-6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  position: relative;
  flex: 0 0 auto;
}

.schedule-screen .number {
  position: relative;
  width: 97px;
  height: 149px;
}

.schedule-screen .divider {
  position: relative;
  width: 4px;
  height: 236px;
}

.schedule-screen .schedule-cards-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.schedule-screen .time-icon {
  position: relative;
  align-self: stretch;
  aspect-ratio: 1;
  width: 49px;
}

.schedule-screen .text-wrapper-4 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--subheader-text);
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .img-wrapper {
  display: flex;
  width: 49px;
  align-items: center;
  position: relative;
  align-self: stretch;
}

.schedule-screen .teacher-icon {
  position: relative;
  align-self: stretch;
  aspect-ratio: 0.88;
}

.schedule-screen .location-icon {
  position: relative;
  align-self: stretch;
  aspect-ratio: 0.8;
}

.schedule-screen .text-wrapper-5 {
  left: calc(50% - 48px);
  position: absolute;
  top: 0;
  font-family: var(--font-family-heading);
  font-weight: 400;
  color: var(--header-text);
  font-size: 120px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .schedule-cards-9 {
  display: flex;
  width: 1880px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
}

.schedule-screen .schedule-choose {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 0;
}

.schedule-screen .schedule-dropdowns {
  display: flex;
  height: 120px;
  align-items: flex-start;
  gap: 60px;
  position: relative;
  align-self: stretch;
  width: 100%;
  z-index: 1;
}

.schedule-screen .course-dropdown {
  display: flex;
  width: 552px;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
  z-index: 2;
  border-radius: 60px;
  border: 2px solid;
  border-color: var(--dropdown-menu-border);
}

.schedule-screen .text-wrapper-6 {
  position: relative;
  flex: 1;
  z-index: 1;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .vector {
  position: relative;
  width: 31px;
  height: 17px;
  margin-right: -1.5px;
  margin-left: -1.5px;
  z-index: 0;
  aspect-ratio: 0.5;
  pointer-events: none;
}

.schedule-screen .groups-dropdown {
  display: flex;
  width: 656px;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
  z-index: 1;
  border-radius: 60px;
  border: 2px solid;
  border-color: #21212180;
}

.schedule-screen .week-dropdown {
  display: flex;
  width: 552px;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: relative;
  z-index: 0;
  border-radius: 60px;
  border: 2px solid;
  border-color: #21212180;
}

.schedule-screen .day-item {
  position: relative;
  width: fit-content;
  z-index: 5;
  font-family: var(--font-family-primary);
  font-weight: 500;
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .day-item-2 {
  z-index: 4;
  position: relative;
  width: fit-content;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .day-item-3 {
  z-index: 3;
  position: relative;
  width: fit-content;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .day-item-4 {
  z-index: 2;
  position: relative;
  width: fit-content;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .day-item-5 {
  z-index: 1;
  position: relative;
  width: fit-content;
  font-family: var(--font-family-primary);
  font-weight: 400;
  color: var(--header-text);
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .schedule-tg-qr {
  display: flex;
  width: 1880px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
}

.schedule-screen .content-container {
  display: flex;
  flex-direction: column;
  width: 1039px;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  position: relative;
}

.schedule-screen .content-header {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--font-family-heading);
  font-weight: 700;
  color: var(--primary);
  font-size: 100px;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .content-subheader {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 0px 150px 0px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.schedule-screen .subheader-right {
  position: relative;
  width: 101px;
  height: 103px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  margin-left: -1.5px;
}

.schedule-screen .p {
  position: relative;
  flex: 1;
  font-family: var(--font-family-primary);
  font-weight: 500;
  font-style: italic;
  color: var(--subheader-text);
  font-size: 40px;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .qr-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.schedule-screen .qr-code {
  height: 100%;
}

.schedule-screen .schedule-site-qr {
  display: flex;
  width: 1880px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex: 0 0 auto;
  z-index: 0;
}

.schedule-screen .qr-container-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  flex: 1;
  align-self: stretch;
  flex-grow: 1;
}

.schedule-screen .content-container-2 {
  display: flex;
  flex-direction: column;
  width: 1039px;
  align-items: flex-end;
  gap: 24px;
  position: relative;
}

.schedule-screen .content-header-2 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--font-family-heading);
  font-weight: 700;
  color: var(--primary);
  font-size: 100px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .content-subheader-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  padding: 0px 0px 0px 150px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.schedule-screen .content-subheader-3 {
  position: relative;
  flex: 1;
  font-family: var(--font-family-primary);
  font-weight: 500;
  font-style: italic;
  color: var(--subheader-text);
  font-size: 40px;
  text-align: right;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-screen .subheader-left-arrow {
  position: relative;
  width: 101px;
  height: 103px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  margin-right: -1.5px;
}

/* =========================
   DROPDOWN (NEW STRUCTURE)
   ========================= */

.schedule-dropdowns {
  display: flex;
  gap: 40px;
}

.dropdown {
  width: 552px;
  position: relative;
}

.dropdown.group {
  width: 656px;
}

.dropdown-trigger {
  width: 100%;
  height: 120px;
  padding: 0 40px;
  background-color: #ffffff;
  border-radius: 60px;
  box-shadow: var(--main-shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid;
  border-color: var(--dropdown-menu-border);
}

.dropdown-value {
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 48px;
  color: var(--header-text);
}

.dropdown .vector {
  width: 24px;
  height: 14px;
  transition: transform 0.3s ease;
}

.dropdown.open .vector {
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius: 35px;
  box-shadow: var(--shadow-main);
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  z-index: 20;
  visibility: hidden;
  pointer-events: none;
  max-height: 540px;
  overflow-y: auto;
  scrollbar-width: none;
}

.dropdown.open .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.dropdown-option {
  height: 120px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  font-family: var(--font-family-primary);
  font-size: 48px;
  font-weight: 400;
  color: var(--header-text);
}

/*  */
.schedule-empty-state {
  width: 1880px;
  height: 100%;
  min-height: 1052px;

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #ffffff;
  border-radius: 35px;
  box-shadow: var(--shadow-main);
}

.schedule-empty-text {
  font-family: var(--font-family-primary);
  font-size: 48px;
  font-weight: 400;
  color: var(--subheader-text);
  text-align: center;
  line-height: 1.4;
}

.initialstate-content {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 80px;
  position: relative;
  flex: 0 0 auto;
  height: 1052px;
  width: 100%;
  background-color: #dfecff;
  border-radius: 35px;
}

.initialstate-ill {
  position: relative;
  width: 600px;
  height: 502px;
  aspect-ratio: 1.2;
}

.initialstate-text {
  display: flex;
  flex-direction: column;
  width: 1500px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.initialstate-header {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: var(--font-family-heading);
  font-weight: 700;
  color: var(--header-text);
  font-size: 80px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.initialstate {
  position: relative;
  align-self: stretch;
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-style: italic;
  color: var(--subheader-text);
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.schedule-cards-2:has(.initialstate-content) {
  display: block;
}

.dropdown-option.is-selected {
  color: var(--primary);
  font-weight: 500;
}

/* =========================
   DISABLED GROUP DROPDOWN
   ========================= */

.dropdown.is-disabled {
  opacity: 0.45;
}

.dropdown.is-disabled .dropdown-trigger {
  cursor: not-allowed;
}

.dropdown.is-disabled .dropdown-value {
  color: var(--subheader-text);
}

.dropdown.is-disabled .vector {
  opacity: 0.4;
  transform: none !important;
  /* заборона rotate */
}

.dropdown.is-disabled .dropdown-menu {
  pointer-events: none;
}