.plans {
  background: url(../webp/dot%402x-2.webp) 0 64px no-repeat;
  background-size: 100%;
  background-color: #F9FBFD;
  padding: 64px 0;
}
.plans h1 + p {
  margin: 0;
  font-size: 18px;
  text-align: center;
  padding: 32px 12px 40px;
}

.plan-cards-container .sale-red {
  color: #fe0002;
}
.plan-cards-container .plan-cards-wrapper {
  --yy-button-size: 48px;
  display: flex;
  justify-content: space-evenly;
}
.plan-cards-container .plan-cards-wrapper .plan-item {
  border: 1px solid rgb(230, 230, 230);
  background: rgb(255, 255, 255);
  border-radius: 10px;
  width: 24%;
  max-width: 280px;
  overflow: hidden;
}
.plan-cards-container .plan-cards-wrapper .plan-item button:disabled {
  background: rgb(218, 219, 213);
  color: rgb(119, 119, 119);
}
.plan-cards-container .plan-cards-wrapper .plan-item:not(:nth-child(4)) {
  margin-top: 35px;
}
.plan-cards-container .plan-cards-wrapper .plan-item.vvip {
  box-shadow: 0 14px 19px 0 rgba(0, 0, 0, 0.1);
}
.plan-cards-container .plan-cards-wrapper .plan-item.vvip .header {
  background-color: #da0b15;
  height: 272px;
}
.plan-cards-container .plan-cards-wrapper .plan-item.vvip .header h3,
.plan-cards-container .plan-cards-wrapper .plan-item.vvip .header p,
.plan-cards-container .plan-cards-wrapper .plan-item.vvip .header .price {
  color: #fff;
}
.plan-cards-container .plan-cards-wrapper .plan-item.vvip .pay-btn-lifetime {
  background-color: #da0b15;
}
.plan-cards-container .plan-cards-wrapper .plan-item .blank-button {
  height: var(--yy-button-size);
  margin: 34px;
}
.plan-cards-container .plan-cards-wrapper .plan-item .most-popular {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 35px;
  width: 135px;
  background: url(../webp/pic_pricing_tag%402x.webp) no-repeat;
  background-size: cover;
  top: -30px;
  margin-left: auto;
  right: -31px;
  font-weight: 700;
}
.plan-cards-container .plan-cards-wrapper .plan-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
}
.plan-cards-container .plan-cards-wrapper .plan-item .header {
  padding: 30px;
  padding-bottom: 0;
  height: 240px;
}
.plan-cards-container .plan-cards-wrapper .plan-item .header p {
  height: 40px;
  font-size: 12px;
}
.plan-cards-container .plan-cards-wrapper .plan-item .price {
  position: relative;
  color: #01C7CE;
  font-weight: 700;
  white-space: nowrap;
}
.plan-cards-container .plan-cards-wrapper .plan-item .price .doll {
  font-size: 16px;
}
.plan-cards-container .plan-cards-wrapper .plan-item .price .value {
  font-size: 48px;
}
.plan-cards-container .plan-cards-wrapper .plan-item .price .unit {
  font-size: 24px;
}
.plan-cards-container .plan-cards-wrapper .plan-item .price .value.sale-nbsp {
  display: none;
}
.plan-cards-container .plan-cards-wrapper .plan-item .price .value.sale-original-price {
  display: none;
  font-size: 22px;
  text-decoration: line-through;
}
.plan-cards-container .plan-cards-wrapper .plan-item .price .value.sale-now {
  display: none;
  position: absolute;
  top: -15px;
  font-size: 16px;
}
.plan-cards-container .plan-cards-wrapper .plan-item .permissions {
  margin: 0;
  padding: 0 30px;
  list-style: none;
}
.plan-cards-container .plan-cards-wrapper .plan-item .permissions li {
  padding: 0 8px 24px 28px;
  background: url(../webp/icon-price_chose%402x.webp) no-repeat;
  background-size: 20px;
  background-position: left 0;
}
.plan-cards-container .plan-cards-wrapper .plan-item .yy-button {
  --yy-button-border-color: $primaryBgColor;
  --yy-border-radius-small: 30px;
  font-size: 16px;
  margin: 30px;
  width: -moz-fill-available;
  width: -webkit-fill-available;
  width: fill-available;
  border-width: 2px;
  font-weight: 700;
}
.plan-cards-container .plan-cards-wrapper .plan-item .yy-button.is-plain {
  --yy-button-bg-color: #fff;
}
.plan-cards-container .tag {
  font-size: 12px;
  background-color: #FFCD4A;
  color: #593d37;
  padding: 3px 6px;
  font-weight: 700;
  margin-left: 8px;
  border-radius: 10px;
}
.plan-cards-container .tag.discount {
  padding: 4px 12px;
  border-radius: 20px;
  background-color: #e14305;
  color: white;
}

.MonthlyOrAnnual {
  display: flex;
}

.switch,
.switch-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30%;
}
.switch input,
.switch-button input {
  position: absolute;
  opacity: 0;
}
.switch input:checked + .switch__core,
.switch-button input:checked + .switch__core {
  background-color: #01C7CE;
}
.switch input:checked + .switch__core .switch__action,
.switch-button input:checked + .switch__core .switch__action {
  left: 30px;
}
.switch label,
.switch-button label {
  cursor: pointer;
}
.switch .switch__core,
.switch-button .switch__core {
  position: relative;
  display: block;
  margin: 0 16px;
  width: 48px;
  height: 24px;
  border-radius: 32px;
  background-color: #e3e5e6;
  transition: all 0.3s ease-out;
}
.switch .switch__core .switch__action,
.switch-button .switch__core .switch__action {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-out;
}

.switch-button {
  display: none;
  border-radius: 10px;
  opacity: 1;
  border: 1px solid rgb(240, 240, 240);
  background: rgb(250, 250, 250);
  margin: 0;
  width: 100%;
  margin-bottom: 32px;
}
.switch-button label {
  width: 100%;
}
.switch-button .switch__core {
  display: flex;
  width: 100%;
  height: 52px;
  margin: 0;
  justify-content: space-between;
  align-items: center;
  background-color: transparent !important;
}
.switch-button .switch__core .switch__item {
  position: relative;
  z-index: 9;
  width: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #01C7CE;
}
.switch-button .switch__core .switch__item.switch__false {
  color: #fff;
}
.switch-button .switch__core .switch__action {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-radius: 10px;
  background-color: #01C7CE;
}
.switch-button input:checked + .switch__core {
  background-color: #01C7CE;
}
.switch-button input:checked + .switch__core .switch__action {
  left: 50%;
}
.switch-button input:checked + .switch__core .switch__true {
  color: #fff;
}
.switch-button input:checked + .switch__core .switch__false {
  color: #01C7CE;
}

@media screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none;
  }
  .switch-button {
    display: block;
  }
  .MonthlyOrAnnual {
    justify-content: center;
  }
  .switch {
    font-weight: 700;
    margin-left: 0;
  }
  .plans {
    padding: 40px 0;
    padding-bottom: 24px;
    background-color: #ffffff;
  }
  .plans h1 + p {
    font-size: 14px;
    padding: 16px 0 34px;
  }
  .plan-cards-container .plan-cards-wrapper {
    position: relative;
    display: block;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) {
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    border: none;
    border-top: 1px solid transparent;
    overflow: inherit;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip):not(:nth-child(4)) {
    margin-top: 0;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip).active .header {
    border: 2px solid #01C7CE;
    box-shadow: 0 5.73px 17.19px 0 rgba(0, 0, 0, 0.12);
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip).active .permissions {
    display: block;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip):nth-child(1) .header {
    top: 20px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip):nth-child(2) .header {
    top: 130px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip):nth-child(3) .header {
    top: 236px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) .permissions {
    position: relative;
    margin-top: 360px;
    display: none;
    padding: 0;
    padding-left: 24px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) .header {
    position: absolute;
    padding: 24px 16px 16px;
    background-color: #fff;
    height: 94px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(230, 230, 230);
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) .header p {
    height: auto;
    font-size: 12px;
    color: #474747;
    margin: 0;
    margin-top: 8px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) .header h3 {
    margin-bottom: 0;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) .header .tag {
    display: none;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) .price {
    position: absolute;
    color: #01C7CE;
    right: 16px;
    top: 6px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) .price .doll {
    font-size: 16px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) .price .value {
    font-size: 28px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) .price .unit {
    font-size: 20px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item:not(.vvip) .yy-button {
    margin: 0;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item.vvip {
    width: 100%;
    max-width: 100%;
    display: none;
    margin-top: 20px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item.vvip .most-popular {
    width: 160px;
  }
  .plan-cards-container .plan-cards-wrapper .plan-item.lifetime .permissions {
    margin-top: 146px;
  }
}
.terms-container {
  padding: 0 15px 40px;
  display: flex;
  justify-content: space-around;
}
