.vps_plans-item__button {
  width: 100%;
  background: transparent !important;
  border: 2px solid white;
  border-radius: 4px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin: 8px 0;
  cursor: pointer;
}
.vps_plans-item__button:hover {
  background: transparent !important;
  color: white;
}
.vps_plans-item__body {
  padding: 12px 24px;
  background: rgb(27, 27, 44);
  border-radius: 0 0 24px 24px;
}
.vps_plans-item__body-list li {
  align-items: flex-start;
}
.vps_plans-item__body-list__title {
  white-space: nowrap;
}
.vps_plans-item__body-list__caption {
  text-align: right;
}
.vps_plans-item__body-price {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  align-items: flex-end;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.vps_plans-item__body-price__price {
  font-size: 30px;
  line-height: 35px;
}
.vps_plans-item__body-price__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.vps_plans-item__custom {
  background: linear-gradient(180deg, #24253C 0%, #202D70 100%) padding-box, linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
  border: 2px solid transparent;
  border-radius: 24px;
}
.vps_plans-item__custom .vps_plans-item__button {
  background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) !important;
  box-shadow: 0 0 4px 0 rgba(9, 132, 227, 0.2) !important;
  border: none;
}
.vps_plans-item__custom .vps_plans-item__button:hover {
  background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%) !important;
  box-shadow: 0 0 4px 0 rgba(9, 132, 227, 0.2) !important;
}
.vps_plans-item__custom li {
  justify-content: flex-start;
}
.vps_plans-item__custom li span {
  text-align: left;
}
.vps_plans-item__custom .vps_plans-item__header, .vps_plans-item__custom .vps_plans-item__body {
  background: transparent;
}
