body{
    font-family: "Geometria", sans-serif;
}
.offers_wrapper{
    padding-bottom: 60px;
}

.offers_list{
    display: flex;
    flex-wrap: wrap;
}

.offers_title{
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #575757;
    margin-bottom: 40px;
    padding-top: 50px;
}

.benefits_title {
    font-family: gotham-bold, sans-serif;
    font-size: 28px;
    line-height: 30px;
    color: #5a5d62;
    margin-bottom: 15px;
    padding-top: 100px;
}
.benefits_subtitle {
    font-size: 18px;
    line-height: 120%;
    color: #a2a2a2;
    margin-bottom: 35px;
}
.benefits_wrap {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 75px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benefits_item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 23%;
}
.benefits_icon {
    width: 80px;
    height: 80px;
}
.benefits_text {
    font-family: gotham-bold, sans-serif;
    font-size: 18px;
    line-height: 100%;
    color: #5a5d62;
}

@media (max-width: 1100px) {
    .benefits_item {
        width: 48%;
    }
}
@media (max-width: 655px) {
    .benefits_icon {
        width: 50px;
        height: 50px;
    }
    .benefits_text {
        font-size: 16px;
    }
    .benefits_item {
        width: 43%;
    }
}
@media (max-width: 375px) {
    .benefits_wrap {
        flex-direction: column;
    }
    .benefits_item {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .benefits_item:nth-child(1),
    .benefits_item:nth-child(4) {
        display: none;
    }
}
.new_design_offer{
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 15px 20px 15px;
    width: 24%;
    position: relative;
    margin-bottom: 30px;
    border: 4px solid transparent;
    margin-right: 13px;
    display: flex;
    flex-direction: column;
}

.new_design_offer:nth-child(4n){
    margin-right: 0;
}


.new_design_offer.best{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 4px solid #9CD153;
}


.new_design_offer .logo_wrapper{
    text-align: center;
    margin: 0 auto 20px;
    max-width: 160px;
    height: 70px;
    display: flex;
    align-items: center;
}

.new_design_offer .logo_wrapper img{
    max-width: 100%;
    max-height: 100%;
}

.new_design_offer .first_credit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    min-height: 30px;
    background: #4F7A9E;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.new_design_offer .credit_info_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.new_design_offer .credit_info_item:last-child{
    margin-bottom: 0;
}
.new_design_offer .credit_info_item .title{
    font-size: 14px;
    line-height: 120%;
    color: #575757;
}
.new_design_offer .credit_info_item .value{
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    color: #575757;
}

.new_design_offer .star_wrapper{
    position: relative;
}
.new_design_offer .star_wrapper:after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    background-image: url(../../img/src/icons/new-star.svg);
    vertical-align: -2px;
}

.new_design_offer .like_wrapper:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    background-image: url(../../img/src/icons/icon-like.svg);
    vertical-align: -2px;
}

.new_design_offer .credit_info_item_around{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1 0 auto;
}
.new_design_offer .credit_info_item_around span{
    font-size: 14px;
    line-height: 100%;
    color: #575757;
}

.new_design_offer .credit_info_item_around span.bold{
    font-weight: bold;
}

.new_design_offer .parent_bg{
    background: #ECF2F9;
    margin-left: -19px;
    width: calc(100% + 38px);
    padding: 15px 30px;
    margin-bottom: 15px;
}

.new_design_offer.best .parent_bg{
    margin-left: -15px;
    width: calc(100% + 30px);
}

.new_design_offer .get_credit{
    width: 100%;
    height: 50px;
    background: #F2994A;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 11px;
}

.new_design_offer span.divider{
    border-bottom: 1px solid;
    font-size: 14px;
}


@media (min-width: 768px) and (max-width: 1079px){
    .new_design_offer .get_credit{
        height: 40px;
        font-size: 14px;
        line-height: 18px;
    }
    .new_design_offer .first_credit{
        width: 212px;
        font-size: 12px;
    }

    .new_design_offer{
        width: 32%;
        margin-right: 13px;
    }

    .new_design_offer:nth-child(3n) {
        margin-right: 0;
    }
    .new_design_offer:nth-child(4n) {
        margin-right: 15px;
    }


    .new_design_offer.best{
        box-shadow: 0px 0px 15px #6EB85B;
        border: 4px solid transparent;
    }

    .new_design_offer.best .parent_bg{
        margin-left: -19px;
        width: calc(100% + 38px);
    }

    .new_design_offer .credit_info_item .title{
        font-size: 12px;
    }
    .new_design_offer .credit_info_item .value{
        font-size: 12px;
    }
    .new_design_offer .credit_info_item_around span{
        font-size: 12px;
    }
    .new_design_offer .like_wrapper:before{
        width: 14px;
        height: 14px;
    }
    .new_design_offer .star_wrapper:after{
        width: 14px;
        height: 14px;
    }

    .new_design_offer span.divider{
        display: none;
    }

    .new_design_offer .credit_info_item_around span.bold{
        border-bottom: 1px solid;
    }

    .new_design_offer{
        width: 32%;
        margin-bottom: 30px;
    }
    .new_design_offer .parent_bg{
        padding: 15px 20px;
    }
}

@media (max-width: 767px){
    .offers_title{
        font-size: 16px;
        line-height: 120%;
        color: #575757;
    }
    .offers_list{
        flex-direction: column;
    }
    .new_design_offer{
        width: 100%;
        padding: 20px 40px;
        margin-bottom: 30px;
    }

    .new_design_offer.best{
        box-shadow: 0px 0px 15px #6EB85B;
        border: 4px solid transparent;
    }

    .new_design_offer .first_credit{
        width: 250px;
        top: -18px;
    }
    .new_design_offer .get_credit{
        height: 40px;
        background: #F2994A;
        font-size: 14px;
        line-height: 100%;
    }
    .new_design_offer .parent_bg{
        margin-left: -44px;
        width: calc(100% + 88px);
    }
    .new_design_offer.best .parent_bg{
        margin-left: -44px;
        width: calc(100% + 88px);
        padding: 15px 35px;
    }
    .new_design_offer span.divider{
        display: none;
    }

    .new_design_offer .credit_info_item_around span.bold{
        border-bottom: 1px solid;
    }
}
