#tarif_page .t2_prices .price_block.tariff-features {
    color: #2F3237;
    font-size: 14px;
    padding: 14px 16px;
}
#tarif_page .t2_prices .tariff-features__title {
    font-weight: 500;
    letter-spacing: .14px;
    font-size: 13.5px;
    padding-bottom: 14px;
    border-bottom: 1px solid #DCDCDC;
}
#tarif_page .t2_prices .tariff-features__list {
    margin: 12px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: left;
}
#tarif_page .t2_prices .tariff-features__list > li {
    display: flex;
    padding: 0;
    font-size: 14px;
    gap: 8px;
    align-items: center;
}
#tarif_page .t2_prices .price_block.tariff-features .anchor-link {
    align-self: flex-start;
    font-size: 13px;
}
#tarif_page:is(.cashback_page, .tarif_page_old) .tariff-features__list {
    margin: 12px 0;
    flex-grow: 1;
    justify-content: space-around;
}
#tarif_page .t2_prices .tariff-features__list > li::before {
    content: url("/img/icons/checkmark-filled.svg");
    width: 16px;
    height: 16px;
}
#tarif_page a.anchor-link {
    color: #156CE1;
}

@media screen and (max-width: 768px) {
    #tarif_page .t2_prices {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #tarif_page .t2_prices .tariff-features__list {
        margin: 12px 0;
    }
}