/*** Newsletter ***/
#pricing_newsletter {
}
#pricing_newsletter > form {
    margin: 40px 0;
}
#pricing_newsletter > form > .select_countries {
    position: relative;
}
#pricing_newsletter > form > .select_countries > .zbtn.openselect {
    padding: 8px 40px 8px 14px;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 14px center!important;
    margin-right: 14px;
}
#pricing_newsletter > form > .select_countries > .country_list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
    overflow-y: scroll;
}
.select_countries_open,
.select_countries_open body {
    overflow: hidden;
}
.select_countries_open #pricing_newsletter > form > .select_countries > .country_list {
    display: flex;
    flex-direction: column;
}
#pricing_newsletter .country_list > .select_head {
    flex: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 20px;
    background: #fbfbfb;
    border-bottom: 1px solid #f7f7f7;
}
#pricing_newsletter .country_list > .select_head > .left_side > .title {
    font-weight: 700;
    margin-right: 30px;
}
#pricing_newsletter .country_list > .select_head > .left_side > .select_all {
    font-weight: 700;
}
#pricing_newsletter .country_list > .select_head > .closeselect {
    display: block;
    height: 40px;
    width: 40px;
    background: url('https://zeelproject.com/templates/zeelproject/images/icons/x.svg') center center no-repeat;
    background-size: 40px;
    cursor: pointer;
}
#pricing_newsletter .country_list > .select_body {
    flex: 1;
    overflow-y: scroll;
    padding: 20px;
}
#pricing_newsletter .country_list > .select_body > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    column-count: 5;
}
#pricing_newsletter .country_list > .select_body > ul > li {
    padding: 4px 5px;
    overflow: hidden;
}
#pricing_newsletter .country_list > .select_body > ul > li > label {
    cursor: pointer;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 5px;
}
#pricing_newsletter .country_list > .select_body > ul > li > label > span {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    width: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
}
#pricing_newsletter .country_list > .select_body > ul > li > label > span > .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1 auto;
}
#pricing_newsletter .country_list > .select_body > ul > li > label > span > .count {
    display: block;
    margin-left: 5px;
}
#pricing_newsletter .country_list > .select_body > ul > li > label input[type=checkbox]:checked+span {
    color: #3394e6;
}

#pricing_newsletter .country_list .select_foot {
    flex: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 14px 20px;
    background: #fbfbfb;
    border-top: 1px solid #f7f7f7;
}
#pricing_newsletter .country_list > .select_foot > span.zbtn {
    margin-right: 20px;
}

#pricing_newsletter .price_table {
    margin: 40px 0 20px 0;
}
#pricing_newsletter .price_table > .row {
    display: flex;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 10px;
}
#pricing_newsletter .price_table > .row.head {
    background: #3394e6;
    color: #f7f7f7;
}
#pricing_newsletter .price_table > .row.total {
    font-weight: bold;
}
#pricing_newsletter .price_table > .row > div:nth-child(1) {
    flex: .3;
}
#pricing_newsletter .price_table > .row > div:nth-child(2) {
    flex: .3;
}
#pricing_newsletter .price_table > .row > div:nth-child(3) {
    flex: .3;
}
#pricing_newsletter .price_table > .row > div:nth-child(4) {
    flex: .3;
}

#pricing_newsletter #orderPopup,
#pricing_newsletter #sendok {
    display: none;
}

.ui-dialog.orderPopup {
}
.ui-dialog.orderPopup #orderPopup {
}
.ui-dialog.orderPopup #orderPopup > label {
    font-size: 12px;
}
.ui-dialog.orderPopup #orderPopup > input {
    margin-bottom: 15px;
}
.ui-dialog.orderPopup #orderPopup > .popup_foot {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_form_sent .formSent.formSentSucsess {
    text-align: center;
    padding-left: 100px;
    background: url(https://zeelproject.com/templates/zeelproject/images/service/v-mark.svg) no-repeat;
    background-position: 15px center;
    background-size: 80px;
}
.service_form_sent .formSent.formSentError {
    text-align: center;
    padding-left: 100px;
    background: url(https://zeelproject.com/templates/zeelproject/images/service/x-mark.svg) no-repeat;
    background-position: 15px center;
    background-size: 70px;
}
.service_form_sent .formSent > div:first-child {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 15px;
    font-weight: 900;
    text-transform: uppercase;
}
.service_form_sent .ui-dialog-titlebar {
    line-height: 10px;
}
.service_form_sent .ui-dialog-content {
    padding-bottom: 50px;
}


/* brand plans */
#brand_plans h1 {
}
#brand_plans .brand_options_currency {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
#brand_plans .brand_options_currency > .options {
    display: flex;
}
#brand_plans .brand_options_currency > .options > label:first-child {
    margin-right: 20px; 
}
#brand_plans .brand_options_currency > .currency {
    display: flex;
}
#brand_plans .brand_options_currency > .currency a {
    display: block;
    font-size: 14px;
    border: 1px solid #00b46d;
    height: 30px;
    padding: 0 20px;
    line-height: 28px;
    font-weight: 500;
}
#brand_plans .brand_options_currency > .currency a.active {
    color: #fff;
    background: #00b46d;
}
#brand_plans .brand_options_currency > .currency a {
    color: #333;
}
#brand_plans .brand_options_currency > .currency a:hover {
    text-decoration: none;
    opacity: .9;
}
#brand_plans .brand_options_currency > .currency a:not(.active):hover {
    background: #fff;
}
#brand_plans .brand_options_currency > .currency .usd {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#brand_plans .brand_options_currency > .currency .rub {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#brand_plans {
    max-width: 1366px;
    margin: 0 auto;
}
#brand_plans #offer_table {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 80px;
}
#brand_plans #offer_table > .item {
    flex-basis: 48%;
    width: 48%;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #ebebeb;
    color: #555;
}
#brand_plans #offer_table > .item.standard {
    background-color: #f8fcff;
    border-color: #00b46d;
}
#brand_plans #offer_table > .item > .item {
    padding: 20px;
}
#brand_plans #offer_table > .item > .item.head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 26px;
    line-height: 1.2;
}
#brand_plans #offer_table > .item > .item.head > .name {
    display: block;
    text-align: center;
    font-weight: 500;
}
#brand_plans #offer_table > .item > .item.head > .price {
    display: block;
    text-align: center;
    font-weight: 500;
}
#brand_plans #offer_table > .item > .item.head > .price span.monthly,
#brand_plans #offer_table > .item > .item.head > .price span.annually {
    display: none;
}
#brand_plans #offer_table > .item > .item.head > .price span.monthly.active,
#brand_plans #offer_table > .item > .item.head > .price span.annually.active {
    display: inline-block;
}
#brand_plans #offer_table > .item > .item.head > .price > .month {
    font-size: 20px;
    font-weight: normal;
}
#brand_plans #offer_table > .item > .item.param {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
}
#brand_plans #offer_table > .item > .item.param > .icon {
    height: 20px;
    width: 20px;
}
#brand_plans #offer_table > .item > .item.param > .icon.check_circle {
    background: url(https://zeelproject.com/templates/zeelproject/images/icons/pricing/brand-plans/check-circle-fill.svg) center center no-repeat;
    background-size: 16px;
}
#brand_plans #offer_table > .item > .item.param > .icon.droplet {
    background: url(https://zeelproject.com/templates/zeelproject/images/icons/pricing/brand-plans/droplet.svg) center center no-repeat;
    background-size: 16px;
}
#brand_plans #offer_table > .item > .item.param > .icon.droplet_half {
    background: url(https://zeelproject.com/templates/zeelproject/images/icons/pricing/brand-plans/droplet-half.svg) center center no-repeat;
    background-size: 16px;
}
#brand_plans #offer_table > .item > .item.param > .icon.droplet_fill {
    background: url(https://zeelproject.com/templates/zeelproject/images/icons/pricing/brand-plans/droplet-fill.svg) center center no-repeat;
    background-size: 16px;
}
#brand_plans #offer_table > .item > .item.param > .icon.x_circle {
    background: url(https://zeelproject.com/templates/zeelproject/images/icons/pricing/brand-plans/x-circle.svg) center center no-repeat;
    background-size: 16px;
}
#brand_plans #offer_table > .item > .item.param > .icon.gift {
    background: url(https://zeelproject.com/templates/zeelproject/images/icons/pricing/brand-plans/gift.svg) center center no-repeat;
    background-size: 16px;
}
#brand_plans #offer_table > .item > .item.param > .icon.gift_half {
    background: url(https://zeelproject.com/templates/zeelproject/images/icons/pricing/brand-plans/gift-half.svg) center center no-repeat;
    background-size: 16px;
}
#brand_plans #offer_table > .item > .item.param > .icon.gift_fill {
    background: url(https://zeelproject.com/templates/zeelproject/images/icons/pricing/brand-plans/gift-fill.svg) center center no-repeat;
    background-size: 16px;
}
#brand_plans #offer_table > .item > .item.param > .name {
    display: flex;
    align-items: center;
    color: #6b7280;
}
#brand_plans #offer_table > .item > .item.param > .line {
    flex: 1;
    height: 1px;
    border-bottom: 1px dashed #b7b7b7;
    margin: 0 8px;
}
#brand_plans #offer_table > .item > .item.param > .value.price > span {
    display: none;
}
#brand_plans #offer_table > .item > .item.param > .value.price > span.active {
    display: block;
}
#brand_plans #offer_table > .item > .item.param > .value {
    font-weight: 500;
}
#brand_plans #offer_table > .item > .item.param > .value.not_avlbl {
    font-weight: 300;
    font-style: italic;
}
#brand_plans #offer_table > .item > .item.foot {
    text-align: center;
}
#brand_plans #offer_table > .item > .item.foot > span {
    display: inline-flex;
    align-items: center;
}
#brand_plans #offer_table > .item > .item.foot > span > svg {
    margin-left: 10px;
}
#brand_plans #offer_table > .item.pro > .item.foot > span {
    color: #0077bb;
}

#brand_plans #all_plans_questions > .in > .item > .question {
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 1360px) {
    #brand_plans #offer_table {
        flex-direction: column;
        align-items: center;
    }
    #brand_plans #offer_table > .item {
        flex-basis: 100%;
        width: 100%;
        max-width: 600px;
    }
}



/*** User Plans  ***/
#user_plans {
}

/*** Plan Switchers  ***/
#user_plans .plan_switchers {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 50px 0;
}
#user_plans .plan_switchers > .item {
    display: flex;
    padding: 4px;
    background: #e2e8f0;
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    border-radius: 50px;
}
#user_plans .plan_switchers > .item > button {
    margin: 0;
    padding: 8px 24px;
    border: none;
    outline: none;
    border-radius: 50px;
    line-height: 20px;
    background: transparent;
    color: #555;
    font-weight: 500;
}
#user_plans .plan_switchers > .item > button.active {
    background: #fff;
    color: #000;
}
#user_plans .plan_switchers > .item > button:hover {
    color: #000;
}
@media (max-width: 700px) {
    #user_plans .plan_switchers {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
}


/*** Plans Table ***/
#user_plans .plans_table {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}
#user_plans .plans_table > .item {
    flex: 1;
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px;
}
#user_plans .plans_table > .item.free.disabled {
    opacity: .8;
    pointer-events: none;
}
#user_plans .plans_table > .item.basic {
    border-color: #00b893;
    background: #f8fcff;
    position: relative;
}
#user_plans .plans_table > .item.basic > .recommended {
    position: absolute;
    left: 50%;
    top: -13px;
    transform: translateX(-50%);
    font-size: 13px;
    line-height: 20px;
    padding: 2px 16px;
    border-radius: 50px;
    background: #00b893;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#user_plans .plans_table > .item > .plan_name {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
#user_plans .plans_table > .item > .credits_per_period {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
    color: #888;
    margin-bottom: 4px;
}
#user_plans .plans_table > .item > .credits_switch {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
#user_plans .plans_table > .item > .credits_switch > .in {
    display: flex;
    gap: 10px;
    padding: 4px;
    background: #e2e8f0;
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    border-radius: 50px;
}
#user_plans .plans_table > .item.premium > .credits_switch > .in {
    flex: 1;
}
#user_plans .plans_table > .item > .credits_switch > .in > .sv_item {
    flex: 1;
    min-width: 64px;
    margin: 0;
    padding: 8px 18px;
    border: none;
    outline: none;
    border-radius: 50px;
    line-height: 20px;
    background: transparent;
    color: #555;
    font-weight: 500;
    text-align: center;
    border: 2px solid transparent;
}
#user_plans .plans_table > .item.premium > .credits_switch > .in > .sv_item {
    cursor: pointer;
}
#user_plans .plans_table > .item > .credits_switch > .in > .sv_item.active {
    color: #00b893;
    background-color: #F2FBF9;
    border: 2px solid #00b893;
}
#user_plans .plans_table > .item.free > .credits_switch > .in > .sv_item.active {
    color: #767676;
    background-color: #f5f5f5;
    border: 2px solid #898989;
}
#user_plans .plans_table > .item > .credits_switch > .in > .sv_item:hover {
    color: #00b893;
}
#user_plans .plans_table > .item > .price_wrp {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: flex-end;
    margin-bottom: 30px;
}
#user_plans .plans_table > .item > .price_wrp > .price {
    color: #000;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}
#user_plans .plans_table > .item > .action_btn {
    display: flex;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 10px 14px;
    outline: none;
    border-radius: 50px;
    font-size: 16px;
    line-height: 24px;
    background: transparent;
    color: #222;
    font-weight: 500;
    text-align: center;
    border: 2px solid #999;
    cursor: pointer;
}
#user_plans .plans_table > .item > .action_btn:hover {
    text-decoration: none;
    color: #000;
    border: 2px solid #000;
}
#user_plans .plans_table > .item.basic > .action_btn {
    background: #00b893;
    color: #fff;
    border: 2px solid #00b893;
}
#user_plans .plans_table > .item.basic > .action_btn:hover {
    opacity: .8;
}
#user_plans .plans_table > .item.pro > .action_btn {
    background: #0D0D0D;
    color: #fff;
    border: 2px solid #0D0D0D;
}
#user_plans .plans_table > .item.pro > .action_btn:hover {
    opacity: .8;
}
#user_plans .plans_table > .item > .plan_features {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
#user_plans .plans_table > .item > .plan_features > li {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 0;
}
#user_plans .plans_table > .item > .plan_features > li:before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background: url('https://zeelproject.com/templates/zeelproject/images/icons/pricing/brand-plans/check-circle.svg') center center no-repeat;
}
@media (max-width: 1300px) {
    #user_plans .plans_table {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    #user_plans .plans_table > .item {
        width: 100%;
        max-width: 600px;
    }
}
@media (max-width: 700px) {
    #user_plans .plans_table > .item {
        padding: 10px;
    }
    #user_plans .plans_table > .item > .credits_switch > .in > .sv_item {
        padding: 8px;
    }
}


/*** Brands Section ***/
#user_plans .brands_section {
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
    overflow: hidden;
}
#user_plans .brands_section > .brands_title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #5c6f89;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 26px;
}
#user_plans .brands_section > .brands_marquee {
    margin: 0 20px;
    padding: 10px 0;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}
#user_plans .brands_section > .brands_marquee > .brands_track {
    display: flex;
    align-items: center;
    gap: 60px; 
    width: max-content;
    animation: scrollBrands 60s linear infinite;
}
#user_plans .brands_section > .brands_marquee > .brands_track > a {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}
#user_plans .brands_section > .brands_marquee > .brands_track > a > img {
    height: 44px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: all 0.4s ease;
}
#user_plans .brands_section > .brands_marquee > .brands_track > a:hover {
    transform: translateY(-5px);
}
#user_plans .brands_section > .brands_marquee > .brands_track > a:hover > img {
    filter: grayscale(0%) opacity(1);
}
@keyframes scrollBrands {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
#user_plans .brands_section > .brands_marquee > .brands_track:hover {
    animation-play-state: paused;
}
@media (max-width: 1000px) {
    #user_plans .brands_section > .brands_title {
        font-size: 16px;
    }
    #user_plans .brands_section > .brands_marquee {
        margin: 0;
    }
    #user_plans .brands_section > .brands_marquee > .brands_track > a > img {
        height: 30px;
        max-width: 90px;
    }
}


/*** Faq Container ***/
#user_plans .faq_container {
    padding: 60px 20px;
    background-color: #F1F5F9;
    border-radius: 16px;
    margin-bottom: 50px;
}
#user_plans .faq_container > .faq_in {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
}
#user_plans .faq_container > .faq_in > .faq_item > h3 {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    margin: 0 0 10px 0;
}
#user_plans .faq_container > .faq_in > .faq_item > p {
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    margin: 0;
}
@media (max-width: 1000px) {
    #user_plans .faq_container {
        padding: 30px 20px;
    }
    #user_plans .faq_container > .faq_in {
        grid-template-columns: 1fr;
    }
}


/*** Payments Methods  ***/
#user_plans .payment_fullwidth {
    width: 100%;
    background: #ffffff;
    padding: 40px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
#user_plans .payment_fullwidth > .payment_wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_info {
    display: flex;
    align-items: center;
    gap: 15px;
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_info > .payment_secure_icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f1f5f9 url('https://zeelproject.com/templates/zeelproject/images/icons/pricing/tariff-plans/shield-fill-check.svg') center center no-repeat;
    background-size: 26px;
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_info > .payment_secure_icon > .svg {
    
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_info > .payment_text {
    display: flex;
    flex-direction: column;
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_info > .payment_text > .payment_main_title {
    font-size: 16px;
    font-weight: 500;
    color: #1e293b;
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_info > .payment_text > .payment_sub_title {
    font-size: 12px;
    color: #94a3b8;
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_line {
    height: 40px;
    width: 2px;
    background: #eee;
    flex-shrink: 0;
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_logos {
    display: flex;
    align-items: center;
    gap: 50px;
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_logos > .payment_logo_box img {
    height: 30px;
    width: auto;
    display: block;
    transition: transform 0.3s ease;
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_logos > .payment_logo_box:hover img {
    transform: scale(1.05);
}
#user_plans .payment_fullwidth > .payment_wrapper > .payment_methods_text {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}
@media (max-width: 900px) {
    #user_plans .payment_fullwidth > .payment_wrapper {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    #user_plans .payment_fullwidth > .payment_wrapper > .payment_line {
        display: none;
    }
}






.info-popup {
    display: none;
}
.info-popup > .content {

}
.info-popup > .content > .price-block {

}
.info-popup > .content > .price-block > .price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(224, 224, 224);
}
.info-popup > .content > .price-block > .price-row > span {
    padding: 8px 0;
    font-size: 14px;
}
.info-popup > .content > .price-block > .price-row > .name {
}
.info-popup > .content > .price-block > .price-row > .price {
}
.info-popup > .content > .text {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0;
    opacity: .8;
}

.ui-dialog.descr_btn_popup #zeelpopup > #descr_btn_body > .descr > .subscr_manage_info {
    display: flex;
}
.ui-dialog.descr_btn_popup #zeelpopup > #descr_btn_body > .descr > .subscr_manage_info > .icon {
    flex: 0 0 auto;
    display: block;
    width: 30px;
    flex-basis: 30px;
    height: 42px;
    margin-right: 14px;
    background: url('https://zeelproject.com/templates/zeelproject/images/icons/warning-yellow.svg') center center no-repeat;
    background-size: contain;
}
.ui-dialog.descr_btn_popup #zeelpopup > #descr_btn_body > .descr > .subscr_manage_info > .text {
    flex: 0 1 auto;
}

.ui-dialog.descr_btn_popup #zeelpopup > #descr_btn_body > .descr > .payment_completed_info {
    display: flex;
}
.ui-dialog.descr_btn_popup #zeelpopup > #descr_btn_body > .descr > .payment_completed_info > .icon {
    flex: 0 0 auto;
    display: block;
    width: 34px;
    flex-basis: 34px;
    margin-right: 14px;
    background: url('https://zeelproject.com/templates/zeelproject/images/icons/done-icon.svg?v=1') center center no-repeat;
    background-size: contain;
}
.ui-dialog.descr_btn_popup #zeelpopup > #descr_btn_body > .descr > .payment_completed_info > .text {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
}
.ui-dialog.descr_btn_popup #zeelpopup > #descr_btn_body > .descr > .payment_completed_info > .text > .complated {
    font-size: 16px;
    color: #00b46d;
}
.ui-dialog.descr_btn_popup #zeelpopup > #descr_btn_body > .descr > .payment_completed_info > .text > .thanks {
    font-size: 16px;
    color: #555;
}

.ui-dialog.subscr_payment_popup #subscr_payment_popup {
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .tariff_plan {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .tariff_plan .cr {
    font-weight: 100;
    color: #666;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .payment_type_ttl {
    margin-bottom: 20px;
    font-size: 12px;
    color: #666;
}


.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_form > label {
    margin-right: 10px;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_form > .zbtn {
    flex: 0 0 auto;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_info > .promo_left > .ttl {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 2px;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_info > .promo_left > .code {
    line-height: 20px;
    display: flex;
    align-items: center;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_info > .promo_left > .code > .pr_prc {
    margin-left: 10px;
    font-weight: 500;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_info > .promo_left > .code > svg {
    color: #007e57;
    margin-right: 4px;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_info > .promo_right {
    display: flex;
    margin-left: 10px;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_info > .promo_right > .sprt {
    margin: 0 6px;
    font-size: 12px;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .promo_code > .promo_info > .promo_right > .act_btns {
    display: flex;
    font-size: 13px;
    color: #166fe5;
    cursor: pointer;
}

.ui-dialog.subscr_payment_popup #subscr_payment_popup > .descr {
    font-size: 12px;
    color: #555;
    margin-bottom: 20px;
    padding: 12px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.ui-dialog.subscr_payment_popup #subscr_payment_popup > .descr > .agrement_p {
    margin-bottom: 0;
}


.payment_methods {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.payment_methods .item {
    flex-basis: 48%;
    margin-bottom: 20px;
}