.tour-info__video {
  position: relative;
  overflow: hidden;
  flex: 771px 1 0;
}

.tour-info__video img {
  display: block;
}

.tour-info__artist {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 8px;
}

.tour-info__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}

.tour-events__item {
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
  background: #F9FBFF;
  box-shadow: 0 4px 4px 0 rgba(192, 212, 229, 0.25);
  margin-bottom: 32px;
  justify-content: space-between;
  align-items: center;
}

.tour-events__item:last-child {
  margin-bottom: 0;
}

.tour-events__poster img {
  display: block;
}

.tour-events__poster {
  display: flex;
  align-items: center;
}

.tour-events__stiker {
  margin-bottom: 38px;
}

.tour-events__artist {
  margin-left: 24px;
}

.tour-events__stiker .title {
  margin-bottom: 5px;
  color: #746C6A;
  font-size: 12px;
  line-height: 1.5;
}

.tour-events__partners {
  display: flex;
  align-items: center;
  grid-gap: 14px;
}

.tour-events__partners img {
  max-width: 43px;
  max-height: 29px;
}

.tour-events__info {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
@media (min-width: 768px) {
  .tour-events__info {
    grid-gap: 8px;
  }
}

.events__info .events__image {
  border-radius: 0 !important;
}

.tour-events__info .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: #0C0B31;
}

.tour-events__info .location, .tour-events__info .city {
  line-height: 1.5;
  color: #171211;
}

.tour-events__info .other {
  font-size: 16px;
  color: #746C6A;
}

.tour-events__btn .btn {
  height: 42px;
  width: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #2f61cb;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--gleam-event-redesign-lovable-app-white);
}
@media (max-width: 768px) {
  .tour-events__btn .btn {
    margin-left: 16px;
  }
}

.banner {
  position: relative;
}
.banner__container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 90.38%);
  padding-top: 0;
  align-items: flex-end;
  padding-bottom: 102px;
}
@media (min-width: 768px) {
  .banner__container {
    padding-bottom: 52px;
  }
}
.banner__image {
  overflow: hidden;
  height: calc(100vh - 70px);
}
@media (min-width: 768px) {
  .banner__image {
    height: 640px;
  }
}
.banner__data {
  display: flex;
  padding-bottom: 22px;
  gap: 24px;
}
@media (max-width: 768px) {
  .banner__data {
    flex-direction: column;
    gap: 16px;
  }
}
.banner__date {
  margin-bottom: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #d7d8da;
}
@media (min-width: 768px) {
  .banner__date {
    padding-top: 16px;
  }
}
.banner__title {
  font-family: var(--third-family);
  font-weight: 800;
  font-size: 38px;
  line-height: 1;
  color: var(--gleam-event-redesign-lovable-app-white);
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 68px;
  }
}
.banner__title span {
  display: block;
  padding-top: 24px;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--gleam-event-redesign-lovable-app-white);
}
@media (min-width: 768px) {
  .banner__title span {
    font-size: 28px;
  }
}
.banner__statistics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #fff;
  padding-bottom: 15px;
}
.banner__list {
  display: flex;
  align-items: center;
  list-style: none;
  height: 26px;
  white-space: nowrap;
  font-family: var(--third-family);
  font-size: 14px;
  letter-spacing: 0.02em;
  border-radius: 50px;
  padding: 0 16px;
  width: fit-content;
  background-color: #0370e6;
}
.banner__list li {
  display: flex;
}
.banner__rating {
  display: flex;
  height: 26px;
  align-items: center;
  width: fit-content;
  white-space: nowrap;
  border-radius: 40px;
  padding: 0 12px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: var(--third-family);
  font-size: 14px;
}
.banner__rating svg {
  display: flex;
}
.banner .btn-ticket {
  padding: 0 34px;
  height: 52px;
}
.banner__ticket {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.banner__action-btn {
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.16);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.banner__action-btn svg {
  display: block;
}
.banner__action-btn:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}
.banner__action-btn.is-active {
  border-color: #2f61cb;
  background: #2f61cb;
}
.banner__action-btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
}
.banner__action-btn.is-copied {
  border-color: #2f61cb;
  background: #2f61cb;
}

.tour-info {
  padding: 48px 0 46px;
}
@media (min-width: 768px) {
  .tour-info {
    padding: 120px 0 46px;
  }
}
.tour-info .socials {
  list-style: none;
  gap: 12px;
}
@media (max-width: 768px) {
  .tour-info .socials {
    grid-gap: 12px;
  }
}
.tour-info .socials svg {
  width: 38px;
}
.tour-info__headline {
  padding-bottom: 32px;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #0c0c0d;
}
@media (min-width: 768px) {
  .tour-info__headline {
    font-size: 48px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .tour-info p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.tour-info__video {
  flex: initial;
  width: 100%;
}
@media (min-width: 768px) {
  .tour-info__video {
    max-width: 470px;
    min-width: 470px;
    max-height: 264px;
  }
}
.tour-info__container {
  display: flex;
  grid-gap: 32px;
}
.tour-info__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tour-info__text {
  max-width: 618px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #0c0c0d;
}
.tour-info__text strong {
  font-weight: 700;
  color: #262c38;
}
.tour-info__follow {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #262c38;
}
.tour-info__follow-wrap {
  display: flex;
  align-items: center;
  gap: 0 24px;
}

.single-tours .socials {
  display: flex !important;
}
.single-tours .gallery__item img {
  height: 232px;
}
@media (min-width: 768px) {
  .single-tours .gallery__item img {
    height: 402px;
  }
}

.page-tour .banner__image::before {
  content: none;
}
.page-tour .wrapper {
  max-width: calc(100% - 40px);
}
@media (min-width: 1300px) {
  .page-tour .wrapper {
    max-width: 1300px;
  }
}

.tour-events {
  padding: 72px 0;
  background-color: #f3f4f6;
}
.tour-events__poster {
  display: none;
}
.tour-events__info {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .tour-events__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tour-events .title {
  white-space: nowrap;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .tour-events .title {
    padding-right: 36px;
  }
}
.tour-events__place {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: fit-content;
  align-items: flex-start;
  padding-left: 16px;
  border-left: 1px solid #e0e4e9;
}
@media (min-width: 768px) {
  .tour-events__place {
    padding-left: 36px;
  }
}
.tour-events__item {
  align-items: flex-start;
  border: 1px solid #e0e4e9;
  padding: 24px 15px 24px 30px !important;
}
@media (min-width: 768px) {
  .tour-events__item {
    align-items: center;
    padding: 24px 52px 24px 30px !important;
  }
}
.tour-events__headline {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: #262c38;
  margin-bottom: 0;
}
.tour-events__subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #677183;
  margin-bottom: 36px !important;
}
.tour-events__btn {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.tour-events__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 7px 10px;
  height: 24px;
  background-color: #eaf8ee;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #5dbf68;
}
@media (max-width: 768px) {
  .tour-events__badge {
    display: none;
  }
}
.tour-events__row {
  font-family: var(--font-family);
  text-align: center;
}
.tour-events__row-1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #2f61cb;
}
.tour-events__row-2 {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.03em;
  color: #262c38;
}
.tour-events__row-3 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.06em;
  color: #677183;
}
.tour-events__notified {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #b5cae9;
  padding: 24px 52px 24px 30px;
  background-color: #dde5f1;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .tour-events__notified {
    flex-direction: column;
    padding: 24px 18px;
    text-align: center;
    gap: 32px;
  }
}
.tour-events__notified-desc {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px 0;
}
@media (max-width: 768px) {
  .tour-events__notified-desc {
    align-items: center;
  }
}
.tour-events__notified-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #262c38;
}
.tour-events__notified-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #677183;
}
.tour-events__notified-content {
  display: flex;
  width: 100%;
  gap: 36px;
}
@media (max-width: 768px) {
  .tour-events__notified-content {
    flex-direction: column;
    align-items: center;
  }
}
.tour-events__notified-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  gap: 0 8px;
  width: 100% !important;
  height: 100% !important;
  max-width: 142px;
  max-height: 42px;
  min-width: 142px;
  min-height: 42px;
  background-color: #2f61cb;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  transition: 0.2s ease;
}
.tour-events__notified-btn.is-active {
  background-color: #6f96e8;
  max-width: 198px;
  max-height: 50px;
}
.tour-events__notified-btn.is-loading {
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 768px) {
  .tour-events__notified-btn.is-active {
    max-width: 100%;
    min-width: 100%;
  }
}
.tour-events .btn-ticket {
  width: 142px;
  height: 40px;
  border-radius: 8px;
  background: #2f61cb !important;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 768px) {
  .tour-events .btn-ticket {
    margin-top: 14px;
    margin-left: 16px;
  }
}
.tour-events .location {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #262c38;
}
@media (min-width: 768px) {
  .tour-events .location {
    text-align: center;
  }
}
.tour-events .city {
  display: flex;
  padding-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.05em;
  color: #677183;
}
@media (min-width: 768px) {
  .tour-events .city {
    align-items: center;
  }
}
.tour-events .city svg {
  min-width: 20px;
  padding-right: 4px;
}

.security {
  padding-bottom: 62px;
  display: flex;
  gap: 16px;
  list-style: none;
}
@media (max-width: 768px) {
  .security {
    flex-direction: column;
  }
}
.security__item {
  display: flex;
  align-items: center;
  gap: 0 12px;
  width: 100%;
  border-radius: 11px;
  padding: 20px 17px;
  background: #f3f4f6;
}
.security__desc {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.security__title {
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #262c38;
  line-height: 1.2;
}
.security__text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.07em;
  color: #677183;
  line-height: 1.2;
}

.gallery {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .gallery {
    padding: 82px 0;
  }
}
@media (max-width: 768px) {
  .gallery .wrapper {
    margin: 0;
    max-width: 100vw;
  }
}
.gallery .swiper-gallery-thumbs {
  display: none;
}
.gallery__headline {
  padding-bottom: 30px;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #0c0c0d;
}
@media (min-width: 768px) {
  .gallery__headline {
    padding-bottom: 60px;
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .gallery__headline {
    padding-left: 20px;
  }
}
.gallery__item {
  width: 100%;
  overflow: hidden;
}
.gallery__item img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.gallery__thumb {
  width: 92px;
  height: 59px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.65;
  transition: 0.2s opacity;
}
.gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery__nav {
  display: none;
  position: relative;
}

.swiper-gallery-thumbs {
  max-width: 100%;
  margin: 0 auto;
}
.swiper-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-gallery-thumbs .swiper-wrapper {
  align-items: center;
}
.swiper-gallery-main {
  max-width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .swiper-gallery-main {
    padding-left: 12px;
  }
}

.container-stadium {
  max-width: 100%;
  margin: 20px;
  background: #FBFBFC;
  border: 1px solid #e0e4e9;
  width: calc(100% - 26px);
}

.stadium__checkout-selected {
  background: #2f61cb !important;
}

.stadium__back {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #0370e6;
}
.stadium__back p {
  padding-left: 3px;
}
.stadium__sectors {
  padding-left: 22px;
  padding-right: 16px;
}
.stadium__modal {
  padding-bottom: 0;
}
.stadium__scroll {
  margin-bottom: 10px;
  height: calc(100% - 208px);
}
.stadium__sectors {
  margin-top: 16px;
}
.stadium__cur {
  margin-bottom: 8px;
}
.stadium__cur label {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid #e0e4e9;
  height: 26px;
  font-family: var(--font-family);
  font-size: 13px;
  line-height: 1;
  color: #262c38;
}
.stadium__modal {
  border: 1px solid #e0e4e9;
}
.stadium__top {
  padding: 17px 20px 19px;
  border-bottom: 1px solid #e0e4e9;
}
.stadium__title {
  padding: 0;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #262c38;
}
.stadium__date {
  padding: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: #677183;
}

.popup .btn-ticket {
  background: #8cade3;
  height: 52px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
  color: #fff;
}

.bilet {
  padding: 22px 16px 18px;
  border: 1.5px solid #e0e4e9;
  background: transparent;
}
.bilet__price {
  flex-direction: column;
  grid-gap: 0;
  align-items: flex-end;
}
.bilet.each {
  border: 1.5px solid #2f61cb;
  background-color: rgba(47, 97, 203, 0.1);
}
.bilet.each .bilet__col-wrap:before {
  background-color: #2f61cb;
}
.bilet__other, .bilet__row {
  margin-bottom: 0;
  font-family: var(--font-family);
  font-weight: 500;
  color: #677183;
}
.bilet__col-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bilet__col-wrap:before {
  content: "";
  display: block;
  border-radius: 20px;
  width: 4px;
  height: 40px;
  background-color: #a3bee9;
}
.bilet__each {
  opacity: 1 !important;
  font-family: var(--font-family) !important;
  font-weight: 500 !important;
  color: #677183;
}
.bilet__sector {
  font-family: var(--font-family);
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #262c38;
}
.bilet__sector span {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #262c38;
}

.btn-plus,
.btn-minus {
  background: #0370e6;
  color: var(--gleam-event-redesign-lovable-app-white);
}

/*# sourceMappingURL=events-ticket.css.map */
