<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tariffs-header-section {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 60px auto 0px;
}

.tariffs-header-section h2 {
    color: #24223E;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.tariffs-header-section h3 {
    color: #8989B4;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.tariffs-toggler {
    display: inline-flex;
    background: #FFFFFF;
    border-radius: 999px;
    padding: 4px;
}

.tariffs-toggler label.active{
    background: #F8F8FF;
    color: #24223E;
}

.tariffs-toggler input[type="radio"] {
    display: none;
}

.tariffs-toggler label {
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 999px;
    font-family: sans-serif;
    font-size: 16px;
    color: #8989B4;
    transition: background-color 0.3s, color 0.3s;
    margin-bottom: 0px;
}

.tariffs-toggler label:hover {
    background-color: #F8F8FF;
    color: #24223E;
}

/* .tariffs-toggler input[type="radio"]:checked+label {
    background: #F8F8FF;
    color: #24223E;
} */

.tariffs-toggler-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tariffs-options-toggler-section {
    margin: 48px 0px;
}

.tariffs-options-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
}

.tariff-card {
    background: #fff;
    border-radius: 24px;
    /* padding: 30px 40px; */
    max-width: 430px;
}

.tariff-card hr {
    margin: 40px 0px;
}

.tariff-card-top-info {
    padding: 40px 30px 0px 30px;
    min-height: 305px;
    display: flex;
    flex-direction: column;
}

.tariff-card-top-info .btn {
    margin-top: auto;
}

.tariff-card-bottom-info {
    padding: 00px 30px 40px 30px;
}

.tariff-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 60px;
}

.tariff-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #306DDE;
    margin-bottom: 10px;
}

.tariff-price {
    font-size: 40px;
    font-weight: 700;
    color: #24223E;
    margin-bottom: 5px;
}

.tariff-price span {
    color: #5B596E;
    font-size: 16px;
    font-weight: 400;
}

.tariff-price .currency-value, .tariff-price .currency{
    font-size: 40px;
    font-weight: 700;
    color: #24223E;
    margin-bottom: 5px;
}

.tariff-benefit {
    display: inline-block;
    background: #EAF5ED;
    color: #065f46;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.tariff-benefit:hover {
    color: #065f46 !important;
    transform: scale(1.05);
}

.tariff-subtitle {
    font-size: 16px;
    color: #5B596E;
    margin-bottom: 20px;
}

.tariff-includes-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #24223E;
}

ul.tariff-includes-list {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

ul.tariff-includes-list li {
    margin-bottom: 24px;
    color: #24223E;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

ul.tariff-includes-list li.hidden {
    display: none;
}

.tariff-more {
    font-size: 14px;
    color: #3b82f6;
    text-decoration: none;
    cursor: pointer;
}

.tariff-more:hover {
    text-decoration: underline;
}

.check-icon {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: #306DDE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.functional-mm-table th.blue {
    color: #306DDE;
}

.functional-mm-table tr td.blue {
    color: #306DDE;
}

.functional-mm-table tr td .btn {
    white-space: nowrap;
}

.functional-mm-table tr {
    position: relative;
}

.functional-mm-table .question-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.functional-mm-table .question-icon:hover {
    transform: scale(1.1);
}

.functional-mm-table tr td:first-child {
    position: relative;
}

.functional-mm-table tr td:first-child .td-text {
    max-width: 90%;
    display: inline-block;
}

.tariffs-footer-section .landing-card {
    max-height: 340px;
    padding: 10px 70px;
}

.tariffs-footer-section .landing-card-right-block {
    position: relative;
    bottom: -50px;
}

.tariffs-footer-section {
    position: relative;
}

/*  */

.tariffs-calculator-section .landing-card {
    background-color: #24223E;
}

.tariffs-calculator {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.calculator-left {
    width: 60%;
}

.calculator-right {
    width: 38%;
}

.calculator-left h2 {
    margin-top: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.calculator-left p {
    /* margin-bottom: 20px; */
    color: #fff;
}

.tariffs-calculator .discounts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 40px 0px;
}

.tariffs-calculator .discounts label {
    background: #306DDE;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.tariffs-calculator .discounts input {
    margin-right: 4px;
    cursor: pointer;
    display: none;
}

.tariffs-calculator .tariffs-inputs-wrapper label {
    display: block;
    margin: 10px 0 4px;
    font-size: 14px;
    color: #fff;
}

.tariffs-calculator .tariffs-inputs-wrapper input {
    width: fit-content;
    max-width: 110px;
    padding: 8px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    font-size: 20px;
    color: #24223E;
    box-sizing: border-box;
}

.calculator-right {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.calculator-right h3 {
    margin-top: 0;
    font-size: 35px;
    margin-bottom: 20px;
    color: #111827;
}

.tariffs-calculator .result-line.blue {
    color: #306DDE;
    font-weight: 500;
}

.tariffs-calculator .result-line {
    margin-bottom: 12px;
    font-size: 18px;
    color: #24223E;
    display: flex;
    justify-content: space-between;
}

.tariffs-calculator .result-line span {
    font-weight: 600;
}

.tariffs-calculator .big-result {
    font-size: 32px;
    font-weight: 700;
    color: #24223E;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.tariffs-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tariffs-inputs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*  */

.tariffs-page .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.tariffs-page .popup-overlay.active {
    display: flex;
}

.tariffs-page .popup-content {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    width: 500px;
    max-width: 90%;
    position: relative;
}

.tariffs-page .popup-content h3 {
    margin-top: 0;
    font-size: 18px;
    color: #24223E;
}

.tariffs-page .popup-content p {
    margin-bottom: 16px;
    color: #24223E;
}

.tariffs-page .popup-content img.chart {
    display: block;
    max-width: 100%;
    margin-bottom: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
}

.tariffs-page .support-btn {
    color: #5B596E;
    cursor: pointer;
    font-weight: 400;
}

.popup-buttons-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 18px;
}

.functional-mm-table td.td-btn {
    padding: 20px;
}

.td-btn .tariff-btn {
    width: 80%;
    background-color: #306DDE;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25%;
    border-radius: 12px;
    padding: 12px 30px;
    min-height: 48px;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
}

.td-btn .tariff-btn:hover {
    background-color: #3576ee;
}

.tariffs-footer-section .btn.rm {
    width: 200px;
}

/* SUBS PAYMENT */
.subscription-modal-wrapper {
    display: flex;
    gap: 40px;
    /* padding: 40px 30px; */
    flex-wrap: nowrap;
    background-color: #fff;
    border-radius: 12px;
}

.subscription-left,
.subscription-right {
    min-width: 300px;
    padding: 50px 30px;
}

.subscription-left {
    width: 55%;
    padding-right: 0px;
}

.subscription-left .subscription-title {
    margin-bottom: 10px;
}

.subscription-right {
    background-color: #f7f7f7;
    /* padding: 50px 40px; */
    border-radius: 0px 12px 12px 0px;
    width: 45%;
}

.subscription-title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

p.subscription-subtitle {
    margin-bottom: 20px;
    margin-top: 0px;
}

.subscription-modal-wrapper .form-group {
    margin-bottom: 25px;
}

.subscription-modal-wrapper .form-group label {
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
    color: #19191e;
    font-size: 16px;
}

.subscription-modal-wrapper .promo-code {
    margin-top: 40px;
}


.subscription-modal-wrapper input[type="text"],
.subscription-modal-wrapper select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ABABC8;
}

.subscription-modal-wrapper .card-details {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.subscription-modal-wrapper .radio-group label {
    display: block;
    margin-bottom: 8px;
}

.subscription-modal-wrapper .subscription-right h4.total {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
}

.subscription-modal-wrapper .promo-code input {
    width: 100%;
    padding: 10px;
    margin: 16px 0;
    border: 1px solid #ABABC8;
    border-radius: 8px;
}

.subscription-modal-wrapper .small-text {
    font-size: 14px;
    color: #555;
    margin-top: 10px;
}

.subscription-modal-wrapper .custom-select-tariff {
    position: relative;
    user-select: none;
}

.subscription-modal-wrapper .custom-select-trigger {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
}

.subscription-modal-wrapper .custom-options {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-top: 5px;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    font-size: 14px;
}

.subscription-modal-wrapper .custom-option {
    padding: 10px;
    cursor: pointer;
    transition: background 0.2s;
}

.subscription-modal-wrapper .custom-option:hover {
    background: #f0f0f0;
}

.radio-group.subscribe .input-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-group.subscribe .input-container .checkmark-block {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #ABABC8;
}

.radio-group.subscribe .input-container .checkmark-block .checkmark {
    height: 8px;
    width: 8px;
    border-radius: 50%;
}

.radio-group.subscribe .input-container input {
    height: 20px;
    width: 20px;
}

.radio-group.subscribe .input-container input:checked~.checkmark-block {
    border: 1px solid #306DDE;
}

.balance-status-wrapper {
    margin: 20px 0px;
}

.balance-status {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.balance-total,
.balance-currency {
    font-size: 30px;
    font-weight: 700;
    color: #306DDE;
}

.balance-text {
    margin-right: 10px;
    font-size: 18px;
}

.radio-group.subscribe p.value {
    color: #19191e;
    font-size: 14px;
    font-weight: 400;
}

.topup-balance-link {
    font-size: 14px;
    color: #306DDE;
    text-decoration: underline;
    margin-top: 15px;
    display: block;
}

.subscription-summary p {
    font-size: 16px;
}

p.summary-total {
    font-size: 24px;
}

.subscription-summary {
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.subscription-summary .tariff-benefit{
    margin-top: 10px;
}

.extra-basket-deposit-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 16px;
    color: #BF3939;
    border: 1px solid #BF3939;
    padding: 8px 16px;
}

.extra-basket-deposit-wrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}


.deposit-basket-item .title.red {
    color: #BF3939;
}

.card-list-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* ACCOUNT TARRIFS */
.account-tariffs {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 16px;
    max-width: 400px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05); */
}

.current-plan-block {
    background: white;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
}

.plan-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.plan-name {
    font-weight: 600;
    font-size: 18px;
}

.plan-status {
    background-color: #eaeaea;
    color: #333;
    padding: 5px 10px;
    border-radius: 8px;
}

.plan-status.active {
    background-color: #306DDE;
    color: white;
}


.plan-detail {
    font-size: 14px;
    color: #717380;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.plan-detail strong {
    font-weight: 500;
    color: #000;
    text-align: right;
}

.plan-switcher {
    display: flex;
    background: #eaeaea;
    border-radius: 999px;
    padding: 4px;
    gap: 4px;
}

.switcher-btn {
    flex: 1;
    background: none;
    border: none;
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
    color: #333;
    font-weight: 500;
}

.switcher-btn.active {
    background: #306DDE;
    color: #fff;
    font-weight: 600;
}

.billing-options-wrapper {
    /* margin-top: 20px; */
}

.billing-option {
    display: none;
}

.billing-option.active {
    display: block;
}

.billing-option-card {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
}

.billing-option-card.active {
    border: 1px solid #306DDE;
    background: transparent;
}


.billing-header {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 6px;
}

.billing-title {
    font-size: 16px;
    font-weight: 500;
}

.billing-price {
    font-size: 18px;
    font-weight: bold;
}

.billing-price span {
    font-size: 14px;
    color: #ABABC8;
    font-weight: 500;
}

.billing-subtext {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

.billing-badge {
    background: #cce5ff;
    color: #306DDE;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 8px;
}

.account-tariffs-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
}

.account-tariffs-wrapper .account-tariffs {
    width: 40%;
    height: fit-content;
}

.account-tariffs-wrapper .billing-options-wrapper {
    width: 60%;
}

p.empty-billing-option {
    font-size: 18px;
    color: #19191e;
    font-weight: 400;
}

.card-body .tariff-card-bottom-info {
    margin-top: 30px;
    padding: 0px;
}

.billing-options-wrapper .btn {
    margin-top: 30px;
}

.tariff-button.disabled {
    background-color: #ccc;
    cursor: default;
}

small#promoDiscountInfo {
    font-size: 110%;
    padding-top: 1px;
    display: block;
    font-weight: 600;
    color: #065f46 !important;
}

#promoCodeInput.discounted {
    border-color: #065f46 !important;
}

@media (max-width: 1024px) {
    .tariff-card-top-info {
        min-height: 340px;
    }

    .tariffs-options-list {
        gap: 15px;
    }

    .functional-table-section .landing-card.type-2 {
        padding: 30px 50px;
    }

    .partnership-section .landing-card.type-2 {
        padding: 30px 50px;
    }

    .partnership-section.faq-section .section-header .title {
        width: 100%;
    }

    .tariffs-calculator-section .landing-card {
        padding: 30px;
    }

    .tariffs-calculator {
        gap: 5px;
    }

    .calculator-left {
        width: 50%;
    }

    .calculator-right {
        width: 45%;
    }

    .billing-header {
        font-size: 16px;
    }

    .billing-title {
        font-size: 14px;
    }

    .plan-name {
        font-size: 16px;
    }

    .switcher-btn {
        font-size: 12px;
    }

    .plan-detail {
        font-size: 12px;
    }

    .billing-price span {
        font-size: 12px;
    }

    .billing-options-wrapper .btn {
        font-size: 16px;
    }

}

@media (max-width: 768px) {

    .subscription-modal-wrapper {
        flex-direction: column;
    }

    .subscription-modal-wrapper {
        gap: 0px;
    }

    .subscription-left,
    .subscription-right {
        padding: 20px;
    }

    .subscription-left {
        width: 100%;
        padding-bottom: 0px;
    }

    .subscription-right {
        border-radius: 0px 0px 12px 12px;
    }

    .subscription-right {
        width: 100%;
    }

    .account-tariffs-wrapper {
        flex-direction: column;
    }

    .account-tariffs-wrapper .account-tariffs {
        width: 100%;
        max-width: none;
    }

    .billing-options-wrapper .btn {
        width: 100%;
    }

    .account-tariffs-wrapper .billing-options-wrapper {
        width: 100%;
    }

    .tariffs-header-section h2 {
        font-size: 30px;
    }

    .tariff-card-top-info {
        min-height: auto;
    }

    .functional-table-section .landing-card.type-2 {
        padding: 20px;
    }

    .partnership-section .landing-card.type-2 {
        padding: 20px;
    }

    .tariffs-calculator {
        flex-direction: column;
        gap: 20px;
    }

    .calculator-left {
        width: 100%;
    }

    .calculator-right {
        width: 100%;
    }

    .tariffs-calculator .discounts {
        margin: 20px 0px;
    }

    .calculator-left p {
        font-size: 14px;
    }

    .calculator-right h3 {
        font-size: 24px;
    }

    .tariffs-calculator .big-result {
        font-size: 24px;
    }

    .tariffs-calculator .result-line {
        font-size: 16px;
    }

    .tariffs-footer-section .landing-card {
        padding: 20px;
    }

    .tariffs-footer-section .landing-card {
        max-height: 400px;
        gap: 0px;
    }

    .tariffs-footer-section .landing-card .btn {
        width: 100%;
    }

    .subscription-account-info-container {
        padding: 0px;
    }

    .subscription-account-info-container .subscription-account-info {
        margin-bottom: 10px;
    }
}</pre></body></html>