.card-banner__descp.flex-dws {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.price_wrapper {
    text-align: right;
    width: 100%;
}
.price_wrapper div {
    margin-bottom: 2px;
}
.nuar-blk.gradient {
    background: linear-gradient(0deg, #000000a8 20%, #ffffff00 50%);
}
.cb__prices {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 105%;
    padding: 8px 16px;
    border-radius: 12px 0 0 12px;
    background-color: #FF6A00;
    position: absolute;
    color: #fff;
    right: 0;
}
.rub {
    top: 24px;
}
.usd {
    background-color: #039e57;
    top: 61px;
}
@media only screen and (max-width : 768px) {
    .excurs-slider {
        margin-bottom: 25px;
    }
}
