#stop_modal h3 {
    font-size: 22px;
    margin-top: 15px;
}

.blocking_desc {
    max-width: 550px;
}

#stop_modal img {
    max-width: 100%;
    width: 540px;
}

#premium-table {
    max-width: 100%;
    width: 600px;
    overflow-x: auto;
}

.modal-content--large {
    background: var(--plus_back_grad)
}

.btn--large {
    padding: 15px 24px;
    width: 100%;
    max-width: 350px;
}

.t-premium {
    max-width: 580px;
    margin: 0 auto;
}

.t-premium__header {
    display: flex;
    padding: 15px 0;
}

.t-premium__row {
    display: flex;
    padding: 15px 0;
    border-top: var(--border);
}

.t-premium__cell {
    display: flex;
    align-items: center;
    justify-content: center;
}

.t-premium__cell:first-child {
    width: 100%;
    justify-content: flex-start;
}

.t-premium__cell:nth-child(3),
.t-premium__cell:nth-child(2) {
    max-width: 120px;
    min-width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.t-premium__plus {
    padding: 8px 12px;
    border-radius: 8px;
    color: #fff;
    background-image: var(--plus_grad);
    font-size: 14px;
}

/**/

.inline_paywall {
    max-width: 1000px;
    background-color: var(--white);
}

.inline_paywall .h {
    font-size: 22px;
}

.inline_paywall img {
    width: 30%;
    max-width: 270px;
}

ul.points_list {
    list-style: none;
    padding: 0;
}

.points_list li {
    background: url('../../img/icons/mark.svg') no-repeat left center;
    background-size: 18px 18px;  
    padding-left: 37px;    
    margin-bottom: 10px; 
}

.ege_course_img {
    min-width: 215px !important;
    max-width: 215px !important;
    max-height: 278px;
    object-position: bottom;
    object-fit: cover;
    border-radius: var(--radius);
}

@media (min-width: 500px) {
    #stop_modal h3 {
        font-size: 35px;
    }
    .inline_paywall .h {
        font-size: 30px;
    }
    .blocking_desc,
    .inline_pay_desc {
        font-size: 17px;
    }
    .modal-content--large {
        max-width: 800px;
    }
}

@media (max-width: 500px) {
    #premium-table {
        font-size: 15px;
    }
    .t-premium__cell:nth-child(3), .t-premium__cell:nth-child(2) {
        max-width: 110px;
        min-width: 110px;
    }
    .t-premium__cell:nth-child(2) {
        display: none;
    }
}

@media (min-width: 768px) {
    .modal-content--large {
        padding: 48px;
    }
    .modal-content--large {
        padding: 48px 80px;
    }

    .blocking_desc,
    .inline_pay_desc {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .inline_paywall img {
        max-width: 300px;
        width: 100%;
    }
}