table.notopborder td {
    border-top: none;
}
div.offers-list {
    margin: 0 auto;
    max-width: 1100px;
}
.bem_offer {
    display: block;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid green;
    text-decoration: none;
    cursor: pointer;
    max-height: 199px;
    overflow: hidden;
}
.bem_offer:hover {
    background-color: #efe;
}
/*.bem_offer:after {
    content: "";
    display: block;
    height: 20px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #fff 75%);
}*/
.bem_offer__image {
    padding: 0;
    text-align: center;
    margin-right: 42px;
}
.bem_offer__box {
    display: inline-block;
    vertical-align: top;
    width: 19%;
    padding-top: 7px;
    font-size: 18px;
}
.bem_offer__image img {
    position: relative;
    top: -6px;
}
a img {
    border: none;
}
.bem_offer__price {
    color: #333;
    font-weight: bold;
}
.bem_offer__percent {
    color: #333;
    font-weight: bold;
}
.bem_offer__age {
    width: 21%;
    color: #676767;
    font-size: 13px;
    padding-top: 1px;
}
.bem_offer__descr {
    width: 21%;
    padding-top: 1px;
    font-size: 0.9em;
    color: #999;
}
.bem_offer__get {
    text-align: right;
    width: 15%;
    position: relative;
}
.bem_offer__get button {
    background: green;
    position: absolute;
    right: -25px;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
}
.bem_offer__get button:hover {
    opacity: 0.9;
}
.cr_pzag {
    color: #999;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
}
.b-bank-page__offers {
    margin-left: 790px;
    padding: 10px;
}
.b-bank-page__offers .bem_offer__box {
    overflow: hidden;
}
.b-bank-page__offers .bem_offer__image {
    width: 28%;
}