@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Regular_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Medium_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Bold_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-family: "Inter", sans-serif;
  --second-family: "Heebo", sans-serif;
  --third-family: "Gilroy", sans-serif;
  --color-white-solid: #fff;
  --color-azure-17: #1f2937;
  --color-azure-46: #657386;
  --color-grey-96: #f3f5f7;
  --color-azure-44: #0c63d4;
  --color-spring-green-45: #21c45d;
  --color-azure-90: #e0e5eb;
  --color-spring-green-45-100: rgba(33, 196, 93, 0.1);
  --color-azure-44-100: rgba(12, 99, 212, 0.1);
  --color-azure-44-50: rgba(12, 99, 212, 0.05);
  --color-azure-44-0: rgba(12, 99, 212, 0);
  --color-azure-44-200: rgba(12, 99, 212, 0.2);
  --color-azure-44-150: rgba(12, 99, 212, 0.15);
  --color-azure-12: #161d27;
  --color-azure-12-600: rgba(22, 29, 39, 0.6);
  --color-azure-12-0: rgba(22, 29, 39, 0);
  --color-yellow-53: #facc15;
  --color-white--900: rgba(255, 255, 255, 0.9);
  --color-white--800: rgba(255, 255, 255, 0.8);
  --color-white--0-20: rgba(255, 255, 255, 0);
  --color-azure-12-400: rgba(22, 29, 39, 0.4);
  --color-white--300: rgba(255, 255, 255, 0.3);
  --color-white--500: rgba(255, 255, 255, 0.5);
  --color-black--0: rgba(0, 0, 0, 0);
  --color-azure-44-600: rgba(12, 99, 212, 0.6);
  --color-white--600: rgba(255, 255, 255, 0.6);
  --color-white--100: rgba(255, 255, 255, 0.1);
  --color-white--400: rgba(255, 255, 255, 0.4);
  --color-white--700: rgba(255, 255, 255, 0.7);
  --color-grey-11: #1b1b1b;
  --color-grey-75: #c5c1b9;
  --color-grey-98: #fcfbf8;
  --color-orange-50: #fe7b02;
  --color-red-56: #fe3f21;
  --color-rose-66: #f858bc;
  --color-blue-58: #575ecf;
  --color-white--40: rgba(255, 255, 255, 0.04);
}

.single-tours section.banner {
  margin-bottom: 62px !important;
}
@media (max-width: 768px) {
  .single-tours section.banner {
    margin-bottom: 42px !important;
  }
}

.banner {
  margin-top: 92px;
}
.banner__container {
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, #161616 90.38%);
  padding-top: 0 !important;
  padding-bottom: 52px !important;
  align-items: flex-end !important;
}
@media (max-width: 768px) {
  .banner__container {
    padding-bottom: 28px !important;
  }
}
.banner__image {
  height: 546px;
}
@media (min-width: 768px) {
  .banner__image {
    height: 640px;
  }
}
.banner__data {
  display: flex;
  margin-bottom: 32px;
  gap: 24px;
}
@media (max-width: 768px) {
  .banner__data {
    flex-direction: column;
    gap: 16px;
  }
}
.banner__date {
  padding-top: 6px;
  margin-bottom: 0;
}
.banner div.banner__title {
  font-family: var(--font-family);
  font-size: 68px;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 0.7 !important;
}
@media (max-width: 768px) {
  .banner div.banner__title {
    margin-top: 20px !important;
    font-size: 42px;
  }
}
.banner div.banner__title span {
  font-family: var(--font-family) !important;
  font-weight: 600 !important;
  font-size: 26px !important;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 768px) {
  .banner div.banner__title span {
    display: flex;
    padding-top: 32px;
    font-size: 21px !important;
  }
}
.banner__date {
  font-family: var(--font-family) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #d7d8da !important;
}
.banner__statistics {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  .banner__statistics {
    padding-bottom: 20px;
    gap: 0 20px;
  }
}
.banner__list {
  display: flex;
  align-items: center;
  list-style: none;
  height: 24px;
  white-space: nowrap;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.02em;
  border-radius: 50px;
  padding: 8px 10px;
  width: fit-content;
  background-color: #0370e6;
}
.banner__list li {
  display: flex;
}
.banner__rating {
  display: flex;
  height: 24px;
  align-items: center;
  width: fit-content;
  white-space: nowrap;
  border-radius: 40px;
  padding: 8px 12px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 14px;
}
.banner__rating svg {
  display: flex;
}
.banner .btn-ticket {
  border-radius: 8px;
  padding: 21px 34px;
  height: 52px;
  background: #2f61cb !important;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
}
.banner__ticket {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.banner__action-btn {
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  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;
}

@media (max-width: 768px) {
  .tour-info .socials {
    grid-gap: 12px;
  }
}
.tour-info .socials svg {
  width: 38px;
}
.tour-info h1 {
  margin-bottom: 32px;
  background: none;
  -webkit-text-fill-color: unset;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px !important;
  letter-spacing: -0.03em;
  color: #262c38;
}
@media (max-width: 768px) {
  .tour-info p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.tour-info__video {
  flex: initial;
}
@media (max-width: 768px) {
  .tour-info__video {
    display: none;
  }
}
.tour-info__video img {
  border-radius: 17px;
  max-width: 470px;
  max-height: 264px;
}
.tour-info__container {
  grid-gap: 32px;
  align-items: flex-start;
}
.tour-info__title, .tour-info__artist {
  display: none;
}
.tour-info__text {
  max-width: 618px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #677183;
}
.tour-info__text strong {
  font-weight: 700;
  color: #262c38;
}
.tour-info__follow {
  font-family: var(--font-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: 154px;
}
@media (min-width: 768px) {
  .single-tours .gallery__item img {
    height: 520px;
  }
}

.page-tour .banner__image::before {
  content: none;
}
.page-tour section {
  padding-bottom: 46px;
}
.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;
  border-radius: 12px;
  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;
  border-radius: 12px;
  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;
  border-radius: 8px;
  width: 100% !important;
  height: 100% !important;
  max-width: 142px;
  max-height: 40px;
  min-width: 142px;
  min-height: 40px;
  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(--font-family);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #262c38;
}
.security__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.07em;
  color: #677183;
}

.gallery {
  padding: 42px 0 !important;
}
@media (min-width: 768px) {
  .gallery {
    padding: 72px 0 !important;
  }
}
.gallery__headline {
  margin-bottom: 36px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: #262c38;
}
.gallery__item {
  width: 100%;
  border-radius: 16px;
  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;
  margin: 0 auto 16px;
}

.partners {
  padding: 42px 0 0 !important;
}
@media (min-width: 768px) {
  .partners {
    padding: 62px 0 0 !important;
  }
}
.partners__header {
  flex-direction: column;
  text-align: center;
  margin-bottom: 30px !important;
}
.partners__header h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #262c38;
  background: none;
  -webkit-text-fill-color: initial;
}
.partners__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #677183;
}
.partners__item {
  display: flex;
  align-items: center;
}
.partners__container {
  display: flex;
  flex-wrap: wrap;
  border: none !important;
  gap: 37px 7px !important;
  justify-content: center;
}
@media (min-width: 768px) {
  .partners__container {
    gap: 0 39px !important;
    padding: 0 15px;
  }
}
.partners__container img {
  max-width: 100px !important;
  max-height: 70px !important;
}
@media (min-width: 768px) {
  .partners__container img {
    max-width: 179px !important;
    max-height: 124px !important;
  }
}

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

.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;
  border-radius: 16px;
}
.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 !important;
  border-radius: 70px;
  height: 52px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.bilet {
  padding: 22px 16px 18px;
  border: 1.5px solid #e0e4e9;
  border-radius: 11px;
  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;
}

.cart__time {
  display: flex;
  align-items: center;
  padding: 12px 0 12px 10px;
  background-color: #f3f6fc;
  border: 1px solid #c6d8f0;
  border-radius: 8px;
}
.cart__time span {
  padding-left: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.05em;
  color: #262c38;
}
.cart__time b {
  color: #2f61cb;
}
.cart__sum {
  display: flex;
  flex-direction: column;
  gap: 1px 0;
  border-bottom: 1px solid #e0e4e9;
  padding-bottom: 15px;
}
.cart__sum p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.cart__sum span {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: #677183;
}
.cart__sum b {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  color: #262c38;
}
.cart__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px;
}
.cart__secure span {
  padding-left: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.04em;
  color: #677183;
}
.cart .btn-ticket {
  border-radius: 13px;
  padding: 14px 10px;
  height: 48px;
  box-shadow: 0 4px 7px 0 rgba(47, 97, 203, 0.34);
  background: #2f61cb !important;
  font-family: var(--font-family) !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.cart__contant {
  height: calc(100% - 262px);
}
@media (max-width: 767px) {
  .cart__contant {
    height: calc(100% - 274px) !important;
  }
}
.cart__name {
  font-family: var(--font-family);
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #262c38;
  margin-bottom: 0;
}
.cart__remove {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}
.cart__container {
  max-width: 422px;
  padding: 15px 14px 21px !important;
}
@media screen and (min-width: 768px) {
  .cart__container {
    padding: 15px 0 21px !important;
  }
}
.cart__date {
  font-family: var(--font-family);
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e4e9;
}
.cart__close {
  top: 15px;
  right: 16px;
}
.cart__items {
  grid-gap: 16px;
  padding: 20px 0 32px;
  margin-right: 0;
  max-height: none;
}
@media screen and (min-width: 768px) {
  .cart__items {
    padding: 20px 21px 32px;
  }
}
.cart__bottom {
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .cart__bottom {
    padding: 20px 21px 0;
  }
}
.cart__item {
  border: 1.5px solid #e0e4e9;
  border-radius: 8px;
  padding: 22px 16px 18px;
}
.cart__title {
  margin-bottom: 0 !important;
  padding: 0 0 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #262c38;
  border-bottom: 1px solid #e0e4e9;
}
@media screen and (min-width: 768px) {
  .cart__title {
    padding: 0 18px 20px;
  }
}
.cart__price {
  font-family: var(--font-family) !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #262c38;
}
.cart__price span {
  font-family: var(--font-family) !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #262c38;
}
.cart__total {
  padding-top: 15px;
  font-family: var(--font-family);
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #262c38;
  margin-bottom: 14px;
}
.cart #cartTotal {
  font-family: var(--font-family) !important;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #262c38;
}

.tickets__count {
  font-family: var(--font-family) !important;
  font-weight: 500;
  font-size: 14px;
  color: #677183;
}

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