.logo-btn {
  border: none;
  cursor: pointer;
  background: inherit;
}
.footer {
   display: none;
}
.paywall {
  display: none;
}

.checkout {
  display: none;
}
.not-found {
  display: none;
}
.footer-paywall {
  display: none;
}
.checkout-container,
.paywall-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.thankyou-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .paywall-container {
    max-width: 1038px;
    margin-top: 70px;
  }
}
@media (min-width: 1440px) {
  .thankyou-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.main-button-paywall {
    display: block;
    width: 100%;
    background: #FFEE00;
    border: none;
    border-radius: 3px;
    border-width: 1px;
    position: relative;
    isolation: isolate;
    cursor: pointer;
    z-index: 1;
    padding: 20px;
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
}   
.button-wrapper-paywall {
  width: 100%;
  margin-top: 11px;
  position: relative;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.button-wrapper-paywall::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -6px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 3px;
  z-index: 0;
  pointer-events: none;
}
.hero-paywall-banner {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.header {
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
}
.header-button {
  width: 139px;
  height: 32px;
  top: 9px;
  left: 216px;
  gap: 10px;
  border-radius: 53px;
  background: #000;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  padding: 9px 11px;
}
.paywall-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-with {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}
.paywall-plan-with-title {
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-with-block-list {
  margin-top: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.paywall-plan-with-list {
  position: relative;
  padding-left: 11px;
}
.paywall-plan-with-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #000;
  font-size: 1em;
  line-height: 1;
  border-radius: 50%;
}
.paywall-plan-with-block {
  background: #00c74233;
  border-radius: 15px;
  padding-bottom: 15px;
}
.paywall-plan-with-block-text {
  padding-left: 10px;
  padding-right: 10px;
}
.paywall-plan-with-image {
  width: 100%;
}
@media (min-width: 376px) {
  .paywall-plan-with-image {
    object-fit: cover;
    height: 240px;
    border-radius: 19px;
  }
  .paywall-plan-with-block,
  .paywall-plan-without-block {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .paywall-plan-with-image {
    height: 310px;
  }
}
.paywall-plan-unlock-section {
  margin-top: 80.5px;
}
.paywall-plan-unlock-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #000;
}
.paywall-choose {
  font-weight: 400;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00c742;
  margin-top: 80px;
}
.paywall-plan-button {
  position: relative;
  cursor: pointer;
}
.paywall-plan-button:hover {
  background-color: #d6d6d6;
}
.paywall-plan-block {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.paywall-plan-month {
  border-radius: 20px;
  padding: 30px 20px;
  border: 1px solid #000;
  background: #fff;
}
.paywall-plan-name-block {
  text-align: left;
  flex: 1;
}
.paywall-plan-name-title {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: left;
  display: flex;
}
.paywall-plan-name-free {
  background: #00c742;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 2.5px 10px;
  border-radius: 19px;
  margin-left: 10px;
}
.mounth-name {
  width: 80px;
}
.paywall-plan-name-description {
  color: #000;
  margin-top: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-price-title {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: right;
}
.paywall-plan-price-perday {
  margin-top: 5px;
  font-weight: 800;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00c742;
}
.paywall-plan-three-month {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: left;
  position: relative;
  background: #fff;
}
.paywall-plan-wrapper {
  display: flex;
  justify-content: space-between;
}

.paywall-plan-ckeck-block {
  display: flex;
  gap: 10px;
}
.paywall-plan-unlock {
  margin-top: 30px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s, max-height 0.3s;
  padding-bottom: 10px;
}
.paywall-plan-button.active-plan .paywall-plan-unlock {
  max-height: 100px;
  opacity: 1;
}
.paywall-plan-days-free {
  margin-top: 15px;
  padding-left: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
}
.paywall-plan-unlock-titile {
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-list-block {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.paywall-plan-list {
  padding-left: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
  display: flex;
  gap: 10px;
}
.bold {
  font-weight: 700;
}
.paywall-plan-year {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 30px 20px;
  background: #fff;
}
.paywall-plan-button.active-plan {
  border: 1px solid #00c742;
  background: #00c74233;
}
.your_plan {
  margin-top: 80px;
}
.your_plan_title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-paymant-details-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
  margin-top: 30px;
  margin-bottom: 15px;
}
.your_plan_checkout {
  display: block;
  height: 80vh;
}
.your_plan_checkout > * {
  display: flex;
  flex-direction: column;
}
.your_plan_checkout-wrapper {
  border-radius: 20px;
  border: 1px solid #000;
  padding: 30px 20px;
  margin-top: 20px;
}
.your_plan_checkout-price {
  display: flex;
  justify-content: space-between;
}
.paywall-plan-then {
  font-weight: 800;
  font-size: 14px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.most_popular {
  background: #f558ed;
  color: #fff;
  position: absolute;
  top: -13px;
  right: 20px;
  border-radius: 19px;
  padding: 5px 10px;
}
.best {
  background: #fe0;
  color: #000;
  position: absolute;
  top: -13px;
  right: 20px;
  border-radius: 19px;
  padding: 5px 10px;
}
@media (min-width: 768px) {
  .button-wrapper-paywall {
    width: 60%;
  }
  .your_plan_checkout {
    height: 70vh;
  }
}
@media (min-width: 1024px) {
  .paywall-title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    padding-left: 29px;
    padding-right: 29px;
  }
  .paywall-plan-with {
    gap: 20px;
    margin-top: 40px;
  }
  .paywall-plan-with-title {
    margin-top: 30px;
    font-size: 48px;
  }
  .paywall-plan-with-block-text {
    padding-left: 30px;
  }
  .paywall-plan-with-block-list {
    font-size: 24px;
  }
  .paywall-plan-unlock-title {
    text-align: left;
    font-size: 48px;
  }
  .paywall-plan-block {
    gap: 43px;
    margin-bottom: 40px;
  }
  .paywall-plan-list-block {
    gap: 15px;
    margin-top: 30px;
  }
  .paywall-plan-list {
    font-size: 24px;
  }
  .paywall-plan-list img {
    width: 26px;
    height: 26px;
  }
  .paywall-choose {
    text-align: center;
    font-size: 32px;
  }
  .paywall-plan-name-title {
    font-size: 28px;
    text-align: left;
  }
  .paywall-plan-name-description {
    font-size: 24px;
  }
  .paywall-plan-name-free {
    font-size: 20px;
    padding: 4.5px 10px;
    margin-left: 20px;
  }
  .paywall-plan-price-title {
    font-size: 20px;
  }
  .paywall-plan-price-perday {
    font-size: 24px;
  }
  .most_popular {
    font-size: 24px;
    padding: 9px 40px;
    border-radius: 19px;
    right: 46px;
    top: -25px;
  }
  .best {
    top: -25px;
    right: 40px;
    border-radius: 19px;
    font-size: 24px;
    padding: 8px 40px;
  }
  .paywall-plan-ckeck-list {
    font-size: 24px;
  }
  .paywall-plan-ckeck-block img {
    width: 26px;
    height: 26px;
  }
  .main-button-paywall {
    font-size: 22px;
    padding: 22px 0;
    border-radius: 10px;
  }
  .button-wrapper-paywall::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -6px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .mounth-name {
    width: 135px;
  }
}
@media (min-width: 1440px) {
  .footer-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1920px) {
  .footer-container {
    padding-left: 80px;
    padding-right: 80px;
  }
  .header-logo {
    width: 188px;
  }
  .hero-paywall-banner {
    padding-top: 12px;
  }
  .header-button {
    font-size: 18px;
    width: auto;
    height: auto;
    padding: 16px 38px;
  }
  .your_plan_checkout {
    display: block;
    height: 60vh;
  }
}
.footer {
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #00c742;
  border-radius: 20px;
  position: relative;
}
.footer-wrapper {
  position: relative;
}
.footer-background {
  width: 335px;
  height: 461px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.footer-features {
  margin-top: 39.5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.1px;
  vertical-align: middle;
  color: #00c742;
}
.footer-list-link-wraper {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer-list-link {
  font-weight: 300;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: -0.1px;
  vertical-align: middle;
}
.footer-policy-wraper {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-policy {
  font-weight: 300;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: -0.1;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  text-decoration-skip-ink: auto;
}
.footer-rights-reserved {
  font-weight: 400;
  text-decoration: none;
}
.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 461px;
  z-index: 0;
  pointer-events: none;
  object-fit: fill;
}
.footer-list-link a {
  color: #000;
}
@media (min-width: 1024px) {
  .footer-background {
    width: 100%;
    height: 260px;
  }
  .footer-bg {
    height: 260px;
  }
  .footer-list-link-wraper {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .footer-features {
    margin-top: 10px;
  }
  .footer-policy-wraper {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .footer {
    margin-top: 110px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-background,
  .footer-bg {
    height: 350px;
  }
  .footer-logo {
    width: 130px;
  }
  .footer-features {
    font-size: 20px;
  }
  .footer-list-link {
    font-size: 18px;
  }
  .footer-list-link-wraper {
    margin-top: 25px;
  }
  .footer-policy,
  .footer-rights-reserved {
    font-size: 18px;
  }
  .footer-policy-wraper {
    gap: 50px;
  }
}
@media (min-width: 1920px) {
  .footer {
    margin-top: 180px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-bg {
    height: 436px;
  }
  .footer-background {
    height: 436px;
    padding: 70px;
  }
  .footer-logo {
    width: 189px;
  }
  .footer-features {
    font-size: 26px;
    margin-top: 22px;
  }
  .footer-list-link {
    font-size: 24px;
  }
  .footer-list-link-wraper {
    margin-top: 10px;
  }
  .footer-policy-wraper {
    margin-top: 53px;
  }
}
.thankyou {
  margin-top: 30px;
}
.thankyou-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
}
.thankyou-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #00c742;
  margin-top: 15px;
  margin-bottom: 40px;
}
.thankyou-sms-notification {
  margin-top: 40px;
  text-align: center;
}
.thankyou-sms-notification-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .thankyou {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .thankyou {
    margin-top: 40px;
  }
  .thankyou-title {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .thankyou {
    margin-top: 70px;
  }
  .thankyou-title {
    font-size: 48px;
  }
  .thankyou-subtitle {
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .thankyou-button-wrapper {
    width: 599px;
  }
  .thankyou-button {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 21px 0;
  }
  .thankyou-sms-notification {
    margin-top: 100px;
  }
  .thankyou-sms-notification img {
    width: 80px;
    height: 80px;
  }
  .thankyou-sms-notification-text {
    font-size: 24px;
  }
}
.rcb-ui-navbar {
  background-color: #fff !important;
  font-family: "DM Sans", sans-serif;
}
.layout-content,
.layout-wrapper-outer {
  background-color: #fff !important;
}
.rcb-typography.svelte-orw2sj {
  font-family: "DM Sans", sans-serif !important;
}
.rcb-ui-navbar.svelte-jz90ay {
  display: none;
}


/*///////////////*/
.guaranteed {
  margin-top: 84px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.guaranteed-title {
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 110.00000000000001%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;

}
.guaranteed-card-wrapper {
display: flex;
justify-content: space-between;
margin-top: 20px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}

.guaranteed-transaction {
  margin-top: 15px;
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
display: flex;
    justify-content: center;
gap: 8px;
}
.guaranteed-transaction-money_back {
  margin-top: 20px;
}

.testimonial-block {
  width: 321px;
  height: 183px !important;
  border-radius: 20px;
  border: 1px solid #00C742;
  padding: 20px 6px 20px 20px !important;
  margin-right: 10px;

}

.testimonial-author-block {
  display: flex;
  gap: 9px;
}

.testimonial-author-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.1px;
  vertical-align: middle;
}

.testimonial-author-stars {
  margin-top: 5px;
}

.testimonial-description {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;

}

.testimonial {
  margin-top: 90px;
}
.testimonial-title {
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}
.testimonial-block-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.testimonial-block-radius {
  border-radius: 5px;
}

.worldwide {
  margin-top: 90px;
text-align: center;
}
.worldwide-title {
font-weight: 500;
font-style: Medium;
font-size: 24px;;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}

.worldwide-image {
  margin-top: 15px;
  margin-left: -20px;
}

.featured-in {
  margin-top: 90px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.featured-in-title {
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 110.00000000000001%;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
}

.featured-in-payment {
  margin-top: 50px;
font-weight: 300;
font-style: Light;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}



.footer-paywall {
  margin-top: 37px;
  padding: 20px;
  background-color: #00C742;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

}

.footer-paywall-wrapper {
    padding: 20px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.header-timer-wrapper {
  display: flex;
}
.header-timer {
  margin-left: 10px;
}

.header-timer-title {
font-weight: 300;
font-style: Light;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}

.header-timer-time {
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
}
.btn-get-plan {

  font-family: Rajdhani;
font-weight: 600;
font-size: 12px;
line-height: 130%;
letter-spacing: 0;
text-transform: uppercase;
border-radius: 53px;
    background-color: #000;
    border: none;
    color: #fff;
    padding: 9px 15px;
    cursor: pointer;
}
.header-timer-image {
  width: 24px;
  height: 24px;
}


  @media (min-width: 768px) { 
.header-timer-wrapper {
  margin-left: 30%;
}

.header-timer-title {
    font-size: 20px;
}
  }

    @media (min-width: 1024px) { 
.header-timer-wrapper {
  margin-left: 40%;
}

.header-timer-title {
    font-size: 20px;
}
  }




  .not-found {
    background-color: #00C742;
    padding: 25px;
    height: 100vh;
  }
.not-found-wrapper {
 border: 1px solid #000000;
 background-color: #fff;
 padding-top: 22px;
 border-radius: 5px;
 text-align: center;
 height: 100%;
 position: relative;
}

 .not-found-title {
font-weight: 500;
font-style: Medium;
font-size: 32px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
margin-left: 25px;
margin-right: 29px;
 }
.not-found-subtitle {
font-weight: 300;
font-style: Light;
font-size: 20px;
line-height: 110.00000000000001%;
letter-spacing: -2;
vertical-align: middle;
margin-top: 15px;
margin-left: 25px;
margin-right: 29px;
}

.not-found-image {
  /* margin-left: -20px;
  margin-top: 20px; */
  position: absolute;
  top: 50%;
transform: translate(-50%, -50%); 
  left: 50%
}




.header {
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
}
.header-button {
  width: 139px;
  height: 32px;
  top: 9px;
  left: 216px;
  gap: 10px;
  border-radius: 53px;
  padding-top: 9px;
  padding-right: 11px;
  padding-bottom: 9px;
  padding-left: 11px;
  background: #000;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}
.paywall-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-with {
  margin-top: 20px;
  display: flex;
  gap: 16px;
}
.paywall-plan-with-title {
  margin-top: 15px;
font-weight: 500;
font-size: 18px;
line-height: 1.1;
letter-spacing: 0;
vertical-align: middle;

}
.paywall-plan-with-block-list {
  margin-top: 15px;
font-weight: 300;
font-size: 16px;
line-height: 1.1;
letter-spacing: 0;
vertical-align: middle;
display: flex;
flex-direction: column;
gap: 10px;
}
.paywall-plan-with-list {
position: relative;
padding-left: 11px;
}

    
.paywall-plan-with-list::before {
  content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #000;
    font-size: 1em;
    line-height: 1;
    border-radius: 50%;
}
.paywall-plan-with-block {
  background: #00C74233;
border-radius: 15px;
padding-bottom: 15px;
flex: 1;
}
.paywall-plan-with-block-text {
  padding-left: 10px;
  padding-right: 10px;
}

.paywall-plan-with-image-wrapper {
border: 1px solid #C5C5C5;
border-radius: 5px;
width: 100%;
height: 197px;
background: white;
position: relative;

}


.paywall-plan-with-image {
width: 100%;
height: 197px;
border-radius: 5px;
}
.paywall-plan-with-image-absolute {
position: absolute;
    width: 194px;
    height: 172px;
    top: 13px;
    left: -9px;
}
.paywall-plan-without-block {
  width: 143px;
}
      
.paywall-plan-with-block {
width: 176px;
  }

@media (min-width: 376px) {
  .paywall-plan-with-image-wrapper {
height: 240px;
  }

  .paywall-plan-with-image {
    object-fit: cover;
    
    height: 240px;
    border-radius: 5px;
  }
      .paywall-plan-without-block, .paywall-plan-with-block {
flex: 1;
  }
    .paywall-plan-with-image-absolute {
    object-fit: fill;
    height: 210px;
  }
}
@media (min-width: 768px) {
  .paywall-plan-with-image-wrapper {
    height: 310px;
  }
  .paywall-plan-with-image {
    height: 310px;
  }
  .paywall-plan-with-image-absolute {
    height: 285px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .paywall-plan-with-image-absolute {
        height: 302px;
        width: 90%;
        top: 0;
        left: 20px;
    }
}





.paywall-plan-unlock-section  {
  margin-top: 80.5px;
}
.paywall-plan-unlock-title {
font-weight: 500;
font-size: 18px;
line-height: 1.1;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
color: #000000;

}

.paywall-plan-discount {
  margin-top: 50px;
  border: 1px solid #00C742;
  padding: 20px;
  border-radius: 5px;
  max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.paywall-plan-discount-title {
font-weight: 300;
font-style: Light;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}

.paywall-plan-discount-per-wrapper {
  margin-top: 15px;
  border: 1px solid #000000;
  background-color: #EEEEEE;
  border-radius: 50px;
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px 5px 20px;
}

.paywall-plan-discount-name {
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}
.paywall-plan-discount-per {
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
background: #00C742;
color: #FFFFFF;
padding: 8px 10px;
border-radius: 19px;
}
.paywall-plan-discount-reserved {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}
.paywall-plan-discount-reserved-name {
font-weight: 300;
font-style: Light;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}
.paywall-plan-discount-reserved-time {
font-weight: 700;
font-style: Bold;
font-size: 14px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}


.paywall-choose {
font-weight: 400;
font-style: Regular;
font-size: 26px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
  margin-top: 80px;
}
.paywall-plan-button {
  position: relative;
  cursor: pointer;
}
.paywall-plan-button:hover {
  background-color: #d6d6d6;
}
.paywall-plan-block {
  margin-top: 20px;
  /* margin-bottom: 30px; */
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.paywall-plan-month {
  border-radius: 5px;
  border-width: 1px;
  padding: 10px 20px;
  border: 1px solid #000;
}
.paywall-plan-name-block {
    text-align: left;
    flex: 1;
}
.paywall-plan-name-title {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: left;
  display: flex;

}
.paywall-plan-name-free {
  background: #00C742;
color: #FFFFFF;
font-weight: 500;
font-size: 14px;
line-height: 1.1;
letter-spacing: 0;
vertical-align: middle;
padding: 2.5px 10px;
border-radius: 19px;
    margin-left: 10px;
}

.mounth-name {
  width: 80px;
}
.paywall-plan-name-description {
  color: #000;
  margin-top: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-price-block {
  display: flex;
  margin-top: 10px;
      gap: 10px;
    align-items: center;
}
.paywall-plan-old-price-title {
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 110.00000000000001%;
letter-spacing: 0%;
vertical-align: middle;
text-decoration: line-through;
color: #9A9A9A;

  
}
.paywall-plan-price {
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}
.paywall-plan-per-day-block {
  background: #EEEEEE;
  padding: 15px;
  border-radius: 3px;

}
.active-plan .paywall-plan-per-day-block {
  background: #00C742;
}
.paywall-plan-per-day-price-zеro {
font-weight: 800;
font-style: ExtraBold;
font-size: 36px;
line-height: 1;
letter-spacing: 0;
vertical-align: middle;

}

.paywall-plan-per-day-price {
font-weight: 800;
font-style: ExtraBold;
font-size: 18px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;

}
.paywall-plan-price-per-day {
font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;

}

.active-plan .paywall-plan-per-day-price {
color: #FFFFFF;
}
.active-plan .paywall-plan-price-per-day {
color: #FFFFFF;
}


.paywall-plan-three-month {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 20px 20px;
  text-align: left;
  position: relative;
}
/* .paywall-plan-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #000;
  font-size: 1em;
  line-height: 1;
  border-radius: 50%;
} */
.paywall-plan-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.paywall-plan-ckeck-list {
  color: #000;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-ckeck-block {
  display: flex;
  gap: 10px;
}
.paywall-plan-unlock {
  margin-top: 30px;
  text-align: left;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  padding-bottom: 10px;
}
.paywall-plan-button.active-plan .paywall-plan-unlock {
  max-height: 100px;
  opacity: 1;
}
.paywall-plan-days-free {
  margin-top: 15px;
  padding-left: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
}
.paywall-plan-unlock-titile {
  font-weight: 500;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-plan-list-block {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.paywall-plan-list {
  padding-left: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
  display: flex;
  gap: 10px;
}
.bold {
  font-weight: 700;
}
.paywall-plan-year {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 20px 20px;
}
.paywall-plan-button.active-plan {
  border: 1px solid #00c742;
  background: #00c74233;
}
.your_plan {
  margin-top: 80px;
}
.your_plan_title {
  font-weight: 500;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}
.paywall-paymant-details-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
  margin-top: 30px;
  margin-bottom: 15px;
}
.your_plan_checkout {
  display: block;
  height: 80vh;
}
.your_plan_checkout > * {
  display: flex;
  flex-direction: column;
}
.your_plan_checkout-wrapper {
  border-radius: 20px;
  border: 1px solid #000;
  padding: 30px 20px;
  margin-top: 20px;
}
.your_plan_checkout-price {
  display: flex;
  justify-content: space-between;
}
.paywall-plan-then {
  font-weight: 800;
  font-size: 14px;
  line-height: 110.00000000000001%;
  letter-spacing: 0;
  vertical-align: middle;
}

.most_popular {
  background: #f558ed;
  color: #fff;
  position: absolute;
  top: -13px;
  right: 20px;
  border-radius: 19px;
  padding: 5px 10px;
  font-size: 14px;
font-weight: 500;
font-style: Medium;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
}
.best {
  background: #fe0;
  color: #000;
  position: absolute;
  top: -13px;
  right: 20px;
  border-radius: 19px;
  padding: 5px 10px;
  font-size: 14px;
}
.paywall-plan-guarantee {
font-weight: 300;
font-style: Light;
font-size: 14px;
line-height: 110.00000000000001%;
letter-spacing: 0;
vertical-align: middle;
text-align: center;
}
@media (min-width: 768px) {
  .button-wrapper-paywall {
    width: 60%;
  }
  .your_plan_checkout {
  height: 70vh;
}
}
@media (min-width: 1024px) {

.paywall-title {
font-weight: 500;
font-size: 48px;
line-height: 1.1;
letter-spacing: 0;
text-align: center;
vertical-align: middle;
padding-left: 29px;
padding-right: 29px;
}
.paywall-plan-with {
gap: 20px;
margin-top: 40px;
}
.paywall-plan-with-title {
  margin-top: 30px;
  font-size: 48px;
}
.paywall-plan-with-block-text {
padding-left: 30px;
}
.paywall-plan-with-block-list {
  font-size: 24px;
}
.paywall-plan-unlock-title {
  text-align: left;
  font-size: 48px;
}
.paywall-plan-block {
gap: 43px;
margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.paywall-plan-list-block {
  gap: 15px;
  margin-top: 30px;
}
.paywall-plan-list {
  font-size: 24px;
}
.paywall-plan-list img {
  width: 26px;
height: 26px;
}
  .paywall-choose {
    text-align: center;
    font-size: 32px;
  }
    .paywall-plan-name-title {
    font-size: 28px;
    text-align: left;
  }
.paywall-plan-name-description {
    font-size: 24px;
  }
.paywall-plan-name-free {
  font-size: 20px;
  padding: 4.5px 10px;
  margin-left: 20px;
}
 
  .paywall-plan-price-title {
    font-size: 20px;
  }
 .paywall-plan-price-perday {
    font-size: 24px;
  }
.most_popular {
  font-size: 24px;
  padding: 9px 40px;
  border-radius: 19px;
  right: 46px;
  top: -25px;
}
.best {

    top: -25px;
    right: 40px;
    border-radius: 19px;
      font-size: 24px;
    padding: 8px 40px;
}
.paywall-plan-ckeck-list {
  font-size: 24px;

}
.paywall-plan-ckeck-block img {
  width: 26px;
height: 26px;
}
.main-button-paywall {
  font-size: 22px;
  padding: 0;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 3px;
}
.button-wrapper-paywall::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -6px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
}
.mounth-name {
  width: 135px;
}
}
@media (min-width: 1440px) {
  .footer-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}