.splash-pro {
  text-align: center;
  padding: 138px 0 0;
  background: rgba(161, 122, 94, 0.06);
}
.splash-pro .prompt {
  display: inline !important;
}
.splash-pro .prompt .prompt-text {
  white-space: normal;
}
@media (min-width: 1025px) {
  .splash-pro .prompt .prompt-text::after {
    width: 15px;
    height: 100%;
    top: 0;
    left: -15px;
  }
}
@media (min-width: 1561px) {
  .splash-pro {
    padding: 158px 0 0;
  }
}
@media (max-width: 767px) {
  .splash-pro > .container > p {
    display: inline;
  }
}
.splash-pro h1 {
  margin-bottom: 20px;
}
.splash-pro .plans {
  margin-top: 40px;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (min-width: 1561px) {
  .splash-pro .plans {
    margin-top: 48px;
  }
}
@media (max-width: 1024px) {
  .splash-pro .plans {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .splash-pro .plans {
    gap: 32px;
  }
}
.splash-pro .plans .block {
  padding: 40px 20px;
  background-color: #fff;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 12px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1561px) {
  .splash-pro .plans .block {
    padding: 40px 30px;
  }
}
@media (max-width: 1024px) {
  .splash-pro .plans .block {
    min-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .splash-pro .plans .block {
    min-width: 100%;
  }
}
.splash-pro .plans .block img {
  height: 80px;
  width: auto;
}
.splash-pro .plans .block .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  word-break: break-word;
}
@media (min-width: 1561px) {
  .splash-pro .plans .block .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.splash-pro .plans .block .title span {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 4px;
  color: #fff;
  padding: 3px 7px;
  margin: 0 0 0 3px;
  vertical-align: middle;
}
.splash-pro .plans .block .title.text-violet span {
  background: #905CCD;
}
.splash-pro .plans .block .title.text-orange span {
  background: #F58A38;
}
.splash-pro .plans .block .title.text-blue span {
  background: #29AAF3;
}
.splash-pro .plans .block .lifetime,
.splash-pro .plans .block p {
  margin-top: -8px;
}
.splash-pro .plans .block label.lifetime {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1299px) {
  .splash-pro .plans .block label.lifetime {
    text-align: left;
  }
}
.splash-pro .plans .block label.lifetime:hover input:not(:checked) ~ .checkmark {
  background: #f9f7f6;
}
.splash-pro .plans .block label.lifetime .current-price {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.splash-pro .plans .block label.lifetime .current-price.loading {
  min-width: 26px;
  min-height: 26px;
  background-size: 26px 26px;
}
.splash-pro .plans .block label.lifetime input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.splash-pro .plans .block label.lifetime input:checked ~ .checkmark:after {
  display: block;
}
.splash-pro .plans .block label.lifetime input:checked ~ .checkmark {
  background-color: #31C28E;
  border-color: #31C28E;
}
.splash-pro .plans .block label.lifetime .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.splash-pro .plans .block label.lifetime .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 10px;
  background-image: url("../img/check-input.svg");
  background-size: 12px 10px;
  background-position: center;
}
.splash-pro .plans .block .current-price {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.splash-pro .plans .block .current-price.loading {
  min-height: 36px;
  min-width: 36px;
  color: rgba(0, 0, 0, 0) !important;
  background-image: url("../img/ajax-loader.gif");
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
}
.splash-pro .plans .block .current-price.loading span {
  display: none;
}
.splash-pro .plans .block .current-price span {
  display: inline-block;
  text-align: right;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
}
.splash-pro .plans .block .current-price span::before {
  content: "";
  position: absolute;
  height: 2px;
  left: -2px;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-15deg);
  -ms-transform: translateY(-50%) rotate(-15deg);
  transform: translateY(-50%) rotate(-15deg);
  background: rgba(0, 0, 0, 0.6);
}
.splash-pro .plans .block .btn-black,
.splash-pro .plans .block .btn-border {
  max-width: 100%;
  width: 100%;
  margin-top: 8px;
}
.splash-pro .plans .block ul {
  text-align: left;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 9px;
}
.splash-pro .plans .block ul li:not(:first-child) {
  margin-top: 12px;
}
.splash-pro .plans .block ul li {
  padding-left: 36px;
  position: relative;
}
.splash-pro .plans .block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.splash-pro .plans .block ul li a {
  display: inline;
  word-break: break-word;
  font-weight: inherit;
  text-decoration: none;
  line-height: 14px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.8);
}
.splash-pro .plans .block.free ul li.clr {
  color: #F65D76;
}
.splash-pro .plans .block.free ul li::before {
  background-image: url("../img/check-tables-red.svg");
}
.splash-pro .plans .block.free .xl, .splash-pro .plans .block.free .md {
  display: none;
}
@media (min-width: 1561px) {
  .splash-pro .plans .block.free .xl {
    display: inline-block;
  }
}
@media (max-width: 1560px) {
  .splash-pro .plans .block.free .md {
    display: inline-block;
  }
}
.splash-pro .plans .block.current {
  background: transparent;
}
.splash-pro .plans .block.current .current-price {
  font-size: 20px;
  font-style: italic;
}
.splash-pro .plans .block.current .lifetime,
.splash-pro .plans .block.current .btn-black {
  visibility: hidden;
}
@media (max-width: 767px) {
  .splash-pro .plans .block.current .lifetime,
  .splash-pro .plans .block.current .btn-black {
    display: none;
  }
}
.splash-pro .plans .block.home.current {
  border: 2px solid #FFD3B2;
}
.splash-pro .plans .block.home label.lifetime input:checked ~ .checkmark {
  background-color: #F58A38;
  border-color: #F58A38;
}
.splash-pro .plans .block.home ul li.clr {
  color: #F58A38;
}
.splash-pro .plans .block.home ul li::before {
  background-image: url("../img/check-tables-orange.svg");
}
.splash-pro .plans .block.pro {
  background: rgba(220, 193, 252, 0.4);
}
.splash-pro .plans .block.pro label.lifetime input:checked ~ .checkmark {
  background-color: #905CCD;
  border-color: #905CCD;
}
.splash-pro .plans .block.pro ul li::before {
  background-image: url("../img/check-tables-violet.svg");
}
.splash-pro .plans .block.pro ul li.clr {
  color: #905CCD;
}
.splash-pro .plans .block.enterprise label.lifetime input:checked ~ .checkmark {
  background-color: #29AAF3;
  border-color: #29AAF3;
}
.splash-pro .plans .block.enterprise ul li::before {
  background-image: url("../img/check-tables-blue.svg");
}
.splash-pro .plans .block.enterprise ul li.clr {
  color: #29AAF3;
}
@media (min-width: 1025px) {
  .splash-pro .plans .block .prompt-text {
    top: calc(100% + 11px);
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .splash-pro .plans .block .prompt-text::before {
    left: 50%;
    top: -5px;
    margin-top: 0;
    margin-left: -3px;
  }
  .splash-pro .plans .block .prompt-text::after {
    width: 100%;
    height: 15px;
    top: -15px;
    left: 0;
  }
}
.splash-pro .concl {
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
  padding: 0 55px;
}
@media (min-width: 1561px) {
  .splash-pro .concl {
    margin-top: 36px;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .splash-pro .concl {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .splash-pro .concl {
    margin-top: 32px;
  }
}

.splash-pro .free.flex {
  padding: 19px 30px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  gap: 20px;
  text-align: left;
  margin-top: 30px;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .splash-pro .free.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    margin-bottom: 0;
  }
}
.splash-pro .free.flex .btn-border {
  white-space: nowrap;
}
.splash-pro .free.flex .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #000000;
}
.splash-pro .free.flex .p-descr {
  height: auto !important;
  margin-top: 8px;
}

[lang=en-US] .splash-pro .prompt {
  white-space: nowrap !important;
}