@charset "UTF-8";.new-question__field {
  margin-bottom: 20px;
}
.new-question .q-field--outlined .q-field__control {
  padding: 0;
}
.new-question .q-textarea .q-field__native {
  padding: 15px 20px 20px 20px;
}
.new-question .q-field--outlined .q-field__control:before {
  border: 1px solid #dddddd;
}
.new-question .q-textarea {
  border-radius: 15px;
  color: #0b1221;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 15px;
}
.new-question .q-textarea .q-field__control-container {
  border-radius: 15px;
}
.new-question .q-field--outlined .q-field__control {
  border-radius: 15px;
  min-height: 240px;
}
.new-question .q-field--outlined .q-field__control:before {
  border-radius: 15px;
}
.new-question .q-textarea::placeholder {
  color: #0b1221;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}.ticket__dialog {
  overflow: visible;
  /*&::-webkit-scrollbar {
    display: none;
  }
  !* Hide scrollbar for IE, Edge and Firefox *!
  -ms-overflow-style: none;  !* IE and Edge *!
  scrollbar-width: none;  !* Firefox *!*/
}
.ticket .q-card__section--vert {
  padding: 0px;
}
.ticket__top {
  margin-bottom: 20px;
}
.ticket .title-l {
  margin-bottom: 20px;
}
.ticket .subtitle {
  color: #858790;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.ticket__event {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid #ddd;
  display: flex;
  gap: 20px;
}
.ticket__event-img {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 20px;
}
.ticket__event-img .q-img {
  max-width: 80px;
  width: 100%;
  height: 80px;
  border-radius: 20px;
}
.ticket__event-title {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ticket__event-details {
  color: #858790;
  font-size: 15px;
  font-weight: 500;
}
.ticket .field__list {
  margin-bottom: 20px;
  row-gap: 20px;
}
.ticket .field {
  margin-bottom: 0;
  max-width: 420px;
  width: 100%;
}
.ticket .q-field__control {
  height: 70px;
  border: 1px solid #ddd;
}
.ticket .q-field__marginal {
  height: 70px;
}
.ticket .field .q-field__label {
  top: 24px;
}
.ticket__price-box {
  gap: 0;
}
.ticket__price-box .field .q-field__control {
  border: none;
  background: #f2f2f2;
}
.ticket__price-box .field .q-field--standout .q-field__control {
  background: #f2f2f2;
}
.ticket__price-box .field .q-field--standout .q-field__control:before {
  background: #f2f2f2;
}
.ticket__price-box .field .q-field__native,
.ticket .q-field__prefix,
.ticket .q-field__suffix,
.ticket .q-field__input {
  background: #f2f2f2;
}
.ticket__price.field .q-field__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ticket__price.field .q-field--standout.q-field--readonly .q-field__control:before {
  border: none;
}
.ticket__price_free {
  display: flex;
  align-items: center;
}
.ticket__number.field .q-field__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #ddd;
}
.ticket__number.field {
  position: relative;
}
.ticket__number.field .q-field__native {
  text-align: center;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.ticket__btn-minus, .ticket__btn-plus {
  padding: 0;
  min-height: unset;
  position: absolute;
  z-index: 5;
  top: calc(50% - 23.5px);
  bottom: calc(50% - 23.5px);
}
.ticket__btn-minus {
  left: 0px;
}
.ticket__btn-plus {
  right: 0px;
}
.ticket__total {
  margin-bottom: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.ticket__total-text {
  color: #858790;
  font-weight: 500;
}
.ticket__total-amount {
  margin-right: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
}
.ticket__bottom {
  color: #858790;
  text-align: center;
  font-size: 15px;
}
.ticket__bottom a {
  color: #0b1221;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.q-dialog__inner--minimized > div.ticket__dialog {
  padding: 40px;
}
@media (max-width: 768px) {
.ticket .subtitle {
    font-size: 15px;
}
.ticket .dialog__content-inner {
    padding: 0px 20px;
}
.ticket__number.field .q-field__control {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.ticket__price.field .q-field__control {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.ticket__total {
    flex-wrap: wrap;
}
.ticket__total-text {
    width: 100%;
}
}
.filter {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.filter .q-select {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
}
.filter__menu {
  margin-top: 20px !important;
  padding: 20px 25px;
  border-radius: 15px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0px 24px 64px 0px rgba(22, 28, 45, 0.05);
}
.filter__menu .q-item {
  min-height: unset;
  margin-bottom: 10px;
  justify-content: space-between;
}
.filter .q-field,
.filter .q-field__inner {
  border-radius: 20px;
}
.filter .q-field__counter-inner {
  padding-left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #02888d;
  color: #ffffff;
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -45px;
  right: 55px;
}
.filter .q-field__marginal {
  height: 64px;
}
.filter .q-field--auto-height .q-field__control {
  min-height: 64px;
}
.filter .q-field--standout .q-field__control {
  border-radius: 20px;
  padding: 0 20px;
}
.filter .q-field--auto-height.q-field--labeled .q-field__control-container {
  padding-right: 26px;
}
.filter .q-field__label {
  top: 23px;
}
.filter .q-field--standout.q-field--highlighted .q-field__control {
  box-shadow: none;
}
.filter .q-item__section--main + .q-item__section--main {
  margin-left: 20px;
}
.filter .q-field--auto-height .q-field__native,
.filter .q-field--auto-height .q-field__prefix,
.filter .q-field--auto-height .q-field__suffix {
  line-height: 14px;
}
.filter .q-field--auto-height.q-field--labeled .q-field__native,
.filter .q-field--auto-height.q-field--labeled .q-field__prefix,
.filter .q-field--auto-height.q-field--labeled .q-field__suffix {
  padding-top: 15px;
}
.organizer {
  display: flex;
  gap: 40px;
}
.organizer__left {
  max-width: 265px;
  width: 100%;
  height: fit-content;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #ddd;
  position: sticky;
  position: -webkit-sticky;
  top: 140px;
  right: 0;
  bottom: 260px;
}
.organizer__left .btn-primary {
  padding: 10px;
}
.organizer__img {
  margin-bottom: 10px;
  border-radius: 15px;
  position: relative;
}
.organizer__img .q-img {
  border-radius: 15px;
  height: 220px;
}
.organizer__rating {
  padding: 5px 10px 5px 5px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
}
.organizer .q-rating__icon-container + .q-rating__icon-container {
  margin-left: 0px;
}
.organizer__rating-number {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.organizer__right {
  width: 100%;
}
.organizer__about {
  margin-bottom: 63px;
}
.organizer .title-s {
  margin-top: 43px;
  margin-bottom: 20px;
}
.organizer__text {
  margin-bottom: 8px;
  color: #858790;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.organizer__text.organizer__text_full {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.organizer .events {
  margin-bottom: 40px;
}
.organizer .events .q-page-container-m {
  padding: 0px;
}
.organizer .events .title {
  font-size: 32px;
}
.organizer .events .top .btn-all {
  display: none;
}
.organizer .events .top {
  margin-bottom: 8px;
}
.organizer .events .q-list {
  width: 100%;
}
.organizer .events__top {
  margin-bottom: 20px;
  height: 286px;
}
.organizer .events__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}
.organizer .organizer__subscription-btn {
  width: 100%;
}
.organizers__filter.section {
  padding-bottom: 21px;
  margin-bottom: 0;
}
.organizers__filter .title-l {
  margin-bottom: 20px;
}
.organizers .top {
  margin-bottom: 32px;
}
.organizers__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.organizers__item {
  position: relative;
  height: 333px;
  border-radius: 30px;
  overflow: hidden;
}
.organizers__item a {
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}
.organizers__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 30px;
}
.organizers__img .q-img {
  height: 100%;
}
.organizers__img::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.organizers__name {
  position: relative;
  z-index: 3;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.organizers .rating {
  padding: 5px 10px 5px 5px;
  font-size: 15px;
  line-height: 16px;
}
.organizers .rating svg {
  width: 16px;
  height: 16px;
}
.organizer-list-page {
  padding-top: 29px;
}
.organizer-list-page .title-l {
  margin-bottom: 12px;
  width: 100%;
}
.organizer-list-page .section {
  padding-bottom: 60px;
}
.organizer-category-list-page .top {
  display: none;
}
@media (max-width: 1180px) {
.organizer-page .events .q-list {
    grid-template-columns: repeat(2, 1fr);
}
.organizer-page .events .q-item a {
    width: 100%;
    height: 100%;
}
.organizer-category-list-page .q-list {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.filter {
    align-items: center;
}
.filter .q-field {
    width: 100%;
    order: 2;
}
.filter .q-field,
  .filter .q-field__inner {
    border-radius: 10px;
}
.filter .q-field__marginal {
    height: 48px;
}
.filter .q-field--auto-height .q-field__control {
    min-height: 48px;
}
.filter .q-select {
    max-width: 100%;
    border-radius: 10px;
}
.filter .q-field--standout .q-field__control {
    border-radius: 10px;
    padding: 0 10px;
}
.filter .q-field__counter {
    top: -37px;
    right: 42px;
}
.filter .q-field__label {
    top: 15px;
}
.filter .q-field--auto-height.q-field--labeled .q-field__native,
  .filter .q-field--auto-height.q-field--labeled .q-field__prefix,
  .filter .q-field--auto-height.q-field--labeled .q-field__suffix {
    padding-top: 0px;
}
.filter .q-field__counter-inner {
    top: -37px;
}
.organizer {
    flex-direction: column;
}
.organizer .title-s {
    margin-top: 0;
    font-size: 24px;
}
.organizer .organizer__left {
    position: unset;
}
.organizer .organizer__about {
    margin-bottom: 40px;
}
.organizer .organizer__text {
    font-size: 15px;
}
.organizers .btn-all {
    margin-left: auto;
}
.organizer-list-page {
    padding-top: 0;
}
.organizer-list-page .location {
    margin-left: auto;
    height: 48px;
}
.organizer-list-page .q-list {
    padding-bottom: 20px;
    overflow-x: auto;
    display: flex;
}
.organizer-list-page .q-item {
    height: 260px;
    flex-basis: 260px;
    flex-shrink: 0;
}
.organizer-list-page .organizers__filter {
    display: flex;
    justify-content: space-between;
}
.organizer-list-page .section {
    padding-bottom: 20px;
}
.organizer-list-page .title-l {
    width: fit-content;
    margin-bottom: 0;
}
.organizer-category-list-page .location {
    margin-left: auto;
    height: 48px;
}
.organizer-category-list-page .q-list {
    grid-template-columns: repeat(2, 1fr);
}
.organizer-category-list-page .q-item {
    height: 260px;
}
.organizer-category-list-page .filter .title-l {
    width: fit-content;
    margin-bottom: 0;
}
.organizer-category-list-page .location {
    margin-left: auto;
}
.organizer-page .events .q-list {
    display: flex;
    justify-content: start;
    align-items: start;
    overflow-x: auto;
}
.organizer-page .events .q-item a {
    width: 260px;
}
.organizer-page .events .q-item {
    max-width: 260px;
}
.organizer-page .events__top {
    height: 260px;
}
.organizer-page .organizer__text {
    font-size: 15px;
}
.organizer-page .events .title {
    font-size: 24px;
}
.organizer-page .events {
    padding-top: 0;
}
}
@media (max-width: 500px) {
.organizer__left {
    max-width: 100%;
    border: none;
    padding: 0;
}
.organizer__img .q-img {
    height: 350px;
}
.organizer__left .btn-primary {
    width: 100%;
}
.organizer-category-list-page .q-list {
    grid-template-columns: repeat(1, auto);
}
}
.event-page .banner {
  margin-bottom: 30px;
}
.event-page .events .q-page-container-m {
  padding: 0;
}
.event-page .events .q-list {
  grid-template-columns: repeat(4, 1fr);
}
.event-page .events__top {
  margin-bottom: 20px;
  height: 286px;
}
.event-page .events__title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}
.event-page .events .top {
  margin-bottom: 0;
}
.event-page .events .top .btn-all {
  display: none;
}
.event-page .title {
  margin-bottom: 20px;
}
.event-page .events .top .title {
  margin-top: 0px;
  margin-bottom: 10px;
}
.info {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}
.info__left {
  max-width: 485px;
  width: 100%;
}
.info .title {
  margin-top: 50px;
  line-height: 1.4;
}
.info__category {
  margin-bottom: 20px;
  color: #858790;
  font-weight: 500;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 0;
}
.info__place {
  margin-bottom: 40px;
  font-weight: 500;
}
.info__place-item {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}
.info__info svg {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info__info svg path {
  fill: #0b1221;
}
.info__box {
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.info__box .btn-primary {
  min-width: 175px;
}
.info__box .favorite-btn {
  padding: 20px;
  width: 60px;
  height: 60px;
  border-radius: 15px;
}
.info__price {
  margin-right: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
}
.info__right {
  max-width: 590px;
  width: 100%;
  height: 590px;
  position: relative;
}
.info__img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.info__img .q-img {
  border-radius: 20px;
  height: 100%;
}
.description__text {
  margin-bottom: 10px;
  max-width: 895px;
  width: 100%;
  color: #858790;
  font-size: 20px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.description__text.description__text_full {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.description__text h1,
.description__text h2,
.description__text h3,
.description__text h4,
.description__text h5,
.description__text h6 {
  margin-bottom: 10px;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.description__text h1 {
  font-size: 24px;
}
.description__text h2 {
  font-size: 22px;
}
.description__text h3,
.description__text h4,
.description__text h5,
.description__text h6 {
  font-size: 20px;
}
.description__text img {
  display: block;
  max-height: 300px;
  text-align: left;
  width: auto;
  height: auto;
  border-radius: 20px;
}
.description__text p {
  margin-bottom: 10px;
}
.description__text ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
.description__text ol {
  padding: 0;
  padding-left: 30px;
}
.description__text blockquote {
  border-left-color: var(--grey-dark);
  border-left-width: 0.25rem;
  border-left-style: solid;
  color: var(--grey-dark);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1.6em;
  margin-top: 1.6em;
  padding-left: 1em;
  quotes: "“" "”" "‘" "’";
}
.description__text a[href] {
  text-decoration: underline;
}
.description__text a[href]:hover {
  text-decoration: none;
}
.description__text .attachment {
  margin: 0;
  display: inline;
}
.description__text .attachment img {
  display: inline;
  width: 1em;
}
.description__text figcaption.attachment__caption {
  display: none;
}
.organizer-event .organizer {
  padding: 40px;
  width: 100%;
  border-radius: 20px;
  background-color: #f2f2f2;
  display: grid;
  grid-template-columns: 245px auto;
}
.organizer-event .organizer__img {
  margin-bottom: 0;
  max-width: 245px;
  width: 100%;
  height: 245px;
  position: relative;
}
.organizer-event .organizer__img .q-img {
  height: 245px;
}
.organizer-event .organizer__about {
  margin-bottom: 0;
}
.organizer-event .title-s {
  margin-top: 20px;
}
.organizer-event .organizer__text.organizer__text_full {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}
.organizer-event .link {
  color: #02888d;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
.shedule__dates {
  margin-bottom: 40px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.shedule__dates .q-item {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #e7e5e9;
  flex-direction: column;
}
.shedule__dates .q-item.date_active {
  border-color: #02888d;
}
.shedule__date {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.shedule__weekday {
  color: #858790;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.shedule__weekday.weekend {
  color: #02888d;
}
.shedule__item {
  margin-bottom: 30px;
  padding-bottom: 27px;
  width: 100%;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #e7e5e9;
}
.shedule__item:last-of-type {
  margin-bottom: 18px;
}
.shedule__location {
  max-width: 488px;
  width: 100%;
  display: flex;
  gap: 20px;
}
.shedule__place {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.shedule__address {
  color: #858790;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.shedule__tickets-wrap {
  width: 100%;
}
.shedule__subtitle {
  margin-top: 10px;
  margin-bottom: 17px;
  color: #858790;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.shedule__tickets {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.shedule__tickets .q-item {
  padding: 20px;
  border-radius: 20px;
  height: 88px;
  border: 1px solid #e7e5e9;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.shedule__price {
  color: #858790;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
}
.shedule__time {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
}
.shedule .q-avatar,
.shedule .q-avatar__content {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.map__location-list {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.map__location {
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  display: flex;
  gap: 10px;
  font-weight: 500;
  cursor: pointer;
}
.map__location-address {
  color: #858790;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.map__location_active {
  border: 1px solid #02888d;
}
.map .q-avatar,
.map .q-avatar__content {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1080px) {
.info .title {
    margin-top: 20px;
}
.info__right {
    height: 460px;
}
.shedule__dates {
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow-x: auto;
}
.shedule__dates .q-item {
    min-width: 210px;
}
.shedule__item {
    flex-direction: column;
    gap: 10px;
}
.shedule__time {
    font-size: 18px;
}
}
@media (max-width: 940px) {
.info {
    flex-direction: column;
}
.info__left {
    order: 1;
    max-width: 100%;
}
}
@media (max-width: 768px) {
.event-page .events .q-list {
    padding-bottom: 10px;
    overflow-x: auto;
    grid-template-columns: repeat(4, 260px);
}
.event-page .events__top {
    height: 260px;
}
.info__box {
    flex-wrap: wrap;
    row-gap: 16px;
}
.info__price {
    margin-right: 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
}
.info__box .btn-primary {
    width: calc(100% - 70px);
}
.info__place-item svg {
    width: 24px;
    height: 24px;
}
.info .title {
    margin-top: 10px;
    margin-bottom: 10px;
}
.info__place {
    margin-bottom: 20px;
}
.event-page .section {
    margin-bottom: 17px;
}
.description__text {
    font-size: 15px;
}
.organizer-event .organizer {
    padding: 20px;
    grid-template-columns: auto;
}
.organizer-event .organizer__img {
    max-width: 100%;
}
.organizer {
    gap: 20px;
}
.shedule__dates .q-item {
    padding: 10px 15px;
    min-width: 165px;
    border-radius: 10px;
}
.shedule__date {
    font-size: 16px;
    line-height: 24px;
}
.shedule__weekday {
    font-size: 13px;
    line-height: 16px;
}
.shedule__tickets {
    padding-bottom: 10px;
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 10px;
}
.shedule__items {
    padding-top: 15px;
    border-top: 1px solid #e7e5e9;
}
.shedule__item {
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.shedule__place {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 16px;
}
.shedule__address {
    font-size: 13px;
}
.shedule__location {
    gap: 10px;
    align-items: center;
}
.shedule__location .q-avatar {
    width: 56px;
    height: 56px;
}
.shedule__subtitle {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 15px;
}
.shedule__tickets .q-item {
    padding: 20px;
    min-width: 96px;
    border-radius: 10px;
    height: 72px;
}
.shedule__time,
  .shedule__price {
    text-align: center;
}
.shedule__time {
    line-height: 20px;
}
.shedule__price {
    line-height: 16px;
}
.map__location-list {
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow-x: auto;
}
.map__location {
    padding: 10px 15px;
    border-radius: 10px;
    min-width: 280px;
}
.map__location-address {
    font-size: 13px;
    line-height: 1.2;
}
.map .q-avatar {
    height: 40px;
    width: 40px;
}
}
@media (max-width: 500px) {
.info__right {
    height: 350px;
}
.q-checkbox {
    align-items: start;
}
}