@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);
}

.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=cart.css.map */
