.cell {
  display: flex;
  width: 12%;
  flex-grow: 1;
  flex-direction: column;
  padding: 0px 5px; }
  .cell-warning {
    color: red;
    font-size: 1.3rem; }
  .cell-fill:hover {
    transform: scale(1.5);
    -webkit-box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.9);
    -moz-box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.9);
    box-shadow: 0px 1px 16px 0px rgba(50, 50, 50, 0.9); }
  .cell-border {
    border: 3px solid white; }
  .cell-center {
    justify-content: center;
    text-align: center; }
  .cell_border_color {
    border-bottom-color: white; }
  .cell-inner {
    text-align: center; }
  .cell-training {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    font-weight: 400; }
  .cell-time {
    width: 50px;
    background-color: #5b3b83;
    color: #fefefe;
    font-size: 1.5rem;
    justify-content: center; }
  .cell p {
    margin: 0;
    padding: 0; }
  .cell-color {
    background-color: #FAFAFA; }

.schedule-short {
  max-width: 600px; }

.schedule_top {
  background-color: #5b3b83;
  color: #fefefe;
  font-size: 1.5rem;
  justify-content: center; }

.schedule_padding_top_bottom {
  padding: 10px 0; }

.schedule_padding_top {
  padding-top: 10px; }

.schedule_padding_bottom {
  padding-bottom: 10px; }

.schedule_row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around; }

.schedule_container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  border-bottom: #5b3b83 5px solid;
  padding-bottom: 10px; }

.date_title {
  display: flex;
  width: 100%;
  background-color: #5b3b83;
  color: white;
  justify-content: center;
  font-size: 1.8rem;
  padding: 3px; }

.date_row {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  max-width: 600px; }

.schedule_filter {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  padding: 1rem 0px; }
  .schedule_filter .btn-group {
    margin: 5px 0; }
  .schedule_filter-short {
    flex-direction: column;
    align-items: center; }
  .schedule_filter .form-control:focus {
    color: #fefefe;
    background-color: #5b3b83;
    border-color: #5b3b83;
    outline: 0;
    box-shadow: none; }
  .schedule_filter-select {
    display: flex;
    min-width: 220px;
    color: #fefefe;
    background: #5b3b83;
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: auto;
    cursor: pointer;
    align-items: center;
    flex-grow: 1;
    max-width: 300px;
    justify-content: center;
    padding: 8px; }
    .schedule_filter-select:hover {
      transform: scale(1.05);
      color: #FFFF00;
      background: #5b3b83 !important; }

.schedule_dropdown {
  color: #000000;
  background: #f2f2f2;
  min-width: 220px;
  max-width: 300px; }
  .schedule_dropdown-item {
    font-size: 1.5rem;
    line-height: 1.5rem;
    cursor: pointer;
    padding: 5px; }
    .schedule_dropdown-item:hover {
      color: #5b3b83; }

.schedule_afisha {
  width: 100%;
  font-family: "Montserrat Bold";
  font-size: 2.2rem;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  line-height: 3.2rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center; }

.schedule_btn {
  font-family: "Montserrat Regular";
  font-size: 1.5rem;
  background: #5b3b83;
  color: #fefefe;
  border: #5b3b83;
  padding: 3px 15px;
  position: relative;
  height: 2.8rem;
  margin: 0 3rem;
  cursor: pointer;
  max-width: 200px;
  justify-content: center; }
  .schedule_btn:focus {
    border: none;
    outline: none; }
  .schedule_btn:hover {
    transform: scale(1.05);
    color: #FFFF00; }
  .schedule_btn-left:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.4rem 4rem 1.4rem 0;
    border-color: transparent #5b3b83 transparent transparent;
    left: -4rem;
    top: 0px; }
  .schedule_btn-right:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.4rem 0 1.4rem 4rem;
    border-color: transparent transparent transparent #5b3b83;
    right: -4rem;
    top: 0px; }
  .schedule_btn-center {
    margin-left: 48px; }

.date_item {
  font-family: "Montserrat Bold";
  font-size: 1.7rem;
  font-style: normal;
  color: #000000;
  padding: 3px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .date_item-warning {
    display: flex;
    position: relative;
    color: red;
    width: 100%;
    justify-content: center; }
    .date_item-warning:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7px 11px 7px;
      border-color: transparent transparent red transparent;
      top: -5px;
      left: auto;
      right: auto; }

.schedule_time {
  display: flex;
  width: 65px; }

.schedule_inner {
  justify-content: flex-start;
  width: calc(100% - 90px); }

/*# sourceMappingURL=style.css.map */
