.checkout-page[data-v-eb11715e] {
  padding-bottom: 60px;
}
.checkout-empty__title[data-v-eb11715e] {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 12px;
}
@media (min-width: 768px) {
  .checkout-empty__title[data-v-eb11715e] {
    font-size: 47px;
    font-weight: 300;
    line-height: 47px;
    margin: 0 0 30px;
  }
}
.checkout-empty__description[data-v-eb11715e] {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .checkout-empty__description[data-v-eb11715e] {
    font-size: 20px;
    line-height: 25px;
  }
}
.checkout-empty__header[data-v-eb11715e] {
  margin: 60px auto;
  max-width: 600px;
  text-align: center;
}
.checkout-empty__button-actions[data-v-eb11715e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .checkout-empty__button-actions[data-v-eb11715e] {
    flex-direction: row;
  }
}
.checkout-empty__button-catalog[data-v-eb11715e] {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .checkout-empty__button-catalog[data-v-eb11715e] {
    margin-bottom: 0;
    margin-right: 12px;
  }
}
