@keyframes bounce {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  0%,
    20%,
    53%,
    80%,
    100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20%,
    53%,
    80%,
    100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
    43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.cart__step_navigation {
  border: 1px solid #c4c4c4;
  border-left-width: 0;
  border-right-width: 0;
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .cart__step_navigation ._cont {
    padding-left: 0;
    padding-right: 0;
  }
}
.cart__step_navigation__item {
  font-weight: 600;
  flex: 1 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cart__step_navigation__item > span {
  position: relative;
  z-index: 1;
}
.cart__step_navigation__item + .cart__step_navigation__item {
  margin-left: -1.5em;
}
.cart__step_navigation__item:not(:last-child) {
  position: relative;
  overflow: hidden;
  height: 3em;
}
.cart__step_navigation__item:not(:last-child)::before {
  content: "";
  display: block;
  position: absolute;
  height: 3em;
  width: 3em;
  right: 0.6em;
  top: 0;
  transform: rotate(0.125turn);
  border: 1px solid transparent;
  border-left-width: 0;
  border-bottom-width: 0;
}
.cart__step_navigation__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  right: 1.5em;
  border: 1px solid transparent;
  border-right-width: 0;
}
.cart__step_navigation__item:not(:last-child)::before, .cart__step_navigation__item:not(:last-child)::after {
  border-color: #c4c4c4;
}
.cart__step_navigation__item:not(:last-child)::before, .cart__step_navigation__item:not(:last-child)::after {
  background-color: #fff;
}
.cart__step_navigation__item:not(:last-child)::after {
  border-width: 0;
}
.cart__step_navigation__item--active:not(:last-child)::before, .cart__step_navigation__item--active:not(:last-child)::after {
  background-color: #ffe038;
}
.cart__step_navigation__item--active:not(:last-child)::before {
  border-width: 0;
}
.cart__step_navigation__item--active:last-child {
  background-color: #ffe038;
}
.cart__step_navigation__item:nth-child(1) {
  z-index: 3;
}
.cart__step_navigation__item:nth-child(2) {
  z-index: 2;
}
.cart__step_navigation__item:nth-child(3) {
  z-index: 1;
}
.cart__step_navigation__list {
  display: flex;
}
.cart__step_navigation__list::before, .cart__step_navigation__list::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffe038;
  top: 0;
  bottom: 0;
  width: calc((100% - 1158px) / 2);
  visibility: hidden;
}
@media only screen and (max-width: 1260px) {
  .cart__step_navigation__list::before, .cart__step_navigation__list::after {
    display: none;
  }
}
.cart__step_navigation__list::before {
  left: 0;
}
.cart__step_navigation__list::after {
  right: 0;
}
.cart__step_navigation__list[data-active-step='1']::before {
  visibility: visible;
}
.cart__step_navigation__list[data-active-step='3']::after {
  visibility: visible;
}

.main_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cart__header {
  padding-top: 1.2rem;
  padding-bottom: 1.8rem;
}
.breadcrumbs + .cart__title {
  margin-top: 1rem;
}
.cart__title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.88235rem;
  line-height: 1.40625em;
  margin-bottom: 0;
}
@media only screen and (max-width: 450px) {
  .cart__title {
    font-size: 1.64706rem;
    line-height: 1.25em;
  }
}
.cart__content {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
  background-color: #f0f0f0;
  flex-grow: 1;
}
@media only screen and (max-width: 600px) {
  .cart__content {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .cart__content {
    padding-top: 2rem;
  }
}
.cart ._cont, .cart__sections {
  height: 100%;
}
.cart__section {
  display: flex;
  flex-direction: column;
}
.cart__section--cart {
  grid-area: cart;
}
.cart__section--user {
  grid-area: user;
}
.cart__section--transit_payment {
  grid-area: transit_payment;
}
.cart__section--summary {
  grid-area: summary;
}
.cart__sections {
  display: grid;
  grid-template: 'cart cart' max-content 'user transit_payment' 1fr 'user summary' max-content / 1fr 1fr;
  gap: 3rem 2rem;
}
@media only screen and (max-width: 1260px) {
  .cart__sections {
    grid-template: 'cart' 'user' 'transit_payment' 'summary' / 1fr;
  }
}
.cart__section__headline {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.17647rem;
  line-height: 1.35em;
  margin-bottom: 0.9em;
}
.cart__section__content {
  flex-grow: 1;
}
.cart__section--highlighted .cart__section__headline, .cart__section--highlighted .cart__section__content {
  padding: 1.5rem 1.8rem;
}
.cart__section--highlighted .cart__section__headline {
  background-color: #1a1a1a;
  color: #ffe038;
  margin-bottom: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cart__section--highlighted .cart__section__content {
  background-color: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cart__section__note {
  border-top: 1px solid #c4c4c4;
  margin-top: 2rem;
}
.cart__section__note .form .form_item label {
  font-size: 1.25rem;
  margin-top: 1rem;
}
.cart__section__required_fields_warning {
  font-size: 0.76471rem;
  line-height: 1.30769em;
  background: #ffffe0;
  border: 1px solid #c4c4c4;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-bottom: 1.1rem;
  border-radius: 6px;
}
.cart__section__required_fields_warning .alert {
  padding-bottom: 0.5rem;
}
.cart__section__required_fields_warning .alert:first-child {
  color: #ed1818;
  font-size: 1rem;
  line-height: 1.47059em;
}

.cart_dl {
  font-weight: 700;
  grid-area: dl;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.7rem 0;
}
.cart_dl__value {
  display: block;
  text-align: right;
}
.cart_dl--total {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.17647rem;
  line-height: 1.35em;
  margin-bottom: 0;
  border-top: 1px solid #c4c4c4;
  margin-top: 1rem;
  padding-top: 1rem;
}

.cart__section--summary .cart__section__content {
  display: grid;
  grid-template: 'dl        dl' 'agreement button' / auto max-content;
  gap: 2.5rem 1rem;
  align-items: start;
  align-content: start;
}
@media only screen and (max-width: 600px) {
  .cart__section--summary .cart__section__content {
    grid-template: 'dl' 'agreement' 'button' / 1fr;
  }
}

.cart__agreement {
  font-weight: 600;
  font-size: 0.76471rem;
  line-height: 1.30769em;
  grid-area: agreement;
}

.cart__btn_next__wrap {
  grid-area: button;
}
.cart__btn_next__wrap .btn,
.cart__btn_next__wrap button {
  width: 100%;
}
