.news_modal {
    position: fixed;
    z-index: 9999999999999999999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00000061;
    display: none;
    align-items: center;
    justify-content: center;
}

.news_modal .content_modal,
.news_modal .trial_modal {
    background: #fff;
    border: 1px solid #ed6b2f;
    border-radius: 30px;

    width: 715px;
    padding: 32px;
    background-image: url(../img/new/main/pricing-step1-premium.svg);
    display: none;
    flex-direction: column;
    align-items: flex-start;

    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.news_modal .trial_modal .trial_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news_modal .content_modal h2,
.news_modal .trial_modal .trial_text h2 {
    font-family: "Nunito 700";
    margin-bottom: 24px;
    font-size: 28px;
}

.news_modal .content_modal p {
    font-family: "Nunito 400";
    margin-bottom: 24px;
    line-height: 28px;
    font-size: 16px;
}

.news_modal .trial_modal .trial_text p {
    text-align: center;
    font-family: "Nunito 500";
    font-size: 16px;
    margin-bottom: 24px;
}

.news_modal .trial_modal .trial_text p span {
    font-family: "Nunito 700";
    color: #ed6b2f;
}

.news_modal .content_modal span {
    font-family: "Nunito 400";
    font-size: 14px;
    text-align: center;
    margin-bottom: 12px;
}

.news_modal .content_modal .new_modal_btn,
.news_modal .trial_modal .trial_text .new_modal_btn {
    padding: 9px 32px;
    margin-top: auto;
    border-radius: 10px;
    background: #ed6b2f;
    border: 1px solid #ed6b2f;
    color: #fff;
    font-size: 16px;
    font-family: "Nunito 500";
    line-height: 24px;
    transition: all 0.2s linear;
}

.news_modal .content_modal .new_modal_btn:hover,
.news_modal .trial_modal .trial_text .new_modal_btn:hover {
    background: #fff;
    color: #ed6b2f;
    cursor: pointer;
}

.news_modal .trial_modal .checkout-container {
    max-height: 80vh;
    overflow-y: scroll;
}