.empty {
  padding: 10px 17px 152px;
  align-self: stretch;

}

@media screen and (max-width: 480px) {
  .empty {
    border-bottom: 21px solid #EFEDED;
    margin-bottom: 110px;
  }
}

.empty > * {
  font-family: LT Superior, sans-serif;
}

.empty-wrapper {
}

.empty-account {
}

.empty-wrapper__title h2 {
  font-size: 25px;
  line-height: 25px;
  color: black;
  margin-bottom: 10px;
}

.empty-wrapper__back > a {
  color: #1119C7;
  font-size: 16px;
  line-height: 18.9px;
  margin-bottom: 23px;
}

.empty-wrapper-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.empty-wrapper-body__title {
  font-size: 19px;
  font-weight: 450;
  line-height: 22.44px;
  margin-bottom: 42px;
  margin-top: 23px;
}

.empty-basket .empty-wrapper-body__title {
  margin-top: 39px;
}

.empty-wrapper-body__title b {
  font-weight: 700;
  font-size: 19px;
  line-height: 22.44px;
  margin-bottom: 42px;
}

.empty-wrapper-body__icon {
  margin-bottom: 35px;
}

.empty-wrapper-body__button {
  color: white;
  background-color: #0761E8;
  border-radius: 7px;
  height: 37px;
  max-width: 283px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: LT Superior, sans-serif;
  font-size: 13px;
  font-weight: 450;
  line-height: 15.35px;
  letter-spacing: 0.01em;
}