.d-article__text {
  position: relative;
  overflow: hidden;
  height: auto;
}

.d-article__text-h600 {
  height: 600px;
}

.d-paywall {
  display: none;
  position: absolute;
  width: 100%;
  margin-bottom: 20px;
  top: 170px;
  left: 0;
  /* background: #fff; */
  background-color: aliceblue;
  border: 2px dashed #0974BA;
}

.d-paywall:before {
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, .5));
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  top: -72px;
}

.d-paywall__buy-my-shit {
  display: block;
  border-radius: 5px;
  padding: 20px;
}

.d-paywall__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.d-paywall__title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
}

.d-paywall__title span {
  display: inline-block;
  background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 0 5px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.d-paywall__subtitle {
  /* font-style: italic; */
  /* font-size: 16px; */
  margin-bottom: 0.3rem;
}

.d-paywall__title-auth {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.d-paywall__auth-button {
  min-width: 150px;
  border: 1px solid teal;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s;
}

.d-paywall__auth {
  text-decoration: underline;
  cursor: pointer;
}

.d-paywall__auth:hover {
  text-decoration: none;
}

.d-paywall__auth-button:hover {
  color: #fff;
  background: #0080C0;
}

.d-payment__kits {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin: 25px 0;
  padding: 0 15px;
  color: #fff;
}

.d-payment__kit {
  min-width: 200px;
  /* width: 100%; */
  /* height: 200px; */
  padding: 20px;
  /* box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%); */
  background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
  border-radius: 5px;
  transition: all .3s;
}

.d-payment__kit+.d-payment__kit {
  /* margin-left: 10px; */
}

.d-payment__kit_active {
  box-shadow: 0 0 25px 0 rgb(21 43 201 / 33%);
}

.d-payment__kit-sub {
  cursor: pointer;
}

.d-payment__kit-sub:hover {
  box-shadow: 0 0 25px 0 rgb(21 43 201 / 50%);
}

.d-payment__card {
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.d-payment__title {
  font-size: 1.5rem;
  margin: 1rem 0;
  font-weight: 500;
}

.d-payment__price {
  font-size: 24px;
  font-weight: 700;
}

.d-payment__daily-price {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  line-height: 15px;
}

.d-payment__price_new {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 50px;
  margin: 0;
}

.d-payment__input {
  padding: 0;
  margin: 0 0 15px 0;
  border: none;
  border-bottom: 1px solid teal;
  color: #505050;
  font-size: 20px;
  font-weight: 700;
}

.d-payment__buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #0974BA;
  cursor: pointer;
  transition: all .3s;
  font-weight: 600;
  margin-top: 10px;
}

.d-payment__buy-button_disabled {
  color: #eee;
  background: #ccc;
  cursor: auto;
}

.d-paywall__thx {
  padding: 20px;
  border: 2px dashed #FF6600;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 16px;
  margin-top: 15px;
}

.paywall-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, .5);
}

.paywall-popup__opened {
  display: block;
}

.paywall-popup__body {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 700px;
  overflow: hidden;
  max-height: 90%;
  padding-top: 60px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.paywall-popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.paywall-popup__content {
  background: #fff;
  width: 58%;
  padding: 0 147px 60px;
  overflow: auto;
  min-height: 25vh;
  max-height: 80vh;
}

.paywall-popup__title {
  font-size: 16px;
  line-height: 24px;
  color: #ff6600;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}

.paywall-popup__list {
  font-size: 14px;
  line-height: 22px;
  padding-left: 20px;
  margin: 0 0 30px;
  list-style: disc;
}

.paywall-popup__list_item {
  margin-bottom: 15px;
}

.sub__item:last-child {
  display: flex;
  max-width: 480px;
  align-items: center;
}

.d-payment__check-input {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.d-payment__texts {
  display: flex;
  flex-direction: column;
}

.d-payment__text {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 900;
}

.d-payment__text_info {
  cursor: pointer;
  color: #ff6600;
  text-decoration: underline;
}

.d-payment__cost {
  display: flex;
  align-items: center;
}

.d-payment__cost-price {
  margin-right: 15px;
}

.d-payment__cost-price span {
  font-weight: 900;
}
