.choose-plan-section__title{
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin: 70px auto;
    background: linear-gradient(180deg, #FFF 47.74%, #C5B6D3 100%);
    background: linear-gradient(180deg, color(display-p3 1 1 1) 47.74%, color(display-p3 0.7627 0.7155 0.8179) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 765px;
}

@media (max-width: 768px){
    .choose-plan-section__title{
        font-size: 35px;
        margin: 50px auto 30px;
    }
}

.choose-plan-section__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 228px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 64px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border: 1px solid color(display-p3 1 1 1 / 0.05);
    background: linear-gradient(239deg, #0D061F 31.11%, #180631 114.26%);
    background: linear-gradient(239deg, color(display-p3 0.0471 0.0235 0.1176) 31.11%, color(display-p3 0.0863 0.0275 0.1843) 114.26%);
}

@media (max-width: 768px){
    .choose-plan-section__wrapper{
        padding: 4px;
        width: 208px;
    }
}

.choose-plan-section__toggle{
    position: relative;
    color: #FFF;
    color: color(display-p3 1 1 1);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 90%;
    border-radius: 62px;
    padding: 17px 23px;
    cursor: pointer;
    transition: background-position .3s, box-shadow .3s;
    background-position: 0 -70px;
    user-select: none;
}

@media (max-width: 768px){
    .choose-plan-section__toggle{
        padding: 12px 23px;
    }
}

.choose-plan-section__toggle span{
    position: relative;
    z-index: 2;
}

.choose-plan-section__toggle::before {
    position: absolute;
    content: "";
    inset: 0; 
    z-index: 1;
    opacity: 0;
    transition: opacity .3s;
    border-radius: 62px;
    background: linear-gradient(180deg, #FF0076 0%, #C200A8 100%);
    background: linear-gradient(180deg, color(display-p3 0.9765 0.1804 0.4667) 0%, color(display-p3 0.6974 0.1278 0.6404) 100%);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.60);
    box-shadow: 0px 4px 8px 0px color(display-p3 0 0 0 / 0.60);
}

.choose-plan-section__toggle--active::before,
.choose-plan-section__toggle:hover::before {
    opacity: 1;
}

.choose-plan-section__plans{
    margin: 77px 0 120px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px){
    .choose-plan-section__plans{
        margin: 40px 0 56px;
        flex-wrap: wrap;
    }
}

.choose-plan-section__plan{
    flex-grow: 1;
    flex-basis: 0;
    max-width: 280px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 24px;
    border: 1px solid #25103E;
    border: 1px solid color(display-p3 0.1333 0.0667 0.2353);
    background: #0C051E;
    background: color(display-p3 0.0431 0.0196 0.1137);
}

@media (max-width: 768px){
    .choose-plan-section__plan{
        max-width: initial;
        flex-basis: 100%;
    }
}

.choose-plan-section__plan--recommended{
    position: relative;
    border: 1px solid #440029;
    border: 1px solid color(display-p3 0.2392 0.0039 0.1569);
    background: radial-gradient(262.93% 100% at 50% 0%, #0C051E 63.97%, #440029 100%);
    background: radial-gradient(262.93% 100% at 50% 0%, color(display-p3 0.0431 0.0196 0.1137) 63.97%, color(display-p3 0.2392 0 0.1569) 100%);
}

.choose-plan-section__plan--recommended:before{
    content: "Recommended";
    position: absolute;
    top: -10px;
    left: 24px;
    padding: 6px;
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: 2px;
    border-radius: 4px;
    text-transform: uppercase;
    background: #440029;
    background: color(display-p3 0.2392 0 0.1569);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.60);
    box-shadow: 0px 4px 8px 0px color(display-p3 0 0 0 / 0.60);
}

.choose-plan-section__plan + .choose-plan-section__plan{
    margin: 0 0 0 32px;
}

@media (max-width: 768px){
    .choose-plan-section__plan + .choose-plan-section__plan{
        margin: 30px 0 0;
    }
}

.choose-plan-section__plan-title{
    color: #FFF;
    color: color(display-p3 1 1 1);
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    margin: 0 0 10px; 
}

.choose-plan-section__plan-text{
    color: #FFF;
    color: color(display-p3 1 1 1);
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    opacity: 0.5;
    margin: 0 0 24px;
}

.choose-plan-section__plan-price{
    color: rgba(255, 255, 255, .5);
    leading-trim: both;
    text-edge: cap;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 24px;
    margin: 0 0 25px;
    border-bottom: 1px solid #25103E;    
}

.choose-plan-section__plan-price--yearly{
    display: none;
}

.choose-plan-section__plans--yearly .choose-plan-section__plan-price--yearly{
    display: block;
}

.choose-plan-section__plans--yearly .choose-plan-section__plan-price:not(.choose-plan-section__plan-price--yearly){
    display: none;
}

.choose-plan-section__plan-price span{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 0 8px 0 0;
}

.choose-plan-section__plan-features{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 62px;
}

@media (max-width: 768px){
    .choose-plan-section__plan-features{
        margin: 0 0 32px;
    }
}

.choose-plan-section__plan-features ul{
    padding: 0;
    list-style: none;
}

.choose-plan-section__plan-features li{
    background: url(../images/icon-check.svg) no-repeat left center;
    padding: 0 0 0 20px;
    line-height: 12px;
}

.choose-plan-section__plan-features li + li{
    margin: 16px 0 0;
}

.choose-plan-section__button,
.compare-plans-section__button{
    width: 100%;
    padding: 11px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #25103E;
    border: 1px solid color(display-p3 0.1333 0.0667 0.2353);
    background: linear-gradient(0deg, #160F29 0%, #0C051E 100%);
    background: linear-gradient(0deg, color(display-p3 0.0824 0.0588 0.1529) 0%, color(display-p3 0.0431 0.0196 0.1137) 100%);
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;

    &:hover{
        border: 1px solid #25103E;
        background: linear-gradient(0deg, #1D1630 0%, #1D1630 100%);
    }
}

.choose-plan-section__plan.choose-plan-section__plan--recommended .choose-plan-section__button:hover{
    border: 1px solid #440029;
    background: linear-gradient(0deg, #220E2C 0%, #220E2C 100%);
}

.choose-plan-section__partners-text{
    color: #ABA2BF;
    color: color(display-p3 0.6627 0.6353 0.7412);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    margin: 0 0 30px;
}

.choose-plan-section__partners-wrapper{
    margin: 0 0 120px;
}

.compare-plans-section__title{
    color: #FFF;
    color: color(display-p3 1 1 1);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 70px;
}

@media (max-width: 768px){
    .choose-plan-section__partners-text{
        font-size: 14px;
    }

    .choose-plan-section__partners-wrapper{
        margin: 0 0 80px;
    }

    .compare-plans-section__title{
        font-size: 24px;
        margin: 0 0 60px;
    }
}

.compare-plans-section{
    margin: 0 0 160px;
}

@media (max-width: 768px){
    .compare-plans-section{
        margin: 0 0 120px;
    }
}

.compare-plans-section__row{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.compare-plans-section__row + .compare-plans-section__row{
    border-top: 1px solid #25103E;
}

.compare-plans-section__row:last-child{
    border-bottom: 1px solid #25103E;
}

.compare-plans-section__cell{
    flex-basis: 0;
    flex-grow: 1;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

@media (max-width: 768px){
    .compare-plans-section__cell--header:not(:first-child){
        display: none;
    }

    .compare-plans-section__table[data-value="1"] .compare-plans-section__cell:not(.compare-plans-section__cell--header):not(:first-child):not(:nth-child(2)){
        display: none;
    }

    .compare-plans-section__table[data-value="2"] .compare-plans-section__cell:not(.compare-plans-section__cell--header):not(:first-child):not(:nth-child(3)){
        display: none;
    }

    .compare-plans-section__table[data-value="3"] .compare-plans-section__cell:not(.compare-plans-section__cell--header):not(:first-child):not(:nth-child(4)){
        display: none;
    }

    .compare-plans-section__table[data-value="4"] .compare-plans-section__cell:not(.compare-plans-section__cell--header):not(:first-child):not(:nth-child(5)){
        display: none;
    }
}

@media (min-width: 768px){
    .compare-plans-section__cell--header:first-child{
        opacity: 0;
        pointer-events: none;
    }
}

.compare-plans-section__cell:first-child{
    font-size: 14px;
    font-weight: 600;
}

.compare-plans-section__cell + .compare-plans-section__cell{
    margin: 0 0 0 30px;
}

@media (max-width: 1100px){
    .compare-plans-section__cell + .compare-plans-section__cell{
        margin: 0 0 0 20px;
    }
}

@media (max-width: 340px){
    .compare-plans-section__cell + .compare-plans-section__cell{
        margin: 0 0 0 10px;
    }
}

.compare-plans-section__cell:nth-child(1){
    flex-basis: 407px;
    flex-grow: 0;
}

@media (max-width: 1100px){
    .compare-plans-section__cell:nth-child(1){
        flex-basis: 370px;
    }
}

@media (max-width: 768px){
    .compare-plans-section__cell:nth-child(1){
        flex-basis: 0;
        flex-grow: 1;
        white-space: nowrap;
    }

    .compare-plans-section__cell{
        white-space: nowrap;
    }

    .compare-plans-section__cell:not(:first-child){
        text-align: right;
    }
}

@media (max-width: 340px){
    .compare-plans-section__cell:not(:first-child){
        max-width: 50%;
        white-space: initial;
    }
}

.compare-plans-section__cell--header:not(:first-child) div{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 20px;
}

.compare-plans-section__button--recommended{
    border: 1px solid #440029;
    border: 1px solid color(display-p3 0.2392 0 0.1569);
    background: linear-gradient(180deg, #1D0323 0%, #170421 100%);
    background: linear-gradient(180deg, color(display-p3 0.102 0.0157 0.1294) 0%, color(display-p3 0.0824 0.0196 0.1255) 100%);

    &:hover{
        border: 1px solid #440029;
        background: linear-gradient(0deg, #220E2C 0%, #220E2C 100%);
    }
}

.qa-section__title{
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 40px;
}

@media (max-width: 768px){
    .qa-section__title{
        font-size: 24px;
        margin: 0 0 32px;
    }
}

.qa-section{
    margin: 0 0 80px;
}

@media (max-width: 768px){
    .qa-section{
        margin: 0 0 55px;
    }
}

.qa-section__question{
    padding: 26px 40px 26px 0;
    cursor: pointer;
    background: url(/wp-content/themes/wand/images/icon-plus.svg) no-repeat right 26px;
    transition: background .3s;
}

.qa-section__question--opened{
    background: url(/wp-content/themes/wand/images/icon-minus.svg) no-repeat right 26px;
}

.qa-section__question:first-child,
.qa-section__question + .qa-section__question{
    border-top: 1px solid #25103E;
}

@media (max-width: 768px){
    .qa-section__question{
        padding: 20px 40px 20px 0;
    }

    .qa-section__question:first-child{
        border-top: none;
        padding: 0 40px 20px 0;
        background-position: right 0px;
    }
}

.qa-section__question:last-child{
    border-bottom: 1px solid #25103E;
}

.qa-section__question-title{
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    user-select: none;
}

.qa-section__question-text{
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows .3s, padding .3s;
    margin: 0 -40px 0 0;
}

.qa-section__question-text p{
    margin: 0;
}

.qa-section__question-text div{
    min-height: 0;
}

.qa-section__question--opened .qa-section__question-text{
    grid-template-rows: 1fr;
    padding-top: 20px;
}

.custom-select {
    position: relative;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    display: inline-block;
    padding: 0 20px 0 0;
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/wand/images/icon-select.svg) no-repeat right;
}

.select-items div{
  color: #fff;
  padding: 8px;
  cursor: pointer;
}

.select-items {
    position: absolute;
    border: 1px solid #472D62;
    border: 1px solid color(display-p3 0.2627 0.1804 0.3725);
    background: linear-gradient(0deg, #120A2F 0%, #1F053B 100%);
    background: linear-gradient(0deg, color(display-p3 0.0667 0.0392 0.1765) 0%, color(display-p3 0.1098 0.0235 0.2196) 100%);
    border-radius: 8px;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 99;
    width: 200px;
}

.select-hide {
  display: none;
}