/* payment gateaway | pricing plan */

.pricing-plans {
    margin: var(--smaller-section-margin) 0;
}

.pricing-plans .section-title.--text-centered {
    margin: 0 auto;
}

.pricing-plans .section-description {
    text-align: center;
    line-height: 150%;
    margin: min(24px, 1.667vw) auto 0;
    color: var(--shark-shark-300);
    padding: 0 10px;
    max-width: 600px;
}

.pricing-plans .pricing-plans__wrapper {
    /* margin-top: min(95px, 6.597vw); */
    margin-top: min(80px, 5.556vw);
    display: grid;
    /* grid-template-columns: repeat(4, 1fr);
    gap: min(40px, 2.778vw); */
    gap: min(20px, 1.389vw);
    grid-template-columns: repeat(2, 1fr)
}

.pricing-plans .pricing-plans__wrapper + .default-button {
    margin-top: min(40px, 2.778vw);
}

/* .-apple .pricing-plans .pricing-plans__wrapper {
  margin-top: min(80px, 5.556vw);
} */

.pricing-plan__item {
    grid-column: span 1;
    padding: min(32px, 2.222vw) min(32px, 2.222vw) min(40px, 2.778vw) min(32px, 2.222vw);
    border-radius: min(16px, 1.111vw);
    border: 1px solid var(--shark-shark-50, #EFF2F4);
    background: var(--white, #FFF);
    /* Shadow 40 16 8% */
    box-shadow: 0px min(16px, 1.111vw) min(40px, 2.778vw) 0px rgba(10, 11, 13, 0.08);
}

.pricing-plan__item.-popular,
.plan-slide.-popular {
    position: relative;
    border-radius: 0 0 min(16px, 1.111vw) min(16px, 1.111vw);
}

.plan-slide.-popular .plan-slide__top {
    border-radius: 0;
}

.pricing-plan__item .popular-label,
.plan-slide .popular-label {
    pointer-events: none;
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 3px);
    height: calc(100% + 2px);
    border-radius: inherit;
    border: 2px solid var(--secondary-jade, #3AA670);
}

.pricing-plan__item .popular-label .text,
.plan-slide .popular-label .text {
    padding: min(8px, 0.556vw) min(8px, 0.556vw) min(5px, 0.347vw) min(8px, 0.556vw);
    border-radius: min(8px, 0.556vw) min(8px, 0.556vw) 0px 0px;
    color: var(--white, #FFF);
    background: var(--secondary-jade, #3AA670);
    position: absolute;
    left: -2px;
    top: 0;
    transform: translateY(calc(-100% - 2px));
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 4px);
    font-weight: 600;
}

.pricing-plan__item .best-for {
    color: var(--shark-shark-300, #8C8F90);
    margin-top: min(8px, 0.556vw);

}

.price-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin: min(32px, 2.222vw) 0 min(24px, 1.667vw);

}

.pricing-plan__item .price {
}

.pricing-plan__item .price + .default-button {
    margin-top: min(24px, 1.667vw);
}

.pricing-plan__item .default-button + .free-transactions-title {
    margin-top: min(32px, 2.222vw);
}

.pricing-plan__item .free-transactions-title + .free-transactions-text {
    margin-top: min(8px, 0.556vw);
    display: flex;
    justify-content: space-between;
}

.pricing-plans__key-features {
    margin-top: min(32px, 2.222vw);
}

.pricing-plans__key-features .separator {
    margin-top: min(32px, 2.222vw);
    margin-bottom: min(32px, 2.222vw);
    display: block;
    width: 100%;
    height: 1px;
    background: var(--shark-shark-100, #E4E7E9);
}

.pricing-plans__key-features .list {
    margin-top: min(13px, 0.903vw);
}

.pricing-plans__key-features .list li {
    position: relative;
    margin-top: min(8px, 0.556vw);
    padding-left: min(24px, 1.667vw);
}

.pricing-plans__key-features .list li:before {
    content: '';
    position: absolute;
    /* left: max(-1px, -0.069vw); */
    /* top: min(5px, 0.347vw); */
    top: 1px;
    left: 0;
    width: min(16px, 1.111vw);
    height: min(16px, 1.111vw);
    display: block;
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IjI0eDI0IC8gY2hlY2siPgo8cGF0aCBpZD0iSWNvbiIgZD0iTTEzLjMzMzcgNEw2LjAwMDMzIDExLjMzMzNMMi42NjY5OSA4IiBzdHJva2U9IiMwQTBCMEQiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9zdmc+Cg==);
}


/* payment gateaway | table-section */

.table-section {
    margin: var(--smaller-section-margin) 0;
}

.table-section .comparing-slider {
    display: none;
}

.table-section .section-title {
    margin-bottom: min(92px, 6.389vw);
}

.comparing-table .mobile-info {
    display: none;
}

.comparing-table table {
    border-collapse: collapse;
    width: 100%;
}

.comparing-table thead {
    /* position: relative; */
    position: sticky;
}

.comparing-table thead:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: -30px;
    /* top: 0; */
    display: block;
    width: 100%;
    height: 50px;
    background: var(--white);
}

.comparing-table thead td {
    background: var(--shark-shark-50, #EFF2F4);
}


.comparing-table thead td:first-child {
    border-radius: min(16px, 1.111vw) 0 0 min(16px, 1.111vw);
}

.comparing-table thead td:last-child {
    border-radius: 0 min(16px, 1.111vw) min(16px, 1.111vw) 0;
}

.comparing-table thead td.-popular {
    position: relative;
    border-radius: 0 0 min(16px, 1.111vw) 0;
}

.comparing-table thead td.-popular .popular-label {
    pointer-events: none;
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% + -2px);
    height: calc(100% + 2px);
    border-radius: inherit;
    /*border: 2px solid var(--secondary-jade, #3AA670);*/

}

.comparing-table thead td.-popular .popular-label .text {
    padding: min(8px, 0.556vw) min(8px, 0.556vw) min(5px, 0.347vw) min(8px, 0.556vw);
    border-radius: min(8px, 0.556vw) min(8px, 0.556vw) 0px 0px;
    color: var(--white, #FFF);
    background: var(--secondary-jade, #3AA670);
    position: absolute;
    left: -2px;
    top: 0;
    transform: translateY(calc(-100% - 2px));
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% + 4px);
    font-weight: 600;
}

.comparing-table thead td .default-button {
    margin-top: min(10px, 0.694vw);
}

.comparing-table tbody th {
    width: 100%;
    padding: min(24px, 1.667vw);
    text-align: left;
    border: 1px solid var(--shark-shark-125, #DADDDE);
    border-top: none;
}

.comparing-table tr {
    display: flex;
}

.comparing-table tr td {
    width: 100%;
    padding: min(24px, 1.667vw);
    border: 1px solid var(--shark-shark-125, #DADDDE);
}

.comparing-table tr:not(.head) td {
    border-top: none;
    transition: background 0.4s;
}

.comparing-table.-fixed-header tr:not(.head) td {
    border-top: 1px solid var(--shark-shark-125, #DADDDE);
}

.comparing-table tr td:not(:first-child) {
    border-left: none;
}

.comparing-table tr td:first-child {
    max-width: 16.667vw;
}

.comparing-table tbody tr:nth-child(even) td {
    background: var(--shark-shark-25, #F7F9FA);
}

.comparing-table tr td.check,
.comparing-table tr td.empty {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comparing-table tr td.check:before {
    content: '';
    display: block;
    width: min(20px, 1.389vw);
    height: min(20px, 1.389vw);
    border-radius: min(83.333px, 5.787vw);
    background: no-repeat center / min(12px, 0.833vw) url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IjI0eDI0IC8gY2hlY2siPgo8cGF0aCBpZD0iSWNvbiIgZD0iTTEwIDNMNC41IDguNUwyIDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L3N2Zz4K);
    background-color: var(--accent, #512CCC);
}

.comparing-table tbody tr td:not(:first-child) {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.comparing-table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 min(16px, 1.111vw);
}

.comparing-table tbody tr:last-child td:last-child {
    border-radius: 0 0 min(16px, 1.111vw) 0;
}

.-acordion-table .comparing-table th {
    position: relative;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: min(60px, 4.167vw);
    cursor: pointer;
    transition: color 0.4s;
}

/*.-acordion-table.-open .comparing-table th {*/
/*  pointer-events: none;*/
/*}*/

.-acordion-table .comparing-table th:after {
    content: '';
    position: absolute;
    right: min(24px, 1.667vw);

    display: block;
    width: min(32px, 2.222vw);
    height: min(32px, 2.222vw);
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTJMMTYgMjBMMjQgMTIiIHN0cm9rZT0iIzBBMEIwRCIgc3Ryb2tlLXdpZHRoPSIzLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    transition: transform 0.4s, opacity 0.4s;
}

.-acordion-table.-open .comparing-table th:after {
    transform: rotate(180deg);
}

.-acordion-table .comparing-table .acordion-table__body tr:first-child {
    margin-top: 0;
    border-top: 1px solid var(--shark-shark-125, #DADDDE);
}

.acordion-table__body {
    transition: height 0.7s;
    overflow: hidden;
    display: block;
}

.-acordion-table .comparing-table table {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--shark-shark-125, #DADDDE);
    border-radius: min(16px, 1.111vw);
    overflow: hidden;
}

.-acordion-table .comparing-table table tr {
    margin: 0 -1px;
}

.-acordion-table .comparing-table table .acordion-table__body tr:last-child,
.-acordion-table .comparing-table table .acordion-table__body tr:last-child td {
    border-bottom: none;
}

.comparing-table.-hide-on-mob tbody td:not(:first-child) {
    justify-content: flex-start;
    text-align: left;
}


.table-header-zone .comparing-table.-fixed-header {
    margin: 0;
    position: sticky;
    z-index: 10;
}

.table-header-zone .comparing-table {
    position: relative;
}

.table-header-zone .table-wrapper .comparing-table thead {
    opacity: 0;
    position: absolute;
}

.table-header-zone .comparing-table.-fixed-header + .table-wrapper .comparing-table {
    margin-top: 0;
}

.table-wrapper + .default-button {
    margin-top: min(40px, 2.778vw);
}


/* Pricing  | pricing-plans */

.pricing-plans.-main {
    margin: 0;
}

/* .pricing-plans.-main .pricing-plans__wrapper {
  gap: min(20px, 1.389vw);
  grid-template-columns: repeat(4, 1fr)
} */

.pricing-plans__key-features .list.-star-list li:before {
    background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IjI0eDI0IC8gc3Rhci0wMSI+CjxwYXRoIGlkPSJJY29uIiBkPSJNNy41MjE3NSAyLjMwMjA1QzcuNjc1NCAxLjk5MDc2IDcuNzUyMjMgMS44MzUxMSA3Ljg1NjUzIDEuNzg1MzhDNy45NDcyOCAxLjc0MjExIDguMDUyNyAxLjc0MjExIDguMTQzNDUgMS43ODUzOEM4LjI0Nzc1IDEuODM1MTEgOC4zMjQ1OCAxLjk5MDc2IDguNDc4MjMgMi4zMDIwNUw5LjkzNjAyIDUuMjU1MzZDOS45ODEzOCA1LjM0NzI2IDEwLjAwNDEgNS4zOTMyMSAxMC4wMzcyIDUuNDI4ODlDMTAuMDY2NiA1LjQ2MDQ4IDEwLjEwMTggNS40ODYwNyAxMC4xNDA5IDUuNTA0MjVDMTAuMTg1IDUuNTI0NzkgMTAuMjM1NyA1LjUzMjIgMTAuMzM3MSA1LjU0NzAyTDEzLjU5OCA2LjAyMzY0QzEzLjk0MTQgNi4wNzM4MyAxNC4xMTMgNi4wOTg5MyAxNC4xOTI1IDYuMTgyNzlDMTQuMjYxNiA2LjI1NTc2IDE0LjI5NDEgNi4zNTYwMyAxNC4yODEgNi40NTU2OUMxNC4yNjU5IDYuNTcwMjIgMTQuMTQxNiA2LjY5MTI5IDEzLjg5MyA2LjkzMzQyTDExLjUzNDMgOS4yMzA3OEMxMS40NjA4IDkuMzAyNCAxMS40MjQgOS4zMzgyMSAxMS40MDAzIDkuMzgwODFDMTEuMzc5MyA5LjQxODUzIDExLjM2NTggOS40NTk5OCAxMS4zNjA2IDkuNTAyODRDMTEuMzU0NyA5LjU1MTI1IDExLjM2MzQgOS42MDE4MyAxMS4zODA3IDkuNzAzTDExLjkzNzMgMTIuOTQ3OUMxMS45OTYgMTMuMjkwMiAxMi4wMjUzIDEzLjQ2MTMgMTEuOTcwMiAxMy41NjI4QzExLjkyMjIgMTMuNjUxMiAxMS44MzY5IDEzLjcxMzIgMTEuNzM4IDEzLjczMTVDMTEuNjI0NCAxMy43NTI1IDExLjQ3MDcgMTMuNjcxNyAxMS4xNjM0IDEzLjUxMDFMOC4yNDgyMyAxMS45NzcxQzguMTU3NCAxMS45MjkzIDguMTExOTkgMTEuOTA1NCA4LjA2NDE0IDExLjg5NkM4LjAyMTc4IDExLjg4NzcgNy45NzgyIDExLjg4NzcgNy45MzU4NCAxMS44OTZDNy44ODc5OSAxMS45MDU0IDcuODQyNTggMTEuOTI5MyA3Ljc1MTc1IDExLjk3NzFMNC44MzY2IDEzLjUxMDFDNC41MjkyNiAxMy42NzE3IDQuMzc1NTkgMTMuNzUyNSA0LjI2MTk2IDEzLjczMTVDNC4xNjMxIDEzLjcxMzIgNC4wNzc3OSAxMy42NTEyIDQuMDI5OCAxMy41NjI4QzMuOTc0NjUgMTMuNDYxMyA0LjAwNCAxMy4yOTAyIDQuMDYyNyAxMi45NDc5TDQuNjE5MjQgOS43MDNDNC42MzY1OSA5LjYwMTgzIDQuNjQ1MjYgOS41NTEyNSA0LjYzOTM5IDkuNTAyODRDNC42MzQyIDkuNDU5OTggNC42MjA3MiA5LjQxODUzIDQuNTk5NzIgOS4zODA4MUM0LjU3NTk5IDkuMzM4MjEgNC41MzkyMyA5LjMwMjQgNC40NjU3IDkuMjMwNzhMMi4xMDcwMiA2LjkzMzQyQzEuODU4NDIgNi42OTEyOSAxLjczNDEyIDYuNTcwMjIgMS43MTkgNi40NTU2OUMxLjcwNTg0IDYuMzU2MDMgMS43MzgzNSA2LjI1NTc2IDEuODA3NDggNi4xODI3OUMxLjg4Njk0IDYuMDk4OTMgMi4wNTg2MyA2LjA3MzgzIDIuNDAyMDEgNi4wMjM2NEw1LjY2Mjg1IDUuNTQ3MDJDNS43NjQyNiA1LjUzMjIgNS44MTQ5NyA1LjUyNDc5IDUuODU5MTIgNS41MDQyNUM1Ljg5ODIyIDUuNDg2MDcgNS45MzM0MiA1LjQ2MDQ4IDUuOTYyNzcgNS40Mjg4OUM1Ljk5NTkyIDUuMzkzMjEgNi4wMTg2IDUuMzQ3MjYgNi4wNjM5NiA1LjI1NTM2TDcuNTIxNzUgMi4zMDIwNVoiIHN0cm9rZT0iIzBBMEIwRCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+Cjwvc3ZnPgo=);
}

.pricing-plan__cta {
    grid-column: span 2;
    padding: min(24px, 1.667vw) min(32px, 2.222vw);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(24px, 1.667vw);

    border-radius: min(16px, 1.111vw);
    border: 1px solid var(--shark-shark-50, #EFF2F4);
    background: var(--white, #FFF);
    /* Shadow 40 16 8% */
    box-shadow: 0px min(16px, 1.111vw) min(40px, 2.778vw) 0px rgba(10, 11, 13, 0.08);
}

.pricing-plan__cta .left .text {
    margin-top: min(4px, 0.278vw);
}

.table-wrapper + .table-wrapper .comparing-table {
    margin-top: min(48px, 3.333vw);
}

@media screen and (max-width: 1100px) {

    /* Homepage | pricing-plans */
    .pricing-plans .pricing-plans__wrapper {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 40px;
        gap: 24px;
    }

    .pricing-plans.-main .pricing-plans__wrapper {
        gap: 16px;
        grid-template-columns: repeat(1, 1fr)
    }

    .pricing-plans .pricing-plans__wrapper + .default-button {
        margin-top: 24px;
    }

    .pricing-plan__item {
        position: relative;
        padding: 24px;
        border-radius: 16px;
        box-shadow: 0px 16px 40px 0px rgba(10, 11, 13, 0.08);
    }

    .pricing-plan__item.-popular {
        position: relative;
        border-radius: 0 0 16px 16px;
        margin-top: 24px;
    }

    .pricing-plan__item .popular-label .text {
        padding: 8px 8px 5px 8px;
        border-radius: 8px 8px 0 0;
        width: calc(100% + 4px);
    }

    .pricing-plan__item .best-for {
        margin-top: 8px;
        min-height: auto;
    }

    .pricing-plan__item .price {
        margin-top: 2px;
        min-height: 48px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .pricing-plan__item .price + .default-button {
        margin-top: 15px;
    }

    .pricing-plan__item .default-button + .free-transactions-title {
        margin-top: 23px;
    }

    .pricing-plan__item .free-transactions-title + .free-transactions-text {
        margin-top: 8px;
    }


    .pricing-plans__key-content {
        padding-top: 17px;
    }

    .pricing-plans__key-features .separator {
        margin-top: 0;
        margin-bottom: 18px;
    }

    .pricing-plans__key-features .list {
        margin-top: 13px;
    }

    .pricing-plans__key-features .list li {
        position: relative;
        margin-top: 8px;
        padding-left: 24px;
    }

    .pricing-plans__key-features .list li:before {
        left: -1px;
        top: 2px;
        width: 16px;
        height: 16px;
    }

    .pricing-plans__key-features .opener {
        position: absolute;
        right: 24px;
        top: 24px;
        width: 24px;
        height: 24px;
        border-radius: 100px;
        border: 1px solid var(--shark-shark-100, #E4E7E9);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pricing-plans__key-features .opener .plus {
        position: relative;
        display: block;
        width: 12px;
        height: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pricing-plans__key-features .opener .plus:before,
    .pricing-plans__key-features .opener .plus:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        transition: transform 0.4s;
        background: no-repeat center / contain url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNSA2SDkuNSIgc3Ryb2tlPSIjMEEwQjBEIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    }

    .pricing-plans__key-features .opener .plus:after {
        transform: rotate(90deg);
    }

    .pricing-plans__key-features.-open .opener .plus:after {
        transform: rotate(0deg);
    }

    .pricing-plans__key-features.-always-open .pricing-plans__key-features__wrapper {
        height: auto !important;
    }

    /* .pricing-plans__key-features .default-button {
        display: flex;
        margin-top: 16px;
    } */
    .pricing-plans__key-features__wrapper {
        height: 0;
        overflow: hidden;
        transition: height 0.6s;
    }


    /* Homepage | table-section */
    .comparing-table {
        margin-top: 24px;
    }

    .comparing-table thead td:first-child {
        border-radius: 16px 0 0 0;
    }

    .comparing-table thead td:last-child {
        border-radius: 0 16px 0 0;
    }

    .comparing-table thead td .default-button {
        margin-top: 10px;
    }

    .comparing-table tbody th {
        padding: 16px;
    }

    .comparing-table tr td {
        padding: 16px;
        transition: transform 0.6s, background 0.4s;
    }

    .comparing-table tr:not(.head) td {
        transition: transform 0.6s, background 0.4s;
    }

    .comparing-table tr td:first-child {
        max-width: 20%;
    }

    .comparing-table tr td.check:before {
        width: 16px;
        height: 16px;
        border-radius: 80px;
        background-size: 10px;
    }


    .-acordion-table .comparing-table th {
        padding: 12px 40px 12px 16px;
    }

    .-acordion-table .comparing-table th:after {
        right: 16px;
        width: 24px;
        height: 24px;
    }

    .-acordion-table .comparing-table table {
        border-radius: 4px;
    }

    .-acordion-table .comparing-table tbody {
        border: none;
        border-radius: 0;
    }

    .table-wrapper + .default-button {
        margin-top: 24px;
    }

    /* Pricing  | pricing-plans */
    .pricing-plan__cta {
        grid-column: span 1;
        padding: 24px;
        flex-direction: column;
        gap: 16px;
        padding: 24px;
        border-radius: 16px;
        box-shadow: 0px 16px 40px 0px rgba(10, 11, 13, 0.08);
    }

    .pricing-plan__cta .left .text {
        margin-top: 8px;
    }

    .pricing-plan__cta .default-button,
    .pricing-plan__cta .right {
        width: 100%;
    }

    .table-wrapper + .table-wrapper .comparing-table {
        margin-top: 24px;
    }
}

@media screen and (max-width: 760px) {

    /* Homepage | table-section */
    .table-section {
        overflow: hidden;
    }

    .table-section .comparing-slider {
        display: block;
        margin-top: 24px;
    }

    .table-section .section-title {
        margin-bottom: 0;
    }

    .table-section .comparing-slider.-bigger {
        margin-top: 32px;
    }

    .comparing-table {
        margin-top: 22px;
    }

    .comparing-table table {
        overflow: hidden;
    }


    .comparing-table thead {
        display: none;
    }

    .comparing-table tbody th {
        border: 1px solid var(--shark-shark-100, #E4E7E9);
        padding: 10px 16px 8px 16px;
    }

    .comparing-table tr td {
        padding: 14px 16px 10px 16px;
        transition: transform 0.7s;
    }

    .comparing-table tr td:first-child {
        max-width: none;
        width: 164px;
        min-width: 164px;
        position: relative;
        z-index: 2;
        background: var(--white, #fff);
    }

    .comparing-table tr td.check:before {
        width: 16px;
        height: 16px;
        border-radius: 80px;
        background-size: 10px;
    }

    .comparing-table tr td:not(:first-child) {
        min-width: calc(100% - 164px);
    }

    .plan-slide {
        border-radius: 16px;
        border: 1px solid var(--shark-shark-125, #DADDDE);
    }

    .plan-slide__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--shark-shark-50, #EFF2F4);
        padding: 16px;
        border-radius: 16px 16px 0 0;
    }

    .plan-slide__top:last-child {
        border-radius: 16px;
    }

    .plan-slide-bottom__row {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .plan-slide-bottom__row div {
        padding: 12px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .plan-slide-bottom__row div:first-child {
        text-align: left;
        justify-content: flex-start;
        min-width: 164px;
    }

    .plan-slide-bottom__row:nth-child(even) {
        background: var(--shark-shark-25, #F7F9FA);
    }

    .plan-slide-bottom__row:not(:last-child) div {
        border-bottom: 1px solid var(--shark-shark-100, #E4E7E9);
    }


    .plan-slide-bottom__row div:not(:first-child) {
        border-left: 1px solid var(--shark-shark-100, #E4E7E9);
        min-width: calc(100% - 164px);
    }

    .plan-slide .default-button {
        margin-left: 10px;
    }

    .comparing-slider .pagination {
        margin-top: 12px;
    }


    .comparing-table .mobile-info {
        display: flex;
    }

    .comparing-table .mobile-info > * {
        width: 100%;
    }

    .comparing-table .mobile-info .row-name {
        display: block;
        color: var(--shark-shark-300, #8C8F90);
        padding: 0 16px 8px 16px;
        width: 164px;
        min-width: 164px;
    }

    .comparing-table .mobile-info .row-value {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 16px 8px 16px;
    }

    .comparing-table .mobile-info .row-value p {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s;
    }

    .comparing-table .mobile-info .row-value p.-active {
        position: relative;
        opacity: 1;
        pointer-events: auto;
    }

    .comparing-table tbody {
        display: block;
        border-radius: 4px;
        border: 1px solid var(--shark-shark-100, #E4E7E9);
        overflow: hidden;
    }

    .comparing-table tbody tr.head th {
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .comparing-table tbody tr td:first-child {
        border-left: none;
    }

    .comparing-table tbody tr td:not(:first-child) {
        border-right: none;
    }

    .comparing-table tbody tr:last-child td {
        border-bottom: none;
    }

    .comparing-table.-hide-on-mob {
        display: none;
    }


    .pricing-plan__item.-popular,
    .plan-slide.-popular {
        position: relative;
        border-radius: 0 0 16px 16px;
    }

    .pricing-plan__item .popular-label .text,
    .plan-slide .popular-label .text {
        padding: 8px 8px 5px 8px;
        border-radius: 8px 8px 0 0;
    }
}