

/* Start:/local/components/dmitrieffserzh/schedule/templates/.default/style.css?17538651083148*/
.schedule {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  margin: 15rem 0;
}
.schedule__column {
  position: relative;
  min-height: 1000px;
}
.schedule__column > .schedule__item--section-name {
  display: none;
}
.schedule__column:first-child {
  width: 55%;
  padding: 0 0 0 8rem;
}
.schedule__column:first-child span.schedule__title {
  position: absolute;
  left: -26rem;
  top: 26rem; 
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 7rem;
  line-height: 1;
  transform: rotate(-90deg);
}
.schedule__column:last-child {
  width: 45%;
}
.schedule__column--right .schedule__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 480px;
}
.schedule__column--right .schedule__list--woman {
  height: 200px;
}
.schedule__column--right .schedule__item--section-name {
  display: block;
  width: 100%;
  justify-content: flex-start;
  line-height: 0.7;
  flex-direction: column;
}
.schedule__column--right .schedule__item--section-name span:first-child {
  text-transform: uppercase;
  font-size: 25px;
  text-align: right;
  line-height: 1.5;
}
.schedule__column--right .schedule__item--section-name span:last-child {
  text-transform: uppercase;
  font-size: 100px;
  text-align: right;
  line-height: 1;
}
.schedule__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 845px;
}
.schedule__item {
  width: 33.333%;
  padding: 1rem;
  border: 1px Solid rgba(255, 255, 255, 0.5);
  height: 100px;
}
.schedule__item--day-name {
  display: flex;
  align-items: center;
  border: 2px Solid #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  max-height: 52px !important;
}
.schedule__item span {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
}
.schedule__item--section-name {
  font-size: 107px;
  font-weight: 900;
  border: none;
  height: 150px;
  display: flex;
  justify-content: end;
  align-items: self-end;
  line-height: 0.6;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .schedule {
    flex-direction: column;
  }
  .schedule__column {
    padding: 0 !important;
    width: 100% !important;
  }
  .schedule__column > .schedule__item--section-name {
    display: block;
  }
  .schedule__column--right .schedule__item--section-name {
    align-items: self-start !important;
  }
  .schedule__column--right .schedule__item--section-name span:first-child {
    text-align: left !important;
  }
  .schedule__column--right .schedule__item--section-name span:last-child {
    text-align: left !important;
    font-size: 63px !important;
  }
  .schedule__column .schedule__list .schedule__item--section-name {
    display: none !important;
  }
  .schedule__item--day-name {
    font-size: 13px !important;
  }
  .schedule__item span {
    font-size: 12px !important;
  }
  .schedule__item--section-name {
    line-height: 2 !important;
    font-size: 65px !important;
    height: 100px !important;
    align-items: self-start !important;
  }
  .schedule__title {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/dmitrieffserzh/schedule/templates/.default/style.css?17538651083148 */
