.cart__time {
  display: flex;
  align-items: center;
  padding: 12px 0 12px 10px;
  background-color: #f3f6fc;
  border: 1px solid #c6d8f0;
}
.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 {
  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;
  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=cart.css.map */
