html,
body {
    background-color: #f5fbff;
    /* font-family: 'Inter', sans-serif;
    font-family: 'Ubuntu', sans-serif; */
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

* {
    box-sizing: border-box;
}

.listContainer {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 2px 4px 12px 0 #00000040;
}

.listContainerTitle {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 36px;
    /* margin-top: 26px; */
    margin-top: 50px;
    font-size: 20px;
    width: 100%;
}

.listContainerTitle span {
    font-weight: 700;
    margin-right: 9px;
}

.tabSection {
    padding: 24px 38px 16px 38px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tabsContainer {
    font-size: 18px;
    font-weight: 700;
    width: fit-content;
    display: flex;
    justify-content: start;
    gap: 12px;
    padding: 4px;
    background: #FAFAFC;
    border-radius: 40px;
    margin-right: 10px;
}

.tab {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    cursor: pointer;
    color: #010202;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.tab:last-child {
    margin-right: 0px;
}

.tab.active {
    color: white;
    background-color: #010202;
    white-space: nowrap;
    transition: all 0.2s;
    border: 1px solid #010202;
}

.tab.active:hover {
    color: #010202;
    background-color: white;
    white-space: nowrap;
}

.subscription-info.price {
    margin: 0;
}

.subscription-info.price.no-plan {
    cursor: default;
}

.contentTitle {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
}

.bundles .contentTitle {
    margin-bottom: 36px;
}

.contentSubtitle {
    text-align: center;
    font-size: 18px;
}

.step {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 33px;
}

.step span {
    display: none;
}

.contentContainer {
    display: flex;
    gap: 24px;
    padding: 0 12px 12px 12px;
    overflow-x: auto;
}

.bundleContentContainer {
    display: flex;
    justify-content: center;
}

.card {
    position: relative;
    z-index: 2;
    background-color: #FAFAFA;
    margin-right: 25px;
    width: 324px;
}

.card>svg {
    display: none;
}

.bundles .card>svg {
    display: block;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 3;
}

.cardTitle {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.cardTitle::after {
    content: "";
    display: block;
    height: 1px;
    width: 213px;
    background-color: #FF8C2A;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.addition {
    z-index: 1;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    background-color: #65AF0F;
    height: 52px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    border-radius: 12px 12px 0 0;
    color: white;
    top: -37px;
}

.bundles .addition {
    display: none;
}

.cardTop {
    padding: 20px;
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15px;
}

.cardIcon {
    height: 101px;
}

.cardIcon.starter {
    width: 103px;
    height: 101px;
    background: url(images/starter_img.webp) center no-repeat;
    background-size: contain;
}

.cardBottom {
    background-color: #FAFAFA;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cardPrice {
    font-weight: 700;
    font-size: 34px;
    color: #2062B3;
}

.cardPrices {
    text-align: center;
}

.cardAccess {
    text-transform: uppercase;
    margin-top: 10px;
    color: #287DC4;
    font-weight: 700;
    height: 27px;
    font-size: 18px;
}

.plan-old-price {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #FA353E;
    text-decoration: line-through;
}

.plan-new-price {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.cardOldPrice span {
    font-weight: normal;
    color: #FA353E;
    font-size: 18px;
    text-decoration: line-through;
}

.cardOldPrice {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #828282;
    line-height: 20px;
    text-align: center;
}

.cardInner {
    position: relative;
    z-index: 2;
    border: 1px solid #828282;
    border-radius: 12px;
    overflow: hidden;
}

.addition-bottom {
    background-color: #a6d3f8;
    text-align: center;
    line-height: 4;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    position: relative;
    top: -10px;
    font-weight: 700;
    height: 50px;
}

.addition-bottom-fake {
    position: relative;
    top: -10px;
    height: 50px;
}

.bonus {
    margin-left: 45px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.bonus span {
    color: #2062B3;
    text-decoration: underline;
}


.card.selected .cardInner {
    border: 2px solid #F2994A;
}

.cardDescription {
    text-align: center;
    font-size: 14px;
}

.card:last-child {
    margin-right: 0px;
}

.cardType {
    margin-bottom: 10px;
}

.btn-buy-now {
    margin-top: 20px;
    width: 100%;
    color: #ffffff;
    background: #FF8C2A;
    border-radius: 3px;
    min-height: 3em;
    padding: 1em 20% 1em 20%;
    align-self: center;
    cursor: pointer;
    border: none;
}

.expires {
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 13px;
}

.downgrade {
    margin-top: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #2A2A2A;
}

.current {
    margin-top: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #2A2A2A;
}

.upgrade {
    margin-top: 24px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #2A2A2A;
}

.products {
    min-height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product {
    display: flex;
    gap: 5px;
    margin-top: 10px;
    font-size: 12px;
    align-items: center;
    font-weight: 700;
    justify-content: space-between;
    width: 100%;
}

.product .productPrice {
    color: #2062B3;
}

.btn-buy-now.small {
    margin-top: 0px;
    min-height: 24px;
    padding: 0px;
    width: 75px;
}

.btn-buy-now span {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-buy-now.small span {
    font-size: 12px;
}

.cardType {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
}

.features {
    margin-top: 25px;
    padding-left: 20px;
    padding-right: 5px;
    margin-bottom: 25px;
}

.feature {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.feature svg {
    margin-right: 10px;
    min-width: 15px;
}

.bundles .btn-buy-now {
    display: none;
}

.bundles .features {
    display: none;
}

.bundleCard {
    display: none;
    background-color: #FAFAFA;
    margin-right: 25px;
    width: 324px;
    border: 1px solid #828282;
    border-radius: 12px;
    overflow: hidden;
}

.bundleCard.show {
    display: block;
}

.bundleCard.selected {
    border: 2px solid #F2994A;
}

.bundleCard:last-child {
    margin-right: 0px;
}

.bundleCardTop {
    border-radius: 12px;
    height: 104px;
    display: flex;
    padding: 20px;
    background-color: #F2F2F2;
}

.bundleCardTop svg {
    display: block;
    min-width: 26px;
    min-height: 26px;
    margin-right: 15px;
}

.bundleCardTitle {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.bundleCardBottom {
    padding: 20px;
}

.bundleCardPrices {
    display: flex;
    align-items: baseline;
}

.bundleCardPrice {
    margin-right: 12px;
    font-weight: 700;
    font-size: 28px;
    color: #2062B3;
}

.bundleCardOldPrice span {
    font-size: 18px;
    text-decoration: line-through;
    color: #EB5757;
}

.bundleCardDescription {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 25px;
}

.bundleFeaturesTitle {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 8px;
}

.bundleFeature {
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 25px;
}

.bundleFeature::before {
    position: absolute;
    top: 8px;
    right: 105%;
    border-radius: 100%;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: black;
}

.review-btn {
    margin: 0 auto;
    width: 100%;
    color: #ffffff;
    background: #FF8C2A;
    border-radius: 3px;
    min-height: 3em;
    align-self: center;
    cursor: pointer;
    border: none;
    max-width: 400px;
    height: 58px;
    display: block;
    font-weight: 700;
    font-size: 16px;
}

.review-btn.disabled {
    opacity: 0.5;
    /* cursor: not-allowed; */
}

.showMore {
    display: none;
}

.featuresMobile {
    display: none;
}

.selectContainer {
    display: none;
}

.faqsInner {
    max-width: 1440px;
    margin: 0 auto;
}

.faqsContainer {
    max-width: 100%;
    margin-top: 24px;
    background-color: #FAFAFA;
    box-shadow: 2px 4px 12px 0 #00000040;
    padding: 24px 33px 24px 33px;
    gap: 24px;
    border-radius: 20px;
}

.faqTitle {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #FF8C2A;
}

.faqContainer {
    cursor: pointer;
    padding: 25px 15px;
    border-bottom: 1px solid #C4C4C4;
}

.faqSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 24px;
}

.faqQuestion {
    font-weight: 700;
    margin-bottom: 12px;
}

.faqAnswer {
    margin-bottom: 24px;
}

.faqsContainer svg {
    min-width: 24px;
    margin-left: 15px;
}

.faqContainer.expanded .faqSectionContent {
    display: block;
    margin-top: 23px;
    font-size: 16px;
}

.faqContainer.expanded .faqSectionContent {
    display: block;
    margin-top: 23px;
    font-size: 16px;
}

/* .bundlesGroup{
 display: none;
}
.bundlesGroup.active{
 display: block;
} */
.freeTestsSection {
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 65px;
    font-size: 14px;
    color: #2A2A2A;
    border-radius: 12px;
    background-color: rgba(245, 249, 250, 1);
    background-image: url(images/FreeTestsBg.jpg);
    background-repeat: no-repeat;
    background-position: right 0% bottom 45%;
}

.freeTestsTitle {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 16px;
    padding-right: 200px;
}

.freeTestsSubtitle {
    margin-bottom: 12px;
    max-width: 570px;
}

.freeTestsDescr {
    max-width: 570px;
}

.freeTestsBtn {
    cursor: pointer;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    background: #FF8C2A;
    border-radius: 3px;
    width: 198px;
    height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.freeTestsBtn:hover {
    color: #FFFFFF;
}

.eaTests,
.greTests {
    padding: 20px 15px 20px 15px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.eaTestsTitle,
.greTestsTitle {
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.eaTestsDescription {
    font-size: 18px;
    color: #3F3F3F;
    margin-bottom: 36px;
}

.eaTestsBtn,
.greTestsBtn {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    text-decoration: none;
    padding: 0 25px;
    color: #FF8C2A;
    background: #fff;
    border: 1px solid #FF8C2A;
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
}

.eaTestsBtn:hover,
.greTestsBtn:hover {
    color: #ffffff;
    background: #FF8C2A;
}

.greTests {
    padding-top: 30px;
}

.greTestsTitle {
    margin-bottom: 0px;
}

.greTestsContainer {
    margin-top: -20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
}

.greTestsItem {
    height: 210px;
    max-width: 240px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    padding-top: 160px;
}

.greTestsItem.firstItem {
    background: url(images/landFile.png) center no-repeat;
}

.greTestsItem.secondItem {
    background: url(images/check.png) center no-repeat;
}

.greTestsItem.thirdItem {
    background: url(images/jumpTo.png) center no-repeat;
}

.greTestsItem.fourthItem {
    background: url(images/landPageTimer.png) center no-repeat;
}

.greTestsItem.fifthItem {
    background: url(images/catTest.png) center no-repeat;
}

.greTestsItem.sixthItem {
    background: url(images/chat.png) center no-repeat;
}

.modal.hide.fade.questionRes {
    background-color: white;
    padding-top: 30px;
}

.modal.hide.fade.questionRes .button-wrap-for-buy-page {
    display: flex;
    justify-content: center;
    width: 360px;
}

.feature-section {
    display: flex;
    padding: 0 38px 20px 38px;
    gap: 10px;
    position: relative;
}

.over {
    display: none;
    max-height: 36px;
    aspect-ratio: 1 / 1;
    position: absolute;
    border: 1px solid #0A8CBD;
    border-radius: 100%;
    top: 50%;
    height: 75%;
    transition: 120ms ease-in-out;
    transition-property: transform, background-color;
}

.over:hover .over-btn {
    background-color: #EFEFEF;
    cursor: pointer;
}

.over.left {
    left: 390px;
}

.over.right {
    right: 24px;
}

.over-btn {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: white;
    align-items: center;
    justify-content: center;
    border-radius: 228px;
    border: 1px solid transparent;
}

.features-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 100%;
    max-width: 380px;
    height: fit-content;
    padding-top: 96px;
}

.feature-divider {
    background-color: rgba(32, 98, 179, 0.2);
    min-height: 1px;
}

.feature-item {
    align-content: center;
    text-wrap: nowrap;
    width: 100%;
    max-width: 380px;
    height: 26px;
    padding: 0 10px;
    font: 400 14px/2 Poppins, sans-serif;
    color: #1d1d1f;
}

.feature-item:nth-child(odd) {
    background-color: #e2e4e8;
}

.feature-item:first-child {
    border-radius: 6px 6px 0 0;
}

.feature-item:last-child {
    border-radius: 0 0 6px 6px;
}

.feature-item.expert {
    background: #FFEED9;
}

.features-column.quiz .feature-item:last-child,
.features-column .feature-item.expert {
    /* background: transparent; */
}

.feature-item.bordered {
    padding-left: 60px;
}

.feature-item.out {
    padding-left: 60px;
}

.feature-item.with-info {
    display: flex;
    gap: 2px;
    align-items: center;
}

.item-1-time {
    text-align: center;
    font: 400 14px/2 Poppins, sans-serif;
}

.feature-content {
    display: flex;
    align-items: center;
    gap: 1px;
}

.feature-text {
    align-self: stretch;
    margin: auto 0;
}

.info-icon-wrapper {
    align-self: stretch;
    display: flex;
    padding-bottom: 8px;
    align-items: center;
}

.info-icon {
    height: 12px;
    width: 12px;
    margin-bottom: 10px;
}

.info-icon img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 10px;
    align-self: stretch;
    margin: auto 0;
}

.plan-card {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    max-width: 122px;
    border-radius: 6px;
}

.plan-column {
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.plan-column.classic-plan,
.plan-column.adaptive-plan,
.plan-column.tests-and-quiz-plan,
.plan-column.ultimate-plan {
    cursor: default;
}

.plan-column.classic-plan:hover,
.plan-column.adaptive-plan:hover,
.plan-column.tests-and-quiz-plan:hover,
.plan-column.ultimate-plan:hover {
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.5);
    transform: none;
}

.plan-column:hover {
    box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.7);
    transform: scale(1.005);
}

.plan-card.current,
.plan-card.downgrade {
    margin-top: 12px;
    font-size: 18px;

}

.plan-card.current button,
.plan-card.downgrade button {
    display: none;
}

.plan-header {
    position: relative;
    border-radius: 6px 6px 0 0;
    color: #0a8cbd;
    padding: 6px 0;
    font: 500 16px/24px Poppins, sans-serif;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #0a8cbd;
    height: 38px;
}

.plan-header span {
    color: #0a8cbd;
}

.plan-header.with-info {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
    overflow: hidden;
    max-height: 38px;
}

.plan-card:hover .info-title {
    opacity: 1;
}

.plan-column.classic-plan:hover .info-title,
.plan-column.adaptive-plan:hover .info-title,
.plan-column.tests-and-quiz-plan:hover .info-title,
.plan-column.ultimate-plan:hover .info-title {
    opacity: 0;
}

.info-title {
    opacity: 0;
    width: auto;
    text-wrap: nowrap;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e8e5e5;
    top: 47px;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    padding: 3px 10px;
    z-index: 1;
    transition: 0.2s;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.8);
}

.plan-price {
    background-color: #fff;
    min-height: 49px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    width: 122px;
    padding: 6px 7px;
    font: 500 14px/18px Poppins, sans-serif;
    color: #2a2a2a;
    text-align: center;
}

.plan-card .plan-features {
    display: flex;
    flex-direction: column;
}

.plan-card .plan-features .plan-feature {
    margin: 0;
    height: 26px;
    max-width: 100%;
    width: 122px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plan-card .plan-features .plan-feature:nth-child(odd) {
    background-color: #e2e4e8;
}

.plan-card .plan-column.quiz .plan-features .plan-feature:last-child,
.plan-card .plan-features .plan-feature.expert {
    background-color: #FFEED9;
}

.plan-card .plan-features .plan-feature i.fa-regular {
    font-size: 23px;
}

.plan-card .plan-button {
    cursor: pointer;
    border-radius: 0 0 6px 6px;
    background-color: #0a8cbd;
    height: 46px;
    width: 100%;
    max-width: 122px;
    padding: 6px 10px;
    font: 600 16px/28px Poppins, sans-serif;
    color: #fff;
    text-align: center;
    border: 1px solid #0a8cbd;
}

.plan-card .plan-button:hover {
    cursor: pointer;
    background-color: #FFF;
    width: 100%;
    color: #0a8cbd;
    border: 1px solid #FFF;
}

.plan-card .plan-header.free {
    color: #3AB36A;
    border-bottom: 1px solid #3AB36A;
}

.plan-card .plan-header.free span {
    color: #3AB36A;
}

.plan-card .plan-button.free {
    background: #3AB36A;
    border: 1px solid #3AB36A;
}

.plan-card .plan-button.free:hover {
    background: #FFF;
    color: #3AB36A;
    border: 1px solid #FFF;
}


.plan-card .plan-header.quiz {
    color: #CE66F3;
    border-bottom: 1px solid #CE66F3;
}

.plan-card .plan-header.quiz span {
    color: #CE66F3;
}

.plan-card .plan-button.quiz {
    background: #CE66F3;
    border: 1px solid #CE66F3;
}

.plan-card .plan-button.quiz:hover {
    background: #FFF;
    color: #CE66F3;
    border: 1px solid #FFF;
}

.plan-card .plan-header.bonus {
    margin: 0;
    color: #EFA411;
    border-bottom: 1px solid #EFA411;
}

.plan-card .plan-header.bonus span {
    color: #EFA411;
    text-decoration: none;
    height: 38px;
}

.plan-card .plan-button.bonus {
    margin: 0;
    background: #EFA411;
    border: 1px solid #EFA411;
}

.plan-card .plan-button.bonus:hover {
    color: #EFA411;
    background: #FFF;
    border: 1px solid #FFF;
}

.plan-product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 4px 6px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #0A8CBD;
    color: #fff;
    background: #0A8CBD;
    cursor: pointer;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 18px;
}

.plan-product:hover {
    color: #0A8CBD;
    background: #FFF;
    border: 1px solid #FFF;
}

.plan-product .productStatus {
    font-size: 12px;
}

.plan-product .productDescr {
    font-size: 14px;
}

.plan-product .productPrice {
    font-size: 14px;
}

.plan-product.free-trial {
    padding: 4px 7px;
    color: #CE66F3;
    background: #FFF;
    margin-top: 16px;
    border-radius: 6px;
    border: 1px solid #CE66F3;
}

.plan-product.free-trial:hover {
    color: #FFF;
    background: #CE66F3;
    border: 1px solid #CE66F3;
}

.info-section-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
}

.info-section-text {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 1142px;
    margin: 0 auto;
}

.info-section-text .gray {
    color: #6E6E73;
}

.info-section-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 192px;
    height: 40px;
    color: #010202;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    border: 1px solid #010202;
    cursor: pointer;
    transition: all 0.2s;
}

.info-section-btn:hover {
    color: white;
    background-color: #010202;
}

.info-section-btn.filled {
    color: white;
    background-color: #010202;
}

.info-section-btn.filled:hover {
    color: #010202;
    background-color: white;
}

.faqsContainer .divider {
    border-bottom: 1px solid #828282;
    margin: 16px 0;
}

.detail-popup-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    background: #1D1D1F7A;
    right: 0;
    bottom: 0;
    z-index: 99999;
    backdrop-filter: blur(6px);
    display: none;
    align-items: center;
    justify-content: center;
}

.detail-popup {
    box-sizing: content-box;
    background: #FAFAFC;
    border-radius: 20px;
    width: fit-content;
    min-width: 560px;
    padding: 30px 30px 30px;
    font-size: 18px;
    max-height: 90vh;
    overflow: auto;
}

.detail-popup-close {
    width: fit-content;
    margin-left: auto;
    cursor: pointer;
    float: right;
    position: sticky;
    top: 0;
    background: #FAFAFC;
    z-index: 2;
}

.detail-popup-title {
    position: sticky;
    top: -30px;
    background: #FAFAFC;
    z-index: 1;
    padding-top: 30px;
    margin-top: -30px;
}

.faqs {
    max-width: 1142px;
    margin: 23px auto 0 auto;
}

.faq-item:nth-of-type(1) {
    border-top: 1px solid #B2B2B2;
}
.faq-item {
    border-bottom: 1px solid #B2B2B2;
    margin: 1px;
}

.subscriptionTitle {
    padding: 12px 0;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    position: sticky;
    top: 56px;
    background: #FAFAFC;
}

.subscriptionSubTitle {
    font-weight: 700;
    margin-bottom: 12px;
}

.subscriptionSubTitle::before {
    content: "•";
    margin-left: 8px;
    margin-right: 8px;
    color: black;
    font-size: 1em;
}

.faqSectionContent {
    margin-bottom: 16px;
}

.subscriptionSectionContent {
    margin-bottom: 24px;
}

.subscriptionSectionContent:last-child {
    margin-bottom: 0;
}

.subscriptionContent {
    margin-bottom: 24px;
}

.subscriptionContent:last-child {
    margin-bottom: 0;
}

.faq-question {
    padding: 12px 0;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 56px;
    background: #FAFAFC;
    cursor: pointer;
}

.faq-question-active svg {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 8px;
    padding-right: 25px;
}

.faq-question-link {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 20px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .features-column {
        width: 100%;
    }

    .features-wrapper {
        max-width: 100%;
        margin-top: 26px;
    }

    .features-list {
        width: 100%;
    }

    .features-container {
        margin-top: 40px;
    }

    .plan-button {
        white-space: initial;
    }

}

@media screen and (max-width: 1370px) {
    .tab {
        min-width: fit-content;
    }

    .tabSection {
        padding: 12px;
    }

    .feature-section {
        padding: 0 10px 0 10px;
    }

    .contentContainer {
        gap: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .detail-popup {
        min-width: auto;
    }

    .list-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tabsContainer {
        display: none;
    }

    .tabSection {
        flex-direction: column;
    }

    .tabSection .plan-block {
        margin: 0;
    }

    div.field.errors.order {
        margin: 0;
        width: fit-content;
    }

    .selectContainer {
        font-weight: 700;
        font-size: 16px;
        text-transform: uppercase;
        display: none;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0 auto;
        width: 100%;
        color: #ffffff;
        background: #FF8C2A;
        border-radius: 3px;
        min-height: 3em;
        align-self: center;
        cursor: pointer;
        border: none;
        max-width: 358px;
        height: 48px;
        margin-bottom: 18px;
        margin-top: 25px;
    }

    .feature-section {
        overflow-x: auto;
    }

    .feature-item {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
        min-width: 240px;
        line-height: 1.5;
        height: auto;
    }

    .selectContainer svg {
        margin-left: 18px;
    }

    .selectContainer .options {
        border-radius: 0 0 3px 3px;
        position: absolute;
        width: 100%;
        top: 96%;
        background: #FF8C2A;
        z-index: 5;
        color: #ffffff;
        padding-bottom: 15px;
    }

    .selectContainer .option {
        padding: 10px;
    }

    .selectContainer .option.selected {
        background: #F2994A;
        ;
    }

    .contentContainer {
        overflow: unset;
        align-items: center;
        justify-content: center;
    }

    .contentTitle {
        margin-bottom: 10px;
        font-size: 18px;
        display: none;
    }

    .listContainerTitle {
        flex-direction: column;
        margin-bottom: 18px;
        font-size: 14px;
    }

    .card {
        flex-direction: column;
        align-items: center;
        margin-right: 0px;
        max-width: 358px;
        width: 100%;
        margin-bottom: 64px;
        border-radius: 12px 12px 0 0;
    }

    .addition {
        position: static;
        height: 40px;
    }

    .addition::after {
        content: "";
        display: block;
        width: 100%;
        height: 10px;
        background-color: #65AF0F;
        position: relative;
        top: 5px;
    }

    .showMore {
        position: absolute;
        top: 96%;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        background-color: rgba(242, 153, 74, 0.2);
        border-radius: 10px;
        font-weight: 600;
        font-size: 14px;
        z-index: 1;
        color: #FF8C2A;
        height: 60px;
    }

    .showMore.open {
        padding-top: 0px;
        top: 99%;
        height: 40px;
    }

    .features {
        display: none;
    }

    .featuresMobile.active {
        display: block;
        margin-top: 25px;
        padding-left: 20px;
        padding-right: 5px;
        margin-bottom: 25px;
    }

    .step {
        background: #F2F2F2;
        border-radius: 10px;
        font-size: 16px;
        max-width: 358px;
        width: 100%;
        height: 42px;
        display: flex;
        align-items: center;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: space-between;
        margin-right: auto;
        margin-left: auto;
    }

    .step span {
        display: block;
    }

    .step.expanded {
        background: rgba(242, 153, 74, 0.2);
    }

    .bundleContentContainer {
        display: none;
    }

    .bundleContentContainer.expanded {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .review-btn {
        display: none;
    }

    .review-btn.expanded {
        display: block;
        max-width: 360px;
    }

    .bundleCard {
        margin-right: 0px;
        max-width: 358px;
        width: 100%;
        margin-bottom: 25px;
    }

    .bundles .contentTitle {
        margin-bottom: 15px;
    }

    .bundles .showMore {
        display: none;
    }

    .faqsContainer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .freeTestsSection {
        padding: 15px;
        background-image: none;
    }
}