@charset "utf-8";
.schedule-block-label a {
  font-family: 'ROBOTO', sans-serif;
  letter-spacing: 0.04em;
}
.schedule-calender .item a {
  font-weight: normal;
}
.schedule-calender .item time {
  margin-right: 8px;
}
.schedule-timetable h1 time {
  margin-right: 8px;
}
.schedule-timetable header {
  margin-bottom: 0;
}
.schedule-timetable .remaining {
  font-size: 12px;
  line-height: 1;
}
.schedule-timetable .remaining:before {
  line-height: 1.7;
}
.schedule-timetable .timetable li.theatre a {
  letter-spacing: .12em;
}
.schedule-modal-block .schedule-modal-description {
  line-height: 1.66;
}
.schedule-modal-block header {
  margin-bottom: 32px;
}
.movies-annotations-list li {
  padding-left: 10px;
}
.movies-annotations-list li:before {
  content: '*';
}
@media screen and (max-width: 480px) {
  .schedule-timetable .remaining {
    line-height: .8;
    padding: 4.5px 3.5px 2px;
  }
  .schedule-timetable .remaining:before {
    position: relative;
    bottom: 2px;
    line-height: 2;
  }
  .schedule-calender .item a {
    font-weight: bold;
  }
  .schedule-calender .item time {
    margin-right: 2px;
  }
  .schedule-timetable h1 time {
    margin-right: 5px;
  }
  .schedule-modal-block header {
    margin-bottom: 0;
  }
}
