.price-page {
    color: #505862;
    background: #f5f6f7;
}

.price-page .price-hero {
    position: relative;
    min-height: 440px;
    margin-top: 80px;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center 42%;
}

.price-page .price-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15, 20, 26, .64);
}

.price-page .price-hero .container {
    position: relative;
    z-index: 1;
}

.price-page .price-hero .section-title {
    width: min(780px, 76%);
    margin: 0;
    text-align: left !important;
}

.price-page .price-hero .section-title h2 {
    margin: 0 0 14px;
    padding: 0;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35 !important;
    text-transform: none;
    letter-spacing: 0;
}

.price-page .price-hero .section-title h1 {
    margin: 0 0 22px;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15 !important;
    text-shadow: 0 2px 18px rgba(0, 0, 0, .24);
}

.price-page .price-hero .section-title .lead {
    margin: 0;
    padding: 0;
    color: #f4f5f6 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
}

.price-page .price-plans-section {
    padding: 80px 0 88px;
    background: #f5f6f7;
}

.price-page .price-plans-section > .container > .section-title {
    max-width: 860px;
    margin: 0 auto 34px;
}

.price-page .price-plans-section > .container > .section-title h3 {
    margin: 0 0 18px;
    padding: 0;
    color: #20262d;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25 !important;
}

.price-page .price-plans-section > .container > .section-title h3 span {
    color: #d94720;
}

.price-page .price-plans-section > .container > .section-title .lead {
    color: #626a74;
    font-size: 16px;
    line-height: 1.7;
}

.price-page .price-packages-grid {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.price-page .price-packages-grid .renew-info {
    width: 100%;
    margin: 0 0 8px;
    grid-column: 1 / -1;
    overflow: visible;
    color: #333b44;
    background: #fff;
    border: 1px solid #dfe3e7; 
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}

.price-page .price-packages-grid .renew-info a {
    padding: 16px 20px;
    display: block;
}

.price-page .price-packages-grid .renew-info p {
    margin: 0;
    color: #333b44;
}

.price-page .price-packages-grid .renew-info span {
    color: #c93e1c;
    font-weight: 700;
    text-decoration: none;
}

.price-page .price-package-column {
    width: auto;
    max-width: none;
    padding: 0;
    display: flex;
}

.price-page .pricing-table {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe3e7;
    /* border-top: 4px solid #252c34; */
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(31, 38, 45, .07);
}

.price-page .price-package-column:last-child .pricing-table {
    border-color: #e85a34;
    border-top-color: #e85a34;
    box-shadow: 0 16px 36px rgba(232, 90, 52, .14);
}

.price-page .pricing-table-header.grd1 {
    min-height: 194px;
    padding: 28px 24px 24px;
    background: #ff7100 !important;
}

.price-page .price-package-column:last-child .pricing-table-header.grd1 {
    background: #ff7100 !important;
}

.price-page .pricing-table-header h2 {
    margin: 0 0 20px;
    padding: 0;
    color: #fff !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25 !important;
}

.price-page .pricing-table-header h3 {
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.35 !important;
    text-transform: none;
}

.price-page .pricing-table-header h3:last-child {
	margin-top: 13px;
    padding: 8px 10px;
    display: inline-block;
    color: #000 !important;
    background: gold;
    border-radius: 4px;
    font-size: 14px;
}

.price-page .pricing-table-space {
    display: none;
}

.price-page .pricing-table-text {
    margin: 0;
    padding: 20px 24px 18px;
    color: #252c34;
    border-bottom: 1px solid #e5e8eb;
}

.price-page .pricing-table-text p {
    margin: 0;
    color: #252c34;
    background: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    -webkit-text-fill-color: currentColor;
    animation: none;
}

.price-page .pricing-table-features {
    margin: 0;
    padding: 8px 24px 14px;
    flex: 1;
    color: #525a64;
    border-bottom: 1px solid #e5e8eb;
    font-size: 14px;
    line-height: 1.5;
}

.price-page .pricing-table-features p {
    min-height: 50px;
    margin: 0;
    padding: 13px 0;
    display: flex;
    align-items: center;
    color: #525a64;
    border-bottom: 1px solid #eceff1;
    text-align: left;
}

.price-page .pricing-table-features p:last-child {
    border-bottom: 0;
}

.price-page .pricing-table-features i {
    width: 28px;
    min-width: 28px;
    margin-right: 10px;
    padding: 0;
    color: #16927d;
    border: 0;
    font-size: 16px;
    text-align: center;
}

.price-page .pricing-table-sign-up {
    margin: 0;
    padding: 22px 24px 24px;
}

.price-page .pricing-table-sign-up .btn.grd1 {
    width: 100%;
    min-height: 48px;
    padding: 13px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #ff7100 !important;
    border: 1px solid #ff7100 !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.price-page .price-package-column:last-child .pricing-table-sign-up .btn.grd1,
.price-page .pricing-table-sign-up .btn.grd1:hover,
.price-page .pricing-table-sign-up .btn.grd1:focus {
    color: #fff;
    background: #ff7100 !important;
    border-color: #ff7100 !important;
}

.price-page .pricing-table-sign-up .effect-1::after {
    display: none;
}

.price-page .price-faq-section {
    padding: 80px 0 88px;
    background: #fff;
}

.price-page .price-faq-section .section-title {
    max-width: 760px;
    margin: 0 auto 38px;
}

.price-page .price-faq-section .section-title h2 {
    margin: 0 0 16px;
    padding: 0;
    color: #20262d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3 !important;
}

.price-page .price-faq-section .section-title p {
    color: #626a74;
    font-size: 16px;
    line-height: 1.65;
}

.price-page .price-faq-section .pt-45 {
    margin-top: 0;
}

.price-page .faq-content,
.price-page .faq-accordion {
    height: 100%;
}

.price-page .faq-accordion .accordion {
    margin: 0;
}

.price-page .faq-accordion .accordion-item {
    margin-bottom: 14px;
    padding: 22px 24px;
    background: #f6f7f8;
    border: 1px solid #e1e4e7;
    /* border-top: 3px solid #303840; */
    border-radius: 5px;
}

.price-page .faq-accordion .accordion-title {
    padding: 0;
    display: block;
    color: #252c34;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.price-page .faq-accordion .accordion-title i {
    display: none;
}

.price-page .faq-accordion .accordion-content {
    margin-top: 12px;
}

.price-page .faq-accordion .accordion-content p {
    margin: 0;
    color: #626a74;
    font-size: 15px;
    line-height: 1.7;
}

.price-page .el-dialog {
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 24px 70px rgba(20, 26, 32, .24);
}

.price-page .el-dialog__header {
    padding: 22px 26px;
    background: #ff7100;
}

.price-page .el-dialog__title,
.price-page .el-dialog__headerbtn .el-dialog__close {
    color: #fff;
    font-weight: 700;
}

.price-page .el-dialog__body {
    padding: 28px 28px 18px;
}

.price-page .price-payment-dialog .el-form-item {
    margin-bottom: 22px;
}

.price-page .price-payment-dialog .el-form-item__label {
    color: #303840;
    font-weight: 700;
}

.price-page .price-payment-dialog .el-input__inner {
    height: 46px;
    border-color: #cfd5da;
    border-radius: 4px;
}

.price-page .price-payment-dialog .pay-items {
    margin: 0 0 18px;
    padding: 14px 18px;
    background: #f1f3f5;
    /* border-left: 4px solid #ff7100; */
    border-radius: 4px;
}

.price-page .price-payment-dialog .pay-items h1 {
    margin: 0;
    padding: 0;
    color: #ff7100;
    font-size: 30px;
    font-weight: 700;
}

.price-page .price-payment-dialog .Method .el-form-item__content {
    margin-left: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.price-page .price-payment-dialog .Method .el-form-item__content::before,
.price-page .price-payment-dialog .Method .el-form-item__content::after {
    display: none;
}

.price-page .price-payment-dialog .pay {
    width: 100% !important;
    min-width: 0;
    height: 84px;
    margin: 0;
    padding: 9px 12px;
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #fff;
    border: 1px solid #d8dde2;
    border-radius: 4px;
}

.price-page .price-payment-dialog .pay:only-child {
    grid-column: 1 / -1;
}

.price-page .price-payment-dialog .pay.active {
    background: #f1fbf8;
    border: 2px solid #16927d;
    box-shadow: 0 0 0 2px rgba(22, 146, 125, .1);
}

.price-page .price-payment-dialog .pay img {
    margin: 0;
    max-width: 112px;
    max-height: 30px;
    object-fit: contain;
}

.price-page .price-payment-dialog .pay span {
    position: static;
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 0;
    display: block;
    color: #146f61;
    background: transparent;
    border-radius: 0;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.price-page .price-payment-dialog .payment .el-col > p {
    margin: 6px 0 0;
    color: #626a74;
    font-size: 13px;
    line-height: 1.6;
}

.price-page .el-dialog__footer {
    padding: 18px 28px 26px;
    border-top: 1px solid #e4e7ea;
}

.price-page .price-payment-dialog .el-dialog__footer .el-button {
    min-width: 160px;
    min-height: 44px;
    color: #fff;
    background: #ff7100;
    border-color: #ff7100;
    border-radius: 4px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .price-page .price-packages-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-page .price-faq-section .col-lg-6 + .col-lg-6 {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .price-page .price-hero {
        min-height: 420px;
        margin-top: 80px;
        background-position: 56% center;
    }

    .price-page .price-hero .section-title {
        width: 100%;
    }

    .price-page .price-hero .section-title h2 {
        font-size: 15px;
    }

    .price-page .price-hero .section-title h1 {
        font-size: 34px;
    }

    .price-page .price-hero .section-title .lead {
        font-size: 15px;
        line-height: 1.65;
    }

    .price-page .price-plans-section,
    .price-page .price-faq-section {
        padding: 58px 0 64px;
    }

    .price-page .price-plans-section > .container > .section-title h3,
    .price-page .price-faq-section .section-title h2 {
        font-size: 27px;
    }

    .price-page .price-packages-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .price-page .pricing-table-header.grd1 {
        min-height: 0;
    }

    .price-page .faq-accordion .accordion-item {
        padding: 20px;
    }

    .price-page .price-payment-dialog .Method .el-form-item__content {
        grid-template-columns: 1fr;
    }

    .price-page .price-payment-dialog .pay {
        height: 76px;
    }
}

@media (max-width: 420px) {
    .price-page .price-hero .section-title h1 {
        font-size: 30px;
    }

    .price-page .el-dialog {
        width: calc(100% - 24px) !important;
    }

    .price-page .el-dialog__body,
    .price-page .el-dialog__footer {
        padding-right: 20px;
        padding-left: 20px;
    }
}
