.confirm-modal {
    background: rgb(249, 235, 234);
    border-right: 2px;
    max-width: 500px;
    box-sizing: border-box;
    min-height: 205px;
    box-shadow: 0 3px 10px 0 rgba(21, 21, 21, 0.26);
    font-family: 'apercu_pro', sans-serif;
    top: 0;
}
.confirm-modal.confirm-modal--green {
    background: #e5f6ed;
}
.confirm-modal.confirm-modal--550 {

    max-width: 550px;
}
.confirm-modal.confirm-modal--sm{

    min-height: 145px
}
.confirm-modal.confirm-modal--grey {
    background: #e4e5ea;
}

.confirm-modal .bth__btn {
    width: 170px;
}

.filter-pp__section-buttons {

}

.confirm-modal__bottom {
    margin-bottom: 50px;
}

.confirm-modal .fz23 {
    font-size: 22px !important;
    line-height: 32px;
}

.confirm-modal.confirm-modal--green {
    background: #e5f6ed;
}

@media screen and (max-width: 700px) {
    .confirm-modal .bth__btn {
        width: 100%;
    }
    .confirm-modal .bth__btn:not(:last-of-type){        margin-bottom: 10px;
    }
}