@charset "UTF-8";
.redDay {
  color: #ff453a !important;
}

.yellow-background {
  /* background-color: #ffdc41 !important; */
}
.yellow-background ._date_item_val,
.yellow-background ._date_item_small {
  color: black !important;
}

.b_detail_schedule {
  padding: 3px 0;
}

.modal-dialog .b_detail_schedule {
  padding: 21px;
}

@media (max-width: 767px) {
  .b_detail_schedule {
    padding: 9px 0;
  }
}
.b_detail_schedule ._title {
  text-align: left;
}

@media (max-width: 767px) {
  .b_detail_schedule ._title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.b_detail_schedule_controls {
  position: relative;
  display: flex;
  gap: 20px;
}

.grinvich .b_detail_schedule_controls {
  border-color: #2d3c55;
}

.b_detail_schedule_controls ._controls {
  margin-top: -1px;
}

.b_detail_schedule ._date {
  display: flex;
  font-size: 0;
  gap: 16px;
}

@media (max-width: 767px) {
  .b_detail_schedule ._date {
    justify-content: center;
  }
}
.b_detail_schedule ._date_item_title {
  display: block;
  width: 100%;
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 3px;
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-style: Semibold;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 135%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5019607843);
}

.b_detail_schedule ._date_item_val {
  display: block;
  width: 100%;
  text-transform: lowercase;
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

._date_item_small {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

._switch-holder {
  display: flex;
  align-items: center;
  padding: 5px 23px;
  min-height: 60px;
  background: transparent;
  border: 1px solid #244640;
  border-radius: 0;
  box-shadow: none;
  transition: background 280ms ease;
}

.grinvich ._switch-holder {
  border-color: #2d3c55;
}

._switch-holder:hover {
  background-color: #314e49;
}

.grinvich ._switch-holder:hover {
  background-color: #3b4961;
}

@media (max-width: 1199px) {
  ._switch-holder {
    padding: 5px 16px;
  }
}
._switch-holder ._switch {
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  white-space: nowrap;
}

._switch-holder span {
  display: block;
}

._switch-holder__name {
  font-size: 19px;
  line-height: 130%;
  margin-top: 7px;
}

.b_detail_schedule ._switch span {
  margin-top: 1px;
}

.b_detail_schedule ._switch:hover,
.b_detail_schedule ._switch:active {
  text-decoration: none;
  color: #fff;
  border-color: #dcbb25;
}

@media (max-width: 767px) {
  .b_detail_schedule ._switch {
    /*float: none !important;*/
    /*margin: 35px auto 0 !important;*/
  }
}
/*Фильтр по сеансам*/
.b-schedule_filter {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -1px;
  width: 100%;
  max-width: 540px;
  padding: 20px 40px;
  background-color: #244640;
  border: 1px solid #101f1c;
  z-index: 100;
}

.grinvich .b-schedule_filter {
  background-color: #2d3c55;
}

.b-schedule_filter.active {
  display: block;
}

.b-schedule_filter ._title {
  margin: 0 0 25px;
  font-size: 24px;
  text-align: left;
}

@media (max-width: 767px) {
  .b-schedule_filter ._title {
    position: absolute;
    width: 29px;
    height: 29px;
    font-size: 0;
    /*top: -50px;*/
    top: -85px;
    right: 0;
    background: transparent url("img/filter-toggle__xs.png") no-repeat center;
    cursor: pointer;
  }
  .b-schedule_filter.active ._title {
    background: none;
  }
  .b-schedule_filter.active ._title::before,
  .b-schedule_filter.active ._title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
  }
  .b-schedule_filter.active ._title::after {
    transform: rotate(-45deg);
  }
}
.b-schedule_filter ._items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.b-schedule_filter ._item {
  margin: 0 10px;
}

.b-schedule_filter ._item ._checkbox label {
  width: 100%;
  margin: 0;
}

.b-schedule_filter ._item:nth-child(n + 3) {
  margin-top: 20px;
}

.b-schedule_filter ._subtitle {
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 14px;
}

.b-schedule_filter ._subtitle a,
.b-schedule_filter ._subtitle a:visited {
  color: inherit;
  text-decoration: none;
}

.b-schedule_filter ._subtitle a:hover,
.b-schedule_filter ._subtitle a:active {
  color: #dcbb25;
}

.b-schedule_filter ._select {
  color: #000;
}

.b_detail_schedule ._timeline {
  position: relative;
  min-height: 110px;
  margin-top: 11px;
  border-radius: 8px;
}

.b_detail_schedule ._hall {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0;
  font-size: 0;
  flex-direction: column;
}
.b_detail_schedule ._hall__sessions {
  padding-left: 9px;
  display: flex;
  gap: 15.6px;
}
.b_detail_schedule ._hall__typeBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.b_detail_schedule ._hall_ticket {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  text-decoration: none !important;
  padding-top: 5px;
  transition: all 0.3s;
}

.grinvich .b_detail_schedule ._hall_ticket {
  border-color: #2d3c55;
}

.b_detail_schedule ._hall_ticket._hidden {
  display: none;
}

.b_detail_schedule ._session_group {
  background-color: white;
  border-radius: 8px;
  display: flex;
  margin-top: 1px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffdc41;
  padding: 2px 16px;
}
.b_detail_schedule ._session_group:hover {
  background-color: #ffdc41;
}

.b_detail_schedule ._session_time {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: black;
  margin: 0 2px 0 0;
  flex-shrink: 0;
}

.b_detail_schedule ._session_price {
  display: block;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  font-style: Semibold;
  font-size: 14px;
  leading-trim: CAP_HEIGHT;
  line-height: 135%;
  letter-spacing: 0%;
  text-align: center;
  font-variant-numeric-figure: lining-nums;
  font-variant-numeric-spacing: tabular-nums;
  color: rgba(0, 0, 0, 0.5019607843);
}

.b_detail_schedule ._session_type,
.b_detail_schedule ._session_hall {
  display: block;
  overflow: hidden;
  color: #bdc7c6;
  font-weight: 600;
}

._session_hall {
  text-align: center;
}

.b_detail_schedule ._hall_ticket.disabled {
  pointer-events: none;
}

.b_detail_schedule ._hall_ticket.disabled,
.b_detail_schedule ._hall_ticket.disabled,
.b_detail_schedule ._hall_ticket.disabled,
.b_detail_schedule ._hall_ticket.disabled {
  color: hsla(0, 0%, 100%, 0.5);
}

.b_detail_schedule ._hall_ticket:hover {
  transform: translateY(-3px);
}

.grinvich .b_detail_schedule ._controls,
.grinvich .b_detail_schedule ._hall {
  border-bottom-color: #223047;
}

.grinvich .b_detail_schedule ._hall_title a {
  color: #ffdc41;
}

.b_detail_schedule ._loading {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 41px;
  background-color: rgba(255, 255, 255, 0.1450980392);
  text-align: center;
  border-radius: 8px;
  height: 134px;
  margin-top: 25px;
}

.b_detail_schedule ._gif {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: none;
  margin-top: -15px;
}

.b_detail_schedule ._gif img {
  display: block;
  margin: 0 auto;
}

.b_detail_schedule ._no-signal {
  display: none;
}

.b_detail_schedule ._no-signal p {
  margin: 0;
}

._no-signal__text {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0%;
  margin: 0;
}
._no-signal__button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 46px;
  text-decoration: none;
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-style: Semibold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  padding: 7px 32.5px;
  border-radius: 8px;
  background-color: #ffdc41;
  margin-top: 3px;
  margin-right: 3px;
  color: black !important;
}
._no-signal__button:hover {
  cursor: pointer;
  background-color: white !important;
  color: black !important;
}
._no-signal__button:visited {
  color: black !important;
}

/* .showtimes-timeline {
	overflow-y: scroll;
	min-height: 200px;
} */
.g-tab._date_item {
  text-decoration: none;
  text-align: center;
  color: #fff;
  padding: 0 13px;
  transition: all 0.3s;
  padding-top: 4px;
}

.jsLoadingNoSchelude {
  display: flex;
  justify-content: center;
  gap: 70px;
  width: 100%;
}

@media (max-width: 1199px) {
  .g-tab._date_item:nth-of-type(4) {
    display: none;
  }
}
.modal-content .g-tab._date_item:nth-of-type(4) {
  display: none;
}

@media (max-width: 991px) {
  .b_detail_schedule ._date {
    padding-left: 0;
    width: -moz-fit-content;
    width: fit-content;
    gap: 6px;
  }
  .modal-content .b_detail_schedule ._date {
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  .film_schedule {
    padding: 0 16px;
  }
  .jsLoadingNoSchelude {
    flex-direction: column;
    gap: 20px;
  }
  .g-tab._date_item:nth-of-type(3) {
    display: none;
  }
  .b_detail_schedule_controls {
    overflow-x: scroll;
    scrollbar-width: none;
    max-width: 100vw;
  }
  .b_detail_schedule_controls::-webkit-scrollbar {
    display: none;
  }
  ._loading {
    position: static !important;
    height: auto !important;
    padding: 39px;
    margin-top: 32px;
  }
  ._timeline {
    position: static !important;
  }
  ._no-signal__button {
    padding: 7px 26.5px;
  }
}
.b_detail_schedule .g-tab.filter-button {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  line-height: 1.3;
  border: 1px solid #244640;
  margin-left: -1px;
  padding-right: 47px;
  padding-left: 20px;
  pointer-events: auto;
}

.grinvich .b_detail_schedule .g-tab.filter-button {
  border-color: #2d3c55;
}

@media (max-width: 1199px) {
  .b_detail_schedule .g-tab.filter-button {
    padding-right: 37px;
  }
}
.g-tab.filter-button.active {
  background-color: #244640;
  border-color: #101f1c;
}

.grinvich .g-tab.filter-button.active {
  background-color: #2d3c55;
  border-color: #101f1c;
  color: #fff !important;
}

.g-tab.filter-button span {
  position: relative;
}

.g-tab.filter-button span::after {
  content: "";
  position: absolute;
  top: 7px;
  right: -22px;
  width: 12px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../../../img/arrow-angle.svg);
}

.g-tab.filter-button.active span::after {
  transform: rotate(180deg);
}

.modal-content .g-tab.filter-button {
  display: none;
}

/*
@media (max-width: 767px) {
	.b_detail_schedule_controls .g-tab {
		width: 120px;
		margin-right: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
}*/
@media (max-width: 1199px) {
  .b_detail_schedule ._date_item_title,
  .b_detail_schedule .js-datepicker-data,
  .b_detail_schedule ._switch-holder__name,
  .b_detail_schedule .g-tab.filter-button {
    font-size: 14px;
  }
}
@media (max-width: 620px) {
  .g-tab._date_item:nth-of-type(2) {
    display: none;
  }
  .datepicker.dropdown-menu {
    left: 14px !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .modal-content .b_detail_schedule_controls ._switch {
    position: static;
    flex-direction: column;
    justify-content: center;
    width: 160px;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  #modal-ticket-buy .b_detail_schedule ._switch,
  #modal-ticket-buy .b_detail_schedule ._switch:visited {
    width: 160px;
  }
  .film_schedule .b_detail_schedule_controls ._switch br,
  .modal-content .b_detail_schedule_controls ._switch br {
    display: none;
  }
  .modal-content .b_detail_schedule_controls ._switch img {
    max-width: 100px;
    margin-top: 5px;
  }
}
@media (max-width: 520px) {
  ._hall__sessions {
    display: flex;
    flex-wrap: wrap;
    gap: 8.6px !important;
  }
  .b_detail_schedule_controls {
    border: none;
  }
  .b_detail_schedule_controls ._controls {
    margin: 0;
    flex-shrink: 0;
    width: max-content;
    padding-right: 30px;
  }
  ._switch-holder {
    margin: 0;
  }
}
@media (max-width: 480px) {
  .b_detail_schedule ._date_item_title,
  .b_detail_schedule .js-datepicker-data,
  .b_detail_schedule ._switch-holder__name,
  .b_detail_schedule .g-tab.filter-button {
    font-size: 12px;
  }
  ._switch-holder {
    padding: 6px 10px;
    min-height: 50px;
  }
  ._switch-holder ._switch {
    font-size: 12px;
  }
  .b_detail_schedule .g-tab.filter-button {
    padding: 6px 30px 6px 10px;
    min-height: 50px;
  }
  .b_detail_schedule .g-tab.filter-button span::after {
    top: 4px;
  }
  ._switch-holder__name {
    margin-top: 3px;
  }
  .b-schedule_filter {
    padding: 20px 25px;
  }
  .b-schedule_filter ._items {
    margin: 0;
  }
  .b-schedule_filter ._item {
    width: 100%;
    margin: 0 0 15px;
  }
  .b-schedule_filter ._item:nth-child(n + 3) {
    margin-top: 0;
  }
}
@media (max-width: 380px) {
  .b_detail_schedule .g-tab.filter-button {
    padding: 6px 26px 6px 10px;
  }
  .g-tab.filter-button span::after {
    width: 10px;
    height: 6px;
    right: -17px;
  }
  ._switch-holder ._switch {
    white-space: normal;
  }
}
._title {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600 !important;
  font-style: Semibold !important;
  font-size: 24px !important;
  leading-trim: NONE;
  line-height: 135% !important;
  letter-spacing: 0% !important;
  vertical-align: middle !important;
  margin: 0px !important;
  margin-bottom: 13px !important;
}

._hall__select-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

._hall__line {
  width: 98.6%;
  margin-top: 15px;
  border-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 11px;
}

._hall__buttons-box {
  display: flex;
  gap: 16px;
  padding-left: 9px;
  padding-top: 18px;
}

._hall__buttons {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-style: Semibold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: black;
  background-color: white;
  border-radius: 20px;
  padding: 10px 18px;
  margin: 0;
  cursor: pointer;
}
._hall__buttons_active {
  background-color: #ffdc41;
}
._hall__buttons:hover {
  background-color: #ffdc41 !important;
}

._session_type_film-detail {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 135%;
  letter-spacing: 0%;
  color: white !important;
  margin-top: 5px;
  margin-left: 9px;
  margin-bottom: 7px;
}

.jsLoadingGif {
  display: none;
}

.jsLoadingConnection {
  display: none;
}

.hidden {
  display: none !important;
}

.calendar {
  /* background-color: rgba(255, 255, 255, 0.1450980392); */
  /* border-radius: 8px; */
  /* border: none; */
  max-height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* padding: 5px 10px; */
  min-width: 166px;
  /* font-family: "ProximaNova", "Helvetica", "Arial", sans-serif; */
  /* font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0; */
  text-align: center;
  position: relative;
}
@media (max-width: 371px) {
  .calendar {
    min-width: 153px;
  }
}
@media (max-width: 400px) {
  .calendar {
    font-size: 17px;
  }
}

.calendar__dateBox {
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 8px;
  padding: 16px;
  z-index: 999;
  border: 1px solid rgba(255, 255, 255, 0.2);
  bottom: 60px;
  left: 0;
  flex-direction: column;
  display: none;
}
.calendar__dateBox_passage {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(10px);
}
.calendar__dateBox_grinvich {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(10px);
}
.calendar__weekDaysLine {
  width: 278px;
}
.calendar__date {
  margin: 0;
  text-align: center;
  padding: 8px;
  
  color: grey;
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0%;
  text-align: center;

  width: 38px;
  height: 38px;
}
.calendar__date:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  background-blend-mode: screen;
  
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.calendar__table {
    cursor: default;
}
.calendar__date:not(.have-a-session-calendar-day) {
    pointer-events: none;
    cursor: default;
}
.calendar__date:not(.have-a-session-calendar-day):hover {
    background-color: transparent;
}
.calendar__date_activeDay {
  background-color: #ffdc41 !important;
  color: #000 !important;
  border-radius: 8px;
}
.calendar__weekDays {
  padding: 8px;
}
.calendar__weekDays > strong {
  color: rgba(255, 220, 65, 1);
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0%;
  text-align: center;
}
.calendar__monthBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 8px;
}
.calendar__month {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  padding: 0;
}
.calendar__month-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar__arrowMonth {
  width: 20px;
  height: 12px;
  fill: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.calendar__arrowMonth:hover {
  fill: #ffdc41;
}
.calendar__nextMonth {
  rotate: -90deg;
}
.calendar__beforeMonth {
  rotate: 90deg;
}
.calendar:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
}

.have-a-session-calendar-day {
  color: #fff;
}

.show-another-site {
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 63px;
  background-color: rgba(255, 255, 255, 0.1450980392);
  border-radius: 8px;
  padding: 5px 10px;
}
.show-another-site:hover {
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.show-another-site a {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: white !important;
  text-decoration: none;
}
@media (max-width: 400px) {
  .show-another-site a {
    font-size: 17px;
  }
}
.show-another-site a:hover {
  color: white !important;
}
.show-another-site a:visited {
  color: white !important;
}

.middleBox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 991px) {
  .middleBox {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.middleBox__right {
  min-height: 63px;
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 400px) {
  .middleBox__right {
    gap: 10px;
  }
} /*# sourceMappingURL=style.css.map */

.shedule__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1440px;
}

.schedule__blocks {
    display: flex;
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
}
.shedule__dates {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .shedule__dates {
        overflow-x: scroll;
        scrollbar-width: none;
        max-width: 100vw;
        flex-wrap: nowrap;
    }
}

@media (max-width: 767px) {

}

.shedule__date {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    height: 62px;
    width: fit-content;
}

.date__main-block {
    font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 12px;
    backdrop-filter: blur(15px);
    height: 44px;
    text-wrap: nowrap;

    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 135%;
    transition: all .3s ease-in-out;
}

.date__main-block:hover, .shedule__calendar-btn:hover, .schedule__link-to-another-site:hover {
    background: rgba(255, 255, 255, 0.5);
    transition: background .3s ease-in-out;
    cursor: pointer;
    color: white;
}

.active > .date__main-block {
    background: rgba(255, 220, 65, 1);
    color: rgba(0, 0, 0, 1);
}

.yellow-background > .date__main-block {
    background: rgba(255, 220, 65, 1);
    transition: all .3s ease-in-out;
    color: rgba(0, 0, 0, 1);
}

.date__day-of-week {
    font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    font-size: 12px;
}

.date__day-of-week_red {
    color: rgba(255, 69, 58, 1);
}

.shedule__calendar-btn {
    background: none;
    border: none;

    display: flex;
    gap: 16px;
    align-items:center;
    justify-content: space-between;
    height: 44px;
    transition: background .3s ease-in-out;

    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 12px;

    width: 310px;
}

.shedule__calendar-btn_transparent {
  background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background .3s ease-in-out;
}

.shedule__calendar-btn_yellow {
  background: rgba(255, 220, 65, 1);
  transition: background .3s ease-in-out;
}

.shedule__calendar-btn_yellow > .shedule__calendar-btn-inner > .shedule__calendar-btn-text {
  color: black !important;
}

.shedule__calendar-btn_yellow > .shedule__calendar-btn-inner > svg > .shedule__calendar-btn-img {
  fill: rgba(0, 0, 0, 0.5) !important;
  fill-opacity: 1 !important;
}

.shedule__calendar-btn_yellow > div > .calendar__downarrow > .calendar__downarrow-inner {
  stroke: rgba(0, 0, 0, 0.5) !important;
  stroke-opacity: 1 !important;
}

.shedule__calendar-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shedule__calendar-btn-inner {
    display: flex;
    align-items: center;
    gap: 16px;
}

.shedule__calendar-cross-icon {
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shedule__calendar-btn-text {
    margin: 0;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 600;
    
    font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
}

.schedule__times {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.schedule__times-h {
    font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.time-block {
    display: flex;
    flex-direction: column;
    gap: 6px;

    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    min-width: 98px;
    text-decoration: none;

    backdrop-filter: blur(15px);
    transition: all .3s ease-in-out;
}

.time-block__time, .time-block__hall-name, .time-block__price {
    margin: 0;
    text-align: center;
}

.time-block__hall-name {
    font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 70%;
    color: rgba(255, 255, 255, 0.5);
    height: 8px;
}

.time-block__time {
    font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 60%;
    height: 12px;

    color: rgba(255, 220, 65, 1);
}

.time-block__price {
    font-family: "SF Pro Display", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    height: 10px;
}

.time-block:hover {
    background: rgba(255, 220, 65, 1);
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.time-block:hover .time-block__time {
    color: rgba(0, 0, 0, 1);
}

.time-block:hover .time-block__hall-name{
    color: rgba(0, 0, 0, 0.5);
}

.time-block:hover .time-block__price {
    color: rgba(0, 0, 0, 0.5);
}

.schedule__link-to-another-site {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 32px;
    backdrop-filter: blur(15px);
    border-radius: 8px;

    font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;

    max-width: 335px;
    height: 46px;
    margin-top: 24px;

    transition: all .3s ease-in-out;

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

.schedule__no-dates {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 64px;
  padding-top:40px;
  margin-bottom: 40px;
}