.well-setup-options_17 {
    background-color: #ffffff;
    padding: 60px 0;
    font-family: Arial, sans-serif;
    width:100%;
}

.section-title_17 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #1e3a8a;
    margin-bottom: 20px;
}

.section-description_17 {
    color: rgba(59, 67, 74, 1);
    max-width: 800px;
    font-family: ProximaNova;
    font-weight: 400;
    font-style: Medium;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -2%;
}

.options-grid_17 {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.option-card_17 {
    flex: 1;
    background-color: #f6f8f9;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.option-title_17 {
    font-size: 24px;
    font-weight: 600;
    color: #214775;
    line-height: 100%;
    letter-spacing: -1.2px;
    box-sizing: border-box;
    font-family: "Proxima Nova",Helvetica,Arial,sans-serif;
    margin-top: 0px;
    margin-bottom: 45px;
}

.option-suitability_17 {
    /*margin-bottom: 25px;*/
}

.suitability-label_17 {
    letter-spacing: -0.3px;
    color: #3b434a;
    line-height: 140%;
    font-size: 16px;
}

.option-suitability_17 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.option-suitability_17 li {
    margin-bottom: 0px !important;
    padding-left: 20px!important;
    position: relative!important;
    letter-spacing: -0.3px!important;
    color: #3b434a!important;
    line-height: 140%!important;
    font-size: 16px!important;
}

.option-suitability_17 li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1e3a8a;
}

.option-price_17 {
    font-size: 24px;
    color: #3b434a!important;
    text-align: left;
    margin-bottom: 10px;
    margin-top: auto;
}

.calculate-btn_17 {
    background-color: #f8fafc;
    border: 2px solid #214775;
    color: #214775;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px;
    cursor: pointer;
    width: 100%;
    letter-spacing: 1px;
    font-family: "Proxima Nova",Helvetica,Arial,sans-serif;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    min-height: 50px;
}

.calculate-btn_17:hover {
    background-color: #e2e8f0;
    text-decoration: none;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .options-grid_17 {
        flex-direction: column;
        gap: 20px;
    }
    
    .section-title_17 {
        font-size: 28px;
    }
    
    .section-description_17 {
        font-size: 14px;
        margin-bottom: 30px;
    }
}
