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

.ab__bl__mb {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ab__bv__mv {
    color: #323232;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    /* 20.25px */
    letter-spacing: 0.225px;
}

.ab__bl__st {
    color: #003730;
    font-weight: 600;
    font-size: 30px;
    line-height: 29px;
    padding-bottom: 20px;
}

.ab__vshl__l {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ab__lt__tt {
    color: #323232;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 20.25px */
    letter-spacing: 0.225px;
}

.ab__lt__mtt {
    font-size: 18px;
    font-weight: 600;
    color: #003730;
}

.trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.trust-card {
    /* border: 1px solid #e8e8e8; */
    border-radius: 8px;
    /* padding: 16px 18px; */
}

.trust-card i {
    font-size: 18px;
    color: #5FBD6F;
    margin-bottom: 8px;
    display: block;
}

.trust-title {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.trust-text {
    font-size: 12px;
    color: #777;
    line-height: 1.6;
}


.tbl__r__blr {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    background: #fff;
    padding: 18px 16px;
}

.tbl__r__blr__nn {
    font-size: 24px;
    font-weight: 700;
    color: #5FBD6F;
    margin-bottom: 6px;
    letter-spacing: 0.05em;
}

.tbl__r__rr__t{
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.tbl__r__rr__d {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
}

.steps.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.steps {
    display: grid;
    gap: 2px;
    background: #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

.tbl__r__blr__rr {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.tbl__r__blr__rr--lc {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.tbl__lt__m {
    font-size: 16px;
    font-weight: 700;
    color: #5FBD6F;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    /* display: inline-block; */
}

/* CTA-блок с зелёной рамкой */
.cta-block {
    border: 1px solid #5FBD6F;
    border-radius: 8px;
    padding: 20px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.cta-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.cta-block p,
.cta-grey p {
    font-size: 13px;
    color: #666;
}

/* CTA серый */
.cta-grey {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 20px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* Кнопка */
.tbl__r__bкt {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 500;
    color: #5FBD6F;
    border: 1px solid #5FBD6F;
    border-radius: 6px;
    padding: 8px 18px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
}

.tbl__r__bкt:hover {
    background: #5FBD6F;
    color: #fff;
}

.tbl__r__rr__d a {
    color: #5FBD6F;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #5FBD6F;
}

.tbl__r__rr__d a:hover {
    opacity: 0.8;
}

.tbl__r__rr__mm {
    font-size: 15px;
    font-weight: 700;
    color: #5FBD6F;
    margin-bottom: 5px;
    margin-top: 5px;
}

.tbl__lt__grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 5px;
}

.tbl__lt__grdt {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 5px;
}

/* Быстрые ответы */
.fq__tbl__cl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    color: #1a1a1a;
}

.fq__tbl__cl:first-child {
    border-top: 1px solid #e8e8e8;
}

.fq__tbl__cl i {
    color: #bbb;
    font-size: 14px;
}

.fq__tbl__cl:hover {
    color: #5FBD6F;
}

.tbl__r__rr__nt {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
}