.block-cost-compl.all-width-desc .we-help-title p {
    max-width: 100%;
}

/* Десктоп: плашки (грид) — высоты как у обычных карточек, без изменений */
@media (min-width: 1200px) {
    .cost .js-cost-slider-mob .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        transform: none !important;
    }

    .cost .js-cost-slider-mob .swiper-slide {
        width: auto !important;
        margin: 0 !important;
    }

    .cost .cost-slider-arrows-mob {
        display: none !important;
    }
}

.cost .container .we-help-content .we-help-variations .we-help-variation .we-help-variation-title .maintitle {
    min-height: 40px;
}

.cost .container .we-help-content .we-help-variations .we-help-variation .we-help-variation-title .subtitle {
    /*min-height: 90px;*/
    min-height: auto;
    margin: 0 0 30px !important;
    color: white !important;
    font-size: 1.1rem !important;
    font-weight: normal !important;
}

.block_text {
    color: #fff;
    opacity: 1;
    margin: 0;
    font-size: 1.125rem;
    line-height: 150%;
    min-height: 220px;
}

.block_text ul {
    margin-top: 15px;
}

.we-help .container .we-help-content .we-help-variations .we-help-variation .we-help-variation-desc {
    margin: 0 0 3.0625rem !important;
}

.wrapper_bottom {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.we-help .container .we-help-content .we-help-variations .we-help-variation.active {
    height: auto !important;
}

@media (min-width: 994px) {
    .cost .container .we-help-content .we-help-variations .we-help-variation .add_margin .maintitle {
        margin-bottom: 25px !important;
    }
}

@media (max-width: 993px) {
    .block_text {
        margin-top: 15px;
        min-height: 340px;
    }
}

/* Только слайдер (моб.): высота по контенту. Для плашек (десктоп) эти правила не применяются. */
@media (max-width: 1199px) {
    .cost .js-cost-slider-mob .block_text {
        min-height: auto !important;
    }

    .cost .js-cost-slider-mob .swiper-slide {
        height: auto !important;
    }
}

.cost .container .we-help-content .we-help-variations .we-help-variation .we-help-variation-btn a {
    max-width: 8rem !important;
}

.cost .container .we-help-content .we-help-variations .we-help-variation .we-help-variation-btn .order-variation-btn,
.cost .container .we-help-content .we-help-variations .we-help-variation .we-help-variation-btn .order-variation-btn a.form-link {
    max-width: 12rem !important;
}

.cost .container .we-help-content .we-help-variations .we-help-variation .we-help-variation-btn .order-variation-btn a.form-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid #fff;
    width: 100%;
    max-width: 12.5625rem;
    border-radius: 3.0625rem;
    color: #fff;
    background: #106cbc;
    font-family: "Manrope";
}
