.block_produkt_rassrochka {
    background-color: #F4F4F4;
    min-height: 120px;
    padding: 15px;
}

.rassrochka_title_description {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rassrochka_title {
    font-weight: 600;
    font-size: 16px;
    color: #0089D4;
    display: flex;
    align-items: center;
}

.rassrochka_description {
    font-weight: 400;
    font-size: 14px;
    color: #757575;
    display: flex;
    align-items: center;
}

.wrap_months {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    gap: 10px;
}

.item_month {
    font-weight: 400;
    font-size: 12px;
    color: #757575;
    flex: 1;
    min-width: 0;
    text-align: center;
}

.item_month p {
    background: #0089D4;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.item_month.is-active p {
    background: #28a745;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    margin-bottom: 5px;
}