
.filter__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* or 150% */
    justify-content: space-between;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;

    /* Text color */
    background: #FFE8AD;
    color: #3B3E54;

    padding: 14px 20px;
}

.filter__checkbox-value {
    font-size: 18px;
    line-height: 27px;
    /* or 150% */

    display: flex;
    align-items: center;

    /* Text color */


    padding: 14px 20px 0 20px;
}

.filter__checkbox-value:last-child {
    padding-bottom: 20px;
}

.filter__price {
    padding: 20px;
}

.scroll-block {
    height: 300px;
    overflow: auto;
}