.chic-installments-wrap{
    margin:14px 0 16px;
}

.chic-installment-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    background:#ffffff;
    border:1px solid #d8d8d8;
    border-radius:9px;
    padding:11px 13px;
    margin:0 0 12px;
    box-sizing:border-box;
    min-height:50px;
    text-align:left;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
    box-shadow:none;
    outline:none;
}

.chic-installment-item:last-child{
    margin-bottom:0;
}

.chic-installment-item:hover{
    border-color:#bfbfbf;
    background:#fcfcfc;
}

.chic-installment-item:focus{
    border-color:#999;
}

.chic-installment-item__text{
    display:block;
    min-width:0;
    padding-right:10px;
}

.chic-installment-item__title{
    display:block;
    margin:0 0 2px;
    font-size:13px;
    line-height:1.15;
    font-weight:700;
    color:#2a2a2a;
    text-transform:uppercase;
    letter-spacing:0.2px;
}

.chic-installment-item__meta{
    display:block;
    margin:0;
    font-size:12px;
    line-height:1.15;
    color:#8f8f8f;
    white-space:nowrap;
}

.chic-installment-item__logo{
    flex:0 0 28px;
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.chic-installment-item__logo img{
    display:block;
    width:28px;
    height:28px;
    object-fit:contain;
}